From df701a52a472e269bd78fc69f89aa51ca524102f Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Tue, 22 Dec 2020 15:50:23 -0300 Subject: [PATCH 1/8] [CHORE] Update React Native to 0.63.4 (#2737) --- ios/Podfile.lock | 422 +- ios/Pods/Flipper/README.md | 26 +- .../xplat/Flipper/ConnectionContextStore.cpp | 2 - .../FlipperCertificateExchangeMedium.h | 8 + .../Flipper/FlipperCertificateProvider.h | 58 + .../Flipper/xplat/Flipper/FlipperClient.cpp | 11 + .../Flipper/xplat/Flipper/FlipperClient.h | 5 + .../xplat/Flipper/FlipperConnectionManager.h | 13 + .../Flipper/FlipperConnectionManagerImpl.cpp | 60 +- .../Flipper/FlipperConnectionManagerImpl.h | 4 + ios/Pods/FlipperKit/README.md | 26 +- .../FlipperKit/iOS/FlipperKit/FlipperClient.h | 11 + .../iOS/FlipperKit/FlipperClient.mm | 21 +- .../FlipperKitCertificateProvider.h | 33 + .../FlipperKitLayoutPlugin.mm | 51 +- .../FlipperKitLayoutPlugin/SKInvalidation.h | 1 - .../FlipperKitLayoutPlugin/SKNodeDescriptor.h | 6 + .../SKNodeDescriptor.mm | 4 + .../FlipperKitLayoutPlugin/SKTouch.h | 5 +- .../FlipperKitLayoutPlugin/SKTouch.m | 39 +- .../UIView+SKInvalidation.mm | 91 +- .../descriptors/SKApplicationDescriptor.m | 8 +- .../descriptors/SKScrollViewDescriptor.m | 7 +- .../descriptors/SKViewDescriptor.mm | 7 +- .../FKUserDefaultsSwizzleUtility.m | 4 +- .../FlipperCertificateExchangeMedium.h | 1 + .../Flipper/FlipperCertificateProvider.h | 1 + .../FlipperKitCertificateProvider.h | 1 + .../React-Core/React/RCTAlertController.h | 1 + .../FlipperCertificateExchangeMedium.h | 1 + .../Flipper/FlipperCertificateProvider.h | 1 + .../FlipperKitCertificateProvider.h | 1 + .../React-Core/React/RCTAlertController.h | 1 + .../Public/React/React-Core-umbrella.h | 1 + .../Headers/Public/React/React-Core.modulemap | 1 + .../Local Podspecs/FBLazyVector.podspec.json | 4 +- .../FBReactNativeSpec.podspec.json | 14 +- .../Local Podspecs/RCTRequired.podspec.json | 4 +- .../Local Podspecs/RCTTypeSafety.podspec.json | 10 +- .../Local Podspecs/React-Core.podspec.json | 21 +- .../React-CoreModules.podspec.json | 16 +- .../React-RCTActionSheet.podspec.json | 6 +- .../React-RCTAnimation.podspec.json | 14 +- .../Local Podspecs/React-RCTBlob.podspec.json | 16 +- .../React-RCTImage.podspec.json | 16 +- .../React-RCTLinking.podspec.json | 12 +- .../React-RCTNetwork.podspec.json | 14 +- .../React-RCTSettings.podspec.json | 14 +- .../Local Podspecs/React-RCTText.podspec.json | 6 +- .../React-RCTVibration.podspec.json | 12 +- .../React-callinvoker.podspec.json | 4 +- .../React-cxxreact.podspec.json | 8 +- .../Local Podspecs/React-jsi.podspec.json | 4 +- .../React-jsiexecutor.podspec.json | 8 +- .../React-jsinspector.podspec.json | 4 +- ios/Pods/Local Podspecs/React.podspec.json | 28 +- .../Local Podspecs/ReactCommon.podspec.json | 14 +- ios/Pods/Local Podspecs/Yoga.podspec.json | 2 +- ios/Pods/Manifest.lock | 422 +- ios/Pods/Pods.xcodeproj/project.pbxproj | 56878 ++++++++-------- .../BugsnagReactNative.debug.xcconfig | 2 +- .../BugsnagReactNative.release.xcconfig | 2 +- .../EXImageLoader.debug.xcconfig | 2 +- .../EXImageLoader.release.xcconfig | 2 +- .../FBReactNativeSpec.debug.xcconfig | 2 +- .../FBReactNativeSpec.release.xcconfig | 2 +- .../FlipperKit/FlipperKit-umbrella.h | 1 + .../KeyCommands/KeyCommands.debug.xcconfig | 2 +- .../KeyCommands/KeyCommands.release.xcconfig | 2 +- .../Pods-NotificationService.debug.xcconfig | 4 +- .../Pods-NotificationService.release.xcconfig | 4 +- .../Pods-RocketChatRN.debug.xcconfig | 4 +- .../Pods-RocketChatRN.release.xcconfig | 4 +- .../Pods-ShareRocketChatRN.debug.xcconfig | 4 +- .../Pods-ShareRocketChatRN.release.xcconfig | 4 +- .../RCTTypeSafety.debug.xcconfig | 2 +- .../RCTTypeSafety.release.xcconfig | 2 +- .../RNBootSplash/RNBootSplash.debug.xcconfig | 2 +- .../RNBootSplash.release.xcconfig | 2 +- .../RNCAsyncStorage.debug.xcconfig | 2 +- .../RNCAsyncStorage.release.xcconfig | 2 +- .../RNCMaskedView.debug.xcconfig | 2 +- .../RNCMaskedView.release.xcconfig | 2 +- .../RNCPicker/RNCPicker.debug.xcconfig | 2 +- .../RNCPicker/RNCPicker.release.xcconfig | 2 +- .../RNConfigReader.debug.xcconfig | 2 +- .../RNConfigReader.release.xcconfig | 2 +- .../RNDateTimePicker.debug.xcconfig | 2 +- .../RNDateTimePicker.release.xcconfig | 2 +- .../RNDeviceInfo/RNDeviceInfo.debug.xcconfig | 2 +- .../RNDeviceInfo.release.xcconfig | 2 +- .../RNFBAnalytics.debug.xcconfig | 2 +- .../RNFBAnalytics.release.xcconfig | 2 +- .../RNFBApp/RNFBApp.debug.xcconfig | 2 +- .../RNFBApp/RNFBApp.release.xcconfig | 2 +- .../RNFBCrashlytics.debug.xcconfig | 2 +- .../RNFBCrashlytics.release.xcconfig | 2 +- .../RNFastImage/RNFastImage.debug.xcconfig | 2 +- .../RNFastImage/RNFastImage.release.xcconfig | 2 +- .../RNGestureHandler.debug.xcconfig | 2 +- .../RNGestureHandler.release.xcconfig | 2 +- .../RNImageCropPicker.debug.xcconfig | 2 +- .../RNImageCropPicker.release.xcconfig | 2 +- .../RNLocalize/RNLocalize.debug.xcconfig | 2 +- .../RNLocalize/RNLocalize.release.xcconfig | 2 +- .../RNReanimated/RNReanimated.debug.xcconfig | 2 +- .../RNReanimated.release.xcconfig | 2 +- .../RNRootView/RNRootView.debug.xcconfig | 2 +- .../RNRootView/RNRootView.release.xcconfig | 2 +- .../RNScreens/RNScreens.debug.xcconfig | 2 +- .../RNScreens/RNScreens.release.xcconfig | 2 +- .../RNVectorIcons.debug.xcconfig | 2 +- .../RNVectorIcons.release.xcconfig | 2 +- .../React-Core/React-Core-umbrella.h | 261 + .../React-Core/React-Core.debug.xcconfig | 1 + .../React-Core/React-Core.modulemap | 6 + .../React-Core/React-Core.release.xcconfig | 1 + ...cessibilityResources-React-Core-Info.plist | 2 +- .../React-CoreModules.debug.xcconfig | 2 +- .../React-CoreModules.release.xcconfig | 2 +- .../React-RCTActionSheet.debug.xcconfig | 2 +- .../React-RCTActionSheet.release.xcconfig | 2 +- .../React-RCTAnimation.debug.xcconfig | 2 +- .../React-RCTAnimation.release.xcconfig | 2 +- .../React-RCTBlob.debug.xcconfig | 2 +- .../React-RCTBlob.release.xcconfig | 2 +- .../React-RCTImage.debug.xcconfig | 2 +- .../React-RCTImage.release.xcconfig | 2 +- .../React-RCTLinking.debug.xcconfig | 2 +- .../React-RCTLinking.release.xcconfig | 2 +- .../React-RCTNetwork.debug.xcconfig | 2 +- .../React-RCTNetwork.release.xcconfig | 2 +- .../React-RCTSettings.debug.xcconfig | 2 +- .../React-RCTSettings.release.xcconfig | 2 +- .../React-RCTText.debug.xcconfig | 2 +- .../React-RCTText.release.xcconfig | 2 +- .../React-RCTVibration.debug.xcconfig | 2 +- .../React-RCTVibration.release.xcconfig | 2 +- .../React/React.debug.xcconfig | 2 +- .../React/React.release.xcconfig | 2 +- .../ReactCommon/ReactCommon.debug.xcconfig | 2 +- .../ReactCommon/ReactCommon.release.xcconfig | 2 +- .../ReactNativeART.debug.xcconfig | 2 +- .../ReactNativeART.release.xcconfig | 2 +- .../ReactNativeUiLib.debug.xcconfig | 2 +- .../ReactNativeUiLib.release.xcconfig | 2 +- .../UMReactNativeAdapter.debug.xcconfig | 2 +- .../UMReactNativeAdapter.release.xcconfig | 2 +- .../react-native-appearance.debug.xcconfig | 2 +- .../react-native-appearance.release.xcconfig | 2 +- ...act-native-background-timer.debug.xcconfig | 2 +- ...t-native-background-timer.release.xcconfig | 2 +- .../react-native-blur.debug.xcconfig | 2 +- .../react-native-blur.release.xcconfig | 2 +- .../react-native-cameraroll.debug.xcconfig | 2 +- .../react-native-cameraroll.release.xcconfig | 2 +- .../react-native-cookies.debug.xcconfig | 2 +- .../react-native-cookies.release.xcconfig | 2 +- ...eact-native-document-picker.debug.xcconfig | 2 +- ...ct-native-document-picker.release.xcconfig | 2 +- .../react-native-jitsi-meet.debug.xcconfig | 2 +- .../react-native-jitsi-meet.release.xcconfig | 2 +- .../react-native-mmkv-storage.debug.xcconfig | 2 +- ...react-native-mmkv-storage.release.xcconfig | 2 +- .../react-native-netinfo.debug.xcconfig | 2 +- .../react-native-netinfo.release.xcconfig | 2 +- .../react-native-notifications.debug.xcconfig | 2 +- ...eact-native-notifications.release.xcconfig | 2 +- ...t-native-orientation-locker.debug.xcconfig | 2 +- ...native-orientation-locker.release.xcconfig | 2 +- .../react-native-restart.debug.xcconfig | 2 +- .../react-native-restart.release.xcconfig | 2 +- ...ct-native-safe-area-context.debug.xcconfig | 2 +- ...-native-safe-area-context.release.xcconfig | 2 +- .../react-native-simple-crypto.debug.xcconfig | 4 +- ...eact-native-simple-crypto.release.xcconfig | 4 +- .../react-native-slider.debug.xcconfig | 2 +- .../react-native-slider.release.xcconfig | 2 +- .../react-native-webview.debug.xcconfig | 2 +- .../react-native-webview.release.xcconfig | 2 +- .../rn-extensions-share.debug.xcconfig | 2 +- .../rn-extensions-share.release.xcconfig | 2 +- .../rn-fetch-blob.debug.xcconfig | 2 +- .../rn-fetch-blob.release.xcconfig | 2 +- ios/RocketChatRN.xcodeproj/project.pbxproj | 139 +- package.json | 2 +- yarn.lock | 52 +- 187 files changed, 29868 insertions(+), 29333 deletions(-) create mode 100644 ios/Pods/Flipper/xplat/Flipper/FlipperCertificateExchangeMedium.h create mode 100644 ios/Pods/Flipper/xplat/Flipper/FlipperCertificateProvider.h create mode 100644 ios/Pods/FlipperKit/iOS/FlipperKit/FlipperKitCertificateProvider.h create mode 120000 ios/Pods/Headers/Private/Flipper/FlipperCertificateExchangeMedium.h create mode 120000 ios/Pods/Headers/Private/Flipper/FlipperCertificateProvider.h create mode 120000 ios/Pods/Headers/Private/FlipperKit/FlipperKitCertificateProvider.h create mode 120000 ios/Pods/Headers/Private/React-Core/React/RCTAlertController.h create mode 120000 ios/Pods/Headers/Public/Flipper/FlipperCertificateExchangeMedium.h create mode 120000 ios/Pods/Headers/Public/Flipper/FlipperCertificateProvider.h create mode 120000 ios/Pods/Headers/Public/FlipperKit/FlipperKitCertificateProvider.h create mode 120000 ios/Pods/Headers/Public/React-Core/React/RCTAlertController.h create mode 120000 ios/Pods/Headers/Public/React/React-Core-umbrella.h create mode 120000 ios/Pods/Headers/Public/React/React-Core.modulemap create mode 100644 ios/Pods/Target Support Files/React-Core/React-Core-umbrella.h create mode 100644 ios/Pods/Target Support Files/React-Core/React-Core.modulemap diff --git a/ios/Podfile.lock b/ios/Podfile.lock index bbf90a9ed..ccb0063e2 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -39,14 +39,14 @@ PODS: - UMFileSystemInterface - EXWebBrowser (8.3.1): - UMCore - - FBLazyVector (0.63.2) - - FBReactNativeSpec (0.63.2): + - FBLazyVector (0.63.4) + - FBReactNativeSpec (0.63.4): - Folly (= 2020.01.13.00) - - RCTRequired (= 0.63.2) - - RCTTypeSafety (= 0.63.2) - - React-Core (= 0.63.2) - - React-jsi (= 0.63.2) - - ReactCommon/turbomodule/core (= 0.63.2) + - RCTRequired (= 0.63.4) + - RCTTypeSafety (= 0.63.4) + - React-Core (= 0.63.4) + - React-jsi (= 0.63.4) + - ReactCommon/turbomodule/core (= 0.63.4) - Firebase/Analytics (6.27.1): - Firebase/Core - Firebase/Core (6.27.1): @@ -87,7 +87,7 @@ PODS: - GoogleUtilities/Environment (~> 6.7) - GoogleUtilities/UserDefaults (~> 6.7) - PromisesObjC (~> 1.2) - - Flipper (0.41.5): + - Flipper (0.54.0): - Flipper-Folly (~> 2.2) - Flipper-RSocket (~> 1.1) - Flipper-DoubleConversion (1.1.7) @@ -101,36 +101,36 @@ PODS: - Flipper-PeerTalk (0.0.4) - Flipper-RSocket (1.1.0): - Flipper-Folly (~> 2.2) - - FlipperKit (0.41.5): - - FlipperKit/Core (= 0.41.5) - - FlipperKit/Core (0.41.5): - - Flipper (~> 0.41.5) + - FlipperKit (0.54.0): + - FlipperKit/Core (= 0.54.0) + - FlipperKit/Core (0.54.0): + - Flipper (~> 0.54.0) - FlipperKit/CppBridge - FlipperKit/FBCxxFollyDynamicConvert - FlipperKit/FBDefines - FlipperKit/FKPortForwarding - - FlipperKit/CppBridge (0.41.5): - - Flipper (~> 0.41.5) - - FlipperKit/FBCxxFollyDynamicConvert (0.41.5): + - FlipperKit/CppBridge (0.54.0): + - Flipper (~> 0.54.0) + - FlipperKit/FBCxxFollyDynamicConvert (0.54.0): - Flipper-Folly (~> 2.2) - - FlipperKit/FBDefines (0.41.5) - - FlipperKit/FKPortForwarding (0.41.5): + - FlipperKit/FBDefines (0.54.0) + - FlipperKit/FKPortForwarding (0.54.0): - CocoaAsyncSocket (~> 7.6) - Flipper-PeerTalk (~> 0.0.4) - - FlipperKit/FlipperKitHighlightOverlay (0.41.5) - - FlipperKit/FlipperKitLayoutPlugin (0.41.5): + - FlipperKit/FlipperKitHighlightOverlay (0.54.0) + - FlipperKit/FlipperKitLayoutPlugin (0.54.0): - FlipperKit/Core - FlipperKit/FlipperKitHighlightOverlay - FlipperKit/FlipperKitLayoutTextSearchable - YogaKit (~> 1.18) - - FlipperKit/FlipperKitLayoutTextSearchable (0.41.5) - - FlipperKit/FlipperKitNetworkPlugin (0.41.5): + - FlipperKit/FlipperKitLayoutTextSearchable (0.54.0) + - FlipperKit/FlipperKitNetworkPlugin (0.54.0): - FlipperKit/Core - - FlipperKit/FlipperKitReactPlugin (0.41.5): + - FlipperKit/FlipperKitReactPlugin (0.54.0): - FlipperKit/Core - - FlipperKit/FlipperKitUserDefaultsPlugin (0.41.5): + - FlipperKit/FlipperKitUserDefaultsPlugin (0.54.0): - FlipperKit/Core - - FlipperKit/SKIOSNetworkPlugin (0.41.5): + - FlipperKit/SKIOSNetworkPlugin (0.54.0): - FlipperKit/Core - FlipperKit/FlipperKitNetworkPlugin - Folly (2020.01.13.00): @@ -196,172 +196,172 @@ PODS: - OpenSSL-Universal/Static (= 1.0.2.19) - OpenSSL-Universal/Static (1.0.2.19) - PromisesObjC (1.2.9) - - RCTRequired (0.63.2) - - RCTTypeSafety (0.63.2): - - FBLazyVector (= 0.63.2) + - RCTRequired (0.63.4) + - RCTTypeSafety (0.63.4): + - FBLazyVector (= 0.63.4) - Folly (= 2020.01.13.00) - - RCTRequired (= 0.63.2) - - React-Core (= 0.63.2) - - React (0.63.2): - - React-Core (= 0.63.2) - - React-Core/DevSupport (= 0.63.2) - - React-Core/RCTWebSocket (= 0.63.2) - - React-RCTActionSheet (= 0.63.2) - - React-RCTAnimation (= 0.63.2) - - React-RCTBlob (= 0.63.2) - - React-RCTImage (= 0.63.2) - - React-RCTLinking (= 0.63.2) - - React-RCTNetwork (= 0.63.2) - - React-RCTSettings (= 0.63.2) - - React-RCTText (= 0.63.2) - - React-RCTVibration (= 0.63.2) - - React-callinvoker (0.63.2) - - React-Core (0.63.2): + - RCTRequired (= 0.63.4) + - React-Core (= 0.63.4) + - React (0.63.4): + - React-Core (= 0.63.4) + - React-Core/DevSupport (= 0.63.4) + - React-Core/RCTWebSocket (= 0.63.4) + - React-RCTActionSheet (= 0.63.4) + - React-RCTAnimation (= 0.63.4) + - React-RCTBlob (= 0.63.4) + - React-RCTImage (= 0.63.4) + - React-RCTLinking (= 0.63.4) + - React-RCTNetwork (= 0.63.4) + - React-RCTSettings (= 0.63.4) + - React-RCTText (= 0.63.4) + - React-RCTVibration (= 0.63.4) + - React-callinvoker (0.63.4) + - React-Core (0.63.4): - Folly (= 2020.01.13.00) - glog - - React-Core/Default (= 0.63.2) - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-Core/Default (= 0.63.4) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-Core/CoreModulesHeaders (0.63.2): + - React-Core/CoreModulesHeaders (0.63.4): - Folly (= 2020.01.13.00) - glog - React-Core/Default - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-Core/Default (0.63.2): + - React-Core/Default (0.63.4): - Folly (= 2020.01.13.00) - glog - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-Core/DevSupport (0.63.2): + - React-Core/DevSupport (0.63.4): - Folly (= 2020.01.13.00) - glog - - React-Core/Default (= 0.63.2) - - React-Core/RCTWebSocket (= 0.63.2) - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) - - React-jsinspector (= 0.63.2) + - React-Core/Default (= 0.63.4) + - React-Core/RCTWebSocket (= 0.63.4) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) + - React-jsinspector (= 0.63.4) - Yoga - - React-Core/RCTActionSheetHeaders (0.63.2): + - React-Core/RCTActionSheetHeaders (0.63.4): - Folly (= 2020.01.13.00) - glog - React-Core/Default - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-Core/RCTAnimationHeaders (0.63.2): + - React-Core/RCTAnimationHeaders (0.63.4): - Folly (= 2020.01.13.00) - glog - React-Core/Default - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-Core/RCTBlobHeaders (0.63.2): + - React-Core/RCTBlobHeaders (0.63.4): - Folly (= 2020.01.13.00) - glog - React-Core/Default - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-Core/RCTImageHeaders (0.63.2): + - React-Core/RCTImageHeaders (0.63.4): - Folly (= 2020.01.13.00) - glog - React-Core/Default - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-Core/RCTLinkingHeaders (0.63.2): + - React-Core/RCTLinkingHeaders (0.63.4): - Folly (= 2020.01.13.00) - glog - React-Core/Default - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-Core/RCTNetworkHeaders (0.63.2): + - React-Core/RCTNetworkHeaders (0.63.4): - Folly (= 2020.01.13.00) - glog - React-Core/Default - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-Core/RCTSettingsHeaders (0.63.2): + - React-Core/RCTSettingsHeaders (0.63.4): - Folly (= 2020.01.13.00) - glog - React-Core/Default - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-Core/RCTTextHeaders (0.63.2): + - React-Core/RCTTextHeaders (0.63.4): - Folly (= 2020.01.13.00) - glog - React-Core/Default - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-Core/RCTVibrationHeaders (0.63.2): + - React-Core/RCTVibrationHeaders (0.63.4): - Folly (= 2020.01.13.00) - glog - React-Core/Default - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-Core/RCTWebSocket (0.63.2): + - React-Core/RCTWebSocket (0.63.4): - Folly (= 2020.01.13.00) - glog - - React-Core/Default (= 0.63.2) - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-Core/Default (= 0.63.4) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-CoreModules (0.63.2): - - FBReactNativeSpec (= 0.63.2) + - React-CoreModules (0.63.4): + - FBReactNativeSpec (= 0.63.4) - Folly (= 2020.01.13.00) - - RCTTypeSafety (= 0.63.2) - - React-Core/CoreModulesHeaders (= 0.63.2) - - React-jsi (= 0.63.2) - - React-RCTImage (= 0.63.2) - - ReactCommon/turbomodule/core (= 0.63.2) - - React-cxxreact (0.63.2): + - RCTTypeSafety (= 0.63.4) + - React-Core/CoreModulesHeaders (= 0.63.4) + - React-jsi (= 0.63.4) + - React-RCTImage (= 0.63.4) + - ReactCommon/turbomodule/core (= 0.63.4) + - React-cxxreact (0.63.4): - boost-for-react-native (= 1.63.0) - DoubleConversion - Folly (= 2020.01.13.00) - glog - - React-callinvoker (= 0.63.2) - - React-jsinspector (= 0.63.2) - - React-jsi (0.63.2): + - React-callinvoker (= 0.63.4) + - React-jsinspector (= 0.63.4) + - React-jsi (0.63.4): - boost-for-react-native (= 1.63.0) - DoubleConversion - Folly (= 2020.01.13.00) - glog - - React-jsi/Default (= 0.63.2) - - React-jsi/Default (0.63.2): + - React-jsi/Default (= 0.63.4) + - React-jsi/Default (0.63.4): - boost-for-react-native (= 1.63.0) - DoubleConversion - Folly (= 2020.01.13.00) - glog - - React-jsiexecutor (0.63.2): + - React-jsiexecutor (0.63.4): - DoubleConversion - Folly (= 2020.01.13.00) - glog - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsinspector (0.63.2) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsinspector (0.63.4) - react-native-appearance (0.3.4): - React - react-native-background-timer (2.2.0): @@ -397,66 +397,66 @@ PODS: - React - react-native-webview (10.3.2): - React - - React-RCTActionSheet (0.63.2): - - React-Core/RCTActionSheetHeaders (= 0.63.2) - - React-RCTAnimation (0.63.2): - - FBReactNativeSpec (= 0.63.2) + - React-RCTActionSheet (0.63.4): + - React-Core/RCTActionSheetHeaders (= 0.63.4) + - React-RCTAnimation (0.63.4): + - FBReactNativeSpec (= 0.63.4) - Folly (= 2020.01.13.00) - - RCTTypeSafety (= 0.63.2) - - React-Core/RCTAnimationHeaders (= 0.63.2) - - React-jsi (= 0.63.2) - - ReactCommon/turbomodule/core (= 0.63.2) - - React-RCTBlob (0.63.2): - - FBReactNativeSpec (= 0.63.2) + - RCTTypeSafety (= 0.63.4) + - React-Core/RCTAnimationHeaders (= 0.63.4) + - React-jsi (= 0.63.4) + - ReactCommon/turbomodule/core (= 0.63.4) + - React-RCTBlob (0.63.4): + - FBReactNativeSpec (= 0.63.4) - Folly (= 2020.01.13.00) - - React-Core/RCTBlobHeaders (= 0.63.2) - - React-Core/RCTWebSocket (= 0.63.2) - - React-jsi (= 0.63.2) - - React-RCTNetwork (= 0.63.2) - - ReactCommon/turbomodule/core (= 0.63.2) - - React-RCTImage (0.63.2): - - FBReactNativeSpec (= 0.63.2) + - React-Core/RCTBlobHeaders (= 0.63.4) + - React-Core/RCTWebSocket (= 0.63.4) + - React-jsi (= 0.63.4) + - React-RCTNetwork (= 0.63.4) + - ReactCommon/turbomodule/core (= 0.63.4) + - React-RCTImage (0.63.4): + - FBReactNativeSpec (= 0.63.4) - Folly (= 2020.01.13.00) - - RCTTypeSafety (= 0.63.2) - - React-Core/RCTImageHeaders (= 0.63.2) - - React-jsi (= 0.63.2) - - React-RCTNetwork (= 0.63.2) - - ReactCommon/turbomodule/core (= 0.63.2) - - React-RCTLinking (0.63.2): - - FBReactNativeSpec (= 0.63.2) - - React-Core/RCTLinkingHeaders (= 0.63.2) - - React-jsi (= 0.63.2) - - ReactCommon/turbomodule/core (= 0.63.2) - - React-RCTNetwork (0.63.2): - - FBReactNativeSpec (= 0.63.2) + - RCTTypeSafety (= 0.63.4) + - React-Core/RCTImageHeaders (= 0.63.4) + - React-jsi (= 0.63.4) + - React-RCTNetwork (= 0.63.4) + - ReactCommon/turbomodule/core (= 0.63.4) + - React-RCTLinking (0.63.4): + - FBReactNativeSpec (= 0.63.4) + - React-Core/RCTLinkingHeaders (= 0.63.4) + - React-jsi (= 0.63.4) + - ReactCommon/turbomodule/core (= 0.63.4) + - React-RCTNetwork (0.63.4): + - FBReactNativeSpec (= 0.63.4) - Folly (= 2020.01.13.00) - - RCTTypeSafety (= 0.63.2) - - React-Core/RCTNetworkHeaders (= 0.63.2) - - React-jsi (= 0.63.2) - - ReactCommon/turbomodule/core (= 0.63.2) - - React-RCTSettings (0.63.2): - - FBReactNativeSpec (= 0.63.2) + - RCTTypeSafety (= 0.63.4) + - React-Core/RCTNetworkHeaders (= 0.63.4) + - React-jsi (= 0.63.4) + - ReactCommon/turbomodule/core (= 0.63.4) + - React-RCTSettings (0.63.4): + - FBReactNativeSpec (= 0.63.4) - Folly (= 2020.01.13.00) - - RCTTypeSafety (= 0.63.2) - - React-Core/RCTSettingsHeaders (= 0.63.2) - - React-jsi (= 0.63.2) - - ReactCommon/turbomodule/core (= 0.63.2) - - React-RCTText (0.63.2): - - React-Core/RCTTextHeaders (= 0.63.2) - - React-RCTVibration (0.63.2): - - FBReactNativeSpec (= 0.63.2) + - RCTTypeSafety (= 0.63.4) + - React-Core/RCTSettingsHeaders (= 0.63.4) + - React-jsi (= 0.63.4) + - ReactCommon/turbomodule/core (= 0.63.4) + - React-RCTText (0.63.4): + - React-Core/RCTTextHeaders (= 0.63.4) + - React-RCTVibration (0.63.4): + - FBReactNativeSpec (= 0.63.4) - Folly (= 2020.01.13.00) - - React-Core/RCTVibrationHeaders (= 0.63.2) - - React-jsi (= 0.63.2) - - ReactCommon/turbomodule/core (= 0.63.2) - - ReactCommon/turbomodule/core (0.63.2): + - React-Core/RCTVibrationHeaders (= 0.63.4) + - React-jsi (= 0.63.4) + - ReactCommon/turbomodule/core (= 0.63.4) + - ReactCommon/turbomodule/core (0.63.4): - DoubleConversion - Folly (= 2020.01.13.00) - glog - - React-callinvoker (= 0.63.2) - - React-Core (= 0.63.2) - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) + - React-callinvoker (= 0.63.4) + - React-Core (= 0.63.4) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) - ReactNativeART (1.2.0): - React - ReactNativeUiLib (3.0.4): @@ -560,25 +560,25 @@ DEPENDENCIES: - EXWebBrowser (from `../node_modules/expo-web-browser/ios`) - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`) - FBReactNativeSpec (from `../node_modules/react-native/Libraries/FBReactNativeSpec`) - - Flipper (~> 0.41.1) + - Flipper (~> 0.54.0) - Flipper-DoubleConversion (= 1.1.7) - Flipper-Folly (~> 2.2) - Flipper-Glog (= 0.3.6) - Flipper-PeerTalk (~> 0.0.4) - Flipper-RSocket (~> 1.1) - - FlipperKit (~> 0.41.1) - - FlipperKit/Core (~> 0.41.1) - - FlipperKit/CppBridge (~> 0.41.1) - - FlipperKit/FBCxxFollyDynamicConvert (~> 0.41.1) - - FlipperKit/FBDefines (~> 0.41.1) - - FlipperKit/FKPortForwarding (~> 0.41.1) - - FlipperKit/FlipperKitHighlightOverlay (~> 0.41.1) - - FlipperKit/FlipperKitLayoutPlugin (~> 0.41.1) - - FlipperKit/FlipperKitLayoutTextSearchable (~> 0.41.1) - - FlipperKit/FlipperKitNetworkPlugin (~> 0.41.1) - - FlipperKit/FlipperKitReactPlugin (~> 0.41.1) - - FlipperKit/FlipperKitUserDefaultsPlugin (~> 0.41.1) - - FlipperKit/SKIOSNetworkPlugin (~> 0.41.1) + - FlipperKit (~> 0.54.0) + - FlipperKit/Core (~> 0.54.0) + - FlipperKit/CppBridge (~> 0.54.0) + - FlipperKit/FBCxxFollyDynamicConvert (~> 0.54.0) + - FlipperKit/FBDefines (~> 0.54.0) + - FlipperKit/FKPortForwarding (~> 0.54.0) + - FlipperKit/FlipperKitHighlightOverlay (~> 0.54.0) + - FlipperKit/FlipperKitLayoutPlugin (~> 0.54.0) + - FlipperKit/FlipperKitLayoutTextSearchable (~> 0.54.0) + - FlipperKit/FlipperKitNetworkPlugin (~> 0.54.0) + - FlipperKit/FlipperKitReactPlugin (~> 0.54.0) + - FlipperKit/FlipperKitUserDefaultsPlugin (~> 0.54.0) + - FlipperKit/SKIOSNetworkPlugin (~> 0.54.0) - Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`) - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`) - JitsiMeetSDK (from `https://github.com/RocketChat/jitsi-meet-ios-sdk-releases.git`) @@ -897,21 +897,21 @@ SPEC CHECKSUMS: EXPermissions: 80ac3acbdb145930079810fe5b08c022b3428aa8 EXVideoThumbnails: f70bdc5511749f3181028f5000bcb7be203c631d EXWebBrowser: d37a5ffdea1b65947352bc001dd9f732463725d4 - FBLazyVector: 3ef4a7f62e7db01092f9d517d2ebc0d0677c4a37 - FBReactNativeSpec: dc7fa9088f0f2a998503a352b0554d69a4391c5a + FBLazyVector: 3bb422f41b18121b71783a905c10e58606f7dc3e + FBReactNativeSpec: f2c97f2529dd79c083355182cc158c9f98f4bd6e Firebase: 919186c8e119dd9372a45fd1dd17a8a942bc1892 FirebaseAnalytics: 5fa308e1b13f838d0f6dc74719ac2a72e8c5afc4 FirebaseCore: 8cd4f8ea22075e0ee582849b1cf79d8816506085 FirebaseCoreDiagnostics: 4505e4d4009b1d93f605088ee7d7764d5f0d1c84 FirebaseCrashlytics: 7d0fa02ea8842cc4b2ab07b0735edafde1ad77d6 FirebaseInstallations: 3c520c951305cbf9ca54eb891ff9e6d1fd384881 - Flipper: 33585e2d9810fe5528346be33bcf71b37bb7ae13 + Flipper: be611d4b742d8c87fbae2ca5f44603a02539e365 Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41 Flipper-Folly: c12092ea368353b58e992843a990a3225d4533c3 Flipper-Glog: 1dfd6abf1e922806c52ceb8701a3599a79a200a6 Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9 Flipper-RSocket: 64e7431a55835eb953b0bf984ef3b90ae9fdddd7 - FlipperKit: bc68102cd4952a258a23c9c1b316c7bec1fecf83 + FlipperKit: ab353d41aea8aae2ea6daaf813e67496642f3d7d Folly: b73c3869541e86821df3c387eb0af5f65addfab4 glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3 GoogleAppMeasurement: 8cd1f289d60e629cf16ab03363b9e89c776b9651 @@ -926,16 +926,16 @@ SPEC CHECKSUMS: nanopb: c43f40fadfe79e8b8db116583945847910cbabc9 OpenSSL-Universal: 8b48cc0d10c1b2923617dfe5c178aa9ed2689355 PromisesObjC: b48e0338dbbac2207e611750777895f7a5811b75 - RCTRequired: f13f25e7b12f925f1f6a6a8c69d929a03c0129fe - RCTTypeSafety: 44982c5c8e43ff4141eb519a8ddc88059acd1f3a - React: e1c65dd41cb9db13b99f24608e47dd595f28ca9a - React-callinvoker: 552a6a6bc8b3bb794cf108ad59e5a9e2e3b4fc98 - React-Core: 9d341e725dc9cd2f49e4c49ad1fc4e8776aa2639 - React-CoreModules: 5335e168165da7f7083ce7147768d36d3e292318 - React-cxxreact: d3261ec5f7d11743fbf21e263a34ea51d1f13ebc - React-jsi: 54245e1d5f4b690dec614a73a3795964eeef13a8 - React-jsiexecutor: 8ca588cc921e70590820ce72b8789b02c67cce38 - React-jsinspector: b14e62ebe7a66e9231e9581279909f2fc3db6606 + RCTRequired: 082f10cd3f905d6c124597fd1c14f6f2655ff65e + RCTTypeSafety: 8c9c544ecbf20337d069e4ae7fd9a377aadf504b + React: b0a957a2c44da4113b0c4c9853d8387f8e64e615 + React-callinvoker: c3f44dd3cb195b6aa46621fff95ded79d59043fe + React-Core: d3b2a1ac9a2c13c3bcde712d9281fc1c8a5b315b + React-CoreModules: 0581ff36cb797da0943d424f69e7098e43e9be60 + React-cxxreact: c1480d4fda5720086c90df537ee7d285d4c57ac3 + React-jsi: a0418934cf48f25b485631deb27c64dc40fb4c31 + React-jsiexecutor: 93bd528844ad21dc07aab1c67cb10abae6df6949 + React-jsinspector: 58aef7155bc9a9683f5b60b35eccea8722a4f53a react-native-appearance: 0f0e5fc2fcef70e03d48c8fe6b00b9158c2ba8aa react-native-background-timer: 1f7d560647b40e6a60b01c452ba29c54bf581fc4 react-native-blur: cad4d93b364f91e7b7931b3fa935455487e5c33c @@ -952,16 +952,16 @@ SPEC CHECKSUMS: react-native-simple-crypto: 564740fd8124827d82e9e8ded4a0de8c695c8a4d react-native-slider: 0221b417686c5957f6e77cd9ac22c1478a165355 react-native-webview: 679b6f400176e2ea8a785acf7ae16cf282e7d1eb - React-RCTActionSheet: 910163b6b09685a35c4ebbc52b66d1bfbbe39fc5 - React-RCTAnimation: 9a883bbe1e9d2e158d4fb53765ed64c8dc2200c6 - React-RCTBlob: 39cf0ece1927996c4466510e25d2105f67010e13 - React-RCTImage: de355d738727b09ad3692f2a979affbd54b5f378 - React-RCTLinking: 8122f221d395a63364b2c0078ce284214bd04575 - React-RCTNetwork: 8f96c7b49ea6a0f28f98258f347b6ad218bc0830 - React-RCTSettings: 8a49622aff9c1925f5455fa340b6fe4853d64ab6 - React-RCTText: 1b6773e776e4b33f90468c20fe3b16ca3e224bb8 - React-RCTVibration: 4d2e726957f4087449739b595f107c0d4b6c2d2d - ReactCommon: a0a1edbebcac5e91338371b72ffc66aa822792ce + React-RCTActionSheet: 89a0ca9f4a06c1f93c26067af074ccdce0f40336 + React-RCTAnimation: 1bde3ecc0c104c55df246eda516e0deb03c4e49b + React-RCTBlob: a97d378b527740cc667e03ebfa183a75231ab0f0 + React-RCTImage: c1b1f2d3f43a4a528c8946d6092384b5c880d2f0 + React-RCTLinking: 35ae4ab9dc0410d1fcbdce4d7623194a27214fb2 + React-RCTNetwork: 29ec2696f8d8cfff7331fac83d3e893c95ef43ae + React-RCTSettings: 60f0691bba2074ef394f95d4c2265ec284e0a46a + React-RCTText: 5c51df3f08cb9dedc6e790161195d12bac06101c + React-RCTVibration: ae4f914cfe8de7d4de95ae1ea6cc8f6315d73d9d + ReactCommon: 73d79c7039f473b76db6ff7c6b159c478acbbb3b ReactNativeART: 78edc68dd4a1e675338cd0cd113319cf3a65f2ab ReactNativeUiLib: cde7263a7d308b60161cd286f95c9433e79f2f7d rn-extensions-share: 8db79372089567cbc5aefe8444869bbc808578d3 @@ -1000,7 +1000,7 @@ SPEC CHECKSUMS: UMReactNativeAdapter: 538efe92e781b5d7678cf95b34c46f2d0989a557 UMSensorsInterface: cb5bf31d52c4349f0ff9e3c049bbe4df0d80d383 UMTaskManagerInterface: 80653f25c55d9e6d79d6a0a65589fa213feaee11 - Yoga: 7740b94929bbacbddda59bf115b5317e9a161598 + Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a PODFILE CHECKSUM: c38f9a91b5c154453863a4ee1ccc203da58ad2f2 diff --git a/ios/Pods/Flipper/README.md b/ios/Pods/Flipper/README.md index b028c7ec3..b176ff737 100644 --- a/ios/Pods/Flipper/README.md +++ b/ios/Pods/Flipper/README.md @@ -1,8 +1,26 @@ -# Flipper [![Build Status](https://travis-ci.org/facebook/flipper.svg?branch=master)](https://travis-ci.org/facebook/flipper) [![Android Maven Badge](https://img.shields.io/maven-metadata/v/https/jcenter.bintray.com/com/facebook/flipper/flipper/maven-metadata.xml.svg?color=green&label=android)](https://bintray.com/facebook/maven/com.facebook.flipper%3Aflipper) [![iOS](https://img.shields.io/cocoapods/v/FlipperKit.svg?label=iOS&color=blue)](https://cocoapods.org/pods/Flipper) [![Greenkeeper badge](https://badges.greenkeeper.io/facebook/flipper.svg)](https://greenkeeper.io/) +

+ logo +

+

+ Flipper +

+

+ + Build Status + + + Android Maven Badge + + + iOS + +

-Flipper (formerly Sonar) is a platform for debugging mobile apps on iOS and Android. Visualize, inspect, and control your apps from a simple desktop interface. Use Flipper as is or extend it using the plugin API. +

+ Flipper (formerly Sonar) is a platform for debugging mobile apps on iOS and Android. Visualize, inspect, and control your apps from a simple desktop interface. Use Flipper as is or extend it using the plugin API. +

-![Flipper](/docs/assets/layout.png) +![Flipper](/website/static/img/layout.png) ## Table of Contents @@ -32,7 +50,7 @@ Flipper is built as a platform. In addition to using the tools already included, ## Contributing to Flipper -Both Flipper's desktop app and native mobile SDKs are open-source and MIT licensed. This enables you to see and understand how we are building plugins, and of course, join the community and help improve Flipper. We are excited to see what you will build on this platform. +Both Flipper's desktop app and native mobile SDKs are open-source and MIT licensed. This enables you to see and understand how we are building plugins, and of course, join the community and help to improve Flipper. We are excited to see what you will build on this platform. # In this repo diff --git a/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.cpp b/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.cpp index b1d448ab2..59be9b3ba 100644 --- a/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.cpp +++ b/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.cpp @@ -8,12 +8,10 @@ #include "ConnectionContextStore.h" #include #include -#include #include #include #include "CertificateUtils.h" #include "Log.h" - using namespace facebook::flipper; static constexpr auto CSR_FILE_NAME = "app.csr"; diff --git a/ios/Pods/Flipper/xplat/Flipper/FlipperCertificateExchangeMedium.h b/ios/Pods/Flipper/xplat/Flipper/FlipperCertificateExchangeMedium.h new file mode 100644 index 000000000..552b081e5 --- /dev/null +++ b/ios/Pods/Flipper/xplat/Flipper/FlipperCertificateExchangeMedium.h @@ -0,0 +1,8 @@ +/* + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +enum FlipperCertificateExchangeMedium { FS_ACCESS = 1, WWW = 2 }; diff --git a/ios/Pods/Flipper/xplat/Flipper/FlipperCertificateProvider.h b/ios/Pods/Flipper/xplat/Flipper/FlipperCertificateProvider.h new file mode 100644 index 000000000..7ff01d424 --- /dev/null +++ b/ios/Pods/Flipper/xplat/Flipper/FlipperCertificateProvider.h @@ -0,0 +1,58 @@ +/* + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +#pragma once + +#include +#include +#include "FlipperCertificateExchangeMedium.h" +#include "FlipperState.h" +#include "FlipperStep.h" +namespace facebook { +namespace flipper { + +/** + * Represents a FlipperCertificateProvider which is responsible for obtaining + * Flipper TLS certificates. + */ +class FlipperCertificateProvider { + public: + virtual ~FlipperCertificateProvider() {} + + /** + * Gets certificates downloaded at a path, which is passed as an argument. + */ + virtual void getCertificates( + const std::string& path, + const std::string& deviceID) = 0; + + /** + * Sets certificate exchange medium + */ + virtual void setCertificateExchangeMedium( + const FlipperCertificateExchangeMedium medium) = 0; + + /** + * Gets certificate exchange medium + */ + virtual FlipperCertificateExchangeMedium getCertificateExchangeMedium() = 0; + + /** + * This lets the Client know if it should reset the connection folder when + * `stop` is called. + */ + virtual bool shouldResetCertificateFolder() = 0; + + /** + * Sets the FlipperState, so that Cert Provider can send debuggin information + * to troubleshoot screen. + */ + virtual void setFlipperState(std::shared_ptr state) = 0; +}; + +} // namespace flipper +} // namespace facebook diff --git a/ios/Pods/Flipper/xplat/Flipper/FlipperClient.cpp b/ios/Pods/Flipper/xplat/Flipper/FlipperClient.cpp index 6b897d581..44659fc40 100644 --- a/ios/Pods/Flipper/xplat/Flipper/FlipperClient.cpp +++ b/ios/Pods/Flipper/xplat/Flipper/FlipperClient.cpp @@ -73,6 +73,17 @@ void FlipperClient::addPlugin(std::shared_ptr plugin) { }); } +void FlipperClient::setCertificateProvider( + const std::shared_ptr provider) { + socket_->setCertificateProvider(provider); + log("cpp setCertificateProvider called"); +} + +std::shared_ptr +FlipperClient::getCertificateProvider() { + return socket_->getCertificateProvider(); +} + void FlipperClient::removePlugin(std::shared_ptr plugin) { performAndReportError([this, plugin]() { log("FlipperClient::removePlugin " + plugin->identifier()); diff --git a/ios/Pods/Flipper/xplat/Flipper/FlipperClient.h b/ios/Pods/Flipper/xplat/Flipper/FlipperClient.h index 28071e818..31b71e8ac 100644 --- a/ios/Pods/Flipper/xplat/Flipper/FlipperClient.h +++ b/ios/Pods/Flipper/xplat/Flipper/FlipperClient.h @@ -10,6 +10,7 @@ #include #include #include +#include "FlipperCertificateProvider.h" #include "FlipperConnectionImpl.h" #include "FlipperConnectionManager.h" #include "FlipperInitConfig.h" @@ -85,6 +86,10 @@ class FlipperClient : public FlipperConnectionManager::Callbacks { void setStateListener( std::shared_ptr stateListener); + void setCertificateProvider( + const std::shared_ptr provider); + std::shared_ptr getCertificateProvider(); + std::shared_ptr getPlugin(const std::string& identifier); std::string getState(); diff --git a/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManager.h b/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManager.h index 6c41cc943..0c5c86c09 100644 --- a/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManager.h +++ b/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManager.h @@ -8,6 +8,7 @@ #pragma once #include +#include "FlipperCertificateProvider.h" #include "FlipperResponder.h" namespace facebook { @@ -30,6 +31,18 @@ class FlipperConnectionManager { */ virtual void stop() = 0; + /** + Sets the Auth token to be used for hitting an Intern end point + */ + virtual void setCertificateProvider( + const std::shared_ptr provider) = 0; + + /** + Gets the certificate provider + */ + virtual std::shared_ptr + getCertificateProvider() = 0; + /** True if there's an open connection. This method may block if the connection is busy. diff --git a/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManagerImpl.cpp b/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManagerImpl.cpp index c10fab364..83fb2631a 100644 --- a/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManagerImpl.cpp +++ b/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManagerImpl.cpp @@ -90,6 +90,16 @@ FlipperConnectionManagerImpl::~FlipperConnectionManagerImpl() { stop(); } +void FlipperConnectionManagerImpl::setCertificateProvider( + const std::shared_ptr provider) { + certProvider_ = provider; +}; + +std::shared_ptr +FlipperConnectionManagerImpl::getCertificateProvider() { + return certProvider_; +}; + void FlipperConnectionManagerImpl::start() { if (isStarted_) { log("Already started"); @@ -169,10 +179,13 @@ void FlipperConnectionManagerImpl::startSync() { bool FlipperConnectionManagerImpl::doCertificateExchange() { rsocket::SetupParameters parameters; folly::SocketAddress address; + int medium = certProvider_ != nullptr + ? certProvider_->getCertificateExchangeMedium() + : FlipperCertificateExchangeMedium::FS_ACCESS; parameters.payload = rsocket::Payload(folly::toJson(folly::dynamic::object( "os", deviceData_.os)("device", deviceData_.device)( - "app", deviceData_.app)("sdk_version", sdkVersion))); + "app", deviceData_.app)("sdk_version", sdkVersion)("medium", medium))); address.setFromHostPort(deviceData_.host, insecurePort); auto connectingInsecurely = flipperState_->start("Connect insecurely"); @@ -198,6 +211,7 @@ bool FlipperConnectionManagerImpl::doCertificateExchange() { .get(); if (newClient.get() == nullptr) { + connectingInsecurely->fail("Failed to connect"); return false; } @@ -221,12 +235,15 @@ bool FlipperConnectionManagerImpl::connectSecurely() { if (deviceId.compare("unknown")) { loadingDeviceId->complete(); } + int medium = certProvider_ != nullptr + ? certProvider_->getCertificateExchangeMedium() + : FlipperCertificateExchangeMedium::FS_ACCESS; parameters.payload = rsocket::Payload(folly::toJson(folly::dynamic::object( "csr", contextStore_->getCertificateSigningRequest().c_str())( "csr_path", contextStore_->getCertificateDirectoryPath().c_str())( "os", deviceData_.os)("device", deviceData_.device)( - "device_id", deviceId)("app", deviceData_.app)( + "device_id", deviceId)("app", deviceData_.app)("medium", medium)( "sdk_version", sdkVersion))); address.setFromHostPort(deviceData_.host, securePort); @@ -257,6 +274,7 @@ bool FlipperConnectionManagerImpl::connectSecurely() { }) .get(); if (newClient.get() == nullptr) { + connectingSecurely->fail("Failed to connect"); return false; } @@ -278,6 +296,9 @@ void FlipperConnectionManagerImpl::reconnect() { } void FlipperConnectionManagerImpl::stop() { + if (certProvider_ && certProvider_->shouldResetCertificateFolder()) { + contextStore_->resetState(); + } if (!isStarted_) { log("Not started"); return; @@ -338,10 +359,13 @@ void FlipperConnectionManagerImpl::requestSignedCertFromFlipper() { auto generatingCSR = flipperState_->start("Generate CSR"); std::string csr = contextStore_->getCertificateSigningRequest(); generatingCSR->complete(); - + int medium = certProvider_ != nullptr + ? certProvider_->getCertificateExchangeMedium() + : FlipperCertificateExchangeMedium::FS_ACCESS; folly::dynamic message = folly::dynamic::object("method", "signCertificate")("csr", csr.c_str())( - "destination", contextStore_->getCertificateDirectoryPath().c_str()); + "destination", contextStore_->getCertificateDirectoryPath().c_str())( + "medium", medium); auto gettingCert = flipperState_->start("Getting cert from desktop"); flipperEventBase_->add([this, message, gettingCert]() { @@ -354,8 +378,34 @@ void FlipperConnectionManagerImpl::requestSignedCertFromFlipper() { folly::dynamic config = folly::parseJson(response); contextStore_->storeConnectionConfig(config); } - gettingCert->complete(); + if (certProvider_) { + certProvider_->setFlipperState(flipperState_); + auto gettingCertFromProvider = + flipperState_->start("Getting cert from Cert Provider"); + + try { + // Certificates should be present in app's sandbox after it is + // returned. The reason we can't have a completion block here + // is because if the certs are not present after it returns + // then the flipper tries to reconnect on insecured channel + // and recreates the app.csr. By the time completion block is + // called the DeviceCA cert doesn't match app's csr and it + // throws an SSL error. + certProvider_->getCertificates( + contextStore_->getCertificateDirectoryPath(), + contextStore_->getDeviceId()); + gettingCertFromProvider->complete(); + } catch (std::exception& e) { + gettingCertFromProvider->fail(e.what()); + gettingCert->fail(e.what()); + } catch (...) { + gettingCertFromProvider->fail("Exception from certProvider"); + gettingCert->fail("Exception from certProvider"); + } + } log("Certificate exchange complete."); + gettingCert->complete(); + // Disconnect after message sending is complete. // This will trigger a reconnect which should use the secure // channel. diff --git a/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManagerImpl.h b/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManagerImpl.h index 004c5be31..04a885359 100644 --- a/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManagerImpl.h +++ b/ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManagerImpl.h @@ -50,10 +50,14 @@ class FlipperConnectionManagerImpl : public FlipperConnectionManager { std::unique_ptr responder) override; void reconnect(); + void setCertificateProvider( + const std::shared_ptr provider) override; + std::shared_ptr getCertificateProvider() override; private: bool isOpen_ = false; bool isStarted_ = false; + std::shared_ptr certProvider_ = nullptr; Callbacks* callbacks_; DeviceData deviceData_; std::shared_ptr flipperState_; diff --git a/ios/Pods/FlipperKit/README.md b/ios/Pods/FlipperKit/README.md index b028c7ec3..b176ff737 100644 --- a/ios/Pods/FlipperKit/README.md +++ b/ios/Pods/FlipperKit/README.md @@ -1,8 +1,26 @@ -# Flipper [![Build Status](https://travis-ci.org/facebook/flipper.svg?branch=master)](https://travis-ci.org/facebook/flipper) [![Android Maven Badge](https://img.shields.io/maven-metadata/v/https/jcenter.bintray.com/com/facebook/flipper/flipper/maven-metadata.xml.svg?color=green&label=android)](https://bintray.com/facebook/maven/com.facebook.flipper%3Aflipper) [![iOS](https://img.shields.io/cocoapods/v/FlipperKit.svg?label=iOS&color=blue)](https://cocoapods.org/pods/Flipper) [![Greenkeeper badge](https://badges.greenkeeper.io/facebook/flipper.svg)](https://greenkeeper.io/) +

+ logo +

+

+ Flipper +

+

+ + Build Status + + + Android Maven Badge + + + iOS + +

-Flipper (formerly Sonar) is a platform for debugging mobile apps on iOS and Android. Visualize, inspect, and control your apps from a simple desktop interface. Use Flipper as is or extend it using the plugin API. +

+ Flipper (formerly Sonar) is a platform for debugging mobile apps on iOS and Android. Visualize, inspect, and control your apps from a simple desktop interface. Use Flipper as is or extend it using the plugin API. +

-![Flipper](/docs/assets/layout.png) +![Flipper](/website/static/img/layout.png) ## Table of Contents @@ -32,7 +50,7 @@ Flipper is built as a platform. In addition to using the tools already included, ## Contributing to Flipper -Both Flipper's desktop app and native mobile SDKs are open-source and MIT licensed. This enables you to see and understand how we are building plugins, and of course, join the community and help improve Flipper. We are excited to see what you will build on this platform. +Both Flipper's desktop app and native mobile SDKs are open-source and MIT licensed. This enables you to see and understand how we are building plugins, and of course, join the community and help to improve Flipper. We are excited to see what you will build on this platform. # In this repo diff --git a/ios/Pods/FlipperKit/iOS/FlipperKit/FlipperClient.h b/ios/Pods/FlipperKit/iOS/FlipperKit/FlipperClient.h index 65f52877c..3dd3f7d3d 100644 --- a/ios/Pods/FlipperKit/iOS/FlipperKit/FlipperClient.h +++ b/ios/Pods/FlipperKit/iOS/FlipperKit/FlipperClient.h @@ -8,6 +8,7 @@ #ifdef FB_SONARKIT_ENABLED #import +#import "FlipperKitCertificateProvider.h" #import "FlipperPlugin.h" #import "FlipperStateUpdateListener.h" @@ -64,6 +65,16 @@ Subscribe a ViewController to state update change notifications */ - (void)subscribeForUpdates:(id)controller; +/** +Sets the certificate provider responsible for obtaining certificates +*/ +- (void)setCertificateProvider:(id)provider; + +/** + Get the certificate provider of Flipper Client +*/ +- (id)getCertificateProvider; + // initializers are disabled. You must use `+[FlipperClient sharedClient]` // instance. - (instancetype)init NS_UNAVAILABLE; diff --git a/ios/Pods/FlipperKit/iOS/FlipperKit/FlipperClient.mm b/ios/Pods/FlipperKit/iOS/FlipperKit/FlipperClient.mm index 93624d33d..c28e095c3 100644 --- a/ios/Pods/FlipperKit/iOS/FlipperKit/FlipperClient.mm +++ b/ios/Pods/FlipperKit/iOS/FlipperKit/FlipperClient.mm @@ -8,15 +8,17 @@ #if FB_SONARKIT_ENABLED #import "FlipperClient.h" +#import #import #import #include #include +#include #import "FlipperClient+Testing.h" #import "FlipperCppWrapperPlugin.h" +#import "FlipperKitCertificateProvider.h" #import "SKEnvironmentVariables.h" #include "SKStateUpdateCPPWrapper.h" - #if !TARGET_OS_SIMULATOR #import #endif @@ -27,6 +29,7 @@ using WrapperPlugin = facebook::flipper::FlipperCppWrapperPlugin; facebook::flipper::FlipperClient* _cppClient; folly::ScopedEventBaseThread sonarThread; folly::ScopedEventBaseThread connectionThread; + id _certProvider; #if !TARGET_OS_SIMULATOR FKPortForwardingServer* _secureServer; FKPortForwardingServer* _insecureServer; @@ -46,7 +49,6 @@ using WrapperPlugin = facebook::flipper::FlipperCppWrapperPlugin; }); return sharedClient; } - - (instancetype)init { if (self = [super init]) { UIDevice* device = [UIDevice currentDevice]; @@ -57,9 +59,7 @@ using WrapperPlugin = facebook::flipper::FlipperCppWrapperPlugin; NSString* appId = [bundle bundleIdentifier]; NSString* privateAppDirectory = NSSearchPathForDirectoriesInDomains( NSApplicationSupportDirectory, NSUserDomainMask, YES)[0]; - NSFileManager* manager = [NSFileManager defaultManager]; - if ([manager fileExistsAtPath:privateAppDirectory isDirectory:NULL] == NO && ![manager createDirectoryAtPath:privateAppDirectory withIntermediateDirectories:YES @@ -99,6 +99,19 @@ using WrapperPlugin = facebook::flipper::FlipperCppWrapperPlugin; return self; } +- (void)setCertificateProvider:(id)provider { + _certProvider = provider; + std::shared_ptr* prov = + static_cast< + std::shared_ptr*>( + [provider getCPPCertificateProvider]); + _cppClient->setCertificateProvider(*prov); +} + +- (id)getCertificateProvider { + return _certProvider; +} + - (void)refreshPlugins { _cppClient->refreshPlugins(); } diff --git a/ios/Pods/FlipperKit/iOS/FlipperKit/FlipperKitCertificateProvider.h b/ios/Pods/FlipperKit/iOS/FlipperKit/FlipperKitCertificateProvider.h new file mode 100644 index 000000000..b98d713dc --- /dev/null +++ b/ios/Pods/FlipperKit/iOS/FlipperKit/FlipperKitCertificateProvider.h @@ -0,0 +1,33 @@ +/* + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +#ifdef FB_SONARKIT_ENABLED + +#import + +typedef enum FlipperCertificateExchangeMedium + FlipperKitCertificateExchangeMedium; +/** +Represents a CPP Certificate Provider to be used by FlipperClient +*/ +@protocol FlipperKitCertificateProvider + +- (_Nonnull instancetype)initCPPCertificateProvider; + +- (void* _Nonnull) + getCPPCertificateProvider; // Returning it as void* as the file needs to + // have no cpp for it to be compatible with + // Swift. The pointer returned should point to + // std::shared_ptr +- (void)setCertificateExchangeMedium: + (FlipperKitCertificateExchangeMedium)medium; + +@optional +- (void)setAuthToken:(nullable NSString*)authToken; +@end + +#endif diff --git a/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.mm b/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.mm index 2ef733b97..1badbc419 100644 --- a/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.mm +++ b/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.mm @@ -164,10 +164,15 @@ } - (void)didDisconnect { - // Clear the last highlight if there is any - [self onCallSetHighlighted:nil withResponder:nil]; - // Disable search if it is active - [self onCallSetSearchActive:NO withConnection:nil]; + // removeFromSuperlayer (SKHighlightOverlay) needs to be called on main thread + FlipperPerformBlockOnMainThread( + ^{ + // Clear the last highlight if there is any + [self onCallSetHighlighted:nil withResponder:nil]; + // Disable search if it is active + [self onCallSetSearchActive:NO withConnection:nil]; + }, + nil); } - (void)onCallGetRoot:(id)responder { @@ -321,17 +326,30 @@ __block id rootNode = _rootNode; [_tapListener listenForTapWithBlock:^(CGPoint touchPoint) { - SKTouch* touch = [[SKTouch alloc] - initWithTouchPoint:touchPoint - withRootNode:rootNode - withDescriptorMapper:self->_descriptorMapper - finishWithBlock:^(NSArray* path) { - [connection send:@"select" withParams:@{@"path" : path}]; - }]; + SKTouch* touch = + [[SKTouch alloc] initWithTouchPoint:touchPoint + withRootNode:rootNode + withDescriptorMapper:self->_descriptorMapper + finishWithBlock:^(id node) { + [self updateNodeReference:node]; + }]; SKNodeDescriptor* descriptor = [self->_descriptorMapper descriptorForClass:[rootNode class]]; [descriptor hitTest:touch forNode:rootNode]; + [touch retrieveSelectTree:^(NSDictionary* tree) { + NSMutableArray* path = [NSMutableArray new]; + NSDictionary* subtree = tree; + NSEnumerator* enumerator = [tree keyEnumerator]; + id nodeId; + while ((nodeId = [enumerator nextObject])) { + subtree = subtree[nodeId]; + [path addObject:nodeId]; + enumerator = [subtree keyEnumerator]; + } + [connection send:@"select" + withParams:@{@"path" : path, @"tree" : tree}]; + }]; }]; } else { [_tapListener unmount]; @@ -371,10 +389,6 @@ }); } -- (void)invalidateRootNode { - [self invalidateNode:_rootNode]; -} - - (void)_reportInvalidatedObjects { NSMutableArray* nodes = [NSMutableArray new]; { // scope mutex acquisition @@ -470,6 +484,7 @@ NSMutableArray* attributes = [NSMutableArray new]; NSMutableDictionary* data = [NSMutableDictionary new]; + NSMutableDictionary* extraInfo = [NSMutableDictionary new]; const auto* nodeAttributes = [nodeDescriptor attributesForNode:node]; for (const SKNamed* namedPair in nodeAttributes) { @@ -488,6 +503,11 @@ data[namedPair.name] = namedPair.value; } + const auto* nodeExtraInfo = [nodeDescriptor extraInfoForNode:node]; + for (const SKNamed* namedPair in nodeExtraInfo) { + extraInfo[namedPair.name] = namedPair.value; + } + NSMutableArray* children = [self getChildrenForNode:node withDescriptor:nodeDescriptor]; @@ -500,6 +520,7 @@ @"attributes" : attributes, @"data" : data, @"decoration" : [nodeDescriptor decorationForNode:node] ?: @"(unknown)", + @"extraInfo" : extraInfo, }; return nodeDic; diff --git a/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKInvalidation.h b/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKInvalidation.h index f2eee5819..d37733d7b 100644 --- a/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKInvalidation.h +++ b/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKInvalidation.h @@ -10,7 +10,6 @@ @protocol SKInvalidationDelegate - (void)invalidateNode:(id)node; -- (void)invalidateRootNode; - (void)updateNodeReference:(id)node; @end diff --git a/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.h b/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.h index b00289c5e..c72f01ea5 100644 --- a/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.h +++ b/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.h @@ -77,6 +77,12 @@ typedef void (^SKNodeUpdateData)(id value); */ - (NSArray*>*)dataForNode:(T)node; +/** + Get the extra info to pass it back to Sonar application without showing them in + the sidebar. + */ +- (NSArray*>*)extraInfoForNode:(T)node; + /** Get the attributes for this node. Attributes will be showed in the Sonar application right next to the name of the node. diff --git a/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.mm b/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.mm index 2fd413baa..2a836c82d 100644 --- a/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.mm +++ b/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.mm @@ -59,6 +59,10 @@ return @[]; } +- (NSArray*>*)extraInfoForNode:(id)node { + return @[]; +} + - (NSArray*>*)attributesForNode:(id)node { return @[]; } diff --git a/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTouch.h b/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTouch.h index 8b3b77f84..0f85fa543 100644 --- a/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTouch.h +++ b/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTouch.h @@ -9,7 +9,8 @@ #import "SKDescriptorMapper.h" -typedef void (^SKTouchFinishDelegate)(NSArray* path); +typedef void (^SKTouchFinishDelegate)(id currentNode); +typedef void (^SKProcessFinishDelegate)(NSDictionary* tree); @interface SKTouch : NSObject @@ -23,6 +24,8 @@ typedef void (^SKTouchFinishDelegate)(NSArray* path); - (void)finish; +- (void)retrieveSelectTree:(SKProcessFinishDelegate)callback; + - (BOOL)containedIn:(CGRect)bounds; @end diff --git a/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTouch.m b/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTouch.m index 53efa3222..6907ee20e 100644 --- a/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTouch.m +++ b/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTouch.m @@ -12,12 +12,13 @@ @implementation SKTouch { SKTouchFinishDelegate _onFinish; - NSMutableArray* _path; CGPoint _currentTouchPoint; - id _currentNode; SKDescriptorMapper* _descriptorMapper; + + NSMutableArray>* _nodeStack; + NSMutableArray* _treeStack; } - (instancetype)initWithTouchPoint:(CGPoint)touchPoint @@ -27,9 +28,11 @@ if (self = [super init]) { _onFinish = finishBlock; _currentTouchPoint = touchPoint; - _currentNode = node; _descriptorMapper = mapper; - _path = [NSMutableArray new]; + _nodeStack = [NSMutableArray new]; + [_nodeStack addObject:node]; + _treeStack = [NSMutableArray new]; + [_treeStack addObject:[[NSMutableDictionary alloc] init]]; } return self; @@ -40,18 +43,34 @@ _currentTouchPoint.x -= offset.x; _currentTouchPoint.y -= offset.y; + id currentNode = _nodeStack.lastObject; SKNodeDescriptor* descriptor = - [_descriptorMapper descriptorForClass:[_currentNode class]]; - _currentNode = [descriptor childForNode:_currentNode atIndex:childIndex]; + [_descriptorMapper descriptorForClass:[currentNode class]]; + id nextNode = [descriptor childForNode:currentNode + atIndex:childIndex]; + [_nodeStack addObject:nextNode]; + [_treeStack addObject:[[NSMutableDictionary alloc] init]]; - descriptor = [_descriptorMapper descriptorForClass:[_currentNode class]]; - [_path addObject:[descriptor identifierForNode:_currentNode]]; + descriptor = [_descriptorMapper descriptorForClass:[nextNode class]]; + NSString* currentId = [descriptor identifierForNode:nextNode]; + [descriptor hitTest:self forNode:nextNode]; - [descriptor hitTest:self forNode:_currentNode]; + // After finish this component + _currentTouchPoint.x += offset.x; + _currentTouchPoint.y += offset.y; + [_nodeStack removeLastObject]; + NSDictionary* currentDict = _treeStack.lastObject; + [_treeStack removeLastObject]; + [_treeStack.lastObject setObject:currentDict forKey:currentId]; } - (void)finish { - _onFinish(_path); + _onFinish(_nodeStack.lastObject); +} + +- (void)retrieveSelectTree:(SKProcessFinishDelegate)callback { + callback(_treeStack.lastObject); + [_treeStack removeAllObjects]; } - (BOOL)containedIn:(CGRect)bounds { diff --git a/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIView+SKInvalidation.mm b/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIView+SKInvalidation.mm index 10058261c..d9e0f9989 100644 --- a/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIView+SKInvalidation.mm +++ b/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIView+SKInvalidation.mm @@ -23,6 +23,30 @@ FB_LINKABLE(UIView_SKInvalidation) [self class], @selector(setHidden:), @selector(swizzle_setHidden:)); swizzleMethods( [self class], @selector(addSubview:), @selector(swizzle_addSubview:)); + swizzleMethods( + [self class], + @selector(bringSubviewToFront:), + @selector(swizzle_bringSubviewToFront:)); + swizzleMethods( + [self class], + @selector(sendSubviewToBack:), + @selector(swizzle_sendSubviewToBack:)); + swizzleMethods( + [self class], + @selector(insertSubview:atIndex:), + @selector(swizzle_insertSubview:atIndex:)); + swizzleMethods( + [self class], + @selector(insertSubview:aboveSubview:), + @selector(swizzle_insertSubview:aboveSubview:)); + swizzleMethods( + [self class], + @selector(insertSubview:belowSubview:), + @selector(swizzle_insertSubview:belowSubview:)); + swizzleMethods( + [self class], + @selector(exchangeSubviewAtIndex:withSubviewAtIndex:), + @selector(swizzle_exchangeSubviewAtIndex:withSubviewAtIndex:)); swizzleMethods( [self class], @selector(removeFromSuperview), @@ -30,14 +54,6 @@ FB_LINKABLE(UIView_SKInvalidation) }); } -/** -This function takes in a view and returns true if the view is a UIWindow and its -windowLevel is an alert one otherwise it returns false. -*/ -static auto shouldInvalidateRootNode(UIView* view) -> bool { - return [view isKindOfClass:[UIWindow class]]; -} - - (void)swizzle_setHidden:(BOOL)hidden { [self swizzle_setHidden:hidden]; @@ -50,30 +66,51 @@ static auto shouldInvalidateRootNode(UIView* view) -> bool { - (void)swizzle_addSubview:(UIView*)view { [self swizzle_addSubview:view]; + [[SKInvalidation sharedInstance].delegate invalidateNode:self]; +} - id delegate = - [SKInvalidation sharedInstance].delegate; - if (delegate != nil) { - if (shouldInvalidateRootNode(view.superview)) { - [delegate invalidateRootNode]; - return; - } - [delegate invalidateNode:view.superview]; - } +- (void)swizzle_bringSubviewToFront:(UIView*)subview { + [self swizzle_bringSubviewToFront:subview]; + [[SKInvalidation sharedInstance].delegate invalidateNode:self]; +} + +- (void)swizzle_sendSubviewToBack:(UIView*)subview { + [self swizzle_sendSubviewToBack:subview]; + [[SKInvalidation sharedInstance].delegate invalidateNode:self]; +} + +- (void)swizzle_insertSubview:(UIView*)subview atIndex:(NSInteger)index { + [self swizzle_insertSubview:subview atIndex:index]; + [[SKInvalidation sharedInstance].delegate invalidateNode:self]; +} + +- (void)swizzle_insertSubview:(UIView*)subview + aboveSubview:(UIView*)siblingSubview { + [self swizzle_insertSubview:subview aboveSubview:siblingSubview]; + [[SKInvalidation sharedInstance].delegate invalidateNode:self]; +} + +- (void)swizzle_insertSubview:(UIView*)subview + belowSubview:(UIView*)siblingSubview { + [self swizzle_insertSubview:subview belowSubview:siblingSubview]; + [[SKInvalidation sharedInstance].delegate invalidateNode:self]; +} + +- (void)swizzle_exchangeSubviewAtIndex:(NSInteger)index1 + withSubviewAtIndex:(NSInteger)index2 { + [self swizzle_exchangeSubviewAtIndex:index1 withSubviewAtIndex:index2]; + [[SKInvalidation sharedInstance].delegate invalidateNode:self]; } - (void)swizzle_removeFromSuperview { - id delegate = - [SKInvalidation sharedInstance].delegate; - if (delegate != nil && self.superview != nil) { - if (shouldInvalidateRootNode(self.superview)) { - [delegate invalidateRootNode]; - return; - } - [delegate invalidateNode:self.superview]; - } - + UIView* oldSuperview = self.superview; + // Be careful that we always call the swizzled implementation + // before any early returns or mischief below! [self swizzle_removeFromSuperview]; + + if (oldSuperview) { + [[SKInvalidation sharedInstance].delegate invalidateNode:oldSuperview]; + } } @end diff --git a/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKApplicationDescriptor.m b/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKApplicationDescriptor.m index 354622cee..7cd940ef5 100644 --- a/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKApplicationDescriptor.m +++ b/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKApplicationDescriptor.m @@ -34,6 +34,7 @@ } - (void)hitTest:(SKTouch*)touch forNode:(UIApplication*)node { + bool finish = true; for (NSInteger index = [self childCountForNode:node] - 1; index >= 0; index--) { UIWindow* child = [self childForNode:node atIndex:index]; @@ -43,11 +44,12 @@ if ([touch containedIn:child.frame]) { [touch continueWithChildIndex:index withOffset:child.frame.origin]; - return; + finish = false; } } - - [touch finish]; + if (finish) { + [touch finish]; + } } - (NSArray*)visibleChildrenForNode:(UIApplication*)node { diff --git a/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKScrollViewDescriptor.m b/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKScrollViewDescriptor.m index bd4f33924..08b58d108 100644 --- a/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKScrollViewDescriptor.m +++ b/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKScrollViewDescriptor.m @@ -49,6 +49,7 @@ } - (void)hitTest:(SKTouch*)touch forNode:(UIScrollView*)node { + bool finish = true; for (NSInteger index = [self childCountForNode:node] - 1; index >= 0; index--) { id childNode = [self childForNode:node atIndex:index]; @@ -75,11 +76,13 @@ if ([touch containedIn:frame]) { [touch continueWithChildIndex:index withOffset:frame.origin]; - return; + finish = false; } } - [touch finish]; + if (finish) { + [touch finish]; + } } @end diff --git a/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewDescriptor.mm b/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewDescriptor.mm index 44bef0406..d9d9a98be 100644 --- a/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewDescriptor.mm +++ b/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewDescriptor.mm @@ -497,6 +497,7 @@ return dataMutations; } - (void)hitTest:(SKTouch*)touch forNode:(UIView*)node { + bool finish = true; for (NSInteger index = [self childCountForNode:node] - 1; index >= 0; index--) { id childNode = [self childForNode:node atIndex:index]; @@ -518,11 +519,13 @@ return dataMutations; if ([touch containedIn:viewForNode.frame]) { [touch continueWithChildIndex:index withOffset:viewForNode.frame.origin]; - return; + finish = false; } } - [touch finish]; + if (finish) { + [touch finish]; + } } static void initEnumDictionaries() { diff --git a/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsSwizzleUtility.m b/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsSwizzleUtility.m index 5c02fd02d..4f4965ed4 100644 --- a/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsSwizzleUtility.m +++ b/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsSwizzleUtility.m @@ -59,7 +59,9 @@ NSString* originalStr = [@"comfacebookFlipperKit_" stringByAppendingString:selStr]; [invocation setSelector:NSSelectorFromString(originalStr)]; - block(invocation); + if (block != nil) { + block(invocation); + } } else { ((void (*)(id, SEL, NSInvocation*))orig)(this, fwdSel, invocation); } diff --git a/ios/Pods/Headers/Private/Flipper/FlipperCertificateExchangeMedium.h b/ios/Pods/Headers/Private/Flipper/FlipperCertificateExchangeMedium.h new file mode 120000 index 000000000..6f5645042 --- /dev/null +++ b/ios/Pods/Headers/Private/Flipper/FlipperCertificateExchangeMedium.h @@ -0,0 +1 @@ +../../../Flipper/xplat/Flipper/FlipperCertificateExchangeMedium.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/Flipper/FlipperCertificateProvider.h b/ios/Pods/Headers/Private/Flipper/FlipperCertificateProvider.h new file mode 120000 index 000000000..f956c0074 --- /dev/null +++ b/ios/Pods/Headers/Private/Flipper/FlipperCertificateProvider.h @@ -0,0 +1 @@ +../../../Flipper/xplat/Flipper/FlipperCertificateProvider.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/FlipperKit/FlipperKitCertificateProvider.h b/ios/Pods/Headers/Private/FlipperKit/FlipperKitCertificateProvider.h new file mode 120000 index 000000000..22670f77b --- /dev/null +++ b/ios/Pods/Headers/Private/FlipperKit/FlipperKitCertificateProvider.h @@ -0,0 +1 @@ +../../../FlipperKit/iOS/FlipperKit/FlipperKitCertificateProvider.h \ No newline at end of file diff --git a/ios/Pods/Headers/Private/React-Core/React/RCTAlertController.h b/ios/Pods/Headers/Private/React-Core/React/RCTAlertController.h new file mode 120000 index 000000000..46a628fd5 --- /dev/null +++ b/ios/Pods/Headers/Private/React-Core/React/RCTAlertController.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/CoreModules/RCTAlertController.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/Flipper/FlipperCertificateExchangeMedium.h b/ios/Pods/Headers/Public/Flipper/FlipperCertificateExchangeMedium.h new file mode 120000 index 000000000..6f5645042 --- /dev/null +++ b/ios/Pods/Headers/Public/Flipper/FlipperCertificateExchangeMedium.h @@ -0,0 +1 @@ +../../../Flipper/xplat/Flipper/FlipperCertificateExchangeMedium.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/Flipper/FlipperCertificateProvider.h b/ios/Pods/Headers/Public/Flipper/FlipperCertificateProvider.h new file mode 120000 index 000000000..f956c0074 --- /dev/null +++ b/ios/Pods/Headers/Public/Flipper/FlipperCertificateProvider.h @@ -0,0 +1 @@ +../../../Flipper/xplat/Flipper/FlipperCertificateProvider.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/FlipperKit/FlipperKitCertificateProvider.h b/ios/Pods/Headers/Public/FlipperKit/FlipperKitCertificateProvider.h new file mode 120000 index 000000000..22670f77b --- /dev/null +++ b/ios/Pods/Headers/Public/FlipperKit/FlipperKitCertificateProvider.h @@ -0,0 +1 @@ +../../../FlipperKit/iOS/FlipperKit/FlipperKitCertificateProvider.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/React-Core/React/RCTAlertController.h b/ios/Pods/Headers/Public/React-Core/React/RCTAlertController.h new file mode 120000 index 000000000..46a628fd5 --- /dev/null +++ b/ios/Pods/Headers/Public/React-Core/React/RCTAlertController.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/CoreModules/RCTAlertController.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/React/React-Core-umbrella.h b/ios/Pods/Headers/Public/React/React-Core-umbrella.h new file mode 120000 index 000000000..5b360ef5f --- /dev/null +++ b/ios/Pods/Headers/Public/React/React-Core-umbrella.h @@ -0,0 +1 @@ +../../../Target Support Files/React-Core/React-Core-umbrella.h \ No newline at end of file diff --git a/ios/Pods/Headers/Public/React/React-Core.modulemap b/ios/Pods/Headers/Public/React/React-Core.modulemap new file mode 120000 index 000000000..e3ccbc57d --- /dev/null +++ b/ios/Pods/Headers/Public/React/React-Core.modulemap @@ -0,0 +1 @@ +../../../Target Support Files/React-Core/React-Core.modulemap \ No newline at end of file diff --git a/ios/Pods/Local Podspecs/FBLazyVector.podspec.json b/ios/Pods/Local Podspecs/FBLazyVector.podspec.json index c23fb7620..2768b3b4b 100644 --- a/ios/Pods/Local Podspecs/FBLazyVector.podspec.json +++ b/ios/Pods/Local Podspecs/FBLazyVector.podspec.json @@ -1,6 +1,6 @@ { "name": "FBLazyVector", - "version": "0.63.2", + "version": "0.63.4", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -11,7 +11,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.63.2" + "tag": "v0.63.4" }, "source_files": "**/*.{c,h,m,mm,cpp}", "header_dir": "FBLazyVector" diff --git a/ios/Pods/Local Podspecs/FBReactNativeSpec.podspec.json b/ios/Pods/Local Podspecs/FBReactNativeSpec.podspec.json index f7cd09f95..699e39899 100644 --- a/ios/Pods/Local Podspecs/FBReactNativeSpec.podspec.json +++ b/ios/Pods/Local Podspecs/FBReactNativeSpec.podspec.json @@ -1,6 +1,6 @@ { "name": "FBReactNativeSpec", - "version": "0.63.2", + "version": "0.63.4", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -12,7 +12,7 @@ "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.63.2" + "tag": "v0.63.4" }, "source_files": "**/*.{c,h,m,mm,cpp}", "header_dir": "FBReactNativeSpec", @@ -26,19 +26,19 @@ "2020.01.13.00" ], "RCTRequired": [ - "0.63.2" + "0.63.4" ], "RCTTypeSafety": [ - "0.63.2" + "0.63.4" ], "React-Core": [ - "0.63.2" + "0.63.4" ], "React-jsi": [ - "0.63.2" + "0.63.4" ], "ReactCommon/turbomodule/core": [ - "0.63.2" + "0.63.4" ] } } diff --git a/ios/Pods/Local Podspecs/RCTRequired.podspec.json b/ios/Pods/Local Podspecs/RCTRequired.podspec.json index 17186e30b..ff3b889ec 100644 --- a/ios/Pods/Local Podspecs/RCTRequired.podspec.json +++ b/ios/Pods/Local Podspecs/RCTRequired.podspec.json @@ -1,6 +1,6 @@ { "name": "RCTRequired", - "version": "0.63.2", + "version": "0.63.4", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -11,7 +11,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.63.2" + "tag": "v0.63.4" }, "source_files": "**/*.{c,h,m,mm,cpp}", "header_dir": "RCTRequired" diff --git a/ios/Pods/Local Podspecs/RCTTypeSafety.podspec.json b/ios/Pods/Local Podspecs/RCTTypeSafety.podspec.json index 633701f2c..b857d19b3 100644 --- a/ios/Pods/Local Podspecs/RCTTypeSafety.podspec.json +++ b/ios/Pods/Local Podspecs/RCTTypeSafety.podspec.json @@ -1,6 +1,6 @@ { "name": "RCTTypeSafety", - "version": "0.63.2", + "version": "0.63.4", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -12,7 +12,7 @@ "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32", "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.63.2" + "tag": "v0.63.4" }, "source_files": "**/*.{c,h,m,mm,cpp}", "header_dir": "RCTTypeSafety", @@ -23,16 +23,16 @@ }, "dependencies": { "FBLazyVector": [ - "0.63.2" + "0.63.4" ], "Folly": [ "2020.01.13.00" ], "RCTRequired": [ - "0.63.2" + "0.63.4" ], "React-Core": [ - "0.63.2" + "0.63.4" ] } } diff --git a/ios/Pods/Local Podspecs/React-Core.podspec.json b/ios/Pods/Local Podspecs/React-Core.podspec.json index af65f519c..f48ca839e 100644 --- a/ios/Pods/Local Podspecs/React-Core.podspec.json +++ b/ios/Pods/Local Podspecs/React-Core.podspec.json @@ -1,6 +1,6 @@ { "name": "React-Core", - "version": "0.63.2", + "version": "0.63.4", "summary": "The core of React Native.", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -11,7 +11,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.63.2" + "tag": "v0.63.4" }, "resource_bundles": { "AccessibilityResources": [ @@ -23,7 +23,8 @@ "frameworks": "JavaScriptCore", "libraries": "stdc++", "pod_target_xcconfig": { - "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/Folly\"" + "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/Folly\"", + "DEFINES_MODULE": "YES" }, "user_target_xcconfig": { "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/Headers/Private/React-Core\"" @@ -34,13 +35,13 @@ "2020.01.13.00" ], "React-cxxreact": [ - "0.63.2" + "0.63.4" ], "React-jsi": [ - "0.63.2" + "0.63.4" ], "React-jsiexecutor": [ - "0.63.2" + "0.63.4" ], "Yoga": [ @@ -83,13 +84,13 @@ ], "dependencies": { "React-Core/Default": [ - "0.63.2" + "0.63.4" ], "React-Core/RCTWebSocket": [ - "0.63.2" + "0.63.4" ], "React-jsinspector": [ - "0.63.2" + "0.63.4" ] } }, @@ -98,7 +99,7 @@ "source_files": "Libraries/WebSocket/*.{h,m}", "dependencies": { "React-Core/Default": [ - "0.63.2" + "0.63.4" ] } }, diff --git a/ios/Pods/Local Podspecs/React-CoreModules.podspec.json b/ios/Pods/Local Podspecs/React-CoreModules.podspec.json index 7fdc00b53..2c5e28207 100644 --- a/ios/Pods/Local Podspecs/React-CoreModules.podspec.json +++ b/ios/Pods/Local Podspecs/React-CoreModules.podspec.json @@ -1,6 +1,6 @@ { "name": "React-CoreModules", - "version": "0.63.2", + "version": "0.63.4", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -12,7 +12,7 @@ "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.63.2" + "tag": "v0.63.4" }, "source_files": "**/*.{c,m,mm,cpp}", "header_dir": "CoreModules", @@ -23,25 +23,25 @@ }, "dependencies": { "FBReactNativeSpec": [ - "0.63.2" + "0.63.4" ], "Folly": [ "2020.01.13.00" ], "RCTTypeSafety": [ - "0.63.2" + "0.63.4" ], "React-Core/CoreModulesHeaders": [ - "0.63.2" + "0.63.4" ], "React-RCTImage": [ - "0.63.2" + "0.63.4" ], "ReactCommon/turbomodule/core": [ - "0.63.2" + "0.63.4" ], "React-jsi": [ - "0.63.2" + "0.63.4" ] } } diff --git a/ios/Pods/Local Podspecs/React-RCTActionSheet.podspec.json b/ios/Pods/Local Podspecs/React-RCTActionSheet.podspec.json index ab9e04447..13c4902ed 100644 --- a/ios/Pods/Local Podspecs/React-RCTActionSheet.podspec.json +++ b/ios/Pods/Local Podspecs/React-RCTActionSheet.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTActionSheet", - "version": "0.63.2", + "version": "0.63.4", "summary": "An API for displaying iOS action sheets and share sheets.", "homepage": "https://reactnative.dev/", "documentation_url": "https://reactnative.dev/docs/actionsheetios", @@ -12,7 +12,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.63.2" + "tag": "v0.63.4" }, "source_files": "*.{m}", "preserve_paths": [ @@ -23,7 +23,7 @@ "header_dir": "RCTActionSheet", "dependencies": { "React-Core/RCTActionSheetHeaders": [ - "0.63.2" + "0.63.4" ] } } diff --git a/ios/Pods/Local Podspecs/React-RCTAnimation.podspec.json b/ios/Pods/Local Podspecs/React-RCTAnimation.podspec.json index cae33caf4..15a71e47f 100644 --- a/ios/Pods/Local Podspecs/React-RCTAnimation.podspec.json +++ b/ios/Pods/Local Podspecs/React-RCTAnimation.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTAnimation", - "version": "0.63.2", + "version": "0.63.4", "summary": "A native driver for the Animated API.", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -12,7 +12,7 @@ "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.63.2" + "tag": "v0.63.4" }, "source_files": "{Drivers/*,Nodes/*,*}.{m,mm}", "preserve_paths": [ @@ -31,19 +31,19 @@ "2020.01.13.00" ], "RCTTypeSafety": [ - "0.63.2" + "0.63.4" ], "ReactCommon/turbomodule/core": [ - "0.63.2" + "0.63.4" ], "React-jsi": [ - "0.63.2" + "0.63.4" ], "FBReactNativeSpec": [ - "0.63.2" + "0.63.4" ], "React-Core/RCTAnimationHeaders": [ - "0.63.2" + "0.63.4" ] } } diff --git a/ios/Pods/Local Podspecs/React-RCTBlob.podspec.json b/ios/Pods/Local Podspecs/React-RCTBlob.podspec.json index 3c738d8e2..447b19991 100644 --- a/ios/Pods/Local Podspecs/React-RCTBlob.podspec.json +++ b/ios/Pods/Local Podspecs/React-RCTBlob.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTBlob", - "version": "0.63.2", + "version": "0.63.4", "summary": "An API for displaying iOS action sheets and share sheets.", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -12,7 +12,7 @@ "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.63.2" + "tag": "v0.63.4" }, "source_files": "*.{m,mm}", "preserve_paths": [ @@ -31,22 +31,22 @@ "2020.01.13.00" ], "FBReactNativeSpec": [ - "0.63.2" + "0.63.4" ], "ReactCommon/turbomodule/core": [ - "0.63.2" + "0.63.4" ], "React-jsi": [ - "0.63.2" + "0.63.4" ], "React-Core/RCTBlobHeaders": [ - "0.63.2" + "0.63.4" ], "React-Core/RCTWebSocket": [ - "0.63.2" + "0.63.4" ], "React-RCTNetwork": [ - "0.63.2" + "0.63.4" ] } } diff --git a/ios/Pods/Local Podspecs/React-RCTImage.podspec.json b/ios/Pods/Local Podspecs/React-RCTImage.podspec.json index 36315c9ba..da800aa79 100644 --- a/ios/Pods/Local Podspecs/React-RCTImage.podspec.json +++ b/ios/Pods/Local Podspecs/React-RCTImage.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTImage", - "version": "0.63.2", + "version": "0.63.4", "summary": "A React component for displaying different types of images.", "homepage": "https://reactnative.dev/", "documentation_url": "https://reactnative.dev/docs/image", @@ -13,7 +13,7 @@ "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.63.2" + "tag": "v0.63.4" }, "source_files": "*.{m,mm}", "preserve_paths": [ @@ -32,22 +32,22 @@ "2020.01.13.00" ], "FBReactNativeSpec": [ - "0.63.2" + "0.63.4" ], "RCTTypeSafety": [ - "0.63.2" + "0.63.4" ], "ReactCommon/turbomodule/core": [ - "0.63.2" + "0.63.4" ], "React-jsi": [ - "0.63.2" + "0.63.4" ], "React-Core/RCTImageHeaders": [ - "0.63.2" + "0.63.4" ], "React-RCTNetwork": [ - "0.63.2" + "0.63.4" ] } } diff --git a/ios/Pods/Local Podspecs/React-RCTLinking.podspec.json b/ios/Pods/Local Podspecs/React-RCTLinking.podspec.json index 2ebb30ce1..5ea7c846c 100644 --- a/ios/Pods/Local Podspecs/React-RCTLinking.podspec.json +++ b/ios/Pods/Local Podspecs/React-RCTLinking.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTLinking", - "version": "0.63.2", + "version": "0.63.4", "summary": "A general interface to interact with both incoming and outgoing app links.", "homepage": "https://reactnative.dev/", "documentation_url": "https://reactnative.dev/docs/linking", @@ -13,7 +13,7 @@ "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.63.2" + "tag": "v0.63.4" }, "source_files": "*.{m,mm}", "preserve_paths": [ @@ -29,16 +29,16 @@ }, "dependencies": { "FBReactNativeSpec": [ - "0.63.2" + "0.63.4" ], "React-Core/RCTLinkingHeaders": [ - "0.63.2" + "0.63.4" ], "ReactCommon/turbomodule/core": [ - "0.63.2" + "0.63.4" ], "React-jsi": [ - "0.63.2" + "0.63.4" ] } } diff --git a/ios/Pods/Local Podspecs/React-RCTNetwork.podspec.json b/ios/Pods/Local Podspecs/React-RCTNetwork.podspec.json index 3190c69b9..704497976 100644 --- a/ios/Pods/Local Podspecs/React-RCTNetwork.podspec.json +++ b/ios/Pods/Local Podspecs/React-RCTNetwork.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTNetwork", - "version": "0.63.2", + "version": "0.63.4", "summary": "The networking library of React Native.", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -12,7 +12,7 @@ "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.63.2" + "tag": "v0.63.4" }, "source_files": "*.{m,mm}", "preserve_paths": [ @@ -32,19 +32,19 @@ "2020.01.13.00" ], "FBReactNativeSpec": [ - "0.63.2" + "0.63.4" ], "RCTTypeSafety": [ - "0.63.2" + "0.63.4" ], "ReactCommon/turbomodule/core": [ - "0.63.2" + "0.63.4" ], "React-jsi": [ - "0.63.2" + "0.63.4" ], "React-Core/RCTNetworkHeaders": [ - "0.63.2" + "0.63.4" ] } } diff --git a/ios/Pods/Local Podspecs/React-RCTSettings.podspec.json b/ios/Pods/Local Podspecs/React-RCTSettings.podspec.json index c44758563..22a5cd461 100644 --- a/ios/Pods/Local Podspecs/React-RCTSettings.podspec.json +++ b/ios/Pods/Local Podspecs/React-RCTSettings.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTSettings", - "version": "0.63.2", + "version": "0.63.4", "summary": "A wrapper for NSUserDefaults, a persistent key-value store available only on iOS.", "homepage": "https://reactnative.dev/", "documentation_url": "https://reactnative.dev/docs/settings", @@ -13,7 +13,7 @@ "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.63.2" + "tag": "v0.63.4" }, "source_files": "*.{m,mm}", "preserve_paths": [ @@ -32,19 +32,19 @@ "2020.01.13.00" ], "FBReactNativeSpec": [ - "0.63.2" + "0.63.4" ], "RCTTypeSafety": [ - "0.63.2" + "0.63.4" ], "ReactCommon/turbomodule/core": [ - "0.63.2" + "0.63.4" ], "React-jsi": [ - "0.63.2" + "0.63.4" ], "React-Core/RCTSettingsHeaders": [ - "0.63.2" + "0.63.4" ] } } diff --git a/ios/Pods/Local Podspecs/React-RCTText.podspec.json b/ios/Pods/Local Podspecs/React-RCTText.podspec.json index 67177e716..f720274eb 100644 --- a/ios/Pods/Local Podspecs/React-RCTText.podspec.json +++ b/ios/Pods/Local Podspecs/React-RCTText.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTText", - "version": "0.63.2", + "version": "0.63.4", "summary": "A React component for displaying text.", "homepage": "https://reactnative.dev/", "documentation_url": "https://reactnative.dev/docs/text", @@ -12,7 +12,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.63.2" + "tag": "v0.63.4" }, "source_files": "**/*.{h,m}", "preserve_paths": [ @@ -23,7 +23,7 @@ "header_dir": "RCTText", "dependencies": { "React-Core/RCTTextHeaders": [ - "0.63.2" + "0.63.4" ] } } diff --git a/ios/Pods/Local Podspecs/React-RCTVibration.podspec.json b/ios/Pods/Local Podspecs/React-RCTVibration.podspec.json index fab94206b..86461f502 100644 --- a/ios/Pods/Local Podspecs/React-RCTVibration.podspec.json +++ b/ios/Pods/Local Podspecs/React-RCTVibration.podspec.json @@ -1,6 +1,6 @@ { "name": "React-RCTVibration", - "version": "0.63.2", + "version": "0.63.4", "summary": "An API for controlling the vibration hardware of the device.", "homepage": "https://reactnative.dev/", "documentation_url": "https://reactnative.dev/docs/vibration", @@ -13,7 +13,7 @@ "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness", "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.63.2" + "tag": "v0.63.4" }, "source_files": "*.{m,mm}", "preserve_paths": [ @@ -33,16 +33,16 @@ "2020.01.13.00" ], "FBReactNativeSpec": [ - "0.63.2" + "0.63.4" ], "ReactCommon/turbomodule/core": [ - "0.63.2" + "0.63.4" ], "React-jsi": [ - "0.63.2" + "0.63.4" ], "React-Core/RCTVibrationHeaders": [ - "0.63.2" + "0.63.4" ] } } diff --git a/ios/Pods/Local Podspecs/React-callinvoker.podspec.json b/ios/Pods/Local Podspecs/React-callinvoker.podspec.json index 7ce368c66..1968c2331 100644 --- a/ios/Pods/Local Podspecs/React-callinvoker.podspec.json +++ b/ios/Pods/Local Podspecs/React-callinvoker.podspec.json @@ -1,6 +1,6 @@ { "name": "React-callinvoker", - "version": "0.63.2", + "version": "0.63.4", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -11,7 +11,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.63.2" + "tag": "v0.63.4" }, "source_files": "**/*.{cpp,h}", "header_dir": "ReactCommon" diff --git a/ios/Pods/Local Podspecs/React-cxxreact.podspec.json b/ios/Pods/Local Podspecs/React-cxxreact.podspec.json index 72973e674..c9d57afa4 100644 --- a/ios/Pods/Local Podspecs/React-cxxreact.podspec.json +++ b/ios/Pods/Local Podspecs/React-cxxreact.podspec.json @@ -1,6 +1,6 @@ { "name": "React-cxxreact", - "version": "0.63.2", + "version": "0.63.4", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -11,7 +11,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.63.2" + "tag": "v0.63.4" }, "source_files": "*.{cpp,h}", "exclude_files": "SampleCxxModule.*", @@ -34,10 +34,10 @@ ], "React-jsinspector": [ - "0.63.2" + "0.63.4" ], "React-callinvoker": [ - "0.63.2" + "0.63.4" ] } } diff --git a/ios/Pods/Local Podspecs/React-jsi.podspec.json b/ios/Pods/Local Podspecs/React-jsi.podspec.json index c48191879..5960c3b29 100644 --- a/ios/Pods/Local Podspecs/React-jsi.podspec.json +++ b/ios/Pods/Local Podspecs/React-jsi.podspec.json @@ -1,6 +1,6 @@ { "name": "React-jsi", - "version": "0.63.2", + "version": "0.63.4", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -11,7 +11,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.63.2" + "tag": "v0.63.4" }, "source_files": "**/*.{cpp,h}", "exclude_files": "**/test/*", diff --git a/ios/Pods/Local Podspecs/React-jsiexecutor.podspec.json b/ios/Pods/Local Podspecs/React-jsiexecutor.podspec.json index fd4a22444..d217b8ad5 100644 --- a/ios/Pods/Local Podspecs/React-jsiexecutor.podspec.json +++ b/ios/Pods/Local Podspecs/React-jsiexecutor.podspec.json @@ -1,6 +1,6 @@ { "name": "React-jsiexecutor", - "version": "0.63.2", + "version": "0.63.4", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -11,7 +11,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.63.2" + "tag": "v0.63.4" }, "source_files": "jsireact/*.{cpp,h}", "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", @@ -21,10 +21,10 @@ "header_dir": "jsireact", "dependencies": { "React-cxxreact": [ - "0.63.2" + "0.63.4" ], "React-jsi": [ - "0.63.2" + "0.63.4" ], "Folly": [ "2020.01.13.00" diff --git a/ios/Pods/Local Podspecs/React-jsinspector.podspec.json b/ios/Pods/Local Podspecs/React-jsinspector.podspec.json index 1140a7218..843c3f057 100644 --- a/ios/Pods/Local Podspecs/React-jsinspector.podspec.json +++ b/ios/Pods/Local Podspecs/React-jsinspector.podspec.json @@ -1,6 +1,6 @@ { "name": "React-jsinspector", - "version": "0.63.2", + "version": "0.63.4", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -11,7 +11,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.63.2" + "tag": "v0.63.4" }, "source_files": "*.{cpp,h}", "header_dir": "jsinspector" diff --git a/ios/Pods/Local Podspecs/React.podspec.json b/ios/Pods/Local Podspecs/React.podspec.json index 49e335b6d..a164b312e 100644 --- a/ios/Pods/Local Podspecs/React.podspec.json +++ b/ios/Pods/Local Podspecs/React.podspec.json @@ -1,6 +1,6 @@ { "name": "React", - "version": "0.63.2", + "version": "0.63.4", "summary": "A framework for building native apps using React", "description": "React Native apps are built using the React JS\nframework, and render directly to native UIKit\nelements using a fully asynchronous architecture.\nThere is no browser and no HTML. We have picked what\nwe think is the best set of features from these and\nother technologies to build what we hope to become\nthe best product development framework available,\nwith an emphasis on iteration speed, developer\ndelight, continuity of technology, and absolutely\nbeautiful and fast products with no compromises in\nquality or capability.", "homepage": "https://reactnative.dev/", @@ -12,7 +12,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.63.2" + "tag": "v0.63.4" }, "preserve_paths": [ "package.json", @@ -22,40 +22,40 @@ "cocoapods_version": ">= 1.2.0", "dependencies": { "React-Core": [ - "0.63.2" + "0.63.4" ], "React-Core/DevSupport": [ - "0.63.2" + "0.63.4" ], "React-Core/RCTWebSocket": [ - "0.63.2" + "0.63.4" ], "React-RCTActionSheet": [ - "0.63.2" + "0.63.4" ], "React-RCTAnimation": [ - "0.63.2" + "0.63.4" ], "React-RCTBlob": [ - "0.63.2" + "0.63.4" ], "React-RCTImage": [ - "0.63.2" + "0.63.4" ], "React-RCTLinking": [ - "0.63.2" + "0.63.4" ], "React-RCTNetwork": [ - "0.63.2" + "0.63.4" ], "React-RCTSettings": [ - "0.63.2" + "0.63.4" ], "React-RCTText": [ - "0.63.2" + "0.63.4" ], "React-RCTVibration": [ - "0.63.2" + "0.63.4" ] } } diff --git a/ios/Pods/Local Podspecs/ReactCommon.podspec.json b/ios/Pods/Local Podspecs/ReactCommon.podspec.json index bf42f42e7..0c366805c 100644 --- a/ios/Pods/Local Podspecs/ReactCommon.podspec.json +++ b/ios/Pods/Local Podspecs/ReactCommon.podspec.json @@ -1,7 +1,7 @@ { "name": "ReactCommon", "module_name": "ReactCommon", - "version": "0.63.2", + "version": "0.63.4", "summary": "-", "homepage": "https://reactnative.dev/", "license": "MIT", @@ -12,7 +12,7 @@ }, "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.63.2" + "tag": "v0.63.4" }, "header_dir": "ReactCommon", "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation", @@ -26,16 +26,16 @@ "name": "turbomodule", "dependencies": { "React-callinvoker": [ - "0.63.2" + "0.63.4" ], "React-Core": [ - "0.63.2" + "0.63.4" ], "React-cxxreact": [ - "0.63.2" + "0.63.4" ], "React-jsi": [ - "0.63.2" + "0.63.4" ], "Folly": [ "2020.01.13.00" @@ -63,7 +63,7 @@ ], "dependencies": { "ReactCommon/turbomodule/core": [ - "0.63.2" + "0.63.4" ] } } diff --git a/ios/Pods/Local Podspecs/Yoga.podspec.json b/ios/Pods/Local Podspecs/Yoga.podspec.json index b6bcf121d..b9f92bb52 100644 --- a/ios/Pods/Local Podspecs/Yoga.podspec.json +++ b/ios/Pods/Local Podspecs/Yoga.podspec.json @@ -11,7 +11,7 @@ "authors": "Facebook", "source": { "git": "https://github.com/facebook/react-native.git", - "tag": "v0.63.2" + "tag": "v0.63.4" }, "module_name": "yoga", "header_dir": "yoga", diff --git a/ios/Pods/Manifest.lock b/ios/Pods/Manifest.lock index bbf90a9ed..ccb0063e2 100644 --- a/ios/Pods/Manifest.lock +++ b/ios/Pods/Manifest.lock @@ -39,14 +39,14 @@ PODS: - UMFileSystemInterface - EXWebBrowser (8.3.1): - UMCore - - FBLazyVector (0.63.2) - - FBReactNativeSpec (0.63.2): + - FBLazyVector (0.63.4) + - FBReactNativeSpec (0.63.4): - Folly (= 2020.01.13.00) - - RCTRequired (= 0.63.2) - - RCTTypeSafety (= 0.63.2) - - React-Core (= 0.63.2) - - React-jsi (= 0.63.2) - - ReactCommon/turbomodule/core (= 0.63.2) + - RCTRequired (= 0.63.4) + - RCTTypeSafety (= 0.63.4) + - React-Core (= 0.63.4) + - React-jsi (= 0.63.4) + - ReactCommon/turbomodule/core (= 0.63.4) - Firebase/Analytics (6.27.1): - Firebase/Core - Firebase/Core (6.27.1): @@ -87,7 +87,7 @@ PODS: - GoogleUtilities/Environment (~> 6.7) - GoogleUtilities/UserDefaults (~> 6.7) - PromisesObjC (~> 1.2) - - Flipper (0.41.5): + - Flipper (0.54.0): - Flipper-Folly (~> 2.2) - Flipper-RSocket (~> 1.1) - Flipper-DoubleConversion (1.1.7) @@ -101,36 +101,36 @@ PODS: - Flipper-PeerTalk (0.0.4) - Flipper-RSocket (1.1.0): - Flipper-Folly (~> 2.2) - - FlipperKit (0.41.5): - - FlipperKit/Core (= 0.41.5) - - FlipperKit/Core (0.41.5): - - Flipper (~> 0.41.5) + - FlipperKit (0.54.0): + - FlipperKit/Core (= 0.54.0) + - FlipperKit/Core (0.54.0): + - Flipper (~> 0.54.0) - FlipperKit/CppBridge - FlipperKit/FBCxxFollyDynamicConvert - FlipperKit/FBDefines - FlipperKit/FKPortForwarding - - FlipperKit/CppBridge (0.41.5): - - Flipper (~> 0.41.5) - - FlipperKit/FBCxxFollyDynamicConvert (0.41.5): + - FlipperKit/CppBridge (0.54.0): + - Flipper (~> 0.54.0) + - FlipperKit/FBCxxFollyDynamicConvert (0.54.0): - Flipper-Folly (~> 2.2) - - FlipperKit/FBDefines (0.41.5) - - FlipperKit/FKPortForwarding (0.41.5): + - FlipperKit/FBDefines (0.54.0) + - FlipperKit/FKPortForwarding (0.54.0): - CocoaAsyncSocket (~> 7.6) - Flipper-PeerTalk (~> 0.0.4) - - FlipperKit/FlipperKitHighlightOverlay (0.41.5) - - FlipperKit/FlipperKitLayoutPlugin (0.41.5): + - FlipperKit/FlipperKitHighlightOverlay (0.54.0) + - FlipperKit/FlipperKitLayoutPlugin (0.54.0): - FlipperKit/Core - FlipperKit/FlipperKitHighlightOverlay - FlipperKit/FlipperKitLayoutTextSearchable - YogaKit (~> 1.18) - - FlipperKit/FlipperKitLayoutTextSearchable (0.41.5) - - FlipperKit/FlipperKitNetworkPlugin (0.41.5): + - FlipperKit/FlipperKitLayoutTextSearchable (0.54.0) + - FlipperKit/FlipperKitNetworkPlugin (0.54.0): - FlipperKit/Core - - FlipperKit/FlipperKitReactPlugin (0.41.5): + - FlipperKit/FlipperKitReactPlugin (0.54.0): - FlipperKit/Core - - FlipperKit/FlipperKitUserDefaultsPlugin (0.41.5): + - FlipperKit/FlipperKitUserDefaultsPlugin (0.54.0): - FlipperKit/Core - - FlipperKit/SKIOSNetworkPlugin (0.41.5): + - FlipperKit/SKIOSNetworkPlugin (0.54.0): - FlipperKit/Core - FlipperKit/FlipperKitNetworkPlugin - Folly (2020.01.13.00): @@ -196,172 +196,172 @@ PODS: - OpenSSL-Universal/Static (= 1.0.2.19) - OpenSSL-Universal/Static (1.0.2.19) - PromisesObjC (1.2.9) - - RCTRequired (0.63.2) - - RCTTypeSafety (0.63.2): - - FBLazyVector (= 0.63.2) + - RCTRequired (0.63.4) + - RCTTypeSafety (0.63.4): + - FBLazyVector (= 0.63.4) - Folly (= 2020.01.13.00) - - RCTRequired (= 0.63.2) - - React-Core (= 0.63.2) - - React (0.63.2): - - React-Core (= 0.63.2) - - React-Core/DevSupport (= 0.63.2) - - React-Core/RCTWebSocket (= 0.63.2) - - React-RCTActionSheet (= 0.63.2) - - React-RCTAnimation (= 0.63.2) - - React-RCTBlob (= 0.63.2) - - React-RCTImage (= 0.63.2) - - React-RCTLinking (= 0.63.2) - - React-RCTNetwork (= 0.63.2) - - React-RCTSettings (= 0.63.2) - - React-RCTText (= 0.63.2) - - React-RCTVibration (= 0.63.2) - - React-callinvoker (0.63.2) - - React-Core (0.63.2): + - RCTRequired (= 0.63.4) + - React-Core (= 0.63.4) + - React (0.63.4): + - React-Core (= 0.63.4) + - React-Core/DevSupport (= 0.63.4) + - React-Core/RCTWebSocket (= 0.63.4) + - React-RCTActionSheet (= 0.63.4) + - React-RCTAnimation (= 0.63.4) + - React-RCTBlob (= 0.63.4) + - React-RCTImage (= 0.63.4) + - React-RCTLinking (= 0.63.4) + - React-RCTNetwork (= 0.63.4) + - React-RCTSettings (= 0.63.4) + - React-RCTText (= 0.63.4) + - React-RCTVibration (= 0.63.4) + - React-callinvoker (0.63.4) + - React-Core (0.63.4): - Folly (= 2020.01.13.00) - glog - - React-Core/Default (= 0.63.2) - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-Core/Default (= 0.63.4) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-Core/CoreModulesHeaders (0.63.2): + - React-Core/CoreModulesHeaders (0.63.4): - Folly (= 2020.01.13.00) - glog - React-Core/Default - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-Core/Default (0.63.2): + - React-Core/Default (0.63.4): - Folly (= 2020.01.13.00) - glog - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-Core/DevSupport (0.63.2): + - React-Core/DevSupport (0.63.4): - Folly (= 2020.01.13.00) - glog - - React-Core/Default (= 0.63.2) - - React-Core/RCTWebSocket (= 0.63.2) - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) - - React-jsinspector (= 0.63.2) + - React-Core/Default (= 0.63.4) + - React-Core/RCTWebSocket (= 0.63.4) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) + - React-jsinspector (= 0.63.4) - Yoga - - React-Core/RCTActionSheetHeaders (0.63.2): + - React-Core/RCTActionSheetHeaders (0.63.4): - Folly (= 2020.01.13.00) - glog - React-Core/Default - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-Core/RCTAnimationHeaders (0.63.2): + - React-Core/RCTAnimationHeaders (0.63.4): - Folly (= 2020.01.13.00) - glog - React-Core/Default - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-Core/RCTBlobHeaders (0.63.2): + - React-Core/RCTBlobHeaders (0.63.4): - Folly (= 2020.01.13.00) - glog - React-Core/Default - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-Core/RCTImageHeaders (0.63.2): + - React-Core/RCTImageHeaders (0.63.4): - Folly (= 2020.01.13.00) - glog - React-Core/Default - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-Core/RCTLinkingHeaders (0.63.2): + - React-Core/RCTLinkingHeaders (0.63.4): - Folly (= 2020.01.13.00) - glog - React-Core/Default - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-Core/RCTNetworkHeaders (0.63.2): + - React-Core/RCTNetworkHeaders (0.63.4): - Folly (= 2020.01.13.00) - glog - React-Core/Default - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-Core/RCTSettingsHeaders (0.63.2): + - React-Core/RCTSettingsHeaders (0.63.4): - Folly (= 2020.01.13.00) - glog - React-Core/Default - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-Core/RCTTextHeaders (0.63.2): + - React-Core/RCTTextHeaders (0.63.4): - Folly (= 2020.01.13.00) - glog - React-Core/Default - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-Core/RCTVibrationHeaders (0.63.2): + - React-Core/RCTVibrationHeaders (0.63.4): - Folly (= 2020.01.13.00) - glog - React-Core/Default - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-Core/RCTWebSocket (0.63.2): + - React-Core/RCTWebSocket (0.63.4): - Folly (= 2020.01.13.00) - glog - - React-Core/Default (= 0.63.2) - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsiexecutor (= 0.63.2) + - React-Core/Default (= 0.63.4) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsiexecutor (= 0.63.4) - Yoga - - React-CoreModules (0.63.2): - - FBReactNativeSpec (= 0.63.2) + - React-CoreModules (0.63.4): + - FBReactNativeSpec (= 0.63.4) - Folly (= 2020.01.13.00) - - RCTTypeSafety (= 0.63.2) - - React-Core/CoreModulesHeaders (= 0.63.2) - - React-jsi (= 0.63.2) - - React-RCTImage (= 0.63.2) - - ReactCommon/turbomodule/core (= 0.63.2) - - React-cxxreact (0.63.2): + - RCTTypeSafety (= 0.63.4) + - React-Core/CoreModulesHeaders (= 0.63.4) + - React-jsi (= 0.63.4) + - React-RCTImage (= 0.63.4) + - ReactCommon/turbomodule/core (= 0.63.4) + - React-cxxreact (0.63.4): - boost-for-react-native (= 1.63.0) - DoubleConversion - Folly (= 2020.01.13.00) - glog - - React-callinvoker (= 0.63.2) - - React-jsinspector (= 0.63.2) - - React-jsi (0.63.2): + - React-callinvoker (= 0.63.4) + - React-jsinspector (= 0.63.4) + - React-jsi (0.63.4): - boost-for-react-native (= 1.63.0) - DoubleConversion - Folly (= 2020.01.13.00) - glog - - React-jsi/Default (= 0.63.2) - - React-jsi/Default (0.63.2): + - React-jsi/Default (= 0.63.4) + - React-jsi/Default (0.63.4): - boost-for-react-native (= 1.63.0) - DoubleConversion - Folly (= 2020.01.13.00) - glog - - React-jsiexecutor (0.63.2): + - React-jsiexecutor (0.63.4): - DoubleConversion - Folly (= 2020.01.13.00) - glog - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) - - React-jsinspector (0.63.2) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) + - React-jsinspector (0.63.4) - react-native-appearance (0.3.4): - React - react-native-background-timer (2.2.0): @@ -397,66 +397,66 @@ PODS: - React - react-native-webview (10.3.2): - React - - React-RCTActionSheet (0.63.2): - - React-Core/RCTActionSheetHeaders (= 0.63.2) - - React-RCTAnimation (0.63.2): - - FBReactNativeSpec (= 0.63.2) + - React-RCTActionSheet (0.63.4): + - React-Core/RCTActionSheetHeaders (= 0.63.4) + - React-RCTAnimation (0.63.4): + - FBReactNativeSpec (= 0.63.4) - Folly (= 2020.01.13.00) - - RCTTypeSafety (= 0.63.2) - - React-Core/RCTAnimationHeaders (= 0.63.2) - - React-jsi (= 0.63.2) - - ReactCommon/turbomodule/core (= 0.63.2) - - React-RCTBlob (0.63.2): - - FBReactNativeSpec (= 0.63.2) + - RCTTypeSafety (= 0.63.4) + - React-Core/RCTAnimationHeaders (= 0.63.4) + - React-jsi (= 0.63.4) + - ReactCommon/turbomodule/core (= 0.63.4) + - React-RCTBlob (0.63.4): + - FBReactNativeSpec (= 0.63.4) - Folly (= 2020.01.13.00) - - React-Core/RCTBlobHeaders (= 0.63.2) - - React-Core/RCTWebSocket (= 0.63.2) - - React-jsi (= 0.63.2) - - React-RCTNetwork (= 0.63.2) - - ReactCommon/turbomodule/core (= 0.63.2) - - React-RCTImage (0.63.2): - - FBReactNativeSpec (= 0.63.2) + - React-Core/RCTBlobHeaders (= 0.63.4) + - React-Core/RCTWebSocket (= 0.63.4) + - React-jsi (= 0.63.4) + - React-RCTNetwork (= 0.63.4) + - ReactCommon/turbomodule/core (= 0.63.4) + - React-RCTImage (0.63.4): + - FBReactNativeSpec (= 0.63.4) - Folly (= 2020.01.13.00) - - RCTTypeSafety (= 0.63.2) - - React-Core/RCTImageHeaders (= 0.63.2) - - React-jsi (= 0.63.2) - - React-RCTNetwork (= 0.63.2) - - ReactCommon/turbomodule/core (= 0.63.2) - - React-RCTLinking (0.63.2): - - FBReactNativeSpec (= 0.63.2) - - React-Core/RCTLinkingHeaders (= 0.63.2) - - React-jsi (= 0.63.2) - - ReactCommon/turbomodule/core (= 0.63.2) - - React-RCTNetwork (0.63.2): - - FBReactNativeSpec (= 0.63.2) + - RCTTypeSafety (= 0.63.4) + - React-Core/RCTImageHeaders (= 0.63.4) + - React-jsi (= 0.63.4) + - React-RCTNetwork (= 0.63.4) + - ReactCommon/turbomodule/core (= 0.63.4) + - React-RCTLinking (0.63.4): + - FBReactNativeSpec (= 0.63.4) + - React-Core/RCTLinkingHeaders (= 0.63.4) + - React-jsi (= 0.63.4) + - ReactCommon/turbomodule/core (= 0.63.4) + - React-RCTNetwork (0.63.4): + - FBReactNativeSpec (= 0.63.4) - Folly (= 2020.01.13.00) - - RCTTypeSafety (= 0.63.2) - - React-Core/RCTNetworkHeaders (= 0.63.2) - - React-jsi (= 0.63.2) - - ReactCommon/turbomodule/core (= 0.63.2) - - React-RCTSettings (0.63.2): - - FBReactNativeSpec (= 0.63.2) + - RCTTypeSafety (= 0.63.4) + - React-Core/RCTNetworkHeaders (= 0.63.4) + - React-jsi (= 0.63.4) + - ReactCommon/turbomodule/core (= 0.63.4) + - React-RCTSettings (0.63.4): + - FBReactNativeSpec (= 0.63.4) - Folly (= 2020.01.13.00) - - RCTTypeSafety (= 0.63.2) - - React-Core/RCTSettingsHeaders (= 0.63.2) - - React-jsi (= 0.63.2) - - ReactCommon/turbomodule/core (= 0.63.2) - - React-RCTText (0.63.2): - - React-Core/RCTTextHeaders (= 0.63.2) - - React-RCTVibration (0.63.2): - - FBReactNativeSpec (= 0.63.2) + - RCTTypeSafety (= 0.63.4) + - React-Core/RCTSettingsHeaders (= 0.63.4) + - React-jsi (= 0.63.4) + - ReactCommon/turbomodule/core (= 0.63.4) + - React-RCTText (0.63.4): + - React-Core/RCTTextHeaders (= 0.63.4) + - React-RCTVibration (0.63.4): + - FBReactNativeSpec (= 0.63.4) - Folly (= 2020.01.13.00) - - React-Core/RCTVibrationHeaders (= 0.63.2) - - React-jsi (= 0.63.2) - - ReactCommon/turbomodule/core (= 0.63.2) - - ReactCommon/turbomodule/core (0.63.2): + - React-Core/RCTVibrationHeaders (= 0.63.4) + - React-jsi (= 0.63.4) + - ReactCommon/turbomodule/core (= 0.63.4) + - ReactCommon/turbomodule/core (0.63.4): - DoubleConversion - Folly (= 2020.01.13.00) - glog - - React-callinvoker (= 0.63.2) - - React-Core (= 0.63.2) - - React-cxxreact (= 0.63.2) - - React-jsi (= 0.63.2) + - React-callinvoker (= 0.63.4) + - React-Core (= 0.63.4) + - React-cxxreact (= 0.63.4) + - React-jsi (= 0.63.4) - ReactNativeART (1.2.0): - React - ReactNativeUiLib (3.0.4): @@ -560,25 +560,25 @@ DEPENDENCIES: - EXWebBrowser (from `../node_modules/expo-web-browser/ios`) - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`) - FBReactNativeSpec (from `../node_modules/react-native/Libraries/FBReactNativeSpec`) - - Flipper (~> 0.41.1) + - Flipper (~> 0.54.0) - Flipper-DoubleConversion (= 1.1.7) - Flipper-Folly (~> 2.2) - Flipper-Glog (= 0.3.6) - Flipper-PeerTalk (~> 0.0.4) - Flipper-RSocket (~> 1.1) - - FlipperKit (~> 0.41.1) - - FlipperKit/Core (~> 0.41.1) - - FlipperKit/CppBridge (~> 0.41.1) - - FlipperKit/FBCxxFollyDynamicConvert (~> 0.41.1) - - FlipperKit/FBDefines (~> 0.41.1) - - FlipperKit/FKPortForwarding (~> 0.41.1) - - FlipperKit/FlipperKitHighlightOverlay (~> 0.41.1) - - FlipperKit/FlipperKitLayoutPlugin (~> 0.41.1) - - FlipperKit/FlipperKitLayoutTextSearchable (~> 0.41.1) - - FlipperKit/FlipperKitNetworkPlugin (~> 0.41.1) - - FlipperKit/FlipperKitReactPlugin (~> 0.41.1) - - FlipperKit/FlipperKitUserDefaultsPlugin (~> 0.41.1) - - FlipperKit/SKIOSNetworkPlugin (~> 0.41.1) + - FlipperKit (~> 0.54.0) + - FlipperKit/Core (~> 0.54.0) + - FlipperKit/CppBridge (~> 0.54.0) + - FlipperKit/FBCxxFollyDynamicConvert (~> 0.54.0) + - FlipperKit/FBDefines (~> 0.54.0) + - FlipperKit/FKPortForwarding (~> 0.54.0) + - FlipperKit/FlipperKitHighlightOverlay (~> 0.54.0) + - FlipperKit/FlipperKitLayoutPlugin (~> 0.54.0) + - FlipperKit/FlipperKitLayoutTextSearchable (~> 0.54.0) + - FlipperKit/FlipperKitNetworkPlugin (~> 0.54.0) + - FlipperKit/FlipperKitReactPlugin (~> 0.54.0) + - FlipperKit/FlipperKitUserDefaultsPlugin (~> 0.54.0) + - FlipperKit/SKIOSNetworkPlugin (~> 0.54.0) - Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`) - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`) - JitsiMeetSDK (from `https://github.com/RocketChat/jitsi-meet-ios-sdk-releases.git`) @@ -897,21 +897,21 @@ SPEC CHECKSUMS: EXPermissions: 80ac3acbdb145930079810fe5b08c022b3428aa8 EXVideoThumbnails: f70bdc5511749f3181028f5000bcb7be203c631d EXWebBrowser: d37a5ffdea1b65947352bc001dd9f732463725d4 - FBLazyVector: 3ef4a7f62e7db01092f9d517d2ebc0d0677c4a37 - FBReactNativeSpec: dc7fa9088f0f2a998503a352b0554d69a4391c5a + FBLazyVector: 3bb422f41b18121b71783a905c10e58606f7dc3e + FBReactNativeSpec: f2c97f2529dd79c083355182cc158c9f98f4bd6e Firebase: 919186c8e119dd9372a45fd1dd17a8a942bc1892 FirebaseAnalytics: 5fa308e1b13f838d0f6dc74719ac2a72e8c5afc4 FirebaseCore: 8cd4f8ea22075e0ee582849b1cf79d8816506085 FirebaseCoreDiagnostics: 4505e4d4009b1d93f605088ee7d7764d5f0d1c84 FirebaseCrashlytics: 7d0fa02ea8842cc4b2ab07b0735edafde1ad77d6 FirebaseInstallations: 3c520c951305cbf9ca54eb891ff9e6d1fd384881 - Flipper: 33585e2d9810fe5528346be33bcf71b37bb7ae13 + Flipper: be611d4b742d8c87fbae2ca5f44603a02539e365 Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41 Flipper-Folly: c12092ea368353b58e992843a990a3225d4533c3 Flipper-Glog: 1dfd6abf1e922806c52ceb8701a3599a79a200a6 Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9 Flipper-RSocket: 64e7431a55835eb953b0bf984ef3b90ae9fdddd7 - FlipperKit: bc68102cd4952a258a23c9c1b316c7bec1fecf83 + FlipperKit: ab353d41aea8aae2ea6daaf813e67496642f3d7d Folly: b73c3869541e86821df3c387eb0af5f65addfab4 glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3 GoogleAppMeasurement: 8cd1f289d60e629cf16ab03363b9e89c776b9651 @@ -926,16 +926,16 @@ SPEC CHECKSUMS: nanopb: c43f40fadfe79e8b8db116583945847910cbabc9 OpenSSL-Universal: 8b48cc0d10c1b2923617dfe5c178aa9ed2689355 PromisesObjC: b48e0338dbbac2207e611750777895f7a5811b75 - RCTRequired: f13f25e7b12f925f1f6a6a8c69d929a03c0129fe - RCTTypeSafety: 44982c5c8e43ff4141eb519a8ddc88059acd1f3a - React: e1c65dd41cb9db13b99f24608e47dd595f28ca9a - React-callinvoker: 552a6a6bc8b3bb794cf108ad59e5a9e2e3b4fc98 - React-Core: 9d341e725dc9cd2f49e4c49ad1fc4e8776aa2639 - React-CoreModules: 5335e168165da7f7083ce7147768d36d3e292318 - React-cxxreact: d3261ec5f7d11743fbf21e263a34ea51d1f13ebc - React-jsi: 54245e1d5f4b690dec614a73a3795964eeef13a8 - React-jsiexecutor: 8ca588cc921e70590820ce72b8789b02c67cce38 - React-jsinspector: b14e62ebe7a66e9231e9581279909f2fc3db6606 + RCTRequired: 082f10cd3f905d6c124597fd1c14f6f2655ff65e + RCTTypeSafety: 8c9c544ecbf20337d069e4ae7fd9a377aadf504b + React: b0a957a2c44da4113b0c4c9853d8387f8e64e615 + React-callinvoker: c3f44dd3cb195b6aa46621fff95ded79d59043fe + React-Core: d3b2a1ac9a2c13c3bcde712d9281fc1c8a5b315b + React-CoreModules: 0581ff36cb797da0943d424f69e7098e43e9be60 + React-cxxreact: c1480d4fda5720086c90df537ee7d285d4c57ac3 + React-jsi: a0418934cf48f25b485631deb27c64dc40fb4c31 + React-jsiexecutor: 93bd528844ad21dc07aab1c67cb10abae6df6949 + React-jsinspector: 58aef7155bc9a9683f5b60b35eccea8722a4f53a react-native-appearance: 0f0e5fc2fcef70e03d48c8fe6b00b9158c2ba8aa react-native-background-timer: 1f7d560647b40e6a60b01c452ba29c54bf581fc4 react-native-blur: cad4d93b364f91e7b7931b3fa935455487e5c33c @@ -952,16 +952,16 @@ SPEC CHECKSUMS: react-native-simple-crypto: 564740fd8124827d82e9e8ded4a0de8c695c8a4d react-native-slider: 0221b417686c5957f6e77cd9ac22c1478a165355 react-native-webview: 679b6f400176e2ea8a785acf7ae16cf282e7d1eb - React-RCTActionSheet: 910163b6b09685a35c4ebbc52b66d1bfbbe39fc5 - React-RCTAnimation: 9a883bbe1e9d2e158d4fb53765ed64c8dc2200c6 - React-RCTBlob: 39cf0ece1927996c4466510e25d2105f67010e13 - React-RCTImage: de355d738727b09ad3692f2a979affbd54b5f378 - React-RCTLinking: 8122f221d395a63364b2c0078ce284214bd04575 - React-RCTNetwork: 8f96c7b49ea6a0f28f98258f347b6ad218bc0830 - React-RCTSettings: 8a49622aff9c1925f5455fa340b6fe4853d64ab6 - React-RCTText: 1b6773e776e4b33f90468c20fe3b16ca3e224bb8 - React-RCTVibration: 4d2e726957f4087449739b595f107c0d4b6c2d2d - ReactCommon: a0a1edbebcac5e91338371b72ffc66aa822792ce + React-RCTActionSheet: 89a0ca9f4a06c1f93c26067af074ccdce0f40336 + React-RCTAnimation: 1bde3ecc0c104c55df246eda516e0deb03c4e49b + React-RCTBlob: a97d378b527740cc667e03ebfa183a75231ab0f0 + React-RCTImage: c1b1f2d3f43a4a528c8946d6092384b5c880d2f0 + React-RCTLinking: 35ae4ab9dc0410d1fcbdce4d7623194a27214fb2 + React-RCTNetwork: 29ec2696f8d8cfff7331fac83d3e893c95ef43ae + React-RCTSettings: 60f0691bba2074ef394f95d4c2265ec284e0a46a + React-RCTText: 5c51df3f08cb9dedc6e790161195d12bac06101c + React-RCTVibration: ae4f914cfe8de7d4de95ae1ea6cc8f6315d73d9d + ReactCommon: 73d79c7039f473b76db6ff7c6b159c478acbbb3b ReactNativeART: 78edc68dd4a1e675338cd0cd113319cf3a65f2ab ReactNativeUiLib: cde7263a7d308b60161cd286f95c9433e79f2f7d rn-extensions-share: 8db79372089567cbc5aefe8444869bbc808578d3 @@ -1000,7 +1000,7 @@ SPEC CHECKSUMS: UMReactNativeAdapter: 538efe92e781b5d7678cf95b34c46f2d0989a557 UMSensorsInterface: cb5bf31d52c4349f0ff9e3c049bbe4df0d80d383 UMTaskManagerInterface: 80653f25c55d9e6d79d6a0a65589fa213feaee11 - Yoga: 7740b94929bbacbddda59bf115b5317e9a161598 + Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a PODFILE CHECKSUM: c38f9a91b5c154453863a4ee1ccc203da58ad2f2 diff --git a/ios/Pods/Pods.xcodeproj/project.pbxproj b/ios/Pods/Pods.xcodeproj/project.pbxproj index a28d002c5..a67b3bee1 100644 --- a/ios/Pods/Pods.xcodeproj/project.pbxproj +++ b/ios/Pods/Pods.xcodeproj/project.pbxproj @@ -22,9 +22,9 @@ buildPhases = ( ); dependencies = ( - 41451CE1C2C93F7AD91D23D43B9434F4 /* PBXTargetDependency */, - DE2AC0702C9228A981E57356945E90B1 /* PBXTargetDependency */, - 55D858D92890EDDFA538C2A769C299AF /* PBXTargetDependency */, + DBEDDD9870DEE1066195946D82B8D4EE /* PBXTargetDependency */, + 8417CDCA2B1A4457CC85615688FA36EC /* PBXTargetDependency */, + 799503AF665A062B7401163269476C0E /* PBXTargetDependency */, ); name = Firebase; }; @@ -39,30 +39,30 @@ }; 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */ = { isa = PBXAggregateTarget; - buildConfigurationList = E96F39B88E202956E92E5C118D4EE44B /* Build configuration list for PBXAggregateTarget "React-RCTActionSheet" */; + buildConfigurationList = 6152F02CC65884F83EFDA50B0CFC07C1 /* Build configuration list for PBXAggregateTarget "React-RCTActionSheet" */; buildPhases = ( ); dependencies = ( - 09BBC74B39FED65876691B58DDB9693B /* PBXTargetDependency */, + 633DF6296A5FD5F8892B184BB917F813 /* PBXTargetDependency */, ); name = "React-RCTActionSheet"; }; 1BEE828C124E6416179B904A9F66D794 /* React */ = { isa = PBXAggregateTarget; - buildConfigurationList = 85F456F9C982C375C93446B4E71B6315 /* Build configuration list for PBXAggregateTarget "React" */; + buildConfigurationList = 5A7F6DC9C5C3A50945F1CBE003C4949A /* Build configuration list for PBXAggregateTarget "React" */; buildPhases = ( ); dependencies = ( - FDF225025D91BB9165FCF04CF73F944C /* PBXTargetDependency */, - 5EB985ECA49D8C2ADAE79FB446250701 /* PBXTargetDependency */, - 93866E0498E7EA300DB73E059A9883CE /* PBXTargetDependency */, - 7979A244A9FC6D3D435E95E92DEB53C2 /* PBXTargetDependency */, - 4D772E001328ED60FF9346645E53A798 /* PBXTargetDependency */, - C43D1BEA9943989782070E884DFCD53B /* PBXTargetDependency */, - 784E619D51190B6E5163A9CAED7F850C /* PBXTargetDependency */, - 91BB9A0B21EA4DD619359F790D401664 /* PBXTargetDependency */, - 3A8197DBF606AA59CCE16589B1745E57 /* PBXTargetDependency */, - A8E9B7D3CF5362805BF798DD0D362D03 /* PBXTargetDependency */, + E3070B430EB0D1AB9625A2BEB462492B /* PBXTargetDependency */, + 3895705681288B76BF2EA53FFA2321D8 /* PBXTargetDependency */, + 77DB37832D594257C011BF974D97BE9D /* PBXTargetDependency */, + 0BF023404BB4571BCD3F4BC4340B7E57 /* PBXTargetDependency */, + B8B8622F8A9C93E4FA2E57667F5E210F /* PBXTargetDependency */, + BB143E395D999A753ABF7CA2B754FDDD /* PBXTargetDependency */, + DF7A3AC62FE1AD0674181EB88196CFC0 /* PBXTargetDependency */, + 756BF1DE1FC5303BAFDA9945E390C5AA /* PBXTargetDependency */, + BFDBDFB915E59C291510F86F59659757 /* PBXTargetDependency */, + 5083FB8C12ECCB7D59454DB7C5D98CDD /* PBXTargetDependency */, ); name = React; }; @@ -77,7 +77,7 @@ }; 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */ = { isa = PBXAggregateTarget; - buildConfigurationList = 9EC0A5DF30BE2F93792B58810046F8DB /* Build configuration list for PBXAggregateTarget "UMFileSystemInterface" */; + buildConfigurationList = 3EAA6358A36A70306401F2B57E6704F7 /* Build configuration list for PBXAggregateTarget "UMFileSystemInterface" */; buildPhases = ( ); dependencies = ( @@ -86,7 +86,7 @@ }; 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */ = { isa = PBXAggregateTarget; - buildConfigurationList = 6B08C7BC8A144A8E8DA1818794889AED /* Build configuration list for PBXAggregateTarget "React-callinvoker" */; + buildConfigurationList = 473EF26B27452FA71B55A9F7B2D9C0B0 /* Build configuration list for PBXAggregateTarget "React-callinvoker" */; buildPhases = ( ); dependencies = ( @@ -131,7 +131,7 @@ }; 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */ = { isa = PBXAggregateTarget; - buildConfigurationList = 9D69319D716B538C75970533CD2FDE10 /* Build configuration list for PBXAggregateTarget "FBLazyVector" */; + buildConfigurationList = DB21DC729522EE23FF45F24023075437 /* Build configuration list for PBXAggregateTarget "FBLazyVector" */; buildPhases = ( ); dependencies = ( @@ -140,7 +140,7 @@ }; 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */ = { isa = PBXAggregateTarget; - buildConfigurationList = C88671C86005619DE8FABC121F690CD1 /* Build configuration list for PBXAggregateTarget "UMConstantsInterface" */; + buildConfigurationList = F8DC066BC8FB56D6E3F511EDE01A7DC2 /* Build configuration list for PBXAggregateTarget "UMConstantsInterface" */; buildPhases = ( ); dependencies = ( @@ -149,7 +149,7 @@ }; 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */ = { isa = PBXAggregateTarget; - buildConfigurationList = 3468E927447B21D714A8778FCEEBCBA7 /* Build configuration list for PBXAggregateTarget "UMImageLoaderInterface" */; + buildConfigurationList = 0E72D67D277FDC94F266ED7D0C59E1B7 /* Build configuration list for PBXAggregateTarget "UMImageLoaderInterface" */; buildPhases = ( ); dependencies = ( @@ -158,18 +158,18 @@ }; B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */ = { isa = PBXAggregateTarget; - buildConfigurationList = D141EF9D5D5BCFB7A86E343C3DF9958E /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */; + buildConfigurationList = C9CEC5A1C35FAB649C0BCC51724B0548 /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */; buildPhases = ( ); dependencies = ( - 6DFF4367E63B2D9206B5CB872F55B7B2 /* PBXTargetDependency */, - 4F4378BAB768F989A00F84B91DD13D1C /* PBXTargetDependency */, + 6DD454B4E3F6CB69DC3398AB83FF9D48 /* PBXTargetDependency */, + 201ACACFADDF771A3780995F90D88191 /* PBXTargetDependency */, ); name = GoogleAppMeasurement; }; B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */ = { isa = PBXAggregateTarget; - buildConfigurationList = 98625330C6DE3DE71FA71CB86D5E737A /* Build configuration list for PBXAggregateTarget "OpenSSL-Universal" */; + buildConfigurationList = 14252F974EA3F429A142D85890005443 /* Build configuration list for PBXAggregateTarget "OpenSSL-Universal" */; buildPhases = ( ); dependencies = ( @@ -178,15 +178,15 @@ }; C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */ = { isa = PBXAggregateTarget; - buildConfigurationList = D5B25FEAEE6185F32DDE89F6F64F8C6F /* Build configuration list for PBXAggregateTarget "FirebaseAnalytics" */; + buildConfigurationList = 075FF2F25F6C2285FD05963007432AEF /* Build configuration list for PBXAggregateTarget "FirebaseAnalytics" */; buildPhases = ( ); dependencies = ( - DA9AA7E9632FC0E6809601521EAD9C2E /* PBXTargetDependency */, - 3DFC806FE6E19B08239CFC5A11B13CA0 /* PBXTargetDependency */, - 8A041E561D77C62630A24B99E99E1199 /* PBXTargetDependency */, - 4914B386084632167057D78188DE4FFC /* PBXTargetDependency */, - A60ABF5C3EF969BE48E5D73F4FF2F160 /* PBXTargetDependency */, + AEA10D48A0A5FCFBBE0AEFEA556B3317 /* PBXTargetDependency */, + BA4E3BC0759CF059393278B160A446F8 /* PBXTargetDependency */, + 777C5E57BD410F654AD4E4763CE9C8D3 /* PBXTargetDependency */, + 132A777DDF37BB6AB6372EA00A8C9A58 /* PBXTargetDependency */, + 34FCA85A2B8B45B7A7817D2F19FA4BFD /* PBXTargetDependency */, ); name = FirebaseAnalytics; }; @@ -201,7 +201,7 @@ }; E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */ = { isa = PBXAggregateTarget; - buildConfigurationList = 6D6B9E7AA989D4D275E5F3DEDCBCAB30 /* Build configuration list for PBXAggregateTarget "RCTRequired" */; + buildConfigurationList = 62E7D62592DD63A5765DF37359F788AA /* Build configuration list for PBXAggregateTarget "RCTRequired" */; buildPhases = ( ); dependencies = ( @@ -210,7 +210,7 @@ }; ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */ = { isa = PBXAggregateTarget; - buildConfigurationList = 0AD149D0F7D0C0E4F12D1DA0342D5330 /* Build configuration list for PBXAggregateTarget "boost-for-react-native" */; + buildConfigurationList = F9C688EF01244C9FD7A5704661985D78 /* Build configuration list for PBXAggregateTarget "boost-for-react-native" */; buildPhases = ( ); dependencies = ( @@ -220,11442 +220,11455 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 0000ED562CC823DB4FE717F3329E5A0C /* GlobalShutdownSocketSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 92BAE3A8051E19FF27173F538711E17F /* GlobalShutdownSocketSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00109D70C63A9D2B58BA4B209745F746 /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FBABB684E9B9012B7469E8739D3940BB /* Conv.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 0013C7F882252F74400B573C42D1F620 /* RCTClipboard.mm in Sources */ = {isa = PBXBuildFile; fileRef = 17A08E29AE6232CCA0D2F6B8DEA8274C /* RCTClipboard.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 002269BAD60C8F7AA82AB8BE17CD056C /* NetOps.h in Headers */ = {isa = PBXBuildFile; fileRef = 81DCBF320B8A1C5C416109EAF27DB64B /* NetOps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00273B22A939E10C4AB69D747CDD7B0C /* openssl_cfb128.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE84B3E8ACFDF4045FBE6CE8F0B66232 /* openssl_cfb128.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 0027ACB25A453EC52DEDC36640BCC044 /* RCTPbkdf2.m in Sources */ = {isa = PBXBuildFile; fileRef = BB371623863E845B1C36B94A9DBDC958 /* RCTPbkdf2.m */; }; - 0028B33CFD58D134D7F27DC7007C149B /* EXPermissions.h in Headers */ = {isa = PBXBuildFile; fileRef = 94C47832D2728EF9F75E7F2C73D6B221 /* EXPermissions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0042AE6747562B1F63E7C156F78BDAD4 /* BSG_KSCrashSentry_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 78A032020FBB9956A857EDE58BF315B5 /* BSG_KSCrashSentry_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0047A0E4F11F41726E8DE72BD450AFFB /* GDTCORLifecycle.h in Headers */ = {isa = PBXBuildFile; fileRef = D6DF20CDE8039E6B18D46FE2D4B62045 /* GDTCORLifecycle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00593C4042B13B5A129845A3C5018015 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = AAC9A299FEA601B560258FEF5FBF4517 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 00970C26F813B29A6F37E7A396A1F863 /* RNCPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A70C7F6D1C0F97F5E3104349C6ACAA37 /* RNCPicker-dummy.m */; }; - 00D78AE795F1003A2DE9E20AB8089546 /* yuv_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 9AE14983CA197FFEC07327B55C62171E /* yuv_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 00F21E3ACD41C4FF6DDC62B1C9640A94 /* React-RCTAnimation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 724B7300366D8C8592FA081D59F6BB73 /* React-RCTAnimation-dummy.m */; }; - 01193C8D2F2EC1DE899076D66BE903AA /* GULMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = AF59D0F335E90F47A654CF0C46D66288 /* GULMutableDictionary.m */; }; - 01266866E3BA651C93757881B808A11D /* encode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A9BEFCACC50E9FB20D07EF409A20213 /* encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 013D909EE538243EF405159B5794E872 /* FIRCLSUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = 383099BCDE380567B0F96E4157FA308F /* FIRCLSUnwind.c */; }; - 0150060784735A252FA33533BF43E718 /* EnvUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AFA418655EBAD12C9A7084CFDF3AE47 /* EnvUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0165EE47DD3132024CE368F1758564A7 /* FutureDAG.h in Headers */ = {isa = PBXBuildFile; fileRef = DFFDCFBA505527CF11837E7606E3DF8D /* FutureDAG.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 017F62D5A617EDF06647FEDBAEA533EA /* REAEventNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 760714B7BC2BCC86833E96970322F524 /* REAEventNode.m */; }; - 019130C0986381295B39E5A2DF60F6E0 /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 94930ED2FAB4565FF55DDBA21E4BCC00 /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01B5E83605163939447E23FA6A4A49C1 /* StorageSetters.m in Sources */ = {isa = PBXBuildFile; fileRef = 069CBCBAFF982144A9E3AE6183BD424E /* StorageSetters.m */; }; - 01CAD9443301B68CEDAD89C2ED4A5992 /* ThriftStreamShim.h in Headers */ = {isa = PBXBuildFile; fileRef = E3F5BE00319B86781C0B063D43062862 /* ThriftStreamShim.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01D5E90249AE4DFA53798839771B2A77 /* EXSessionTaskDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 672D574D85E1FE254F52EC7F60FF87FB /* EXSessionTaskDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01D66F1E94FA043F281F33DD43255E9B /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = D1D15BF1A6C1925236ECB94A44873EC5 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01DBFB58E99645417FA67935F42976CF /* RValueReferenceWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = C049CAF137A7341CAC261744B702FC33 /* RValueReferenceWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01DF2AADDC5E75A033BE1687F943C7CB /* Singleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D1FD64D9F24362E82F034B00E36F777 /* Singleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 01E42559267039502ECF69A0D08F55DA /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = E9AD759C733EFB7BC909402CC64192FA /* RCTTouchHandler.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 01EA952C6D83BAC3D3943B06A981E210 /* RWSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = F4AC015D92C6A7A41F80AA1BE5FB3403 /* RWSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 021AB847A72FE35CEF4F2C2D9F30424D /* Future.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1D96F098EFAA271B841FD455E8EF51E7 /* Future.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 02252384590D31255FB925EBB570E5C0 /* FIRAnalyticsInteropListener.h in Headers */ = {isa = PBXBuildFile; fileRef = BE82F5A5DE33C648810F488B50A4D600 /* FIRAnalyticsInteropListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 022EB6150C0718DB9C6A847748DD84D0 /* GULAppDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = F381589DEB95CF67025283703ADE448A /* GULAppDelegateSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 025FB5EB5553B3D6BBD03B8F2921A472 /* SKResponseInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 94E135E3C64BD81BE0902ED816197875 /* SKResponseInfo.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 02691FF75EA5C8297781EAAC2BA55561 /* FIRCLSProcessReportOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 576293A6173C9175B6FDB3B753E3CA42 /* FIRCLSProcessReportOperation.m */; }; - 026E970F67FBBFE100930D634FDAEEAA /* FBReactNativeSpec-generated.mm in Sources */ = {isa = PBXBuildFile; fileRef = B5A862FF02B4AC85417B9C17A16E6FF8 /* FBReactNativeSpec-generated.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 027FF0EA71969B608723A664D4FE7DE1 /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = A728817885C3CE6FE6F8D920A1D130D5 /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; - 028B976156654ECF9867E8E7BF0536F7 /* dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = FA48A1042ED2392928425686AAB7200C /* dynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02B1D90F9A8BB4D5D7281C8CF4453985 /* UIResponder+FirstResponderTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = CB7FE4304BBB10F278041B58A6DCF937 /* UIResponder+FirstResponderTemp.m */; }; - 02C041EBEDAAE77511E502F646D8A8CF /* FlipperKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 99D960924878EC60E5CCA9869303885D /* FlipperKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02CD8DF60C9214B70F1DED7CAA72EA36 /* ARTShadow.h in Headers */ = {isa = PBXBuildFile; fileRef = C333ABF663C728F4FF84F32B0B6C69C6 /* ARTShadow.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02CF88CDB941857E9C9EDA145E89C749 /* BSGConnectivity.h in Headers */ = {isa = PBXBuildFile; fileRef = 1450DCD87861C188A306D298F03E3342 /* BSGConnectivity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02D744538E93F9B3BA929C143315D6F0 /* RNCCameraRollManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 92E5BAF03EABD7E8B02950BDFDB009F8 /* RNCCameraRollManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03033F955C2FA9227D480AA744C2926E /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F86C744318B9FE842ECC330EDFE9FCA /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0306727AE5197CD9CA4349EED2EC7A4F /* FIRCLSSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = EBAEBC249CE10AD11CF65C1A2EE60438 /* FIRCLSSettings.m */; }; - 0317A1014122533E288FC9C3176DB58A /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 0975908072FC3137A7F3FC73AA13C310 /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03252895F17BD57514084CB581AE1C27 /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = 23AA03BEC76A40C13D6CA7153F8C689A /* RCTView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0329152BBC849819F85E1F268DD41290 /* RSocketStateMachine.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C3CA6BA306C0B36C1745DA9186D159D /* RSocketStateMachine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0340E7A57C635141CCB5D284BDC81CA3 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = E7D24E262D74B58368CC58195C3E6E39 /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 034CE070AF953599B32FCD2476ABF6FD /* RCTPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F75F283F1B148EB4A5C761FC44B9711 /* RCTPicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 035CCE9BD24FFDBD78861F92FF5EFA5B /* RCTInputAccessoryShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 498CD0AB0C18F61A0D2ACD3AD4C4995E /* RCTInputAccessoryShadowView.m */; }; - 038243825EE958765B8841A1018B7431 /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16E56FEB4F3E06FD9EFDC2106F9CB688 /* JSINativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 03893FCF02CB507F3CA42405E43E89D5 /* RCTFileRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2E3E7D90C04DA80F371556C597EC8005 /* RCTFileRequestHandler.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 0389BC552FC2BAA3BF399F4943B949CB /* FIRStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 92DCBF91AE55EF87035D47B95D466DD9 /* FIRStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03991F13A14634EB84D342E5CA8FD085 /* rescaler_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 2CCE540970A5C632EBC1383793B467BD /* rescaler_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 03BD8D3DA06B5FD4AE7AAD7DB2CE87A8 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 74321CCD727B803EE16EC0111E022187 /* SDWebImageDownloader.m */; }; - 03D34686487042AA7702CB2460A14591 /* RNFBMeta.h in Headers */ = {isa = PBXBuildFile; fileRef = C408EA85E9DAEA1029C85517AF61189D /* RNFBMeta.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 03ED2397D295BDEFC83819BBFBBB13BA /* RNGestureHandlerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A678A9600E7EB4635AB370B6DF8F1CCE /* RNGestureHandlerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 045E0CEB378E8279A662B574685FEBB9 /* GULKeychainUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A17E1FF44146B12475F6AADAE896DAB /* GULKeychainUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 046C02BB9974712D7F37A4F6DD46906B /* Demangle.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C1E487826834B918967FE1C699C77F1 /* Demangle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 046F6783E0F0C256D0C31602F143CEA9 /* RCTVirtualTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = E7208321A057AE76C3A1A2571076749F /* RCTVirtualTextShadowView.m */; }; - 0473E258E22D82CC6E1B70394CF20CD7 /* FlowableDoOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = E18E219D61BDCF69AB0EBC6F4433C54B /* FlowableDoOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0488211251957FA3E1BC22ADBE299061 /* RCTPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 75A14844323E08872EB3256566FEA960 /* RCTPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04AB1B62C8055D05EF4C021BA937A5A4 /* SDDeviceHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = ECFFE498AEF9B2A12578DFA5E85A99AE /* SDDeviceHelper.m */; }; - 04DD042055D5B05C93357626232F4B4F /* FIRCLSFCRAnalytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E67D4779D76AD2FEB15FFB601D68E67 /* FIRCLSFCRAnalytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04E48502A15810825D92DD10FB71DFEB /* UncaughtExceptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 837F24DA449C95C449137BF274B4EB13 /* UncaughtExceptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04F21336ACB07DEB1DE6A779800223D2 /* jsilib.h in Headers */ = {isa = PBXBuildFile; fileRef = 4764739DBA39199F7E358772B79BA9C2 /* jsilib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 050C85FD0270EF6E11C85540DA33779A /* RCTBaseTextInputShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7870EFE2AA8E3F2EFB2CE73AADC8E3D3 /* RCTBaseTextInputShadowView.m */; }; - 05290C463C8113183389C8DA9CE9AB23 /* FIRInstallationsIIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = A8763EFD4C58AC8639E1FEB7D780C51B /* FIRInstallationsIIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 055B4D27C2659219838D1257DD8AE550 /* RNNotificationCenterMulticast.h in Headers */ = {isa = PBXBuildFile; fileRef = D7ADCF08D04CE6B47F660A8B194FF2F7 /* RNNotificationCenterMulticast.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0569BD0D703E4DE546689E5C6C366081 /* SDImageHEICCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D1E3ED391378CA4B600D2B13FBC4D6E /* SDImageHEICCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 057861A96FE516548503DE98D2801CE2 /* RNDateTimePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A88DF17BF471D883BF68716ABC7F8C8 /* RNDateTimePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 058E89732D024FE6676A037A3F666EEF /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 831F167498E0829CD9480C326CB3B078 /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05ABEA5F6CFD4BB73D19709FCB8726C8 /* SanitizeLeak.h in Headers */ = {isa = PBXBuildFile; fileRef = 878E0611221F5847F575947D32D8DDEC /* SanitizeLeak.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05CC3FA1289ADCD71F494C9481C0BAF1 /* StreamResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 63457DB7E250E18B6E2303BE4432A6AB /* StreamResponder.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 05DF09703E8025B360C0259C6B69B765 /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = D04F9489E55939BD1716BC4269EA6AF3 /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05E988B5A880AC94C9A46A72471E4570 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6928D670B73CDD66C4D4DB9B339597CF /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05F241857264742DBAE0CD6ADB85055F /* RCTRefreshableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 6732E8693A9F86EF3466ADD93AB172C2 /* RCTRefreshableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 061DBF9144C3273952ADAAECF1533373 /* CertificateUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 13901AF5DCA74F637A18D2CEE0C1E42E /* CertificateUtils.cpp */; settings = {COMPILER_FLAGS = "-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -Wall\n -std=c++14\n -Wno-global-constructors"; }; }; - 061FB5A599BBFA4323ADD721F4FBFD6E /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B02C2EFED1B5B0102F6498C26C7BA27 /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 063ECDB47DDFCAEC86DC331298DF24A9 /* AtomicUnorderedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = F6625FB20B807C0698524139CD5C40BF /* AtomicUnorderedMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 064395C395EF55634D46D28986FA51DA /* quant_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = A5FDE2697B25758380272051C14E4BE4 /* quant_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 06514FD84CC576BCCE44F89EE61A7F68 /* GCDAsyncSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 25AA676D5908642C7D1CDE4B1C9D96B3 /* GCDAsyncSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 066047ABB9A27063B409C533B72812C2 /* SecureStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = FD5137D5EAAD62541045AA7136B78979 /* SecureStorage.m */; }; - 066818D906866D2E1AA1E7BE635D6F30 /* VirtualEventBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AAA485044951A432017D755F4B0C1C9 /* VirtualEventBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06790325DF359DC61EAC515295D64139 /* RNEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = C7F49A8096E1BCD41EBE9C952174B32A /* RNEventEmitter.m */; }; - 06A8D9D6B0AC20FDE5E68782CC8B4FBB /* AtomicStruct.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B658452E4C84B0FE139DC8962C20573 /* AtomicStruct.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06B620E7E5C6AF5F506EA9ACE1B341A0 /* SlowFingerprint.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FE449F748B73D110B2D93C190E28A75 /* SlowFingerprint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06B72714D4749A0D810D636613DD71FF /* AsyncGeneratorShim.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B90096731AB92CB7FAFF9C2A7BC7FB3 /* AsyncGeneratorShim.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06BEF7060991BD0BE14487556737F04D /* FIRCLSDataCollectionArbiter.h in Headers */ = {isa = PBXBuildFile; fileRef = 238369311B6CD122DC65916A08396B5B /* FIRCLSDataCollectionArbiter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06D154393A100062E78EDAF1A0423235 /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = 65BDD869B4C5ECE72824038C1A764CAA /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06D1B177FC9CFA21FC00BFDFAD1832CA /* GULKeychainUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = A7F65074CC675DB814C5993D7A163198 /* GULKeychainUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06DA47B5D10153D2AD9BE1D3EA133676 /* BugsnagPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = E7A9D0C82101689DA1607B7424949516 /* BugsnagPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06DA5AC39E0B21DFE80654A5D7768798 /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 14BB4E10CEE24C76858101160DF359EF /* RCTCxxConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 06E23B3057B6EDBB5C97B7180186C213 /* F14IntrinsicsAvailability.h in Headers */ = {isa = PBXBuildFile; fileRef = 383885AAEF1D2D3B02AE2DCDF6158C70 /* F14IntrinsicsAvailability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06E39212F3680DBB3A4BCF73AA8A2D1D /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = 02495614F29A1660017ED8360E99A9CC /* UIImage+MemoryCacheCost.m */; }; - 06F9300295568757945AAA76A96469B7 /* FlipperStateUpdateListener.h in Headers */ = {isa = PBXBuildFile; fileRef = BE37596BE9787023FC7E44C4628D1D3C /* FlipperStateUpdateListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 06FCF862CE04E06F2731B612C2477CDE /* BugsnagSession.h in Headers */ = {isa = PBXBuildFile; fileRef = BC42D61E6E43872A73A61B0D1DA66B59 /* BugsnagSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 070ADC36538020001FF9EE221F27BD46 /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = CDEBC9AB12CFE75CAF55A661042FC9C3 /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 070C1BB22CCC1E57666315D761851F82 /* GDTCORPrioritizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AAC3CC67133882C1EBEC37F585C906E /* GDTCORPrioritizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07245ACD0FF8044A77CCCDC3CD78B618 /* KeyboardTrackingViewTempManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A854E88818498515A091B178408EB1FB /* KeyboardTrackingViewTempManager.m */; }; - 073A71847B00FA79A3BB519329625417 /* RCTNetworkTask.mm in Sources */ = {isa = PBXBuildFile; fileRef = 039839D47A4C8946C2D64C309C759DA6 /* RCTNetworkTask.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 075CDC4189D947C1386933C65EF9CE11 /* BugsnagSessionTrackingPayload.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EC5F06FFA30E178D0C29E66D0692616 /* BugsnagSessionTrackingPayload.m */; }; - 0770A96449257D8A83944EE3FE30A3BC /* ARTTextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F88040D935F68114348F4B72C682282A /* ARTTextManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 077890674FFB4864EC355AB662C5502A /* RNNativeViewHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E757952E5704A8508A3CBCE5571C9FE /* RNNativeViewHandler.m */; }; - 07789B43E01B5012AFFAD45A8DF8BCF6 /* SDImageHEICCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = EF83CD8BB2FDE8469188B667F276EA8B /* SDImageHEICCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0796514D0CBEBD5D481568950DFE2ACC /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = C208A71EE487DCDF534F81D17834990D /* SDWebImageDownloaderOperation.m */; }; - 0796738D294EE05D277D66B4BB43A0A0 /* FBLPromise+Testing.m in Sources */ = {isa = PBXBuildFile; fileRef = ABA9D312C68BE6896BFDDF7DCCA96126 /* FBLPromise+Testing.m */; }; - 07B0685A8A9E9901FC7738155EEC3C65 /* lossless_enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B1FF40CF494F6EA4DEDA5B56A6CA260 /* lossless_enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 07B72D4D640FA26110DDF40B6FAE84FE /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 19B120000A4F7B734A91B542C9A041A4 /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 07C424534AC0290BE5206DCDE6DE18DD /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = BD9FA0524F2F2072C57080B900D5CA4C /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07CA2968B7C5A4804F35BD413B17EE2B /* yuv_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = E340A9DD36D4E374DBF059EBEE7E60AC /* yuv_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 07CA76F75690AE09E4BA7AE4FD32BB84 /* UMModuleRegistryHolderReactModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C280FB982440DE37A4A5D90D528FCE /* UMModuleRegistryHolderReactModule.m */; }; - 07D44179F35CB867047F45C29341A75E /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A323829E2B6A2452295F1C0FB344F84 /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 07DA8C62F60ED972B74FAD732ED60E90 /* FIRAEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = A6CD5A34000F6D721856D44673CE14F9 /* FIRAEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 080AD44533D276A3B211C4CDC77E401E /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 69C2E6B8C5009894F44A6D18480CC303 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 080C82C869EA54A7E0370021FD717448 /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = 731B1F592D83B4C9AA29337A7DEF25C4 /* SDWebImageError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 080E04E5EAC9AE02BC118D2C65C91C80 /* AtomicRef.h in Headers */ = {isa = PBXBuildFile; fileRef = B73DD5A5D2A8C33FE89CBC7D22D22002 /* AtomicRef.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0831094067D52893EC86831988736228 /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 209770849E6D53FA154ADEB58F5DBD19 /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 083349C7F69D059373F7694D0B12FDFC /* BSG_KSSingleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 645F0FB025BDD515DF345A089BF67C92 /* BSG_KSSingleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08480CE58BD618A3856B2AA4143B7ABD /* BlurView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BDA8A9E5F94F7587665ECABCB7CB1F1 /* BlurView.m */; }; - 088D4499AB212973F9FC0651E300EE63 /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 27FE065A2D6A80E5BFCF7298EB6CE893 /* SDImageFrame.m */; }; - 08A14950F80D1ABF6E6B20D898986520 /* FIRErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = E741B46EF69F366C2EB286A2A112063C /* FIRErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08C9355211C7CC29EC72E7101B9D0970 /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B3944B6853330CF6604A3B30F7C55C6 /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 08D19148C75811E287DE3287E56FA377 /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 71A3A6D5A486FEFA2DBAF03FD6AEA166 /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 08D6C0D76BF07D4412D1B3A7DE1B94C5 /* FIRCLSFile.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F9060629B9D8A1B96C723AC6433A324 /* FIRCLSFile.m */; }; - 08EF3B5981F25FDFECFB409ABE08494F /* AsyncSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 11CD69425CC6062F1580BC67DB789991 /* AsyncSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 090CFBE4406371D791D2FBB837A032B9 /* QBVideoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = F360A80A2E2683C8B81254CCE433F5DE /* QBVideoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 090D7A939BD0E4141C321406BD304C0A /* RNCMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = E8BEC3FC7346EEA4471C49F00EAEF0C8 /* RNCMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 091509344B7210B5003A7765B26EA007 /* analysis_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 678A5EE970E2A05D48901942913304FF /* analysis_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 091D3B6C5B4BF7EA8A9F5CF1FC98F3A0 /* EXVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B72813467FF6E7A65C65ACC8AA9BD25 /* EXVideoManager.m */; }; - 091F77F82C28BA20EAF0E2435D631D19 /* RCTAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = BF9980EBA3CAD4151B7A8D800954C6EF /* RCTAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 092E9AFB448EFF7CBA795336EA352171 /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = BE5697EBE3A200BB755F830F136BF7E9 /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 093492410D1092DF7E465408CDCE1180 /* REAStyleNode.h in Headers */ = {isa = PBXBuildFile; fileRef = CD0EBB6379F0C75900DD6D2713CCDA85 /* REAStyleNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 093631D6FF4F451D3C4F9F58BF73E250 /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = F783C2C454817A026AE9B61AA0F59674 /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0941F68C2D6B2A22A0B486117BBE11EA /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = 34706840AC6831B6584852A668597637 /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 094BE2F348D43804C111228041132EF6 /* RCTAsyncLocalStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FCDD122EDE115A205775EA04FBFBDC6 /* RCTAsyncLocalStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09550BF02DF0912DDFD2BD86FD2C8648 /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F681967AB122DAC9E1CC1C8B2576900F /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09724AFECBA67030CCBDDEC111AA7381 /* RCTSha.h in Headers */ = {isa = PBXBuildFile; fileRef = D02D2CB2DA5D9280DAFA3EE0A01A5360 /* RCTSha.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 097D9BB45C7C6A9F07E194B5B62ECC62 /* RNPushKitEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 21BD3B1032360F043B2836007700E0E0 /* RNPushKitEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09A57B8AB788E946D9CA78C2BA65F229 /* Core.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D5066187826BCB65A1DF377880D4BD1 /* Core.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09A67EF5FEA85CDB6484EF3E8C550C52 /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BDF60C5D952041D4CE51019F4D1FDCD /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09ADDC14426E66E45C0F6E02CE05BA44 /* FBLPromise+Race.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CC8D5E9BDDF9AE7EC844622946B58FC /* FBLPromise+Race.m */; }; - 09F21E6CE33FBEB459BB8ABB816E39DB /* CallstackHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = D103EAF089AC08C16740236B2AC82023 /* CallstackHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09F3D38C2BAD56F608FD7A7F26E29DF7 /* BSG_KSJSONCodecObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = 2310CFBD3FAC061077E4B02039EE64D6 /* BSG_KSJSONCodecObjC.m */; }; + 0027ACB25A453EC52DEDC36640BCC044 /* RCTPbkdf2.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EF95370E7F6204C45B587645E4B5A0A /* RCTPbkdf2.m */; }; + 0028B33CFD58D134D7F27DC7007C149B /* EXPermissions.h in Headers */ = {isa = PBXBuildFile; fileRef = E1EF2364ACB27C7F6EAC5F02D33DEE22 /* EXPermissions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0042AE6747562B1F63E7C156F78BDAD4 /* BSG_KSCrashSentry_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7634584434E7C4CB33AD329C3575B8F9 /* BSG_KSCrashSentry_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 004C8065594F47734569A4ED49DA29BA /* mux_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E21D202408BFA2C1202396AB2357282 /* mux_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00552FCCFDD7C75537314A463405C54E /* FIRCrashlytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 15784486174549E80D45256BFE704A6A /* FIRCrashlytics.m */; }; + 0057DFB3BC76B6C9535866C00035A413 /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BE7AF6E8EF8C8C07FA804A5DD3D5799A /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00970C26F813B29A6F37E7A396A1F863 /* RNCPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56EB0BBEC86C775EF1DD9EA3807842AF /* RNCPicker-dummy.m */; }; + 009FF0611BB40536C7E55C893F120694 /* FIRInstallationsAPIService.h in Headers */ = {isa = PBXBuildFile; fileRef = 9962BFC91082B39B9517318ED95ECFFC /* FIRInstallationsAPIService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00A18FED1FB2F0E102699717289D8DC6 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = C8534DDD59E347F6FA74D3B55D21E997 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00B1FCF662DBE7337E878EE64D5D84E1 /* CPortability.h in Headers */ = {isa = PBXBuildFile; fileRef = FF49290C00D44FC829277CB588CA8A1B /* CPortability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 00C2CF7BFA431B632C02766863F4C6C5 /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EEDBB21EBB3E01D69486EAA9260B600 /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01052D99D334CF3C4D189259FE73B3AA /* PublisherBase.h in Headers */ = {isa = PBXBuildFile; fileRef = E029A544EE801E141985023CAEFD9441 /* PublisherBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 010BE0EF6DE3D73C85ADBAC04FFA21C3 /* Time.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2CD9F1101FC80FEE0A6A76DC220000F5 /* Time.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 010F3D1ACDA48A5DC4F43A5D6F2D7DAF /* lossless.h in Headers */ = {isa = PBXBuildFile; fileRef = FD4BF833D7A0EE4AB4D0BE2E4C16CCA2 /* lossless.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 014AA4A3374067DDF471FA9AE12279C6 /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE9D10A63EC27660BAE4DCE5633DFFC /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0172F7977352C954E83C96184133F9CF /* dwarf.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E01B8C4C7D391A02220FAC33AA4BEE0 /* dwarf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 017F62D5A617EDF06647FEDBAEA533EA /* REAEventNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 84A05D19571183421DD7120C1319D0A6 /* REAEventNode.m */; }; + 018AE7F11C25C2C6AE52788E9C555C3F /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8C76E9788295AE67A4CC93BD6A99DE57 /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 01991A5FC24778C4D1E470CBA228D3C2 /* ScheduledRSocketResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 035A37F50A3394D891BEE70871FE6F82 /* ScheduledRSocketResponder.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 01A63484E1E6D5DFE1DD35272454F612 /* enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 4770C53781C94337830323C5187A6E73 /* enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 01B5E83605163939447E23FA6A4A49C1 /* StorageSetters.m in Sources */ = {isa = PBXBuildFile; fileRef = 31FEBC930971FE46F55A7C092AF41849 /* StorageSetters.m */; }; + 01B8D765BC0745BB7DE085C0AD739829 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = E0399BA3ACDFFFEF7A5DD6A70B73A1EC /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01C4F7E2F0AE8E7E1791D77D51345C87 /* FIRCLSFile.m in Sources */ = {isa = PBXBuildFile; fileRef = 06225DC165023E2B2382C93865C9F2F9 /* FIRCLSFile.m */; }; + 01D5E90249AE4DFA53798839771B2A77 /* EXSessionTaskDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = B05D4143FB88179B259F0C0EE7C940FB /* EXSessionTaskDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01F95608DCB7047031ABFBA139E7E12A /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 401A310C8975CB5E068A59575A723A4F /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 01FDABB56F8E254671FA3097BD7641F4 /* ResumeIdentificationToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 99AFE56C3813CE95CF52861C6A2A5554 /* ResumeIdentificationToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02049F12EEC179802EC777ECA806465C /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7C96CA92EFFD074E9210FEF16FD4651 /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0240C48296E74DDB788D22318CA4DA26 /* Cursor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 28B5EAF2362DEBD3E2A741565E2DA35F /* Cursor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 025EE78A46B697B0838D62ACEDE46579 /* MPMCPipelineDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = A5E9DC172AD34A4713A751188C64DC86 /* MPMCPipelineDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0267B07040040653EDD86199E1A71160 /* RCTTransformAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4200F978FCA1E0B9D4D7A1637954CBE6 /* RCTTransformAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 0270B58E1A3971BB5EA22DBD7259915B /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = D77580D1E3591A024E990C77E4A13C58 /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0272B4976AB1F75CA60CFAE9AFE2B8FC /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C45EAFC34F4E6E42BE80363C5B4C369E /* MallocImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0274245FD3CF923945A2FCE725FC13AB /* SlowFingerprint.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E45F7B45565318D913C07D8596A2886 /* SlowFingerprint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0283860B69B579D09A5127D17DF72B44 /* IStream.h in Headers */ = {isa = PBXBuildFile; fileRef = A07471281BC16C7C9DEED86EA36D78A1 /* IStream.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02A459F8B509FBC7A9860B2E06008497 /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D274898AA4701C06E0A5D5290F2FD3F /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02B1D90F9A8BB4D5D7281C8CF4453985 /* UIResponder+FirstResponderTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = E2BF5CFD15E3E702E206B550C797014D /* UIResponder+FirstResponderTemp.m */; }; + 02B36D8C9DAF9425FE99AB094B55F4E2 /* RCTUtilsUIOverride.h in Headers */ = {isa = PBXBuildFile; fileRef = EFD5A8DE3C6728A22F551CD201C6FC03 /* RCTUtilsUIOverride.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02CD8DF60C9214B70F1DED7CAA72EA36 /* ARTShadow.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B6AD01C7D4D40D9498D1FFF25FB004C /* ARTShadow.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02CF88CDB941857E9C9EDA145E89C749 /* BSGConnectivity.h in Headers */ = {isa = PBXBuildFile; fileRef = C1CACBC29CB5B3D54A980F7F90CA2EE4 /* BSGConnectivity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02D744538E93F9B3BA929C143315D6F0 /* RNCCameraRollManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B17D0BD8483A45BFA22037691142566F /* RNCCameraRollManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 030BAD0D7028C18A80A8E8570F628267 /* Demangle.h in Headers */ = {isa = PBXBuildFile; fileRef = B419D240DAE4C1E98C4EE6D19998C3E1 /* Demangle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 033C862F7616228E16422E50EF860BE3 /* IOThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 40E22757FF9FF39234BA0CD24958BF4B /* IOThreadPoolExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 035ABDBD827EF6B667B0A81C4BC891BE /* FlipperConnectionImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = E08DEED2EA317654849F7253AEEE6992 /* FlipperConnectionImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 036FE4468A9A3B4D9AB2403E8B065CEE /* GDTCORTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = E63CB4CAA28B2541855BDB5A5A38FA24 /* GDTCORTransport.m */; }; + 038376430C0415EDDF6574BF5C96F528 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BACA24472AB96FACF4551B128F8C249 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 039766AE791F597B9ED6A9E15C1B0280 /* Codel.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EBAF478D66D1DA851FD439F90D53934 /* Codel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03C43ADBDD96D9A9F2C6BB4962EDD57E /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = B853CF6AB29CB7E35175B7FEEF6183B0 /* SDWeakProxy.m */; }; + 03C9FDF164D46EE142863B39C3ED3353 /* FlipperClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EEB487112509EFEEC7A11AE7C71E84C /* FlipperClient.cpp */; settings = {COMPILER_FLAGS = "-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -Wall\n -std=c++14\n -Wno-global-constructors"; }; }; + 03E82591072A50A5DED71EF03E95E245 /* SKTouch.h in Headers */ = {isa = PBXBuildFile; fileRef = 544099F9C0CD9BAA5CF6A30D931C4B33 /* SKTouch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03E93C185F387B846A81CF2CC6DAA8E9 /* Varint.h in Headers */ = {isa = PBXBuildFile; fileRef = B7A545FE1BEB02ED05CEFD4A59D377DF /* Varint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03E9C0E91B4BFB8CDD1506D7F6E5F61C /* RCTLinkingPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 79D3F34B1220BDA7ED526FFA1223287D /* RCTLinkingPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03ED2397D295BDEFC83819BBFBBB13BA /* RNGestureHandlerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D5F4B631B7C5B6BE449E2DC1341AFB /* RNGestureHandlerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 03F8BCE3228A9B43553B52224F80D2E6 /* SKEnvironmentVariables.h in Headers */ = {isa = PBXBuildFile; fileRef = C20F6A05F762286B608B5B3A769EBBE5 /* SKEnvironmentVariables.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04016E90BB43727832985D552AA219C0 /* webp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = F266A70DD4284006F2AAB6E50B343902 /* webp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 0407CF04FDFE49981A44356D7DECEA63 /* openssl_aes_core.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 27DEF9BD8ED2901CD0BD517A7D758B89 /* openssl_aes_core.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 041DBA86B4ADD19412E4EAB2779958C9 /* Request.h in Headers */ = {isa = PBXBuildFile; fileRef = 50CA26AD93CF915BF8170B001ECA905C /* Request.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 042298F5AD49D79B5FB04ED42A5AED0C /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D420B4DBE40630F8CCC20339424553C /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0428D93255DF53111D3B24E2F62ABEC8 /* TurboCxxModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 54810C5C0E8E69AFD3D420BB21C4FC19 /* TurboCxxModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 043A921F35BC91B20673B6E41A75F86A /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = C1771026D19FD5FC4CB817918EEECC2F /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0445F3056939354ED7F7055B4940BB3F /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = F585B2747DDDB9AFABAF2577A79965AC /* SDImageCacheDefine.m */; }; + 04461D7A5209D9626416BC71DF3E7242 /* RCTImagePlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A997D158F2193CFCCA64D2F89CE6587 /* RCTImagePlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 0448C8F21E0B717E92958071612CA13F /* Subprocess.h in Headers */ = {isa = PBXBuildFile; fileRef = DF6F5825C179293170C5C51470B5455D /* Subprocess.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0463F8CCCE470055671DFC8209E193C5 /* FIRCLSDownloadAndSaveSettingsOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F89529B3C7A424F3CB829FD34902285 /* FIRCLSDownloadAndSaveSettingsOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0468F0FDAFBE5BD64981C21869BFF7B3 /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B03B2A3A4C4729288E68F023EBD7DB8 /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 047D6EB8FFFC54F62A4AFF308CC44B41 /* SDWebImageWebPCoder-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AA6DD14DBB3969BB6A18A2DA87C5C55 /* SDWebImageWebPCoder-dummy.m */; }; + 04912C0270B32E4C05CEF588ABBBFDC8 /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 40DE86CB2622D5F0DF420D9A44512DD4 /* SDImageCoder.m */; }; + 04AC45D83D3F6ED371884FAC8F9E1C29 /* FIRCLSReportManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EC9AAD18BAB6C40FACF97437C6C9C33 /* FIRCLSReportManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04B9366F7CDFD0BB52C579A8CC594F70 /* RCTConvert+FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F73A02C9E64AF0B6D7D5D4858627C23 /* RCTConvert+FIROptions.m */; }; + 04C0D6FB0E15B319FDE0B0AC72509DE0 /* ConsumerBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A693699EFE06B3ADC3108F4BCE64852 /* ConsumerBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 04C44EF081A38B404F662DC3DAC5365B /* huffman_encode_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 9E41B6E25AAA514D606820DC4850BE9F /* huffman_encode_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 04CEEA91352CBAEF5B76797CBC31C825 /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 48BFEA31A6C733A34A6F900FA47D8E05 /* RCTCxxModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 04D3F8B98412FCDAE859644AFF82159E /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = F403C2A0B415D6E13836ADD84C5AB5AB /* RCTInspectorPackagerConnection.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 04ED8B4D3E4CBCDA84821B91977521F9 /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = 47F5059E476055CCDBF6024C67AD07FB /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0500035E28D0A8D95AA155C483ED4B61 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 32BD8CA986C2EDD131A6664A797558DB /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05084293897CA73452B8D564A1933C05 /* SanitizeThread.h in Headers */ = {isa = PBXBuildFile; fileRef = F084779A88B74FB8825E34867B363A5B /* SanitizeThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0521B654573D0F40A3D2B4D029C30A7E /* Math.h in Headers */ = {isa = PBXBuildFile; fileRef = A59E87290EC3BF370260BD150338D133 /* Math.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05231D527D20CF2C80D2A0AE4F26045F /* FBLPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFB764D65B20FA8154B77A1DDED76E2 /* FBLPromise.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 052433991C66CA78F9BDD52F038F7694 /* File-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 62825E089B77010CEDD1245EBC1CBEF4 /* File-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05503910178BDA139FB933BDEC4B8603 /* React-cxxreact-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A3750EBDF57A9336FC6F81D6C1C58128 /* React-cxxreact-dummy.m */; }; + 055B4D27C2659219838D1257DD8AE550 /* RNNotificationCenterMulticast.h in Headers */ = {isa = PBXBuildFile; fileRef = 32E6519E7F77CEEDC26E885E9000D990 /* RNNotificationCenterMulticast.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0564E4427C2D1531FEDBFDF5774B213D /* SequencedExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D1A49FE63AE0048233702D8974CBA1F /* SequencedExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 057861A96FE516548503DE98D2801CE2 /* RNDateTimePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FB7E73890D4E81A43997599250619C20 /* RNDateTimePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0585E1E385E7510573ABA333EF8117FB /* GULSceneDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CF65B475E2DD0D558171A453E414524 /* GULSceneDelegateSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 059E46EAC8D76EB03AA060BCAA33F232 /* RCTSinglelineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B4903ECB78DBEE90336D7BD54B4D8920 /* RCTSinglelineTextInputViewManager.m */; }; + 05EB8F71AFD3CF2A6B86C654865737B8 /* MMKV_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42C7E318F6C06F0F28E50533CB8255AE /* MMKV_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 05ED321DCC7BC2A67DBC3421F601BFE0 /* MMKV.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9ACA613FA2E732C0F91F7A91191D77AB /* MMKV.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 05EF1F562AF50B110C68F44D0A4F9EE7 /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B54165AE6440AA1BDA6EB6859BB65720 /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05F0742768E1DE59C2CC24E9D80A4438 /* StringKeyedSet.h in Headers */ = {isa = PBXBuildFile; fileRef = D823457CBD7043FAEB9E29F9B5EF08CE /* StringKeyedSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05F3910467B4CAF1A6497B4C67635BF4 /* ThreadedExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 53F3E96273465DA750E81619209A59EF /* ThreadedExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 060075B5D454BD3118FEC2B23D90A7EA /* yuv_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 769AEE4652D593F049958B31A4AF3D6E /* yuv_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 0614E971C66E4D3657D9E6C708B7F0AD /* RSocketResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00ECE302ACBC9A3121F1EB01F9C8264C /* RSocketResponder.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 0647C60BF83EAF63236D562230A75FB4 /* FIRInstallationsErrorUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = F75A5D5238E86595CED89365021A2AC0 /* FIRInstallationsErrorUtil.m */; }; + 06514FD84CC576BCCE44F89EE61A7F68 /* GCDAsyncSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = DB9E73D6085CB50A1C3BE47FC4DA6073 /* GCDAsyncSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 066047ABB9A27063B409C533B72812C2 /* SecureStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 6979279AB2795473A07E6E6F24D32122 /* SecureStorage.m */; }; + 06790325DF359DC61EAC515295D64139 /* RNEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 72AEB3BD68CDE6B37221B1707A3E75D2 /* RNEventEmitter.m */; }; + 067923D6E1271D27B21B58DB9D5EB141 /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = A37DB140A208386ABEA814314B3A9FDC /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 068AFEE58D6A906D9F47BD5F0AD3D391 /* SKIOSNetworkAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 36FEA324A8D5A0D423822FABB541691A /* SKIOSNetworkAdapter.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 06A71D48703030FBB9420FEBE15C9E8E /* ThreadCachedLists.h in Headers */ = {isa = PBXBuildFile; fileRef = FE74A323793E31346DD5F32CCD956491 /* ThreadCachedLists.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 06C688FD55330540E0A8E13973419B14 /* TLSDefinitions.h in Headers */ = {isa = PBXBuildFile; fileRef = C39AF224FFAA5EE6F82F74DD9F667AAA /* TLSDefinitions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 06CFC3429A30C2BA4CECDAD9285C881A /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 80F2AB84AA9338BF9535DD5EE42F1D98 /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 06DA47B5D10153D2AD9BE1D3EA133676 /* BugsnagPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = AB49C4C96EA83532CB9E068B11797FF8 /* BugsnagPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 06EC52774A569627B59A8D1260B4622A /* StampedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 656659D6922818AF6A80D3F057625E42 /* StampedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 06FCF862CE04E06F2731B612C2477CDE /* BugsnagSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 682774410C7E15025320250801A58948 /* BugsnagSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07245ACD0FF8044A77CCCDC3CD78B618 /* KeyboardTrackingViewTempManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BB8CBE36F0DACC934E2F61272C23171 /* KeyboardTrackingViewTempManager.m */; }; + 0742CC8BB3BB6FBB0FE475899E7F4223 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A579996C6F9D5E30538CBABA769FD36 /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 074B86684A85501B45E4A368CC9AD591 /* DiscriminatedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 37E34396F5508D2A8E01F8C3724E719E /* DiscriminatedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 075371292C05A840E198CA9E35C02A91 /* HazptrObj.h in Headers */ = {isa = PBXBuildFile; fileRef = 730556F68595133BD4C32BC4171FBDE9 /* HazptrObj.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 075CDC4189D947C1386933C65EF9CE11 /* BugsnagSessionTrackingPayload.m in Sources */ = {isa = PBXBuildFile; fileRef = EDDDC0D4120245E2F5484729188F62E6 /* BugsnagSessionTrackingPayload.m */; }; + 0766344640922094CCBC81E10C5BE3B5 /* RCTVirtualTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = F8874B4273D76B839616FA6F7722C2AC /* RCTVirtualTextShadowView.m */; }; + 0770A96449257D8A83944EE3FE30A3BC /* ARTTextManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BB036E8BBA7A55B58C802A43F2DFCB3C /* ARTTextManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 077890674FFB4864EC355AB662C5502A /* RNNativeViewHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = D7EA07A39CB1A60CDB6A1252B6B5C39E /* RNNativeViewHandler.m */; }; + 078BB518ED94C4B003C733C44C1B2179 /* TOCropViewConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = B80F69D55C5AB3E201354BFB85C1DA9D /* TOCropViewConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 079EB008785841F1F3161B7343302DCE /* TestSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 71484EB728EF2BD10A80516F52EF1833 /* TestSubscriber.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07A7F2FE82B378BF83F2049AD6CF9215 /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = B0EBF11DB8BBC6C5E3C8142117E8D50E /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07C226886CA8F90613589A35082B2AAD /* FireAndForgetResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = CE5318FADC44771326824F09E9FE227F /* FireAndForgetResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07CA76F75690AE09E4BA7AE4FD32BB84 /* UMModuleRegistryHolderReactModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CE0C64FE23771524B5B68EA5DBEBDFAC /* UMModuleRegistryHolderReactModule.m */; }; + 07E0067048AAA2B03D6627BE73A65F1E /* ShutdownSocketSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 290FB4BE1CF191877CA6D19DA9DEEB79 /* ShutdownSocketSet.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 07E10D3C496A44111E810B65CF5A2649 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = 06998019CE075AB5293527DED9A66FCC /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 07F8608F117D5FAE2EE0ABF892B7CB31 /* AsyncSocketException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48C849A8E066DDD8307A81BE243979BE /* AsyncSocketException.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 08058E1F60B803207971E7BF7D484E61 /* DistributedMutex-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 31A74DE51A809847EFFA44376B6F010C /* DistributedMutex-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 083349C7F69D059373F7694D0B12FDFC /* BSG_KSSingleton.h in Headers */ = {isa = PBXBuildFile; fileRef = F69DC148D9D314AED62213F5B6EDF577 /* BSG_KSSingleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 083A6F87AF28884AC70957E40E042B21 /* muxinternal.c in Sources */ = {isa = PBXBuildFile; fileRef = 7A479D89FF60C881EE796DDDF92F4FF6 /* muxinternal.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 083E1A519BED889FEA24C2FE59595AE3 /* SDWebImageTransitionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F85202F838C190B6BE8034346BEAFCB8 /* SDWebImageTransitionInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08431A69D771C49DB77038EA8C1A79B4 /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = DABBFFD8E80E35E28E6FCA2EBAC126E9 /* RCTManagedPointer.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 08480CE58BD618A3856B2AA4143B7ABD /* BlurView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0140826316831EF5630C315DCA0E4A84 /* BlurView.m */; }; + 084E8877EB5B1233F30EB5F905A92E80 /* Sse.h in Headers */ = {isa = PBXBuildFile; fileRef = EC22763B2410C58280F020F636D3BA61 /* Sse.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 087A56A534429BCC6CB5DC4FEAC26BDB /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = DD432E56D475A58C93EB1C4F9E1F5519 /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 088EB85D9B6005087F4AC88525D3C64B /* Traits.h in Headers */ = {isa = PBXBuildFile; fileRef = 9764A3A8252EFF14A321A56C6FF810E2 /* Traits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08A1B0AF01496FBFE4809F6D0F0EE8D1 /* filter_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = FC439B6F9332E0A898DF8C43F1CFADF6 /* filter_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 08AD1DA47F465DD4CACAE31AEED4765D /* FIRCLSURLSessionDownloadTask_PrivateMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = 81F822092F642F552A94E7CF09633E8F /* FIRCLSURLSessionDownloadTask_PrivateMethods.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08B36AED5B67A5C2031A2C872B965E07 /* HHWheelTimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06B22DAA676EE05EBC1B9F5D6DB870E7 /* HHWheelTimer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 08C2D67B126AD24C746C68AA30C0CD76 /* GDTCORTransport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = BDD88D93EF5423C2CADBE43F89A62E30 /* GDTCORTransport_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08E0B594CB36494F278F50C89F718AC9 /* AtomicNotification-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = E7DEFA475E0C36B052637763F9873C99 /* AtomicNotification-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 08E726607572792BF19FEEB8A7280FCB /* color_cache_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 67F2F4A9C9471033EEC8C788561A7658 /* color_cache_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 090022EB476626419603778D48F706B2 /* FIRCLSFABNetworkClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 188D155BEC1BCF1EC6453AB17CEA1966 /* FIRCLSFABNetworkClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 090CFBE4406371D791D2FBB837A032B9 /* QBVideoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3142282CACA691C0B7519DE2D72DA78B /* QBVideoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 090D7A939BD0E4141C321406BD304C0A /* RNCMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 091809CBC872C804DE3A695B7FB6918B /* RNCMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 091B32DC9B35A27D260CB658F65DBB73 /* FlipperKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B01F22C57CB6E0D160D5676AD78F59F9 /* FlipperKit-dummy.m */; }; + 091D3B6C5B4BF7EA8A9F5CF1FC98F3A0 /* EXVideoManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 26DFC9501081F4391FB60AA04CF1FBF3 /* EXVideoManager.m */; }; + 093492410D1092DF7E465408CDCE1180 /* REAStyleNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 47C0C9E8CDB1CFA284E847787DFD6BAB /* REAStyleNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 094B6639C41A6251EC40D55F2EDE1CB8 /* RCTWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 02B03A342D21D0ED16AB6755105BBDB2 /* RCTWeakProxy.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 096143FBD4EBB458643C6E65A872A8B8 /* FIRInstallationsIDController.m in Sources */ = {isa = PBXBuildFile; fileRef = 47336F7580D86E7261B14E41058A4EC9 /* FIRInstallationsIDController.m */; }; + 09724AFECBA67030CCBDDEC111AA7381 /* RCTSha.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D3FAB3E5EFD505AF28C8091927D78F7 /* RCTSha.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 097D9BB45C7C6A9F07E194B5B62ECC62 /* RNPushKitEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 61F91A94F1C85E99006D6BF2C1B552A4 /* RNPushKitEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09CF727F36F1B0F7161220045797094D /* ScheduledFrameTransport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A1163C1F15C34A28D41B97463CC7F9F6 /* ScheduledFrameTransport.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 09DF9A0A951D0393673431C6150077FD /* BaselinesTcp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 75B81694B4C54625AABB0A114A6A6ABA /* BaselinesTcp.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 09E8364FF8A74FFD76DDABDAFC03BA25 /* SocketOptionMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF76C6897EA0C33AC1F484372098DDF1 /* SocketOptionMap.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 09F3D38C2BAD56F608FD7A7F26E29DF7 /* BSG_KSJSONCodecObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = 0173C60E4048872DAFC00AE9114F945F /* BSG_KSJSONCodecObjC.m */; }; + 09FB0A144CF42E303B1DBCC78F83BF80 /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34C4F3F2A22FD60BFFD178C41DF9A7F2 /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; 0A06F7698E5831BF63755F866A49ED0D /* Pods-RocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B2F7DCD22820454F71D3B997AB011009 /* Pods-RocketChatRN-dummy.m */; }; - 0A0D0156E5B7F0D7B8F0D53DB422BECD /* ObservableDoOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D30E7F01736E150CD502DAC039B2E96 /* ObservableDoOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A0F924BEDB66B36140C0412B7C28B07 /* libMMKV.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3D610076EBE54E65B9D62BF45009FDA6 /* libMMKV.mm */; }; - 0A5D651F071CDD7011D23867CA09BE4A /* FIRCLSCompoundOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 99DC374B6E3167D13C5B3C905FD81FC2 /* FIRCLSCompoundOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A73618048EA7D775CBC84907A076FF4 /* FBDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = B4996D789204673EB4BEB15F7491F59D /* FBDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A9FDE52EDD5B276EC0D08F5D1005164 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = E69717B2B9C0A590AC0006872E4E5D7A /* SDWebImagePrefetcher.m */; }; - 0AA9FD8E9BCDF4BE2EF7E831D622E391 /* VirtualEventBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3FFC9189E12E9FBEA770DDD10C333A6 /* VirtualEventBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 0AB200117A046A78EC223EB31520F5BF /* Flowables.h in Headers */ = {isa = PBXBuildFile; fileRef = F667F83D092719A06EAB41A5BB201742 /* Flowables.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0AB2DCC20112CFF4AA95BFB3D9D4AE84 /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = C28FE84810B1D4A425BB417353A8AAF3 /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0AB6392EFBC2634DD11DF56604E9212C /* RNGestureHandlerRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E9A908636E54CD33407808E6014A3C7 /* RNGestureHandlerRegistry.m */; }; - 0ABC1EA29B7023DE2DD2C2AE01E87C5F /* GDTCORTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F02E003C3213E40996D3A941CD13975 /* GDTCORTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0ABDE73B59F480CF105DB146F2E8C7EC /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C1B2DBAC1A4BD4448086166E740F4146 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0ABDEA2773570B86438C0FC7476F9192 /* TurboModuleBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C76AD588515BC1C08F529B35AC40F71 /* TurboModuleBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0ADB48A1906531A164386F6BC1041127 /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 23C10EE0FB42A2D1D869440F3ACA877C /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B2F16D606BC8741FC40DF9A5BF28280 /* FireAndForgetBasedFlipperResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = E7A4DFCB62E3760AF93682C7CF055BC9 /* FireAndForgetBasedFlipperResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B349B7DD59149B231634D9D8D3E6757 /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 620D0FE4D76AC0C84A2072F06BBE5C24 /* json_pointer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0B428D0D41EC6116461A2DC5D95FEF4F /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = B1B86E9A6C6336CF974F03737A598DAC /* SDImageCacheConfig.m */; }; - 0B6BA9B024AB027216612004A5B11A7E /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6F3CBEE419B9E20C30C6B429A7BBEB79 /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0B786E6D6217B435CE2CCB11EA8BE5B4 /* FIRCLSNetworkResponseHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = CC62A4E7C5F64EB97B3E48FDDAD94B92 /* FIRCLSNetworkResponseHandler.m */; }; - 0B851F3DB4B0511DC27520C5DBEC3CB6 /* SKHighlightOverlay.h in Headers */ = {isa = PBXBuildFile; fileRef = C062F9A39EEB9275A7BF9EE2958DA5C5 /* SKHighlightOverlay.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0B95B410774C56AC7BF2EAE3611E7F1A /* FlipperKitNetworkPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 46E38BAA1A50E2489608AC7493C69043 /* FlipperKitNetworkPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0BA83FC4204B4AAAAE974FE07DA0B7F8 /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = EA91D7A9C534D4243647259EF57A048D /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0BBDAD03EF08CA1EDDE9FBBA70BFD9F9 /* RCTCustomInputControllerTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D763D0F828ACDA6EEC25B9BB08BF97A /* RCTCustomInputControllerTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0BC8480BB7062F05FE8DAB9397701E28 /* RCTRsaUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = E51AC122AA8521CFA3097B6C9DEF9CB7 /* RCTRsaUtils.swift */; }; - 0BE4DC0696D4AF07DDE6FE13E93A2D05 /* GlobalShutdownSocketSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2DE5C3E74AE19E56F0CDAEE62AEC7F7F /* GlobalShutdownSocketSet.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 0C000DE64F2F6E83362BF6AE467CABC8 /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 1284E14BAFF837FFE85C4F20BBAB3521 /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C07B0294E534A1B928900D7313F3E5A /* GULSceneDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AE435115D7FE2373CC4A7576AEDEC819 /* GULSceneDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C198FDA31906AC109502DA0C6F91DDD /* Portability.h in Headers */ = {isa = PBXBuildFile; fileRef = CB5176C867AFEF9E0293EA7F79D89853 /* Portability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C23E4EA2297D6ABBEB43B6E5B6F1B2C /* dsp.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AE3969FFD2585AF55D6A58DE026826B /* dsp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C2DBC5BC9DEAE317CFC82939637D7F7 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 26BD65DF0793EEC43501BDFEE40A1890 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C37D4BC5599779201D0E92B90A43475 /* RCTUIImageViewAnimated.m in Sources */ = {isa = PBXBuildFile; fileRef = F99382F0AAF0A2E3DAA7AAA537E357D6 /* RCTUIImageViewAnimated.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 0C44A869A48899ACC6296DD1A859D705 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 9917B2EE80CFF651172863FBEBB77B7D /* en.lproj */; }; - 0C58673E815A2186FB3FD88B4784B230 /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = 01210A86DAC9FD816100417B221DC384 /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C8B5F3FAFC19BB4F265418E81ADD9A8 /* EventBaseThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D86950D605B799CDE740301EFB11ACE /* EventBaseThread.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 0C8CE30E9F353285AC4D5C2A170CBA22 /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E7DBA48C71B4DAC7D59FC2A940393A7 /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C974F0AC8E2EC36BBDD1F94CB8CD64D /* BaselinesAsyncSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2484B828BB0EBF1F68089AE4B7F1D1DC /* BaselinesAsyncSocket.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 0CA92DB743D69C38DE20805E83DCA4F9 /* openssl_opensslconf.h in Headers */ = {isa = PBXBuildFile; fileRef = B86127DFD8194B0B615E565A5C2DEA85 /* openssl_opensslconf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D010FFA84405E33E1040C725847CC6D /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = F59E4FC9913EE72E94C19FF7B3457F74 /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D05DEA5A3E311D2BBFC1F8A0C787009 /* cost_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 827F1F8DD98D3E9BE35BA0BEB46CE111 /* cost_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D2506483288DBBF2602908D7C0C264B /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = ED80810D671A44DEABE72BD57975A860 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D2F343F9E41846762442122063C931B /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5957E2AB10A676C9187DB35FC1D57684 /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D31C3ABCF7A8BF15610F0B42753535D /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = CD132A065C7A5B05619F85ABE00D4A95 /* de.lproj */; }; - 0D4DF62A59DAAD1D11284C34D70414B6 /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 881DCD47B8013103361225724BCFD972 /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0D6DDB573EC8F2DD0A4323FAD849610A /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = CA2360D8C463FBC375328E589CD039C0 /* ja.lproj */; }; - 0D8926129B6567335D81027FDD9D6A0D /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 554465EB67BB451C9809E6DD04A5386F /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0DBA4BFDA2E6F3358D2869B39EFB7558 /* RCTConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 952611B11CE146A55CFE4403BB3FAC23 /* RCTConstants.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 0DBDBBC9D5447DC97AF4898C8807E41C /* File.h in Headers */ = {isa = PBXBuildFile; fileRef = 21BCDA0D8CE53145B7D9DDCB79FF71D1 /* File.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0DC3E6D8F66714A3CE7FAE0DFD5B3A99 /* BitVectorCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = D2E53063C393DA4EE3E01EE95C5620D3 /* BitVectorCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0DCB7255E9CBC406F466AEFBC00FB9D6 /* MicroLock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4E0B171692572069C4CAEC3BE2363614 /* MicroLock.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 0E1A1DC6921F3EE7CDDB15B920565340 /* GDTCORUploadCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EC461D5AF3304EFD28ECF31A24469B2 /* GDTCORUploadCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E2E2C6FF5241928DEBD933F4B74BA08 /* RNJitsiMeetViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FCA293A5329A7AB5DA6F2830008B9ED8 /* RNJitsiMeetViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E381C0F81BC3A60F8A59F3946C92350 /* FIRCLSUnwind_arch.h in Headers */ = {isa = PBXBuildFile; fileRef = 662326B46FD9FD3F9BB0C88337EEB1FC /* FIRCLSUnwind_arch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E3B61226A4B0FFCCF4C6D12502994FE /* lossless_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 1164AE29746066AB06AD0B6B7C738952 /* lossless_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 0E4255F2C73CED05A22B50D189BD57A6 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = C06B71FBC2DB955815FD8E041679DB2A /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E45114F85FE282A344EEA3B900F22A3 /* FIRCLSCompoundOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AB35A59F45DA392AB845C736CF295F9 /* FIRCLSCompoundOperation.m */; }; - 0E79EEC9AA1AD4DB42E5728D15F19790 /* StreamStateMachineBase.h in Headers */ = {isa = PBXBuildFile; fileRef = EA301958B4C79E760F32EBF32C0B6B8F /* StreamStateMachineBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E7C3DA9752921541FF0E797D6276A28 /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D6B3A889D6BB5DA80510E8C706DA9C6 /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E8AEBB14F6269B890386DFD20225D4C /* DynamicConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 845290F3A2997E05A47BCC3B80B6B7A9 /* DynamicConverter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0E996C0980BD567637742FB6C749CF7B /* RCTAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = BA9AA9DDD4A629A8EC749F9F50357187 /* RCTAppearance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0ED2FDAFD92EB55ACB6FD22F49F8558B /* BSG_KSCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = FDEB3EDDD5B7C022239A3A38AF4C7C15 /* BSG_KSCrash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0EFBA3B8A498AAAC9444DB7A6E9E5494 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C0B86EDFA98DFC90DCC5ED8CD0F70E14 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F2C9968977699B488E7C656B7A9A39C /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 93455D3A4FFE46685926EE28BF8851E4 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F5B20117EDE6F0E06E15D9BBF004DA8 /* FIRCLSFABAsyncOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 863E48F1ACF8EF9122EFE03F6C907D78 /* FIRCLSFABAsyncOperation.m */; }; - 0F5E9ECC5E6943F852F867A054E10DC0 /* IOS7Polyfill.h in Headers */ = {isa = PBXBuildFile; fileRef = 8ED064A7EB09E44BA42A5F9F7BD892C0 /* IOS7Polyfill.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F8757DFA5CBD3BA253682CD17F88239 /* GULKeychainStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A3EA2764B3A71ABA48A8812D7F35B9 /* GULKeychainStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FA55C2AB8412D61C4EA73BD47A43661 /* Shell.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7144BF48EAE5A15C2C3746D50115D9B5 /* Shell.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 0FA785313070C70874A2DF8D630C4B0F /* FixedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D87CF09B7FB321AB7B54842A8C338CD /* FixedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FD2434D2C8E3645333E543C49BD90C5 /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 9059C915ABA73AC14DF213B390F84195 /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FD2FB0F64090694DA8C62B5DA113F78 /* GroupVarint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E2563858A98FD55F0426D9FC33C60562 /* GroupVarint.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 0FEF58B945F9C648CD622C5F430F09DE /* TOCropView.m in Sources */ = {isa = PBXBuildFile; fileRef = 74EFADCEA274590633A8C1761AC519A1 /* TOCropView.m */; }; - 0FF628532041AB4D887B0DF437631410 /* Portability.h in Headers */ = {isa = PBXBuildFile; fileRef = FA023845F36769A03801A2F674E219E2 /* Portability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10252B9539304948998CF8CD8404DC27 /* dec_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 14CC2B71CA628003CEE9AE65B17D969B /* dec_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 10292FF65AB64E249B2D1D74E2BEFB8F /* Shared.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BC871D2B5DF1A1DBC040C5D14C1AFB8 /* Shared.m */; }; - 103DE48AF3EA11F4888B7CD16D3341F7 /* RSocketTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D353FD5C143B9AB5EDE108F3CC683F1 /* RSocketTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10629F09CC3E97855C9FB863A8E9A5BF /* TcpDuplexConnection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7F329F79EF351DD302FD6E72128DDE3A /* TcpDuplexConnection.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 1066E696CEC1A8CA26F6B8E2E7728C94 /* AtomicReadMostlyMainPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E0AA8D2CC259D1EF47D73F9A2C1D441 /* AtomicReadMostlyMainPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1077F96B873F6F42E767B051C2BC3C69 /* RCTBackedTextInputDelegateAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 53AFA49090F0D05D0230B7F8C6261D24 /* RCTBackedTextInputDelegateAdapter.m */; }; - 107D4D57D5F4D246B3E525EBFC85DBC5 /* RCTAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 71BE4DFE83137B56839551DFFFF8C9B4 /* RCTAnimatedImage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 109602F49DE3BAE2F9896E78FDDA50A4 /* FIRInstallationsIDController.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A5189AD6A7197BB7851FE0FB19F1EB /* FIRInstallationsIDController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10A94B6AE2715EA75E0F81A1DF0C3565 /* BugsnagFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = D0F9AEADDE8A37D0137DC861898B4FB7 /* BugsnagFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 10B477BE58C9E9598953B0F607111A7B /* RCTTrackingAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = D8C996F4D96412D60B3FCCCA4FF55BFB /* RCTTrackingAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 10C9516F6633D6B558B24F5F7036E9E1 /* BugsnagHandledState.m in Sources */ = {isa = PBXBuildFile; fileRef = BCEA66EAC534E65983298B3C92945D51 /* BugsnagHandledState.m */; }; - 111D5AE1BCA83C0B1DC624EED2F5A9B2 /* TOCropViewControllerTransitioning.h in Headers */ = {isa = PBXBuildFile; fileRef = EDF3285D38B49F0197FCADD3E9E412FC /* TOCropViewControllerTransitioning.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11231378DFABBFD74020590AA4BFDFDF /* RNSScreenStackHeaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 375AFE840DF8E77C9875A98B11B4B70B /* RNSScreenStackHeaderConfig.m */; }; - 11350ED32D77B70C15D8875F6ACFF30B /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 9B91B8CC4D00C1EBBAB95508E588AFFC /* ja.lproj */; }; - 1150DC9CE6890172F11A3D1AA781AD44 /* filter_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 16EC75885D2A7AB1F853013AE1230AF9 /* filter_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 115633954D048928CB0E6E54C0B95488 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = D1D15BF1A6C1925236ECB94A44873EC5 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1164A69F162B30B14BDDD8DD02A2770D /* RNBootSplash.m in Sources */ = {isa = PBXBuildFile; fileRef = 10A43B80EA1F7832D9087630A448EE74 /* RNBootSplash.m */; }; - 117CFE54C8973173A964F0214D8C48F7 /* SDDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 015ED2908ECC524752283E9DDFAACF9C /* SDDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1194362EFF5A2979504A2C0FB96B84B7 /* mips_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = 6445E163A412E217B84C3EDC0618872D /* mips_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11A1B6EF98AC9E650525DFA13C9D3390 /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 706B49417104A68C964EA8678F006EE4 /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11A63BA66690ED690E9D1500EB5DC03E /* ThreadCachedArena.h in Headers */ = {isa = PBXBuildFile; fileRef = D1BAF41ECBFE355F232FC903C70033E0 /* ThreadCachedArena.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11D8D58F960D15E0094163B279397A3B /* ScheduledSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 352C79C1C29ACACCEE23F7F38FD5D932 /* ScheduledSubscriber.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 11F281512613904A6F069D38742C1BA5 /* SysMembarrier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C9B30B4FE864013EB7BB2C7C2EEE5474 /* SysMembarrier.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 122A488B1E9CBC8A564EFCA326967742 /* KeepaliveTimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C27276B514AB4D4A684E6B208E67BB0C /* KeepaliveTimer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 1254CB4B805AAA746B20681441417781 /* dwarf.h in Headers */ = {isa = PBXBuildFile; fileRef = 1630D462B1AD14C8B9B86D1B4ACAF03F /* dwarf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 126D0B23CB8DF3CF64924C6E7974990A /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F4FA594CA408E63F8F47D489F67309A /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1277E284A58DF985C055335A25905D04 /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 020C03DC78F7C7C55B85C4494A144FA5 /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 127F9C1EDDFCD725073E42357428BCC8 /* BasicTransportCertificate.h in Headers */ = {isa = PBXBuildFile; fileRef = 85F3FBC1C15208769628B65B8B622CBA /* BasicTransportCertificate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12946896EAB833F91F5C92542087E50A /* GDTCORUploadPackage_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CB8525E5681B72C1B291C5C6A6ECFAA /* GDTCORUploadPackage_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 12B117521AF12781F661A78FA3068BEB /* FIRCLSURLSessionDownloadTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 503212134A5074821EF9C84FC1E9EFB8 /* FIRCLSURLSessionDownloadTask.m */; }; - 12BC8321978C760B3DE3AFEBA6730818 /* SDFileAttributeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = E110EE5F1183D625A6776403B503462E /* SDFileAttributeHelper.m */; }; - 12D8142AAF65EE8A115784DB981CBA55 /* KeyCommands-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7700679169927F89D83EE953A5363651 /* KeyCommands-dummy.m */; }; - 12DE601F3DEA090DF9CDEAB53CBA7425 /* FBLPromise+Async.m in Sources */ = {isa = PBXBuildFile; fileRef = 66B5E2E6AE055D3F18FCDEBACF451F2E /* FBLPromise+Async.m */; }; - 12E5A64F2C12C08E49E6780A17BDF767 /* Request.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE2C5957990B1640FB35A4B62B6C1909 /* Request.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 12E950DC22FBF15FFDDB4A9E67B2A54C /* FIRCLSSerializeSymbolicatedFramesOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0FE19AA21551E3F56BEF8CAEB81378 /* FIRCLSSerializeSymbolicatedFramesOperation.m */; }; - 12F6666E3DF842EB08D07C8E8AAB3897 /* FIRCLSURLSessionTask.m in Sources */ = {isa = PBXBuildFile; fileRef = C2C8ADADD6A279EE66A5217D05CBE0FE /* FIRCLSURLSessionTask.m */; }; - 13352B5B7629AC0494CD41114F724440 /* RCTTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 98FD8B74A621794AD5402E599B8A0029 /* RCTTextViewManager.m */; }; - 133A246D17C9C866A1CA02154A065D2A /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = F70D420C7060BA42F3187DC52BB13363 /* RCTCxxBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1375C364771948036CE6F81332BA2106 /* BugsnagErrorReportApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 74219AB9441AEC696A6A0DB2FEB27F4B /* BugsnagErrorReportApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 138A959D8123B99C21B086493B6AE53D /* FIRInstallationsHTTPError.h in Headers */ = {isa = PBXBuildFile; fileRef = 22A5B3CC7014CAB27BFC5704CD1A459B /* FIRInstallationsHTTPError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 138FCF5A74033A62BBD9C522466A7993 /* FIRCLSBinaryImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 54B184C104F3799D4957EDF4C3BC79E1 /* FIRCLSBinaryImage.m */; }; - 13A7908CD152603630B7E27EAC410770 /* Assume.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F7F78D36F891D698E9A5B35737657F1 /* Assume.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13B111E5CE5330CE939F1A9FCE271D32 /* TimedDrivableExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = F6CCB8DCC8499C040B1A060598E023CF /* TimedDrivableExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13B81281CDAABBDE07C7D4A855853147 /* AsyncSocketException.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F446EC001FACE8BEED9E530855AB611 /* AsyncSocketException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13B814442C2993874B8CE9C787C777CF /* GDTCORReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EE216B6F1A9B44AD306B335EEE1CC0E /* GDTCORReachability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13BC94F0ACAA7972E91589EB80D2CEC3 /* RCTConvert+RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = 657C8B19C068ED40440857A014E24DC3 /* RCTConvert+RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13CDC69CC6F177689FF8CCE1ECA26F93 /* RCTDevLoadingViewSetEnabled.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B8C74CC1428F0AD937FEB5768938A0D /* RCTDevLoadingViewSetEnabled.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13D0F4CB7366CB37FE9765D6F80154FA /* FIRCLSRecordHost.h in Headers */ = {isa = PBXBuildFile; fileRef = ACE31C611106D00209C852C5196AD19A /* FIRCLSRecordHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 13DD3B8B7EB8E3BB0D951F3659DCA5AD /* UMSingletonModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 718E5771766B68E9FFECA0E158EF8FF6 /* UMSingletonModule.m */; }; - 13E5F0528667EFF68B110805FEBDFFE7 /* GLog.h in Headers */ = {isa = PBXBuildFile; fileRef = FF90F323F945C61F12FBE906B5982E55 /* GLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 140F8754C99F0F35912FDDD095ACF9CB /* DeferObservable.h in Headers */ = {isa = PBXBuildFile; fileRef = 094EFF038581C1983544596C908ECB3E /* DeferObservable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14102A8DA8E663031A473FDE077EE27C /* fi.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 75C90A0B82D583F2E9E7D87A78E46A33 /* fi.lproj */; }; - 142162064FB8E8823DF2D609D0DAEA0A /* FormatTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F10F5DA26A034C07378FBF0AB4042E1 /* FormatTraits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1421E7002246D0BE0B779009EC91DAD2 /* NSBezierPath+SDRoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E374E3EE8324ACD3F055E4D19990E64 /* NSBezierPath+SDRoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14246FF5A01FE25A79A6C101C1DD0B6B /* alphai_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 446F7F668CCE97311FDE605E45A5F2CA /* alphai_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 143006C8C4B8A719F357FB9C5585BAB1 /* RangeSse42.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CB804D9A9015B32396091765D05CB4AC /* RangeSse42.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 143B6C2A68270FF9772C4878505E6F95 /* RCTSubtractionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 842CF2EF5F5DA5BB61DD90F3E6E9F1C0 /* RCTSubtractionAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 1443544E4ED78F9E2E9AF56A8DC2BD60 /* EXVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E071F36C7AA52AD59394822FB03E665 /* EXVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 144C099285BF7A3FE8DEF76377FE135A /* FIRVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 09B7DEEA65B8C8BC1B2633BACEC99A15 /* FIRVersion.m */; }; - 145A361BB0B2257288DEA70D785630A3 /* BugsnagUser.m in Sources */ = {isa = PBXBuildFile; fileRef = 477A45A6D0B0D923F6F259CF18443FFC /* BugsnagUser.m */; }; - 14652F07850F494DD91FC842F4A0B658 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 92E4ED9235D73F7C2D257778645AC867 /* RCTScrollContentViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 147EF8CA2D9F6333376E3BBB21968301 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D2B63FFED03FF5075ABE41805000AD8 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 14E1D619E9AF92D37010B5CFFBD27103 /* FlipperClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2CDCBC2902FF7AD96C96AAB010E25893 /* FlipperClient.cpp */; settings = {COMPILER_FLAGS = "-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -Wall\n -std=c++14\n -Wno-global-constructors"; }; }; - 14F281D6536469ACB45BD441C238638A /* react-native-jitsi-meet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 845C8236DC998206338CA4E40EA9E614 /* react-native-jitsi-meet-dummy.m */; }; - 14FBC56214E5615C6215917C12CAD739 /* FIRErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = D58358EB13A6DCB23730240F1B0F2C2B /* FIRErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 150EF86CF0788F5503DEC19015BA32D6 /* BSG_KSObjC.c in Sources */ = {isa = PBXBuildFile; fileRef = DDF53A375D37EF14B41220F80B60D13C /* BSG_KSObjC.c */; }; - 153DEC04576C899218495B412BC36B6B /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DC33A87F87C8CF4CCE5565A9567E7BA /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15D7C13BDCD02E1FD3213E9E6BAE2679 /* DistributedMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 952A00E762464E5C2B12E60EA9669682 /* DistributedMutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 15EAD8A7BD91D85CDA1C021734B51105 /* RNFBSharedUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 88B70445671A1E0287DCBFBB667DEBDF /* RNFBSharedUtils.m */; }; - 16175D8B3E19CD372487B066CF00ABB4 /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 965A76D76F83BF7EF3FAB2CA7A21C83C /* SpookyHashV2.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 162E913AB64EBB5EB611125CA92BE6AF /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A7E6D536EAED6D7CC353881F9DA7F1B6 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 163C6B6468743EAAA44BFC971CD3BD93 /* common_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A53713322A8BF470E035A0203300397 /* common_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 164CAE6282D5240D26C34D9902A0A2F6 /* SocketFastOpen.h in Headers */ = {isa = PBXBuildFile; fileRef = 51A5B8E831B792F921AD3B472DC8E0EE /* SocketFastOpen.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 169FF1C3989DA62B55580EBBAFA9F872 /* BSG_KSMach_Arm64.c in Sources */ = {isa = PBXBuildFile; fileRef = DB0E32F3E605BF4203353069BEA1B5BB /* BSG_KSMach_Arm64.c */; }; - 16B1CC87151302A6372B8503DFD860C5 /* threadsafe.h in Headers */ = {isa = PBXBuildFile; fileRef = C0AF909A03CFF03B6B3DF8D7E4D475BE /* threadsafe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 16C45A0312F58653D6EBCA31F7EB19F0 /* BSG_KSString.h in Headers */ = {isa = PBXBuildFile; fileRef = BAC80730A1D7BCC2ECB755E0C811B1E9 /* BSG_KSString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 170AB88FAD0F4C61B341ACCDE34EF30D /* react-native-blur-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 25D63C24B201B29EAC438DF256785885 /* react-native-blur-dummy.m */; }; - 170CCF0FE9E6C75F119FE37ADDDA4DE9 /* RequestResponseRequester.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6060ECB44B2FDFB8DBEB93108B1FCA3E /* RequestResponseRequester.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 1721261755CCF7180E95FADF717E8F95 /* BugsnagLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CC5879EC7876DEDDBF841FFBBB5801D /* BugsnagLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17424544A674FD7632997CF393933D47 /* RNCNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = FCAB4FDA731DD768173EE5D56D3CD195 /* RNCNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 174CE79CBC127FF8CC43C11C9D7134E2 /* BugsnagSessionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 086CD79AFC938BBBAAC81BE9E803F7F3 /* BugsnagSessionTracker.m */; }; - 1769ACC0CA781F13C030DF0DB023EB4F /* InitThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 14434CB2F5B7D90A1F02457BB1FAA894 /* InitThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1774E400639BD32AA847F5EFFC91AD07 /* EDFThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC8C4E79FD01C34E5675EB05AF4E327 /* EDFThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17841417263BB19547CE11E028BE5168 /* Color+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = EAE3DA87BB31A848E69E0896904FA779 /* Color+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17899A7B3681C8A64B7B792BD0B95945 /* SKHiddenWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A42675963375C63C8EE33249EAFAFB2 /* SKHiddenWindow.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 178BC714B39BDCD7560E5A1DB56DA8D1 /* Combine-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 85CF7D63F2565317670F46C26E34E1FA /* Combine-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 179AC0C613BF4E4496C979691FFABAF9 /* RNFetchBlobNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 53CAFACD61B3720A636CD8006A33E6D7 /* RNFetchBlobNetwork.m */; }; - 17D226911D95E69EFBFE911EDF6C31C0 /* StringKeyedCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = EAE63C36BE61FEDD398A1DC19EDBFB66 /* StringKeyedCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 17F95356F47E1654B8FA496A74066355 /* FIRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 59C217DAE1F8E7FD62022A61ECDCEDEF /* FIRConfiguration.m */; }; - 1806A8C9F6FFD79AEF23030A8F7A217F /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 90CC53E5A3CD4EA4493A408B0D0097B6 /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18150BBAF7E0D735FC7E8A4F6D0C6A93 /* SerialExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = D09F08A4A743D8128E39ED89B7A70262 /* SerialExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18171D36B11BF9CF64971BC86301463C /* BSG_KSCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = B607A1AF105CC42ABCBF64C02ABACFF0 /* BSG_KSCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 184FBF4B0669624315B2141257405613 /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = A312B48069F2E4F59E4F7288846C00D1 /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 185199AF4BA67D0D4564F12D3B8EFD84 /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = F62CE2FDC71298AE6A9B4F46C6234BFD /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1858299960CD33F5E5EF826FD59E2C34 /* TypedIOBuf.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BDB8BEA869BA7200AC24BD22C8D5929 /* TypedIOBuf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1883F18C993412ADF69DC7EDC1F51F82 /* FlipperKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 11FFC417E6AC2C6A0184D64E22004820 /* FlipperKit-dummy.m */; }; - 18A50878C6B767AD371F35E1E10BAB20 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A5C10A4DC83D48B39A3A3611B663A785 /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18A8263FB0B9B9C48396FCE791B00CDB /* RCTCxxModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = A81745435899573476213B51725F9B3C /* RCTCxxModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 18AAB92556F681585454368C310A23EF /* KeyValueHolder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B093EB81D4858B70FFE9DAE52A8C8B51 /* KeyValueHolder.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 18ADE7806255BA0087D7EF5FE11A9F34 /* REAValueNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A60F4FD380EF34A4E070B6687038A9A /* REAValueNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18B0F67B781775BAD9181978B7745AB0 /* GDTCORClock.m in Sources */ = {isa = PBXBuildFile; fileRef = 0472651E83963940ACB29AC09FE2A27E /* GDTCORClock.m */; }; - 18B529FF600E5D83C90CE2A34C832DE7 /* Padded.h in Headers */ = {isa = PBXBuildFile; fileRef = D9A701777C019BE46119DC3820363364 /* Padded.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18BB11E87ADBBBFAD61E80195A60466E /* UMReactNativeAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = D6F7FF628C60C7D3847BC2BFFAF95E7F /* UMReactNativeAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18C4157A243A983098E4CAEB008AD07C /* FrameProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = F6EA0FDD5DF62F73FD42893286F5D3C7 /* FrameProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18CDFD2FC9DE52459BA225244818C54A /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB63901D3E948179D241E5A1F9894698 /* ModuleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 18CF336E5017DEC342AEEFB06B75145E /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AECA95A98A64EAA6AECCA5DF758BCEB /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18D00840BB37B9652E9FC95918901D91 /* ResumeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 82223F59B2134A88B57F0504741B94BE /* ResumeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18EBE9E190E155CBC4F3164328BD975A /* SDImageGraphics.h in Headers */ = {isa = PBXBuildFile; fileRef = 162ABDE4EA0DC933C7AE35689F19BF6D /* SDImageGraphics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 18F10B99DE9EF6AF7800D354E9BF4996 /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = E317497FCC36C56FAC0F2BADECF3D247 /* RCTReconnectingWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 19318B20CF5DFE527CF77A58B2AB233B /* VibrancyViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E183C2B8EAE5F98C594E6765B2C19ACB /* VibrancyViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 199BDA16F7B9DDD58C11DE3779F2DEF1 /* CString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5A1BEA239ADD8AB347A4BE5961B6F443 /* CString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 19A0784757BB96FE3DF1F2583E534CC7 /* react-native-cookies-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 10AA5CE1114B48A7D2113489DB0A1608 /* react-native-cookies-dummy.m */; }; - 19C3BBF564F8976EB6D91418CE10F903 /* RNGestureHandlerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B1902859ECC38053EF8EE12EECBEFA7 /* RNGestureHandlerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 19DA084E18BB0C5EDB193E347F57CD33 /* HighlighterViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F8DE274703A0B5C4DB594BFC72D6756 /* HighlighterViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A115E8EE9FD9598CBE563E1676CA162 /* Async.h in Headers */ = {isa = PBXBuildFile; fileRef = 329F1770B40BD4E2BC9C092FE0BB434B /* Async.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A2132E25523BB2DDD7BF4B4C1590C90 /* RCTBaseTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F18AD380410DB6CEAA67359FA37CA0A1 /* RCTBaseTextViewManager.m */; }; - 1A3435D63BC3779DE69FE5F851CD3107 /* RCTAdditionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A8A03DF81770696AF6B8E98C70B0A7A /* RCTAdditionAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 1A3A747FFBAF119F35DA8CCA25E1BA41 /* CppAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = E1D31E4BDCAFAB8FEE26C823914D9DA5 /* CppAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A4298E43B9C92DA1FBBC8A849D8C49C /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F715E5BA3F4764F906669CA825AF91F /* SDWebImageCacheSerializer.m */; }; - 1A533A1E17228C54276161855268DB67 /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 712B69C0D0DB8E698556E5B9534455E4 /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A619BB8B9DF57D0228F68ACF757B75F /* RCTConvert+REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 96B49814857071A5437B6FEC560C1BE5 /* RCTConvert+REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A67A49EDC6F69DEAC15AE1529C4BF98 /* huffman_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 2DAB92658AE023C106F88F7B86ECAF4E /* huffman_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1A6A0D0E054AF07F9AA813117257EBA3 /* FIRExceptionModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D5190C50FA41E8146F4FC661E481AEA4 /* FIRExceptionModel.m */; }; - 1A97D836F1FE1883B37A6C33FD1A8EE3 /* FIRCLSdSYM.m in Sources */ = {isa = PBXBuildFile; fileRef = B22C529CD81EE70E029438062B674796 /* FIRCLSdSYM.m */; }; - 1AB409368DE96B84F159C045C652405A /* RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 59ED526F49B0B67AA127424E77EC416E /* RNNotifications.m */; }; - 1AD91573D86305B97ABC7F2321F70C9A /* GULNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DE54DA45D99D210B92DDF691072CB1D /* GULNSData+zlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1AE09DC854F4FB71205C6153C1E82E87 /* Memory.h in Headers */ = {isa = PBXBuildFile; fileRef = A19AB2222BEEC0F0C067069067D47CCB /* Memory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1AF17FD06D714443065648EC2942605A /* DeviceUID.h in Headers */ = {isa = PBXBuildFile; fileRef = 17718F521FD919137D730191DC3B26AE /* DeviceUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B0C73C77D682C73A4C0339365C01D8E /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = 51482745B70807318B311D7FE4ED33D9 /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B50E7E11F429A87CAA2B2C23248EEF0 /* SDImageHEICCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = B5A2FFD67FEC246AFAB2619F497CE4C7 /* SDImageHEICCoder.m */; }; - 1B61F843978230AF298BE50B2688669D /* React-RCTNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 04A398745848F80E21BF835100FA2C49 /* React-RCTNetwork-dummy.m */; }; - 1B6DB9D3137B17213DAF3CCCFBA44356 /* YGLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = FAF948D1EFE396D6D7B8576679E3F6E9 /* YGLayout.m */; }; - 1B71DB21FF1BFA263DFC8012D5E5B0F7 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = B9D97FFAB7942A62A74CF312D5BDFB41 /* RCTShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1B72E0D1FBF25922DB09807DEDECF6AD /* FIRCLSConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AB34357D4BA4A5442A15B451D61E376 /* FIRCLSConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B74234301760F315407CCD3090763B5 /* decode.h in Headers */ = {isa = PBXBuildFile; fileRef = 28CFB4AFCCF9286358B328C476BEECEE /* decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B7FB664C598D3560DEEFECE45E78FF4 /* Merge.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D316CB89ED6A345899E24A7AC49601B /* Merge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1B966B801EEB421750F04FFF774E354F /* RNCAppearanceProviderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 00D91A5875E9983FFF204F32F3FD65AC /* RNCAppearanceProviderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1BA6F8501E04CC203524D4E58EEB0B9C /* BSGConnectivity.m in Sources */ = {isa = PBXBuildFile; fileRef = 40C643447709A4C2C797DD3DC5B3F23C /* BSGConnectivity.m */; }; - 1BBC8EA861EA0A7B58607E9D019FAAD7 /* RCTTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = EBBAADA5A991C9834B99444C0686DA8D /* RCTTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1BC0B842DBAD92247CFE61428B2860F5 /* AtomicUnorderedMapUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EDF2DDDE1682952B95F4AEC0103225C /* AtomicUnorderedMapUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1BD61BB2BE5E66340A24369DD2132169 /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F15D8DA04A1EDD7CDCF75818F36C5087 /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1BEF1D8F070B1A445350376A0F7EE1A5 /* ManualTimekeeper.h in Headers */ = {isa = PBXBuildFile; fileRef = DD3EEAC27A99FC5EF933EDBBFB457CA0 /* ManualTimekeeper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C12FB1BD039000D7DC713188EB39465 /* SysUio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC3C2C587C8FA45D7E36F15D23C7A35A /* SysUio.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 1C1B0F31633C386387B9FFC1702D1CC0 /* BSG_KSJSONCodec.c in Sources */ = {isa = PBXBuildFile; fileRef = 23D5CE197741FD2E2BC1EB996B6199A2 /* BSG_KSJSONCodec.c */; }; - 1C26515EED65B95C1190B35FDAB7E02B /* UIImage+Resize.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A9F26CD21E8D6CBE95B4F11221C483D /* UIImage+Resize.m */; }; - 1C4E108C32787F3F37E4F09AEDEB8FCD /* SKDescriptorMapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FFAEB67B93B9E453AFA471A45BD2CB2 /* SKDescriptorMapper.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 1C4FDE1149389365EC8D3D854415915E /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = B671AF6F8096094C83C4A64583969E32 /* UIImage+ForceDecode.m */; }; - 1C63664FA2CEFCDD9576B64A028C95AF /* BSG_KSCrashSentry_CPPException.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E187C52C4EBA854E76BD83724A87335 /* BSG_KSCrashSentry_CPPException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C7FCD3F3386D3AC64970A5C4A9DBCCB /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D0B6A4057A6B3F17EB8B3A084B26CF3 /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1C8B3ECE8E9F7F7EDC7498EDB0AC68DC /* QBImagePicker.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D2137CC9ED7676EACB7B94AA4E774943 /* QBImagePicker.storyboard */; }; - 1C8EC169B592E48D66A57DB786533C77 /* EXVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = F9B83525E2F428D8D4C8DB4C7F540090 /* EXVideoView.m */; }; - 1D1B7D4A96C371E1F3E8BBA578B05082 /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 26F95DCC81000DA7669345F936682C4A /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D1F4608D6FEA24103C4DF832C4F7161 /* Executor.h in Headers */ = {isa = PBXBuildFile; fileRef = 04C48E439F9E9B7D68F852F8C31AFE94 /* Executor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D5C8E7B129FCC2F9E9C159A750FDAB5 /* RNConfigReader-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 94DD4CB0F7BF9B5DE5E31B29F8210979 /* RNConfigReader-dummy.m */; }; - 1D76C2FBD3D27103FAB79F14EA91ED12 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 35679E5B60E9F38A22B63DD5B1CA573F /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 1D89BCE06C52E7607390939321044E27 /* RCTConvert+REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 583EED4D340B55CFD0D649D100F9EBAE /* RCTConvert+REATransition.m */; }; - 1D92BF40C3C1646AF2F98189979ADFC9 /* TOActivityCroppedImageProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = B26E9C8B2580656B1417D46E58EDF8E5 /* TOActivityCroppedImageProvider.m */; }; - 1D9B3C8DA8F0D76AD00A26110EB18BCB /* RCTImageEditingManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = F47081DBFFDB1C6F255C5FD875A5C376 /* RCTImageEditingManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 1DB19C3018E9DAA9871396A2E70CC153 /* JSDeltaBundleClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F7F0E061DD0C516488E9E40A9E7CB50E /* JSDeltaBundleClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1DB77874468B499C069CD8F292425606 /* UIColor+SDHexString.m in Sources */ = {isa = PBXBuildFile; fileRef = 26F4BFF70378EDAACB5BD16237CD30A9 /* UIColor+SDHexString.m */; }; - 1DCD98BC1642E185266A02582710B866 /* upsampling_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = CADF18BE13B247025118BC282599B62B /* upsampling_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1DD11E5923BD54C80FD86BBDDA947FF2 /* RNCSafeAreaViewMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 19E6B9811160CEB3A10EF5B1773F6F98 /* RNCSafeAreaViewMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1DE2540834839FCB4A853459F8DECC62 /* RSocketStats.h in Headers */ = {isa = PBXBuildFile; fileRef = B5505B7B42435A19B2CE0E8082AC0140 /* RSocketStats.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1DFC34534A46877DFEDA098D230C6652 /* ARTCGFloatArray.h in Headers */ = {isa = PBXBuildFile; fileRef = BA84996D0C71CAA92239F80138D3CCD6 /* ARTCGFloatArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E1456286C1D93DC2A848A173C6CA46E /* ImageCropPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 02ED0FA568D5B35327B51978DE03E596 /* ImageCropPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E256DAFE75BD68435C37E1833661D51 /* frame_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = F1B876CC1C59A37017020E3703D0E923 /* frame_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1E71463BA220F76AABE65F5136B1E1EF /* ARTContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = D4021EE27AD10E2C390B07A0B8D72BD0 /* ARTContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E7DEB4C9EF4EDB1A9CE56FC20D9C25D /* ARTRadialGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = 3AE905BFF9456274E328AAF824591FF7 /* ARTRadialGradient.m */; }; - 1E83E97B781D1C5CD9DFF16D7D64DBEE /* GULHeartbeatDateStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 697846AC6B9253DEC1940066CEFA2B86 /* GULHeartbeatDateStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1EA9AEB33D96B342C6420DE05E06793E /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BA0798554B949FF360962F12A636368 /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1ED3A3DB18B0D7129F78B640C0F033FD /* RNSScreenContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = C6680C487D600FD829129EA8E3E7CB99 /* RNSScreenContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1EEEE672560E1876FBE5CAC2CDDE4449 /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = E65F603151F9483592E24FDAA3A59B57 /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1EF32C681803C1DBA2FA2F39CF95CAAE /* RCTTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = F792B24A00DBFF62C0617B6A4598DBAC /* RCTTurboModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 1F12214A7A2A9C44C9270D58EB9B9084 /* ARTSurfaceView.m in Sources */ = {isa = PBXBuildFile; fileRef = DE8420E15ECE786B2750D1FAFE57F950 /* ARTSurfaceView.m */; }; - 1F13308F38A6F681164CEC79F703FD8E /* bit_reader_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 77D8A925F3FBFA907320A9EC1746EB74 /* bit_reader_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 1F2EAA1E7B225BD0DC41F339FF7D3BC2 /* SDDeviceHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 5803C08A51F87F03DB90364D32C90A14 /* SDDeviceHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1F5058BC38AF2AFBDF8FADBB07073F59 /* RCTVibration.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4F4D06A0900A956EB3DB5764679CD6E /* RCTVibration.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 1F59BDCAEFF35B95A96DD15DA4BAD8BD /* ExceptionWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 568D675169D882EE60AC41E4F441ACE5 /* ExceptionWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1F6C058F823DF3B7F57DF90891E0A604 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = C289CAA777CCD1F9AED9435FD4826E8E /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1F80A41C74064457D8496B0AE2F86E2F /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E6308A1CCFABCB8D67939F7FA3E94B9 /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1F8201632CD3F8D512C38C659FA4CE6D /* TestObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 86B9031F316FCB59D26688968A67A83D /* TestObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1F8503BFAF2744C55585B9F2BC58B51D /* FIRCLSAllocate.c in Sources */ = {isa = PBXBuildFile; fileRef = BE7F4F2737EBFB9FC5D5DB1BD0291E83 /* FIRCLSAllocate.c */; }; - 1F997A8733EB3F701148D01DBD7FC9F7 /* Optional.h in Headers */ = {isa = PBXBuildFile; fileRef = DF42996FE9BE64B2DDF91079B61B6D4B /* Optional.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1FD98C884367D69EF5DCA3F750476303 /* LongLivedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = C231B37854825087ECFC2B6882907339 /* LongLivedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2016EF79274CA41FA449DDB7EADFE8BA /* Subscription.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F654D3E35AD4400029D2FE547FD8383 /* Subscription.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 201791607E2631AF27E15B18C4DB58CB /* React-RCTVibration-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2131E930B05827D0BEB3A452733FF9D2 /* React-RCTVibration-dummy.m */; }; - 202E7841987BBB1945E660460D2781FB /* EnableSharedFromThis.h in Headers */ = {isa = PBXBuildFile; fileRef = 43BF262C6F6FC0AE13978C8BF9764933 /* EnableSharedFromThis.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 204CC23D814BF60981D1BFC5562AC7B1 /* REANode.h in Headers */ = {isa = PBXBuildFile; fileRef = FCD99FA8DED73945578726A13FFDED26 /* REANode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2059C762FF7431AA8970406CAB41153A /* REAJSCallNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 29489C32923842D027AF04288BE999C3 /* REAJSCallNode.m */; }; - 206427FE5E3146D8E40359D9CD4DB27F /* RCTComponentEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = A11BFB624ADA1C832FA6A3212FEFC96B /* RCTComponentEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 208E741FEAB61CC95C72D0601DB88082 /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 944C455C9F110CE26B7904C49848387B /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20A7717BBB6E400E9B407132FE778A5C /* ARTShape.h in Headers */ = {isa = PBXBuildFile; fileRef = 6643CC3B4DFD652DD7DE5609003C7B24 /* ARTShape.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20C6FB33DDB00DF458862E4F646D244D /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FFECB0B4DDC647D631B1BA79DAA8434 /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 20DEE7E2D4AA05B0805E8C223EC6688C /* GULSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 47FAEDBB31CEBEB7631439376553A0D6 /* GULSwizzler.m */; }; - 2106D8A02427EAD04A895230B82D9B63 /* SKNamed.mm in Sources */ = {isa = PBXBuildFile; fileRef = C325064A6EA5D9402949DD01145027D3 /* SKNamed.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 2123782372A76ED2C3C54D140890CF06 /* RCTConvert+ART.h in Headers */ = {isa = PBXBuildFile; fileRef = E22E6F8C12C970B7BC8C8C5488100F88 /* RCTConvert+ART.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 212FE0DC886E0F8B951CA3C78126B810 /* UMErrorCodes.m in Sources */ = {isa = PBXBuildFile; fileRef = EFFFCC272D02D8A7A1EE3C2BB692150C /* UMErrorCodes.m */; }; - 2144723C72B379EBC79D008C672CD524 /* TimerFD.h in Headers */ = {isa = PBXBuildFile; fileRef = 2460A240EC6BCAD25EE7577EE2051AAD /* TimerFD.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 214D74C072B69103894697357E44EB02 /* RCTInspectorPackagerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 5405BCB406DE0256B90DD6082844EFFD /* RCTInspectorPackagerConnection.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 21522FB8A478BB4F5BB8BB828258F782 /* JSCExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CEBA58F61DFC16C22E73978FC4CA562 /* JSCExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 21788180EE192099199CF17A291F845C /* SysSyscall.h in Headers */ = {isa = PBXBuildFile; fileRef = E5100EEA9FD01188E0E1A7D0838C2A35 /* SysSyscall.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2190B1EE0C330EA9AFE63866D509D5F2 /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = D91C8F13A3B60A4DEC26EEDD7719797C /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 21B4FE8D442D5B6A6FF02399D74F9C1A /* BugsnagApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = FB2AA32956D465F39E6AC346F5FBE8FD /* BugsnagApiClient.m */; }; - 21C8335B14F0F7D390033C51F6C06876 /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 86C60DAA9BDD5BAA73F3BC2280B593FE /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 21C8C9D982DA6E8AF473E47BB2E39B8F /* RNFBSharedUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = E4D4B100533BB0B43D5C234D2EC117C0 /* RNFBSharedUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 21F9C49D32AF61B139568AF284BDE32E /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AD5447011D8A8106C553442762BFE6F /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22178F6634B0BAFFC97D588090003601 /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = F762D6F74075C2089819D9833381D049 /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 222D8C687FAACBAD9D6C610D214B13EC /* RNGestureHandler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 94D10BF31360E8601604E0F3DB59F912 /* RNGestureHandler-dummy.m */; }; - 2268815AC0E5E4B7E547909708FAF108 /* yuv.h in Headers */ = {isa = PBXBuildFile; fileRef = F358F084AC4150FBB7C49769DDDCC51A /* yuv.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 227777A39B671A3053ED11EE1E233C74 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F2F809326F88213FC8A48DDFFAE8605 /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 227A9BA87B9E863337E861C7991011AE /* RCTSinglelineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 17B4D617B8E363E77AA8852C57738EFC /* RCTSinglelineTextInputView.m */; }; - 229B3D99B0FF300A535E5463B5AE9CA7 /* color_cache_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E04B81D091F6A6515A7E6AA1B67F2E3 /* color_cache_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22B57D22954D8132F9B6C2C297195F74 /* vp8_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 0126D8DB3623C7F1A241B4A32C36570B /* vp8_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22E1D06C4A77C0F1F7DFBC536D00AC58 /* ARTRenderableManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 57A1F52C18E60EE478C452618B972E79 /* ARTRenderableManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22E4E2FC6E14E3059412011A3252A265 /* GDTCORTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 937BC2AE364170D58CA60EA57D7D431D /* GDTCORTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 23107CD51E85F36D174BE09761E08392 /* RCTPbkdf2.h in Headers */ = {isa = PBXBuildFile; fileRef = BF9994A9BA1D7253ED603A7D46D22859 /* RCTPbkdf2.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2310AC782FCF2A8DE891459311A8D558 /* FlipperDiagnosticsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = AD59048F054E370404D0A58072C9A431 /* FlipperDiagnosticsViewController.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 2335D16DD99C5CCB7145356D9439A1ED /* SafeAreaManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B24EBC344F6BCB0882FBB5E848A14C3A /* SafeAreaManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 234E423AB6A72BD5A43AF58F3F27B50D /* Memory.h in Headers */ = {isa = PBXBuildFile; fileRef = 968746A4ACB023161D3386EF315EAB36 /* Memory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 23587B85B626669925991587D263DE57 /* EXSessionUploadTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = CE4F4307060F8201C93FFF866C06E314 /* EXSessionUploadTaskDelegate.m */; }; - 23A58CA03C9404B68FA100D9F814A1A6 /* Function.h in Headers */ = {isa = PBXBuildFile; fileRef = EA1D116E996F52DACA902FB1B2CBCE1D /* Function.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 23B63806D9A476DC97D4110167D0DDEA /* RNCMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = EAB7B857A32E46A40790930A89047E26 /* RNCMaskedView.m */; }; - 23F880255FD99355C2934B672C938E94 /* RNFBCrashlytics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2595CC3A842957DCE6941C61AFC67897 /* RNFBCrashlytics-dummy.m */; }; - 24071500C5FDFBD76B38404E9FBCED8F /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = E1E753069518604DCAF408008C42F3EC /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 240D10E66AAC8F0784618DF3EBA8381A /* RNFBRCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = BF13FFC3A4053B02F09E8B4934963290 /* RNFBRCTEventEmitter.m */; }; - 240FC32361C410EF5F84BF6DEBE42548 /* ReactNativeART-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CD8BFDCA5670E341AEB251538B86C7D /* ReactNativeART-dummy.m */; }; - 241388D59D90457A2C28A9AA4377483C /* FIRCLSContext.h in Headers */ = {isa = PBXBuildFile; fileRef = C13D4679542E50FEF462C853C9DE8D61 /* FIRCLSContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 243BA7838B8733171E500BDFB3A064EB /* RCTConvert+ART.m in Sources */ = {isa = PBXBuildFile; fileRef = D51D26450C18720E1F2D6553ABB5DFAD /* RCTConvert+ART.m */; }; - 244C5DC62B1E058CF4B97D2DCE5E6E21 /* React-RCTText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 628E91CF6B3063F0CB1FB25D8686FAA9 /* React-RCTText-dummy.m */; }; - 2487FE5A99FD79EF599EEF75AA4F1083 /* ARTSolidColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C9F70EA9B33F52DD172D85BEF78C8A6 /* ARTSolidColor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24B8603BC575A94A4439BAF2BD74232D /* RCTView+SafeAreaCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = DE10E1F3CD9CCC15406C1AC314967083 /* RCTView+SafeAreaCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 24D1419093266D2ED02BAC56B0BB50B3 /* Hazptr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7BC69915C16F5A5FA354CE10CB2BEE83 /* Hazptr.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 24F268FAF241E7A0CB4667A995FCEAD7 /* quant.h in Headers */ = {isa = PBXBuildFile; fileRef = B1CF515E6A4482DAEFF5F09F41A50087 /* quant.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 251B327DB8528CC1A7C99448A45325DF /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 42C09347A3AE576EBBFFB88FA4C18986 /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 252C8C55240AEF1288E730FB73DE0D57 /* SKTouch.h in Headers */ = {isa = PBXBuildFile; fileRef = E625145E487403A37F207D3E5DA95BC9 /* SKTouch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 252D8E122F8634CCE3EE20C49C10DAB8 /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 95CF62AE0EB7A819489B7BC96C5D3EC2 /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25398E174770BB1716E4CEB693CBF784 /* Aligned.h in Headers */ = {isa = PBXBuildFile; fileRef = 975434864E0AE3AAF31AA0952124C5DC /* Aligned.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 255F20A31A2564D49CAD63AC43BF98C5 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F3AC52D7B18A473C2D0CE836572759E /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 258DFD96720C1C98BD6A3BC06B72A9C0 /* react-native-webview-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 883A8F6A5E2835AD09091E26023A0289 /* react-native-webview-dummy.m */; }; - 2592D605ACBC5F28A54947766CEE0022 /* Conv.h in Headers */ = {isa = PBXBuildFile; fileRef = 892F8A33FAD25DDE6B6381E5BA032BC1 /* Conv.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25999B00728EE08E87C1B225F9F16EAD /* FIRCLSContext.m in Sources */ = {isa = PBXBuildFile; fileRef = CE90AEFF0A028F4036E23F38AFFE017E /* FIRCLSContext.m */; }; - 25AE7379332AF9D760D2A76670DAC20E /* RCTProgressViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 20340BF7A40EB7AFE91E6EFCE02425AF /* RCTProgressViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 25C3094B23533F00B393D8D5D7C13758 /* RNCSafeAreaProviderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F981E5599AAC5A1A1F4492356A632A5C /* RNCSafeAreaProviderManager.m */; }; - 25D40A9482D54085500F2FD7D5DF8F82 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 11564896EFB7296B3B79B44F1F26CCEC /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25D98AD6801C686A3093E013C5CDCF22 /* Tearable.h in Headers */ = {isa = PBXBuildFile; fileRef = 605DEEA639EE74AE2C477BDD00F888C7 /* Tearable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25DB1E24B453C0ECE4DA407E7761D440 /* EXLocalAuthentication-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A59D2F4E37E9AC0851120CBC6E4CE2CF /* EXLocalAuthentication-dummy.m */; }; - 25DF77BE316A1163F0FA609A33BB82FC /* EXFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = 331483DB8531D19F7D0331BA08ED2CCC /* EXFileSystem.m */; }; - 26068C79DB7483E1C38C2CF1D39CC948 /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 51DADE9E97F2F8B18813C0633FC5266F /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2613624296A11DDFAE4E86B11F43D66B /* openssl_aes.h in Headers */ = {isa = PBXBuildFile; fileRef = AFA9806E8C0049B68561ED8C94E14FAC /* openssl_aes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 261A54C1EFE6EF4FF19C9983919426DA /* Malloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A92F7BC5401E15A10EB02583A1DE16B /* Malloc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 267F6CC3BD0A82B68A48FE634706D90D /* FIRCLSFeatures.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D7C5B37069F24A7D744FDADCA5965EF /* FIRCLSFeatures.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 267FBF5FD39D9633691B813B405D0B81 /* RNCSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B01A849153FCE05B31135977BAD5A7FE /* RNCSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26A30B4D80FEB879587B1D0B34EC3D73 /* FIRCLSMultipartMimeStreamEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 200A2D8244A30AC6040F96321B65F164 /* FIRCLSMultipartMimeStreamEncoder.m */; }; - 26CCBA5845B10154E8DBCA87802EE4DC /* FIRCLSReportManager_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D1A5E01C583542324D9BEFB534F9A0A7 /* FIRCLSReportManager_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 26CE1DA937FFD3F4C82ADEE87ED14556 /* BSG_KSCrashReport.c in Sources */ = {isa = PBXBuildFile; fileRef = 5EB8556CA61789304716E62517FE600C /* BSG_KSCrashReport.c */; }; - 26DA02AAD94E96F83B0671F537616D29 /* NetOps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2D5AAFA8F224446E89A207E2406653F7 /* NetOps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 26DE76B7EB682FBED7CA2ACB1F303DFE /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B992F3D7ACA46560D8A3C1283345B63 /* RCTObjcExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 26FD1E8F8A0AFA1A314F5C1A34FDB3CE /* RNCSafeAreaProviderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 10A5B470CA9579741B7E2823563EE94A /* RNCSafeAreaProviderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2701928E9EB748B578028514E911DB65 /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = F4511A5BE53D8995377DE13E7082A921 /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2702ED30FCC572A9119745BA58C104F4 /* REACallFuncNode.h in Headers */ = {isa = PBXBuildFile; fileRef = A9030B5FE1ECBE1BE438A14E4A37EAB2 /* REACallFuncNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27253686CD0BBA046D0061DF62376ADF /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A80D2B3DB2DCBFE524B24072824D98A /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2730FE054CC61C90703D708DF8B87F6A /* RNScreens-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C5E67E296A6330DA7F76F5EEE84AAABA /* RNScreens-dummy.m */; }; - 273A1D90EA90462572EB25D15A2DFF85 /* SysFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A5A53F22D88DCD515B2AD4F9D89F74B /* SysFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2741C1735707EEDE9BE4DCE25A1E51E8 /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 8752CC92BB388FAB065FEF879D0F6841 /* RCTProfileTrampoline-arm.S */; }; - 275B1BA50739CFF9BDB246E10F662653 /* RNNotificationEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 773EA4CD666B2F2D00BC4A056552515A /* RNNotificationEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 275F055C3FCF978D7784EBCF029372BF /* SysMman.h in Headers */ = {isa = PBXBuildFile; fileRef = 21315C2DE7594C18C1CC0B39CCAF15CC /* SysMman.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 278591FB4944F2F2DF8A86F161684927 /* Core-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = FDD18BF51BEB50E1B611015D2940D484 /* Core-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 278F2748E9B7B11DF8DC312F14E90AA3 /* StaticSingletonManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB0A3305A819EDFEA6DAAA2D27594EBA /* StaticSingletonManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 279E892FC2EDA613E7BBD9B4D8FFEC1A /* muxread.c in Sources */ = {isa = PBXBuildFile; fileRef = F8C5309EA8674F548F0D2F5118FEB939 /* muxread.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 27B14B319F5AC40192B7D930F12D0687 /* FIRCLSUnwind_x86.c in Sources */ = {isa = PBXBuildFile; fileRef = DC77C0EBCC8EDE9CF56A01109F45695E /* FIRCLSUnwind_x86.c */; }; - 27B6CCE48225BC56652E9E3223D38C4F /* ARTShape.m in Sources */ = {isa = PBXBuildFile; fileRef = F8006F533903FF6309EDF9B48E6485A2 /* ARTShape.m */; }; - 27C9277485F05BCE39CFD89C84B143A7 /* EXAppleAuthenticationButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A19855FEA1116566571DE5084E1466B /* EXAppleAuthenticationButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27F7A5529F8F4A642E0707AE3F296C5E /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 11AB3A653ABC3FF0A35D75FE0D0FE6CE /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 27FEACFFF64D00F99AC7AFD36AC4E42B /* SynchronizedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = E79904A6243777B5C7D598AD311FE2EA /* SynchronizedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 282D612E5B28A698072FBC1F2EDD611F /* SerialExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7DA751C680919A66EDB88006E483FB86 /* SerialExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 284AD0C1FDEBDE489B00C08D4CFCF805 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 11B3C4CF1A1D4A2676541A7E27293D9C /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 284D3E3078BADEF2585663A45C40B6CD /* react-native-restart-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5645D2F2827622AEC516FFD5BA0C5F77 /* react-native-restart-dummy.m */; }; - 28572A821519C6F8AD71E9E2FEB04DF5 /* enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 3CAD22E44532C9E97C27D575C947219B /* enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2881E2A992F48B365197B0F187397FB1 /* RCTMultilineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = DD313BCCA57383199C98A77AE5BCCDCC /* RCTMultilineTextInputView.m */; }; - 28A806290913B89BBA2AB0B079EAA6A0 /* SDGraphicsImageRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 430BD06B07FF91EFF04017130918CD5A /* SDGraphicsImageRenderer.m */; }; - 28BA78DB910F6AF26DA4114677550B95 /* lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 2FCC3390E2E3D454A04AE0EDC37107CC /* lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 28C6B52C6D6385A0AD8328CEE9812855 /* Flipper-RSocket-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0873F1CBB3C5B32167C8C6A13C5F9D6F /* Flipper-RSocket-dummy.m */; }; - 28C78E22D8E13C7D5E5C641339C1BA3D /* StorageGetters.h in Headers */ = {isa = PBXBuildFile; fileRef = DE57F840C991849921A1E926A2490EF7 /* StorageGetters.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28CD0EBC4D2C9D5BB7DD122CFA029A0A /* WarmResumeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C3EB431FA0447DFDD7AA29C6D6AF001 /* WarmResumeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28DCB85C1845EC08B5640A86AAE21BD9 /* FIRCLSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 11DC4E2CACF8B39127B8D18638962021 /* FIRCLSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28E6F16FA0BA03B10DEF60307DE35AC0 /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EBF82DDEE3E3C8FB178450C5C7FC509 /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 29043F11D52DFA10F1F10E73B3BC8DDA /* Indestructible.h in Headers */ = {isa = PBXBuildFile; fileRef = F7D2E6DBB0477A6CBA28D0A5E12D5DF7 /* Indestructible.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2918F37EDFA4335BD7C3C3663D8E1FDD /* SKSwizzle.mm in Sources */ = {isa = PBXBuildFile; fileRef = 43230C1610BDF1FC5CD6CE200AEF6CE7 /* SKSwizzle.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 292EE3604CAFBECA5E7827E97B068303 /* RSocketClient.h in Headers */ = {isa = PBXBuildFile; fileRef = E69842E9D33D8C86EA37F4F0A36FCD50 /* RSocketClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 29575407DD87B86AC3D720012094D192 /* UniqueInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E6BE50E0F2179F7C26FD586A116AEC08 /* UniqueInstance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 295C9B6E9D301F764EC0DD5DEC89A180 /* GDTCORAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B13640C5079101AC2E0BA803E70B0CC /* GDTCORAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 296835209A80CA68B3E948098F146B7F /* react-native-safe-area-context-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B8CA394AE0A702F7B6EEF66D8B516FB /* react-native-safe-area-context-dummy.m */; }; - 296BEBC616AF026F5E8838298284DAEE /* FIRCLSDemangleOperation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 83B4EA627B372AADC2F985F55D13C19E /* FIRCLSDemangleOperation.mm */; }; - 29CCAC336A93347D836BBE5D0908557B /* RangeCommon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F3903E1FB7F9CB6BD5E689F4BB88FAB5 /* RangeCommon.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 29D459CDB796AC1EE30B3350E02AA919 /* ThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = BB3991EE10167935589DDAC8E5F24AEA /* ThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 29E218628AB4F1CCD21A650B478BEE23 /* BSG_KSCrashContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 07B9C307E7FF9A3A841C472AD6CB3ACF /* BSG_KSCrashContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 29F5E5FF2C3750DD9CEFF031371E78E0 /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CB71E95414CFE029AA3A1754C480B91 /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2A10C9CDBB60C8AE92982C31A42F033D /* yuv.c in Sources */ = {isa = PBXBuildFile; fileRef = 055CE69610CA194469E7C652826233F0 /* yuv.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2A2CC841F14EAC8690AEAC4B84A0F5E5 /* filters_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = EFE7F2ECD935275993DBDDF4DCD9F771 /* filters_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2A4D6D39218504A8CABB8998D9501450 /* ScheduledSingleObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EBD0D5392C13A5DCB0B9D5CDFB00FAB /* ScheduledSingleObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A506E62330E4778284EA229C2ED4AF8 /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B8EA3E3770428DF954DAA066192009C7 /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A50B9B2C0C7AFD611EA437C059695C3 /* SKYogaKitHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A22BEC1CC310BB63B8C7D97C091D674 /* SKYogaKitHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A8087A2A3EC06F10575B4BBCDC04275 /* ScopeGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = E321040652A1C32F36B804A94802D49A /* ScopeGuard.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2A8EF08375027A99DFCF62A2EF26AA12 /* RCTPlatform.mm in Sources */ = {isa = PBXBuildFile; fileRef = 706D7AC41E4C897CD693D161D15CED8F /* RCTPlatform.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 2AA511BFE6E6DA363E500CC1EF6F515B /* Pbkdf2.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AFE332223BCF3A650CDFAB36BCB6B45 /* Pbkdf2.m */; }; - 2AE364EA9C0864E2C3FF43E8EAFEAF10 /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F75CBF9E2FEC3B3619BA285BF0050C82 /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2AF8FA27F6F7D973BA41558473B00457 /* EXFilePermissionModule.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A0A574BEC2FBE4F91DEC09A9234156 /* EXFilePermissionModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B17A882D955D4800EE9197F9264EE62 /* BSG_KSSignalInfo.c in Sources */ = {isa = PBXBuildFile; fileRef = CAF72A4205C61E1075BA31E815E0EACE /* BSG_KSSignalInfo.c */; }; - 2B329757F3644458452348D410D0027C /* Subscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2D141569E6115ADE5B5ABF6B745CDC /* Subscriber.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B3816DF680032C50012D4C655B446B6 /* vp8li_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = F0088B729E346956EA2ED0473A363AA0 /* vp8li_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B5F09C2534FB07312716B189FE2C915 /* common_sse2.h in Headers */ = {isa = PBXBuildFile; fileRef = 22E4204550B634414B690630B8E2F9D7 /* common_sse2.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B72D7281849A8393A5DDB3D650D75CA /* NSError+BSG_SimpleConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = 2393AD1995DAE09BB41C7986244F0CA5 /* NSError+BSG_SimpleConstructor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2B87530168430AF0D1AFA53B69DFFF03 /* Fixture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CF5749C2E4ED85A40B651F21FE3D7430 /* Fixture.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 2B999F8F366B12B948FFC3E413709A18 /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FD4BEEFB9A758E272026D38D6B917A2 /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BA64B3A93FB8AD73D2C419DD0EAE815 /* HeterogeneousAccess.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A371928B76DB16931DFAD4F1571AF59 /* HeterogeneousAccess.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BA69D9D542370C30F15F680DA1AAE7A /* QBImagePickerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 45C2741CD7BC37C923CB1EFDD9F5EB5A /* QBImagePickerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BBA1850F5B25B91D314CCEDCACFDF8A /* RCTFrameAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FCC251B6130B40B3912FAD85467DE28 /* RCTFrameAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BD60E78CDC2F6D68103C754B2AE9FB4 /* UMEventEmitterService.h in Headers */ = {isa = PBXBuildFile; fileRef = B73407F66F989511789838AACBA23456 /* UMEventEmitterService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BD94EB5D673D921CA15D08DAD298ACB /* FIRCLSUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CEDB3FC2CF895F36F3B0AD7EB8C27B6 /* FIRCLSUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BFB149EF7AD229B6DCF44B6DAB051A8 /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CED9141A762A8D2BABE38E60E6C8C00 /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C13A84F82539AA1420B52C82ABC37F9 /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = ADDE1144A67B520B0BFD9C1971F23FAF /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2C3E06EA94FFB51FBC29057CF125C1AA /* picture_csp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = E24B0DEC7D0148EA7E1399B3F1C8134D /* picture_csp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2C4308550737781462670BB4A6DD4B65 /* CodedInputDataCrypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 48DC47B9466665E48750FC5C870EDA82 /* CodedInputDataCrypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C74133F7BED246089568BBFA5622ECB /* UMUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 925BC00EDA9186EFC93BC29ED3A29ACA /* UMUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2C77D5F905F529AC58A2ADECB8921948 /* CodedOutputData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 077A7984AA427330B9FB8A9A1DED0246 /* CodedOutputData.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 2C8EE7D2AA983A39895F656AC0D22126 /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C29587D578457CE8D4F35FC02EA7D58 /* RCTTouchEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2C981A9B1BF60E24FF58F73C1E7E2963 /* FlipperCppWrapperPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A0358B3CBF78D296EB4AC2E5D9FA912 /* FlipperCppWrapperPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2CB6213D090F803B4D049F127D9D0CF9 /* contents.xcworkspacedata in Sources */ = {isa = PBXBuildFile; fileRef = BFC3AE5F07C7BC9197076D4279ECD81B /* contents.xcworkspacedata */; }; - 2CBB300A174DFCF8C41EE2F4DE77B58C /* Malloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5BD8DB2BD1B080DB3937693A6FE2C96B /* Malloc.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 2CC35037A073D8696E2B432C6BB178FF /* Framer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D74DFA2428E8A1A264F0F0F8FBA90A5 /* Framer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2CCE16692DEDA90194876DCF00EB836B /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 407360215A200E23CF2F9C3AEE743E07 /* String.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2CD4B41FC2871C69BFA1CA40363894F8 /* UIImage+ExtendedCacheData.m in Sources */ = {isa = PBXBuildFile; fileRef = 63DA44E83A468EE74531A2DEBACC8BC6 /* UIImage+ExtendedCacheData.m */; }; - 2CDB1C482CD0B6CEB18941766C194D58 /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = A281B06B1AB9EBC9C4FE799AA839BEF3 /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D14ADB64DA5610E91B92AAB4A194553 /* RCTTVNavigationEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = D32CDED1351F17190E1B59CEEC6BF245 /* RCTTVNavigationEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D2514884E6EE7DC2FFEC1FCCC6E415B /* GDTCORReachability_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 11687B767A6B2B36A3599579D9C07EB8 /* GDTCORReachability_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D6E9D7B40CD1E9CF91DC23DCEAE6309 /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E35B156FD35FCCE3A76E073598605AD /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2D793A96189C71134DAD0145A7428A3C /* Observables.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9692753BCAF066488DA6771F9D798C87 /* Observables.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 2DA15128CE2E32F416E871FCD4C44B4D /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = B299C184B78823FAC3E88C8637902321 /* UIImage+MultiFormat.m */; }; - 2DB236D8916D7BACECF324AF5165D4A6 /* QBSlomoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = BE600531577A0E4E700C73D6C7A679C1 /* QBSlomoIconView.m */; }; - 2DB7930FB6173ED139CA093E98579D23 /* quant_levels_dec_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 282038B4B4D0ABE5139B46E9B61C0C12 /* quant_levels_dec_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 2DDF2CC2DDA6B43F80AEF12C47D5D408 /* EXImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = BA6B85A6F5EA96C56ABB181C798B2A6A /* EXImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E00B1B2C7BF3736BE40EFAF8F90F7B9 /* UMReactNativeEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A097379C2833C4C6C12DCEFF58032F0 /* UMReactNativeEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E175864082CAE1492153921B6B06DCD /* RNConfigReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AF3FD2E4FEB11D79BB59C5E13CAFD28 /* RNConfigReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E2464FE1D725C022256FAA39C0BEE02 /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A3890DAFA51DDECDAC84E9EB887EFE9 /* SDAnimatedImageView+WebCache.m */; }; - 2E6D7937F46F9299BCE7C2891F2FADAF /* Init.h in Headers */ = {isa = PBXBuildFile; fileRef = F32F03AC0893562F1CD8266871E803FD /* Init.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2E7B8A30CC78F87777DB351D584FF809 /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = F87EE300C17686A67E2340B0F8E1FF60 /* RCTUIManagerUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2E8477153AC224BAC95A8667149F2E12 /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6847200D56C1B5A48397F925FA24A957 /* json_pointer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 2EB0FFEEA537416562E5C35AC9C88DAD /* ShutdownSocketSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F2C2F12F0C6EF749AEC1184713C5223C /* ShutdownSocketSet.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 2EBC59C45845E4B1D3C06FFC5D4EF8A8 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 287BD662636B286DF02A84393DE5E0AA /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2EBF6FE2C05F7C9A48E8AD9115F872B7 /* ThreadLocalDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 317731C9EDCF5D27BAD7C2E8A5992653 /* ThreadLocalDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2ED9D4C142CF046A174101A5DB99C40A /* ObservableConcatOperators.h in Headers */ = {isa = PBXBuildFile; fileRef = D094F312719698A65543D87AA53F09F5 /* ObservableConcatOperators.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2EE7FA4603FE1E6B197FA88EA8FF3EE1 /* UMAppDelegateWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = C353C012F259DD368B40BCBCAA09A772 /* UMAppDelegateWrapper.m */; }; - 2EF8E6A9C8AE105C7F3459524D0F5B34 /* TcpDuplexConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E74672B0794FE41CBED106DC5DB6A33 /* TcpDuplexConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2EFAF0B28021D5CBC5FA349838556601 /* FIRCLSNetworkClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 18C349DC5272DDDFF2DB5D6ED1B8E5AA /* FIRCLSNetworkClient.m */; }; - 2F0572B89DC0FCF6449204A686CEFD23 /* EXLocalAuthentication.m in Sources */ = {isa = PBXBuildFile; fileRef = C33BB238CADCC5E0F0560F8F2E68EBC8 /* EXLocalAuthentication.m */; }; - 2F086D3775FCF778C21E049BC18DA02D /* RCTUITextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B0687862E0C1DFD616C8A7F6B30FDA5 /* RCTUITextView.m */; }; - 2F37B216CC5C6B320DEB263CEDAC40A7 /* TokenBucket.h in Headers */ = {isa = PBXBuildFile; fileRef = 570B604D0EDCB054BC404E5CF99B51B4 /* TokenBucket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F57EA80B2E3DD182EFB58ACAF2331C6 /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E20A29CF6EF895221E353705992D26C3 /* JSIExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 2F6F266DB9DCF6149C3EA09D6DE17F81 /* WaitOptions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DD30BCE4E3A006E082D614F17BA3BC /* WaitOptions.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 2F7BEE2B0414D2430FEBDE422D82E716 /* RNSScreenStackHeaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 43A87F0D3F08AFCFC15CBB3678593D37 /* RNSScreenStackHeaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2FAD5DE5D69F021D9AA5582C2085ADF7 /* SKHiddenWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 121EB4111318EF39FC46E6410312CF34 /* SKHiddenWindow.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2FC96CB7901DECEB41C9B99D05C80CC8 /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AF28E2E4B7D9E8CA9A1A7764E358184 /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2FE14F8478244B7074999DCAFF792955 /* RCTConvert+FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A251A8D8EA0592AB420A22FAB867E4A /* RCTConvert+FIROptions.m */; }; - 2FFE6AE9CBE2C1B2C1ADBF35DEF9416A /* IOBufQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = C43C20C34F60CD250222D1DF0B582335 /* IOBufQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30086ECC0A916814808D4A99FF50F085 /* SSLErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 1568D3776ECAED8A28CD27F171FFDD21 /* SSLErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3017DB893C534FFF6B43347D552E49F6 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A72E1B5176E2D23872DBCA22E8303D6 /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3019B12F14D858955585FA0D99BF069E /* StringKeyedSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D98C51E98DA0636836B94605832768D /* StringKeyedSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30630A363F6CADC347E9D617482FA5DD /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = C64235499C94E479DC68D9537E18C349 /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 306310A0B8918CF6604620779C289478 /* StringKeyedUnorderedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 44F08B5B53109927C5F02DB13F1EBEE1 /* StringKeyedUnorderedMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 306DC0113CFD022863767C1C8A96A662 /* GDTCORConsoleLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DFA8AA9CE5409243939FFE7B806C3C1 /* GDTCORConsoleLogger.m */; }; - 3076E5EE6D1E87254DAC40C887B8A8AB /* FIRCLSURLSessionDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 16FB9DB7C4FCA485FDE1E110A212F7BA /* FIRCLSURLSessionDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 308E1796EE51D6F498660512353F2739 /* EventBaseBackendBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1BD12466164EC8F48838F01B9D26879A /* EventBaseBackendBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 309A155FB86123D7ADC3EE90DA8BE5B4 /* FIRCLSSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 7265EBBD471B9B5512A95478ABACE0A3 /* FIRCLSSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30AF2671AF0F163C12F1602CC4C792A2 /* RNCSafeAreaProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 21A574A59F26A270647AA5E719C0680F /* RNCSafeAreaProvider.m */; }; - 30B2AE855F94A9EC0817FD07AA66A30E /* enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D6C86229C4FA3A5B82E69723FC2BB55 /* enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 30B507608CB34B00F4B3E6556BB90943 /* anim_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = CB7C794C169FD2FC951EE9F353A6120D /* anim_decode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 30C3D4EA6B2ACB63FEE4C78E30C9A842 /* GULHeartbeatDateStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 24A1A7BDED14554796301A4ABD6775E3 /* GULHeartbeatDateStorage.m */; }; - 30E76EA8A8B6C04E818B55C813716ABA /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F8DBC5478559096DC74DD60F71350CB8 /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 30E939403C7E92FB0E21DDAD4588E4D6 /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BD36BC584892718F34890F8D4A777371 /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 310FC77FA5E398AD252A3CA14CD856F1 /* RSocketResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BF4F464D36E3E663C0697C79AC321DB /* RSocketResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 311ABA22EB21176B929E4BA1F0E5AE20 /* openssl_md5_one.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B8B7CF8CFB7DDDAE5DB91690514472E1 /* openssl_md5_one.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 31249DB319C22D4D7DEA0DD8F03FACF3 /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = A4EC31B640518F863E25434489857E7F /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31538E04FD4E7BA6CE3BEE8D216677DD /* RCTWebSocketModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = FD8C88140FCD07D141A8C934DF0CA486 /* RCTWebSocketModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 31559143F1CD978B8C7000BF07C0CB93 /* GULAppEnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F9F34F833BDDF2319232B9A51412166 /* GULAppEnvironmentUtil.m */; }; - 31782C749EBEB4BBFEDB6D5BB15C4BBC /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 4970A36294E587573CF38F3203878FE5 /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 318DC31A06296D45DBD8198EF0178664 /* RNRotationHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = F1407C57ECCD9035EB8EDBFE16F9A871 /* RNRotationHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31903E72F9938362A90E8596163CF3D6 /* FIRInstallationsSingleOperationPromiseCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D3FE85136F6B2475A3674B1BFAB2CCC /* FIRInstallationsSingleOperationPromiseCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31C9C28D1D271197565CAB47CDD68212 /* EXFileSystemAssetLibraryHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EB851EB0F33C0154DAD927AED70BAC5 /* EXFileSystemAssetLibraryHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31E1CB5F574F49604637543AD8A5FE0C /* FIRCLSDataCollectionToken.h in Headers */ = {isa = PBXBuildFile; fileRef = E62480B88082324E61E31D3FC0571462 /* FIRCLSDataCollectionToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 31F8C7B0152310EB6EDDA7D2917C97D8 /* FIRCLSMachException.c in Sources */ = {isa = PBXBuildFile; fileRef = 8A63CA7B729784FFBB555AC4153E9F96 /* FIRCLSMachException.c */; }; - 32087607FAEDD6582A41E0F40AB0EE43 /* SSLSessionImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C2030DF3E84A5B0142D6DD3BEE18BDA /* SSLSessionImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 320C34EAE450A0AB558B88E793EEB0D3 /* FBLPromise+Do.m in Sources */ = {isa = PBXBuildFile; fileRef = 50278CBC09EEE6E4FC80FD769E4017F8 /* FBLPromise+Do.m */; }; - 320C9565D011AAD2CCBE83C55A367E66 /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = C5D14040761F7CE9C743B244FF331E6E /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 323198F43F58B846EFF508C338FE14FC /* StackTraceUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CDC5EBD556AE30660D6F9F5D840D982 /* StackTraceUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 324475594C15D22421DB038994562E81 /* ConnectionSet.h in Headers */ = {isa = PBXBuildFile; fileRef = D5BA14CD4ABD4E5B048530EC0D63E63E /* ConnectionSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32499C1B3CF6652AC4B3D29068AABDBF /* SKObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5573AC77F392E6664F5076C313A0746F /* SKObject.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 3258E7E231286BF1D85F4D18DBC653AA /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 7425498C1C2ACC864DEB505E227EFA0B /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3261E2311B5543A83F7EC3D9D28D0D25 /* EXAppleAuthenticationMappings.h in Headers */ = {isa = PBXBuildFile; fileRef = 096AEB36DD9B43852DD6E8213D51692B /* EXAppleAuthenticationMappings.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32A51BE4C06A08BD209A3188D2B98B4A /* PicoSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 25A36DDB8B25323503548DF359FCFD89 /* PicoSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32AE477225FD7A99A912F9A7B4B903BC /* lossless_enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = AFBE6356E290550895EE66A4C77B11D9 /* lossless_enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 32B91CC26C4A16C187F3D8A06AD2AA2C /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C81BED255FFB3C92850D93059BDE731 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32BB25E0D4CF762615512BE8D971BD38 /* RCTBlobCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 010C23BE5304A229FA7C6AD861D6979C /* RCTBlobCollector.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 32D500451D83403800953DE1FC1A6509 /* crashlytics.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = C716B8332A58D032B260486B19258975 /* crashlytics.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32F83A593CFB10B675AB73110D2EA8E3 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D21D48A87AD048927D9F53B9DD9D092F /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 32FA4EA4B2D4590DA7F0A3D4C6B8D4EF /* FIRAnalyticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D19A4EC6BF2C1DDFDF6D29853A0CBE8 /* FIRAnalyticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 330F4242E8EF6E65DF152E68A1ACD2FC /* RCTAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B1E7949F9631E23A59691616C816C35A /* RCTAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 33187A10BF5CF09073D396DCE97FF6ED /* RNNotificationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = AA5DAD40DEB693D5D211E516740F24E4 /* RNNotificationUtils.m */; }; - 3320BE9F338F50714DB8CE4A3DE05261 /* FIRCLSOnboardingOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = B7009FE13D42A23275509DE2C6163A38 /* FIRCLSOnboardingOperation.m */; }; - 340BDAC045F2641BBCC5A2A05BBA0637 /* Subscription.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F0E9F1E4033DA3ABEAA236285BB83E8 /* Subscription.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 343C2F370E25B3950E1E9BF8EB42034A /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F98DFDE279D98A3E7790688ECCAA029A /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 345D5CFDF2F4EE49EF2573D172EF423F /* LifoSemMPMCQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 22861C13F758345CD6B82C0054BB2548 /* LifoSemMPMCQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 345DAD028F8AB1EDA1B58DCAB7FD5ADE /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A50DC6AE2EFABD3CE660A2529425699 /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 346189AF0DB5A389DF0431D7354356FE /* AsyncSSLSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 48E25F1C81EADF804AB9A14094FBCEFA /* AsyncSSLSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 348EAF1BA70F49687130D3E10B9E43B1 /* FIRInstallationsStoredItem.m in Sources */ = {isa = PBXBuildFile; fileRef = FBE4E65366EE4C9ADF1DDFD20F7C51DE /* FIRInstallationsStoredItem.m */; }; - 34933DBE093BFE7E6E5D94F038C8A286 /* RCTInterpolationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = DB2E76B8A687DE1E1AE7D5EB37420069 /* RCTInterpolationAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 3497A296F3E5D79E408B18B56A50EF73 /* SharedPromise-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = BCF15BE370522A7E3BDDF978DCC7F375 /* SharedPromise-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 34AE9E38CA898D52DB54448B25ED5C05 /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B89D1A76C3CC4962251E902F950488F3 /* File.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 34C855B4D2D833A164F66599252142EE /* Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = 948BCB679E5FD574E3B9FEA0F49BB7C3 /* Compression.m */; }; - 34DA5F11E14877AE942AD9ECFE00C4FB /* InlineExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E72CE48236C74E35DCB27E2309C33F7 /* InlineExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 34F39B8060D4DCEAB2498DAD53677830 /* lossless_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 97142130E51C3690391B2EE97822BB5E /* lossless_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 35033AA2A9FD5A6EB82D905428861D27 /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F534D3B63DE785DA4DC628D153BD013 /* RCTConvert+CoreLocation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 351D943AD2450AD56D21238EC5EC43EA /* BSG_KSJSONCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = 445425CD4E861A868BAEEB21BA59D596 /* BSG_KSJSONCodec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3524A6F091C5B793A3B11F534888F706 /* BSG_KSSystemInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 2568B1D258175568E5F2E1E5CCE6FE1F /* BSG_KSSystemInfo.m */; }; - 352B0FAA6A3441FD43353FB29E29069F /* FlipperResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 98F677AA9FD9BE0FF6041155297733A4 /* FlipperResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 353F6D8C5844972F949CC424528F283B /* SanitizeLeak.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26E25BA9DB6BBDF50E25101B9D2E4AF8 /* SanitizeLeak.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 3541FFB6E70FA048EE39A444F9065C40 /* BSG_RFC3339DateTool.h in Headers */ = {isa = PBXBuildFile; fileRef = BC2329248C85961C97C9FA3B01FADD60 /* BSG_RFC3339DateTool.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35796E3D5AE1DED7559A23D85CA14899 /* RNRandomBytes.m in Sources */ = {isa = PBXBuildFile; fileRef = 3864813644F24CB71A185AC605E6F8C8 /* RNRandomBytes.m */; }; - 35911C81AEE4DECB4FF198E7F55F3BD9 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A4739BAF6EA383DB0D1C5E0FB4D3422 /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3592B3D4A8F2DDA56F56843C9975EDCE /* BugsnagNotifier.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF2C5A11629080AA7ECB510782EBFC6 /* BugsnagNotifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3592DE874D258DDB56B6F1627E5BB19F /* FIRCLSDwarfUnwindRegisters.h in Headers */ = {isa = PBXBuildFile; fileRef = 02B8AA2C7A15965764B182F03AA83E36 /* FIRCLSDwarfUnwindRegisters.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3598BB9F0A6E87FD23248D6E12C768A7 /* FBLPromise+Timeout.m in Sources */ = {isa = PBXBuildFile; fileRef = FC88783046F979B1D9C3225EDA4EF43D /* FBLPromise+Timeout.m */; }; - 359AF2DC2FCD7BA11B753921DD1AE85F /* FKTextSearchable.h in Headers */ = {isa = PBXBuildFile; fileRef = B57D67307EE5894B9BD5767A1375521E /* FKTextSearchable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35A98E3EFC408EE5749C72ACBC45A98A /* Chrono.h in Headers */ = {isa = PBXBuildFile; fileRef = 24C145FE5FD0F175FF62F650C1267D39 /* Chrono.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35C555594A83B1B03E110A6184747D7C /* RCTAccessibilityManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5A6B52633AFC19E416B9E442017E83C7 /* RCTAccessibilityManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 35C870792011DD7F3B1EF817528C5CC4 /* demux.c in Sources */ = {isa = PBXBuildFile; fileRef = E696540BE648484FFE71CF0282A6AB79 /* demux.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 35D6226CC7D2ADB6B32CB6840015AC4F /* Arena.h in Headers */ = {isa = PBXBuildFile; fileRef = 948AF75B1C51115FDC586F37831EB9CD /* Arena.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35DA05613FAC9164EAFD2B4B52AE706D /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = DF98394E51D1046B435972D65F8C7690 /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 35DE55537DDE5A558EB7DCA2EF66D6A5 /* ExceptionWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F8C7C34064F74E10FA192EED87BD69EA /* ExceptionWrapper.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 35EB0DA7233BCBCA4811E69B332E1C44 /* FIRCLSAsyncOperation_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 20E6D97F9EE0BF50433ADA224DAA6308 /* FIRCLSAsyncOperation_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36153F8ED16F228983425E4CCB9638EF /* RNFetchBlobReqBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = EC428B1EF774B5803DFB446594ABFC45 /* RNFetchBlobReqBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3632D5722F67661D20544B1531ABB7A7 /* GlobalThreadPoolList.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CAC3356ED529856ED95189D45A124D9 /* GlobalThreadPoolList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 363E44C78C2C03228B7066C9613AF432 /* GDTCCTCompressionHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 46BE6CEB143A723C9D7CA6586C653051 /* GDTCCTCompressionHelper.m */; }; - 367280AAA2E035F1C7ED53AB98E15C32 /* HeterogeneousAccess-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F29335A84CCA06A12E8F0EC1A6F9E24 /* HeterogeneousAccess-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 369E335BFA94EA38476688CAE74ACFE2 /* FIRCLSHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = EC653567426F895ADC1583833C74122A /* FIRCLSHandler.m */; }; - 369F86FC5DE7030723A73765F778A592 /* RCTStyleAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = F8AD7680414320A6EC699FD5439DED72 /* RCTStyleAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 36C65E3ACF0ABF194DBACD407AA228F0 /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = AC2A277F058600287D046BC16648EDD3 /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36D7CB8768277F349A7089E9DB4BCCD4 /* FIRCLSCompactUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = 616CF41E5457EE684A5AAB7CBAE13C8F /* FIRCLSCompactUnwind.c */; }; - 36E2EEC4097FAEA4295112791C3694A0 /* UMLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8133DD011351A91D45087AEB896EE038 /* UMLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 36FE6CDB19705D133B71720FF2EB1D32 /* alpha_processing_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 528F6C3B745BC7B765F8E1F83197A174 /* alpha_processing_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3706279B04E56FB336231B21473E1310 /* SKScrollViewDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = BDD0D914B54B0EF3FBF9F7323D8D6450 /* SKScrollViewDescriptor.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 370E17FDCE2B86744F996565B6C23B37 /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 62D670FB1F5F4CB67A62B88ED7B975AB /* pb_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37309344EBD9F9C13E2708F6B03DA54C /* crc32_armv8.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F51CD2A86B829E796E12FF242646D2AE /* crc32_armv8.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 373F0400E31E06EC9D70F59328E1EE3E /* UMModuleRegistryAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = BE564646604F6F4908A82287F1BBAA50 /* UMModuleRegistryAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3744498B097EFDDB181AD564676BEAA3 /* token_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 92FEB6CB53204D888288C762DE71F6B7 /* token_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3759A46D0AD9D3166BE97E57BDD1049E /* dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 8BB5F21767FC982EA5F2FF6D2967B206 /* dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 377D73F8A20894A94BD22E4B1E83FC08 /* UIColor+SKSonarValueCoder.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACD0911E6AE20A2BBC3445757980F816 /* UIColor+SKSonarValueCoder.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 3781BEDDD6EA12DCBBB8A70B05D7BD2F /* BugsnagCollections.h in Headers */ = {isa = PBXBuildFile; fileRef = C5F53D7FA759004460307898420D14C4 /* BugsnagCollections.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3782AD40EAA20188837935AE15B6E830 /* RCTImageLoaderProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B6CB0F5A038E45CE87CCFA43687EE44 /* RCTImageLoaderProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3782FC41679E4E330D9BC1AA59600A22 /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CD7513B28DF52EC4D8814D07EC099F7 /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37940FA8CFE25E5D5FDAAA107FE995EC /* enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 2612419C53A9FF5653A96DEBF2FE33B9 /* enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 37982009C16F7C2AD768995FDB03D67D /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C6FE9C3572EA09135669CA44209C317E /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 379FE70296C5678CBD5D705746A046B2 /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = A8DD49C9A2FEE3FB14D358ECE356B368 /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; - 37B4F9A7F2853B5D966056BF151BA0B6 /* RelaxedConcurrentPriorityQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F0C37D2B9A69A0D851BA1699BCEADA9 /* RelaxedConcurrentPriorityQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37BD34FCE68F3B775C69FBBED0638CFD /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = EBB3AAE142AEF18797304991325DEAFB /* UIView+React.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 37D3D4A4248C6E9E7054B826DCB62C4F /* BSG_KSCrashSentry_MachException.c in Sources */ = {isa = PBXBuildFile; fileRef = EBB0761CF483722875AC9D3BC6545DFD /* BSG_KSCrashSentry_MachException.c */; }; - 37DC6ED911E88E159C52DB342FE874D2 /* RCTRedBoxSetEnabled.h in Headers */ = {isa = PBXBuildFile; fileRef = 021D1DC5233A6ED6ACC98C98D304204B /* RCTRedBoxSetEnabled.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37E13B2E76D8C6A6D977980E5CE1424B /* OpenSSLUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = FCC366662227F05ACB2182CFAF3FAA17 /* OpenSSLUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37E17C02B2AA7AD09CC248C3DDEF13A8 /* ThreadLock_Win32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E2B1DFCEF3E011EB5DF47247BCEB566E /* ThreadLock_Win32.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 37E734218C7A0308845F487F2B613C5D /* LockTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = 99FE75F217DA64820F06D3D5E303AE95 /* LockTraits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 37F160837E019F9DE8A93F3461DACA1F /* RNEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 582FBCC3A9508228F73AFC26F70C86C1 /* RNEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38267C7F5F566468932378D5896F133F /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8D7832814059AF3003D4DE96CC6441F0 /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 386D4464FA8112B890B18ECDE620316C /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = FF371577A9C51F2275552F3CB8902812 /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3873CDFC11B2C66B5B8B386108710B6C /* MMKVLog.h in Headers */ = {isa = PBXBuildFile; fileRef = FCA63DCEB123DDC61DA1A54FABFFBD02 /* MMKVLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 388E9918046A8C5B112E39F0822B5CC2 /* EventBaseManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 052CE1583B46F9055A7087FA4FAD6732 /* EventBaseManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3890796F379C922B22D307BCEDF22A16 /* pl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = D2322691BBE2B54B568B91FA56D670EB /* pl.lproj */; }; - 389C0DB42025943897439A0953ECB284 /* FIRCLSPackageReportOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0553CE1EFDED0D2A6EF6DAC630542A9D /* FIRCLSPackageReportOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38ADD71E812F4AA99ACE3587931C100D /* ThreadCachedInt.h in Headers */ = {isa = PBXBuildFile; fileRef = 6912767249821C8134767D092D4E967C /* ThreadCachedInt.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38D527FBDE4064B48969F4B76B1A435B /* DefaultKeepAliveExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = FE458B5A44A1004B5FB36CB7A756305C /* DefaultKeepAliveExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38E9AED692F79C57F3CBEEC3ECE2717B /* F14MapFallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 80184F9ABD2A64A45E6882C1BDFED861 /* F14MapFallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 38F05CF4F3DBE0445986D6BA32631713 /* filters.c in Sources */ = {isa = PBXBuildFile; fileRef = 012F3F1056BE071FFEED0817F533614D /* filters.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 38F68E3CAA885ADC6E5298399B9A4E3F /* ChannelRequester.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9B07024C44E0B3DF12F23D8A2388953F /* ChannelRequester.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 38FA8EBA898AC075C37CB5FABC52B4C1 /* FIRCLSUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = DBC9C3E07E970ED0541831C94D1F8285 /* FIRCLSUtility.m */; }; - 3910A90996EA605AF05F85646353C452 /* ExecutorWithPriority.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F86104E8F6883CCC808D6BA4AB87C0 /* ExecutorWithPriority.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 391946A9B8441C0DFF761FA18651361E /* TimekeeperScheduledExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AD2C4E85C20255E7AAEC1C05C6175B49 /* TimekeeperScheduledExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 39268B3A7CE699B7AC49DDF785C59EC6 /* FIRCLSFABNetworkClient.m in Sources */ = {isa = PBXBuildFile; fileRef = B910BC95E1A235114DE639B4F5B2B0CE /* FIRCLSFABNetworkClient.m */; }; - 395BDA4B82F0564475F9E92B0C7E3198 /* sorted_vector_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 45DB8B8D82C9B5741C07841A627D22F8 /* sorted_vector_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3969AA2375440267FC40E757B8C7B26D /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D68F9510F295D342C554CB49D8E58FB6 /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A0F924BEDB66B36140C0412B7C28B07 /* libMMKV.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4F05177E9EB56BC4B68D13024F08946B /* libMMKV.mm */; }; + 0A1D55F1B9853ABF7938B05BA4834FA4 /* picture_psnr_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = A018667154B9A43244B18AE2A8EEEE50 /* picture_psnr_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 0A279C3E604AF38251E0B139CAC0972A /* FLEXUtility.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C11C44A2D9489E22B2FED225FB6B8D8 /* FLEXUtility.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 0A4660D92379F9E6A82B0942CCD2AF9B /* RCTBlobManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E5083F8DC5A8204A94B7447DB33F6D8 /* RCTBlobManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0A58F8AD465CE5DCA9D3CB9042389F3C /* RCTI18nManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 121526DF0C3B2F1BAF2E342A84E751C9 /* RCTI18nManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 0A7DD952CE0EBFA3D43AA4D8014F0AD9 /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 542E4972B175A70D474D455D9526F6C2 /* SDWebImageDownloaderRequestModifier.m */; }; + 0A9BC03EA9EFA1EEB62E8ADAD0999D47 /* FIRCLSMachException.c in Sources */ = {isa = PBXBuildFile; fileRef = 1FE7A7FACDDD35547CD57D3797439B72 /* FIRCLSMachException.c */; }; + 0A9D19A488D116D27B81E92323287C6B /* YGLayoutExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE641B75A35A8E37BF9098E0A95B2F1F /* YGLayoutExtensions.swift */; }; + 0AB0058593030C3B0EAD62529088458B /* SKHiddenWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = D672993F59C47CA638DAF57EA68F6C9C /* SKHiddenWindow.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0AB6392EFBC2634DD11DF56604E9212C /* RNGestureHandlerRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 779501FB36FA9DA3094A55FF678C5F70 /* RNGestureHandlerRegistry.m */; }; + 0AC44EA6FD183A3A05F72ED74755F292 /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = 8701553180267703D4EF14A32216C450 /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0AD4538666C695CC3848FE682A6492C9 /* RCTAlertController.h in Headers */ = {isa = PBXBuildFile; fileRef = 99E03EB3BF06B276D4104459448AF467 /* RCTAlertController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0ADDFCA59DF7A618BEE634F09D31AB9E /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = 14032B6DF2909EA928292E52FF85A81E /* README.md */; }; + 0B02BD271D4639A0F0D418083E5DC704 /* FIRCLSSignal.c in Sources */ = {isa = PBXBuildFile; fileRef = 85894402DE158F768A5AB403A3E8B761 /* FIRCLSSignal.c */; }; + 0B2F1F7F6DE9C42E6052C2353D1D2470 /* React-jsiexecutor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 789FF3B7EE0059D61C7763C937C70844 /* React-jsiexecutor-dummy.m */; }; + 0B380E7F98E41F1D7E2BA92976940641 /* React-Core-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 60BA11728D3E532E6696981AAEDDB3D2 /* React-Core-dummy.m */; }; + 0B85CC110419FC0B19728F5AB0C79F90 /* FIRCLSUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 60B7352C13A58F5E736F5302C3997684 /* FIRCLSUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0BBDAD03EF08CA1EDDE9FBBA70BFD9F9 /* RCTCustomInputControllerTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = D84E69754A0D4FDBCE0C052A0319CE6A /* RCTCustomInputControllerTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0BC8480BB7062F05FE8DAB9397701E28 /* RCTRsaUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA6DE0BC5B868FD8F2BA45D82887170D /* RCTRsaUtils.swift */; }; + 0BEFB656CE3C7944142481BF3E16FB6F /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F6D0A14D4A6C24A84295B2F70D90BA4 /* SDDiskCache.m */; }; + 0BF3CF089390D5959A8EC41E9A255C7E /* RCTAccessibilityManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1F3D53023C0E3D69B72649C30D660B11 /* RCTAccessibilityManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 0BF74399507D5965BD31A42D89F348EB /* MMKV.h in Headers */ = {isa = PBXBuildFile; fileRef = DAAA5BCF0CD1DD3256C58D65D0A8B41F /* MMKV.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C0D2E68BC950C8AC5786460D79A08C8 /* FBLPromise+Always.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D778FBB5BB438017DA1A03F67FB36F4 /* FBLPromise+Always.m */; }; + 0C16A78662E77B0A9CEAF57CCAFDDCAD /* FIRStackFrame_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DA2987C15726CA925D4C3195CBE80D8 /* FIRStackFrame_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C1814C94C673B25936F55D17C981D0E /* AtomicRef.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F71F980459D45BA165D5658FFB635E4 /* AtomicRef.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C220EA8FB42C0BC2571C7662922DF16 /* FIRCLSCompoundOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 515F0D02BFDBF54CA5391E3B9EE543D4 /* FIRCLSCompoundOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C390E38441BA3EBC16CFF3DD9223B73 /* FIRCLSInstallIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 284A3D9B3BC17461B00A872841C45843 /* FIRCLSInstallIdentifierModel.m */; }; + 0C3B0B786822ED45F456EE894554A8E0 /* StreamFragmentAccumulator.h in Headers */ = {isa = PBXBuildFile; fileRef = 508B89267CE4D93F39E22DE3249FDED0 /* StreamFragmentAccumulator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C526684487137B6B06F586DC0BBD5DC /* TurboModuleUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 68C2A1C6F563A702807EA50D70A689D4 /* TurboModuleUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0C579297D9016CF8348EA546F736E67C /* OpenSSLUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 70ACFD097CEC9691CBC2F6EE5CE13D76 /* OpenSSLUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 0C9BDDB3423138DFDC7360723B246F98 /* anim_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B30C7DEADFABC231C99CEBC43B5640D /* anim_decode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 0CA8037128DBC7C6B80D9DFBFDEE0249 /* SKSwizzle.mm in Sources */ = {isa = PBXBuildFile; fileRef = FB08749CBD8F7A45B234C0853AD35180 /* SKSwizzle.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 0CADA9750AD0998DE254B8975CF9B9B6 /* JSDeltaBundleClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 89EB72C002BA7DF59494B86F88DD02C0 /* JSDeltaBundleClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0CFAE0EFABAF38A38EFA551F093B289B /* BitIterator.h in Headers */ = {isa = PBXBuildFile; fileRef = 55B07ACB7AE286509B75F27838D58F18 /* BitIterator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0CFCE2B6BC92346E0F3F6AE4ABCDC2DE /* quant.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F13B21F405601EA336D96B1B3F04FE5 /* quant.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0CFFA5B541BC0D16F6CB29678D9F5EB2 /* bit_writer_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 060C50AC52A5A3B536E8000BA6D84D8B /* bit_writer_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 0D0F8F915847D7D6859C247DA98907CB /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E76722C2C3CB706BD6FA0EEADCD162C /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D4A91EE27244E27B92D9D8294F49C32 /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 15728E2E8C6A530CD705E2CE4AC4FA98 /* nanopb-dummy.m */; }; + 0D4D91606E21A9D2B98DF74DCDD34488 /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 869165C4DCAF5320CFAF800BF8B965FD /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D4DE9E3C7E5511D87C24AB288F7720F /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = D4523CF64C931C9B8E69D3F96A6CADE5 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0D974F75F906CE3A523965912D7B93A2 /* crc32_armv8.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8522DB206FA8263B200BEDAA70F35507 /* crc32_armv8.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 0D995485837D7A996612D99119BB62E3 /* ConcurrentHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 330FF1CD6EDF4A20B4F6BC37C82064BE /* ConcurrentHashMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0DE5D1EB60CF0E085072D2AB1C9C0A27 /* json_patch.h in Headers */ = {isa = PBXBuildFile; fileRef = C93B9ED70C19DA48C53720B2C795855D /* json_patch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0DEB8DDCEEFCB8FCD774A65038CC5EEF /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C9EADFF955D23ECDEA2ABCBF971A195 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E013E11DEEE9F54978C7D1D486ED1CD /* FIRInstallationsAPIService.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E11D330985329B8B6D0E6A5B3B37419 /* FIRInstallationsAPIService.m */; }; + 0E23C16F4019DBBCFFCA00EB21470257 /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = AC205F4BF551F49CEA698F3630120186 /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E2E2C6FF5241928DEBD933F4B74BA08 /* RNJitsiMeetViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D8FB043D77257DE0D880FAE8B032EFFF /* RNJitsiMeetViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E3039558CF4B516D318C9A28F833F3F /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = E1CC8A576BA97332FF194D348891F2FC /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0E407E4AA22591C87ACAD100406954EB /* PublishProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 911E1131C3831A9F8C757A9AB84FB83A /* PublishProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E4BB2F9FF27ED0B42DE542A81D22FCF /* predictor_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 498AABB4FAD21EE24A6887F5A7631523 /* predictor_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 0E7FB06B5EA1B3CB4A6FA948D9721B89 /* RCTMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = C7BA89EB307B177653EF5413838FB088 /* RCTMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0E85004BFF308FE750E34C0682720A63 /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = 50FDEB6D80DC9C0E3743CA42C41620E4 /* NSDataBigString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0E98BCEB7B626C4EA0A2164BD66D43D9 /* RCTUIImageViewAnimated.m in Sources */ = {isa = PBXBuildFile; fileRef = F4BC5FF9B4FCAFB0E5A2DDDF7E51050D /* RCTUIImageViewAnimated.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 0EA43091971F51B77A88C4128434163C /* RCTConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = F904D2FC6CFAFBB5BF4015CB7D5B6CFB /* RCTConstants.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 0EA849A457F87DED790AFD8F40025BA9 /* MallctlHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 23494ECF83AE03010863B41F2C7587E7 /* MallctlHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0EA8B67C0D2931A298B495B662499A18 /* GULKeychainStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = AC7D2824AB1BA42B6A4D91D198778B7B /* GULKeychainStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0EA944CF2047CA8E69E18E04346D4E47 /* FIRCLSMachOBinary.m in Sources */ = {isa = PBXBuildFile; fileRef = A2C0FE182CCFD918BBC16E8588ED77A2 /* FIRCLSMachOBinary.m */; }; + 0EA9EBBCC46C24ADFF8784AE63C6F11F /* FIRCLSCodeMapping.h in Headers */ = {isa = PBXBuildFile; fileRef = 68E483198650FC383AF5031BC92C4B4E /* FIRCLSCodeMapping.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0EB366765F18DF9595ACF188F5883C4D /* TimeoutQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 58F840D6AA1892A8F858310121E0488F /* TimeoutQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0EC796408F099EFDC86FDE4FE88402C8 /* enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B313EA0C36D2B4AC2B1B2F462149798 /* enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 0ED2FDAFD92EB55ACB6FD22F49F8558B /* BSG_KSCrash.h in Headers */ = {isa = PBXBuildFile; fileRef = A2566A48DC585F7D9274DBF073D8EE8F /* BSG_KSCrash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F236D8D3DE124F475E5EB79D9F47122 /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 55E9F8D7B356B377A01649F9FFF19140 /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F280913B40382C0EC5ADC63E22776DE /* SysStat.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A3882B0DD28CD28781B9FA5323D1826 /* SysStat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F29366508D7B326BB430B2CC7667A37 /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E67FE872588AF0586E8991033688771 /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F49A2E9D56B8E78B5A453E9F7A788D9 /* FlipperPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CE4C2D9652D8E71C491F0536C4E996E /* FlipperPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F51DB3A511A20C5FB48FE0765239092 /* DuplexConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1B0F617DB13603FD3F2164820EDDF5 /* DuplexConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F526F8ECE4864D931BAB06C581EF2A8 /* FIRInstallationsAuthTokenResult.h in Headers */ = {isa = PBXBuildFile; fileRef = D510D181906E33263BC3D2B8DC0A6FD0 /* FIRInstallationsAuthTokenResult.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F5E9ECC5E6943F852F867A054E10DC0 /* IOS7Polyfill.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E91343D4055329FB3CC8AF0CEEB8837 /* IOS7Polyfill.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F77C1E509E3104168A71A86B936A8CF /* SKApplicationDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 630603AE2E4FC96AB0BE9A746894CED5 /* SKApplicationDescriptor.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 0F9D7AECE1424B29956413FF5FA9258A /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 11F01B553D15A2CFA37803115389D4AD /* InspectorInterfaces.cpp */; }; + 0FAFB7DAF17CF8C3387AE65BBE0D0E68 /* huffman_encode_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 548D3E56BD9004A127232C4A552D3923 /* huffman_encode_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0FC032A26B721EF1D3C85A69E09B8366 /* SysMman.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 444DCC1F0AE6951DB2A4D62FCFA8823C /* SysMman.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 0FD08F6C40F3F03746B2E48C45CBC54F /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = C7A23417A52D93D72B480A9C23EC4EE3 /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0FE7850DCE601DE929D3F45BE344E7AE /* AsyncUDPServerSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3B994D0C87CF11D38862DA72EE2BBF /* AsyncUDPServerSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10010D046347C7D2A6D7CABAC0E24494 /* SysUio.h in Headers */ = {isa = PBXBuildFile; fileRef = B3EC717D9E62DC37E77943B52D38DE53 /* SysUio.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10292FF65AB64E249B2D1D74E2BEFB8F /* Shared.m in Sources */ = {isa = PBXBuildFile; fileRef = 144EE497A38980848F5B902705CDA9E8 /* Shared.m */; }; + 1033A6C57D4D572EEE65706B53D29873 /* InspectorInterfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D603460E0070E7FC1E3B02E44E8606A /* InspectorInterfaces.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1043542EFBACD82404025754B2B8C645 /* SKNodeDescriptor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 792797FC9AA31485974B18F66925F055 /* SKNodeDescriptor.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 10561F495B8AFF15A5A26326BDA2E306 /* File.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A61D1D21DA61E63B633541A52EC3B33 /* File.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1069B6122BA8F2094BEDEAD0B5AE03CE /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = B83BE080B4BA8EE754CF2353D95A95F7 /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 106E00B86501E869336779B673D0EB29 /* backward_references_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = D68375B36756B0A95FBC5FF7D5B5386F /* backward_references_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 107AA38AA8E3C05EFD1ADD38C87F5686 /* FIRCLSCompactUnwind_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 11649DB28F09DA2C221F0014D73E752F /* FIRCLSCompactUnwind_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 109553C74E38B9EF146C253618CD59EA /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = D1B8432914A42AEDB1B6F124CC12E830 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10A5D3DFB287658E4BE68D835677DE99 /* libwebp-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB4309970289554AEBFBCF59553D45F9 /* libwebp-dummy.m */; }; + 10A94B6AE2715EA75E0F81A1DF0C3565 /* BugsnagFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F3F63A815835D0BA710DE0AA1FE0D4C /* BugsnagFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10C1D95B5E7C2E9BB0F2D7D809134453 /* SDDeviceHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E54145403F4EE715FDB3C24ADD2250F /* SDDeviceHelper.m */; }; + 10C9516F6633D6B558B24F5F7036E9E1 /* BugsnagHandledState.m in Sources */ = {isa = PBXBuildFile; fileRef = ECC53D1FA4A06B527DFD010A2F938142 /* BugsnagHandledState.m */; }; + 10E619212AC7D27C3479C7DC43A4F8B5 /* GULLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 596348D663CAD4C093E331A36EA1F008 /* GULLogger.m */; }; + 10FE3BCFF708CC30AC22F9CB200E5920 /* FBLPromise+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = C734EA9B27E68E23F2959BADCD475545 /* FBLPromise+Testing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 110CFEFF13E5DBB67E025723AB43BF70 /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 22EE82A6EB92E9F8E70DE4CAD2B552F6 /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11231378DFABBFD74020590AA4BFDFDF /* RNSScreenStackHeaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 046AC6AC697ABA697735A3767B51D1BC /* RNSScreenStackHeaderConfig.m */; }; + 11256AA10CC43FA3400FBA4A551489C9 /* Expected.h in Headers */ = {isa = PBXBuildFile; fileRef = 249841D9E5B16AC18A5478E54E4D3A1B /* Expected.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1138501EE46D8C19340A15E67441D9AE /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C21795CC1787100D8FD5952589A2B91 /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 114EF7743A5F0163BDB82DBC469F7DDA /* Atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = C009656349BBFE7CB97649ED1DE75267 /* Atomic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1150FD97889E98ECF89845D8099157C7 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B3BCBF00F863138A94AF94BFD6A36ED5 /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 115D1FBB2815AF733BCB083E69C4F743 /* animi.h in Headers */ = {isa = PBXBuildFile; fileRef = AC1F947E312FEB435EDC2E7CDE4CAAA7 /* animi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1164A69F162B30B14BDDD8DD02A2770D /* RNBootSplash.m in Sources */ = {isa = PBXBuildFile; fileRef = B65BFD3F26741880F828DDE45A97BE78 /* RNBootSplash.m */; }; + 11A679FEE1C6EB791F4C326974AA280C /* RCTBlobCollector.mm in Sources */ = {isa = PBXBuildFile; fileRef = C567C255F63F38F24762D6EB66FFF82D /* RCTBlobCollector.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 11C95A4E9A0AA9D8AAF5C10710C15B5B /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 723B40B79C57C810431A92944D1FACB8 /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11CAF66D9F09D86AFBB392E528411A56 /* InlineExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = B15D556A48222A425B74D3C5069391AB /* InlineExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11E3CB1B1FF7CEDD4EAE6659A9217EF5 /* RCTImageShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = FE2BCEDA0B5E1DB14256F2EC1C56D8B1 /* RCTImageShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 12042BC0C71DD505B7A2E3569D43D782 /* TcpConnectionFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = B8C153636514DB0BFC849F54543B230A /* TcpConnectionFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 120B7A744447CA1EFAD6113DF3F21C42 /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = 87AEB47A6985A23B74B6E8616F909CEA /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 124391F18803754B204E2C5463397468 /* upsampling_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = B759F4D9726D6DA533F4DCA05607D766 /* upsampling_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 12614F4B7BB9A80D397752D6DBE4CFBF /* ScheduledSubscription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6E803959C68AF2D291AB73175966820A /* ScheduledSubscription.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 126467506610BA805C298092D6A9E3C1 /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 69799623B0E0EF1C5538BB57A4FD2886 /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 128FEF165E2476FE199AB92675E1249E /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 58AB994521FD4D5415715A13F67DDC86 /* NSButton+WebCache.m */; }; + 12915418C3AC7DCF0E510A95F597DD89 /* AtomicUnorderedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DA3F95713B8DEC6D676E9C459826820 /* AtomicUnorderedMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12977FFF19CB17C0B93A17A70BCE1F42 /* Flipper-RSocket-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 461454BFA71F2BF6E61325718BA6C32E /* Flipper-RSocket-dummy.m */; }; + 12B302D10A720130CD16C94F9EA296AF /* StreamsWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = F2A52CBE2AF719EC96CEC5AF71BFF66E /* StreamsWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12BB620D70C60F9020CCF08FD6932B1B /* alphai_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = D6351844B05044633BA8A8C7D936AD83 /* alphai_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12BCE47B600E8B2E7D3770A604ABC14E /* HHWheelTimer-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DDDF70397E873FB66A7DD6FD2386304 /* HHWheelTimer-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12D18A699C8534FA335B843EF994CBF5 /* TurboModuleBinding.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1721DE1E6380CAE20148A6F50F1F10 /* TurboModuleBinding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12D8142AAF65EE8A115784DB981CBA55 /* KeyCommands-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B52D90A5DF86D410388C1EA205E61B2E /* KeyCommands-dummy.m */; }; + 12DAAB46F2FB3A9556E89BD3FF4D0DB9 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99B5BB18B3F462B9460E4C2DECAD8D2B /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 1306FB552B1D71AB1F2D4675BE8960A0 /* RCTNetworkPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = E29C392463FA1AE429281CDE6AB57DD2 /* RCTNetworkPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 1309624C5F8DDBD05FEA387AB6AE7780 /* SpookyHashV1.h in Headers */ = {isa = PBXBuildFile; fileRef = FC6C7B30DD78D8A123AE55E67BFCE670 /* SpookyHashV1.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 131A171B63A545571C4BB0834B2436DB /* RCTAnimationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = E08844D1C95CDE3776C6B40EDBA03C4D /* RCTAnimationUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 133A9C628E4928B5AA1AAB9EBD982C0F /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D7953F433DD8276762D1B76C98DD679B /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13680404A7F43CA69A23BC4FE925DA76 /* RCTImageView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2ADF7D625829E5C086765B0222E8B4D5 /* RCTImageView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 136853D834B432B0A50EAF50FB39FB22 /* FutureExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 9788D2E725AD263B6340AF22F0829124 /* FutureExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1375C364771948036CE6F81332BA2106 /* BugsnagErrorReportApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = DC0AC5A2F6B35CBA64083268427A42F3 /* BugsnagErrorReportApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1389994D9BAD10C2814721D22736242E /* encode.h in Headers */ = {isa = PBXBuildFile; fileRef = E332E8F4EBFB4F8CC94BCF4BABC65F07 /* encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 138FDAE49867D2D0A75BDADF80FEF016 /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = E690A58F90EA5E35BE0ED21E70BBCBE3 /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13BC94F0ACAA7972E91589EB80D2CEC3 /* RCTConvert+RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B9F41D67F9A3A8D7B5B8A058D5D9815 /* RCTConvert+RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13D68AB01110710F7CA2073195E9430A /* UniqueInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B5D64DB44760B189A0293EBE8B788BD4 /* UniqueInstance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 142CF3EAF54D07ACA83A171034386F04 /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AC6369993EE60F39D85C876FD6C77AA /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 143CDC87385E6E80D0D7D82B7859D575 /* NetOps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3A6C910E810FBD3DCC2D19B68FA7B794 /* NetOps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1443544E4ED78F9E2E9AF56A8DC2BD60 /* EXVideoPlayerViewControllerDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = B8918C296D95EDF67D301741CBF41D0E /* EXVideoPlayerViewControllerDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1452FF827F203FD64625749983D051BE /* Indestructible.h in Headers */ = {isa = PBXBuildFile; fileRef = B048397C8F7C72C375D4765C439036E0 /* Indestructible.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 145A361BB0B2257288DEA70D785630A3 /* BugsnagUser.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A380ADB622E3098F54D064DCE23EF9C /* BugsnagUser.m */; }; + 148134A1F8585F8F5E047731C80737C1 /* AtomicHashUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 11A24AC324C55976F55724F9D4235D75 /* AtomicHashUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1493EC91AD567DFC00B323DFC4E2A594 /* SDWebImageDownloaderResponseModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 338DC693935796B06D164690F04084E3 /* SDWebImageDownloaderResponseModifier.m */; }; + 14997B01D986EBB3FD7D2A7195CCABBD /* AtomicLinkedList.h in Headers */ = {isa = PBXBuildFile; fileRef = 77779F49900F85F220ACB9EF14BBC3B1 /* AtomicLinkedList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 149E146950E4D808A580BAC6EF797CCE /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = C6D4C1D1E00C37EAF35F200B04D165CC /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 149FF0FD9A5BE71676DAAF57C62703EA /* UMModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = F5B853311D55CA2122A8C634EFC7D6D4 /* UMModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14A30D2C12B7E573239CF4830B579B99 /* RCTComponentEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = E1BF435D59435150D53197A457E3A100 /* RCTComponentEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14AAA2DFC845A87859786BD12B456847 /* RCTImageStoreManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = D8381D732252B0193A436F6A9AA5C869 /* RCTImageStoreManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 14F281D6536469ACB45BD441C238638A /* react-native-jitsi-meet-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 391B04E599A2E8CF7BE30903066AF0B7 /* react-native-jitsi-meet-dummy.m */; }; + 150EF86CF0788F5503DEC19015BA32D6 /* BSG_KSObjC.c in Sources */ = {isa = PBXBuildFile; fileRef = 320EC59642F2D942185540B9EB15C2CD /* BSG_KSObjC.c */; }; + 1535C701DAAD121DCAF8DD9F5196C282 /* near_lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 99B922B5E113EFAABB5E8B04E2BBEA07 /* near_lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 153AF16BE563CC2037CE407206B917AC /* DestructorCheck.h in Headers */ = {isa = PBXBuildFile; fileRef = 49085752636EB16CFB43D8E330FD6FD7 /* DestructorCheck.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15431E3BCE485633C1F429F989E946F7 /* GTest.h in Headers */ = {isa = PBXBuildFile; fileRef = B8FEB1C9F8CC4C30834CD811545EC34F /* GTest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1559CAC7082B43875DE473A77E2E6986 /* JSModulesUnbundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AC0FE394EAA78C2B411DDEDD41E418B /* JSModulesUnbundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 155B32B65888CF40CC4C37B9D16EE6AA /* AsyncUDPSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 36089D8A62176AEBC1A1C33BB1F4587A /* AsyncUDPSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 155C6140A5EE9F4BC3300F4BE8DBAE3E /* FIRCLSFCRAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EE9BEC4C9C1445412EF648ED645BC0D /* FIRCLSFCRAnalytics.m */; }; + 15C3F98EBEF4E626BC03FF1CFC0CD8F9 /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = F732CA9F3D60708A1FB6909B25173815 /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15DAC541F3DDAC1A4E6E17BADBB7D927 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FA31CBEBF7D0603B48F99391B4B3661 /* UIImage+GIF.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 15E80731B42DD6DC67642AB0F4B74D41 /* StreamThroughputMemory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56ED77DCABC11D49D1D2C0219FE9F6E4 /* StreamThroughputMemory.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 15F81E88494B867EE19ADA9D807AA0B0 /* ThreadLock.h in Headers */ = {isa = PBXBuildFile; fileRef = A5165CB1AD152201EC6BCBFB5A41419C /* ThreadLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 160F270DC385E9C00587FB20ADE2E7BF /* FlipperCertificateProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C1139BDB0810D99E932F602F6CAE5BD /* FlipperCertificateProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 162DAECA90ECF88EFB5B346DB9D3CBFB /* TupleOps.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A74019B547CECA96E7F45657B514245 /* TupleOps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 162FBD061BB998CB2CA30E417F1660A0 /* RCTSettingsPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 78FD30412ED7246AB07F383D9B2AE03E /* RCTSettingsPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 163E3A6A86931C246ED0E097DB56D9E2 /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = E762AF3395A686DC1035D995DF01BD0E /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 163E8A247AEC02DC7FA0E775E729770C /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C96F8A1AAA35B76BE7D663A69F5BD22 /* NSImage+Compatibility.m */; }; + 165570C8B9641C71FC25E25B09F54A97 /* tr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = EF38ADD4B23918335F1FDD5DBCDE58D9 /* tr.lproj */; }; + 1661AF25C1C75F90B5D8B0DD1A99257E /* CString.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AADEA538BA01F7FC3161B2E094449FC /* CString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 169358EB3D2D9FF36F9FCF718F027063 /* FBReactNativeSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 11B4F4D252B29980AAD6033DE734CF35 /* FBReactNativeSpec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 169A7673676DC5BC15BAC45E07B500DC /* ConstexprMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 588A2F76B97DCC69EEC0ADD7933D4B29 /* ConstexprMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 169CB94A8FAE1994D99A6988D9B511FA /* SonarKitNetworkPlugin+CPPInitialization.h in Headers */ = {isa = PBXBuildFile; fileRef = A4D53670725A185562E1BBEC5C6BF76C /* SonarKitNetworkPlugin+CPPInitialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 169EBEC52655B55669DA572EE8D1677C /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = EA06E1BAE288DEA737EEAC9EF04B0ADB /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 169FF1C3989DA62B55580EBBAFA9F872 /* BSG_KSMach_Arm64.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F2A7B945616C2D89600DAC389F1692F /* BSG_KSMach_Arm64.c */; }; + 16BF8486EBE735EE99EDF2A7155E6B01 /* RCTBaseTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A42D98799F7756E4AEA181A8B8BB607 /* RCTBaseTextShadowView.m */; }; + 16C0EA3D5D51842FE62EB1476E977662 /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = AED29BBA089D84FECC97BE859DC38AAB /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16C45A0312F58653D6EBCA31F7EB19F0 /* BSG_KSString.h in Headers */ = {isa = PBXBuildFile; fileRef = 41CEC56D764C23ADC7CAA4FCE1143B65 /* BSG_KSString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16D6AF7A753D6159FAAFB4F548EE630E /* SKDispatchQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = A776D0406DCD6D0C178FBB9083C6A8BD /* SKDispatchQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16DA81D42D459979321288FCEFF08D9B /* YGLayout+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 85BFE3588184664472F789A05D7EF6CD /* YGLayout+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16E1F005BEADB3B34EA14E8A3EC7235C /* SDDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AE7E3CDE7CD356A9862BD899B71C9B4 /* SDDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16F19B068BC81CE2A13DBE0BE7B2B53F /* RCTDivisionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 63B3B4840E0FE7AF3611576E056FE1F5 /* RCTDivisionAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 16F84109AF3E4EEBD1EA15F9B4C6BEB3 /* EventBaseThread.h in Headers */ = {isa = PBXBuildFile; fileRef = E9ECB6EC03C675437652991121F55F52 /* EventBaseThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 170AB88FAD0F4C61B341ACCDE34EF30D /* react-native-blur-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CD6EE228DA0FE42211D7EED2759B1E46 /* react-native-blur-dummy.m */; }; + 1721261755CCF7180E95FADF717E8F95 /* BugsnagLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 694B2E378A778921F90DF52E859BBF48 /* BugsnagLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17381DC535C2E61C39FF9B352C9DE139 /* StringKeyedCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C9F7EC64A03F828046765AC004D6458 /* StringKeyedCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 173D196B47F9629A2BFBA7E3196AE2C7 /* FIRCLSFABHost.m in Sources */ = {isa = PBXBuildFile; fileRef = 08391954A2F97E467DB6AE01410CDE9F /* FIRCLSFABHost.m */; }; + 17424544A674FD7632997CF393933D47 /* RNCNetInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 022E17D1D9575039352CFAFCD7EEA286 /* RNCNetInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 174CE79CBC127FF8CC43C11C9D7134E2 /* BugsnagSessionTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B574198EE92346A64C3F82D6750DB9C /* BugsnagSessionTracker.m */; }; + 174CF5611AC17EEF295106C6F3C16713 /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = B9A5437C06D815D6DADA8FAD5F915D8C /* RCTImageSource.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 17683473E0FF2B42CCCF9FAB9E17557C /* FlipperState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1313D91AE423FD57E13E8A04D59426D5 /* FlipperState.cpp */; settings = {COMPILER_FLAGS = "-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -Wall\n -std=c++14\n -Wno-global-constructors"; }; }; + 176D90CBC5BF4B1623C1929B7E99C306 /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A2F2968EF0D5A07DAC67C9FD76A66359 /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1782571EEA1E05DB0F5A30294F0D2F78 /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 40BCA14A3E2A1C4FA4B85E84C953CB2E /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17841417263BB19547CE11E028BE5168 /* Color+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = BB60E8FCBAC4F721188E4202F9EED812 /* Color+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 178F6D6FD281DFCF9C64F35A5285338C /* TimekeeperScheduledExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D700EAA8012BAE9F7269BE45A66531D6 /* TimekeeperScheduledExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 179118931D265688D7DA00CB02845C97 /* enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = EE41D7CD16C719E00A09BDF4FBF5BF76 /* enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 179AC0C613BF4E4496C979691FFABAF9 /* RNFetchBlobNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 95F4A76FAC1A61395798CE6287242218 /* RNFetchBlobNetwork.m */; }; + 17BB4DFFA764376520FEC264F1E0C226 /* FirebaseCrashlytics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E2480E79BABD5FF84A01AC33B526E82A /* FirebaseCrashlytics-dummy.m */; }; + 17D8D2FD30123F9C70117C27F7F19C95 /* Fixture.h in Headers */ = {isa = PBXBuildFile; fileRef = 8472E72307D883DB5F32304DE8E4477C /* Fixture.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 17DEED133D893CC24213928419EED41C /* UIImage+ForceDecode.m in Sources */ = {isa = PBXBuildFile; fileRef = 72870748BF81DCEEF46E35D6AB6DE330 /* UIImage+ForceDecode.m */; }; + 17E545C88F50B2A1050A5352931FD81D /* RCTPropsAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DD48FAFF30872A16D5A4FCA059647AC /* RCTPropsAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 18035A2E53C70220C42E897E695D0DAB /* FlipperResponderImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B51C21441A03A8C01D2A67CC1A6A07A /* FlipperResponderImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18171D36B11BF9CF64971BC86301463C /* BSG_KSCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = F84BCA5CD97BC038E0D2638A2EC8D64A /* BSG_KSCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 181B695169AC8432075F4B7136908B6C /* GULSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E76B0D19598070AF15C8E40D3E9CB2E /* GULSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18431452DE60F08BFE282E735DA7DF28 /* TimerFDTimeoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E4855FF120EF13027032B42296F75276 /* TimerFDTimeoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 188873A9FB8122DB37F4A9778B9F7347 /* RCTAppState.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8AE07402A57E12990AF65FD68120AA83 /* RCTAppState.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 189F3D55EB9492E223C2848783CA0E70 /* FIRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E9420C146498C5030BCD1171B0BCD67 /* FIRConfiguration.m */; }; + 18ADE7806255BA0087D7EF5FE11A9F34 /* REAValueNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A0B56E63420029E1AEE6643D7CC7D58 /* REAValueNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18BB11E87ADBBBFAD61E80195A60466E /* UMReactNativeAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C20E8396D13BA76B347FDF6932C5913 /* UMReactNativeAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18E464C45716B22CA57D30DADF6CAA0D /* Semaphore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D47989D83E559D51C584F4E5CA5F2928 /* Semaphore.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 18EA7237013DC2EF38F82A4D51A67F62 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 048A1AEBD5881E5420D1869E987640A4 /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19318B20CF5DFE527CF77A58B2AB233B /* VibrancyViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 365253DEF2465ED467D7A385BFD2B59B /* VibrancyViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19712E87D218354874C08239F43A9B46 /* ExecutorWithPriority.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 583A5CE961C7C321B6AEDC6BD910170D /* ExecutorWithPriority.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 1984C8E45EBAFA2D959952BCEBD090B8 /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 03104D3E68F775B8F003CEE5780C999E /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 199E13C0CF5AD114B13CE72C0E83D79F /* FBLPromisePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 85F59B9B90304267C7154E3BCEDAE35F /* FBLPromisePrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19A0784757BB96FE3DF1F2583E534CC7 /* react-native-cookies-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CAE129DDD47A3599747EE6B89383529 /* react-native-cookies-dummy.m */; }; + 19BD8B956040B5CDF9D802839ED1A248 /* FlipperKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F40F93A59D88F61721018906C44431C /* FlipperKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19BE4DE7B4658F23A8241C4FA4B15A27 /* SingletonRelaxedCounter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B71F531AC37900D92A4413203AA7E91 /* SingletonRelaxedCounter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19C3BBF564F8976EB6D91418CE10F903 /* RNGestureHandlerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = A0772583FB9001CC1F2703D5288CA8C1 /* RNGestureHandlerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19C7A16B7CB560B94B86ECC74B883E21 /* IPAddress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC67CD0833B291438946B76BE5EEAE87 /* IPAddress.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 19CF18374454AF42EBEA3FD68B5DB82F /* JemallocNodumpAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = 22BDDDF9E75AE96EE3BE63136F30B15E /* JemallocNodumpAllocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19DA084E18BB0C5EDB193E347F57CD33 /* HighlighterViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FC95942C8E7F7A88AED7844C86293A5 /* HighlighterViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19E023F7AFA0C82E80A9B8AA7C9E1BEB /* FlipperConnectionManagerImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = F7737B852E1DE2C4464E50CF2222FA4F /* FlipperConnectionManagerImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19F6A9D5A1865EA83B21326FE655F0BA /* Cast.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C5CAA57C12C0FCEF7D5AAEF638D9F79 /* Cast.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A0E0AC591B526B17FA95C8D8CDE94E5 /* dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = CC2720E9C44FCC17E2D99935CBBEE419 /* dynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A2242D28CCCD060AA9BAACA8D5888B0 /* FIRCLSFABAsyncOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CD0447938624C9437DB2425625A7AFA /* FIRCLSFABAsyncOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A47037A51065EF96B4FC6187EDD938B /* IOBuf.h in Headers */ = {isa = PBXBuildFile; fileRef = 53A4CDBA6AD03870DC331FF96C541EFB /* IOBuf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A4F0EAC34271226B8514179B014F914 /* RNFBVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = E278E50113BC72301A3D56872684EBDB /* RNFBVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A60D8B41DA3BE1F25A260BCAB12B6E3 /* Hardware.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B3F5420EA9D4DF25EAF1EFF1329790C /* Hardware.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A619BB8B9DF57D0228F68ACF757B75F /* RCTConvert+REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 51E36E7821F0670AF78C7220FDDE7E4E /* RCTConvert+REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A64D296FC1DC07DFBE3682764ECDAA1 /* SDWebImageDownloaderResponseModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 765B33FFC6B0697D2F87BF025A940461 /* SDWebImageDownloaderResponseModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A65EF77B0CFD2A2BEB7098F633984D5 /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = D0AB6032F1546DB6E25A6ACE6ACC48F9 /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A68ABD4588F0F7FDF6372A737498944 /* Cursor-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F4BDAC5B8A6D49D3F4D24B33402B35A /* Cursor-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A90C6E2169396F4E6E401D6D324646E /* UMPermissionsInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E6621284928A4F9127989B9EF1C7BB9 /* UMPermissionsInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1AB409368DE96B84F159C045C652405A /* RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 61230F39D87DAF48C03B6974E0D662B4 /* RNNotifications.m */; }; + 1AC062B16265D901928C615BBE608506 /* picture_csp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 5933F4F939F7CC98848B03A96477BA97 /* picture_csp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 1AC13AFFF5AB2CB813F3D6E74F25B670 /* FIRInstallationsIIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EF150234A75B08D1602D5F5CD063E4F /* FIRInstallationsIIDStore.m */; }; + 1AEF393F6F6443C05A46E4B847A56B15 /* FKPortForwardingCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 55F3051D8D0CB73E730100C80168D5EE /* FKPortForwardingCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1AF17FD06D714443065648EC2942605A /* DeviceUID.h in Headers */ = {isa = PBXBuildFile; fileRef = DA2BC94CBCF5959D0576588009F07704 /* DeviceUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1AF4F711C5D88FD3B8A9847728DDC447 /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 77066ED9888600814ED2D67397DD0E7D /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1AF7CEED16699EB25F81FD79EE007FD0 /* SwappableEventBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 615E8F8BDB54C96D575E86107995249D /* SwappableEventBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1AFAB94478AD5469073A4F82C5C24C30 /* RSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 74F3803F542E8771E6192D36D0FC01A7 /* RSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B00F3F2D8A4C7348ECF02BA20E123CA /* FlipperCppBridgingConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = BAFF9D44E7C52A8BAFDB2759D38A43BB /* FlipperCppBridgingConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B15C93984E403EC88A177E4FCF3C9F8 /* FIRCLSFABNetworkClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 33CD38A805803F9E727DAA3989B58F1A /* FIRCLSFABNetworkClient.m */; }; + 1B3A8973244529C0570F19527256D9B6 /* RCTVibration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 55E857B2B9500F13B6BAE067AD5D4E69 /* RCTVibration.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 1B5685DA79700779C2199E325FFB65EC /* SKStateUpdateCPPWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 31D229352F2DE3C9A822916471849309 /* SKStateUpdateCPPWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B5A598760F8C21940631561A41B71D4 /* SDImageHEICCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = D86CB57594FF51DE4AA7F40C26D548DD /* SDImageHEICCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B67C61B407F5CE063F7FD4B0DFD83E1 /* EventCount.h in Headers */ = {isa = PBXBuildFile; fileRef = 77D47F57764ADC03C72580A4D8058A4E /* EventCount.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B966B801EEB421750F04FFF774E354F /* RNCAppearanceProviderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B4442858DFEF43F7CFCB6445A5AD2B0 /* RNCAppearanceProviderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B9936FE46883FD0377CEB4BB4641D12 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 298D78B7BBD6828CF55DF97F89AD73DD /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1BA6F8501E04CC203524D4E58EEB0B9C /* BSGConnectivity.m in Sources */ = {isa = PBXBuildFile; fileRef = CCC5E4C898AB3005E22A9A44F973FD51 /* BSGConnectivity.m */; }; + 1BD0957D537AA1F5345E185475F4054A /* Unicode.h in Headers */ = {isa = PBXBuildFile; fileRef = F07282805EC5E79BD0C8D4BF7A6CE8F2 /* Unicode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1BDEA48D1D81B4DF28F324EED60EDEF2 /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C9A8B52CD04055445C5A10CDDAF7C0E /* SDImageLoadersManager.m */; }; + 1BF62BF1AFADAAAC2884C1344531F01F /* React-jsi-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BD36017FAEED162C06539E2DC0E3565B /* React-jsi-dummy.m */; }; + 1C1B0F31633C386387B9FFC1702D1CC0 /* BSG_KSJSONCodec.c in Sources */ = {isa = PBXBuildFile; fileRef = 592885BF4774CBF8CB0D923078849459 /* BSG_KSJSONCodec.c */; }; + 1C2334D00280239415554018B86DEC22 /* FIRInstallationsVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B5FEB9BBC34C38471BFC0C565F5147F /* FIRInstallationsVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1C26515EED65B95C1190B35FDAB7E02B /* UIImage+Resize.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A27A32531E808540E8C8D43F12F5DB8 /* UIImage+Resize.m */; }; + 1C63664FA2CEFCDD9576B64A028C95AF /* BSG_KSCrashSentry_CPPException.h in Headers */ = {isa = PBXBuildFile; fileRef = 417615BAA99E891F377A3B67761F435E /* BSG_KSCrashSentry_CPPException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1C6900957F0848F72BB3D5E8F71AE83F /* Subscription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9EEF744F1D97A8543D77FA24ED5FFEB0 /* Subscription.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 1C8EC169B592E48D66A57DB786533C77 /* EXVideoView.m in Sources */ = {isa = PBXBuildFile; fileRef = 22EDB8290707A8B870E98CCA1973DCDF /* EXVideoView.m */; }; + 1CA7646F554D7DC9BDD9BF19EC6C61AD /* RSocketConnectionEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C1DBE6A2CF58D2454F50323D40DBE56 /* RSocketConnectionEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1CA84D8E520A4062B598222C72C1A8F3 /* FIRCLSHost.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BDDAD7D235B2E81F3A154616267A68C /* FIRCLSHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1CAC8AB93D24FF0DADCE2204DA1A4CB7 /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 4628DC9E68A5681A4D63DBD0BEF33CC2 /* RCTConvert+Transform.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 1CC3C6DEC40A03D5E0B32EC6C2224098 /* RCTSurfacePresenterStub.h in Headers */ = {isa = PBXBuildFile; fileRef = 9993ABD3D44958DAE192881FA1B41348 /* RCTSurfacePresenterStub.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1CFB6057AAE48CAD7811CAC611E994F5 /* TurnSequencer.h in Headers */ = {isa = PBXBuildFile; fileRef = 17EEA1AB8178522A812721C8276C2277 /* TurnSequencer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D1DD788B3F6946CC7D7ADD316714ADE /* SpookyHashV1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A77B32EAF530C0C92A7466260362EE7 /* SpookyHashV1.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 1D2EE7AD91BB2880A8A1A240269F3814 /* EventBaseThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37C627DA202972DF211CEBEB84486E4D /* EventBaseThread.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 1D444821B1E2BCB130219E060B49A9EA /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 768F4D51D54C84BF6F09B8ADBB8EF53E /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D5373BE370E5CF4B7C8F7BD32039FBE /* small_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B9E15C047CA81F078F50403C4544769 /* small_vector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D5C8E7B129FCC2F9E9C159A750FDAB5 /* RNConfigReader-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F57C64DDCE1B408544DEC7D808AC8BCA /* RNConfigReader-dummy.m */; }; + 1D70F2BBAB2C2E9009CC62AD9C05165C /* FIRCLSURLSessionTask.m in Sources */ = {isa = PBXBuildFile; fileRef = DAFBA0AD3784CE6C09996B3C591F2546 /* FIRCLSURLSessionTask.m */; }; + 1D81321318C33B662AAA83F6C91575BE /* GULSceneDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E82FD30D82F49CCF764C390465961C9C /* GULSceneDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D8440CE73095BA0EDA9BB51C2C95A24 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = E5376F9651FE01AEDB0B34B3FC0A1E2F /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D89BCE06C52E7607390939321044E27 /* RCTConvert+REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 11C11C0A3046603B4C05F20AEAB3394D /* RCTConvert+REATransition.m */; }; + 1DCC9EB9AFF8496A569C1496ED917242 /* FIRCLSOnboardingOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = A1BBF7C756062DAD04F0015949795602 /* FIRCLSOnboardingOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1DD11E5923BD54C80FD86BBDDA947FF2 /* RNCSafeAreaViewMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B315F97E506E5B42BB62F45AD75574D /* RNCSafeAreaViewMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1DFC34534A46877DFEDA098D230C6652 /* ARTCGFloatArray.h in Headers */ = {isa = PBXBuildFile; fileRef = F9EE1DCACCA0F83B74399D7A45FDDD52 /* ARTCGFloatArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E1456286C1D93DC2A848A173C6CA46E /* ImageCropPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 797053A263030741BF625E329E5086C4 /* ImageCropPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E37187D322A2E021A769AA9DE3F44A0 /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = BCB813BD76D4B501AF168AF0D59AE7A8 /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E4A2DC4C5F0946E96271206FB632FC7 /* UMModuleRegistryDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3641A108B0B857CEFEDB302429A0B556 /* UMModuleRegistryDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E4FECFF911A373C4E984686B573332A /* FIRCLSCompactUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = 939623CE233075C87D5FE25ED1C64FE2 /* FIRCLSCompactUnwind.c */; }; + 1E50F0E73907A2BC12F027ABC44CC9A5 /* anim_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = BC5985BED0D370AB99C1D5EA769584D2 /* anim_encode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 1E5CFB80617144ACAF01E5C812EA411C /* FutureDAG.h in Headers */ = {isa = PBXBuildFile; fileRef = BCAD7BD186EE694DCC891522EB744557 /* FutureDAG.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E71463BA220F76AABE65F5136B1E1EF /* ARTContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D4655B419FA8F428AF966E790038B23 /* ARTContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E7AAABD1C9340BA981C9FB64AE6343E /* Throughput.h in Headers */ = {isa = PBXBuildFile; fileRef = C53174054B145E3EBC1CB0898AC317C3 /* Throughput.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1E7DEB4C9EF4EDB1A9CE56FC20D9C25D /* ARTRadialGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = E0770E50D0CB754AE88BDFE96554F6BB /* ARTRadialGradient.m */; }; + 1E96DA399E14B815AA4F771277F81EFB /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 358346C86A1A890A5D0EE4F1E8498913 /* SDImageAssetManager.m */; }; + 1EB3BB91E7853E3EB397E373697552F5 /* TOCropView.m in Sources */ = {isa = PBXBuildFile; fileRef = E2C8A03A930F5D8B3C67D1DB66AAC22D /* TOCropView.m */; }; + 1EBB367A949D8A995B912F8AC48B298E /* MallctlHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3B2CCEBD48651125917A4A11FD179AC6 /* MallctlHelper.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 1ED3A3DB18B0D7129F78B640C0F033FD /* RNSScreenContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = B4FCFB6F827967E76CEAE1ADAA9117A4 /* RNSScreenContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1EEC4657FCCF8C3F3133518C21C85053 /* Sockets.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A3C08363F19F422B585F52CF128B12C /* Sockets.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 1F12214A7A2A9C44C9270D58EB9B9084 /* ARTSurfaceView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0481BC4DEBA5F686B54B970B5EDB1EDC /* ARTSurfaceView.m */; }; + 1F3CE16618DA7CC301C219896C7B94C4 /* Fingerprint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D1AACE60F657EA83B0E85E8329BADCA6 /* Fingerprint.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 1F3D20F95FF2A16442FBB713D0745A73 /* MMKVCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FE76A5A15D1BAEFCBA2112B7F52633C /* MMKVCore-dummy.m */; }; + 1F3E549083233FBD440870FACF2A6BA9 /* AsyncSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = E523087AF003AC9FE4E3DF61D9856BB2 /* AsyncSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F60B5AE0C1D2EDBB6622D5A43EBFBCF /* dec_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = C9864B33465FDFD1F3223F3D1F619467 /* dec_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 1F6F14599996B93C539765F5487F2EC8 /* EventBaseLocal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 64B198E55977C63B6F78131BCC55629E /* EventBaseLocal.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 1F7FD0151974574C65E69222362F5C5D /* SpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D33D15D5083476886ACAD72FED3BB59 /* SpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F86CB2E2CEA16D1B980E7BF5BA6143F /* Benchmark.h in Headers */ = {isa = PBXBuildFile; fileRef = 4278E6D5CBD1835FDDDBFD6C73E5E85A /* Benchmark.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1FBEB14D59EDB8BBB530458D8F9DB553 /* RCTConvertHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 029A7C5F118B366FCF0283EFAB4C84A1 /* RCTConvertHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1FD704624BDCEC3E55225FB0CFABB272 /* CodedInputDataCrypt_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E6888C29059DBD52EA90C9361F9A2C09 /* CodedInputDataCrypt_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 1FDAFB11110726C845E4425DBC6D1744 /* AtomicUtil-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = AB7245FDAFA76C959A399AD1A91963AD /* AtomicUtil-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1FDDC8CA4D699DA35016256EBCC3F752 /* ChannelRequester.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E7EA030D8078C2787BD06E96FD3006FF /* ChannelRequester.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 1FE9D2089EFE0DE15EDA6AE8A598B110 /* SDImageIOAnimatedCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FB2AA31244FC34FC31487A1D466C376 /* SDImageIOAnimatedCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1FEBDABF45E29C48EFC28C6377C9294E /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 3801F5C83168F9BB951E60F559752318 /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1FF98EFB73D4A9AFE13F730CCED6B909 /* RNFBJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AD307818DA700DDB3CB7DD6D96A3236 /* RNFBJSON.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 202709807971EC02B89417C23D057232 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 44B1F19AFDA9FD7B7897E643F7E1BCD4 /* UIImage+GIF.m */; }; + 204CC23D814BF60981D1BFC5562AC7B1 /* REANode.h in Headers */ = {isa = PBXBuildFile; fileRef = E7491CE0E15AC530603618C1B9454740 /* REANode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20583DB286DAD46D92C1C005023125C4 /* firebasecore.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 52F6E11E761079105FB55EAA4A24422A /* firebasecore.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2058F25D4B707DC84E5162E72A7F6572 /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 52E9CCB81E502830A996D96E311A2AB8 /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2059C762FF7431AA8970406CAB41153A /* REAJSCallNode.m in Sources */ = {isa = PBXBuildFile; fileRef = F679A823BDC548F5FE367D54243060BD /* REAJSCallNode.m */; }; + 205C38D64650AF5CC37C6374C89AE8E8 /* Observable.h in Headers */ = {isa = PBXBuildFile; fileRef = 51D0275D760CA010A0AF89E327CE1670 /* Observable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2073BDC56C725779ABB7049D6F6DBBE0 /* ReactCommon-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A94DA8D00F897B86A566EF52C209E38C /* ReactCommon-dummy.m */; }; + 20A7717BBB6E400E9B407132FE778A5C /* ARTShape.h in Headers */ = {isa = PBXBuildFile; fileRef = AC8CABF9CA721B8DAD3A691B6AAF9759 /* ARTShape.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20D33034B4CF04459FD3D02347B1E5E7 /* IOExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 351727A9002248E1942FA98BBA348167 /* IOExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 20FBFF7CE2FADFA84CC4DB52017FBB7A /* Barrier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D1A20C3309345EACF94957A0AE4B6755 /* Barrier.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 210455378C99C4D3CC1BDE94C6BB00A9 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E69FB63AE9470E269AB70135F80FD92 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 211437BACD8DC4870AB7713A4E20D716 /* NSImage+Compatibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D5339B37012C1922CA12EC47722CF59 /* NSImage+Compatibility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2123782372A76ED2C3C54D140890CF06 /* RCTConvert+ART.h in Headers */ = {isa = PBXBuildFile; fileRef = 586EA495F3CDFC6F7ED11ED20E3201C4 /* RCTConvert+ART.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 218385979F03EB77F69380FF883A7850 /* UMViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D7346ACF081103646C53D731C0637CD /* UMViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2192ABB62D675E67C11E7459ECF7C121 /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EAE2379E3D4750C38D45A3FA553531B /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 21B4FE8D442D5B6A6FF02399D74F9C1A /* BugsnagApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 556D1740C4E71EAF95F29E56CC622B1D /* BugsnagApiClient.m */; }; + 21BD6087F9A242105CECD2E69B4B9C47 /* OpenSSLCertUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 41670F5EC41E7A2332A9F91C1E272D82 /* OpenSSLCertUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 21D3C477BCF39426DCB5E81750C199B3 /* UMAppDelegateWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 15002F497B38534C7E85E93F6D8828D5 /* UMAppDelegateWrapper.m */; }; + 21E4D620E74F1CB06DF67E47FEA44319 /* HHWheelTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 0665E6CEF9086198C8B77743642C21C8 /* HHWheelTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 222D8C687FAACBAD9D6C610D214B13EC /* RNGestureHandler-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7388E740C032DBA9EF4890F70C6E4CEA /* RNGestureHandler-dummy.m */; }; + 22431EB0A4E2E2A83BEB9066C7E321F6 /* Libgen.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED3204C3F2522242524FAC88331C9E9 /* Libgen.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22602C114994AFA21BD02E1C43C34E88 /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A35586F61E9501D2042F021A6A8C699 /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22777C6F2E2E42F751D06FE19F19E373 /* SingletonStackTrace.h in Headers */ = {isa = PBXBuildFile; fileRef = FAF3ACA5184AE224B438E2FABBD5D7F5 /* SingletonStackTrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 228B9FFE41498544777E87015261915C /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = C804DC8A58075C9DC8E65CC2B03E3761 /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 229C21D9B5875004767DAFD5A6FFC4C8 /* NSBezierPath+SDRoundedCorners.h in Headers */ = {isa = PBXBuildFile; fileRef = 677E894EE13E20E30C11AAD24818CB6F /* NSBezierPath+SDRoundedCorners.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 229E984290A6D973337C194C6135EEBB /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = A7C1A0A9E346B8AEEF6EEC5A850987A5 /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22C376C4CDB71D6C2065EB841ED7CAF5 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D870601367295249DFDFF4998F0FEC5 /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22C45D6773F4C0D0719BD12A9FF73F40 /* filters_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 420BA6842703D1CCC82D83147EB4064D /* filters_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 22CB08BB96E3DE5FD7973059EAEB095C /* SysMembarrier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F8A5CE8F5B69BF8BD920AF70555786C8 /* SysMembarrier.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 22E1D06C4A77C0F1F7DFBC536D00AC58 /* ARTRenderableManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DF7297F5CDA5581F4FA44088A2097A3 /* ARTRenderableManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 22F3FAE5C493F67EA2357C93CBDC40E9 /* JSCRuntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 96943C6C2A1A1DA13749C5762ED8D4AC /* JSCRuntime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 230F1F13F72AD9DE051A81D2366898D5 /* ru.lproj in Resources */ = {isa = PBXBuildFile; fileRef = F32788FF4C72EAC8F2A4172E2B21B048 /* ru.lproj */; }; + 23107CD51E85F36D174BE09761E08392 /* RCTPbkdf2.h in Headers */ = {isa = PBXBuildFile; fileRef = BA782A44287079E378976AF6BA46CCB3 /* RCTPbkdf2.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2316838F22271FE81F09340BEE7BFF6A /* Promise-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = F8157CC4F2CF42743A73C3C7FF0A2A1B /* Promise-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 232A304BC8DA58C2F32BA4BC225BE212 /* FrameTransportImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 80C256F55B147A46814919D09BFE7D8C /* FrameTransportImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 232BB3BF8104CFC62D5BAC8BA45E26E8 /* lossless_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 4E5E6EE620230FB76DE2E86C00BF5731 /* lossless_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 2335D16DD99C5CCB7145356D9439A1ED /* SafeAreaManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A8C7401EE1F0655B8F6371EC6A75070 /* SafeAreaManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23587B85B626669925991587D263DE57 /* EXSessionUploadTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 86D9336DFD51B93D5E521B80A47C8276 /* EXSessionUploadTaskDelegate.m */; }; + 23641FD0BDF3FFD5A9CA5F6A0EC30641 /* FIRCLSReportUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6621F03B4DA69CC4D2112D4A79E073E5 /* FIRCLSReportUploader.m */; }; + 2365925EBC20940D60D5CE08F760E860 /* TOCropScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 31C653FE4A72393BFAC2B82B2AA0C8D3 /* TOCropScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 236D39DD6622CB11C981AF9DA6125A74 /* IPAddressV6.h in Headers */ = {isa = PBXBuildFile; fileRef = AAB720F76BE144E61D9A479E2C8A516B /* IPAddressV6.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2374A634EDE7633E094B936D98E38C39 /* GDTCORUploadPackage_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AD702E208DF29BB63131B8B34FB32AB5 /* GDTCORUploadPackage_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 239CC4153239478EADF861B54F99BC28 /* GFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = F9544B2054D53E5D3651EB063F430664 /* GFlags.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23AE2C1500BAEC75E7E7EA9F246D5A3B /* TOCroppedImageAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EA3D04969981A93C7699DCDC5F67228 /* TOCroppedImageAttributes.m */; }; + 23AE484D93025B7CEDC951E801E4E924 /* Flowable.h in Headers */ = {isa = PBXBuildFile; fileRef = 429C944037B09F67FFDB4D9982A75A0A /* Flowable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23B63806D9A476DC97D4110167D0DDEA /* RNCMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = A6B8701C295DB4E99303EBA24093A57E /* RNCMaskedView.m */; }; + 23F880255FD99355C2934B672C938E94 /* RNFBCrashlytics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D843D9CD648FB77F5EE9FF5ACEA4ECD /* RNFBCrashlytics-dummy.m */; }; + 240FC32361C410EF5F84BF6DEBE42548 /* ReactNativeART-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EC49C09F6D86D63C33D994DE346EEC83 /* ReactNativeART-dummy.m */; }; + 241667971A938EA7247B95C6FC01AD42 /* ExceptionWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 367D7E063FF43E1359A7875D2872E8EF /* ExceptionWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2429E3881443A705B671125FD7304B92 /* SKTapListenerImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = D765CEAF6F6ACDDDE28F2B36828DC6BB /* SKTapListenerImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24326F349EBDAA0D4C0C008F7DAFEB0C /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CC57D93AFEC44C47FF828624A59C128 /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 243320729E94C054A9CA3C8071A2482A /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 90436EDBE872AF84866087D3169F0D74 /* RCTRefreshControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 243BA7838B8733171E500BDFB3A064EB /* RCTConvert+ART.m in Sources */ = {isa = PBXBuildFile; fileRef = D88619A7C3A8BDDF41268C42118D8498 /* RCTConvert+ART.m */; }; + 244910A013FE57BE42FCB9759F71DAAA /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 98FFFB3B367F5C1068DE90A69C635A53 /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2449468D87C279D90A7D6B32DF968F39 /* Observables.h in Headers */ = {isa = PBXBuildFile; fileRef = BEC3066DC9C5D09CB3034384AFBBD902 /* Observables.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2467DDE2EA482D30DF73364EDA3E3591 /* FIRCLSURLBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = AD226BCBC490946ED36E90350AA3C0C1 /* FIRCLSURLBuilder.m */; }; + 2487FE5A99FD79EF599EEF75AA4F1083 /* ARTSolidColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DDAE664C6BD4BA52FCE28BE3DC2DCC8 /* ARTSolidColor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24A5011BE56D16609FF434F7E5E62B55 /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = C13068CCA9200DA009301B6DFA22902F /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24B8603BC575A94A4439BAF2BD74232D /* RCTView+SafeAreaCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DE0AE382E73F391070A03814F33213A /* RCTView+SafeAreaCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24B9F1A5BCDC3EC0A286157F7CE6A52E /* FIRCLSReportManager_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 36C16253FC02878ED51B236A0A19E9DD /* FIRCLSReportManager_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 24BD64DF13017E303521D541079FF897 /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 83F22A0F81FF2CFB18B29CD08150A4BC /* UIImage+Metadata.m */; }; + 24D28F8B80AF874F0281E3D04648FB5C /* ManualTimekeeper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF40B4DD4D1F04FE796D486E30C2BB21 /* ManualTimekeeper.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 24E0B9065F0DEABA9BD102493CD7CE51 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C07BF2239EAC032AE2E37B6FC1EF511F /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 250F64338233A141069049A26220E9DB /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C582B4A8EE969F1B5754C9B38328642 /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 25104E5A2049C2DA09127250AB49DBEC /* Libgen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D893ABE4125C2E5D23BEAC8F5705F5AA /* Libgen.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 253F9D1378883CEB7970A6A9024A5561 /* GoogleUtilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CD3044319CEDF52FADA7F9D42F0FA28 /* GoogleUtilities-dummy.m */; }; + 25538B8A583A8543280AEF7E532D96E7 /* TimeoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 592DD80BBBA797B54652D50053D7B60F /* TimeoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2559C1D762DC2FF12B68CCB5339E0C5D /* NetOps.h in Headers */ = {isa = PBXBuildFile; fileRef = 44672A7A3BC339C8FE063A2228A810BB /* NetOps.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 256C22EA78979B35F89CFE3F4CF18AB5 /* SysMman.h in Headers */ = {isa = PBXBuildFile; fileRef = B60A9DECADC02F72FA8DC25F17AC9E8C /* SysMman.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 256E184CA35A51D7C847905F1A8AF637 /* Init.h in Headers */ = {isa = PBXBuildFile; fileRef = F9F17229D01CC29A7EF2AEF9A4E366C9 /* Init.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 258A059DE41196CCE524C8F8AB9C0EAA /* MicroSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = A84B01E4187FD33B7B438BCE8C96EBAD /* MicroSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 258DFD96720C1C98BD6A3BC06B72A9C0 /* react-native-webview-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 18DB2D0FDBBD540C6281053E3588410B /* react-native-webview-dummy.m */; }; + 259D8E16815455785CC4AAFEF69BA4AF /* huffman_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 09FFA9D1CFAEEC9252A44B73AA10A8A6 /* huffman_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 25C3094B23533F00B393D8D5D7C13758 /* RNCSafeAreaProviderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F037EC4F73F57C22672B80867DE53943 /* RNCSafeAreaProviderManager.m */; }; + 25DB1E24B453C0ECE4DA407E7761D440 /* EXLocalAuthentication-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A8E6D28F999C24C4DE02FE10FE67A206 /* EXLocalAuthentication-dummy.m */; }; + 25DB2AD1CD36012143AA219A496958FC /* cct.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 72F2D2D2A05538565B7E0551735184F1 /* cct.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 25DF77BE316A1163F0FA609A33BB82FC /* EXFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = 28405A232AD4FA4698BB863B254ACA6E /* EXFileSystem.m */; }; + 26506F2BBF7C95CCE61BDD9DA1645A41 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = AB7DF34075F02BED6389FB6756728F72 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 267FBF5FD39D9633691B813B405D0B81 /* RNCSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CF45B559F056D70AC4BE3FEB2311C3C /* RNCSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26CE1DA937FFD3F4C82ADEE87ED14556 /* BSG_KSCrashReport.c in Sources */ = {isa = PBXBuildFile; fileRef = 61FD7F597307F0B5DEEB583E6722C13E /* BSG_KSCrashReport.c */; }; + 26D03CC0D7C8736EBA89F3703C66B5CE /* FIRCLSDwarfExpressionMachine.h in Headers */ = {isa = PBXBuildFile; fileRef = E4CFD4F947B7442B6CE61B50C0DAB2EE /* FIRCLSDwarfExpressionMachine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 26FD1E8F8A0AFA1A314F5C1A34FDB3CE /* RNCSafeAreaProviderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FB2696973117BCE57CF3C58C0188B083 /* RNCSafeAreaProviderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2701B679EC1C42658BE142FC913CAFFB /* FrameSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 892DBD086354A43D4AC20999CB2B9538 /* FrameSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2702ED30FCC572A9119745BA58C104F4 /* REACallFuncNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C13974B132B2AB8D6EDD473EAD3F0430 /* REACallFuncNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27167F0D3C68BF4311B49699BA082EA2 /* RCTDecayAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 23E84F204BB252E609BE565396A1D47F /* RCTDecayAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 2725CBDA93A9CDD6BDEDAC3F89B4C77C /* HazptrThrLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = 51E67A74C89886F5470BBD115A44A5B9 /* HazptrThrLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 272FE84B8033B2CF75AA53A9F9A84345 /* SKViewControllerDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 80A05F3F6DA63B80315D5D95AF244A40 /* SKViewControllerDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2730FE054CC61C90703D708DF8B87F6A /* RNScreens-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D06D805D018BB280D5F43F66806CDFE7 /* RNScreens-dummy.m */; }; + 27535CC99EB231F86255D295D0F58270 /* RCTWebSocketExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = B795F7EE7C1A056383D24B97E6090160 /* RCTWebSocketExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 275B1BA50739CFF9BDB246E10F662653 /* RNNotificationEventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 788287DA6833A06D1186481C47D0B85A /* RNNotificationEventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2763424CE15BFE6A5EE922F46F96BC4F /* RCTConvertHelpers.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A1768EE0AC3475ACB1ADC65D0961C91 /* RCTConvertHelpers.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 278123CF362E025CDD59E46487DB5086 /* GDTCORTransformer_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 41D392A9A6CBBFE9049B72F2DE284171 /* GDTCORTransformer_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 279436A2D859CBB5D60A18A8B8C6C584 /* CertificateUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0571EA1F9B0519AE1F8B5CAFF9B4C64F /* CertificateUtils.cpp */; settings = {COMPILER_FLAGS = "-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -Wall\n -std=c++14\n -Wno-global-constructors"; }; }; + 27A98E511FC1F344C596F241FA2C70D5 /* ConnectionFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B1CB337F3E1A26D21CC5F820983F115 /* ConnectionFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27B6CCE48225BC56652E9E3223D38C4F /* ARTShape.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B9CCCBA2F7CCF6A2E05FAB36DDEF85D /* ARTShape.m */; }; + 27BA95952ADE98BBCB5EEAB52BB10B1B /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AD6F60872029D99F430278A120AFF99 /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27C9277485F05BCE39CFD89C84B143A7 /* EXAppleAuthenticationButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 88208E61D8DC10FE764D43B30D1250F2 /* EXAppleAuthenticationButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27F23A67D474B7396A69317B30F659B7 /* RCTValueAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6557362EFA665983657C29DC7EDB1E42 /* RCTValueAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 27F5024508E0ACB561FCBDF57E5B0840 /* FBLPromise+Async.h in Headers */ = {isa = PBXBuildFile; fileRef = 45E913232E1A32F18CB1C296C7F89335 /* FBLPromise+Async.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2816754AA659150F1D0D87A2240F1C96 /* rescaler.c in Sources */ = {isa = PBXBuildFile; fileRef = D358D4901C8CDBF7571E2FB273CBDCB4 /* rescaler.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 282206FF0C68D664ADD7A470D7E15555 /* ApplyTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 25064B5D821155534630D95B78FD7790 /* ApplyTuple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28237F6C1E5B28B4C6A2CEB79DA0D64D /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = B3135DD08D8F8477774D97E46A17FBA1 /* SDAnimatedImageView.m */; }; + 284D3E3078BADEF2585663A45C40B6CD /* react-native-restart-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 45701D45F1AF1DBAACB55B9487BFF1C4 /* react-native-restart-dummy.m */; }; + 286CB7A6A88DB1D0B53F76FDDF7E306E /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C272CB1134AB5CE6C92CB94FD7864C5 /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2873CBE8CE018ECC6EE68726A692463A /* GULReachabilityMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = EEAC1DE380BF7DACEB7BF2660EEC8F81 /* GULReachabilityMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28C78E22D8E13C7D5E5C641339C1BA3D /* StorageGetters.h in Headers */ = {isa = PBXBuildFile; fileRef = ABC0FE3046871A955F3DAC0CD0630C73 /* StorageGetters.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28D222B78CA686F39BD24903D1C13281 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = AB2C6A80EA8462922FD92811EC336399 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28DCFC04093BFE2CBA3051626A4CE5E2 /* Future.h in Headers */ = {isa = PBXBuildFile; fileRef = C2D72A88FB01D49AFEFE11A05C051A11 /* Future.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28E0C90CD8D30F30180819D0F5C371F9 /* FIRCLSURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = D95D5726D02100F956CA2FF93D912AFF /* FIRCLSURLSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 28EEC40D08A0571DDBB018592ADCF887 /* SDImageCacheConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 5568C46C1F75203584ED8E33CE30250C /* SDImageCacheConfig.m */; }; + 2908D147999CE0B89F1779C80BE11AD8 /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 39B7FB9FEDA213E7D987311504F39356 /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2931CA839441BC6F960675D20832E248 /* FIRExceptionModel_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C85C2B0C3932CB49E84D0E56FAE06E71 /* FIRExceptionModel_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2944A946434A4680496A964C76542156 /* EventBaseBackendBase.h in Headers */ = {isa = PBXBuildFile; fileRef = B0C5C8C3139E152A72E526B4FD8FB22B /* EventBaseBackendBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 294B219813B8777D957D703F27DA34DD /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A5FB16064BAC59510A5A786EF144516 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 294BA62FD3B9998A2D3102B8009390BB /* enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = C6F4A8050990EA72A50D3093D7F18E33 /* enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 294C857132495A7B25BECC3DA8CF08AB /* rescaler_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B9EEAA9CD47A4CECB92579769CE04EC /* rescaler_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 296835209A80CA68B3E948098F146B7F /* react-native-safe-area-context-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C12600FD05EB6F904D709D9BEA39F37 /* react-native-safe-area-context-dummy.m */; }; + 2970B4381FFD040B6595A90982881AC3 /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A933DC2C25DA05462E9F2DCDEA2F069 /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 299A09CB80D8C6970C0D9777970DD772 /* SanitizeLeak.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC3AF64923400524C967907721D2E9DD /* SanitizeLeak.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 29BECB6B582019D7CFECC361C6416BAB /* ScheduledFrameProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D6D1599C0EA71FAF757409A3F81EEF1C /* ScheduledFrameProcessor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 29E218628AB4F1CCD21A650B478BEE23 /* BSG_KSCrashContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 42D9833BAE9B6DCB448907D2133D40A1 /* BSG_KSCrashContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 29EAC88D27C32E1C5B8935806F3B9D6F /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 067E10B4372B09320BC2CD0420B5C71F /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 29ED5CA203DF8983E2D036241DC475E9 /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C20B5DD74073662657894DCBE40BC8A /* SDAsyncBlockOperation.m */; }; + 2A01C8831E68611BE1ABCA396B57A3B9 /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = E7D2734D15B215CC20D9818B07E07F00 /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A1448813DB024789F386419AC0966E6 /* RCTMultilineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 888F5F44E72D01BACEE44828F57CEB3D /* RCTMultilineTextInputViewManager.m */; }; + 2A25A4A0D232A7DD84939972D07FFE09 /* RCTConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 910C9A9869C89DEA22C1CF4AFBAB7196 /* RCTConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A688E53427A1E28609FBAA35857F1EA /* FIRCLSUnwind_x86.c in Sources */ = {isa = PBXBuildFile; fileRef = D596272B69E2BF970FAD77801A872212 /* FIRCLSUnwind_x86.c */; }; + 2A76BEF9E322FAFF9AA5B88E086449E4 /* GDTCORUploadCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 0932E7FA55A62ECF2AFD9B3A9CAE0053 /* GDTCORUploadCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2A809E61FECD8CC27A91B6E74DDD9B46 /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C5967EFEEF8DA65BF4FEC35B2266BD9 /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2AA511BFE6E6DA363E500CC1EF6F515B /* Pbkdf2.m in Sources */ = {isa = PBXBuildFile; fileRef = 15EA15A288C680BA2C196F4FEA6F5D1F /* Pbkdf2.m */; }; + 2ACD179CB40DC5702A2D7D935B51ED4C /* Chrono.h in Headers */ = {isa = PBXBuildFile; fileRef = 626200AE3A3CF5624B35EB1686270AE3 /* Chrono.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2AE5C407AD8561FFCFDC715D324A29CD /* Benchmarks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9E6C3C99A1D38B82EF4DDB61CDC11034 /* Benchmarks.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 2AF8FA27F6F7D973BA41558473B00457 /* EXFilePermissionModule.h in Headers */ = {isa = PBXBuildFile; fileRef = B2704EA4B90050D03E844480C7B46FF2 /* EXFilePermissionModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B02A4A133EDF6919DF721A9159F517B /* GDTCORFlatFileStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C956CDF96AC19AC13089AFD2393F859 /* GDTCORFlatFileStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B17A882D955D4800EE9197F9264EE62 /* BSG_KSSignalInfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 479A270F52E4CE79810EB8A66507B5FB /* BSG_KSSignalInfo.c */; }; + 2B1C24529C1C74E6A356C7A40CA185F1 /* RCTMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CC40C17B9903038F78068F02A57E3610 /* RCTMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B622E541FE0D922D8AB19163821F7E4 /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D7003A410EAD69619630C1D06DDCA0A /* RCTVersion.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 2B72D7281849A8393A5DDB3D650D75CA /* NSError+BSG_SimpleConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0212CAA27410D0FB53BA628CE92337FF /* NSError+BSG_SimpleConstructor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BA69D9D542370C30F15F680DA1AAE7A /* QBImagePickerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 64DB98BEE8E0B74B3722D60671CB681D /* QBImagePickerController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BF15CAA80588425BB5AEB06400511C1 /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = D4C4BA06AC29BC3ED729F2AF87728B8C /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2BFEDB596B13A0E93B56E473D2BD0404 /* OpenSSLHash.h in Headers */ = {isa = PBXBuildFile; fileRef = BDFF56B500F62AFA61E4035044F1EAF9 /* OpenSSLHash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C1AA7CC37F8D2FCDD59057F40580B55 /* FIRCLSRecordBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D31ACB25195EF0A84E3F58F4EDCE5F0 /* FIRCLSRecordBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C1DCABFF26E233F2F6F76758FC706A9 /* Aligned.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A5033A84C0078FFB850A6F9A5483FD4 /* Aligned.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C2BB0245C06C6ECD837F00D785271A6 /* UMEventEmitterService.h in Headers */ = {isa = PBXBuildFile; fileRef = 89AED319083C725959FA8631A7176C27 /* UMEventEmitterService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C355A65EF3A00F1E38ACA0A5887795D /* ReactNativeVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F60927F01B886851D4BBD02360D3240 /* ReactNativeVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C52EC67F2FF4ED5E0B25001F6BC1CF0 /* TypedIOBuf.h in Headers */ = {isa = PBXBuildFile; fileRef = 53F444FE8A1691E1A3AF95527CF9473D /* TypedIOBuf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C54C4C60B5060178FC07D88D0039B26 /* analysis_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = D35D401124FA465C578035F7247606B1 /* analysis_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 2C7CD02757F50746084DE37EEDD96B6C /* Log.h in Headers */ = {isa = PBXBuildFile; fileRef = FC09B797AFBDA594749FFECCC24635D4 /* Log.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C898C244746B08C5A3F53783E44C316 /* GULNetworkURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = DD8FE51DBA71D2B51C3D7E084D74ADCF /* GULNetworkURLSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2CB50927DCE52B60BF8E5DCA477D9CDB /* RCTTurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B51541806B7140CF45915170978B4D7 /* RCTTurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2CB6213D090F803B4D049F127D9D0CF9 /* contents.xcworkspacedata in Sources */ = {isa = PBXBuildFile; fileRef = 33DBC9A52BA573AA67A9DF21EF146A3A /* contents.xcworkspacedata */; }; + 2CE163ED3117BA5498D6B5918D706779 /* RCTStatusBarManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 082A7B3B592D6A81CF11E7EDD448734C /* RCTStatusBarManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 2CFCA328477CECB270F42D6209EE67D8 /* filters_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AE89D4FBD958EBA906CB11EEBDAB761 /* filters_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 2D14A42BEF07C683673DED5EDA73C62A /* neon.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BA9F71EAC3F82E40B42B2CA75551412 /* neon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D2F17105359AD4CEC3CEC7ED8511DB7 /* UMModuleRegistryProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F4A3C3B8AADB6C5C49E91CBE496CFE2 /* UMModuleRegistryProvider.m */; }; + 2D300ACEDC8EAEB439A1494C8189103E /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5995B483B9AC918FBAEDEF7F604C89F9 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D34208C14475FBA886371B25DD005A0 /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = FB20DC637388E4BA689F93FE512E889A /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D3BD37568D6600A77686B333F8FB59E /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 545F3C1875A4AB7241963CC405C95086 /* SDImageCache.m */; }; + 2D3FEFE3EE28308D914323A3A72D3AAB /* Conv.h in Headers */ = {isa = PBXBuildFile; fileRef = 955D1CB93D8630D106A768A7E39526C7 /* Conv.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D53A50CB5DBE9B797E0EE489C67A117 /* FIRCLSAsyncOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = A395CF55455BB3289EFF24E6573D95A3 /* FIRCLSAsyncOperation.m */; }; + 2D63266DE8BB1C06F6D82D47464427F5 /* RCTImagePlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = DE2F1A3E4683F5B58C310B6F901D1FBC /* RCTImagePlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D9277294528E8D616FA980DFE0DFEF3 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 41758DF07308A697F34A55A0E9F85134 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D9E2228A9548335BCCD03B83D3B676A /* RCTTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 68D85EA3D17230576386210F4FD87576 /* RCTTextShadowView.m */; }; + 2DA57F25652C1A8A8382CA51DD125983 /* FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = A46EF52C7F71218D09C6FA2DF8D1DFEF /* FIRApp.m */; }; + 2DB236D8916D7BACECF324AF5165D4A6 /* QBSlomoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = 719905B6632ED1EA36743269AC271928 /* QBSlomoIconView.m */; }; + 2DC2AC5834F1A3F7258586130B6EA000 /* ShutdownSocketSet.h in Headers */ = {isa = PBXBuildFile; fileRef = D8D2B14A48976AB1B733441A619B3210 /* ShutdownSocketSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2DD7ACBAF9C65522959CFB17CA2734F3 /* ColdResumeHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AF37032762368E8AEED68C2B4E679B7 /* ColdResumeHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2DDF2CC2DDA6B43F80AEF12C47D5D408 /* EXImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = F334B7FD5CB1394C50DF82325A076EDA /* EXImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2DE5851C32276E5A115362D3A94F45F7 /* FLEXNetworkRecorder.h in Headers */ = {isa = PBXBuildFile; fileRef = AEC45C1A537CE0DCAA631548B8CC2ED6 /* FLEXNetworkRecorder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E00B1B2C7BF3736BE40EFAF8F90F7B9 /* UMReactNativeEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = F2DB6B4D4D06F11F193E603949353D40 /* UMReactNativeEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E175864082CAE1492153921B6B06DCD /* RNConfigReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 91C027F2180488EB1CD198DAC4DFF690 /* RNConfigReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E18CAF78916099D4CB09A7670836C51 /* FormatArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 227BD86E4FD15BEA458D981ADF2C7765 /* FormatArg.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E1F5E61285BAA99BD78577711CA9B5D /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = E2AEBDE2BFA6F4BD26C6F1EF52DAB040 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E276A55F0A871D53E4075651650DBFA /* EventBaseLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F25BF5AB17CF3FD6E5451EE13AF8298 /* EventBaseLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E31234D3552FA62FC329AD38412B05F /* GULSecureCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = 5658C71B558145AD425C652C11FC74CB /* GULSecureCoding.m */; }; + 2E97FEB403B43A2467C475E9AA094D26 /* FileUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C12606E850D767BF6B6D776479AA7767 /* FileUtil.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 2EB0A5D3144A0456F8B498DFCE4E52A4 /* RCTFPSGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = D4BFC6C1E94B3802AE774B10E7C5A543 /* RCTFPSGraph.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 2EB5CCF366028976DD1355C36A09FFE7 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = B9C8917DFAABD1CCADF4FEDE29515BA3 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2ED04DCBB34BE5259FE42955DC275F03 /* IPAddress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5759BDFEC341915F75AEE1B768C3097A /* IPAddress.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 2EDE996E73FA535C574A89EC25A5F74B /* Iterators.h in Headers */ = {isa = PBXBuildFile; fileRef = F071544DBC72C76475C33F5A822745B0 /* Iterators.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F0572B89DC0FCF6449204A686CEFD23 /* EXLocalAuthentication.m in Sources */ = {isa = PBXBuildFile; fileRef = 3782EEB74985B9C222CB86C0A4007BD0 /* EXLocalAuthentication.m */; }; + 2F0A7A2D225FC3DF89CF2E0F0C80FFBC /* FIRCLSInternalLogging.c in Sources */ = {isa = PBXBuildFile; fileRef = EBF822593AB0C7B5D454FF8587FFB605 /* FIRCLSInternalLogging.c */; }; + 2F5A78AE06FE033160E1061EEC165585 /* SanitizeLeak.h in Headers */ = {isa = PBXBuildFile; fileRef = 06CAD0773405472569BC94754EFA4CD5 /* SanitizeLeak.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F72C5CABC248F65049AD91B283874DA /* dec_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 775164EA873952B011041E713DFBCD20 /* dec_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 2F7BEE2B0414D2430FEBDE422D82E716 /* RNSScreenStackHeaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F8BA9789DB2ECEC633C2ADFA917A323 /* RNSScreenStackHeaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2F8BF9878471ABD5AE9FF94079DD1E8B /* AsyncSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D17CC687AE454D92A4FFA5666E6D7837 /* AsyncSocket.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 2FC8F6F6242CF7556E69165A17E0D628 /* PriorityUnboundedBlockingQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 60ED83E4498EEEC2A5C4980AEA4D5BFC /* PriorityUnboundedBlockingQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2FD17BB4CB6F8D7B73AF3F9F335D70B3 /* FIRCLSUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = 53BA95CA5635D6F03708BA1F8A82D760 /* FIRCLSUnwind.c */; }; + 2FDB2CD79362D99599FD4DA2D68DA3BF /* dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D57021F2C41E933692B418C69B5D54D /* dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 2FF97C9D8980660F49FBCFC742E064B6 /* HazptrUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 95C88FD20D5D13529D47BC4F9568264F /* HazptrUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 301FBF49A4C6B1413EC454EFD870D30E /* SDWebImageDownloaderDecryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 2007D7F6A86D0B80EEF98EF5768C3F0D /* SDWebImageDownloaderDecryptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3021BF1C6A5DE7DE0816F567E9163FEF /* Fingerprint.h in Headers */ = {isa = PBXBuildFile; fileRef = 5354E78EBA35232E8D5ED26CFB99DBA3 /* Fingerprint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 302CB14189BAEF90AC902BA6EDAE1B35 /* FIRCLSDownloadAndSaveSettingsOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 6831653DFA5D395950540CB4B14BEBED /* FIRCLSDownloadAndSaveSettingsOperation.m */; }; + 305D25BE5BFBE3D239B0186085027C73 /* Base-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = E3F716A8FF9AD4F56958349F33B21560 /* Base-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3066F2E7BF417DC53EC159872AAAD8D1 /* FIRCLSInternalReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E4A9AE0B2E9BA8C1C6197E59D70BACE /* FIRCLSInternalReport.m */; }; + 309E1CC0F07DBB6FD6177CC4AECBF56E /* EDFThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 592577787E6D7CF24EDF5392204060A2 /* EDFThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30AA70D82FFFB9E75E49B3DFE1A095DE /* RCTDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F3B6C27E1A7C76714C483E4E4855A6A /* RCTDatePickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 30AF2671AF0F163C12F1602CC4C792A2 /* RNCSafeAreaProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 99688F282F0A012B1381B6068A7624FA /* RNCSafeAreaProvider.m */; }; + 30EC789897AD001D7CE6A763D8DB70FE /* HazptrThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A6C140CF9B910AEEDD17458E7F21EBD /* HazptrThreadPoolExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 31125E4E56B420BC61045D17E7315E27 /* FIRCLSMachO.h in Headers */ = {isa = PBXBuildFile; fileRef = D89110DBBE0DF335C46F567F0963046D /* FIRCLSMachO.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 311BF276B0129159C98E04BC6B4A359A /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = D0D10CC67B6D76C1129643D9F0D4A685 /* RCTScrollView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 312809ECB4409FDF567E6525D2D121E8 /* RequestResponseResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE09B815A25FA21F8C305F98F131E88F /* RequestResponseResponder.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 3137539F4A9F4B9719516CBC77F46429 /* RequestResponseResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = A51D42C0763374A3549DE09A6011D865 /* RequestResponseResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 314795FC6F11BEF63402635D4C9A8488 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = C3B8BE8AD1C94904360109FB235B745E /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 314D772E946B97CDBCA339B24EE64341 /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = DD52C485ABF20B7BDC22370FB40C7050 /* pb_decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 315EE587442D99F454A795A6CBD12113 /* FIRAppAssociationRegistration.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A04D0EF519DA96C67F7DA276E06CC18 /* FIRAppAssociationRegistration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31778C2173108BB5C2EA4BC850CB6C74 /* ProtocolVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = BA2B988B207FFBFA5D705AE2D1364866 /* ProtocolVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 317818459539B3EBDF352BE2E90504F7 /* Sleeper.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AE8FC146690DD102AB9C6F1A89A7F82 /* Sleeper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 318DC31A06296D45DBD8198EF0178664 /* RNRotationHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6316C5700EC43BB7BF0757E67FB8C053 /* RNRotationHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31912FE6CDA4F66E105602966A025068 /* RNFBAppModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 412D0615B16BE3B93E19BC0936F0B59F /* RNFBAppModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31A17630973C86192D0B6BDB0CE21CF1 /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = F038873C280AAA598EC6B4B8CE3FD2D3 /* RCTConvert+CoreLocation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 31A53C7E1453E8D090676526C381B57C /* RCTImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = FD3711AC013B35BD0E091F97A554964C /* RCTImageLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 31C9C28D1D271197565CAB47CDD68212 /* EXFileSystemAssetLibraryHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = B8AC2DCC071185F405C59D5FDB7A6C56 /* EXFileSystemAssetLibraryHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 31D13F48330161B883CBCE16921F624B /* vp8li_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = D48F39FD4C99C89412BFA80D34CD0DCE /* vp8li_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 32082018BE55E29F54F397D54D06839F /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = BE1DD6BEB5772073CB1B497EE3EFACAD /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 3254EDB44AB5F5D090B59FC9BAA2D666 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 7650F58D597418B37BAD5544DE08E389 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3261E2311B5543A83F7EC3D9D28D0D25 /* EXAppleAuthenticationMappings.h in Headers */ = {isa = PBXBuildFile; fileRef = 467EF229681A437A154E79591E6AB8D3 /* EXAppleAuthenticationMappings.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3264519200FD2E35F41321CE054AF2C0 /* LockTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B6F69193AABF36ED9947802167E5568 /* LockTraits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 327816BF71C017A4A0E330C4B950134A /* FIRAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 88C94E988554F95922DF77CA6F0C1F36 /* FIRAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 32A4EF8E09B848C461511F561251CC0C /* SKHighlightOverlay.mm in Sources */ = {isa = PBXBuildFile; fileRef = 50BAB90234D1B2FAB5AF8E521ECAA389 /* SKHighlightOverlay.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 32A7FAFC2F4F592C7A36F17DE7E34EC9 /* GDTCORTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = DF228A0B78A70CE35B9DE8E4F6CE4734 /* GDTCORTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 32B652A844F37714997126A2F37A24EE /* FunctionScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = F83DAAAD8731F1350CCEE0258743071D /* FunctionScheduler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 32C1B6A1D3195268391C6F72A02C7407 /* ProtocolVersion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7147C2A50B1A4E9B50D4743768A6DAA2 /* ProtocolVersion.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 32C556FFDAC55A1329B5E4F3669091AC /* GDTCORRegistrar.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CEDC5110EB13A53A24E779C0A7353CB /* GDTCORRegistrar.m */; }; + 32DE46C940DC173425903B173F3B34F9 /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = A95BC93C764D395037C07CFEF4C00EAF /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 330596DA29CF2DEB426A02EBF83682D9 /* huffman_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FFE4690CEFB463730801C84B53525AA /* huffman_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 33187A10BF5CF09073D396DCE97FF6ED /* RNNotificationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = EF44A2BF71B757E50FB5BEB6EDFD4526 /* RNNotificationUtils.m */; }; + 332FFC1F10C3E11C06B39FF0FE655D62 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE4896B30B4A33958D1F4ED063C3175A /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 333BC702D1A9BECA66EF1537893DBAD5 /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = C3B844EB0490A9915296690E4A218976 /* FIRInstallationsItem+RegisterInstallationAPI.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 333EC83EC8008F24BA44BD92B33B14F5 /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F5085A53FB964336062AC7BE580B553 /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 33656F99BB71DF03300FFF49BF4C9D02 /* StackTraceUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = E4F3425E6A9D83560E3706B7E2F7DAB8 /* StackTraceUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 336643D65481F90B7739AD96E8B0B7EC /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CBA489790F742726930CD6191761278 /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 33BD0254FA27EDD2F22654E1DBB7DDF5 /* SKDescriptorMapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 29B5115769C5913A43E66C3058B68BE2 /* SKDescriptorMapper.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 33D2F235B469427ED6776E468BE9E35C /* MicroLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 174311ED47D3D8C0E1BBD02EE2741FA4 /* MicroLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 33ED441B78456CE65839145FB282F450 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = E169C0C8819A4E755F4356B2A29E5CF5 /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 340293598B008BD5D2361F1A13CEB29A /* GoogleDataTransport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A6C362498D6B6FC89890828C59E39A34 /* GoogleDataTransport-dummy.m */; }; + 340F895337C1E1019F62DCB21CDCA356 /* RCTPlatform.mm in Sources */ = {isa = PBXBuildFile; fileRef = 86911015483D66203785C04F3792A6F3 /* RCTPlatform.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 34101CA052BBE951EDBCEB8307C50FAE /* Builtins.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 773850A196FDB6791BA815B886377AC3 /* Builtins.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 34421B5E22511A75117828C2816C2FC9 /* config_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 55698434B3A4EA91F67DC780B16B080D /* config_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 3488CF038F6CB2E114BB01EEA98B065B /* MMKV_Android.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15D2194EF23755FBE76A2FB3FAA07FEC /* MMKV_Android.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 349A3B9CA14488490A4F1894A66147C5 /* Core-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AEA83B57666893662C84F0AD4A511F4 /* Core-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34B5B887C7B414AB3FE6CD1820C6F32F /* FLEXNetworkRecorder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 67CCD4719914673799D3077A01CF300D /* FLEXNetworkRecorder.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 34C855B4D2D833A164F66599252142EE /* Compression.m in Sources */ = {isa = PBXBuildFile; fileRef = 534285AC1650EE9E8632931911267ED8 /* Compression.m */; }; + 34D799BE4A841C8E718EBA7B0E6DC208 /* FIRCLSByteUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 48FA79EE99D886D173E52987090A976E /* FIRCLSByteUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 34DD6CCF5FB8CF056418ACA01A2C96BA /* Parallel.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D50D14EB9726B769C2185B481E625E7 /* Parallel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 351D943AD2450AD56D21238EC5EC43EA /* BSG_KSJSONCodec.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DBCB58BD721BE3EF9D9E3B628E51176 /* BSG_KSJSONCodec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3524A6F091C5B793A3B11F534888F706 /* BSG_KSSystemInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 3067252EEE5CADBFF8AE459F44B33E47 /* BSG_KSSystemInfo.m */; }; + 352631876253BEC5E6703813E22BFFAA /* FIRCLSFABHost.h in Headers */ = {isa = PBXBuildFile; fileRef = 1433D249C3C9D290C30C41826CEAF193 /* FIRCLSFABHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3541FFB6E70FA048EE39A444F9065C40 /* BSG_RFC3339DateTool.h in Headers */ = {isa = PBXBuildFile; fileRef = 284D5C030EBD23F64492F20E6A0B1505 /* BSG_RFC3339DateTool.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 355C9BF61D15026FFB9412BF012A13F9 /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = BC7E729CB26CF7A4565F1A43F8874F06 /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 35796E3D5AE1DED7559A23D85CA14899 /* RNRandomBytes.m in Sources */ = {isa = PBXBuildFile; fileRef = F169817B040F006BBCBE1CF40BA1F3E0 /* RNRandomBytes.m */; }; + 3592B3D4A8F2DDA56F56843C9975EDCE /* BugsnagNotifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DCBACDF4E050016C97F386838D40886 /* BugsnagNotifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 35E1CC31824ACB034834BC3855CDD0A8 /* FlowableOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = BF0816983A4601DA59629B393984177F /* FlowableOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3614E89A92A63A92F4762015725E9385 /* ThreadLock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D14B7C2DEA9663D5411F4CEAD9FF2C8 /* ThreadLock.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; + 36153F8ED16F228983425E4CCB9638EF /* RNFetchBlobReqBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A26A3F1DF98D84223AFBC7FC933AD2F /* RNFetchBlobReqBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3616CE4ECC80D6CCB45DF8735E8B48AA /* Builtins.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D270DDB341C9C43DFBBC00AE23FC7E1 /* Builtins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3622A1B0B1D8E5FDB1EE4C8D04BECBD1 /* vp8i_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = D5C76628A2AF9CB0CE4AC82F6925ECDC /* vp8i_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 362CE111827271DE1F18CC2D7595952E /* thread_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = A210C5119EAAB8B7E7F4D8EA963FBC6C /* thread_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 367E182B52D55AD608F3E06CD872B126 /* MemoryMapping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E27347C5ABEF924C3FC852C0453FB537 /* MemoryMapping.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 3691975AA4B886A3DE30F3B0404C273D /* FBLPromise+Then.h in Headers */ = {isa = PBXBuildFile; fileRef = 53FB7361A6A40D90635C1CB2D7E57F7A /* FBLPromise+Then.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36B358A11DCCB0C6CCB1E6ADC77DAF1C /* SKTapListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 8515047CB0087555BD409D51A2035216 /* SKTapListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36EB9FB5F70D8FFB10E660D4F40B2893 /* Overload.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AE8FBF3D34E6B6945FD9726EBC3073F /* Overload.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 370B82E625805527E9A91B541BDF6B59 /* AtomicHashArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 3149155B7651E674E91E71658DCFD1C0 /* AtomicHashArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 373F0400E31E06EC9D70F59328E1EE3E /* UMModuleRegistryAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FAC468A4F7C2BCA75B963C79FB76CF3 /* UMModuleRegistryAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37463B34D0F704A48C63A2F9714222D1 /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = B9F7B5B82226C2710157BCAE199ED5F8 /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 374748F1826F38CF4037ADC49CA996EA /* JSCExecutorFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BE7866B4725267A59E5B49B76E96D87 /* JSCExecutorFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3759A9A1C453392FAECE61AE6FCCC4DB /* Poly-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C78CF6D5D7E02A42A10C1BA48D3BCC3 /* Poly-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 375E5E6BD6086A5E07FAD6B7DE5420C9 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F445ED86652108DCC3A6BA324B0B8165 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37667B7683801288F65A27635126B965 /* RSocketClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 45FD7665344B59ED61C5124A0E402718 /* RSocketClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37735B99812E60557F417AF7164ABEBC /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = BE5DBFA20A4750FA7E415654F18A0821 /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3781BEDDD6EA12DCBBB8A70B05D7BD2F /* BugsnagCollections.h in Headers */ = {isa = PBXBuildFile; fileRef = E9152278D03B102F146BCB335382ADE7 /* BugsnagCollections.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37826F34439B9FD33806F50B36C396D3 /* GULOriginalIMPConvenienceMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FC4001D9175E5F86880BA1A091F803B /* GULOriginalIMPConvenienceMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3788BD5023B558DA8609E0CD70B29750 /* GDTCORReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A4847D525003929C998851398FA9ECC /* GDTCORReachability.m */; }; + 3791D8A8CB56FE8287B1E71778F1ECCC /* SDAnimatedImagePlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 46A589FFB39FC43423BBA1EB95EBD0AA /* SDAnimatedImagePlayer.m */; }; + 37A28294D20881F7BCBAFED4E784C671 /* UnboundedQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = BAAE5D90061D1504B908ACDD9265C876 /* UnboundedQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37B948ABB4DE1CEC9159D4E8EF4B68FF /* Base.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 15A7CE841196547E76CAB994F30443D3 /* Base.lproj */; }; + 37BDE2FB64846918329DF676CF4EED23 /* OpenSSLThreading.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AEA684460C72648D2B819B76AC93FAC /* OpenSSLThreading.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37CB9D5FB74A5C16B902F2332D28E7BC /* FIRCLSMachOSlice.h in Headers */ = {isa = PBXBuildFile; fileRef = C12AB2C47B02953CAB472BDE37F03AF5 /* FIRCLSMachOSlice.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37D3D4A4248C6E9E7054B826DCB62C4F /* BSG_KSCrashSentry_MachException.c in Sources */ = {isa = PBXBuildFile; fileRef = 1268EBD1567B59B38B40BD6ABB4C3F4E /* BSG_KSCrashSentry_MachException.c */; }; + 37F160837E019F9DE8A93F3461DACA1F /* RNEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = A4EAA30EA349CB3397BD50DE8611981E /* RNEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3803F020E8081E29DF89FA4EA2D512E5 /* DelayedDestruction.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BEABB790CF31D1854C545A7E0AF6A41 /* DelayedDestruction.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 380766121B9C98E61D77A03264D513D0 /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = A11A14B309EE416331F71F600A0DE1B4 /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 381393BC40084DCC13AD08D660D11F1D /* GULNetworkLoggerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 799E6CA0A3DBC71F0BD2768B99BA52A1 /* GULNetworkLoggerProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 381D30A710DEF776E96AFE04703FF37B /* FIRCLSDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 896397EFB178BF2EA2A31A427DE71965 /* FIRCLSDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 383A2E953B8DEC8B8638CEC0A903926B /* SDFileAttributeHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 00175827DB99D5A9010E93077E534BEC /* SDFileAttributeHelper.m */; }; + 383C738A0AF8D69827F23415F7ED2689 /* FBVector.h in Headers */ = {isa = PBXBuildFile; fileRef = 491717DA716B09C2F41FF2E25E908226 /* FBVector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 386FC190235E73AF31FAA3C364D9E0EE /* ThreadLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = AE65C434DCC88F549EB6F81D23740EE9 /* ThreadLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38905BE5D2F4A38DB08444BBB42FA0B1 /* TypeList.h in Headers */ = {isa = PBXBuildFile; fileRef = EDEE1E377EE914E8675DBD7DEA1970A9 /* TypeList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3929080731EB2D1F3FFC4DADDE4D40AD /* TcpConnectionFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83E88240D219BA3DDF24AC3708FD3720 /* TcpConnectionFactory.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 393DF61B04268D1D9D95157D8CADC303 /* GULNSDataInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 185AF3CE12ECA801C8FF000E4ED57664 /* GULNSDataInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 395D119FF96309E04EE03D7CF8C2E5ED /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0E1B73D6D8D898B2E1C082B632D93A33 /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; 396C2E0C5379CBEBC6835C56DAD9F90F /* Pods-NotificationService-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E11BDC46C8FD8C1DD978C2F2EBB7A7AB /* Pods-NotificationService-dummy.m */; }; - 398272C9F014F969C5182E86513C059A /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CACCCB3076035D422E9483015FD95C9C /* Utils.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 398D6F4D0E8514400D5E3F7FC8970403 /* SKIOSNetworkAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = B027732CE1636DEAEC87BD23552C096F /* SKIOSNetworkAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 399A239F9C49A9AAC513A8853CB638DF /* libwebp-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E36DFC7AF9CE3B7E78AAF415140A7C7F /* libwebp-dummy.m */; }; - 399F92A25582200D74E85E3BECED306A /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 36A528EF6FF6E301D1F34A9AE6EBB205 /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 39ACAC4EB87B0E62BA0E08D97404F44A /* backward_references_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 4C90446AF5BD442BCEE150984507FC99 /* backward_references_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 39AE4CE95CA2935BA0D2694C681B5BB2 /* GlobalThreadPoolList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 19D55A662ADF9B8DD0A77C1DC21E0B20 /* GlobalThreadPoolList.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 39C7B8CBC7FF6C71A08118BE63C072A0 /* Peertalk.h in Headers */ = {isa = PBXBuildFile; fileRef = 779FDF96F03F0D5E5EACECCCA03D5E44 /* Peertalk.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 39F21CE375D7754F996C87F3D1C13C23 /* RSocketErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 89E591F2023CF0E903D93C1C4FC4C214 /* RSocketErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 39FB804504BC4C56F399E16E4028ACDF /* ScopedEventBaseThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8473CF006EF0B62317EF319ABB31E76C /* ScopedEventBaseThread.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 39FFD6055BC43D5F5C4D633D8C67F0CD /* FBLPromise+Retry.m in Sources */ = {isa = PBXBuildFile; fileRef = 92CEF69280E39473F30E5D95ED9440D8 /* FBLPromise+Retry.m */; }; - 3A015086BA8A8E7DDBDE3C8DE7996258 /* experiments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 44830F2CFA5F4AB4CF719FE02E7C4AD0 /* experiments.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 3A0C7FA691B2E6B9AE0F31FFFF33CEFE /* RCTImagePlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = BD31923E0AD84C5415849E7517EEEB97 /* RCTImagePlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A164EA788B6DCA8CC07CEAE5D4B9B15 /* filters_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 00FD92E0C6FF75F860F3D5FFBE71F46E /* filters_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3A1EAD5B3ABD7B221FAB5468DF23F5CE /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 904B4AAA09B7B92F53BCF75934E62514 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3A25A0B031EDD3B74BB39D3AD8967E3D /* GCDAsyncUdpSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 498E0652ECC446B99E3E10F15CEF6346 /* GCDAsyncUdpSocket.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 3A4E44C7D66B76BA2727AAC884599F50 /* RCTEventAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 030FB85A760428320E144F032D8DDEE4 /* RCTEventAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 3A51A443E2906CE79ADEE3B83147A147 /* BugsnagFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADEF0C4A732AB25D0247CD89B6F85F4 /* BugsnagFileStore.m */; }; - 3A5DB1E5EC7C9DB692B411AC12981758 /* UMAppLoader-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EDA4EF65F18F86C7D5625C1154D9C6F /* UMAppLoader-dummy.m */; }; - 3A758E4BB74593FC69CF6D1539496DC9 /* RNCWKProcessPoolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 50A32F655C446AB028954B33B24AFDB6 /* RNCWKProcessPoolManager.m */; }; - 3AA9010E472B5D9CD8028AED9056F497 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FA51B3ABCA8CA1D0300A11092FBA7C2 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3AB05D6A2AA1EBDD94246A0F10E193F1 /* SDImageCacheDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = CCDCAF501E28DB3CD75054C1FD20993D /* SDImageCacheDefine.m */; }; - 3AB69594FD46CD50CAA872FD72BFBD02 /* RsaFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C61ED89CF1A2A977DE8C65432FCFEE8 /* RsaFormatter.m */; }; - 3AC2A635E9CF66F61BDECCBFFB508A4D /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 690B4C9E14C2C401F8A4B7024A774FFD /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3ACAE61815AC4DFBB10BAE748AD6ADFF /* GDTCOREventTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 22836F671553C36336BF616E97181535 /* GDTCOREventTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3AD45C124773ECBF45B12422CEE8F2A6 /* BSG_KSCrashSentry_CPPException.mm in Sources */ = {isa = PBXBuildFile; fileRef = 60C32215AC2F9DCA7696347F6854F385 /* BSG_KSCrashSentry_CPPException.mm */; }; - 3ADA0C14097A74BDFA2A1E328575DF31 /* FIRAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = C6C8A98C3AC2652D7E3C06971E98152E /* FIRAnalyticsConfiguration.m */; }; - 3B09DF137D1D87E0368B1498E53BDB33 /* FIRInstallationsStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 34335357119D81923767520B9618F973 /* FIRInstallationsStatus.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3B59B65FD92D1A2FB6B47C2AE2245B89 /* RNDateTimePicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DD093A77893B07598CDE702A82CA5B9 /* RNDateTimePicker-dummy.m */; }; - 3B9FC3345CDBE5EE54090896BFF505B1 /* alpha_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = B7A3D7B0E1F5B17720330FDA22B4031C /* alpha_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3BB32A45E8573604EC689CA67B4D9BA3 /* QueuedImmediateExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = BF079694620A978EDE48B5F2542D581D /* QueuedImmediateExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3BBCD0711E60B80EF86F059BAB6DCD15 /* CString.h in Headers */ = {isa = PBXBuildFile; fileRef = D261E94D812B72EB1C4825F67E402A6D /* CString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3BBF574D64227EBEE0C2DC6A4441012A /* ConcurrentHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 06F8BFFF2069E69A75B1ED75DD9E217B /* ConcurrentHashMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3BC7BFFFA6B1497787F31428DFBAF007 /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 62D51BD0584C1EF7FD486E9D97623716 /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3BC7EB666E8874B85D9D11EDE342E82D /* TOCroppedImageAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D5CC734B08BE251478D819D7395A989 /* TOCroppedImageAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3BFBDAA7091C539903F27797FF3DBE1C /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C43AD5718494D5EDB3C8726E1D85D37 /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C22860CC19DE22E6603A3627AE7B120 /* Subscription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 267F27853EF0503B06B8DBE7B45B475B /* Subscription.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 3C504F6E8EAED44559A35B0CB5661F37 /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 36B8FDA976A9AF6A3F1207659524FFAA /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C53EAC6078EF4A64F7423193441354E /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 060DCC04ED45B18EBCBA8E9E0923153A /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C57B9928E0E9E9146182C7BB5615F19 /* UMAppLoaderInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 93E88C83BDCCFB4820EB446D75FAC1AA /* UMAppLoaderInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C659F7AE16C0D0B45556F117163342D /* Iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = A4518E9D4C8E1A3B494C3F22EE0B6058 /* Iterator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C772F0F0D4074A208C0CE702C66CFC8 /* REABezierNode.m in Sources */ = {isa = PBXBuildFile; fileRef = F9FE9CBBD2D575511AB20E0BA7547CB6 /* REABezierNode.m */; }; - 3C7DEC79D39077473E41A50EEB0BB965 /* ObservingInputAccessoryViewTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = E452F045A512712902995ACD54E08035 /* ObservingInputAccessoryViewTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3C8D3504424E11229C9F4C2DE3F90EB0 /* EXAppleAuthentication.m in Sources */ = {isa = PBXBuildFile; fileRef = 33D3A91460B4028AD3EECCADD535C860 /* EXAppleAuthentication.m */; }; - 3C8F990ACB84DABCFD7A278DB3B3778B /* EventHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EF6C146B06EF332C70C6E6C8A6C2A143 /* EventHandler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 3C9459FA3E0F60322CB411E5EDD048AF /* PublishProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 1871F1292B08745745E8E4E340753124 /* PublishProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3CC2A157E200D228F5E6B659F8FBBFA0 /* SKTouch.m in Sources */ = {isa = PBXBuildFile; fileRef = 10CD8D194B28F77C7544E1C6DE6E756D /* SKTouch.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 3CCF9FB978617150329CFFF79B28C969 /* RNGestureHandlerState.h in Headers */ = {isa = PBXBuildFile; fileRef = EC6576BA09C482217989BEA6A61ED5B0 /* RNGestureHandlerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3CD025222FACF7BCC4D245753A81D6D1 /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 40A0593E5A5058B1A3BFC7008B8CF801 /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3CF70389A60B2290C4AD68C80145EFEA /* Frame.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E344FD17FD6CA603D7093D3B65BD96B /* Frame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D08AAAF3BE6A08116B9B674100BAE67 /* firebasecore.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = CD4D38F085C2F9AF90BC95DA062C4767 /* firebasecore.nanopb.c */; }; - 3D10FBEEA5E96CDFF5C03798B6436A5C /* BSG_KSCrashState.m in Sources */ = {isa = PBXBuildFile; fileRef = 0227B5F183438F086560876EC317F0F2 /* BSG_KSCrashState.m */; }; - 3D1AABB0E7891EA1035417B45D2410A7 /* SKRequestInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = E8D94744FC144D1197413CB2C3FBC6E9 /* SKRequestInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D1CBAF2FD3E97D4A45BA79965060892 /* MemoryResource.h in Headers */ = {isa = PBXBuildFile; fileRef = ABA4809DB75BF45F0417BF96A6CFF012 /* MemoryResource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D3969FC3E4816BA24A2A1C889C64F81 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C03549EBE115187A34696FCE960C61D /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D3FDD026A5EFA49BB1DEA2FE82814BB /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3954A59CAA38E371B506AFB29D2EC06A /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 3D4CCA6EFA5A66F713D91F7EDBAF0EB1 /* ARTSurfaceViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EA9E2DD40AAE43F92294F396D063D17 /* ARTSurfaceViewManager.m */; }; - 3D561E4644A87218F172CF1C567BA113 /* RNGestureHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = AEA5E33EA8E80BA7E640E5C481A5B0CB /* RNGestureHandler.m */; }; - 3D5C1748C016F579CE1D46591648827D /* NestedCommandLineApp.h in Headers */ = {isa = PBXBuildFile; fileRef = C78EA828A631F445EFC6BCC2C458CB9D /* NestedCommandLineApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D5CC942D56AE2AE8A75D98F4C58E986 /* FIRCLSRecordBase.h in Headers */ = {isa = PBXBuildFile; fileRef = AF66BE42AD2EB3FFE0D33E18EB7366B9 /* FIRCLSRecordBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D75F687F5E5AA47125D130AFB27F567 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 612C32B2D95910A3361A902C83CEA408 /* UIImage+GIF.m */; }; - 3D8DF4697ED5DECDC73FA2324051589F /* FIRCLSURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D2A7AB35F7C0DBC3B18CD5389D28D07 /* FIRCLSURLSession.m */; }; - 3D9A9C98302AD02F0517D4F51C4F7926 /* Sha.h in Headers */ = {isa = PBXBuildFile; fileRef = F532BE048BF42A3B08E5A44FC05F6E02 /* Sha.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3D9F27E0E3B400916EF49D683AEAF43C /* ExecutionObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = BBC4A271AA9E07220F4BBEE63F296BDC /* ExecutionObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3DB4AC5E3EEA13BF441F207982AA68E1 /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = 755AE0C54F312F490A74A21EE25662BE /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3DBF0D56E1ECD29B3AE4E189B7B5A107 /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = B7324DE40F46D35A6D91DDDCC6A070A2 /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3DC6468ABE46999654D550C78173E07A /* FlipperState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A980E4BB5EE768BDD3B8999DD05CE5E9 /* FlipperState.cpp */; settings = {COMPILER_FLAGS = "-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -Wall\n -std=c++14\n -Wno-global-constructors"; }; }; - 3DDFD9BCF45578DEA9D462C0F1AC8049 /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F12516D59C4C0C5E1F83F6AAE7CEAFEA /* JSBigString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 3DE19EBDBE46C12783FA49C0D0AAD31D /* FrameSerializer_v1_0.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC841FBE42026960D4A389204D6FFC19 /* FrameSerializer_v1_0.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 3E1EECB59190F9AB0E9AC547D8259742 /* idec_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 484AD8E2CE81CAE964B7C48A70021156 /* idec_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 3E3BA3F4C598F445871B51909BBBA7D2 /* UMModuleRegistryProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = A497C0B15AC08B850077B783E9346C79 /* UMModuleRegistryProvider.m */; }; - 3E4133FE3E91D5E6542D919B330AA409 /* FingerprintPolynomial.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D6BC0D1EA8161D76A02E47521A92AF7 /* FingerprintPolynomial.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E477FDE1969E5D458726EB47439E2B7 /* Futex.h in Headers */ = {isa = PBXBuildFile; fileRef = 1566EB1C30E4DD9E8FF456FDF02A798A /* Futex.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E5B1B3C5D90090BD7F511A82E067651 /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 11AB3A653ABC3FF0A35D75FE0D0FE6CE /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3E6425562C7D9364AA007FFCDE599EE0 /* RCTExceptionsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A4263065003D9AF531FD46697DC314C /* RCTExceptionsManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 3EACB5D5CF85C7896371F5EEB9471367 /* ScheduledFrameTransport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1880F3A4C50B7B29FC2E6F8271EEC730 /* ScheduledFrameTransport.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 3EC3FB363779FB4D2B6DDC2E1521C5DC /* RCTNetworkPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 655407E9ACCF5E962CB10B8DD133E35F /* RCTNetworkPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 3EE454DAE0618927BBB59E6E942E8989 /* GDTCORReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = D4E65A68D9E73F6691A0A0272122B830 /* GDTCORReachability.m */; }; - 3F047A56DEAE63D390EDA537247E4AEC /* JSINativeModules.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C7D9AFC9CDC0D37DBE4FAE426855F2F /* JSINativeModules.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F4EB7DAED0BF0DE5FC208097EA5F0A1 /* ThreadedRepeatingFunctionRunner.h in Headers */ = {isa = PBXBuildFile; fileRef = B263220F34D1D19DE0A5BF083FDD0854 /* ThreadedRepeatingFunctionRunner.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F5613544E8391A3684D3C165FD048B8 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E773EE2EF4ED2854C2F079BF229AC5F /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F707A11F7F6A5FCBA62F66757BF27F1 /* lossless_common.h in Headers */ = {isa = PBXBuildFile; fileRef = DD90FECF5AB4C3610B480EBD6125B70B /* lossless_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F7C6D11987DBF6BE7D1D559465C42BA /* MMKVStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = D6CF4CB9C850B6373288CB0E66A1837A /* MMKVStorage.m */; }; - 3F8C3A3EB8A8BFD25B9749C1627FD716 /* FBCxxFollyDynamicConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 3436FA1ABB32A6382D64DEE68269EB05 /* FBCxxFollyDynamicConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3FA4D6A0D8F29F1076C0CC186CEC39EF /* CPortability.h in Headers */ = {isa = PBXBuildFile; fileRef = 680F880B8D3708DC4342A5645952C8F1 /* CPortability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3FB6763A968D681E131249468B4639DA /* RCTImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 2ED2EF2B979B0A29828AF5B4BAFD7B40 /* RCTImageCache.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 3FBAC19E9B60C7BD097B5E833FCBCAE6 /* DistributedMutex-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 21C9229FDC2DEEDBD5C60947126E9AC4 /* DistributedMutex-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3FE0D92CE62AEDFBC280276F63672CDE /* SDFileAttributeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = ACFD8DDEFF5795AFE2EBD941EC85D724 /* SDFileAttributeHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3FEBCA6B8642AEFE4BAA0F72074A8268 /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7D5CFA56EE36D3A2D5C07FF0526A4E93 /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 40646FA3A151FD8BA90F3473188C01C5 /* SKTapListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DB537C8DC6DA08BD0C3DAB66B2901DF /* SKTapListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40A165640445E38F970488371BBE1D37 /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = D455627A4EE63464D2917B80846F9718 /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 40B5FD30347255E3BCE18EB7A331BF5B /* EXLocalAuthentication.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E5161EFE836AD1EEC12CC4820D01DBA /* EXLocalAuthentication.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40BAACAB8279F55DD75751070517046A /* FKPortForwardingServer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7328812DB51DB4E1E0FEA28B02D37EB1 /* FKPortForwardingServer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40C9D962451B4E758838F2AE70343B43 /* FBLPromise+Any.h in Headers */ = {isa = PBXBuildFile; fileRef = 53AB43AAA9797925F3F4CBAAC44FA2EC /* FBLPromise+Any.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40D92B8C2E71904317347FF304A766FF /* UMUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 30D46993BA75D4A13679C650A0FC78AD /* UMUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40EC0A104909E22E76392EAAB2C28CE7 /* Invoke.h in Headers */ = {isa = PBXBuildFile; fileRef = 27DD32A8FA80CF687F440CA554F48318 /* Invoke.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 40F73D893E9CF6A8F21D966FE454F3E9 /* FlowableTimeoutOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = 75DAA4039B86377EF4FC2C45B396A383 /* FlowableTimeoutOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41095D2CBAFB597CA244B2332084253F /* alpha_processing_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 3A0990452C7AA0A9759339D96F602F67 /* alpha_processing_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 410E350646EDD2660FD6293F3B01C8EA /* UMSingletonModule.h in Headers */ = {isa = PBXBuildFile; fileRef = A6FAA33B33EAB62B24E859BEC0815E4C /* UMSingletonModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4116FCEDFAFD63901C56043C4B7DAB62 /* F14Map-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E0A1B4BA99BEC8C385FB33189643645 /* F14Map-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4119F1C935D28D7F406466390763A5A0 /* SysTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = F356A520E9D6E0F4DDB97289CAE08A5A /* SysTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41340985501F4717E4B2257AAB309099 /* CheckedMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 81C4A6DC7BF1EAEC44C83DDE40BEBF93 /* CheckedMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41373728F75CE73F975236C92156FB26 /* ScheduledSingleSubscription.h in Headers */ = {isa = PBXBuildFile; fileRef = 5137787D074A6A4230F1992FB35F7347 /* ScheduledSingleSubscription.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41414B77262C70643C5D5E0CD9609C53 /* PolyException.h in Headers */ = {isa = PBXBuildFile; fileRef = 99A5E6A44E2683BD6E3A64FA1E9870A0 /* PolyException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4165921161F0767E67EC70780E8B936D /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = 59F5731031A0C4C2CD0197E8CED15653 /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 417657A5E47E59AF335EE5BF8CCEFF48 /* GDTCCTPrioritizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 79FEA3AE6C065C3EAB809F2FB262229F /* GDTCCTPrioritizer.m */; }; - 418547C3B356EA40E3E145A57DCF748E /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BCC8CB5B9439F7EB8D21EC427A411BE /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 418900DA75266D2B262E727FAA85F619 /* EventBaseBackendBase.h in Headers */ = {isa = PBXBuildFile; fileRef = DBB530FCC112B959A7BCB2819DC9C578 /* EventBaseBackendBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4189C25C9F2070A367A7A5AE1742A002 /* FIRCLSURLBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = D684B8DFF363C0A08BA188ACBF98B3EA /* FIRCLSURLBuilder.m */; }; - 41B3272FDD1A23CCF1CCF3F16DADBF5A /* ThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 75A0E1F699D93362A36DB6C55268DF13 /* ThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41BAA78190E0154C9F52B66FCE26D511 /* Builtins.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0748B588FB16D06CBCF75DA45E52446F /* Builtins.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 41D12585C0B84C82BCE9DB966C19333B /* REAStyleNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A2FE20212FF7FF02F6875B8E2A7B92C /* REAStyleNode.m */; }; - 41DFDC3BF037778C086BDF35E6F9487D /* RCTDecayAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = B2AB7E9002D181A72AAB1C4D7B42D355 /* RCTDecayAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 41E400AD1889A376A264B2970E070011 /* BSG_KSCrashCallCompletion.m in Sources */ = {isa = PBXBuildFile; fileRef = 39EB30439F6EF948634979864E7C3A4A /* BSG_KSCrashCallCompletion.m */; }; - 41E53BCAE1B5FBE2641ED017F4C922EB /* EmitterFlowable.h in Headers */ = {isa = PBXBuildFile; fileRef = 37DDD120D37887E4E047AD30B5ADB099 /* EmitterFlowable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 41F275088FE492DABC61083D21388E51 /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C7A042A2EBAF8127EB30E3D543597A9 /* SDAnimatedImage.m */; }; - 41F2A367BA99854E72E134BAD3797083 /* openssl_aes-armv4.S in Sources */ = {isa = PBXBuildFile; fileRef = B22CEAD3DD86E1483CF227F597F4608A /* openssl_aes-armv4.S */; }; - 41FC09800225CECED9BEF0A5687EF5CF /* GULReachabilityChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = A7C127559BCE9A0C84EB3C65D3F5449A /* GULReachabilityChecker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 420E8AA96D9F7094B2095842F5B1D5C7 /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = 50B1A4B51F3D9D6A0F73B5BDEA2764CE /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 4222ECAC968662D082606CA04D63E0D3 /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = A623F80FD6380BA438F2159A9B7C08AC /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 423F763979E93CE81E556A42D8F9C918 /* React-RCTBlob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C5DE2A7329D2DA3BC1A14322FE80B4B9 /* React-RCTBlob-dummy.m */; }; - 42446CE9D4074C696DD23E1BD202B4B4 /* SKResponseInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A99E99C4CA34033E7712A45B7E29FED /* SKResponseInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 424562EDD19461DB40B12736EBDFEC35 /* FIRCLSURLSessionUploadTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A75939EDDDC15C065BFA9A154879074 /* FIRCLSURLSessionUploadTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 42593E3D17ABE475FB8C0D20E25A0848 /* FlipperStep.h in Headers */ = {isa = PBXBuildFile; fileRef = D590CAE39944F68E511B75E0D8E4EBD5 /* FlipperStep.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 425A77DC42C460EA51D519A6F002C2C6 /* RNCAppearance.m in Sources */ = {isa = PBXBuildFile; fileRef = 59FD13B1731CCBFE1C778EFBDFCB87AA /* RNCAppearance.m */; }; - 4265841C05CACD829ADFC7F983B7BA9E /* SSLOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A646EFF6137303A51152472B5D9CC56 /* SSLOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 426B71532F5A7D5B616BD32F3519DDBD /* FIRCLSUUID.h in Headers */ = {isa = PBXBuildFile; fileRef = 99E972144ED3BA5880F25931EE2DCF5D /* FIRCLSUUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 426BE8C7DC428C09A055A4824E261931 /* ARTSolidColor.m in Sources */ = {isa = PBXBuildFile; fileRef = B08317A26322B3F3E928563F4B0E959C /* ARTSolidColor.m */; }; - 429D5AF22C1503EE67F12B8CDFC7824B /* react-native-simple-crypto-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BDC8E968D4462A689FAC24C6F6D19167 /* react-native-simple-crypto-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 429D9FC1EC2A5BA880E8175126C95218 /* Promise.h in Headers */ = {isa = PBXBuildFile; fileRef = FF289D723FB61977E1A53D02D51DE95D /* Promise.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 42A3B315F2BD4D64A3E5B18C97D46B9F /* SafeAreaSpacerViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 28D4E14F5D33C322610CBE24691A7ED8 /* SafeAreaSpacerViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 42EEE9B81ADEF0D40A55913B7A561B17 /* vp8_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 8C68DE6DC0097B455F5AF47DE37D115B /* vp8_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 42FF2861D381E4E6636B147647E28D03 /* EXConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = DF477E2F8EE7CD15AA73BAD0E34A7A47 /* EXConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4311D7E811C8876CDD589122D65E9725 /* IPAddressV4.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1F0D7782482DBB0336DD50543E8CA3B0 /* IPAddressV4.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 431B6B3850AF41E813C0D17D4F4AF54C /* RNGestureHandlerEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = F568DCCC09703883EF988A675567B1BE /* RNGestureHandlerEvents.m */; }; - 4329507FDD9D987E8E6A3C80E6316D10 /* GoogleUtilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FE40E952AF650BE8DBD4668B5BDC6E8 /* GoogleUtilities-dummy.m */; }; - 435DAAD37EF3DD9820D4ED0B30754785 /* Phase.h in Headers */ = {isa = PBXBuildFile; fileRef = D600B5B64501E1A7BE2ADC169F4D7970 /* Phase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4368355B91B05630C67DF14F7D896F8E /* RCTTransformAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = F4C13B67914DDD6C18060BB00CB150A5 /* RCTTransformAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 436E72D104AED28CCA822243E5114841 /* StreamsWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 23A908A029A4865820416EB81575E9E8 /* StreamsWriter.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 43CA8ECB58D84D21F265652EFC1C79F6 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 2243392BA4ACEA1636D132BFF43E3222 /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 43DE8BA06AE96071962179FF170529E9 /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 418D177EAEF50DCF900F31A816E9FF5D /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 43E138EB2615713A0E6079CC844B83F5 /* bit_reader_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = CB6A6E0CC757D98258B97D0754D9685D /* bit_reader_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 440719D1A11FA702EFD62D01FE34B1B7 /* FIRCLSMultipartMimeStreamEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F059310494F675E034561A616A86778 /* FIRCLSMultipartMimeStreamEncoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4409AA9931E5AF9D9BEB05B2F5AE2E80 /* EXFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = F646CF772CE256A0EFF50046AB146B30 /* EXFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 441807BF25D44D9142F7835CCEF37D5E /* UIImage+Extension.m in Sources */ = {isa = PBXBuildFile; fileRef = E55CD0FCB0469AFA6F54EF82F2DAB1F1 /* UIImage+Extension.m */; }; - 442A9F3F5102B23A2525348D1712C3EB /* RNCConnectionState.m in Sources */ = {isa = PBXBuildFile; fileRef = 46823A6354979B0AD1B8EFCE68BBAD75 /* RNCConnectionState.m */; }; - 4447AD816E2D1758DD01EC2925445ABB /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 939C57DD489196624F7D0F01B4838BCE /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 445CAEE6AC7B9522B316B8F8E111E455 /* FBLPromise+Then.m in Sources */ = {isa = PBXBuildFile; fileRef = E7A360F477D5F82FF59B1CC65CE301C2 /* FBLPromise+Then.m */; }; - 446CD1BEA574235FC868F0617DACE54D /* Flipper-Glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C576B9C396BD0035D5932452F8D2FA2 /* Flipper-Glog-dummy.m */; }; - 447AEC10593020560033323E6C218B50 /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DC3258E2E09C887405B29ECCE22E943 /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 448C4E227CC60E2E0002EA0C214E512F /* ManualExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC7325814932F4360F480EAE27A70C6D /* ManualExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 448C74A27FF43694799E04EF2250CB45 /* dec_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 9FB370BEDB462F2BB5A0F5030140DDA2 /* dec_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 448F31B3D1D3FCDDE9F704FCBECC550D /* SDAssociatedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = DAA9F90BD1A7C7D4AD3514B2BDB57E68 /* SDAssociatedObject.m */; }; - 448FFA534B2D01D4DFF862D371B8C422 /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 721153C0E06254197BA272CF7943F1C4 /* MallocImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 4499F682B7B571AD8CFFC9346B2BC24E /* BSG_RFC3339DateTool.m in Sources */ = {isa = PBXBuildFile; fileRef = C476E5005CAB0B867F5B132EADDD6D00 /* BSG_RFC3339DateTool.m */; }; - 449F1379A5799A97F645DAB84059EEF6 /* GDTCORFlatFileStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B26BAD5E9DF5956F8DC7E1020ED36BB /* GDTCORFlatFileStorage.m */; }; - 44D7B5259F639C6D0674627FDDD0567C /* Fixture.h in Headers */ = {isa = PBXBuildFile; fileRef = 75506798E42CE556870A19F98AF0D507 /* Fixture.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 44E45A607DB236E95A5F4D73BE6FF44D /* BugsnagKSCrashSysInfoParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D35C19C70B24489103D5469D9375512 /* BugsnagKSCrashSysInfoParser.m */; }; - 44EE74D48E272989BC72EB2CA5C404C2 /* buffer_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = EE14482CD4D40E1A9818C0A9497774BA /* buffer_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 44F478341EF6D32ADF44A5341DA7CFF2 /* SSLContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C2B01740316879137E3E32341862AFBD /* SSLContext.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 44FBD1372B3827D98BB8474DA90F3BC4 /* cct.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = D6A48F69484956F7A8B89898B55CEE94 /* cct.nanopb.c */; }; - 453063489447DFD1F2E29E8E46724943 /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F11A6C76C4E350E440152A22361F4010 /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4542DC27AB7B9E3D0B4A537BE062664F /* UIColor+SKSonarValueCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 20370633AF42CE88583AC6B9F9471D03 /* UIColor+SKSonarValueCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 455C572D60497EDC4EAD5220ED3AD2C0 /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A0378FFC00CE84D00DA4731FB4774B7 /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 456703A26788403D51FC126B88DA84DB /* Executor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 740DEDD1574D0EDDE72FC0DDEB6AFA2D /* Executor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 457369BD3EB16C613DAA7DDFC42C5D9E /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 48C65DA1B5B4B7DF00BC75B19004B198 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 457F6E063D34E0A0483C2AFE61D35770 /* Uri.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AF1832D00DDC650CBA494788CAC9FA2 /* Uri.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4589FB9F4C633F5BC4F35A225EC04022 /* rn-extensions-share-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B56F92CCE7198512E28557CC66F27DF8 /* rn-extensions-share-dummy.m */; }; - 45AC17B28E4A52BF1C9867DF51771613 /* RNGestureHandlerButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 07149C02A8511D2022417E487EF1F67E /* RNGestureHandlerButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45EF82F710060ED9C1E7E8931A91C074 /* FIRCLSSymbolResolver.m in Sources */ = {isa = PBXBuildFile; fileRef = BCDCB7A50224E30A9673CD5F91316940 /* FIRCLSSymbolResolver.m */; }; - 45F22AD5F98804709EA96022A245F912 /* FlipperKitReactPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = C7DEB6C4CF3F00AAC2540892471271A8 /* FlipperKitReactPlugin.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 45F518B650BB529C1FFD2079357888D8 /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = CAC3C20281748296048C60F39ADFF697 /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 45FFE0C272A6D9888C3E424BD50FBBEC /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = F9FC8E36418F2F6AC7AD358724E85457 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 460881E862B640DE4CDB2D594B07998A /* GULNetworkMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 51E5B8A8D050A6B14426F7B0F50161C9 /* GULNetworkMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 463194458DEB2B5EFF0017BE3F726E9B /* CodedInputDataCrypt_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC927CB76D6BDA7242AFF14ECEB07ED2 /* CodedInputDataCrypt_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 46490A05E768C20B7194EB628776498B /* HazptrObj.h in Headers */ = {isa = PBXBuildFile; fileRef = 44532AFFD8500B38727FC966666AD5AB /* HazptrObj.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 465CAEAE6D11F37E23376189A6E9D061 /* DynamicParser-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DA3986C97D3F9952CC2523DBB6FAEFB /* DynamicParser-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46B712F6F1E738C9F9DA79DD9153EB69 /* EXAudioRecordingPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 41AB64A47B8F2D2A6A467A86BD3C74EE /* EXAudioRecordingPermissionRequester.m */; }; - 46BDC8664B52DD0ABA3C83509A3CF5B3 /* UMReactNativeEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1707E438DFBC4567F5F8E21D063E0903 /* UMReactNativeEventEmitter.m */; }; - 46CD4609566349E69C6E989C1DD4333B /* RsaFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = F8716CA062FBB3C87A1AC17180BB3850 /* RsaFormatter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46F0958D845D9810E8663CA56827901A /* REAFunctionNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 767CF4A323E85509A1047D1881465BA8 /* REAFunctionNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 470A85F2867FD016CA1E97E5E7799504 /* InterProcessLock_Win32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4C7645277706B9C4791482BC7FC696C /* InterProcessLock_Win32.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 472A8262A2C580F8931DF647EC3015FB /* FBLPromise+Reduce.m in Sources */ = {isa = PBXBuildFile; fileRef = BF36E28ACA57A19A1D74DF15CAF5CE60 /* FBLPromise+Reduce.m */; }; - 472ADABAE132B4F556D071ECE4D4D620 /* RCTPerfMonitor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0472646441303309E0A83153165743ED /* RCTPerfMonitor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 47300495B627E3929B0A03DF7A54A04C /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C0E280F7071D46A1B56677706AAA3C1A /* Instance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 473DAD52688AB68BDD355A1635055710 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 34D672531A4191B427FBF4C400170326 /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 474A6CA8810DF16D828E636C7865FCF1 /* cct.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = EC3F1C957F463966C2EE80E9BF451F4A /* cct.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 476FF12C0F3E579245E43C99D01B1E02 /* bit_writer_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = E8B8B1537B985ED7A016105823046D0F /* bit_writer_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47726A1694499A081D8B3AD0589A6FF0 /* FIRCLSUserLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = 8123E8A0672AC784A99A586210F46AAA /* FIRCLSUserLogging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 477337547301AB05F9DE03645D9F47CB /* ParkingLot.h in Headers */ = {isa = PBXBuildFile; fileRef = ED183811CFD948413AA06EC96E42F848 /* ParkingLot.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 477900BFE4D8F0089150884765F3683E /* RCTCustomKeyboardViewControllerTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = E09577C809F5E341724681706523E388 /* RCTCustomKeyboardViewControllerTemp.m */; }; - 4787C765809BDEB7CDBD760923AA6145 /* EXResumablesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C0931F4E61302B55B5BE2783A96D7DD /* EXResumablesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4791B0EC016EFBC75B503DDB7FF19996 /* AsyncServerSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9B0CE549237C8D21C3C2A86CED314462 /* AsyncServerSocket.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 47B374D9A5D76EF1B3390B1155E98147 /* FBLPromiseError.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B99D108828D64D392189DF323023E4D /* FBLPromiseError.m */; }; - 47B4C62F5823EEFF85287D550CF36DEB /* FirebaseCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = C27AE08C493677CE0B889A27251B20D5 /* FirebaseCrashlytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47D0A679C9A754DDF1081E2BEE2AFA02 /* FIRCLSSymbolicationOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 46B05780D9B8B9DBEC0734DCF9337950 /* FIRCLSSymbolicationOperation.m */; }; - 47D7AF2E739CFC39B6E40F1AA29A8E65 /* vp8li_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 42310569F675D87AB92C3C96988464A3 /* vp8li_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47F8597404FD4761371484E96036CE10 /* TestSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BD1FBCBD3B24D0D5364BC76BBC3DF27 /* TestSubscriber.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47F8D301887CBCB0E37C01F8E356C9C7 /* SDWebImageDownloaderResponseModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = C7BDA7100CE6BFAF71C91A7977B5A72C /* SDWebImageDownloaderResponseModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 480339EC1DB3E406B3E11FF775C02A07 /* FIRCLSExecutionIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = BE98AC64A4E284AFA764335D64B38D2F /* FIRCLSExecutionIdentifierModel.m */; }; - 481053A2FAB20CCF7B3D5532F7F2031C /* RCTComponentEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 93FC29EC0663E27CC6352591F943B057 /* RCTComponentEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 481F7293B97FBBA4A00B29D2ADC98898 /* AtomicHashArray-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = FB28712BB90FEB623B4512548534D268 /* AtomicHashArray-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48346F60811A215A3897694215FB46D7 /* Uri-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = E2B041D58DB2D3A4E4DD92A7014DF3BA /* Uri-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48377D5A0E1191DF1A7A4EF7FB68767E /* VibrancyViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AD093F8971418C862609683FB3C7953E /* VibrancyViewManager.m */; }; - 4844B715F828996E8FDF2B895E4870BA /* StaticTracepoint-ELFx86.h in Headers */ = {isa = PBXBuildFile; fileRef = FC731B98DAC8D48040C328E31E4F108F /* StaticTracepoint-ELFx86.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 484603E4A3EF71BE6B805870FB30166B /* FlipperKitReactPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = AE109C3069F56CB165C26F0990C7F258 /* FlipperKitReactPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4890FE2DF2382FB65DB0DF570AD0C527 /* yuv_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = EAD95952AC29D5E6D2C3466CCB361792 /* yuv_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 4898B50A741B14A4B5E6697C8FC9E8CA /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D955422F92647103DA8E7B3469CC7422 /* YGNodePrint.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 48CDC1A5BBB1B64827B8F8153DDAACB9 /* SonarKitNetworkPlugin+CPPInitialization.h in Headers */ = {isa = PBXBuildFile; fileRef = FDF2876680249617267330E15480700D /* SonarKitNetworkPlugin+CPPInitialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48D3A2BBAD5F6B590F5900BBB888667B /* RCTInspectorPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D04BEE92DB0DE738C9803D87D408114 /* RCTInspectorPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4920EEE8A4E113CAC5480E6240DC653D /* RCTModuloAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 94CACCF476E3D3640588485DDC82AFBA /* RCTModuloAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 492F067F1E37C3CF5BB79E51DA615DF3 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 70E823991955DD94B192B69EFA7C760B /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 494460796E071DA7A3403D207B8C2106 /* REAPropsNode.m in Sources */ = {isa = PBXBuildFile; fileRef = FFAA30CA7ADDA5629031866EF998537A /* REAPropsNode.m */; }; - 494D040922C07D9B11A4E157C72AB24E /* REAFunctionNode.m in Sources */ = {isa = PBXBuildFile; fileRef = F2AF487DB1B31546286C760578EA2C49 /* REAFunctionNode.m */; }; - 496847701CD6C4B86DAFC570EFB9A97A /* RecordIO.h in Headers */ = {isa = PBXBuildFile; fileRef = 86C78EDF03F58633964D89FB1A8EC74E /* RecordIO.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 498C505AE16C2FB90A1660FF065B9323 /* EXHaptics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B939C77CA9D3CFECB1E20A2D8B1F284 /* EXHaptics-dummy.m */; }; - 49985827054EF0B3D9B65A64AB6C3DF4 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 28F2FDD76FA59D48C82CD9533948E806 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49A6CA382160E584D85CDA0985EF7042 /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCB37BC54EC2E1AE5C4F46CE86DBA079 /* Format.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 49A9FC14618093214FB914CA23C4BAFF /* MemoryMapping.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E5E35FD8A53450F0B299A45ECB604BB2 /* MemoryMapping.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 49AC79B44D2506CA5944958A1D507FD4 /* GDTCOREvent+GDTCCTSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 123790C3CEE99514061BDDA37F75AC85 /* GDTCOREvent+GDTCCTSupport.m */; }; - 49AD8B695D707B114E3D8587C2CC59FA /* AsyncServerSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B17D02B6D18AB4711CC788024A21E39 /* AsyncServerSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49B5A0797E963AFF59FB93B6825F3F2B /* Fcntl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A0B2E2EB41F8D7BF01A2CF72B8FECB1C /* Fcntl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 49BC57F22E254153F13BB021816F2757 /* GDTCORUploadPackage.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CD582F03A6BBE9B38B168E02EEE3632 /* GDTCORUploadPackage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49D0CD8FD614934C7224078BBF0DDA5F /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D3305486A680CEF25689F94E904C76C /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 49D7470C79EFC400474DE5FBFD2B3173 /* ARTBrush.m in Sources */ = {isa = PBXBuildFile; fileRef = 211549C598BBEA6DB34512301D1674E2 /* ARTBrush.m */; }; - 49E2FB371F6A3543FDF1453900F13B76 /* FIRCLSCodeMapping.m in Sources */ = {isa = PBXBuildFile; fileRef = 22E7D8E0E25AD92D8E8FF4F7F7858E1A /* FIRCLSCodeMapping.m */; }; - 4A12C0B70CCE3A2A89C2C96FDBC92EE9 /* ko.lproj in Resources */ = {isa = PBXBuildFile; fileRef = D10887A57003AB069714E5FADE3BB978 /* ko.lproj */; }; - 4A1A3D1448044BE8BAD31EF82C668CFC /* EXVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = B4A5A3551000B0CBE9D0BEFC80DFDE98 /* EXVideoView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A4CA71A83D030745C10B4E7B46074A5 /* FIRCLSReportUploader_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AEAFA869E44CD320FF87457DBB616FDA /* FIRCLSReportUploader_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A4D2C43DC3CC5F5DAA9248AA245BB60 /* REABezierNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B7995D48AFA486EA6D003F070C14E457 /* REABezierNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A630DDBF9D7F88503BB950612609FD6 /* AtomicNotification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2F35E216751B0646C45929A26A0A3F4C /* AtomicNotification.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 4A6416AF2142F090CB786492757EC1C5 /* StreamResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = EB5F8D1A35477D6208EB3AA4C1094388 /* StreamResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A713178D0A305216D99D99575BBEAF2 /* ObservableOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = B6ED375417D1BF6E38BC065CF7D71FFB /* ObservableOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A87681B2E5F60DE4F84A1DE2D9A366C /* RNCSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8796DEC8C8393D78F63DF2AD12659A9E /* RNCSliderManager.m */; }; - 4AA80E18D22E5FC59D5E5CD88ED9E04F /* RCTConvert+FFFastImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 22D2C8EF14A4890AE463173CEE6A3AEB /* RCTConvert+FFFastImage.m */; }; - 4ABAB6F84DCE317295FBF19A1C3D5E19 /* RNCPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 751FAF512721302AD099CFC35D23FE84 /* RNCPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4AD594C99F5F9AEADA609ABDFE7824C1 /* SecureStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DF87DD4509640BF933823BD98E5245B /* SecureStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4AE162C1A86027DA84918D9D27BE9A2B /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = A657184DF8D8F12FAAAC27123C0A8B0C /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4AE87C8B16F62DB246D0E54AAE5D897B /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 29C56E05F862087DF9F57185E1B8022F /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B0274F28968197C9F25D7F56F376315 /* TOCropToolbar.h in Headers */ = {isa = PBXBuildFile; fileRef = CABB1AF81BA401EA83A7AB9365265357 /* TOCropToolbar.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B04FAA3C35DDA5FFABCFC345129E270 /* RCTTypeSafety-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 31A8456E45AE7DAF049F51B63A8266BE /* RCTTypeSafety-dummy.m */; }; - 4B20C2717B69543A144F7562F754F50D /* bit_reader_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = AEE0D37D87DDBA51CA0980B144F79ECE /* bit_reader_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B299B33AB20F64BB67F5300FFE86563 /* ProgramOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6545EB7E5383480E346FF525F83DC0A0 /* ProgramOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B2B45F8C60604A5353C89934BE563A6 /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = B6EA0BC0D6DB25E8BE2788A77A9638FD /* SDImageGraphics.m */; }; - 4B2CC1AB67C8DDFCE6B967111BAEEB94 /* FrameTransportImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 32C588DB3046A911DBC4D8600796E562 /* FrameTransportImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B3964B71F74D3D48482B3D853DA94E5 /* GCDAsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CCBC5000AB49A940FA2A3AE755AC8F7 /* GCDAsyncSocket.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 4B4207C8F5CF30298410C7E991FF350E /* Parallel.h in Headers */ = {isa = PBXBuildFile; fileRef = C2C7B76B0CC56417E7F458C69F1FFD24 /* Parallel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B427258C9D1D217817D39F936E8E275 /* GDTCORConsoleLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = C7E68DFB098E05B5083D27873C51F77B /* GDTCORConsoleLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B61753B2A64D783E68A7F1D6C32FC33 /* FlipperResponderImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 55CED6751CC2770979336963066E120E /* FlipperResponderImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B771FE63E082D045A976EB55838AD8E /* BSG_KSCrashC.h in Headers */ = {isa = PBXBuildFile; fileRef = 44DD631C4DE28D8EE14D1C10E9E05AE7 /* BSG_KSCrashC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4B91A24F80A86620AF9CCC6689C5850F /* FIRInstallationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 9309966292E26688D5D73E8140FF6E1A /* FIRInstallationsStore.m */; }; - 4BBA090B98DFF729B1441E1AFE355DA3 /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E21313A9FBCDE947BE5EF9CA4DA78AE9 /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 4BBF61E8DBD8E7C07E662CA40085CDAA /* OpenSSLVersionFinder.h in Headers */ = {isa = PBXBuildFile; fileRef = 93241783413CE94F2F13E0E4819174D7 /* OpenSSLVersionFinder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4BCB569AF2B1F54D8868CEEBB3CF1B84 /* RCTSurfacePresenterStub.h in Headers */ = {isa = PBXBuildFile; fileRef = A550429B7F83CAF839FEF8595E600405 /* RCTSurfacePresenterStub.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4BDCFB25BCAA176E1D6557EB821A72F8 /* EventBaseLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F4A0035548B05D78144ED48AE01599F /* EventBaseLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4BE88DA8F91DC4842856EFED4E7A4C1C /* FIRCLSInstallIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = E37CF0444676D306D3F6AD5CAE687F2C /* FIRCLSInstallIdentifierModel.m */; }; - 4BEE9093703E4376B6ED3440C6DAD3DB /* ParallelMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 37F1A2670C92D87EB5D0312400F50081 /* ParallelMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4BF49463BDB3CC45130A08B7DFE42DED /* MMKVLog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EB80ABE3C3E5229B6C6E1504A3F37F86 /* MMKVLog.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; - 4BF4E16A799A0102B4B05E1EF025A957 /* AsyncSignalHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 955D357882FD1E44BE1D01820D143757 /* AsyncSignalHandler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 4C474604DD5468DD9C9F317FA4FA3A0E /* BlurEffectWithAmount.m in Sources */ = {isa = PBXBuildFile; fileRef = F1F8DACDC2C22B2B543DDBB4CD00A97F /* BlurEffectWithAmount.m */; }; - 4C6A0036F133EFE2991C09DA9B4D1815 /* fr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 101B4359065D0EC458D173BA8DB365CA /* fr.lproj */; }; - 4C97B542B6271989F6CC113D83C7BA5E /* config_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 92B722657589F5566C6B11031FDB7B70 /* config_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 4C9989C4D4D063914D6BAF7769C2B1B5 /* StreamStateMachineBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76673C2F29C995187FFC94F0D878DABB /* StreamStateMachineBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 4C9999D04DF082ED2C78E2BB44E4E5B3 /* MMKVLog_Android.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ED3684158A0D47D98E3F6A0CA68D04E1 /* MMKVLog_Android.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 4CAB65E5D7C1548045CC17FBD5F5D45A /* SDWebImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = A8E1846DECFD9AC5DA0B2976F2C6D052 /* SDWebImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4CCABA377E189B3953EF320EA891BF7A /* demux.h in Headers */ = {isa = PBXBuildFile; fileRef = F73E45B67795E64677FAF5CABD71548B /* demux.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4CD3E5D6975449E11EA7818BDBB8AB80 /* QBAssetsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 30C5D07EC2753CD7C0DAF2696BCDC782 /* QBAssetsViewController.m */; }; - 4CD77C5DC84D91993230D05A50AC9D8E /* FIRDependency.m in Sources */ = {isa = PBXBuildFile; fileRef = D23492C419A981BB445406B3878430EA /* FIRDependency.m */; }; - 4CDA0C90B399C5A18924166E5BAA0D19 /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 946C39A0164D6B3E242B9546EECF1366 /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4CE450D79C81E419FB9534C324320C43 /* cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 649621CDD8B2AC43956D2950EC665A74 /* cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 4CEC7888DC4843F90A1B5B5690EFD428 /* BugsnagSessionTrackingApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B0A00AAF22C306C3F476C642DDD8C36 /* BugsnagSessionTrackingApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4CFC0D6CE0807EDA7F3EF4972BBB64DF /* RCTImageURLLoaderWithAttribution.mm in Sources */ = {isa = PBXBuildFile; fileRef = F35D91BC4E017F007D5A53BC858B2EFC /* RCTImageURLLoaderWithAttribution.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 4D04FB0EB53621C51FD5893A75645DAF /* File.h in Headers */ = {isa = PBXBuildFile; fileRef = 1169755FFA5835ADC55BAE1327129034 /* File.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D3047393CE540861B4A90991671F119 /* FIRCLSMachException.h in Headers */ = {isa = PBXBuildFile; fileRef = 42A017BE14321A298E2CE77FE3465702 /* FIRCLSMachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D44EF94BDA603741F30B18C5BED613D /* SharedMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C61CD55EC060153A9C2261DB2A80B65E /* SharedMutex.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 4D7E466FDCF2AB74D0AC7A001180D21D /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = C0EED539BEC35AEDD9125EE88F387FA9 /* RCTShadowView+Layout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 4DBD902B815962C9ABEF3473044772A4 /* GDTCCTUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = E582CCDB36728049943566F4BEF75177 /* GDTCCTUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4DF3282648831C194F75B67CA32EE072 /* GULSceneDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 2766B425FC9E4BB2CB0365D9F9DF33D6 /* GULSceneDelegateSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E102A79314D01B2DDD6979891A93817 /* SDWebImageDownloaderResponseModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 54DA15D557DB771B5CBD549CF19B804D /* SDWebImageDownloaderResponseModifier.m */; }; - 4E33DAB50656250358DA118C7D02B603 /* RCTSettingsPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6F3EAA3996AE07438613862605B404C5 /* RCTSettingsPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 4E37F7ECB9C08173125C8D115D3E4FE9 /* NSBezierPath+SDRoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = 55D657B9C1BA4A98DF11C770EC9B83AA /* NSBezierPath+SDRoundedCorners.m */; }; - 4E46AE0175931B7AE063DD6B59FF0E69 /* UMModuleRegistryDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A2CCF02D20541FA93D85EB098F4E73D /* UMModuleRegistryDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E4AE2A91E11FC8FAFC0C426F8485765 /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B454B373530AC149FD27ACA594A530C /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4E5507506B478C6AE806DFE8F864FEAE /* ClientResumeStatusCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = BBC8FD12B7C1B946B746950CA9E5B292 /* ClientResumeStatusCallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4EAB9438A35538B4CACFB2EED73170A5 /* RSocketParameters.h in Headers */ = {isa = PBXBuildFile; fileRef = 746A5115E7229F299BA81F49831B1BDD /* RSocketParameters.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4ED0E5F0281C4D4462E0FE17EDAD547F /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D517510D9C00DF5291D239B89662C61 /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4ED4C6E679C541F55266FF8168254158 /* hu.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 93FF034E2A6A1EAAF9B4BAD131417B25 /* hu.lproj */; }; - 4F1143D8CC5B3C88C3FCF3471A4F027C /* GULKeychainUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BCBB59E90419404C06ADEE2D1CF1E44 /* GULKeychainUtils.m */; }; - 4F148CBA82D0A0F0F7D595B5532A2124 /* predictor_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B024BE322988A0EB517DFF9F453F562 /* predictor_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 4F25B796A7455124DC8C1B446B60960F /* SKNodeDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D574F086036572609127D36B0C48B71 /* SKNodeDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F4D66B09537432994852E14288859E7 /* SKNamed.h in Headers */ = {isa = PBXBuildFile; fileRef = F5C9EB468E764888808428A4B7A578DB /* SKNamed.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F67D0748705D8B8B552AE9B0B11D8F8 /* UMPermissionsMethodsDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A0DD696B736550245BD5A804ABCEF92 /* UMPermissionsMethodsDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F6D47070B33A45A2E12ED3B6B259AD4 /* Framer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 831E5489A3EB1F840287A7C336525D5E /* Framer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 4F80E2AC05EF2AFD946737E61A97CA06 /* YGLayout+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 155B19E8D891A22C87FC08FCA8FE1E53 /* YGLayout+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F84EB3ABDF3E9E53A9526047B6049EB /* FIRCLSDwarfExpressionMachine.c in Sources */ = {isa = PBXBuildFile; fileRef = 8B7990642E7AE5F6DF8911D958797566 /* FIRCLSDwarfExpressionMachine.c */; }; - 4F8B34F56474C0E778BA9F3384507A87 /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 018F46FEAF1DD8C111F1C155BFB499E3 /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4F96EE8B3A4512A5D83A22ED271F9648 /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0936CF5AA7B318B659CA94DB79E55E34 /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FB5EF543E644195C8BEF55D7EFFCC13 /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = AE7AAFF4971965804F6AF2BE41B220B8 /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FC36D3475E49C9BBA7F9A5C212A9B37 /* Rsa.h in Headers */ = {isa = PBXBuildFile; fileRef = D262DF89A9D96FA3C18F0FB127EDBF2B /* Rsa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FC51D48F126D9706C4C2640F0111202 /* RCTInputAccessoryViewContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DE212E5CD8975B72A0F13B83BE80FF7 /* RCTInputAccessoryViewContent.m */; }; - 4FD87F76D635A5035727A837712515AB /* GULLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BDEDC8C1377E8B97CDED5F63D3CBB7C /* GULLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4FDDE4AAD34AA3F00371636F296819FB /* DeviceUID.m in Sources */ = {isa = PBXBuildFile; fileRef = AB4019B670FC295D5575397DF8399E60 /* DeviceUID.m */; }; - 4FF33A8606B505E872DAC3B6265BA8FC /* FLEXNetworkObserver.mm in Sources */ = {isa = PBXBuildFile; fileRef = BEC4154AEEF4D4F1C5F31A16732276E7 /* FLEXNetworkObserver.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 4FFF82C5D3A6EEA0447B88929273F3DE /* ssim_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 8B52CF3660A8F88E71A79683A5C5757D /* ssim_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 500409ADFA391A1B1E5EE45EE1AEE6D1 /* MPMCPipeline.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BF9C0225BD8A4EBDA4B9E8623351F11 /* MPMCPipeline.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 504B4BECA4CE7635CCB1AF7D614EBEEF /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AE0EBEF695D6F94F2602A99400E7813 /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 508ECA38C00615D6966711BD85284545 /* BSG_KSFileUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = 070696EFF4D268974F3A527D4B7DEFE2 /* BSG_KSFileUtils.c */; }; - 50AF93EF90BF4A7E9719F22FEA7B0A99 /* fa-IR.lproj in Resources */ = {isa = PBXBuildFile; fileRef = AB97E0A45F2987D3B6D6D2C479EBCE85 /* fa-IR.lproj */; }; - 50B834389F0A52EF9DC6C27DE7CD7111 /* RNCPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CFE643860E2E446BA743C093C06C6B0 /* RNCPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50D2D7B3BB31A60CD3E59648470B4BD6 /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = 84FCF1B7D7CD45D3505988B644D9D33B /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50E1394F059CFAED719B2D4A2C7041B2 /* AESCrypt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 742ACFA86F3737E6926C0A460DA1F9F6 /* AESCrypt.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 511153A256EC78A182A51F5F18F81331 /* FIRCLSMachOBinary.m in Sources */ = {isa = PBXBuildFile; fileRef = 93FDB3A987A82F1C29D3176228928A67 /* FIRCLSMachOBinary.m */; }; - 514546F2D8310E7F4C88A2C1BF4D6939 /* MMKV.h in Headers */ = {isa = PBXBuildFile; fileRef = DCF3A9D6C29FE836E7AB64EDF6C14094 /* MMKV.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 515B2C358B8CCCDB22CBC56E7A7A107B /* FLEXNetworkObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = CFBB5134483B4EFF5B44B4CE9E6572AF /* FLEXNetworkObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 517443E0AB210DE30949909BF3BA54A6 /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = 161EE96520529B805BF35BB1CF1FBF99 /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 517A07F01C35E88EAB0F4A553EB87FAD /* FIRCLSRecordApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = AA483C53D25E7BABE390CFF248897C64 /* FIRCLSRecordApplication.m */; }; - 518555D7575B89BDA99F1017F30383A6 /* picture_psnr_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8B6C6B3824F55E7E822837590B78554B /* picture_psnr_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5188E35920121C4F023B009EB47B7250 /* RNVectorIcons-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7322FB4748BED82D906B44EC8CC69C0F /* RNVectorIcons-dummy.m */; }; - 518AACDBC616308F5A6F8E0C1FD0AF29 /* PromisesObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 556737AF5A617F0D7A1735500CEAE35C /* PromisesObjC-dummy.m */; }; - 51B6031E539D901552918667D3D45676 /* ro.lproj in Resources */ = {isa = PBXBuildFile; fileRef = A4A7178DD5F5AC48C5E660F83E592689 /* ro.lproj */; }; - 51B67D2931EB4CCA7F07B76A066A8217 /* EXAppleAuthenticationMappings.m in Sources */ = {isa = PBXBuildFile; fileRef = 758291E538225C70DE6734133AC3A499 /* EXAppleAuthenticationMappings.m */; }; - 51BD7BFA9DCC3EC71AE17532FE8FF241 /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D451DDF2AB04176CA62E461E48EDD5A /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51EA1E266FCC622C10B5E031B822F96F /* StorageIndexer.m in Sources */ = {isa = PBXBuildFile; fileRef = C48AE43DA4B4569A8FFAED7113479B68 /* StorageIndexer.m */; }; - 51F3B929EE47857156ED53EECB974920 /* FrameTransportImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4D59CB9EBF0DA0884C6CB702DDDE722 /* FrameTransportImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 520415CE52E0181BC0B493F4F914AD5C /* DelayedDestruction.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C8B904515A74CFC1341EAA0E96EF002 /* DelayedDestruction.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 521109A57327045AB2339981E98D1CBE /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A9EE51F40C6D1D7D752BF956E25EB3D /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5215427656FD70299AD643B822991319 /* TurboModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2713DFC2D56808FDBC448C3B86E9A611 /* TurboModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5235586EF4F37E089CB0466A3D29952D /* REAUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D9610630388245725BF1EAA1C20F500 /* REAUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 523EC4B5C4810584EBA1986787A38402 /* Common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2F37B85809B0B03C3DA2BF790554B77E /* Common.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 524DAC8A16F8CCCECD4B07A477B7FC86 /* ThreadLock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9257A7364D2F98B1FC0A854B3EF22673 /* ThreadLock.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; - 52716A9159CC825BF8D284A22F61F334 /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A5DB030F40DA7F19A2039081CCF21CE /* RCTVersion.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 52A1DD66495F193BC4B9FB0CF3694F92 /* iterator_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = EDBDFC8181207F79A37448D7BFE0E63E /* iterator_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 52B5E8EE572768ED6FAF33914107C8E7 /* MacAddress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 96F845141488EE145BD57F12346195A1 /* MacAddress.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 52BF7F5157E1809A0F94A4869D00AFD3 /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CB8C8830FC07321FA0096C31FC307F4 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52C578BDEDB118AAC89075AE002F9871 /* FIRCLSDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 857F85C58D8A208392631CF750953028 /* FIRCLSDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 52FC4C285BD391CC8D308407ACE86BB3 /* HighlighterViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BA18343329800C36602D861022E00206 /* HighlighterViewManager.m */; }; - 53006F50104214D43DD9ECD3001BF305 /* BSG_KSFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = B57C56DA912AAD2E3E851C83ACD4FE54 /* BSG_KSFileUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 530D81A895485CE0A5F0DEF1EE033252 /* FIRHeartbeatInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = CFC786974383C30117C4BE40BD273476 /* FIRHeartbeatInfo.m */; }; - 5314BC9FA777EB6A9F427006222FE0BC /* upsampling.c in Sources */ = {isa = PBXBuildFile; fileRef = 0FCBDE0276C934A80135FB36435D4216 /* upsampling.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 533D723DBDC1987B2F81ECF1A82E9F48 /* EXSessionDownloadTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E0060D76216A3D5A06E82D7EDC67EFE9 /* EXSessionDownloadTaskDelegate.m */; }; - 5352CC006F2A2EFE66376363AF512792 /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A03E1967BF272AB2C7191C1D95D2674 /* SDImageLoader.m */; }; - 535E51B967E58D6E1DB34BBDCD3D39C3 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 70E823991955DD94B192B69EFA7C760B /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 53688E900F86F67061EBBE82569FEE46 /* BSG_KSCrashCallCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = 088F1098685842F4085108AFD5AFCDD5 /* BSG_KSCrashCallCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5371B1D1E8AD1C3B423A18E8D3AF0998 /* Log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56CC867DDD6D73478F4E9147D0DB6346 /* Log.cpp */; settings = {COMPILER_FLAGS = "-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -Wall\n -std=c++14\n -Wno-global-constructors"; }; }; - 5372184DEE4B05BD26EAF265AA46579F /* REABlockNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F739C8C712B48A11645E241942135D3C /* REABlockNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 537DFB589F2A2E355A25EAC42C794FC5 /* SDDiskCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 82325A6841F193F44BFF14C4CC0871B8 /* SDDiskCache.m */; }; - 537E7F1EDDD02C60E3700B52246BA140 /* GDTCORStorageProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 69A8C8B1A058EE633744824AAF7603BE /* GDTCORStorageProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5384AB5700C5CDBF87A298E66EE5119F /* RSocketServiceHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C6D97DE49E015306F3BADD28CFAF0CC0 /* RSocketServiceHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5392E12BE39923F714A040195AB03B33 /* FIRCLSUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = C83E02AC963574254755EE57EFBBAE50 /* FIRCLSUserDefaults.m */; }; - 5398C3EEC9FFACD8853EA51F653B2BF1 /* JSCRuntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0734806CEDD62D0E9D7FF8EE51277DB5 /* JSCRuntime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 53CBC8BDF13F536918228204E6D64A2D /* RCTEventAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = B4DCFC5ED48FD138ACDFA321B130AFFC /* RCTEventAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5415F608ABDB38B84062C74A489E615E /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CE8AED8F4C6814D54CF68A0BA075968 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5426E92A3D75A5764562AC839B9509A5 /* FlipperClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 359A199BC21EA9146C670D2A64EBC901 /* FlipperClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54302C752432F02A40476CE327372DEF /* FIRCLSThreadArrayOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = DBB47B65BF8B28023A8E8689355E2DB5 /* FIRCLSThreadArrayOperation.m */; }; - 543EE0A6E553C33AEB1C61AC88CF42ED /* REAValueNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BA1C3E0F60E47542F51745099149490 /* REAValueNode.m */; }; - 544B0A17D4EF8DF1A62AD4C97B7DF962 /* RNFastImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A1B335A5F74B96ADBD7075188EA9DE8B /* RNFastImage-dummy.m */; }; - 545020582A7E3F0F651D269D1099ABEF /* filters_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = BE427ABA26B789B1746BCEA07C8D1471 /* filters_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54645B7019A38028E884516D847C7EBD /* RCTSettingsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6EFDB7D8774D22D830151ABDEF06E821 /* RCTSettingsManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 54880C500712D7E15C7E85BEEE11A60D /* EXAppleAuthenticationRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = C1D2448E65B8873E3070773A862409E5 /* EXAppleAuthenticationRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 548D7E7158A12022135413B955077526 /* NotificationQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 09BB52AAF109E35C2D17CC35E34D503C /* NotificationQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54A4BD8F8361127861EB9EA481ABC0AB /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = C01F0B2EBD3F1D14E48394F47F5F1263 /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 54B50A84E542A40DF257CBBDE27BE610 /* RCTTextAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 14FFCA88D1378649E5DD28CBBD8846C4 /* RCTTextAttributes.m */; }; - 54CB00824B01C196F293EE7F22F459DB /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 1674DE4EAE474C235ED58418BB01E54E /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54DB9E58F9F7A8F185EAC38A6EFAC5B6 /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D22307A77F2B2C0D10AA0081506065A /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54EC09938BD15B03FF81F21CD8D0C999 /* FBLPromise+Await.m in Sources */ = {isa = PBXBuildFile; fileRef = A04B7559B094A1566C67218DF679AF43 /* FBLPromise+Await.m */; }; - 550E2D501FD368372393E7F1B69796F9 /* RNBootSplash.h in Headers */ = {isa = PBXBuildFile; fileRef = 286C73839C0521D368C8ED6D8738CA0C /* RNBootSplash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5527BDC85589B1E5F950B6DAB1E10314 /* RSocketRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = D0711AF5A2ABF7D17475286AAC838E7F /* RSocketRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 552AC710B4821280F6DB37F6C568B096 /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = EB0247AE8C9423225AD2B988A87F39CB /* RCTRefreshControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 55369720BD2F15F7304C1BA37265F137 /* ScheduledSubscription.h in Headers */ = {isa = PBXBuildFile; fileRef = FEA1996D3602143BFC06FB4BB3B750A5 /* ScheduledSubscription.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 55539CD9025A43326A8F7921C0F32D84 /* openssl_aes_core.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA981262C594425DC2BCB31FFFC0F930 /* openssl_aes_core.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 55545B966E6065FA2CADF0FF5D0F0057 /* BSG_KSCrashReportWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F4A0E306CCEF469DCCCA72E595F2331 /* BSG_KSCrashReportWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 555A6FEF0EA83155E77B07251E2A4983 /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D32B2EB7635D216E8F6A56AAF162E2ED /* F14Table.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 556035EACDB53B895699698F5307A3BC /* FIRCLSSerializeSymbolicatedFramesOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = F22C5492E1F66494BF46AFBCF1202BCC /* FIRCLSSerializeSymbolicatedFramesOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 556A24B9BE5301058382C4B19F6D41CE /* GDTCORTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DFBE845ECD29283F6E9474719D56D53 /* GDTCORTransformer.m */; }; - 556C8F785A27EA3F66AA0787EF5EF65D /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6928D670B73CDD66C4D4DB9B339597CF /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5572ECDFC7300AFF7C40F2961C4FBA4B /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EE5C84E058A488AB22C8BB061DF13ED /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 55827ECF3ABF7E6109E6E72CCC56579A /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FEF4F75AD5C25611E3D42E5C652C0DD /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 558379F7DF7A4E869B35229BCC6CE677 /* FIRAEvent+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = D81ECC54BDB201711B543F08228E0803 /* FIRAEvent+Internal.m */; }; - 55C433889B24D057C53AEA90845D2C50 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 01CEB7BEDF8AFCA23480C21F1FD9A7F0 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 55EDA4FE47B9ECE5533922718F22FC0C /* FlipperState.h in Headers */ = {isa = PBXBuildFile; fileRef = E754BD89E98B80FD0AE22E56F83FFAA3 /* FlipperState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 55F2F5400A72418073B6A143B06D2B78 /* CMakeLists.txt in Sources */ = {isa = PBXBuildFile; fileRef = C8EA09BB03924D29B28684688D0E36B7 /* CMakeLists.txt */; }; - 55F765F37C59C5C960CB40C562CA9CBE /* RNNotificationParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 8111A99626B0FF8A757095645DC97D17 /* RNNotificationParser.m */; }; - 55F8F04DD046828867F87C32B0AF3816 /* UMLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E821DCEEC80B1C2AB4E87821719D38EC /* UMLogManager.m */; }; - 560EF5CA70E5824DD26932CD6FB08B0B /* da-DK.lproj in Resources */ = {isa = PBXBuildFile; fileRef = CBCD87E74342BAFC1F211A4F4BE81C7A /* da-DK.lproj */; }; - 5612514BC1843E72BF91B29AFB21F139 /* RNCConnectionState.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC90698D3ABFFD6EAE6AE1E35E96F3C /* RNCConnectionState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56370A03DD80A840BF885CC21BEC7907 /* SDImageTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 205C46F493A534D48393FC3D8808E07C /* SDImageTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 563A3C4780BAC48580C68054C96A45FC /* FlipperStep.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EBAB83B23ADE88C80AA0663913DEC29E /* FlipperStep.cpp */; settings = {COMPILER_FLAGS = "-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -Wall\n -std=c++14\n -Wno-global-constructors"; }; }; - 56799E6152B3CB866EF15989C06AF3B8 /* ScheduledSingleSubscription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE3BF1891948F21E25C8A203344BCEC8 /* ScheduledSingleSubscription.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 567CE3FC7180CEB8C078B07DF4F8EB07 /* React-Core-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C7044B3A02E901E4DD0314AC6AAB9B78 /* React-Core-dummy.m */; }; - 56831F356A796403A61EB27B98984A4A /* FramedDuplexConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 5853321AC724003E5228DD540D1A330C /* FramedDuplexConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 568EF27B9FC821A59A1E531A762689B8 /* BugsnagCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 796616FCA34D48F8ABE92F8FA3DC9A21 /* BugsnagCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56B16109C004DBBE0BD90598538E7254 /* TurboCxxModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 974E830714D9DA8D04FFBCBB14A519BA /* TurboCxxModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 56F1F79547ED54B3D11E43E7D3179B99 /* TLSDefinitions.h in Headers */ = {isa = PBXBuildFile; fileRef = D0C1BF603CA6FADF287CF354FC41E95E /* TLSDefinitions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 56FC6B389683EFB670BA03EC7ECA7084 /* BSG_KSArchSpecific.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EFA7D202120B0055A58432479FDB651 /* BSG_KSArchSpecific.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 570C74C728841871D4DBEB6FA4A15497 /* RNCWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2729CC984F8697B70423444DFFD21E61 /* RNCWebViewManager.m */; }; - 571AF847B306631BEC2B0B257D41EC38 /* TimedDrivableExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 02B8285D35791EE8171B2E3CEDC5F375 /* TimedDrivableExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 5722F2F262DCD4F26BEE57AC571EA8A6 /* Singleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 467D58CC1D69A564123E6ECFF5FCC019 /* Singleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 57434F34A291E1B113DA166102DE4ABB /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C478EA28D75CEBBD1704A2F15C8376DD /* Format.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 5745D5BE092460AF3EFF60A31B6789AF /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 182554BBF36BB1D041C0EBF7F8333D69 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 57465C5E534532297B22E048001BA2B6 /* Assume-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = F171608CDB79B56BAB4FF1E300DE62DD /* Assume-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 57567F43D513622A418D77BF6577177F /* AtomicNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = CC2CA9D053DB1690FCB0B716D83CDCE1 /* AtomicNotification.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 576D1D3D0255B54FFBDDCB00855FE397 /* PTChannel.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F2B6A5CE87255DFB3137341A597ED73 /* PTChannel.m */; }; - 5771D1F5AF09F22675A90661B35C5C29 /* BlurViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B609D6768DF50AB0E7D0275300E3EC4 /* BlurViewManager.m */; }; - 5780B04A759AA750C514A67C37197C56 /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9527194C7127D679255CE25DE714CA1D /* RCTLog.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 578D5053D60517D4157B6EED0A14E1E1 /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AFF86A69F32699DC26E4BF629726771 /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 57B89FC13E500AD728D6D36DC37E26B5 /* vp8i_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 792F179A08B90F1063340F0C3766AD4B /* vp8i_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 57C382944E7C15FB2FF8EB5A7A311DCB /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 112F26485E5BD088A564921383BA6AF9 /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 57E175D4C4F1E624351575B3D9B335F3 /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 120F766D765BAEBA01B19E3BF0F63299 /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5816D11CE98687A1D887CBB66498ADAF /* SharedMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = 51E75E93B932F7316860EBA6027E63C5 /* SharedMutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 58210160ED60C3CC9161F0E65CD3F31A /* SKInvalidation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A976500406D7F50F37ADF75A7A7E707 /* SKInvalidation.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 5845900F97E761BA1190183CF8A4ABA7 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 6100D5A2AF6BA5830AF835A1C4ABD33C /* UIImageView+HighlightedWebCache.m */; }; - 5858BC06D64B5A232846FA88DB575694 /* FIRCLSURLSessionDownloadTask_PrivateMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = C775A523D9C7196D0B2E0568D12293D9 /* FIRCLSURLSessionDownloadTask_PrivateMethods.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 585DF8EBC91C9AC3BD7C52F35FA3F4D8 /* Futex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C2C35087655F2E65FA331610D911729 /* Futex.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 5872E057465F35CA19FF5352C09F7210 /* IPAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 83E1BB329AEDE8CCE51E47F00CFB26C2 /* IPAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 58930EE6EC9614F68A2B22CA335FDDF8 /* muxedit.c in Sources */ = {isa = PBXBuildFile; fileRef = 3E084ADF794DABD33F98599EF4AD0B81 /* muxedit.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5896E44BDFCAB5BD03DC2F01A766A81B /* FBString.h in Headers */ = {isa = PBXBuildFile; fileRef = 26E977733407FA6B939BA7241A86D1FA /* FBString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 58B7527D10B205632DD69550C4B207E8 /* BSG_KSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C6DCF82E3FF71FB1FDC72A1991C9964 /* BSG_KSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 58D9BC04AACE8FB2A6793E1C669E9BB1 /* FBLPromise+Retry.h in Headers */ = {isa = PBXBuildFile; fileRef = C754CF5C69AB2D1E1B2AB781731ED3EB /* FBLPromise+Retry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 58E0FDD41CE1A070611F323C7E3ACF1C /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = D12B16FFBD7868EE539DAF243E3A97CD /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 58E1660575B93C51FE5C9208E4D2ACDA /* REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = A51BAA6C36BD30FD0CD6AC6016FEE297 /* REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 591C230345BD56FA58D3D9F83430406E /* GDTCORTransport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ACB56C3D108B55A7034A49FC00A5447 /* GDTCORTransport_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 592CEF5330D40D021D3C35C5CE1BF4C6 /* RequestResponseThroughputTcp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C4A448437DFA0776741806C3F9B28F1D /* RequestResponseThroughputTcp.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 5937AEDEB7F38400C9A66944F7149003 /* Assume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 23FF8BACE4B7D09CAD2AE5B063BCA5A6 /* Assume.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 59A0741FAEF840D56049DC553583A594 /* ParallelMap-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B6B3159F5021D3BF450DB791C3C0BC9 /* ParallelMap-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 59A0B158416E8AE47E0092B80B731E02 /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = F289CCBC0CE51631B584BBBCA64EB186 /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 59BE7312277A896A3DF6BE748EB3ECD6 /* RCTDevLoadingViewSetEnabled.m in Sources */ = {isa = PBXBuildFile; fileRef = F896FCF8B5230785B1722BF2A339244A /* RCTDevLoadingViewSetEnabled.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 59CEE4749F7F4916C2EAB270490AF45D /* RCTDatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 794D874F30A957CF217AD75D445E2F47 /* RCTDatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 59DF7FA06F9A21AC63C9304B31A2E7E9 /* SDWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 88D40CF3CA174748A055C0F90EE0B0E1 /* SDWeakProxy.m */; }; - 59EFB9C8D6B1D403500F6DEB3C0B2E8E /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B40D7721DF5E0C0CACD1D732CDADABA /* dynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5A06809A11387FE1219FC4E39A25B425 /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 546878DE09DD38C5B8E3301BE0A83E52 /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A247A0BEA6D96D1CABE45D2A56DC236 /* AtFork.h in Headers */ = {isa = PBXBuildFile; fileRef = 77D38A5B26DC7A7584087FEAD74BDBA9 /* AtFork.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A323BE07D29E2F38FA1E6B0CAAFC920 /* TOActivityCroppedImageProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 8137C422B7EB1757386C7E9B8994488F /* TOActivityCroppedImageProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A346464BE35D84078CA652CBC817C93 /* ScopedTraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = ADFA18BBD63ECBCC03253EEE11387C4A /* ScopedTraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A4B46B2EE1F48C34F6A733FE87FB584 /* SDAnimatedImagePlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = DDABD51A07193223FFBF9D3FE010F568 /* SDAnimatedImagePlayer.m */; }; - 5A62292C701A52A3F948A47387BE927B /* quant_levels_dec_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D3E430A83D7ECAC641C7DF437926DE2 /* quant_levels_dec_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A67447EEF21FFBE9F0C883ECADDE5E8 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 906D654B881FFD21388D28A59C15421A /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5A6B07BCBF61657CFF37087381E5AEAA /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AA47E7769F20AD663A768980216AED7 /* SDImageCodersManager.m */; }; - 5A741897B7B13B1BA7152F1C1F9C59EC /* RNGestureHandlerButton.m in Sources */ = {isa = PBXBuildFile; fileRef = AEF1AA31130575299177EEBDF679D8E5 /* RNGestureHandlerButton.m */; }; - 5A9299BC657C6780109E101A8C0B5F5B /* REAParamNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 287E5B4E48C69E5BD901CE94BADA5278 /* REAParamNode.m */; }; - 5A96AA66F6298FFE3FAFB3BFDEAA009C /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 78A59395B02A6288A98A9123CD8502AE /* NSData+ImageContentType.m */; }; - 5AAACA97F295D25BAA18016CC515974F /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = BCF5D42B3F67D729026AD63A214F5296 /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5ABA5753ED7B7762FBAA0DADB9300243 /* FBLPromise+Catch.h in Headers */ = {isa = PBXBuildFile; fileRef = CE7539F4FA0A50BBE5B64DDCF47680A4 /* FBLPromise+Catch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AC1E91D0D3858546CB08B13F0080140 /* Semaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F5C09F262F4E05F07ACC3E0115CBF55 /* Semaphore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AEAF8AAC4EBE8FC7B2787CCF389C574 /* EventUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A5F85CD9CCD8527D260AF95B836AD9C /* EventUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5AEF74A42804CB35BA7A71AC733D852D /* TypeList.h in Headers */ = {isa = PBXBuildFile; fileRef = 68A977DD6BD78763512B0CA536279B5B /* TypeList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B090B09D8ACFFD7E4A6A175A17D67CE /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 9099C7420F9CFE1CE912D967D645A108 /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B17C07022BB8181DA586246F4E32483 /* RNSScreenContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F75A8CAD877EEDB995D86501D3D102D /* RNSScreenContainer.m */; }; - 5B3DBD70D23807CDC97B24F979C68C92 /* FrameFlags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A22F8F8D20DB58A811BB513CC528AF /* FrameFlags.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 5B43CF881409908B681DA43BD7F0FE3E /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = D036955DF472334426170984C29337D9 /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BA4AA8D7FAFACDD482A6FCD4AB3E876 /* UIView+SKInvalidation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3C4101E42C745A964AFAD242BF1ED8B2 /* UIView+SKInvalidation.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 5BA5635003A713590A0C5AE7CD17304C /* FBLPromise+Delay.h in Headers */ = {isa = PBXBuildFile; fileRef = A4A1E4A2E3B2ED91A5FBEDC266912332 /* FBLPromise+Delay.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BE43B10E69B08F2D74EA5E07DA94FC4 /* nl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 3D3274C9C74CAF7A59CAF64614A43C29 /* nl.lproj */; }; - 5BE6A1FCFA61602F65CE8B0B42522D77 /* BSG_KSMach.c in Sources */ = {isa = PBXBuildFile; fileRef = 4CB6959DAEAF3EE9D6A0DFA7CF2BEF30 /* BSG_KSMach.c */; }; - 5BEEA242DCF06C7E7D0AD5A701A6FF03 /* FIRCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BE3FB69C0DD892E9AB75B2FC0262729 /* FIRCrashlytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5BF82DC3638FD03C13ABF0EE0429BA4F /* EXConstants-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BCDC50C63E9ED4A8D1D1EDB7D2FC984C /* EXConstants-dummy.m */; }; - 5C34B4379AA5FAAAFABFEA0CE385F5F9 /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FE27A51F250E66324F67CA14F1B4381 /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C3EB4C250F55FD6A23BB189E9CC8323 /* Init.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D95EA60BB7DEAC6A9B9F935327F3491D /* Init.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 5C466C17F0CA0C12F28D72964DC94272 /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = B64EAAC5B1D6CA1BCB82174503EE215F /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C49D3A03598FC9C2005EFAFCE4CD309 /* Assume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 319B954312CD9CB0E4CF870F37EED893 /* Assume.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5C4E76845D343CA10A65FB4CD3F161BE /* RNCAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = 963A123F88652655072E679275D0CAA8 /* RNCAppearance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C61CB207DB18EB0C220BA62BDB9D1FD /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F96F8CE2921C672A45D2DE0521959F7 /* SDImageTransformer.m */; }; - 5C67EA35FC6B8F99E4387FCB9B0B64C3 /* TurnSequencer.h in Headers */ = {isa = PBXBuildFile; fileRef = E9AAB220CF47F124D7F80B029D540767 /* TurnSequencer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5C76767D8E04934EB3A80C51FBC36D36 /* UIImage+WebP.m in Sources */ = {isa = PBXBuildFile; fileRef = 744E11F8DCB0AD42E0C51C91DF3C4636 /* UIImage+WebP.m */; }; - 5CA581817E8C0B33FF4E56320738F1F2 /* NSData+EXFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = 647488FA38B8B6200E7F9AD1B115A97A /* NSData+EXFileSystem.m */; }; - 5CC909BC6B252F8D85BDE46A27AC9AEA /* PriorityUnboundedBlockingQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 79502E8F90D32A4DF29B37B6E441A90B /* PriorityUnboundedBlockingQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5CCD41D84CB271445668CB68E00D707C /* MiniPBCoder_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7A3C21D0F0CB9E3503DB0D245BFA9BE2 /* MiniPBCoder_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 5CF873DB4A72840B4B0F7AB381FC7883 /* SharedPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = A4C2B711A18A6CD8DDE715A500377FCA /* SharedPromise.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D11C010A8426586C7E069BD66ABFC4E /* Payload.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 45420FD57069CFE96A11B1B2E881D6C7 /* Payload.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 5D19C2F10F10D4F995D906843A6EA3A2 /* TOCroppedImageAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EDF84B7A15B0FC511AA77E1E02E95DC /* TOCroppedImageAttributes.m */; }; - 5D1EABB076B0608332F1A2E988E33B9B /* UMReactFontManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D95E92703334B90256C753CC487AFDF0 /* UMReactFontManager.m */; }; - 5D3056973D482DE8691A67F2B6BE8679 /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = 92A19B347DBACA75ED493373285E374D /* RCTProfileTrampoline-i386.S */; }; - 5D36B55ABD001820E060EF87658BC534 /* SKDescriptorMapper.h in Headers */ = {isa = PBXBuildFile; fileRef = FF1D87FEE7D6441ED3A0609D7FE953D2 /* SKDescriptorMapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D405F4A9BDE31CC1A6F345573DD0CB1 /* TurboModuleUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B9E025C5DB66255DDE63B287F499A3EB /* TurboModuleUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5D52C31328A7D4F02BF3869CE988BB7A /* openssl_md5_dgst.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6AB04CCAF5FC335395193721DDFA8B19 /* openssl_md5_dgst.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 5D66EDB16B6AFA09DAAFA1898D0E4357 /* FIRAEvent+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B27247FD6076827BB3B9433F1C2E120 /* FIRAEvent+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D7DDB780F63D3AE6E37EB6039F63781 /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = D52C0CB13C91C4C473461F07292EB9F5 /* RCTConvert+Text.m */; }; - 5D81F2900CC973F4E73EB6F5272233C7 /* CallOnce.h in Headers */ = {isa = PBXBuildFile; fileRef = 574DF364DC602889A1B0A8A6A6D216C0 /* CallOnce.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5D83E4D190DFB7D1C10BAC5183CB7D64 /* RNCSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E0E6F5A82BB342BB8E3B31367BEE799 /* RNCSafeAreaViewManager.m */; }; - 5D8E3A78DEA434C6BDA5D6E8A30E6847 /* EXAppleAuthenticationButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 683351FC6C8BE8BD1D9C4389F03BFBBA /* EXAppleAuthenticationButton.m */; }; - 5DC42038A463CA5D6C7F7750F3953995 /* BugsnagSessionTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 66389CE38A0DE463102750D8685248BA /* BugsnagSessionTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5DD8A4D39D1D4FDB32C22B09B8799D34 /* ReentrantAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5A672BBE836ABD946E7FCCF592FC43B7 /* ReentrantAllocator.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 5DE3D8D831CE970F151C3F7B4EC6437C /* ConstexprMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 085875901D5DB825E5B6C5D38816EE79 /* ConstexprMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5DEABEDEDA9FF383FA7DE8D96E4121AE /* SKDispatchQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 748475DED4E493F7B2C64E66800CE42A /* SKDispatchQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E2744C18EE0B78FE206AC53D98BC7F1 /* BSG_KSMachApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 040AD87D50B76915BDA965856789F284 /* BSG_KSMachApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E55BDF4FA72F1EEF51692B639A81411 /* EliasFanoCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = D22B4DD8AC1F193BD6CBE64E99D09871 /* EliasFanoCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E6846F6D11F7F5FBD50AB3BFD5730BE /* RCTI18nManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = D12B64E4B25F72C28F263728E645BEDF /* RCTI18nManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 5E75F88EAC8EA5B3B1E31430CC50DA9F /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 88B97CE0881CBF718941F6810B3D1D61 /* SpookyHashV2.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5E890A65624ACC983E0F0ABF665A1607 /* LNInterpolable.m in Sources */ = {isa = PBXBuildFile; fileRef = D823D00B6FE7CEFD5F9172A73E30C886 /* LNInterpolable.m */; }; - 5E8F17796B17F546DBEFF101502550DA /* EXWebBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F0F810FA130445F9585BCAD1EDE7C06 /* EXWebBrowser-dummy.m */; }; - 5E963B7547CC99780278EB7F7CBC0E78 /* RCTSettingsPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A2A234A3EA0CD7E15232168BB7A23A8 /* RCTSettingsPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5E9DBC273E5ACADE5EC796F20C6EB608 /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 0165B857DEE2F7BEDD93E7F403AF5C19 /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5EBEA39993F044EDDE637C4E831F0B03 /* RCTUtilsUIOverride.m in Sources */ = {isa = PBXBuildFile; fileRef = CC897EC9AFEF042AE69D80058E161A21 /* RCTUtilsUIOverride.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 5ECFAEB0D811F5F3FEB2E0FE2C10CF05 /* EXAppleAuthenticationButtonViewManagers.m in Sources */ = {isa = PBXBuildFile; fileRef = AFC265DE24DD1D11C2549A1DFCFB33BC /* EXAppleAuthenticationButtonViewManagers.m */; }; - 5EECEB6D2F24642E7F2E762B455156DA /* IOVec.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A2AFD99F1646AABBA198F3C05BBC839 /* IOVec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5EF041DD75E13610D0618BBDF0481D9C /* RNRootViewGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D58B1094FB89943DE31108CAE312DE0 /* RNRootViewGestureRecognizer.m */; }; - 5EFD685CF0544A4825B5B95E99F296D2 /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 181577EEC9A2ACBA0E56DD4254C6918D /* UIView+WebCacheOperation.m */; }; - 5F173716069D935A33036C170AAB43A7 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2548E7545719B23D8AB2D43D64AFD069 /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F242A590E9DF34D01CF4428DD3AEE2C /* RNFBJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = DD0C4A8BD15CBB23393D4E1EC592F079 /* RNFBJSON.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F2687D6FE797D263B49D1F348B418C2 /* SSLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = C8A3A1269A440B44D781A3D3BA65286D /* SSLSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F352AC09521B86E73CB59AE05822FED /* REAOperatorNode.h in Headers */ = {isa = PBXBuildFile; fileRef = AB76C683EFF94817381C27F98CF09FE7 /* REAOperatorNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5F477E9B1AD4FD40AFFE636F7A3B0580 /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = 65C6C445C595BFAF33DDDDF9383AB5B2 /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 5F704E4F728499DD3354121F7DB8313F /* rescaler_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 4EC1C11BCB79F99CE17972BCCED94B85 /* rescaler_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5F74375235E3CF3F8E91527BF84A5107 /* dec_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F4D3C4B793E5DD83B28106FD0A27A04 /* dec_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 5FBA9E9C76B996C2479E13C970D4CDD5 /* ScheduledRSocketResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = AB2DDC69D6E09AF0B492DAFC05D3B33E /* ScheduledRSocketResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FBBD0BF1FE92C8C7FB6E26F99BE94E5 /* BSG_KSCrashState.h in Headers */ = {isa = PBXBuildFile; fileRef = E22C649165B84619205FCD8D89988384 /* BSG_KSCrashState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5FE471218D8F0BB8CC9A398122D9FD45 /* BSG_KSMach_x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = 76820469546E31EE7768306C5E177ADF /* BSG_KSMach_x86_64.c */; }; - 600DF546D02B6798B04B93B10969EA6B /* FIRCLSThreadArrayOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 80DF0517B71B2F641C61BCD0F14EFEB9 /* FIRCLSThreadArrayOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60379AD046D1E5E0F3BFE06D758B666B /* TurboCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 86B48D082485E5DF2DB7BAE832F02045 /* TurboCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 604055ECFEA3A45E267B72F8C256251A /* FLEXUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = C70BEA44EE2B708E266B364AF932381F /* FLEXUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 604A927D545D62BB840C51A0B9A83695 /* muxinternal.c in Sources */ = {isa = PBXBuildFile; fileRef = D9C9C920FF780293BF1D9E1859008560 /* muxinternal.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 60598E82C24DFB3822A236E54307E66E /* FBLPromise+Then.h in Headers */ = {isa = PBXBuildFile; fileRef = 5518F97877E6EA3F7E8430D7BD8B18E6 /* FBLPromise+Then.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 608BA3D18245F150965BB4B4D5F1726F /* RCTDevMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BF77FA2F6DB09F8679968C9D83C832A /* RCTDevMenu.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 608FBDBD3094B7E3F913B85929E9E91A /* BugsnagUser.h in Headers */ = {isa = PBXBuildFile; fileRef = A7844A330456E467A353D5265572DF24 /* BugsnagUser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60C1258EB1E762B6D79D48C6AC4A525B /* FBLPromise+Wrap.m in Sources */ = {isa = PBXBuildFile; fileRef = 5796122E2E69F134B682B733531BE900 /* FBLPromise+Wrap.m */; }; - 60D6E3B72E0BCDD0A827D174467C49AD /* ThreadLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = 01947926DBCCD95119D1A69FFC532A1D /* ThreadLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 60D7BB98D47C9B0A758967B3FBE13C73 /* Spin.h in Headers */ = {isa = PBXBuildFile; fileRef = 871005C4C5B0851484B3CFC0720EAE46 /* Spin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 612DC1172F6FFC440036B3BA65F97F4E /* FLEXNetworkTransaction.m in Sources */ = {isa = PBXBuildFile; fileRef = DACBC35D6F33D790F2FF67A684E8F6C9 /* FLEXNetworkTransaction.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 613DC2424D3EC671AADF0E8BD5DA8F3F /* FIRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = F9F6D2A2BC9FAF766BABAECB4E3104FF /* FIRConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6152F82D9E21CB3A006586A9F6524F97 /* upsampling_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = CBCE5ED21940F734197290AAB94D44B1 /* upsampling_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6188462EF7A5F53C52A63135B8888AB2 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = ED80810D671A44DEABE72BD57975A860 /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 618FC388B2AE5B8F95EE47EACF2A46DF /* STTimerFDTimeoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F38AB200A951D9A3A9DC3DEEF7F97FF /* STTimerFDTimeoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61903100839950E79E4F154D48535629 /* REAEventNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B5D6E1CEF010B744AD5A6248E59A602 /* REAEventNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61D10AFF4AB3E7C38B7A00C918CCB5C2 /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FAF08C282F0E3B1160ACF781E9B0516 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 61FC86BAB3F7E066FF14F7518F8CA93D /* RNFetchBlobRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = BC392D5F95E4C23A349054217A444032 /* RNFetchBlobRequest.m */; }; - 6208B747EB7E443BDA69445E6B075A19 /* RNFetchBlobFS.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FF9DCE69D04124536CF3D83C06DCC9F /* RNFetchBlobFS.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 622E2F4AACA55DF8F6A5E48C3D5BDF6F /* BSG_KSCrashSentry_Signal.h in Headers */ = {isa = PBXBuildFile; fileRef = 851E9EA9D17728C7795A550E67E9B9C4 /* BSG_KSCrashSentry_Signal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6237DB3B5007218162290FB99B1245C7 /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 476586C0F2C7B76090C0668DD0F58F4B /* Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6251E32809F84C0C181F83C267237A29 /* RCTRsaUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DFF757C1669E1B0DEF136C255D4BEAF /* RCTRsaUtils.m */; }; - 625B42131B47027AE5DD01D9C18F8B47 /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6649C295380A9C427D98BE0599723143 /* RCTScrollViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 625C79F2F1EAB08046841844DF3BE32E /* REANodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B168F79940BF243DBF6A42D33652772C /* REANodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6278211DC97F8F71A933355832DECE22 /* ScheduledFrameProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B4B92B8493190F9DD311CA795B4ACE3E /* ScheduledFrameProcessor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 62827E00A697F9BCB271C8E1A15B2549 /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4FDDF93553EBF23556996B3088E56DB9 /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 62A1A90FC470A92EDAB2336D92C4F1F9 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 234D77305299294BBF26955864E82DF8 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62A32359BEE2362657219FDDDC12D443 /* ConnectionAcceptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EA84AD24B77D8C651768180286134A4 /* ConnectionAcceptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62A5E8B8CB6C9F7036DB4FF7D25CD684 /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 310D9BAC6646D16431B18DE630C28CD1 /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62B00859FB28E4960BA9F92E4678DA09 /* FlipperClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 492DCB063C11CF244E4C67A583BABCEB /* FlipperClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 62CB41367082A578272525E256839BC2 /* FrameType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36B7E0E18F10BFB95618C006C1D82CA1 /* FrameType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 62DA931218C6D553DE34703F05C0EA64 /* PThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 11E0457F038B58F3C8C0134919AE3C40 /* PThread.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 62E7088038382BEF6327FD627025C0C4 /* BSG_KSCrashDoctor.m in Sources */ = {isa = PBXBuildFile; fileRef = 5847717A34C727B378FB8A680FE96E7A /* BSG_KSCrashDoctor.m */; }; - 62EC766AFF0645DEAA01FC4EF25E81FA /* FIRCLSUnwind_arm.c in Sources */ = {isa = PBXBuildFile; fileRef = A76EAC7D3EB068FB4C9DBC3AAF3D91CE /* FIRCLSUnwind_arm.c */; }; - 6317FEA4FEF32E2AD9E8CD0B706FA43E /* RCTDevLoadingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = DE5AFF79E47E8F60A283AF22E7CF0061 /* RCTDevLoadingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 631F01F70CD6239291417F6C986B4644 /* WarmResumeManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1225CF3EA81789D7E06595734A578CD1 /* WarmResumeManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 634104D205FDD7943F082E7A5E1D6528 /* RSocketStats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9B48A7EFBF867B161081B2FF453CB822 /* RSocketStats.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 634323D56D866F36CE3307E49BBE481A /* RCTImageUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = E46AA82A25F595AC40D17B91BAA82F73 /* RCTImageUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6366527FB7F879178C3D65F5B30D53B0 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C1C3F46EF477ABFA1C89C30171E5F1B5 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6368BD65E29DF0A47E60FEF71B4CBE28 /* Log.h in Headers */ = {isa = PBXBuildFile; fileRef = 64D37B23DAF3450B8C477CE39873C68B /* Log.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 637823F1392AEC3EF28900BAC38DA56A /* FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A8E35408562E44B1F77EA449390CD41 /* FIROptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63925D5D72F33BBB0C953956F3137D11 /* RNTapHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 96EC81DC08D79ED683C5E60491DDCA3B /* RNTapHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63931CE244EEC21C7E986DC64508FA28 /* RCTImageDataDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4DA843254DF0212BE85E93F47B7E51 /* RCTImageDataDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6398F87FA20B7409398EC9BC80B640A7 /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 639B4C303BE8640A55CEE216A049C7C1 /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63A4C89C592ED67FC38525A7381C7265 /* quant_levels_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = E728F4CCA88AB869AC300D61002371D0 /* quant_levels_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 63BB130E129C4E53401A5D1D56E26A26 /* Base.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D106D60EED55755CD84F0F4C92080FF /* Base.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63C327391B6B10B0110AD645239B8114 /* Future.h in Headers */ = {isa = PBXBuildFile; fileRef = ACBD50B60139020B512B579F732B58AD /* Future.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 63EA0762DADB39BAEDC2EE23991EACF7 /* UMAppDelegateWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = CD54B2ACF01D4714FE5E4914651543E8 /* UMAppDelegateWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 642AD6CDD6D67BBE9793476A488AC8D2 /* cost_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = E28C94BF4B70BF87E59403448D584A18 /* cost_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6431CCF52FF09999644FB2519F3B944C /* FIRCLSDataCollectionToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AC2582EB98BDA010CCBB354B432853B /* FIRCLSDataCollectionToken.m */; }; - 643E1FD3A4F5CBA0B3FCF0AB80D27EEB /* FIRInstallationsItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 848332FC9FA961386F0A77E23E0E612F /* FIRInstallationsItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6457955184F7C1BA0D5657D2F5B3637A /* ssim.c in Sources */ = {isa = PBXBuildFile; fileRef = 1F07FF75443CB39B24E1C87B5145BCBD /* ssim.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6462EFD8BE5F1ADD38289C283B6CD136 /* AtomicHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 02B081373AE87A9295DBCA8CFDFB51C5 /* AtomicHashMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 647B537DC1D1AAB78B0E20EBEE96476A /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26DC5F404BEDDCE6FA5D544DC8FFEF35 /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 647B67FA276BD745BE062CFB0BB07D94 /* RSocketStateMachine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7BE3C9FF6FA00F2B0C00CA0CF46E846C /* RSocketStateMachine.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 64BF43404A00223605C2D99985FC977D /* Throughput.h in Headers */ = {isa = PBXBuildFile; fileRef = F9B898EDDB373D228E8792D63282D9A8 /* Throughput.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64D0D3363039EF2A9C344B0F23D966F8 /* Sockets.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C738A3D6F8E6C9C81DB1BED245AE894D /* Sockets.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 64DC11C71A29CB9CEB58B881C2571975 /* REATransitionValues.h in Headers */ = {isa = PBXBuildFile; fileRef = 264458520059E2213558321B8A9D2570 /* REATransitionValues.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64DDB2096FCEB4BA4C16FAAE035409C8 /* RNCSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = 418EFD4BD2EF9E85F2234802DD8076C0 /* RNCSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 64E014F210CCA6832CE0178992A0BEBD /* SingletonStackTrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 28959DCCB421A9498E444E5E550D560A /* SingletonStackTrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6501D10A33353E42F2D312C50CD576E9 /* pl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = BD7BA55695582C86602F50911A02A313 /* pl.lproj */; }; - 650B66B71634FFBD45D2D715BDD5DE97 /* lossless_enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 473BD675FB827D56C355BFEEB2EF73D1 /* lossless_enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6513CBA48EFFD461EFC05067DC66C081 /* ARTLinearGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 96519B9FAE58DF7B2853096678CAFA12 /* ARTLinearGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 651B1E070356E2EF27D6FFD2B836573B /* RNFBAnalyticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = C554BDA941566119A09B3CF201DCE0F3 /* RNFBAnalyticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 652571CD3234E2AD039355AF9BB4B7FB /* Ordering.h in Headers */ = {isa = PBXBuildFile; fileRef = BA8E3B852D96E0E0485A713B7F2E5886 /* Ordering.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 652880EA5B26BC022FD9FCF7B57EE3A2 /* tr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 17D85DAF5E5CDB34F0CCCD247AB6EF62 /* tr.lproj */; }; - 653459802284CE6651EC63E4FE53574D /* RNSScreenStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D6692319FBCB2C548FA7CFB1B79ADC3 /* RNSScreenStack.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65643245C6D88AF8C67CF1CD16F3A42F /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E98CD42EFB7FD614722263C6AAF76CA /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65855CE579ABE383480604A4243F7A24 /* Future-pre.h in Headers */ = {isa = PBXBuildFile; fileRef = E206E5F88337FD848B0EAFE3A5BBD1D0 /* Future-pre.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65B45D4F90831BDE4BE57FD011B8E76A /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E0AE8F2F109D492DA7731D5AFE7E6552 /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 65B8A624DC2EA5297727E5A26F7595EF /* RCTDatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = AAFAD5F93F3F09575709823A70AC21B5 /* RCTDatePicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6603AF971ED3A17419A10076DA3BE1DA /* Fingerprint.h in Headers */ = {isa = PBXBuildFile; fileRef = D97A15643A3ED21BF98348457180EF38 /* Fingerprint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6609380C13CA571D5B0D49E9012FEFBB /* FKUserDefaultsSwizzleUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 3601CEBB2D12A7BCB18A906953968DB5 /* FKUserDefaultsSwizzleUtility.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 661EF1F927D0EEE9599CFAD2FD6612D3 /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 2973B08F1DEFBAD3E7F46D0220444D67 /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 6624B63494A42E4AD2DB22B5E7EFCB6A /* FBLPromise+Reduce.h in Headers */ = {isa = PBXBuildFile; fileRef = EFF3C616EAE7FDF2565434DECC6B72A3 /* FBLPromise+Reduce.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6627F4DCF4F0E1DC3C5C8CDFC30923BF /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 933CA89417AA99195F122F090E780A4B /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 662F27E366728074F54CAFDEAA1CAC57 /* UMReactLogHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3122F7A0C1D2CA69B8F82D86F2EFFA4E /* UMReactLogHandler.m */; }; - 665DEE4108939A764454440EDB8FFF85 /* RNCConnectionStateWatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = A7B5433FCE363953136BB680ABBD0215 /* RNCConnectionStateWatcher.m */; }; - 665E78DD05ADC429D1932E4D137940CC /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 85262599D7F17E300BDE1B67C62FD3A7 /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 668086EEB7C7D45CED5900CF17EF879A /* BSG_KSCrashIdentifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 9453C965735BDE97EFE8B040DA3E948B /* BSG_KSCrashIdentifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66881027B55535B328E341A8446138B2 /* upsampling_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 076D53A66DD6448CF310C6DB5EFEDC8D /* upsampling_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 66B794E58FB9D039F88977708EC882B4 /* MemoryFile_Win32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49A886238E999E0F6AF6811C1584B0DB /* MemoryFile_Win32.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 66BEA02ABDE3E50B2DD597E307A399F3 /* RCTBlobPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 16DC44557FC2F997D7D6F1B9561EE742 /* RCTBlobPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 66C6279937624F871B662063764D08E3 /* BSG_KSCrashDoctor.h in Headers */ = {isa = PBXBuildFile; fileRef = B591C71913C2C66B5859FA6988CA29AD /* BSG_KSCrashDoctor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66D292BCF0762A980BA6FB5D6E210351 /* FIRAValue.h in Headers */ = {isa = PBXBuildFile; fileRef = C336C3B83602CA90D8F026207A00117C /* FIRAValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66EC00C3BA308273BCE7E2C4D52616D2 /* RNCConnectionStateWatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = A4512D02513B4BF1D908A479DBFD920C /* RNCConnectionStateWatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66FCC971A8A3616AD4B041D16B234998 /* DistributedMutexSpecializations.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DC87C5B7AF86C5559A98771B020625A /* DistributedMutexSpecializations.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 671D79B7ABD4331D8FFD1541423CD8CC /* StreamThroughputTcp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0D194638A6CC51E28BA4BFF0A8046167 /* StreamThroughputTcp.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 673192AED81AAA2C19A21C71714EEB37 /* Stdio.h in Headers */ = {isa = PBXBuildFile; fileRef = B1D52816B8156971D6C47CB241912CE5 /* Stdio.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 673EE051DE6EE6FBB136D1D1A7AA74C1 /* FBLPromise+Delay.m in Sources */ = {isa = PBXBuildFile; fileRef = BA68E928F373F70152D641537C54DE8B /* FBLPromise+Delay.m */; }; - 6747A3599A7AADEF987461560A86E34D /* react-native-mmkv-storage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 724FBB488E769E4715D21DA42D547690 /* react-native-mmkv-storage-dummy.m */; }; - 675D94DB301856D28DA33103CB0F21E7 /* FramedReader.h in Headers */ = {isa = PBXBuildFile; fileRef = A10FC22A1CC7977238E6616D8D0D20BA /* FramedReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6762CA3E3B1E7864038EA9DC9E4DE751 /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD4E34694A314E46A5009AA3CEC039F5 /* ScopeGuard.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 676BE96EA626EE4D9F24B503B3F59F55 /* QBAssetCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 118EC79B48726F52D283682DD501920B /* QBAssetCell.m */; }; - 6784E4E45EE818B7C8431B353F38CAAC /* FlipperKitNetworkPlugin.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9ED2C98E0A09F7192E5F477ED4C4C6F0 /* FlipperKitNetworkPlugin.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 6792914F296E0A77259CB7C6765BBAB0 /* StreamFragmentAccumulator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 803E12AA0352B59F62FD56CC804A0AC1 /* StreamFragmentAccumulator.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 67B755056E95D6F155EBBA14E664EC19 /* FileUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 51E4A1CF52B5B0297D9A75B86AC0C6D4 /* FileUtil.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 67BC6719CA7F8B9D2410AAB7E1F08968 /* RCTImageViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 77684A35E7398A826CFD85123677477B /* RCTImageViewManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 67E0BFE732F3DD432118F7EFAE59071C /* RCTKeyCommandConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = A431C9C066F2105ADCABACAB1CCA22A9 /* RCTKeyCommandConstants.m */; }; - 67E652B939C720614F0598C29B54350B /* RNFBPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 48F2848ACD6A155BF2396E2D615B0360 /* RNFBPreferences.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 682374C8CF4C08048658676375F96A93 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FBD5FC107F20073962E3777FA187F38 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 682E8E6A9EF87F32E3E563A0EF609E29 /* Restart.m in Sources */ = {isa = PBXBuildFile; fileRef = F5F39EDEC103E80EA85E5E7920A09E39 /* Restart.m */; }; - 684B2F5AC207040C1935A851BF2CFD0E /* jsi-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = E929EB1A6BB447EB31F933F31F46B804 /* jsi-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6875B9D7503F8D6A374C698570FB588C /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B6296435CE6258DE20223268BAE8D0E /* RCTSafeAreaShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 6883394BCE1BC072F85B2887EDE3BBF4 /* FlowableOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = 090F7BC299047721ECA7150CF3A00439 /* FlowableOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68857993E1A38E89531C22F8F1CEEDA4 /* Base-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = FE87CC973D3BEAC4EF185F7FC50D44EC /* Base-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6889E8C2C1B180C61333403A4EB9BDB8 /* RCTImageURLLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 08F5473535AA199ACD63A328D2A3723E /* RCTImageURLLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 688E5DD11B77E37B3B2D3C616463527B /* Subscription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 74E1698E1E77E575800E53FCB6BC9D4C /* Subscription.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 689F29A1CFE9ECD0CE21EA1686BE105C /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 52178B9CB64EB6BD76488CD51111296E /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68B672E4F835F24985F4EA6766F802F8 /* UMAppLifecycleListener.h in Headers */ = {isa = PBXBuildFile; fileRef = C4732CB08D3E857BE4003AE03757879D /* UMAppLifecycleListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68BE82C09C7838264FC7F22B6E95FC4A /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CF657F28863532426FE684F389FFD2A /* RCTRootContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 68C9515D595455C5DFFB13638F6BE39D /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 75BED721274B00E811B7667A0DC1877F /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68D4E8EBED3B07E284ABCE20F1E3281C /* RNGestureHandlerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = C5DABE944D99BF9108E16AE93C5B918E /* RNGestureHandlerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68E0ACAFBBC942A6569E34EBF90E1664 /* GDTCCTUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 4270E2E9768E1A0A111CC8E040FCA470 /* GDTCCTUploader.m */; }; - 68E91C590AFD1BAF143EA2EDFF241B12 /* OpenSSLHash.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D2EAC74BE0BC84023BD275824E28B51 /* OpenSSLHash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 68ECAE4F4158E1B6FDC185A17F3C46A8 /* DrivableExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = FB5C8E518283607CAC23ED5F81BC4DD6 /* DrivableExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 690510EF924CBB9EB1F3739DC422D3D2 /* ARTPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = A6ED713D023AE74032C6BB93E6674F5B /* ARTPattern.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 690A6A6992A39B73203B2871070678E2 /* RNCNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = F5DBF5FFC47B5AFDA9F16B9EA70140DD /* RNCNetInfo.m */; }; - 690BE162F0C456403A7E32438EF8AB5A /* it.lproj in Resources */ = {isa = PBXBuildFile; fileRef = EBB0823E673E1871A37D878BD694FD40 /* it.lproj */; }; - 692546616C582503FB093B75842625F6 /* UMJavaScriptContextProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CB9CA33338970F92790998AFEDC8DED /* UMJavaScriptContextProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6955CC457F5E1C936218E3CCCD40084C /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 26048FD4993C544DFB97A542859431D8 /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6972EE81FA37E8317A730ADE9136D406 /* RNFBCrashlyticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 469953A753B96DB93635FC575454578B /* RNFBCrashlyticsModule.m */; }; - 697E7C54BB55AA79C9A613AFC7E06811 /* GULSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = E3FCF139E0664FED4AD0C2BD61C7284B /* GULSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 69827671C869E0C6BDDEE5BB0058D2F1 /* MMKVHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = AF606E3CCC2B2464EE48650FDCC60AB6 /* MMKVHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 699A7381B1C025215B8DEF65A9663941 /* SysTime.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EEE690BB3CC589FCC9CAFF95C135A07 /* SysTime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 69A10A016D6BCC954310F83591766BBC /* OpenSSLThreading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8D2013B8D6F142E013498B0DA834C17 /* OpenSSLThreading.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 69A5974E98107955E2AB19594C9892F3 /* FIRCoreDiagnostics.m in Sources */ = {isa = PBXBuildFile; fileRef = FF25B82076F775D3A96C2C3702764588 /* FIRCoreDiagnostics.m */; }; - 69C5965BAD81E7C156923E470FB75E04 /* SDImageIOCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 260D73B12AAF5BC7E27912760377B594 /* SDImageIOCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 69CA693505E43695FCFBD3FCC10FEA83 /* RCTBaseTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E064AB59A12B184432C2B74F4FD4721 /* RCTBaseTextInputView.m */; }; - 69D9336F4A6E3D6A46DCB20A89C00AE8 /* MicroLock.h in Headers */ = {isa = PBXBuildFile; fileRef = DFB55AA69F10039E5EB50A45AFB21AA3 /* MicroLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 69E5B6058874E49575C7372228BBE57C /* BSG_KSMachHeaders.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A7D9550EE5C1C25FFF90F2F84949791 /* BSG_KSMachHeaders.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 69E7E21466153AE4F0C810B520BB9C71 /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = DE7476F48E40E5701175BEB1EAAB9750 /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A03D0C81B78A8193ED639EF9E65D973 /* ar.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 206B0C87EF48DDE2D6E0F22DAE139AED /* ar.lproj */; }; - 6A0D4F38C41DE334156771EFE1EEF506 /* FIRInstallationsAPIService.m in Sources */ = {isa = PBXBuildFile; fileRef = 7271C07F318A61EFFA578DA456E8B07E /* FIRInstallationsAPIService.m */; }; - 6A1057122799E529D1A2AD0560D715B5 /* SDImageLoadersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F4A5CCCB99F38545798B704E7AEF6034 /* SDImageLoadersManager.m */; }; - 6A23D59767573ED8B7116C550BBD1428 /* RCTTextSelection.m in Sources */ = {isa = PBXBuildFile; fileRef = BBB1AF9087A5E58756F6CCB4AB33F689 /* RCTTextSelection.m */; }; - 6A34757B27E7D73D7274B74157DD280B /* BSG_KSCrashAdvanced.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C8D29BAAF80FA04222789A88B7CE0B2 /* BSG_KSCrashAdvanced.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A5977B6D712F1ACFA75658B56664AAA /* RNCAsyncStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CFC5AB3925E331BC6204B020F805885 /* RNCAsyncStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A82D3FABBBDC6F937221AB4568B8FBD /* RCTLogBox.mm in Sources */ = {isa = PBXBuildFile; fileRef = D74DB89A3986EFB24E631A22A33878DF /* RCTLogBox.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 6A9381E8611497936FCEB69295117F12 /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = 26B07676A13B37EABA6D857D72EA80E7 /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6A97BE58D95B63420DFFFD0AFB4D178D /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E59DC6C261D7C80569D74A88D08FA37 /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 6AAD09FB8486C3107AE0C8E057DAFB64 /* SKBufferingPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = C4CDDCEA6250D56B0707905B7B2E2D22 /* SKBufferingPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6AC2DF34366ED63ECB6511C0E7C56FE4 /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 49613C98A83512BDA2AB4C10D961694E /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6AD663B05A577CF20D57F53415A68DE6 /* RWSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 4692C89B7525BD0CDBF8F3398DA2F417 /* RWSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6AD8520C42456C94B118B4A55DEECC8D /* lossless_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 12E527AF19B07E4B99EDCB4498EB0962 /* lossless_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6B342EA59F492722FE8230E84286F0CA /* RNRootViewGestureRecognizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D7C3181E3658315E6CC9151CEB66498 /* RNRootViewGestureRecognizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B745CC5478DD2210323824BDA9155E6 /* Poly-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = C455507E255EAF296D7E10B2A25C296B /* Poly-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B8380ABE869576DD34FB4DD3E4978B0 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F0FF8B15D1233CCEC9B873AA2DD00F9 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B8B80F4E414975706B5659720ED2FFD /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = B96B6DF7A573EA50E7F1663A640D136D /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6B94DC6E9FBA431D7718718E4F598DC8 /* ThreadLocalDetail.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94EF8BC1D5373DCE66646554C3DA2716 /* ThreadLocalDetail.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 6BAB690494A5C651B82DAF0C7173150E /* quant_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = E9BAFD26E01C16024BF42003FAB4BABA /* quant_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6BABA29A1EB33D30DCBDEF0A473C73C5 /* Sse.h in Headers */ = {isa = PBXBuildFile; fileRef = 44D308BE3DF6C9B0603A82F80E3CE2AD /* Sse.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6BB921326F75036C1DAF8B9CCA9A4DDC /* UMNativeModulesProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 7072CED3C44DD914A66B2D47743EEC40 /* UMNativeModulesProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6BBD72BF2F8F4B3030E20D489DE11A18 /* Sleeper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C135B502069F2B1D06C2C3BA95FE395 /* Sleeper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6BC2C0628B4DD1CD1C72F45A7E3481CE /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = F434E3C4B24EFBEC9055B8C6D8FB6D2E /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6BF82E2A504EEEB443E5BD60322EEE0B /* JemallocHugePageAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = FED779ABAC40C5DE92CB589C4A6FBF50 /* JemallocHugePageAllocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6BF87CFE8A6CE3B9B9BE3260309D8234 /* Bugsnag.h in Headers */ = {isa = PBXBuildFile; fileRef = 168751C88AA5F9441FFF3B09EEA9BB2C /* Bugsnag.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6BF92A689C4B723928C830EEDB512D9E /* AtomicNotification-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B21821BFFC3755A7CC9F7AA1B63E3AD /* AtomicNotification-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C0DC431C29FB6D0F71DE0E1215FC090 /* IOObjectCache.h in Headers */ = {isa = PBXBuildFile; fileRef = DB5A831CACBC9D9C01487A5423D530A5 /* IOObjectCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C149E765F21E5BBF4D8B18244FA8A5C /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = 90AF8BDBBE65A10C2AC1B4E678809859 /* SDWebImageDefine.m */; }; - 6C3F7359F990835D809D55846CF697CF /* filters_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = AFD6DD9555D196B8364C78E9D7805562 /* filters_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6C46D50D5646E816333799120F3382FC /* FIRInstallationsAuthTokenResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 07069DB340596523BA0DA865DCFC0A2E /* FIRInstallationsAuthTokenResult.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C5766556BA235AC1D087CFC56492DC9 /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = CD64A1C3EA46B48692CEE9401F4B3D1F /* RCTProfileTrampoline-x86_64.S */; }; - 6C62AC9742E642757F5A7B34DDC4C2FE /* SDWebImageDownloaderDecryptor.h in Headers */ = {isa = PBXBuildFile; fileRef = E7782F569CB1B077DEAA8A8D400568BA /* SDWebImageDownloaderDecryptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6C77A6C3FAD81EC9D88578F68E5F40DD /* FIRBundleUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = EA6ED3E68AD0CFF5FF441E2F4EEAA96E /* FIRBundleUtil.m */; }; - 6C7C388EA4A618A75DE083844BDE2155 /* RCTVirtualTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A46392B172F642B11BDA5D84351B65C9 /* RCTVirtualTextViewManager.m */; }; - 6C7E993845BAABBE8AB4F1208A6968E2 /* dec_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 680545BB289248C7E56EFEF9827D1993 /* dec_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6C9B2686CF10F5142039603673C67A6C /* StreamFragmentAccumulator.h in Headers */ = {isa = PBXBuildFile; fileRef = 0745BF8D5B1054F96F53C67048FD03D8 /* StreamFragmentAccumulator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CB10532AD9D8850C633A3CFB7CE296F /* BSG_KSCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 00F76ACFECA278B41DF32219B0882794 /* BSG_KSCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CB20B8EBD61CBE7B66AD788DE1AFF08 /* FrameTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = E030D07547FFAB06CFDE0B88CD197C7A /* FrameTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CB82898FC6FD0185535232FA4E33C47 /* FIRCLSURLSessionTask_PrivateMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = 47280F8C5838C066050315BB52426F78 /* FIRCLSURLSessionTask_PrivateMethods.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CD04A43C86CAF7868F993527B7E8648 /* GFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = 89A0881357D55CC79819C38738ABB565 /* GFlags.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CDF9E1C257B1B47529620C1B5BB12FA /* FIRInteropEventNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 303D54CC1F99ABC7A2BA9DCEF0FCFAAC /* FIRInteropEventNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CF49AE7B6C309BE2662A69E723097BC /* Hmac.m in Sources */ = {isa = PBXBuildFile; fileRef = 12FA5B046D6468C8B16FD3406D0A48DF /* Hmac.m */; }; - 6D0BB716E266E2167F7D63FD9C16D238 /* F14Mask.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AFA957D26D2871DABDC3F35EEDC9CB7 /* F14Mask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D10FC41D8F8D97CADCB4ED92CB7F7FB /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DD6E715E3C2635F076D013E5A235F3B /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D2C366E6A74DD5B60D8FB4F3CC89703 /* syntax_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = BB316E97B75F77AEC2A83F74515EA2FC /* syntax_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 6D35E74611043167BDF131EAA70CDF6B /* PBEncodeItem.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0202D87E9621206D1E57393482785D39 /* PBEncodeItem.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D4221604A646F7E15D58162641C7719 /* RNBridgeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B533CA64B1CD570E1912ED5323D7427 /* RNBridgeModule.m */; }; - 6D581C2479E1E4CE61A787F27F1F17F1 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = C54434C3B6F1CEE9E86C829E10D05D9C /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D5AE167D370CB686DBB4D8D79F6DC98 /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CAA50C80CDFE88A0B286702BCFC0FFA /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D61D23EEA6741398B90C5F780D57C3C /* UMPermissionsInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = A51AEDB1805697F5684B1B8084220CFB /* UMPermissionsInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D73156B675A0F106D095C0A4A362973 /* SDAsyncBlockOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C7B4CAE32A2D788DED2FBA6EE96DB76 /* SDAsyncBlockOperation.m */; }; - 6D91DEFFDCCE6EF55D75F969EB2F42BC /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = AAF4C3A95D6BC9B12F07D4622281BC73 /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 6D97796F1B12FDA9067E22A9FB927C1B /* RNPushKitEventListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D0449C0C2F908CB5238880890B3AEE3 /* RNPushKitEventListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6DD0D1B7F75102758595C450FDC78586 /* FIRInstallationsIIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 76EF929C01F40E010FE6EA4F4F399446 /* FIRInstallationsIIDStore.m */; }; - 6DD4B8AF25E840D6E32BF4E7564A1D39 /* FBLPromise+Timeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 866738F314A89C7C35F1A037EB989814 /* FBLPromise+Timeout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6DDB3B4AAFDBD47B0BBB545C1131E435 /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A851070B358CE1DF1475C4B1B6CCFEB /* FIRInstallationsItem+RegisterInstallationAPI.m */; }; - 6DDEB9949D562E5BEB3A1053917BC571 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 73329B92A130F1DD1BA5898A24820150 /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6DE5953E4D0F83CC5E8F92D82BC985F0 /* SwappableEventBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 249F15146CBAB403721DE8B85B2BCD05 /* SwappableEventBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 6DFA08C403C5C2B714F7E6B05371B47F /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = 8716687C3CBA99BE0DB3A8721D0EECC3 /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E037A29B15AA8580E399C0215727E35 /* SysMman.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 793F070D8CBEB4B11E57178E609821AD /* SysMman.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 6E0B8D43494BCDC0B1DBAAA375221338 /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 71743637E177945328B5188B04A91650 /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E317B232C8E0521CE33C6F6D7A959D1 /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = C06B71FBC2DB955815FD8E041679DB2A /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E32F2FCA40CB800EBDB09F0BEDA87B1 /* File-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = A7C78DDF6617A9A5A85E0842D176930A /* File-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E40EE47FA91F05457D17559BF9CC089 /* UMCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DF4769B9982BA90F990CFD75D7FC2745 /* UMCore-dummy.m */; }; - 6E45521EDB10E543E5AAD10CBDD0F22A /* OpenSSLCertUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7071CE2C439F7D37D2AF632010778180 /* OpenSSLCertUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E6CA7E11C46C66BB11D936B24282382 /* RNRandomBytes.h in Headers */ = {isa = PBXBuildFile; fileRef = A36A4F686A9666BDA82C3925845F2CB5 /* RNRandomBytes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6E911793C10323798EA7F34E06F3354E /* FFFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = CEB2837DD99C09C175DE10B9FA274751 /* FFFastImageView.m */; }; - 6EB0D63BA7071E402F4BA0E892B08BFC /* REABlockNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DB3326C075D290E3221E669920CC2F2 /* REABlockNode.m */; }; - 6EEA9582D85938F056C1A2B123CFF7AE /* TOCropScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 80AF47EE2BB7C1F2B0422FCA32DB0944 /* TOCropScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6EFFF957A80CBE8E2423938A2946C553 /* React-CoreModules-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A53A79E5DF22BFE2AD31F530B23551F6 /* React-CoreModules-dummy.m */; }; - 6F3070FA1406D05F4621CB270545334E /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = C30F8DA261B08A27C678E5164238CE0E /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F3A7E4D1799A22B5B4EB10DCE0144EB /* GULSecureCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = C23B4C52D7A83F91B79B14126B5E071D /* GULSecureCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F3B8E9C184545F854EB38E6175A0451 /* RCTImageStoreManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 02181EF4D6485C3FC2E09BFE61552BAD /* RCTImageStoreManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F49C57D2A1BB4E8531BFD58FABFEAE7 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = D4758CB1D3D0F501F0496278541075FE /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F4B906D9C8753535EF7F5909876D4E4 /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9452B5C43EA916CD281EA01557B6D6CD /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F4D22AF8B2A24A382C541895978A06F /* FIRCLSCodeMapping.h in Headers */ = {isa = PBXBuildFile; fileRef = 91ABC6238CC0328ED7A2F864D8162D94 /* FIRCLSCodeMapping.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6F51D96F8986AB5E320CEF2EEF15E6E5 /* RNGestureHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = BF4DCCA53693578C34B1732F3A27FC50 /* RNGestureHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6FB52A7300B44FEE044B2D4C74025026 /* SDWebImageWebPCoder-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F7F31D2D59667DA3854A2F6F03A2BB1 /* SDWebImageWebPCoder-dummy.m */; }; - 6FB7F0C8F98F04B3351A30C9DB922B51 /* IPAddressException.h in Headers */ = {isa = PBXBuildFile; fileRef = EE9960A4838D37E3B378A4104B24A341 /* IPAddressException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 703E142BACA118BA222F2D469F7DC6D6 /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 8505400BFC6AEC3A8BB90E56C4852638 /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 704DA63FD5C4B684ACCAB516D3E0E3D5 /* animi.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A53A9F7466C8F596D81394779110177 /* animi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 705689D9D5BCA08B6627775092B64B27 /* TurboModuleUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F3C3BADE73296A67E67E678083526195 /* TurboModuleUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7068A9E6883169B2502FE5C8B3B19E1F /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FF84D2C6F863A78E53A2FC1C5550B2B /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7084EA67B1E730F3135FA08F80CBE7EF /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1478CA9516AE374FD32F117B393BBE7D /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 70948FF0B4CFF89E6537A0240EDEB43C /* alpha_processing_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = E1A7E40AA022BD1464802238BFE5423E /* alpha_processing_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 70AD8BCF22233273BD337E0D8D498606 /* SKSwizzle.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C9D397107A7E750DB13344E4D84F113 /* SKSwizzle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 70C0840A02BFEF6D28C3DA744B2E0BA1 /* FIRLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = F155176274984137E2986E94196423FD /* FIRLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 70DBA35CF200D108B6D92991167DFDE6 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = D43C13E35B5A67D4E663DF4D916100E5 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 70FC0423D5D85A10276C019472AD7DAE /* RCTAes.h in Headers */ = {isa = PBXBuildFile; fileRef = E8E04999D510F42466D1CFA0258CB3F3 /* RCTAes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 710F57D653259521280B34661797F7E9 /* ARTRenderableManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E5F7076DD7F1DE3033B30C1D787186C /* ARTRenderableManager.m */; }; - 7115B8E089932AB4DFF9D58514319135 /* SKApplicationDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 255AFDB5B7B81EE4CFA18F0E6E2F18AC /* SKApplicationDescriptor.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 713C6F605871E06DE7AB2C2E2F5649FA /* IDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D2A0E8AF88F217FA0DCCA4AA44D569B /* IDStore.m */; }; - 7154134A1212C3B4614FFB5FCABD9819 /* WriteChainAsyncTransportWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 3166480EFC9306BE0E0FE470825A2346 /* WriteChainAsyncTransportWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71566545D637E9F1F119AF5FFD17B23C /* FIRCLSInternalReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AB9E3FF9C71A4270B664DB515585EDB /* FIRCLSInternalReport.m */; }; - 715ADBE4B49FD54BE23E4179DFD8F709 /* RCTGIFImageDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 27737A902D9B79B3A84481F25062C161 /* RCTGIFImageDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7166B39711D93A4B1EE2FDFD67F3C117 /* React-RCTLinking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C3DE6A59FA1C9DAC116B913636DEB99 /* React-RCTLinking-dummy.m */; }; - 716C3D75774219593ADBFD710534546A /* HighlighterView.h in Headers */ = {isa = PBXBuildFile; fileRef = E0A5A74CAFB33575C52C87A89BB53FF0 /* HighlighterView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7183BC486E567391C52F0BD24D2C8DE8 /* Color+Interpolation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F190A73D4918BC54FEA614AD5A7BC45 /* Color+Interpolation.m */; }; - 719D1013E8154CED07A699DF03AAC4A6 /* FIRCLSMachOSlice.m in Sources */ = {isa = PBXBuildFile; fileRef = 354B4C89E9D5AD640F8D7380A38359F8 /* FIRCLSMachOSlice.m */; }; + 399A3A0B0123279310C918A163C8FE5B /* FIRCLSMachOBinary.h in Headers */ = {isa = PBXBuildFile; fileRef = F828BF8AEA7D571FD0FDD911C65DF640 /* FIRCLSMachOBinary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39C7B8CBC7FF6C71A08118BE63C072A0 /* Peertalk.h in Headers */ = {isa = PBXBuildFile; fileRef = 847AFE3401DC323E712E61C2DF495686 /* Peertalk.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39F20C1D5CF66B8E97A10178E5DB0260 /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = 57806793A1397E49CE878A52F7BC900E /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39F9E6F7164F3D19B06135621A7D0190 /* HazptrHolder.h in Headers */ = {isa = PBXBuildFile; fileRef = 74D6D351BA93FCDA1515ACD895EE361F /* HazptrHolder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39FCC67C2CC9C2739C35C245B27FF425 /* QueuedImmediateExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 35E714CEFDC6BF26C15AF5F6428B3D7B /* QueuedImmediateExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 3A044724783F99363A3CCB6002D0F178 /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D80216B746E66FF364A6A8519E30778 /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A25A0B031EDD3B74BB39D3AD8967E3D /* GCDAsyncUdpSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = DBE3DF2812B2CD8FB972AF63775D8630 /* GCDAsyncUdpSocket.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 3A28C79435BA202CD1FD67B4044DFE0A /* TurboCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 09F89969CC43A89BA24C67AB800404F4 /* TurboCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A38C7F57F9CEF8344D3419BB58A28BE /* CheckedMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 501806FB83EF04868BB89BABCF421A94 /* CheckedMath.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A42300ABE305CCC46BFE82856BB773E /* HardwareConcurrency.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3E48B3334A012F80119F2EEE6F43BEF /* HardwareConcurrency.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 3A4CF3256BC595BBAC9432A210C1A225 /* ar.lproj in Resources */ = {isa = PBXBuildFile; fileRef = B3ED4B8A5B2465926045D6040922BD3A /* ar.lproj */; }; + 3A51A443E2906CE79ADEE3B83147A147 /* BugsnagFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = E57C832D71B5F23FE70A35CC535D9B7B /* BugsnagFileStore.m */; }; + 3A5DB1E5EC7C9DB692B411AC12981758 /* UMAppLoader-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 386C27420ABBBC60FE85BAA7EC0ACCFE /* UMAppLoader-dummy.m */; }; + 3A5DF538B3C52591B7443B75DFF42D6E /* SpookyHashV2.h in Headers */ = {isa = PBXBuildFile; fileRef = 911FBDB5300FF33E3149975DC5929B63 /* SpookyHashV2.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3A758E4BB74593FC69CF6D1539496DC9 /* RNCWKProcessPoolManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 783FFD383FD81B55027FA28773133E96 /* RNCWKProcessPoolManager.m */; }; + 3A84E1D33ACC722B3359DC56C9E0A636 /* StringKeyedUnorderedSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 147F5B50E02D3D1F04DC42B57A7AA3E3 /* StringKeyedUnorderedSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3AB69594FD46CD50CAA872FD72BFBD02 /* RsaFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = AE8FD12B7F8FEC60B5EC3F8B1847D7F5 /* RsaFormatter.m */; }; + 3ABFF6D28F66486D2B5DC71DFD60B4A1 /* GoogleDataTransportCCTSupport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC7D3CB5395ECDD26AAA7EC972072BB /* GoogleDataTransportCCTSupport-dummy.m */; }; + 3AD45C124773ECBF45B12422CEE8F2A6 /* BSG_KSCrashSentry_CPPException.mm in Sources */ = {isa = PBXBuildFile; fileRef = D20415E051061FB13C83AFB2285CD419 /* BSG_KSCrashSentry_CPPException.mm */; }; + 3ADDC2B7CCAA02395AD58D0ABCA7CC79 /* RCTResizeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = E2BED51E0A023BC5D7C919E0C5A37150 /* RCTResizeMode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 3AE9450F2DDA1CEC4511832BC817F46D /* MasterPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 87B2E604CC2EFAFFA74C077504E28FBA /* MasterPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3AEF0F6BDB4995D323D6D53A6CE2889D /* SKSearchResultNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4806C2727EFA9AE0C5A0FFB4EECD6E48 /* SKSearchResultNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B27B2F91D4D0CE065ACA12D3651FF03 /* FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 9249D9A33A803FE765583E06E7DD43A0 /* FIROptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B496747906C33CF5B4A8AF7CD8BE328 /* Core.h in Headers */ = {isa = PBXBuildFile; fileRef = 45C7ECFCB345E24E6066828F00C0A11E /* Core.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B5869A05C8510E43ED5E104C2864467 /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1CC2F3646C250F6FA0B48F976A23EACB /* SpookyHashV2.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 3B59B65FD92D1A2FB6B47C2AE2245B89 /* RNDateTimePicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 65C0132C916BC74C97D07BA881A743DA /* RNDateTimePicker-dummy.m */; }; + 3B718B4B87744F1D943A32E0430F2811 /* Combine-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E506FE1181DF4E7CD2909912B03081D /* Combine-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B744072381ACF9942E4EBD844C8F7E6 /* AsyncSSLSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C26D697121AAB596FBAD39901B1FE379 /* AsyncSSLSocket.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 3B7AA5862F5900A9AC2F08C403B7DDBA /* RCTValueAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 76CA3EEDED2A5E20E9D3D1458D5FA5B1 /* RCTValueAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 3B9F65F829A56CC98E0194D505D3B1C4 /* MMKVMetaInfo.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 9246657F51B7A60381223A4E5A6D11EF /* MMKVMetaInfo.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 3BDAD6B962787D61BB8F439B3725FDEA /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 225A552F4CD3FFE0863760C65CF9820E /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3BE41D5ACEF454572EE11291DBC24236 /* RCTAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = 33F53D3786FA5E1CBDD6F7141DE5BEA1 /* RCTAppearance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3BFE29FA76F55B1BB5829F0077AC0BD8 /* Dirent.h in Headers */ = {isa = PBXBuildFile; fileRef = 746FA0BBE67532F465D29859821FC4CE /* Dirent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C26568A297392ED73C01E7165A4F799 /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 700CF89718B60C00AD0E59F0A9235242 /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C3119ED444EC94B3479EE3393443406 /* RCTResizeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = D0892229CBCEF000AB598686A4CF338D /* RCTResizeMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C40B449B267A0C52DCB12E576974D92 /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 67AEAC3B349881C4C8192247BFEF670B /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C57B9928E0E9E9146182C7BB5615F19 /* UMAppLoaderInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = AE0F6F6FD043B4B677BD3D5CA24D6EA1 /* UMAppLoaderInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C6677D04D5410F3729DC3E58FD2D411 /* RCTMessageThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 39B4AEE412F19D5B029E3763DB83C416 /* RCTMessageThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C772F0F0D4074A208C0CE702C66CFC8 /* REABezierNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FEE645C36EAECF90EA0B313A2E333EE /* REABezierNode.m */; }; + 3C7DEC79D39077473E41A50EEB0BB965 /* ObservingInputAccessoryViewTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D49B576C8D8D847BA7119BD1359D61F /* ObservingInputAccessoryViewTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C888AA8ADE1CE2CD53100876FAF0674 /* quant_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = E78D96C039146831A5C6264C4EAB8F91 /* quant_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 3C8CE19A8704BF510C9DD652EDC4BF12 /* FIRCLSRecordIdentity.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DD31C4F35B140831E47CC68A86A5D6D /* FIRCLSRecordIdentity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3C8D3504424E11229C9F4C2DE3F90EB0 /* EXAppleAuthentication.m in Sources */ = {isa = PBXBuildFile; fileRef = 60767CEDDCA8FF2434B80CC2F0C1710A /* EXAppleAuthentication.m */; }; + 3CA2C942719E64D29D78DCA0A0BD2090 /* StaticTracepoint-ELFx86.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D426DFB55A83ADC32C4DBAD3E556914 /* StaticTracepoint-ELFx86.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3CCF9FB978617150329CFFF79B28C969 /* RNGestureHandlerState.h in Headers */ = {isa = PBXBuildFile; fileRef = 66645F9A724F28B51E98DC1B4F82F28B /* RNGestureHandlerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3CFD1E7D822AE0C85396CE95278E384D /* FIRCLSCompoundOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = E074A13E25D9C327654648EE711D7231 /* FIRCLSCompoundOperation.m */; }; + 3D08D9F2127A96B56716B750E3C694D1 /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 90E21723A26C13EDF6EDE255EBB52EB2 /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D0DA26DBA9A975EBC7DF79DF95D9FA9 /* RCTFileRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8F93D2270527986885BC70DDA7AC8FD6 /* RCTFileRequestHandler.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 3D10FBEEA5E96CDFF5C03798B6436A5C /* BSG_KSCrashState.m in Sources */ = {isa = PBXBuildFile; fileRef = 374AEE2E788671CD524D7389FFD7ECEC /* BSG_KSCrashState.m */; }; + 3D10FD9127D1BF7E528ED02CEB60963E /* GULKeychainStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = D48425B1243E8DA9313085E403E1DF0A /* GULKeychainStorage.m */; }; + 3D32771D5E418B899CD6250D8A48A401 /* openssl_md32_common.h in Headers */ = {isa = PBXBuildFile; fileRef = B7E557F01E8F4B2D49E0FD20379E1490 /* openssl_md32_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D4CCA6EFA5A66F713D91F7EDBAF0EB1 /* ARTSurfaceViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 88EBC419AC2A10EBDB6F4E7D5C0FC7EB /* ARTSurfaceViewManager.m */; }; + 3D561E4644A87218F172CF1C567BA113 /* RNGestureHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = CBB4D708619240B9219DEF912B30F18B /* RNGestureHandler.m */; }; + 3D5A38CCA4FEDEEC6A203DA93DD8D9D1 /* RCTScrollEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = E02081DF12CA66A8A2DC0947298093AF /* RCTScrollEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D66408B9F8281101FEC05C154C0FE31 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9CCAE35584F6CE18642AC5956A83C4 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D6B4AACD37472E5BF1E341BF879401D /* FIRCLSOnboardingOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = A88BB079CCF9C3D7427E3F0331AB4D13 /* FIRCLSOnboardingOperation.m */; }; + 3D75F346216FAFCD808B29F60DCCFE82 /* SSLContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B889AC7BD01D79469523089DE4E7AA7 /* SSLContext.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 3D9A9C98302AD02F0517D4F51C4F7926 /* Sha.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C8C349C07A27BB7369A3DE750B8C29E /* Sha.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3DBD59536D354AFF04DEDE4CE2842A85 /* Malloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C0D9B8B5AADC7DAB66A1964F571B419F /* Malloc.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 3DC10E85C43E6AE4727989B6DA856A90 /* RCTAlertController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A9BE81BA29146C8FA6B0A8E3416FB01 /* RCTAlertController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 3DDC3FFEECEC40594357AFAC76C10FA7 /* token_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = B429E4CCC62986ADA4CE7DA99CA81CC4 /* token_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 3DF78ACB6B2CD54C2DD5C41A84CCB07D /* PriorityLifoSemMPMCQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = B1ABB43BA9192904AE0DD609F785AEFE /* PriorityLifoSemMPMCQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E4C9FE39A3B7B07126C3CD455894C90 /* Hazptr.h in Headers */ = {isa = PBXBuildFile; fileRef = F3A7745BC949323C0559EEE89EE356DC /* Hazptr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E68E2CE1727FF3484FF0B5ADF5120DA /* RCTImageLoaderWithAttributionProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = CE96B357F1BEEA5A9AD8E44C772F2845 /* RCTImageLoaderWithAttributionProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E6FC3DAFF8EB72DFAB42F5D76548FB3 /* SKObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9F3265C7908372D75E05AC151A64684A /* SKObject.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 3E6FECC228E312EB7F234855D3A3710B /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 91B98D8523C8A91E30E06FC6148CC309 /* RCTProfileTrampoline-arm.S */; }; + 3E9162AD15CDA58933B2FA2BC495EDA7 /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C89F601C9482FFE8C6AC5257733B1E /* RCTReloadCommand.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 3EB9E8122E33AED4ACA82B8082F62ABB /* RNFBPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 0ACC4A46CBB74FF57050E4CA19504A63 /* RNFBPreferences.m */; }; + 3EDD603C9E4DFAD8CAEC7D49F6C7F7F6 /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F4F2C1544160BC6A474B60EE5F77FE3F /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3EE2D356436FF6934EBB6EC55F3B1935 /* Assume.h in Headers */ = {isa = PBXBuildFile; fileRef = CBD061B0F547960430C65F695E047997 /* Assume.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3EE84999458C92C82555A9B89A0A7221 /* AESCrypt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 254CBC5E3F119BDEA4ED0006C815D414 /* AESCrypt.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 3F0D2F7F8B00036AF74DBCE962819C9E /* lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = A3D235BF3C0B9D085A8364F7006B8E60 /* lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 3F6865DEC19A13E93AACF90A7A20022F /* AtomicSharedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 4504C42DD5D2E518351870D3454D86DD /* AtomicSharedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3F7C6D11987DBF6BE7D1D559465C42BA /* MMKVStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 4848704885A6980498A14E98D206BADD /* MMKVStorage.m */; }; + 3FA852CF11422B1340B496D07C4574ED /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 66445E1AAC8E884669D7B0DE96EF6783 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FB4EDBA6CF738D01B0B1697B2B93C6D /* Fcntl.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EB6D8FECC88E58F8C3F6C040627E05F /* Fcntl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FC503E58A55BC37B38E797ED054B29F /* KeyValueHolder.h in Headers */ = {isa = PBXBuildFile; fileRef = A4B9EB1059EAD9971B90EFF540ECB019 /* KeyValueHolder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3FC6806529802258355208E517C5AE63 /* vp8_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 7BB547ED64A1761EB0FDBE6F1B09AD24 /* vp8_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 3FD7223AC698D1F3D2421D1466366A17 /* RCTBaseTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B0F2502BD933043972F0C99DD55D0B04 /* RCTBaseTextViewManager.m */; }; + 400072ED4ED200B998533AE708FD984E /* BaselinesAsyncSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6422A45A92167BE49DCD58FEF0B24961 /* BaselinesAsyncSocket.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 40195D534FB53B3D92FED81316C1DBA4 /* RCTConvert+FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = A09CD193C79F1BC5F5B0220D34D0E9D4 /* RCTConvert+FIRApp.m */; }; + 40415B2F4DAA045A068B7C94F78CDF06 /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3C0B50FDFE45238B4F1D34B744F5F4C8 /* RCTBlobManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 4071D8A9CC3318516529D01747EC6B4D /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 84C56D0FD7FEAAAB2E538FF50CE3881F /* RCTBaseTextInputViewManager.m */; }; + 408410393BDBA70EB22A667FD58D9238 /* GULAppDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DC7951B226DF5449C013D5A4B53C2E2 /* GULAppDelegateSwizzler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 408A1324BE65DA7B389A928B68655D42 /* vp8_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DCFF43B93CFCA9D51055CB87449994 /* vp8_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 409B2BE53308D72EFC42631A19AA555F /* ScopedEventBaseThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C8FA78232A1AB6CE33837E26D172390 /* ScopedEventBaseThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40AEB96BAA7588D07C4BF14AA08CAC18 /* GULKeychainStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 25F23965428B577A58CF06457B67BB02 /* GULKeychainStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40B281BB8BE873F23F9ACA391AD5E6FA /* FBLPromise+Testing.m in Sources */ = {isa = PBXBuildFile; fileRef = 9430874F1AC842EC9A0090BD51FB87E5 /* FBLPromise+Testing.m */; }; + 40B5FD30347255E3BCE18EB7A331BF5B /* EXLocalAuthentication.h in Headers */ = {isa = PBXBuildFile; fileRef = DAB45F0085D8A678A184DE42B1817A1F /* EXLocalAuthentication.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40E6D701258B319C9B9DE6B2616DF38B /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = E2EC81E6E7A7657A4277269FD314D2B7 /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40E91CFAD37711541A8DB9B255877031 /* RCTDevMenu.mm in Sources */ = {isa = PBXBuildFile; fileRef = C2D81EFF038681590027BEDA7DE4FB04 /* RCTDevMenu.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 40F449398002BE17CCF68C43A227A2EB /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 21A21091F6F3E335E9887E43AD10253E /* CxxNativeModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4107AF7BA5C8DCF8C606298B48DDD733 /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = D7867A31177E14E9829F99E9D376CF00 /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 41BC142CA8CE127A1FE1BA3F70BB42D3 /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 80DF766C6A559928E4F082BDD91DF0EE /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 41D12585C0B84C82BCE9DB966C19333B /* REAStyleNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B1619F8F9268185412A8228547E18F5 /* REAStyleNode.m */; }; + 41DB8FD3C619C271FF5CC5679CE4226B /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B6B3373367726E09243436F3264991D /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 41E400AD1889A376A264B2970E070011 /* BSG_KSCrashCallCompletion.m in Sources */ = {isa = PBXBuildFile; fileRef = E36E278C775FF2079ACAEF63DC5FFB1D /* BSG_KSCrashCallCompletion.m */; }; + 41F174E3503C39B66195942DACD90158 /* UIImage+MemoryCacheCost.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A5799880B571DE4D467FA068096507A /* UIImage+MemoryCacheCost.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4200657D28CFDD5362BB6A175076B96B /* rescaler_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = AB8DFA89DFDD948D5027164279E5398B /* rescaler_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 421E31FC9A4CF059F63B5066E093A593 /* FIRExceptionModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D861316CC97FBDB3DF0B006C5597405 /* FIRExceptionModel.m */; }; + 425A77DC42C460EA51D519A6F002C2C6 /* RNCAppearance.m in Sources */ = {isa = PBXBuildFile; fileRef = D1E518DB37E417DF84B16335B592D351 /* RNCAppearance.m */; }; + 426BE8C7DC428C09A055A4824E261931 /* ARTSolidColor.m in Sources */ = {isa = PBXBuildFile; fileRef = BB42CF3B380B72E8CD28585A7E09D6F1 /* ARTSolidColor.m */; }; + 4285CFE97DDDC37E46B7F6A738AF453A /* FlipperKitNetworkPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AC57F38DC91B6492E3B74B637E80C5A /* FlipperKitNetworkPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4287081D93D873EA4C25841721DB4904 /* RCTSRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 22931B6E8AE7DE176D2E690AAAB185D4 /* RCTSRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 429D5AF22C1503EE67F12B8CDFC7824B /* react-native-simple-crypto-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 54C0586723B76D6A5ED2D586437A44B6 /* react-native-simple-crypto-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 42A3B315F2BD4D64A3E5B18C97D46B9F /* SafeAreaSpacerViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 00EEFDE59B0E7F938080AC0560DB7484 /* SafeAreaSpacerViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 42B0FE384A1E0A7ECFD93E6E1AA02D7D /* ResumeIdentificationToken.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E6DD1890317E743382C733ED792796D8 /* ResumeIdentificationToken.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 42EF56B969B222B26BA756EA6F87BC9B /* FIRCLSRecordBase.m in Sources */ = {isa = PBXBuildFile; fileRef = A6DDDF10517DFF827CFEB805309B1BCC /* FIRCLSRecordBase.m */; }; + 42FF2861D381E4E6636B147647E28D03 /* EXConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E8364C4F10CB2CF4BABE86FEC658B94 /* EXConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 431B6B3850AF41E813C0D17D4F4AF54C /* RNGestureHandlerEvents.m in Sources */ = {isa = PBXBuildFile; fileRef = AB869E9EC6B96FC121FE947A8F3781A0 /* RNGestureHandlerEvents.m */; }; + 434F73E03E24DBD62F9DE4E06CFBC9FF /* OpenSSL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9F9BBB8690BABFFAF8F7A4083DE779FE /* OpenSSL.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 435C4F12F5A4FD69216F619A13ECF8FC /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 909BB716C469526E0B45EE3AF10DDB4E /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43620A4D867942C0681F7947DD878A8D /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AEFC3661505858D16E51B4E128C2F1E /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4387240F7221CE6FF50AD345243E1D04 /* Assume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CBADA021721A701B7CEA6E12F9FC90C /* Assume.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 438E43893A217A169B2C635ABB75BA10 /* StreamResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 29FA3689DDFA1CFFBD3083C772A9A09C /* StreamResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 439278A361A44F00FEC8EFD0DAD95366 /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = D4D10179BB54B803F310624957C94F5A /* UIImage+Transform.m */; }; + 4395C14D44DF114A89691BCD4A5205B6 /* FIRCLSUserLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = 35C1BFECF08D1AFC2352E5B5CCD5395D /* FIRCLSUserLogging.m */; }; + 43B34D964135093269E274D12E7EB64B /* rescaler_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E40860CB0B92269D4CF2AD3976F6658 /* rescaler_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 43B6695E606801D303EC39BAA56DEB08 /* RCTImageBlurUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 76C30D110C24DAA76DFF3160B5501B35 /* RCTImageBlurUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 43B84069BD4A6B4FF44802448A25A011 /* Log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5AA778BF9A1C50FA6D862CEFC0D5388C /* Log.cpp */; settings = {COMPILER_FLAGS = "-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -Wall\n -std=c++14\n -Wno-global-constructors"; }; }; + 43BF8B886AD2C532C7017400D86D452E /* FIRCLSDataCollectionToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A08C4E80228947F81AEA182199A3F5C /* FIRCLSDataCollectionToken.m */; }; + 43C469468B79ADCA87E83BE3C35A0360 /* SDImageCoderHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BF2D83FD5825D0D3792A11C97037A85 /* SDImageCoderHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43E02FF943534F9760240B54D53F6F7D /* GDTCORFlatFileStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = AF18ACD03871919E8F02A60B489C6CAD /* GDTCORFlatFileStorage.m */; }; + 43ED3671E791340A24575A2BCCBDB35E /* SKNetworkReporter.h in Headers */ = {isa = PBXBuildFile; fileRef = 20DCA60F05C587178955271659C6F4FA /* SKNetworkReporter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43F1A7C3185ACEA990E6A6B4B9E5ED0A /* F14SetFallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 32F351ABA1D2BA4285C4210D118A1A71 /* F14SetFallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 43F9F62FD3F04F0E0281E782868413F0 /* Malloc.h in Headers */ = {isa = PBXBuildFile; fileRef = E49C7E436E39CC12D669688F90457390 /* Malloc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4409AA9931E5AF9D9BEB05B2F5AE2E80 /* EXFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = A00AA88488F75D4672922DDE9A38921C /* EXFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 441807BF25D44D9142F7835CCEF37D5E /* UIImage+Extension.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DEC9AD0441F9F074930565044F2F6BA /* UIImage+Extension.m */; }; + 442A9F3F5102B23A2525348D1712C3EB /* RNCConnectionState.m in Sources */ = {isa = PBXBuildFile; fileRef = 9933D6A798F1B97EDE2070F186B8C9CD /* RNCConnectionState.m */; }; + 443B6312DB0F6CC562B0BD86C44355FA /* ThreadCachedInts.h in Headers */ = {isa = PBXBuildFile; fileRef = 87EC70FB4C2C48F3039DF064F79B0A26 /* ThreadCachedInts.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 444111CFFF3C30C97F23BED77AB6BA0D /* TOCropScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 545BB6975D6C8DF60AE9F41DE5C999C7 /* TOCropScrollView.m */; }; + 444F5FFC7805E14652098D73F443C852 /* Subscription.h in Headers */ = {isa = PBXBuildFile; fileRef = 867783A0FCA3A8F968DEEEF71E2E5F12 /* Subscription.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4470A4E05253FE67D781BA5706BA8A69 /* FIRCLSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = A03F1F458148853D818363CCCC707420 /* FIRCLSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4499F682B7B571AD8CFFC9346B2BC24E /* BSG_RFC3339DateTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 25282C86F15E264A602742799E4BF61D /* BSG_RFC3339DateTool.m */; }; + 44C22F04C50F3EFC94A631A1BA9A2161 /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F27E3375AB5ECCFDA9658D0023B18731 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 44DBA3BCC2E0D7F3821C29AC56C0B84B /* FIRCLSUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 2080A0BBC9EB23B9D268F28952C409CC /* FIRCLSUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 44E45A607DB236E95A5F4D73BE6FF44D /* BugsnagKSCrashSysInfoParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F032E74071D556666581B253842F170 /* BugsnagKSCrashSysInfoParser.m */; }; + 44E6A9DB627125E322CFD3A7CFB4BA3E /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 90F1A03723D04E9913C74B4F619423B4 /* RCTProfileTrampoline-x86_64.S */; }; + 450FD201F3936CFD87C079F68C92DF26 /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6667DE5BC19DACA3854C1D6E7078BD31 /* Utils.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 452F2A5F90BDA7362BEC214E6B79C2FF /* SDAnimatedImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 25E22908FBEE2CD0D563561BF2134467 /* SDAnimatedImageView+WebCache.m */; }; + 4530C3CFE0DCB5FF0941B65C13D895CA /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1331A6332014250EB5A7436D9254487E /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4558ECE6108997D1124B16014A78DAC4 /* RCTCxxUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F13E97F5D219964E92365C4ABE120DF1 /* RCTCxxUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45650BC4A8DDD5928C7F1A075DCCCDE3 /* GULNetworkURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = AFCBBAC79C3D937E6B4E5EF43A0AA5D3 /* GULNetworkURLSession.m */; }; + 457C167FB30B496EF53AEF8E6E19A0F8 /* UMAppLifecycleService.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A48DA32A700FC4A22411D09E7A5FF9A /* UMAppLifecycleService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4588A3B13674FAF63669A1542F1FECF2 /* demux.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C5E670C42AF99BE0F73E19F2BB1A2E9 /* demux.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4589FB9F4C633F5BC4F35A225EC04022 /* rn-extensions-share-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 62B9970332BFF2909EF0E4120A9D3AE9 /* rn-extensions-share-dummy.m */; }; + 459988C6433D9FEFF2E51A316D1BEBEE /* FIRCLSHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E492BE216BFC85EE02E2AD66FDF2AAA /* FIRCLSHandler.m */; }; + 45AC17B28E4A52BF1C9867DF51771613 /* RNGestureHandlerButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B688204E377100ED83F58775A6BDC06 /* RNGestureHandlerButton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45B36E6C971F7A316A842376DB9214F1 /* ConnectionContextStore.h in Headers */ = {isa = PBXBuildFile; fileRef = B00553226F4AD87B696EDCCCDB6AFB49 /* ConnectionContextStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 45C0A0E3CA9D228FDCB346CFBE64051D /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = EAD27803E5D10ABCFFA8CBA0A970AC92 /* RCTLayoutAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 45C32C9F0EA20CCE8C04CD242F213898 /* ssim_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 29FAABE12234FD7501BE35E74456B3F7 /* ssim_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 45D8A0857DC43507F0B6197AD792B9D4 /* PBUtility.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FD273AFC12BF04DDDD3F3B0E714E7FA6 /* PBUtility.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; + 45DC1B372BEF1A53F3AD5AD46A35521D /* RCTRawTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EC482390AAE297B11A3EEE8F4B27274 /* RCTRawTextShadowView.m */; }; + 46462475F1E2CA57A9E0CFB3DAFB1183 /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = D04159077A405350875BDB7CA5A24322 /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4677450AE11F06F9A1850ECB4C16BB26 /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B47DC84B841542AD04FE0E6E25B9AA /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46875B54A2E4D8E7C532ECBEA7723B31 /* RCTBaseTextInputShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5696C60DADF60B9A971AF4EBE6C82C44 /* RCTBaseTextInputShadowView.m */; }; + 46AE7942FD88F7F69063FF1B8F81D423 /* DelayedDestructionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 006665DF66925F28D67FF1FC672691EF /* DelayedDestructionBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46B712F6F1E738C9F9DA79DD9153EB69 /* EXAudioRecordingPermissionRequester.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B111C3B85B5E5E529D9C5B1A2EB632A /* EXAudioRecordingPermissionRequester.m */; }; + 46BBAF15F23CC427038B4EAE4671BEA7 /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D5248E8AFB5A1CCAC4BA2D01419C455 /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46BDC8664B52DD0ABA3C83509A3CF5B3 /* UMReactNativeEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 337C05F80AB577936A86803EDEADA135 /* UMReactNativeEventEmitter.m */; }; + 46CD4609566349E69C6E989C1DD4333B /* RsaFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 74A8FC08F2B447B5B7E18E49212906DB /* RsaFormatter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46DD19407C5EEBD5C9841585301D3BA5 /* FIRCLSdSYM.m in Sources */ = {isa = PBXBuildFile; fileRef = 35E4D6A1904487120B7DD3A697709AF8 /* FIRCLSdSYM.m */; }; + 46F0958D845D9810E8663CA56827901A /* REAFunctionNode.h in Headers */ = {isa = PBXBuildFile; fileRef = F46D801C257276EC8145E8A2E7BE009C /* REAFunctionNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 470B06E5BB79C6A4C27E6AA599F000FF /* id.lproj in Resources */ = {isa = PBXBuildFile; fileRef = E51509D05F2C713B06EF08347D5065D9 /* id.lproj */; }; + 473811C2BBD11F6BFDB767C22CD431C9 /* TcpConnectionAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA7D5C838CF1FF5F9E117E16BE1BEA79 /* TcpConnectionAcceptor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 475ABF5212E138873ACAB86D95B61507 /* FIRCLSUUID.h in Headers */ = {isa = PBXBuildFile; fileRef = B2E4FD40E640DF37E83F588BD7BFCC4E /* FIRCLSUUID.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 476F42D51B241D6962C0C3C5B930C9BE /* ThreadId.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FA038F8A60594E3B8F83E00C0C44FDE /* ThreadId.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4770025846A1763DBDD248D38839094B /* Sockets.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A599A30AC2C9561DEA9B8C021C8045F /* Sockets.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 477900BFE4D8F0089150884765F3683E /* RCTCustomKeyboardViewControllerTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = EA0BB0A0BFE4F2CB6A93F2BC803EC514 /* RCTCustomKeyboardViewControllerTemp.m */; }; + 4784E3BD77B7CA5B2D7F1E5767414F60 /* Rcu-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = DA9F7FBB8A40B6A82B036A95054A2803 /* Rcu-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4787C765809BDEB7CDBD760923AA6145 /* EXResumablesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 334DF39048B78C6511ADD6728934DA0F /* EXResumablesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47A0F493D19A5A85A4D954505146EBC3 /* FrameSerializer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 076FFA7EA929964428017CF526ACD793 /* FrameSerializer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 47A30889F0D9E0E404E4E2B5E82A6F88 /* FIRAppAssociationRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = 06478CAB468FDEBAC5D6AF508A28CD53 /* FIRAppAssociationRegistration.m */; }; + 47B089F22F3F839F27094B8F81FA68AD /* msa_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A59F183A7D6535DE3336ADB7E2C3FEF /* msa_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 47DB5D1D905ED7658CB00292C59FE672 /* Observables.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C95271CE56C4347B8A59A622AC281AB /* Observables.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 480A71D00CD0CEDCADB45781C23AE73B /* ScheduledRSocketResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 6378BD1B094A75F2EE49A3628FA0E91C /* ScheduledRSocketResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4810397C345F02594085ADA52A13502F /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 835195C4438CBE7C38F29F71AB0D4C3A /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4816DC398C13DFFA6D452E672630EE27 /* TcpConnectionAcceptor.h in Headers */ = {isa = PBXBuildFile; fileRef = A623B8325690A96565F874CB605E9C15 /* TcpConnectionAcceptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4823C2B6ED994E559FD75D94D6279FF5 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 77D646F33CEAC405A184C67743BA9C38 /* SDWebImagePrefetcher.m */; }; + 483614B06A7352D899418F47E8E46B9B /* RCTDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 830DDE73D95BEB28927942E5A69ABE82 /* RCTDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48374E54F4790031F489133BF817FA4C /* EventBaseManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 57527C1ADD33E17351588E6EDC76AF72 /* EventBaseManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48377D5A0E1191DF1A7A4EF7FB68767E /* VibrancyViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A0ABB013FFBB7797974CF685B28569C9 /* VibrancyViewManager.m */; }; + 483D576B1148036A82844425FD98E70B /* FIRCLSBinaryImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 41AB0F94837FC688A10E982707AC286A /* FIRCLSBinaryImage.m */; }; + 484BEA79FBF3523A218C8F0CA79D9CD2 /* ssim.c in Sources */ = {isa = PBXBuildFile; fileRef = 44139071FC098FD8447630E64A2B01AE /* ssim.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 488B64AD2CBEA4ED5A34A7C4FF07B0B2 /* Demangle.h in Headers */ = {isa = PBXBuildFile; fileRef = 353DC34412B94D6B16E449F4BA38ACDF /* Demangle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48CD221FA8C0B22F24AE312156CE39FE /* SKInvalidation.h in Headers */ = {isa = PBXBuildFile; fileRef = 69C0E7B92A0ECABBA5DFBDB79AA03201 /* SKInvalidation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48DC56A676137C0B1AC50134C26BF2DA /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BEAC3BEF3D50BABC188C4E75CD7369D /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48EBCBDF09012AE56576511550410DCA /* FIRCLSInternalLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C787215ED9F53763DAEE7051948729B /* FIRCLSInternalLogging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48FAFA5661FD1E4AD3B1FF87A0FF429C /* FIRCLSCodeMapping.m in Sources */ = {isa = PBXBuildFile; fileRef = F36A7B8804C336E185CEA6DE40A349D1 /* FIRCLSCodeMapping.m */; }; + 494460796E071DA7A3403D207B8C2106 /* REAPropsNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 62C8135AE51B9D216C36B03A2E83B407 /* REAPropsNode.m */; }; + 494D040922C07D9B11A4E157C72AB24E /* REAFunctionNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 283318D8A815563D2EEEE3A92F92F234 /* REAFunctionNode.m */; }; + 4964CCE32558AAB42A8BD351515252CE /* vp8li_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = A748EA0CAFE376BC11E4E86434D172CD /* vp8li_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49741CBF779A53F0FA2D5E5A4E6AE0EB /* zh-Hant.lproj in Resources */ = {isa = PBXBuildFile; fileRef = B195B77E68BFAA10E540BF81E400C873 /* zh-Hant.lproj */; }; + 498C505AE16C2FB90A1660FF065B9323 /* EXHaptics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 277BCC2BA22472D1032C16EFE262626A /* EXHaptics-dummy.m */; }; + 49B3B1D9E06876493278B5093FC1AC63 /* RCTImageEditingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FCB17FE500A4D8A0D6AC4D55ECEDAAEB /* RCTImageEditingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49B9A7CDA3FFBA61F3319743726532BF /* Assume.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3EC78C34ABD67F073783156FE44FE310 /* Assume.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 49C2E92BF693A0628E4065AFA2BB3607 /* ThriftStreamShim.h in Headers */ = {isa = PBXBuildFile; fileRef = 59090E80FB6B1B63C5DABD61B86951B8 /* ThriftStreamShim.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49D7470C79EFC400474DE5FBFD2B3173 /* ARTBrush.m in Sources */ = {isa = PBXBuildFile; fileRef = FEBBF7AF68F33889F4E9C691FCE86068 /* ARTBrush.m */; }; + 49E6A44F15D4C26B067BDD50499ECD7A /* SSLSessionImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EBCFA0249CAAE3C62FC58FBD5EC38EE /* SSLSessionImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 49E6ED95E3355C2DD5AAE0CE7B1608F6 /* GDTCCTCompressionHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 33C75BD5F057C9EBD1F79AC01CD1EB9D /* GDTCCTCompressionHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 49FBD83F4B2E602A9EF42D3829953E87 /* ConcurrentSkipList.h in Headers */ = {isa = PBXBuildFile; fileRef = B857025220ECC7CA074BF255C1604751 /* ConcurrentSkipList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A1A3D1448044BE8BAD31EF82C668CFC /* EXVideoView.h in Headers */ = {isa = PBXBuildFile; fileRef = B6B41BC1F6D06AA76628F6E22FCB95F2 /* EXVideoView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A492AD44CA4666FD03722EC21E50FCA /* UMKernelService.h in Headers */ = {isa = PBXBuildFile; fileRef = 959051C1EE88F658A671A97D79E891CA /* UMKernelService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A4B4055A9F1F063DB1A15F63AE1C897 /* FlipperConnectionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FACC24861EAB5D7A2A9E5BD0C24CBBAB /* FlipperConnectionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A4D2C43DC3CC5F5DAA9248AA245BB60 /* REABezierNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E7BABEDC6BFD62BEAB16E831E14DA498 /* REABezierNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A675FFCC1F2F1FB0171F78C4FA7A988 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 14A8FEC046CE4FEF01CDF09AB5DEE0D0 /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A87681B2E5F60DE4F84A1DE2D9A366C /* RNCSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F6E5A992FB1D6F2325C818BCAB23F44B /* RNCSliderManager.m */; }; + 4A896F01285E40109FA49002175738EB /* FIRErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 38B69FFBB1BF11494CE3EB2B48623F78 /* FIRErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4A93F0A199B3150ED68E1FCF508B133C /* FIRCLSProcessReportOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FB84CACC22716A77A1295F00B185BFF /* FIRCLSProcessReportOperation.m */; }; + 4AA80E18D22E5FC59D5E5CD88ED9E04F /* RCTConvert+FFFastImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 8038B793E8F2CAA05F827FB6F7653642 /* RCTConvert+FFFastImage.m */; }; + 4AAAB1F4028A5FF2DC671B8D0DE23B77 /* FireForgetThroughputTcp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9D7A4D77C138AF76E7332512C04101DC /* FireForgetThroughputTcp.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 4ABAB6F84DCE317295FBF19A1C3D5E19 /* RNCPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = D7F84ED4B42E5114E061590E9A703AFA /* RNCPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4AD475DF05A56F10CD39CE13CF2ADA2D /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BD7DAB4D4673FC4EFCB08E33A8AE04BB /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 4AD594C99F5F9AEADA609ABDFE7824C1 /* SecureStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = D290F111C4527387EABBB8C8B9F7839A /* SecureStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4ADD6C9472DE05CC9300AE2021540D05 /* Unistd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3DCC178DE14763A2C80268EC0526B22D /* Unistd.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 4ADFF5119A180578E56B42FAFA2F5343 /* AutoTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B5767023355713B841DB2AF7F0FDA02 /* AutoTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4AF81E235CC4A8D182560A294FAA0EC9 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = 383AF26142A3C7B25389DB8A33CD982F /* log.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B123C04C0E3C309CFDC3027250DB5CF /* UIView+Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F3649D89FC3D63B933469C7BDC527DC /* UIView+Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B271FED6BB17F80F74F11FE72495584 /* FIRErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 82B68BA1DB91A28831B1C0ED1E4D39C6 /* FIRErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B38A755553A0A4F7826BD0FC7063A38 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2953338E10F0349490F46D4252F9E667 /* RCTHTTPRequestHandler.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 4B3964B71F74D3D48482B3D853DA94E5 /* GCDAsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A0C5B5473384886AA1132CD987308B9 /* GCDAsyncSocket.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 4B3A95F6304DCE025705656EC0A8F334 /* Launder.h in Headers */ = {isa = PBXBuildFile; fileRef = FDF1189A67952C4C26C5E735109AB2A1 /* Launder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B512BD19B13FF3D87CD75F403046170 /* DecoratedAsyncTransportWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E55D5B8DEA41627F6DFC40B4CE99FEF /* DecoratedAsyncTransportWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B592D5B91D69A06AD5E154C50946A58 /* AsyncTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 87EC7BE455FB110AFAA74D23B532EA6D /* AsyncTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B678628F4422243A8E72A8E182AF3FC /* format_constants.h in Headers */ = {isa = PBXBuildFile; fileRef = D96B932F860E830FE7244EBF740B90DD /* format_constants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B771FE63E082D045A976EB55838AD8E /* BSG_KSCrashC.h in Headers */ = {isa = PBXBuildFile; fileRef = D1F77A6B02360DD8D05D519235FE5CCC /* BSG_KSCrashC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B9BEB4F436B44F9538B1E4EB2F53521 /* threadsafe.h in Headers */ = {isa = PBXBuildFile; fileRef = 868281833BCADF0154A7AC1D3097A3D6 /* threadsafe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4BF48C597AB43B927774BCD43694EE27 /* demangle.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4C9596D82E6E835B25E9AFE06E7169B1 /* demangle.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 4C02B8524DECD82205FF950EDF13D089 /* SKYogaKitHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 04912550F6911C0B921FCBD2F7D8C31D /* SKYogaKitHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C0DCAC8C07C34D9425C35E79EE2CDDA /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = ACFFB49E2F3F5484F205FC495F36B197 /* SDWebImageTransition.m */; }; + 4C130A7A6F7041A52DD76C5542724ABD /* AESCrypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 35F61E3C6B07427BB835C244D999622A /* AESCrypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C474604DD5468DD9C9F317FA4FA3A0E /* BlurEffectWithAmount.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F7E956FCF4EE28A6FDF118AAEE5646E /* BlurEffectWithAmount.m */; }; + 4C5620701364AFA3AC0ADF714ABA4707 /* SKNamed.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EEEFA3512B947070E238D049313EC11 /* SKNamed.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C7E0208C9B34610E1764F495E5F8DBB /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 66C1945BE7A4B68DC5A01A5D23F5A7E8 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4C7E5624362284518B42ED6218241F75 /* FIRCLSURLSessionConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 9739DB2412D22C208A57481EE2578872 /* FIRCLSURLSessionConfiguration.m */; }; + 4C9992814A91FEFFA3FD7B7938D778A2 /* Checksum.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A24A4A47A1B56CA5F08944260858ECB6 /* Checksum.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 4CA23C789DFEA4B31EF953FE945EB3BA /* FIRCLSDataParsing.h in Headers */ = {isa = PBXBuildFile; fileRef = DAB1BE7988FACE56BCCF1FF347382E85 /* FIRCLSDataParsing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4CB2156CBE6478C94D891420F652F17B /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D93C4FEB7C254E430056DE79BC57D48 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4CD3E5D6975449E11EA7818BDBB8AB80 /* QBAssetsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E989A2F41C24D1E7C562F56117B742B /* QBAssetsViewController.m */; }; + 4CD6251A4A3890CC821288EAAB6423C9 /* fi.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 5E6929DF44F768671E142897ED8025C9 /* fi.lproj */; }; + 4CEC7888DC4843F90A1B5B5690EFD428 /* BugsnagSessionTrackingApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E4747FB8C8C2971F2B3E4074EBD25DA /* BugsnagSessionTrackingApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D117BEE39DF5F210B210CF1D648A85C /* FIRCLSNetworkClient.m in Sources */ = {isa = PBXBuildFile; fileRef = FC815314ACD9F8E46A707C0436919B5F /* FIRCLSNetworkClient.m */; }; + 4D374A92E006A2548230086D6EAFA9AC /* LongLivedObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 79953A84002682D319C3156FF2C14B3C /* LongLivedObject.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4D3B0134582DF3F198456D29C793F30F /* AtomicUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E30690E9943B49ED8BBF818F98E88C7 /* AtomicUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D7B566FA54B4ECF749EEF6600979FFC /* RNFBRCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = A3AD63DB41103B2BC72963138FE7CAD4 /* RNFBRCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D8867E8966983BCBD89277DFE5F9F00 /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 68E6804879FAF7B9CD0BECEFB41BE7BE /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D8AAFA84F175213F7D07A0CF1818491 /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 25BDD2DC13551189D15F275EA994D8A7 /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D99B2B3A7A62015822A0A822F91E1A2 /* SKScrollViewDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C03602D11840A5F48222F313327DF79 /* SKScrollViewDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4D9BBC36590CDA10D81216D3E08B5E01 /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = 149C431A46F65E8D9E1058226E2683D7 /* RCTDevSettings.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 4DABB9478413DE57557ABB86CA32D439 /* RCTMultiplicationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A0E6EA81564763BD36D19722DB4150B /* RCTMultiplicationAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 4DE6C2C113E69021EEA662A036E506D5 /* Fcntl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 045F8404AFFDA6C19E7C43669B4F12E9 /* Fcntl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 4DFADA2F5BEDB7D70723FCA0C451B234 /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = FF7522EBE9B1709C091AA90DB8C44FAB /* SDWebImageDownloaderConfig.m */; }; + 4E11C3A005A89EE182016E6E9A8339CD /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3B84D1BF690E36802CC64BACD1AD34EC /* log.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 4E2FEBDCA3205856D9304894CBC01EE2 /* ExceptionString.h in Headers */ = {isa = PBXBuildFile; fileRef = D95D8EB288DB6E1564E488CD15A4CBA0 /* ExceptionString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4EA0254F7B0EAE99CC462C9F5E8F7F43 /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 73236AEC23C14548045B4DC4E82D0095 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4EA0B976186E23C6802D4D22BD5CB9BA /* TOCropView.h in Headers */ = {isa = PBXBuildFile; fileRef = 484BD4926AFF28D70BED9F986AF7C5EF /* TOCropView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4ECCE735AC4771FE313B938B04B32C46 /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 662D79DDBC8EACA9A9EF4F690557BDD3 /* json_pointer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 4F0A0F30B0E835437E3F8D5AA37C587F /* FBLPromise+Always.h in Headers */ = {isa = PBXBuildFile; fileRef = AE16C65B401F7FC95D227A8A81E44586 /* FBLPromise+Always.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F742681C162C919C0ED3E5453FB030D /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FB1C7782EB8A7266C10739275BE3A39 /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F976A7F195E716B71855627DD614238 /* FIRCLSRecordIdentity.m in Sources */ = {isa = PBXBuildFile; fileRef = 27DDCC14C61BF218CE8C8B34351E7679 /* FIRCLSRecordIdentity.m */; }; + 4FC36D3475E49C9BBA7F9A5C212A9B37 /* Rsa.h in Headers */ = {isa = PBXBuildFile; fileRef = 90F43879F6E718B81C33730EED047DD9 /* Rsa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4FC44962E4B392B6C49FA833B69B0500 /* InterProcessLock_Android.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C9012BF6037AF9B4B149FB1E3B51E0EF /* InterProcessLock_Android.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 4FD528791E58F6410F9197DD124E532F /* SDImageCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = CAD24AB37675935888F4CB864539FDEB /* SDImageCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4FDDE4AAD34AA3F00371636F296819FB /* DeviceUID.m in Sources */ = {isa = PBXBuildFile; fileRef = E67752CC366E65455C3FA0732C380B15 /* DeviceUID.m */; }; + 501084863A63687582885EFAB92A72E1 /* ExceptionWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 403C4C6AF3897C87B0ECE6746F085751 /* ExceptionWrapper.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 5011A0FA8B6A9B3D6123ACEF7015CB2D /* FrameTransportImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = DCDBCBD7E33107D7E0A9AE7A65BC6243 /* FrameTransportImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 501669E22636FB9395E16B42CFBAC36F /* RSocketServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E33C6EA516A521956A74363F04E7B05 /* RSocketServer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 501724B943B65570A93FBC21D552C56F /* FIRCLSUnwind_arm.c in Sources */ = {isa = PBXBuildFile; fileRef = B4AD7A59972CEDDDC5C7CF762B8EBA39 /* FIRCLSUnwind_arm.c */; }; + 504E53BD6D600EC7F96D486B830E90AD /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F5C2BA97A702CD2B80B5A00DD0D99AA /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5050E876360BACB144D6A34948F96B03 /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0AE17A1B96DA90FC97C6E4611DDB5554 /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 5064280C0E5FDA3174587639D29A64A3 /* RCTTurboModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = F55C55E45D266CA5434CF88C25E0B500 /* RCTTurboModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 507F0AB6B8792F7923563DEF601F4247 /* Range.h in Headers */ = {isa = PBXBuildFile; fileRef = 10C26B6C57391F13B031D5B60B41F7FF /* Range.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 508ECA38C00615D6966711BD85284545 /* BSG_KSFileUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = BC3128230826973F9557BC686190857E /* BSG_KSFileUtils.c */; }; + 50A845812DFEFC4B7C7A1DD6898FACD1 /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3248A206F08A03BFE1BE10BA77D2BD8C /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50B834389F0A52EF9DC6C27DE7CD7111 /* RNCPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 50EB7D549194AFA4AAC39D54FEF60897 /* RNCPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50CC679F3ADB6E4C12912F147286CCC8 /* ScheduledSingleObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = DBF23ACBD3AD3BBFD67E6B41856522A1 /* ScheduledSingleObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50E6BB281B7A3AB697F01F6A24D7CF71 /* ConnectionAcceptor.h in Headers */ = {isa = PBXBuildFile; fileRef = E1E01D9E5895EC14EDE2B074949B78C4 /* ConnectionAcceptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 510568D11A4DC76EA2CA2136395BA560 /* SSLErrors.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C9A55E4CCC0855A699918175C1A0B19 /* SSLErrors.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 5113DF0694C01D3678A4B7C502ED8939 /* FIRCLSDemangleOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D0B2E7B74DC7351F0A4BE4CD7E1BEEBF /* FIRCLSDemangleOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5114AB49EA22A2C2E519F563FABE94F5 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 1C25FA01BB9F9B0D8555E3F0D60E53F5 /* en.lproj */; }; + 511A8C7756FC090C87DB2FB5BC9C2E6C /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 6BA9A26E2876148FFA46B295BCF50D92 /* ja.lproj */; }; + 511F91FC172C34418EF12852B74F1D1B /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 02A03AF8BEE839AAE07CA0F5DA80153D /* File.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 512BE88134498726A8FF4E64FCB179C0 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = CA185B0518F3029C5EBE8A4AC9E85EAD /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 514546F2D8310E7F4C88A2C1BF4D6939 /* MMKV.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DE0CD137E0889EE1737A9B9030EFF07 /* MMKV.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 516AB504B88113B4C834E270CF75A576 /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EFD61829144FB5017E64544E1092F82E /* RCTModalHostViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 516DF262E59354AEE4714B87A5F95D85 /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 305A4E35667077125CCDCE18A522D8B0 /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 517492A9DB1BE570124104ABD1E074FB /* FlipperCertificateExchangeMedium.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9F02B25046132FEC9FBAE647F023C6 /* FlipperCertificateExchangeMedium.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5188E35920121C4F023B009EB47B7250 /* RNVectorIcons-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F0B7962D7E0A6CFAE198430F06480E56 /* RNVectorIcons-dummy.m */; }; + 51B069D45043B879F91D743E45B36FF5 /* Memory.h in Headers */ = {isa = PBXBuildFile; fileRef = A25AF838FAEBC2BFD69CEF9B87203B7E /* Memory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 51B67D2931EB4CCA7F07B76A066A8217 /* EXAppleAuthenticationMappings.m in Sources */ = {isa = PBXBuildFile; fileRef = F85D1B363381A73E950257DE754D654F /* EXAppleAuthenticationMappings.m */; }; + 51BC5341EF8ECF3FF3396016CDAC697D /* ParallelMap.h in Headers */ = {isa = PBXBuildFile; fileRef = F5719F203A8CF13493A18C6B83A42B0B /* ParallelMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 51C8511C6182C1676CEEBF6CFDD73670 /* IPAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = C8AAEFE5A8A726BFC436259BD5340B9C /* IPAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 51EA1E266FCC622C10B5E031B822F96F /* StorageIndexer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AA5BD40CBF8EF808F05361E302B7423 /* StorageIndexer.m */; }; + 52200844C2DAB31FCD9EB223AD86D862 /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 63074048A49EC4CC313857FC650C28B4 /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 522BD9FD992FF112D838590CFB6BA197 /* FIRStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = F6CB89DCD2375D78BABAB8F932A02843 /* FIRStackFrame.m */; }; + 5235586EF4F37E089CB0466A3D29952D /* REAUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C2604436F1E024FBDF3AF99E4FDD05B /* REAUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5262222311A25A5E916185C64A0964B0 /* FIRCLSSymbolicationOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = F1BF623936659BE23B46D54E9876D042 /* FIRCLSSymbolicationOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5266ED74166CEF56F6EBAB78253C0BD2 /* RCTSubtractionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A3E1C4DCBFA4BD27E867E02BB4A1216 /* RCTSubtractionAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 526EEFC62ACB280675BA44BBACD6BF4F /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A1A8E70B255D9488BD6855B126EA26F /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 528DA6972901D810829437ED26BC7BE4 /* ChannelResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5877AFDEC339C9F71246DF078C6383BE /* ChannelResponder.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 529A0E6D8F714B250C740639B12051C4 /* FIRComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 22128DB379E1D2CBFE351B3811F9B457 /* FIRComponent.m */; }; + 52A61F34A5E15791B7B83A514AAFA249 /* UMPermissionsInterface-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E65100F6060AA4EB4A9E27D02747B28A /* UMPermissionsInterface-dummy.m */; }; + 52AF5817A55CC0F1B2E9F181B97DF077 /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B604C164297ABEFBB339CA18AE3E70C /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52D285DE8F1DA68B5FFD5FE59322A646 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 40F7C973C5414744EC41B554A01CDFBC /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52E240CC30E4F2A727B8B62439A5A559 /* openssl_arm_arch.h in Headers */ = {isa = PBXBuildFile; fileRef = EB722B27E1482A287EA3FA37F211A508 /* openssl_arm_arch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 52FC4C285BD391CC8D308407ACE86BB3 /* HighlighterViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 50D5BB58FA7D8F591876E5678A7DEC39 /* HighlighterViewManager.m */; }; + 53006F50104214D43DD9ECD3001BF305 /* BSG_KSFileUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 409F88FDB3C948345884DADE30844ECE /* BSG_KSFileUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5327AAC51FC15E5E7B6D0AE18F6366BF /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = D6DA170E993F33C37F28A81382478149 /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5329DF0639EECDF46FF0D39B96066679 /* SKSearchResultNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 335EEB75B6D7D5E4080465F4E6B62705 /* SKSearchResultNode.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 532ED859C769CE6C17A29AADE6BBC0EB /* RequestResponseRequester.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F87333D7731D5A92A88360E34822B705 /* RequestResponseRequester.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 533D723DBDC1987B2F81ECF1A82E9F48 /* EXSessionDownloadTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 729EE69E13E54D8927D5B2EDE144589D /* EXSessionDownloadTaskDelegate.m */; }; + 53400182B8FA5FAC1C145D33E6CB6B2B /* GULMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = B8E0EE1ADF1D2D463DE5287D12C8B8C5 /* GULMutableDictionary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 535696AC8AD93E494E7B5125045BAA1A /* GDTCOREvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 14E56BDE5BFC0425FE97F89ACDE35690 /* GDTCOREvent.m */; }; + 536538F7490982607ACD157306D7B2C3 /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = F51605B4F0A333C25D0E9DA0DA560E60 /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 53670FBF51CAFFBB4ABBF3D2640B8137 /* ConnectionContextStore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0325CB0F2DE23511AA9D3DC4A502DEF9 /* ConnectionContextStore.cpp */; settings = {COMPILER_FLAGS = "-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -Wall\n -std=c++14\n -Wno-global-constructors"; }; }; + 53688E900F86F67061EBBE82569FEE46 /* BSG_KSCrashCallCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F9956BF8C33E2A713E048A04C1E70DC /* BSG_KSCrashCallCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5372184DEE4B05BD26EAF265AA46579F /* REABlockNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A853ABC233566B21D6498BAEA4C33F9 /* REABlockNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 53810BCF4596A5BC6ABB4D3E942E7D54 /* Subscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FD1A6013BE26CF0DF77977974AF20E0 /* Subscriber.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 539A9F546D7E466B4A4884E0BBA59D8F /* FlowableObserveOnOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = F6EF54B35B03735C999E9A9225B3CDAF /* FlowableObserveOnOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5400B68ED93E5B06645FF55C3057CF00 /* Payload.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BB47EDF57E9361B1F43D8EADB3FDAD15 /* Payload.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 543EE0A6E553C33AEB1C61AC88CF42ED /* REAValueNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6411BAD261388E816FCA2AACD9F1BAC7 /* REAValueNode.m */; }; + 544B0A17D4EF8DF1A62AD4C97B7DF962 /* RNFastImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BFB5272AC8FC90EDF7FC1C7F79C7CC55 /* RNFastImage-dummy.m */; }; + 5450601466D419FFD46FC044828F61CE /* CodingDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = D4BC717772F9D1AFEDD0851D58EBD317 /* CodingDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 546526C7A38B257AB7A8C55DF92E2F8F /* RCTStyleAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = C36C65075777F45F92B97BB4278D451E /* RCTStyleAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 5468B18F248F48CC7444DAB53E55683B /* FlipperStateUpdateListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 67CAB87AE61AACC4942A014CBD2387BD /* FlipperStateUpdateListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 54763FD98DEBA45FE2DA74ACEDA6F99A /* FIRCLSApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 35C3BA28E9605DF443EF2F517495090F /* FIRCLSApplication.m */; }; + 54880C500712D7E15C7E85BEEE11A60D /* EXAppleAuthenticationRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 18FB6816297670D9E489E39D5BE1F062 /* EXAppleAuthenticationRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 54A6605E4847F69A4A543EC0763DD540 /* AtomicHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BDA04A718F21904E7484E417CDD46B5 /* AtomicHashMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 54ECA723AA87FD13E6470CE43E753CAD /* SKInvalidation.m in Sources */ = {isa = PBXBuildFile; fileRef = 891C2B8C7D01B8EE8C438269661008F5 /* SKInvalidation.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 550491355C1E847C5FF721449F091741 /* json_patch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EBB1C7FB2727F0D85F869834390E9D5E /* json_patch.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 55087D5622FADCC4574574499E1DD10E /* RCTLinkingPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 16E5F638396982BB4B6499455455B0BE /* RCTLinkingPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 550E2D501FD368372393E7F1B69796F9 /* RNBootSplash.h in Headers */ = {isa = PBXBuildFile; fileRef = 554C91BEEA75AFFEFA852B002C0412A1 /* RNBootSplash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 551FEDB298C706D84AD2CFFDF2B3C265 /* experiments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 524E7CC021A6E1CFAA8846BB14DB9DF7 /* experiments.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 55504FC16E048E3B3F436B227D7FAA54 /* FormatTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = FD40A28A425573346F55444959488340 /* FormatTraits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 55545B966E6065FA2CADF0FF5D0F0057 /* BSG_KSCrashReportWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 47C9F079BBD5698DDA6879F6FEFD711F /* BSG_KSCrashReportWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 557D5A10BA9DE8F3F242CE30D8DF2528 /* GDTCCTNanopbHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 4721D3F64CC61B9E7C3183AE601D9E87 /* GDTCCTNanopbHelpers.m */; }; + 5584EC3010BB95FEE907A8B39F069F84 /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 75F4036E0D4AD737642EB96CA3D75D43 /* RCTEventDispatcher.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 55A426BFF79FEF6F8C8E777F5F300C4F /* histogram_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B757DF0BF0F3F8A34A70A3D18FCCD99 /* histogram_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 55A98FCD9929C09F024CA2E24BCABB13 /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E181BA75207FBB15E0350F1952CFAF07 /* Format.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 55B3124A6D105B98F9F7FD97CAA31020 /* Uri.h in Headers */ = {isa = PBXBuildFile; fileRef = 38F45570ECFA55AB2AE971CA49503BAA /* Uri.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 55D6BF643B68AE6B1531B2E017E98464 /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C5C37BF94AE399FBD7929FB5E7ADC8C /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 55E43519FE6A2EBBB6A98537A9B6D65F /* InlineExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 931B7A71DC2C55CF9BC19B4407A29EBE /* InlineExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 55EC784A50DC14800DE2D90A2D065E17 /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = F8633AD2C2D2826B1719D48E55655BBD /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 55F765F37C59C5C960CB40C562CA9CBE /* RNNotificationParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C39AB9266EA68DB2D41A69239B3040B /* RNNotificationParser.m */; }; + 55F83A935742869B756158BDC016A160 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = AC4707964221E75DBC6E11DC1E40B888 /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 55F87E19DB7C1092623DD697817C9EA3 /* WaitOptions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2A377E24B8689DB0A06E5033D5D0A889 /* WaitOptions.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 560869ABC67A87D4D2F0C2004D2A7244 /* Sched.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F013CB7A6E6CDC12382D63BB0679EFF9 /* Sched.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 5610EC820E231169F5911CECF59B8C02 /* RCTSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = B3B5D912476639DFDB0A06E8B6FA1A60 /* RCTSlider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5612514BC1843E72BF91B29AFB21F139 /* RNCConnectionState.h in Headers */ = {isa = PBXBuildFile; fileRef = E07BC8AE21264D57919154753FF55398 /* RNCConnectionState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 565A40C9715DD79B31B0702BA634E8AE /* UIColor+SKSonarValueCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = B1FCB7932F319339A9BDF78238026755 /* UIColor+SKSonarValueCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5682D486AD796B96C3A970F0CED61BF1 /* QuotientMultiSet-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A160FC63EF8C86A7E5D51894C1D0B0F /* QuotientMultiSet-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 568EF27B9FC821A59A1E531A762689B8 /* BugsnagCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 97E555B98EF905EE8FBE20AEC300AFA3 /* BugsnagCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56910072B385CF37BBD408E8A81D907F /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5648D0DED4B95E9007B01DF3192B7AE9 /* Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 569B303F2B33E4958AB9B66FEF06DFD2 /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 34A03E7ADB6A965377CB4349317BD042 /* RCTCxxConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 56B7EDF2D059818DC3B10542418DC307 /* RCTTiming.mm in Sources */ = {isa = PBXBuildFile; fileRef = 218C18E1C3A7D5460C9C1F01893CAC4B /* RCTTiming.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 56FC6B389683EFB670BA03EC7ECA7084 /* BSG_KSArchSpecific.h in Headers */ = {isa = PBXBuildFile; fileRef = 721AC8A1EA4AAA5B1F3976F1DF05A811 /* BSG_KSArchSpecific.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5709E884E7EFAD52ACDAF6C62A2A8079 /* CacheLocality.h in Headers */ = {isa = PBXBuildFile; fileRef = 646DECD24D179C072D2DB483C4B51A77 /* CacheLocality.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 570A6E10E38F2287A73487A115D33F6E /* MMKVLog.h in Headers */ = {isa = PBXBuildFile; fileRef = E86822AF24365F319FE30D04FDEDAC2F /* MMKVLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 570C74C728841871D4DBEB6FA4A15497 /* RNCWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 922624B276649DBE39FA637FB2236D7C /* RNCWebViewManager.m */; }; + 5727A28359DBA9E0DC2E6C06CDF32394 /* FrameType.h in Headers */ = {isa = PBXBuildFile; fileRef = B80A23D4FAF9FB02CBD278DAD2B9B820 /* FrameType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5739BB47EF4D0FF067709D12836D8B35 /* GDTCORPrioritizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D1AC39EB4AFD5AA46DCA9BB791486B2 /* GDTCORPrioritizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5741990BF5FB72694443CA2C383BF448 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = B3BDF74F10A6FE4F4B706EE7C342BE39 /* SDImageIOCoder.m */; }; + 574ECDAE477176D717383A6C88E8DABF /* FBLPromise+Retry.m in Sources */ = {isa = PBXBuildFile; fileRef = EF1D883E483F563A9F4535EBD2E361AF /* FBLPromise+Retry.m */; }; + 5761E342FFA0CF25087905DD4C7A6281 /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = CEBD6B31C16B3F350E4DC82F5623C7F9 /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 576D1D3D0255B54FFBDDCB00855FE397 /* PTChannel.m in Sources */ = {isa = PBXBuildFile; fileRef = 21CDF60F536705E2EF3EF7F5052C5A83 /* PTChannel.m */; }; + 5771D1F5AF09F22675A90661B35C5C29 /* BlurViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F1FE95B301E360D1B040C7AD1E3D210 /* BlurViewManager.m */; }; + 5799586981218DAD4CAE2FC9B80F1DD6 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7399E0BFA69307474E43AED1CCF826B4 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 57B5D6C1A341FCA8B5686CCA61C496B7 /* NetworkSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = C9CFFF52CBAC252257973C2B83984EEB /* NetworkSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 57B90AB173D872E18E4A7D595CB8A127 /* PThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5AB19C1880516910F892753A3E7BFF38 /* PThread.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 57B9E4CEF1AE1A75A1E52EBF95BED9E7 /* PromisesObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C38CAF8CAFB941E27F8FC260A48F071B /* PromisesObjC-dummy.m */; }; + 57E393545C8867A16DEACC86B2E8D2B0 /* quant_levels_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 3543E6EFF0F9CACDA2ABD0379BE4B03A /* quant_levels_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 57E4C24694E509E73B87E9A8D0447897 /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0F714B791B23FA38824B311B5DE4A583 /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 585C11C21B65EE38249ECB57D06ECAC7 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = CDD2281EBF321A25AA11EE5C6D59B1BE /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 585D03FAE7882EAFF0797BB33392F77E /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 08917AE47DD0A964713A4DCB0CD85E2D /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5865C7B3206F91E054E6A599FF455FE4 /* RCTPerfMonitor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99ECAE0756CB9A6CF18C83DAD4EE9389 /* RCTPerfMonitor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 58697B57883E957723821DA57FAA8CC0 /* RCTVirtualTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C42111E92B595E5773248CA66E90415D /* RCTVirtualTextViewManager.m */; }; + 5888C9E5D61C9307805C62F729D66E93 /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E49826CC819AEA6F509737D0E0D7B3C /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 58B7527D10B205632DD69550C4B207E8 /* BSG_KSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FD56F3C757D6901737808BE8C593F2F /* BSG_KSLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 58C1C15272DAE284A8428EA83F721F4B /* Math.h in Headers */ = {isa = PBXBuildFile; fileRef = 4743C5C05781D771D42C650FEDDF2071 /* Math.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 58E1660575B93C51FE5C9208E4D2ACDA /* REATransition.h in Headers */ = {isa = PBXBuildFile; fileRef = AB427970A9501CFCB96FF7A15F259A52 /* REATransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 58E1FC09A8DAD793E195B5F0EE4ED9A8 /* enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 823BDC381C7F5B32A396B087AA4484D5 /* enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 5908C1A92623DD979335C59B85DDC550 /* FIRCLSURLSessionTask_PrivateMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = 75AA678EBF6C67F0875FD2F3F41DD38C /* FIRCLSURLSessionTask_PrivateMethods.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 591C6971B22797B1387709B5A522609F /* FIRCLSSettingsOnboardingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F5D4705DE48CE5EB0F04C1232D5D7A0 /* FIRCLSSettingsOnboardingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 591E41D41239F16A8318D96B0072E1A0 /* FrameHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 762FD21B3739F5F2E25B8A6DCF36BE18 /* FrameHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5933E0EAB87B3D53C94D50CC084C6D95 /* FirebaseInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EBF339D81D1D4A6DBA7F532E24B125F /* FirebaseInstallations.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 59403B48E755C44B49EAF0C1A8602224 /* TokenBucket.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F9D32BE8ADF26C003EF191BE09763B3 /* TokenBucket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 596C8F6EDC9D1C57E0B6105D67A98910 /* AsyncTrace.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 32B2408B3F9DB70767A7F501805ED1C6 /* AsyncTrace.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 59756939C46FAF28DFB2C7D2D78BBB98 /* FIRCLSCrashedMarkerFile.c in Sources */ = {isa = PBXBuildFile; fileRef = 685720BB994EE929CBAE022C7ABFB1C2 /* FIRCLSCrashedMarkerFile.c */; }; + 599AD3E874FB1485E31367B4A52318AD /* FIRCLSFABAsyncOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 83755F2B091B00BE6CA539A99E0D964A /* FIRCLSFABAsyncOperation.m */; }; + 59DFDDE1F2FF351F408E7CD007573FAD /* HeterogeneousAccess-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = BCC5C9DD20DA99E814C6CC3DA5CEFBD4 /* HeterogeneousAccess-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A0564012B13D1C2B82FE29F77992F2A /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 9CCF44C59DF1779D4F7DFC832AAD9090 /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; + 5A164EB6EAC4F0CBA9E91B2EBE2EDF94 /* FIRInteropEventNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 41EC5930B8C1892BEE85D9814875D011 /* FIRInteropEventNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A1A65D98AE976414B1836BB50BCB632 /* Synchronized.h in Headers */ = {isa = PBXBuildFile; fileRef = 8256CFC27BC64125A30CFF60C0DA83CC /* Synchronized.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A393659EBC8540D643BF6834002B5D0 /* FIRCLSApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = CD2A30BCF21519B7BA9A5F310C93B04B /* FIRCLSApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A741897B7B13B1BA7152F1C1F9C59EC /* RNGestureHandlerButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 87EED5D49E9CDECA9147E519F94CF95A /* RNGestureHandlerButton.m */; }; + 5A9299BC657C6780109E101A8C0B5F5B /* REAParamNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 22F0EDDC1AC1AD30F5556855161B8633 /* REAParamNode.m */; }; + 5A9453A36DD2BB540D92829A0ECCAD65 /* TestObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E90692F05B774143CAEF5069161DBC2 /* TestObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5A97CE7836D771F89F0CD5321781CC88 /* CustomizationPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 67E330CDB08073CD5F0DAFAE166A2FC7 /* CustomizationPoint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AA4BA09C6FB51A2B407491DA663107C /* UMUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F7B2E06998332BE3FFD795BF566A4286 /* UMUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AB14ABE1AA23ED14A2EFA67A7FD7349 /* RCTSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F9390BDC6C889005CAF04C4ED51897D3 /* RCTSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AB3B61A4C4F42AA53A9A921D6B6BC7F /* SKScrollViewDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 9247C7A8FAB5D4901935A3053ECE7C1E /* SKScrollViewDescriptor.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 5AB615B013B2F055DF125220C103A21E /* RangeCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 9388C1C21EF6DEECFEB06DA212C39122 /* RangeCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AB743C39DD67010BEA7C6EC37ABC235 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = D1B8432914A42AEDB1B6F124CC12E830 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AB83241EEF04A1D555AB0079654EFB0 /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 13CD241B5E36B9DCE7C5A93B7F1A9E9A /* Unicode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5AC16E639A6F1CF09260BA3E62B6CE37 /* RCTAppearance.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7C70EA35AD8CDA3CF11E6D20788F213F /* RCTAppearance.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 5AD2941FDC49F5245D9376F9E5AC0044 /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CF42FF7B2EBC06C1B82D50DAE22336D /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5ADB30B0072BAA0C569F132FCBAF04B4 /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = D22E75D64199FCA2AE1C7333138342A7 /* RCTPackagerConnection.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5AF92E3D34F1AD92B8AB4425A1B36CFA /* Function.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A7B47DE6FB5556DBCC9109F3A598A05 /* Function.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B17C07022BB8181DA586246F4E32483 /* RNSScreenContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = E3CEA8AFB270C075A75AC1B2DCF05C2B /* RNSScreenContainer.m */; }; + 5B202501EDA7C90A901375D43445C914 /* FIRCoreDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A75E757BEF2844969C0E4EA4B7B8A74 /* FIRCoreDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B2104811D5D66EAFC22CFF42EA1CBD2 /* FIRCLSReportAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E109B1431C976080FCB144DF5B3CC44 /* FIRCLSReportAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B2C9C3506DE3467707BFFF9237E2961 /* MallocImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 4771E5BABF4D1510211AF5CEFD35C967 /* MallocImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B3B7FBCB8EEEB1AEA3B886F57650661 /* IOObjectCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 75C54F4BD4A8E740A1E6E8923E574ED3 /* IOObjectCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B584DD7E7363640B56C6F2F8BC8A3D9 /* ErrorCode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D8B158F2B091259E488FECAAD82F1F5E /* ErrorCode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 5B841DF4EE231DA8919A8EAB8024C0FE /* FIRCLSdSYM.h in Headers */ = {isa = PBXBuildFile; fileRef = ED993629E29E211AE8B3C71C50F1033B /* FIRCLSdSYM.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5BAA622E4ABFC64D9B62D9A8E5D90B7F /* rescaler_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 096C07C46041D253F0260EFD31015016 /* rescaler_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 5BAA998906B84FCAA6ED30576AEE61C3 /* glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2450F579CD8D878D25C509E688505ED8 /* glog-dummy.m */; }; + 5BB200875C5A48E5ED47B5EBB200C595 /* FBLPromiseError.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C5EAE365EDCD043514FEE6972EC31AA /* FBLPromiseError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5BE6A1FCFA61602F65CE8B0B42522D77 /* BSG_KSMach.c in Sources */ = {isa = PBXBuildFile; fileRef = 346B6F904D7B151C306D6D111F2FF3AC /* BSG_KSMach.c */; }; + 5BF1D916DB535D1898096674832F3C80 /* alpha_processing_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 3447678C17782CEF55E001D70F451781 /* alpha_processing_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 5BF28CE2DBE9C347DF6940C3757A0B2A /* RequestResponseRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 607AB916C717A51003196F1DC5580FA6 /* RequestResponseRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5BF82DC3638FD03C13ABF0EE0429BA4F /* EXConstants-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 85377F31B72D491022867C559C1CB709 /* EXConstants-dummy.m */; }; + 5C1165264DD72E16E1C64F6DC9746266 /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EFE2BCED3FF1035557A386874408A0A /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5C2C3B5B4DEF84A285C50AE360C41F15 /* IPAddressV4.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 166BD3AA6CAA2CCC0AB660F2BD9ABF51 /* IPAddressV4.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 5C33B0907D8C037765F6289C00AEBB23 /* IOBuf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 120A68F88C5C315AE30D7C59E4AB7582 /* IOBuf.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 5C4E76845D343CA10A65FB4CD3F161BE /* RNCAppearance.h in Headers */ = {isa = PBXBuildFile; fileRef = 03077FEF0686D9678621F3F741946193 /* RNCAppearance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5C5CD3E890B9F7047B86713585C1B6BA /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 30AAE515220085A51074FB6B5057AAAF /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5C5EF08FE2DDABE0D6B53657AD8C1F18 /* TOActivityCroppedImageProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = FA0FEA8E607E301D5F2373D7D4D6A299 /* TOActivityCroppedImageProvider.m */; }; + 5C6140BE1540F140EF3F2C3A42A714AC /* FIRCLSSymbolResolver.h in Headers */ = {isa = PBXBuildFile; fileRef = 11EC576DB5495B159AAABD36581CE700 /* FIRCLSSymbolResolver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5C77A5BEFEA279C8E7D6632403A14B7D /* CodedOutputData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0E2428CEA407DD266A033FC1F5231372 /* CodedOutputData.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 5CA581817E8C0B33FF4E56320738F1F2 /* NSData+EXFileSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F3EE8AE636321E9D4655B2BEACB9728 /* NSData+EXFileSystem.m */; }; + 5CD04D0B0E9105017302A21B6C238BE4 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = C3CAAF47AC03AF1B13FFA980EFB1CE2E /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5CD19257CFA01CC2269ED45A89C2014E /* MicroSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AD33D82B3E5E94C3A896176AF64608F /* MicroSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5CE4F8D510DF7BD8435938136EB60008 /* FIRCLSMachOSlice.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B885D77DC28404FB4C9B172DEF84857 /* FIRCLSMachOSlice.m */; }; + 5CF0A561E7B3D5C93CE72D707B185BC2 /* CxxNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7C15B57EA8189CBA05AE26BEFA5600 /* CxxNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5CFE76AF80668610AA21C0F24A042A78 /* GULReachabilityChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = 5732A5ECEBCEE4A462DCAE8927ED197E /* GULReachabilityChecker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D1EABB076B0608332F1A2E988E33B9B /* UMReactFontManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D5BC5A1117AE1CC89B1F6CE37FA3DB93 /* UMReactFontManager.m */; }; + 5D3D72CFA14EF10AD3AEAB0772FAD6B8 /* FIRAValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 059C584615D0AC1A97DA10A01C10720D /* FIRAValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D3EAA71E6F4A01549C457AB0155093D /* random_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = BB41E7DC024DEA7173626E2349DA6AEA /* random_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 5D7A40A905AFA41F6DCEE2FC12BD30D2 /* UMModuleRegistryConsumer.h in Headers */ = {isa = PBXBuildFile; fileRef = 50A238E54439A97124948140D36137BB /* UMModuleRegistryConsumer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D83E4D190DFB7D1C10BAC5183CB7D64 /* RNCSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BA5B665E069B481C562627BE40E6125 /* RNCSafeAreaViewManager.m */; }; + 5D89A499D452D8AB33F485B13E1BB663 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 342512805C1A125FEE18047F913F6FD0 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5D8E3A78DEA434C6BDA5D6E8A30E6847 /* EXAppleAuthenticationButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D49E0D43DDBBC0D27282E37D5CB6576 /* EXAppleAuthenticationButton.m */; }; + 5DA0F2884A4ACC574F764628C52B8021 /* mux.h in Headers */ = {isa = PBXBuildFile; fileRef = 69DDE0B4682903AF1E6DFDE7F551A0DB /* mux.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5DA5627E4F8F565E05E7F437DD9415F0 /* SingletonStackTrace.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A1BB08A0560C4E5A114B94C7F8978196 /* SingletonStackTrace.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 5DB32EE44BFB2210C63FB98CA2EAE4C5 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = E921F8971FFF3A1336E901D32E523E10 /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5DB93D4A74BED2AA6204E8E51AF35A5B /* SDWebImageError.h in Headers */ = {isa = PBXBuildFile; fileRef = EEE1ACE1C3A74E7882B72B062BB9C20F /* SDWebImageError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5DBC4FBA57AB23FBB67523B2BF025EDF /* DynamicParser.h in Headers */ = {isa = PBXBuildFile; fileRef = E53C8C998DF0E97815AC0901993D3741 /* DynamicParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5DC42038A463CA5D6C7F7750F3953995 /* BugsnagSessionTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 57F0E47BFE999ABE114386B957E8A80E /* BugsnagSessionTracker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5DC78EB4B13C27B6855FBFB7CEF87DD1 /* JSONSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = E03D2077A6AB041E630A71B03504F20C /* JSONSchema.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5DE879066264922244BEEE7C2EF43D32 /* Poly.h in Headers */ = {isa = PBXBuildFile; fileRef = D373B58AE7BA9034824618FB7A2E312E /* Poly.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5DF7BD0C2D0FDDBD3043A30CDDB1A6F3 /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = D99C99810BDD22C9EE2F42464C4A8B04 /* SDImageAPNGCoder.m */; }; + 5DFBDC71A008114DFD3C72B90D33F55E /* React-RCTLinking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 572AE574D6BE9C0DBB2FB58BB3A808E0 /* React-RCTLinking-dummy.m */; }; + 5E13423D3A7FA867892C579043415154 /* SaturatingSemaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BAF1443AFFFE849AC332F65CBCB189B /* SaturatingSemaphore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E2744C18EE0B78FE206AC53D98BC7F1 /* BSG_KSMachApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E856ABC8D8851441E31927B0E15F848 /* BSG_KSMachApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E2A8AC96FA3E36130CDCB2E530C00A8 /* F14MapFallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E0DC02D2CBB4E83810E20904F4A94A9 /* F14MapFallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E42E30EA224A55CD037A16A3F4E0264 /* ReentrantAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = D110FFBE59C0123CEF10E41666AF2435 /* ReentrantAllocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E5E51EC7DA2BB60F19F7B5C3900D1F1 /* RCTAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 09509A5FCC62EF4A989E868E79B258C4 /* RCTAnimatedImage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 5E6097686446F6586438A8F738D3A7D6 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2288F7C01DBB2A1AF6AC4119AC1AD295 /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E73D67B04047116F98E9E4F2560DC20 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = DFFCDF86404690B14F2A818D6A05AF31 /* UIImage+MultiFormat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E7F6EE7EE3B74ABD26898BB3969654B /* UMExportedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FD3692921DE1167D5624A42D3089C23 /* UMExportedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5E88D984516A6758BC65320A5144CE41 /* RCTMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 196364F05AC5F5C49EAF2471D15E4A77 /* RCTMaskedViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5E890A65624ACC983E0F0ABF665A1607 /* LNInterpolable.m in Sources */ = {isa = PBXBuildFile; fileRef = 108A9F55F9A01956ADF7C3BCC27D7567 /* LNInterpolable.m */; }; + 5E8F17796B17F546DBEFF101502550DA /* EXWebBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D0124A8B3C39ACB63D9FF52E1C0D2E81 /* EXWebBrowser-dummy.m */; }; + 5E9CDB6AB4B43366569AD6341E339A31 /* FIRInstallationsStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 949FCAA1C40C1CAD7736386449E3DE02 /* FIRInstallationsStatus.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5ECFAEB0D811F5F3FEB2E0FE2C10CF05 /* EXAppleAuthenticationButtonViewManagers.m in Sources */ = {isa = PBXBuildFile; fileRef = 43569585D898326F13E05425D78F1B28 /* EXAppleAuthenticationButtonViewManagers.m */; }; + 5EF041DD75E13610D0618BBDF0481D9C /* RNRootViewGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D184A6F65C90BE0CE568AC1F4363B08 /* RNRootViewGestureRecognizer.m */; }; + 5EF6389C72EBD546E55E9DAC2661EAD1 /* QueuedImmediateExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A3134B9954D27BB17E8D00039F3C165 /* QueuedImmediateExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F13309B2A267BCBB46EFB21D0669783 /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D85B3A1036C1D8E8D3B74D8792ECBFD /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F342C5E5ADF3C33666E63C41DC64780 /* GULKeychainUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 91F1B0EBFE87C325A5AAB9C3A107E1AB /* GULKeychainUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F352AC09521B86E73CB59AE05822FED /* REAOperatorNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CCC4EA73679DA02656450FF7E2161A4 /* REAOperatorNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F48F3262405588709AB9F020DAD1423 /* decorator.h in Headers */ = {isa = PBXBuildFile; fileRef = 14ADE25D8B9F56EBF4594AD292A652A8 /* decorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F4DABCF59088EC74586C43C8B4CB03F /* FlipperConnectionManagerImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B7BA02089E700F7576047F3C314F8B53 /* FlipperConnectionManagerImpl.cpp */; settings = {COMPILER_FLAGS = "-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -Wall\n -std=c++14\n -Wno-global-constructors"; }; }; + 5F5905F965D93630347F01A319FBF19E /* ExceptionWrapper-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C3397862E1CA92C490EFE462C69C3E6 /* ExceptionWrapper-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F71F4213C9798A2DD351B70C2502BB7 /* FIRCLSDwarfUnwindRegisters.h in Headers */ = {isa = PBXBuildFile; fileRef = C923A3AD8B2C26416239292029D4C657 /* FIRCLSDwarfUnwindRegisters.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F73B57E05B5F97EB562800E4B7C7B9D /* CPUThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 302B2D7B832D36B91C0FC19F8442A977 /* CPUThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F760D41A1FD33166A8A5B8FA86DB231 /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 13E51C441BA6D4BDCE3C7476E0703319 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5F99DAEF557AE97BD84A37E24F9DADB4 /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = C523363D27B74F9A78CE3659208CFF5B /* RCTShadowView+Internal.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 5FBBD0BF1FE92C8C7FB6E26F99BE94E5 /* BSG_KSCrashState.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D33D2546013B9EAE647569F13DD7D5 /* BSG_KSCrashState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5FC1A47E969AA94A7BCCEB38C8B198ED /* YGStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DFDD8BE3D6FA694A8F0D97824C471EF /* YGStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5FE471218D8F0BB8CC9A398122D9FD45 /* BSG_KSMach_x86_64.c in Sources */ = {isa = PBXBuildFile; fileRef = 75718D880731ABF38145370C0B66CD20 /* BSG_KSMach_x86_64.c */; }; + 5FF5F40E78B6DD5E6CF41E054DF305C7 /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = DD0F1854881020E095123417275F3735 /* SDImageCachesManagerOperation.m */; }; + 5FFB377F7BAE409945CB4ECB572B8C83 /* RCTUtilsUIOverride.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FC1AC7213C4EDF9C891DB73A3F26545 /* RCTUtilsUIOverride.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 60000F0659938DF3F1CA5A24BA5FEBDB /* vp8i_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = CB50A81FDAF07016023B6C4D1EB650F7 /* vp8i_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 600DF1537957C342726F5ACD59BA2281 /* GLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 54AD4B9E2276D86FA4B0EC49AB66BE7E /* GLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 603BC0D657B3BB85EA44436582E5A60C /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 68CB6B19910E7EAC6B3A634FCC579393 /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 604CC2729DD8AB8B7ED8CC3C2368BF1E /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = D2E76BF7E23D9FFD65921C1FD67AD917 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 606A92DCF49712A4C02E7FDB4CCFA180 /* QuotientMultiSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CA1CAEDFAE68FE24A7A7080778B535C /* QuotientMultiSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 608FBDBD3094B7E3F913B85929E9E91A /* BugsnagUser.h in Headers */ = {isa = PBXBuildFile; fileRef = AD0A2428496250C2EDB58420F529E6FD /* BugsnagUser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 60B29E26408F734EB1B79A422DA490D2 /* ConnectionSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B57B58BACED4289D53701C37E8E45618 /* ConnectionSet.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 60B61EBA4A7B3666C80C45FF8843447A /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 19E4A5F3E8205DD2D3B194B29C0FB96D /* RCTMultipartStreamReader.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 60DCF8B0079F0EFF5A596F9B97D727D2 /* lossless_enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 98A833216C7A724A688CF71D22E6FA8C /* lossless_enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 60FB3431064BCC00DD0CA616AAC8FBB7 /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = DF9FED91B4C40F70D892FBFF688F75DF /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6108B0710A4E7AD7B388E895F06B0C74 /* RNFBApp-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E690923D30039DDCB783CEC621BE623D /* RNFBApp-dummy.m */; }; + 611AC55841BF9DBFAB101CBFFC279B18 /* GULKeychainUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E9AF4946C813470571E7F70196972FD /* GULKeychainUtils.m */; }; + 611BBCB22BC5D48F36738E316A62DD72 /* SDAssociatedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D25D5A50E9D0DD9A828996A4D2502A3 /* SDAssociatedObject.m */; }; + 611F558A88A67FF7792F724E5F594298 /* fr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = CB45785B393FC63226D62B32145ECE79 /* fr.lproj */; }; + 611F85A3E89147C63680D783AC64A09E /* FrameSerializer_v1_0.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E4A3B454CC0D59A901D453A216E10A0 /* FrameSerializer_v1_0.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6124455E1E8B64F1070B1281D77C95C1 /* Stdio.h in Headers */ = {isa = PBXBuildFile; fileRef = 78E383F75A1316536FD489207552C079 /* Stdio.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61523070E83119B31608AC25A9EFE3C6 /* FIRInstallationsIIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = A204F3EC30348CBC8DD4956D7DC86DA6 /* FIRInstallationsIIDTokenStore.m */; }; + 6160C4E73DEA8DAFF0468933D7B8E104 /* DynamicParser-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 984DEB675CC05B7ED11F153E250DC2DC /* DynamicParser-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6174F6F3E3A163F2D1B0946070992168 /* FlipperClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 992FD1C9C6068B939633B419103E9660 /* FlipperClient.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 617676470AA9F9716121D821FAB43BA7 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 251399F4F19CF72905E528830E3DAAB1 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6180BF7F8586159C11056E9DC8A835E4 /* FBLPromise+Race.h in Headers */ = {isa = PBXBuildFile; fileRef = 094F5EDAB5CCCE4C29647C4ECD85275D /* FBLPromise+Race.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 618E7AEF02E573C84CE04A368EAFC7F7 /* FlipperResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EECE18D8A08691D02B4518B3D21AEF0 /* FlipperResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61903100839950E79E4F154D48535629 /* REAEventNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B36C9CF578A3845E41A4D998D58D1351 /* REAEventNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61FAB8019A8CB19BAD1B25A6896C3A82 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 503E67DAE1DFF0C92FC7712F09ECD834 /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 61FC86BAB3F7E066FF14F7518F8CA93D /* RNFetchBlobRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CAD02EDD67B7BDC82E8CCB7C7DE9F1E /* RNFetchBlobRequest.m */; }; + 6208B747EB7E443BDA69445E6B075A19 /* RNFetchBlobFS.h in Headers */ = {isa = PBXBuildFile; fileRef = 455CEBDE0FEEBF5D10E04FAED9A27356 /* RNFetchBlobFS.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6218C08B2CACD649A6C625A62BDFDB8A /* RNFBMeta.m in Sources */ = {isa = PBXBuildFile; fileRef = 41CB53DD8DAC4BF0EDAF296CAA1A58E1 /* RNFBMeta.m */; }; + 62292F760209B429D1E8F461D301046C /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 106D0A6DACBEAE77CCC59193A3D4B2B7 /* SDWebImageOptionsProcessor.m */; }; + 622E2F4AACA55DF8F6A5E48C3D5BDF6F /* BSG_KSCrashSentry_Signal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A1C622790C451A10BF2B8E0251B47D9 /* BSG_KSCrashSentry_Signal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 62336B537734DCB6FAAF1F2D0842749C /* RCTFrameAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = CD070A7C19C13E5CE29FF2E659084124 /* RCTFrameAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 6251E32809F84C0C181F83C267237A29 /* RCTRsaUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = FB8773509BE907716903E4E34A0B40F9 /* RCTRsaUtils.m */; }; + 625C79F2F1EAB08046841844DF3BE32E /* REANodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E56BCD93B7A21D178D0E132CEC8DDAF1 /* REANodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6276C1D45333F0354F055E832851A6EA /* CoreModulesPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = B7923A8B4FEB4F06CC933801688EC592 /* CoreModulesPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 62E7088038382BEF6327FD627025C0C4 /* BSG_KSCrashDoctor.m in Sources */ = {isa = PBXBuildFile; fileRef = EEC64268726FE723B004B08332370841 /* BSG_KSCrashDoctor.m */; }; + 63298B40F20104FC15C8B9B923C51C95 /* FIRInstallationsSingleOperationPromiseCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 97DFB4A27CD0E547DA4548C135FBCA5F /* FIRInstallationsSingleOperationPromiseCache.m */; }; + 63494BF770CFC40D53E444DC3407EB45 /* FIRCLSBinaryImage.h in Headers */ = {isa = PBXBuildFile; fileRef = FCB3FDD736260458FF91AF2C648A0C74 /* FIRCLSBinaryImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 634C43849254A01082229AFB8F3D2F4E /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DE2FCAA1B424D6F77BB338866FA3E99 /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 634E6E1B82E30152590610DBEF747B7E /* ColdResumeHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3963387F6C875B1235572275D143B9DC /* ColdResumeHandler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 63654A70B747709782BB4E9560BF7880 /* UIColor+SDHexString.m in Sources */ = {isa = PBXBuildFile; fileRef = E8CDDD044BEA108A384C4BE3D0ABF65D /* UIColor+SDHexString.m */; }; + 6380BF918F8C28FC866BF96083E0F278 /* RCTTypedModuleConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 371EBDFAD3773DD3F3D32C375C9F0D76 /* RCTTypedModuleConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 63925D5D72F33BBB0C953956F3137D11 /* RNTapHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 28C3D5F1440D6F8FA2C8C586500A0F5F /* RNTapHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 63B12413FFB609CFB69E30102A185A34 /* ro.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 7B1731A628203B06831BEB10F2F4129C /* ro.lproj */; }; + 640AEB6FD03C9DBD0B5C20EA19A7492D /* LifoSem.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FCC93C9803F64F0C0FE7F03BFE4A55B /* LifoSem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 641A027B732C170F46B810F31BE94096 /* FIRCLSAsyncOperation_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B6DCAFD8F2391EEA5BFFD75672443232 /* FIRCLSAsyncOperation_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 641C6DE1FA2A39820F7C64E78DFCE7E2 /* SKButtonDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 30F57F37ADA4D4804611A0C771A85F6A /* SKButtonDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6438224334F3C4FED74B5DCCDC6D911A /* ClockGettimeWrappers.h in Headers */ = {isa = PBXBuildFile; fileRef = BF17BE0FB290A92D8674D950529E0C80 /* ClockGettimeWrappers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 643D7F7748C13778F0CFA46E7843E0C0 /* RNFBSharedUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = ED1B61A614EAC2B34D1421B7A01AB262 /* RNFBSharedUtils.m */; }; + 645D0B9FF00FF976ED98AD11727A11B3 /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EE45D83D86B16830C6A7555BD9664265 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6479409241D07C6A3228BDA6DC9CA73E /* GULKeychainUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 58E7F83D446EF1D0F268AE62F514548E /* GULKeychainUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64C001464B86C9A7079962EDBC438BB9 /* AtomicHashArray-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F46AE99DE3C6B69F1F203BFEC8D879E /* AtomicHashArray-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64D2C67E4B3C2F6F3554DA3FD77388CA /* FlipperCppBridgingResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = D250D037AE04A24D16A8224A2313C0D8 /* FlipperCppBridgingResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64D50EEADB1B4C05CF00FD7066295A86 /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = AD888F88CAB9438DD649610E281CE0BE /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64DC11C71A29CB9CEB58B881C2571975 /* REATransitionValues.h in Headers */ = {isa = PBXBuildFile; fileRef = 48AB268B643C4E3E60E84B9E68D0D1A5 /* REATransitionValues.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 64DDB2096FCEB4BA4C16FAAE035409C8 /* RNCSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = CB566184383FEE40DED71D03DCD7AF56 /* RNCSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6513CBA48EFFD461EFC05067DC66C081 /* ARTLinearGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = DB8EF10FCBC488C35687478E6EE45CF4 /* ARTLinearGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 651B1E070356E2EF27D6FFD2B836573B /* RNFBAnalyticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 05B268C6CFA6DB1F366D89B968D499C7 /* RNFBAnalyticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 652535943BB13DDE845A40783352BB92 /* SKNodeDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 35FC211269EEAEF354EF384B6FE359E8 /* SKNodeDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 653459802284CE6651EC63E4FE53574D /* RNSScreenStack.h in Headers */ = {isa = PBXBuildFile; fileRef = F9E73C39E10261092906C3D5657BF9E9 /* RNSScreenStack.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65442D8C8DDDC36CA3007E5E45752DC8 /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = FC9649D19DA63AD326DEDAB3D2298B19 /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6565DD4D2481979696CF0B9F071A089B /* RCTSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = E4C12013F2CF531A700B7603E4485B49 /* RCTSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65826CC653DA8F12F88C9D46ABB324CA /* FIRCLSNetworkOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F0DC7D458F2B90DEA91C6524ABE02B13 /* FIRCLSNetworkOperation.m */; }; + 65852C0D5996F6ECE8406CBF786E1BD5 /* RCTLogBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 89FBBB0A830EF374488DC1F11FEACFDE /* RCTLogBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 658EC9F58BE501CFDBCF7B32E2F0E2E8 /* RCTDataRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5E2FA64151348D7C827CB5D3D72262EE /* RCTDataRequestHandler.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 65B6C18087CF33358F59C9B9E7359FE0 /* FileUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D9D914B855E28EA3599609190B4D9D40 /* FileUtil.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 65BC18E4BC7C2F4F3FBB20C9C7036799 /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FA1074852BD3AF806BB9182F7AD59CDF /* RCTScrollContentViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 65C34357E2F65034D5A1B44D6557F9FC /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1507A41F76DD9D42DB7B9C3BAB7E694A /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 65CF2BBF83A5197C0BBA8129DB080BF4 /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 205715B347D498DDF9D463D1F90E0891 /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 65F216F3C6BFB9FD20A8ECACB2B3B55C /* React-jsinspector-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B9FBBA3C9B48C0FF635ED6FFD48FA8B /* React-jsinspector-dummy.m */; }; + 662F27E366728074F54CAFDEAA1CAC57 /* UMReactLogHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 37EFFE3643F7D3B32A469D781741A344 /* UMReactLogHandler.m */; }; + 66463F3630578666352F5630B164764F /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E43E2CF1565F976B059725EC5289C2C /* UIButton+WebCache.m */; }; + 664F529BEF85A7C3622834D98F8F294C /* RSocketStateMachine.h in Headers */ = {isa = PBXBuildFile; fileRef = 48055EC489F160A0F7D06948347DB910 /* RSocketStateMachine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 665DEE4108939A764454440EDB8FFF85 /* RNCConnectionStateWatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F5C26FE371357C147A24E3D3DEDB384 /* RNCConnectionStateWatcher.m */; }; + 66659F3C34A9874E892381C6B275A1F2 /* FIRCLSUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = FA335C576325181DFCD0D9B8E1541E7A /* FIRCLSUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 666A893004679FB5FCA225CE781D5782 /* RCTNativeAnimatedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 64C6ECDA260FE579F23972C1EAC9085D /* RCTNativeAnimatedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 667509E48725A2B238B0C42AF82D7ECB /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = D50E5CBE9E6F77D431F683A2D88180F4 /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 668086EEB7C7D45CED5900CF17EF879A /* BSG_KSCrashIdentifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 412D7DB361D3F3A236B8C9DF2BAD42AB /* BSG_KSCrashIdentifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6681CDF5443A299439769D63871C9A08 /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 90986995F73CCFA582576D9230F61C62 /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66C6279937624F871B662063764D08E3 /* BSG_KSCrashDoctor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C766963641258C96B9032BD883A99AF /* BSG_KSCrashDoctor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66C6D06477F6518C38405E1D57E9B97A /* EventBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1DC909E4FA02C0D86A3E6F0A19EFB93E /* EventBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 66CBEFD02C4E84C989395C5C01F61E50 /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 447318E4843F113904756BF2D628A9CA /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66E070E8E0E2C76ECAC631344734A35B /* RCTAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 4470CCA6A92335DA7A0945BFB237BC24 /* RCTAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66EC00C3BA308273BCE7E2C4D52616D2 /* RNCConnectionStateWatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EE487702AFDECABDE1A5814478567B8 /* RNCConnectionStateWatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66F6A60278F6D4D3C761C1D93C6DB54A /* SafeAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 457CA7A96B8A8153A99AB322459317D8 /* SafeAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67053EEC99253CB62838544027BFE3D7 /* Request.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9D64741766C5F92F94128CA72CF61AA4 /* Request.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 670F1042CE2653D6072DBCD6BD95E240 /* Tearable.h in Headers */ = {isa = PBXBuildFile; fileRef = 903566020BC94B678C25CAE9BDE3FB91 /* Tearable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 671A16BD802773C27661579DEF0F36F5 /* Checksum.h in Headers */ = {isa = PBXBuildFile; fileRef = 63F871D16064AF77B1DB0AB6A40CA1F8 /* Checksum.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 672728F9B1CA933B879431E7E26D7ECC /* AtFork.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CFD3D3D3268E249840A1192B05D5CF0 /* AtFork.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 673022A562DAD535FCEB9462B436684A /* CodedInputDataCrypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 93D5B1A720AD78320734CB6F6B4FFC80 /* CodedInputDataCrypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67302AE7743C3A546980CA95B6DDE715 /* BitIteratorDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = BE8076D11AD8635E478493A6C67EA941 /* BitIteratorDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 673114F3D6EB4A0AD66A0C4B0D399A80 /* MacAddress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 293B733D9DACA8D94B56AE17B3F29674 /* MacAddress.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 6747A3599A7AADEF987461560A86E34D /* react-native-mmkv-storage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D7EEF1D4C2AD577DEF2E7A99CE046356 /* react-native-mmkv-storage-dummy.m */; }; + 676BE96EA626EE4D9F24B503B3F59F55 /* QBAssetCell.m in Sources */ = {isa = PBXBuildFile; fileRef = AFF5106E1B57BCDB994435B02BBA980E /* QBAssetCell.m */; }; + 677BA15060C301D8A9A5E7F2C462A490 /* FIRComponentType.m in Sources */ = {isa = PBXBuildFile; fileRef = A542C3E46DD8FA30F4965264F54DD21C /* FIRComponentType.m */; }; + 67883E052E4064ACE9F390AB7409EA95 /* ProducerConsumerQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = F47178DB1F0A5B31B3ED962CC5EBD794 /* ProducerConsumerQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6789F35FB352080A0759B11E1CA1C83E /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DFDA5A6D8EC5517A564A1A4C6B3A702 /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 678BA40AEBB478E6ECC10AE5DB573010 /* MemoryIdler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F797489FA2A779C6746902BBAA91A37 /* MemoryIdler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67AC3430298D03CC2A383013DB323456 /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 35EEA3296C37AD023DFC5B1E63F413CF /* MallocImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 67B402B5DB36574FAFCC9D47CCFD6DB1 /* RCTClipboard.mm in Sources */ = {isa = PBXBuildFile; fileRef = F890138088D7D7350392794222AF0E10 /* RCTClipboard.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 67B55C3DC1C0B5F04C44F2098911E6A3 /* Base.h in Headers */ = {isa = PBXBuildFile; fileRef = E61EE900F6D0A47E25F3EA00BD4999B9 /* Base.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67CBFB343660C5986B00047D21D49460 /* dec_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 6B244F1A0BC81462228E5209EF39673B /* dec_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 67CF6407C73D12ED80D22E1FCB1BF155 /* FIRCLSURLSessionDataTask_PrivateMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = C6D9E043574845A3987668917BF75CBE /* FIRCLSURLSessionDataTask_PrivateMethods.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67E0BFE732F3DD432118F7EFAE59071C /* RCTKeyCommandConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = A5CF1FC576604C8F4BF32CAE22D16524 /* RCTKeyCommandConstants.m */; }; + 67ED246BC6A636C99DAD47ADBFBB660F /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BF1F8A01C3EED8B60BC91EB970640CB /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 680EE445E83F7FD67554F61D41053011 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CA65A71D65C0B04968B26F2CBAA664C /* RCTAssert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6825786DB988AEF3E7D1B70789BDD39C /* ObservableOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F962E4A849DE8D3F2FDDB79EF3F790A /* ObservableOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 682E8E6A9EF87F32E3E563A0EF609E29 /* Restart.m in Sources */ = {isa = PBXBuildFile; fileRef = FF7F6596B8D9F09DE312F674045DBE19 /* Restart.m */; }; + 684589FF67B61069D6D6E7FC974C5366 /* SDImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = C56E753DF2E940A7A5674D5655BB20CE /* SDImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68475F6A670D3A9A5ADA4C45C1B1066B /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 992F3DF4EDB6532738E826305A62C097 /* Conv.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 68751BE9DE00B7ACA9900C0C0CFA0DDF /* ChannelRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 8124455877A854EE6D578F6970CD6514 /* ChannelRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68840A0AEE8DE669FA2015C75564EA1E /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D139CBB4B92DD283EE550CC4E607A32 /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68A9938F1C4FB6683CD0CEE854DE3297 /* RCTExceptionsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4CE3129DAEFF6106FEC95CBC81B25E4C /* RCTExceptionsManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 68B2A90C04838B485FA8BB7E5A736D53 /* FIRCLSReportUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 8706F46587B792368C3146E54694F612 /* FIRCLSReportUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68B4A789641E37FFC962EC6508798E7F /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AA7E7FD784E554499F7327FDC15C76E /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68C7721B236E27026E6BCF35CD86ED5D /* GULHeartbeatDateStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 72C8CC6514D001CD2751ECEBAFD50F1A /* GULHeartbeatDateStorage.m */; }; + 68CE34F5ABF6A8AAE0DE105B8485E77C /* RCTConvert+FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 42DF8387DBA5D153864865916F5EEB06 /* RCTConvert+FIRApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68D4E8EBED3B07E284ABCE20F1E3281C /* RNGestureHandlerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 017A2C6365E41E946D6C4365FBD5E608 /* RNGestureHandlerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68F77BEEA4B55F27291140A1B17DB43A /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 497902DE8B2F7E50F503FE12548875DC /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 690510EF924CBB9EB1F3739DC422D3D2 /* ARTPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = CAE4DE9255E54CA5611A891BC0BBAAB3 /* ARTPattern.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 690A6A6992A39B73203B2871070678E2 /* RNCNetInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 8595D862C159DC625887EC92F0A99BAA /* RNCNetInfo.m */; }; + 690B94CFB9119BBFB149B3753BF007F9 /* ThreadedExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 519DA7A2D9C8B560335CEAD3BC0321F6 /* ThreadedExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 69308BB2BB6A4FD8FB285EE68F8CDE21 /* GDTCORConsoleLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 3256AA43CE2BFC1B9E9126DBB10173CF /* GDTCORConsoleLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 694263B063BF02DF63AB8751734623F7 /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 460B7CBB08584E388575352E90D01862 /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6972EE81FA37E8317A730ADE9136D406 /* RNFBCrashlyticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 142BCC219A98BE902B4A9A46E3F67871 /* RNFBCrashlyticsModule.m */; }; + 69827671C869E0C6BDDEE5BB0058D2F1 /* MMKVHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 63A25DBD06FCB8AB33E0A12153BDBF23 /* MMKVHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6989A9C694A68DC533B561FBC5782E0D /* io_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = A6937F452C41571B4B8DDF0F1EF5C399 /* io_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 69977A979DCABA164804EDF854FCEC5B /* GroupVarint.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F6E064F8452EEF8865268F954A7D752 /* GroupVarint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 699946058B4BA12AADF682C061E014DF /* RCTActionSheetManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6BFAA89B3DB9E0B1FBD834E9B50055A2 /* RCTActionSheetManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 69E5B6058874E49575C7372228BBE57C /* BSG_KSMachHeaders.h in Headers */ = {isa = PBXBuildFile; fileRef = BE28986CA479F1CD5BF358417B4FF008 /* BSG_KSMachHeaders.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 69E61188479CD642FD56F0C97A4BBB52 /* TcpDuplexConnection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0455755620919652DDC71E90AF31EB5D /* TcpDuplexConnection.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 69F5E76721E8463C1E330D23D36DCACE /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA02414E01ECDE302B32B780A6530E /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 6A0855D6404AF012455DECAB50305D47 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 496883CA368B15F42142494FBB165AD2 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A16569F2BB47FB61F025BA1BC259659 /* Time.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C1515D750DAA8DC9CEC19011F6EDB20 /* Time.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A2B9020DC00F8E6BF9D2ACC06DA183D /* AtomicStruct.h in Headers */ = {isa = PBXBuildFile; fileRef = 876E59C898291065CF465AFFE98225A8 /* AtomicStruct.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A34757B27E7D73D7274B74157DD280B /* BSG_KSCrashAdvanced.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E904A227C3FE457C01C1EC73FA8DA97 /* BSG_KSCrashAdvanced.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A5977B6D712F1ACFA75658B56664AAA /* RNCAsyncStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = A86ED71F84E0E35A0A3920F5679C1958 /* RNCAsyncStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A84CCC0197DDC72B3F73F9FEAF767E8 /* FiberIOExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = A45B461A4FE695C969788ADEE366619E /* FiberIOExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6A95275C5BCEB45C1F48A2375BED16EB /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = F388EBD9F34D113B0B16DFBF4DC60C8E /* RCTScrollContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6AE9CBEE8A715E614CCE6F723C81668C /* FirebaseCoreDiagnostics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CF620EEBD76813CA0C8EE1B801CC6D87 /* FirebaseCoreDiagnostics-dummy.m */; }; + 6AF3FAA8B14DD485C5463D868563F141 /* ConnectionSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B0EAF492B4F04F12123444633411766 /* ConnectionSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6AF6351DB19BA38152844BDF95795779 /* RCTNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 64AE35DEE55E9E48060085497F8C7326 /* RCTNetworking.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B2A94A9F70B59673F84791C1DE4270E /* IndexedMemPool.h in Headers */ = {isa = PBXBuildFile; fileRef = 44B0F3FAFCF338F4782C3BED90798AEA /* IndexedMemPool.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B2C375B49B275DA6A2BE1F7F3A3BCBA /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = BD7AE8B0D546DE3624AFC0EDEAE2C4F0 /* Config.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B342EA59F492722FE8230E84286F0CA /* RNRootViewGestureRecognizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 2229CD42F40FFD3FDF3CD0C92D27B401 /* RNRootViewGestureRecognizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B37483A41AD512E53D1223945B20716 /* FIRErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = A903DFA0EFB55D70B261D55D48CB0E12 /* FIRErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B44ACDD127FCC1C6B0CA03A3C8BBEF0 /* ScheduledFrameProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3844FEA05A4C6D97DE02FF7CBAB7C2CB /* ScheduledFrameProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B4B8B493F7C29D042D6FDEAB11AB268 /* ThreadLock_Win32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A522AB056DD2DCFB2DBCC3D8B991FED9 /* ThreadLock_Win32.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 6BB921326F75036C1DAF8B9CCA9A4DDC /* UMNativeModulesProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = C14CECD402B9C28C1034389791AF10D1 /* UMNativeModulesProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BCD0BB699310059570A6EDC62C5C169 /* RCTFollyConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0769715AC8ED7B06EF09A038382D8072 /* RCTFollyConvert.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6BF87CFE8A6CE3B9B9BE3260309D8234 /* Bugsnag.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E1D773BFE122EEBCD0C89796937CF69 /* Bugsnag.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BFDE04BEC481A56186541540895AEBB /* SKStateUpdateCPPWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 17DA2C266661DD03ACE89B60391E381D /* SKStateUpdateCPPWrapper.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 6C05D97A6795150EE89D9F195EB0168B /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CD6C24E2A6B06CF01C66E4FF8D19D26 /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C0F526A67E8BE75D66EC3B19CDA2916 /* UIView+SKInvalidation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97D0B04C58FFAAAC62DCED943B9A570F /* UIView+SKInvalidation.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 6C3C273277ABEE16EF151752334B8132 /* Merge.h in Headers */ = {isa = PBXBuildFile; fileRef = 9719666CAEC85DBF140837F26DD5CD5A /* Merge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C4CA09A836509661D9A22A2290E615B /* FIRConfigurationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 66D60376E2A92A64AC37C940F9E0982A /* FIRConfigurationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C4D8356964E9FD7A00D30F8776689BA /* Baton.h in Headers */ = {isa = PBXBuildFile; fileRef = FBD2D678CE55967640B2ECA259966CD8 /* Baton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C578004CA0D49F9E36AD085E5C0B8E3 /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = E10DE4E3AE01A8054F67FEF022E7E405 /* RCTInspectorDevServerHelper.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6C5BD51095E13046581E3B8A7E142128 /* TestUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 373C9F59C3DDFA4B431689CCFE1496E9 /* TestUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C9677A5439A5C416B1016AE378EC626 /* MoveWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = C6273D51238E7841BF9D88DFEF87CC65 /* MoveWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CB10532AD9D8850C633A3CFB7CE296F /* BSG_KSCrashSentry.h in Headers */ = {isa = PBXBuildFile; fileRef = 595A19DAA5BBFAC8265EB86C4F602CD4 /* BSG_KSCrashSentry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CC7B4451D1A8D0C14B9086C9D03900A /* Syslog.h in Headers */ = {isa = PBXBuildFile; fileRef = 982F8988B9769866A92398D41CB15D22 /* Syslog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CEAA269DD4BC01681D722B615FB1531 /* GULNetworkMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = E7000AE245DB0E60B42C7D9B685C73EF /* GULNetworkMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CF12793E1141BAAC1574530444D20FF /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 835195C4438CBE7C38F29F71AB0D4C3A /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6CF49AE7B6C309BE2662A69E723097BC /* Hmac.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA2779BAC85C6B1E2DD5CA84D678298 /* Hmac.m */; }; + 6CF8A033EE219BC9976E9FD302E9F217 /* Format-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D7258B9278D7647170AF3A825D249E /* Format-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D37FDD7924B88C0F96E5CAA1498223A /* FBLPromise+Wrap.m in Sources */ = {isa = PBXBuildFile; fileRef = 01FA454CC5BE6D52C5AF72A217A8E779 /* FBLPromise+Wrap.m */; }; + 6D389B02F78D3844CEDD7AA42960F236 /* RCTConvert+Text.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EA0D1F9E9B7895FCF062FD37457BA6E /* RCTConvert+Text.m */; }; + 6D40A05DCE2FB53BD9C017CAE6D5C354 /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 50278D0943A0CD72E09DD2EB4778FDFA /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D410CAE1CAD92FDC42630076364EBD9 /* SDWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = CF38A01D66A713ED598EAA96B037CD77 /* SDWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D4220DF90C7213B601F215B7DB43629 /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 8184AE57AC6345FD36C0E02C77E1304B /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D4221604A646F7E15D58162641C7719 /* RNBridgeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 8597C79584D101B7CEFD80623ECAF7CB /* RNBridgeModule.m */; }; + 6D46F592A9CE37438A8A7E2AAE723102 /* SKDescriptorMapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 30E7CC619C9D4AC088E51EA97C5DF658 /* SKDescriptorMapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D805E60F589DB8AE0221869132B588E /* RCTSurfacePresenterStub.m in Sources */ = {isa = PBXBuildFile; fileRef = 47CB5C9DC677EB29112C5827775293D7 /* RCTSurfacePresenterStub.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6D97796F1B12FDA9067E22A9FB927C1B /* RNPushKitEventListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 92CEC99045734C43053205068949728F /* RNPushKitEventListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6DA04A342396FF208EDEA35C11FF1766 /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = B1C2078CB91C3E651ABCC12A368B5A8F /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 6DCC8F47EEA3C9046CE9305609C54AC6 /* NativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 850528C71C5E12585662631D71CBD210 /* NativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E1B9E842E9C71D866A039A924ED8167 /* GULReachabilityChecker+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 799B84ADE607E3B5F5DA2EF124DD3E6D /* GULReachabilityChecker+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E30247AA183BC5F0FB7C4BBCDA3BB87 /* RCTModuloAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0870C5DA42217B8684DF7511AF262A2B /* RCTModuloAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E30DFC9C125C8594C222285EF93BBD8 /* lossless_enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = E5E01601BFB80D92EC17E77D2B6A9D9B /* lossless_enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 6E314E0880B770B87CA0F8952978B004 /* FramedDuplexConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = A960E85AB06FD76C8D48B57128F95948 /* FramedDuplexConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E6CA7E11C46C66BB11D936B24282382 /* RNRandomBytes.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B5620BCD5B2FD27CD75A16045E55FB1 /* RNRandomBytes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E911793C10323798EA7F34E06F3354E /* FFFastImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B1871AF19BCF306923F0E2B87432706 /* FFFastImageView.m */; }; + 6E9FA19235C66B1AE544AB1A7E13DE5C /* GDTCORPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 95289BDA6350DEF07E4955FA1EC52519 /* GDTCORPlatform.m */; }; + 6EB0D63BA7071E402F4BA0E892B08BFC /* REABlockNode.m in Sources */ = {isa = PBXBuildFile; fileRef = B76C012C5BFD1ECDC8E5E5CBB7A94A35 /* REABlockNode.m */; }; + 6EB91C9D67912E4E044E83ED04F0311E /* FixedString.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B0145349A2ACA814521A89B5B5BF1E2 /* FixedString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6EC05FD586C198475B6F303FBDB2A0E1 /* FIRCLSReport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C47D5DA118FAD80E693FBAA44F0E8C30 /* FIRCLSReport_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6EC09C9319771B1F2E470F314224C45B /* SysResource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9B2DFEB4FE01D1878667F3796ECD2582 /* SysResource.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 6ED02D672657D0860C601CCC0FBA3477 /* fa-IR.lproj in Resources */ = {isa = PBXBuildFile; fileRef = DCB6D621B837C1E38EB4A50C04CE38EE /* fa-IR.lproj */; }; + 6EE9CADCB85C4196660B46445591266C /* jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C0CA668B93BFB8EC9E3C5C1F0A74F75A /* jsi.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6F03DE53BD6E76AF4AB35E2E80248092 /* FBLPromiseError.m in Sources */ = {isa = PBXBuildFile; fileRef = 021A156296AB0554566843FE9796E67A /* FBLPromiseError.m */; }; + 6F2D61F1258B4E476DF6B86B73B62968 /* JSIExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C4C198D1B888BD69438C802A5392B9F /* JSIExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F4FA7ED8B2E2C2A4B3F96926A2793B6 /* RCTUITextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 73236AEC23C14548045B4DC4E82D0095 /* RCTUITextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F51D96F8986AB5E320CEF2EEF15E6E5 /* RNGestureHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 85B327BD769BA53E87CCEC970600007E /* RNGestureHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F7B014C9F727B785DE96B6192CA2BEA /* UMLogManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 68EE7B0B34F9B644E75733097D393A9B /* UMLogManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F85A8DAFD190B062839ABC1683331DC /* TurboModuleBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72D87B5455C42C975BE6B854D2D3893F /* TurboModuleBinding.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 6F88E9B3112EAA13942437BC0AAA803B /* ScopeGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DC7DF0F5A7DBD515DC76D84F2282F69 /* ScopeGuard.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6F9872BCDBAE4FDD3DC6BD075E539EAA /* TimedDrivableExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 817138865E815F7FEF679AED95B64D76 /* TimedDrivableExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 6FD0E00BEE45B62BB7076E6054F6B27E /* GlobalExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CC628C18D877309B49DDC77037C3EE08 /* GlobalExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 6FD1A31C3A81E8A60AE128561B6842AA /* F14Mask.h in Headers */ = {isa = PBXBuildFile; fileRef = 322A82C498CD553E8EAB29EEFDB652E0 /* F14Mask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6FE039F4D4B138E062E2A4C90E61E0EE /* FIRInstallationsStoredItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 57491249F8D1EE485BC9974427425C2B /* FIRInstallationsStoredItem.m */; }; + 6FE5899F06C740D0B89ECEB678CEF245 /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 17A8CA111B7C0A352CBED6FDA0EF6E00 /* SDMemoryCache.m */; }; + 7001B9DA8B03D9939FC801D9E5370A72 /* FIRCLSCrashedMarkerFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 121C80BAAB9781FFB78F56A6FF70DC74 /* FIRCLSCrashedMarkerFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7004CDDE809D4706C9DE85DFE888B6CD /* FIRCLSUnwind_arch.h in Headers */ = {isa = PBXBuildFile; fileRef = 7820A01445E127670B911E2F7714A7ED /* FIRCLSUnwind_arch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7010103D56E9BC3A8C98B23411429799 /* React-RCTBlob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CFFF7A81E5C833410061E0A401AAE34 /* React-RCTBlob-dummy.m */; }; + 7011B96C79DB705886C09F092CF37B73 /* GDTCORTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 984F0BE697C69441407D7B8F19C8ED65 /* GDTCORTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 701A0D90BC26A9CAE0F4FD7F3FB3820D /* SDWebImageDownloaderDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A48A0E71519556555E8E1A63D4F2F6C /* SDWebImageDownloaderDecryptor.m */; }; + 702BF484634C2CDD4B0EDC48E3E92A15 /* mips_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = B7E49DDE06C3CA562AEFE8DC49E43BBB /* mips_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 702BF4FC3D4542D80C103C9068757323 /* GULNetworkConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 75C42928321D836F303996EE268BD902 /* GULNetworkConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70512A588E6708BFD225E182016A5E3E /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 7650F58D597418B37BAD5544DE08E389 /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 707CE58DD716CCAC79AA0E87EA03E104 /* FlipperCppBridgingConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7DC33E903E83A31D9689A6DD1A54A6ED /* FlipperCppBridgingConnection.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 708571E7BFAC926FA2AABA4073A8785F /* firebasecore.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 069299EFCFF6E6430615690CFEAC7198 /* firebasecore.nanopb.c */; }; + 70B143807532CEA59C56CA9C1AE278D4 /* Fixture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 891E3AAEF176E71155FDFF301BA851D9 /* Fixture.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 70C8FAA4F100B6810E2C47DB1D38DD3D /* Align.h in Headers */ = {isa = PBXBuildFile; fileRef = E106B16B4BC3C018EC19BFF17CBA5DF0 /* Align.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70DA094985206B968F4B34E602E1E07D /* RSocketServer.h in Headers */ = {isa = PBXBuildFile; fileRef = 942500BF13F5304019A8EE44A942A11D /* RSocketServer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70DF4F3CE764D6BA8497A4FAC306CC4A /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 6256C5840249E45455DEA3D710D429D2 /* SDWebImageIndicator.m */; }; + 70ECA28C8C23E14241B4E3ECFA84A942 /* JSBundleType.h in Headers */ = {isa = PBXBuildFile; fileRef = 03A391F8899578F3ADE31E1B30461E8B /* JSBundleType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70F119B33263F4B5A3DACD8A2AB9AEB6 /* lossless_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 62D74D8724AC9AA4E99E5580E099DB5F /* lossless_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 70FBAFA54D79520169F0895CDB6AA1CC /* upsampling_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = D06AAEC1D43C55DE2C67BB206A1C5D78 /* upsampling_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 70FC0423D5D85A10276C019472AD7DAE /* RCTAes.h in Headers */ = {isa = PBXBuildFile; fileRef = 487CF710D3B25928B13048868687BE1A /* RCTAes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 710F57D653259521280B34661797F7E9 /* ARTRenderableManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EE81D2562732172B14A9C411791C4D94 /* ARTRenderableManager.m */; }; + 71388126BF0591F0002C4E154131A649 /* RCTImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E8508562204C632153D6D8B5DD975DFA /* RCTImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 713C6F605871E06DE7AB2C2E2F5649FA /* IDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = D8B7867D6F7E2E282761456AE282942D /* IDStore.m */; }; + 716C3D75774219593ADBFD710534546A /* HighlighterView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3707C79B5D7912313B6F2133321D63DF /* HighlighterView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 716E4B8BE6785C89043A77AE4763E667 /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = 5697F11A11D826D61C3BB08A6E796840 /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 716FCBA3838D5E465F1C718BF8A3807E /* RCTVibrationPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2978AF65B5D1B1112A1D33AE7D4C8C30 /* RCTVibrationPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 7173A44430C75E1902E833DA55CFEC9C /* WaitOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E37464D798EAB57966CFA44FD00105A /* WaitOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7178226ADD6E441050428679FB6CF668 /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A9117E5161E91DE6D9FB7096AF981CF /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7183BC486E567391C52F0BD24D2C8DE8 /* Color+Interpolation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E5E57A89D393DA2C41A994E5C5283DA /* Color+Interpolation.m */; }; + 718B9B5BE8BB2D2C0855EEF4CDEF8DD8 /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 65F120F63B7CEC100D6A4AFF8BD54AF0 /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71B0BEC0FFF38AF49E02937963B42C67 /* RCTAnimationPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = C14B2C9A65A88624CC62752367818368 /* RCTAnimationPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71CDB38DBECC40D6276111BC47DC9128 /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = FA218BC4951B1A21D64A0068BA8B5EDF /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71DA323AE9599DDFFE79308FEBB90DDC /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 503E67DAE1DFF0C92FC7712F09ECD834 /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71E9C344164B11D9B50F8B6D3353EA92 /* SSLOptions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16F18DBFE346A5A481E073509805F5DF /* SSLOptions.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 71EC94F18336E5E8B68DF5368B267CC1 /* Pods-ShareRocketChatRN-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E391BFAA9D36B5073737F24A2D69C976 /* Pods-ShareRocketChatRN-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 71EEA0136E66306983697B879140A015 /* SDWebImageIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = E188070CE4542B58DF9E89BC9278F0D3 /* SDWebImageIndicator.m */; }; - 71FA63526367AD82B50212725ACAF799 /* RCTSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = 252ED16B0AEA21CEE0F8C96A84759127 /* RCTSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7203C83510842744290EEC2E49395C80 /* PackedSyncPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 126B421B19772AB99C3B24033EAED307 /* PackedSyncPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 721DACC72FD319A766508A989484C91C /* F14Defaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 085FBE8FF98A06866720F0893C463949 /* F14Defaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7221F7DB2710651970793993D6D7AAC2 /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = DEE71341FAD66F26AA7B6462A914F373 /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7222A3BFBF7330E99B222DD2E69AA473 /* Sched.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D883AC5EA186053FF0A25C84F91659 /* Sched.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 722597D012E24962CAB6E453CE77CBC4 /* RCTNetworkTask.h in Headers */ = {isa = PBXBuildFile; fileRef = F6B89CFB69D598B26EFFA4CFC5F9C698 /* RCTNetworkTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72429019C3A25B6F94E6FED53F2F05D4 /* experiments-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 04F55D3F397ECB5EC5775353C8DF0BD9 /* experiments-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7261693D8B4FCB9154889F096984074D /* InlineFunctionRef.h in Headers */ = {isa = PBXBuildFile; fileRef = D2AF6B14CA1C0F42610D856FBFA2E27A /* InlineFunctionRef.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7272C4ED75B67B93898D1C5C040DA94F /* OpenSSLPtrTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = AA9E53846B3A6B28D09F315C1EB7D201 /* OpenSSLPtrTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7273E470029F2D1437729B26DBC9A04F /* RNVectorIconsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F3FE2119A46FB8A15C944696ABB2E9DF /* RNVectorIconsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 729177AC4FB9AB7E5636278ECFF278E6 /* ARTText.m in Sources */ = {isa = PBXBuildFile; fileRef = 76B1C0130667898B600BDFC36255422D /* ARTText.m */; }; - 72A655A615A7943F0321996987AB6430 /* FBLPromise+Race.h in Headers */ = {isa = PBXBuildFile; fileRef = 693B36698B338782DF4E18EF9AFD257F /* FBLPromise+Race.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72AF9721EC354FA25F94B3C5E36C75B2 /* LockFreeRingBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = C03C0C8A2A38358E16C605FCA9AF0D96 /* LockFreeRingBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72B72E28495E8BC596C8635A440B8E6F /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2548E7545719B23D8AB2D43D64AFD069 /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72C4006FFDC6F991CF1F9E4062C2CBAF /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = C752C75B5456DD2FD9DCBDD29CFB19F8 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72D77013A68A6CB617B9605862999682 /* SmallLocks.h in Headers */ = {isa = PBXBuildFile; fileRef = DCFEB8D80B6E4EBE43301462DE4ABEEC /* SmallLocks.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72DC5E9B6B1AD25C925ACA98E471F1F3 /* MemoryIdler.h in Headers */ = {isa = PBXBuildFile; fileRef = ED358289A1A68341372E03C10BA4E93E /* MemoryIdler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72F3BC2265A372E83C3178B3EBC113A5 /* RNPushKit.h in Headers */ = {isa = PBXBuildFile; fileRef = CAF41C7E469FD32F83DA2356A42CA328 /* RNPushKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73199B5E3AF28C3E0484B8026C585B06 /* BugsnagSessionTrackingApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E01D894C879F43335D74EBFFAE30CB0 /* BugsnagSessionTrackingApiClient.m */; }; - 731E6BA8AAF2E6DD71767CA384EE6832 /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = D8316CED77461B255467FF6E59C9D25A /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 734FAB871DC856B27CD1E1BF0732265D /* msa_macro.h in Headers */ = {isa = PBXBuildFile; fileRef = CD64061370DA85AB1F0CF46C36360A1A /* msa_macro.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7352999AF96EF82C7E5390470FA6D6B6 /* DuplexConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = FF3C7696422263927D557EB3A1810B3D /* DuplexConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 735F8C5037FFFA4E7DB8D52E956E3880 /* FIRCLSThreadState.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C65B05DB9BF1C384D862055AFA80062 /* FIRCLSThreadState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 736395C3B66B745350C1945DC73FB273 /* BSG_KSCrashReportVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B46EEB37F8FA2B8845C62E28AC26C2C /* BSG_KSCrashReportVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7368DAF4F1A6D47816005BCE05065217 /* FFFastImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = A77CF16089169BC82B5EB2CDD5312E64 /* FFFastImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73B01822FD7106986246286B77FA43A5 /* F14SetFallback.h in Headers */ = {isa = PBXBuildFile; fileRef = A792388FAD2F002B0F8338FD93A519CA /* F14SetFallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73B119CEE20523DF8B6B4246591E28FB /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B23756A2FBB43E46117BEBC8C0F768F /* pb_decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73B843912BFAB8E533A1447833743DB9 /* QuotientMultiSet-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 58953EFB05E34ADC19594BE3C3363A7E /* QuotientMultiSet-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73D4E47C507700BBC26A30FFD230347C /* RCTMultiplicationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 139ACDF84EAA4946B78C99931E1704C8 /* RCTMultiplicationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 73F0508AE80D08931735FA2651E5AC74 /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ECA7509E5654118AB7360EE5A638BF3 /* String.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7417F6DEBFC46A5B1CFE14C608D45291 /* RCTDeviceInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1C15BB5AF0B86A38D7BAA1B434D98E09 /* RCTDeviceInfo.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 744D04F1ED94D4408C7215CB7F4FA4C2 /* FBReactNativeSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = 48A44C478B7183CB4CA8B3BBBD53769F /* FBReactNativeSpec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 745637A3960C2825B5B71ED33795D043 /* json_patch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36411F13D852D4503EA2FE8FF2EA912A /* json_patch.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 7473A6033E316965162299C0E13BD345 /* RCTLogBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AD0084B22698AF1EDC972C68BB2322B /* RCTLogBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74C846C2FD5F5963A7FEF9E7282869B5 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 78F34E9EF0439725D236766F3DA56768 /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74D64F13E255909523C87437203B48B0 /* JSIDynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 315E7AC5CAD5639B1D92C3C36E34FA87 /* JSIDynamic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74E578F4BACA53E132459104552830D5 /* GDTCOREvent_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D59E09471639ACA6921C836EF1D7D12 /* GDTCOREvent_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74EDB580F709FC27E899FF7DF3E67845 /* RCTSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 169F43128BFE7FFB9F361B16C7DBB6AE /* RCTSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 74EDFFEC48F39D5A73843830689D4CF4 /* SetupResumeAcceptor.h in Headers */ = {isa = PBXBuildFile; fileRef = E35D4816255475F21F3F96620627D4ED /* SetupResumeAcceptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 751D7D71A26F8CA66A0E86F45E1A486E /* FIRCLSApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BECA078BB33E08C678E33971D5960C0 /* FIRCLSApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7568EBFB086CA9C935BB544A0CFF5FFB /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 32354399CBD66084920759CE8FAF3397 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 757DF1ADD60797FC04BC40716073A6A1 /* RCTDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D1595C80E6FE4D00C364FB5B94F5B949 /* RCTDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7586EBFAE39666142396F738231F4255 /* RCTImageShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C7FBB00D55337158A9FA5FD3966B142 /* RCTImageShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 75AC751B7F77F43E7C6618A85E75C813 /* FBLPromise+Always.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DB8C0BBD7086056FC9DE49C1D9246A8 /* FBLPromise+Always.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 75B7528A26AF6C0CBC84C022FDA9DCE3 /* REAAlwaysNode.m in Sources */ = {isa = PBXBuildFile; fileRef = A44ECEFA67C6968257EAC8B996618BF9 /* REAAlwaysNode.m */; }; - 75BA68D842BF52B30B41A5D339206124 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 86518F2F2364A8F63DA06EB2724F6614 /* SDImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 75BAC129BCD51384D63DEF6C1D29ACEB /* ScheduledExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 20EBE762CAA3168240B354B979875725 /* ScheduledExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 75E5C952A4AFBD3BDDB36EDA96EA0B39 /* React-jsiexecutor-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 67CE76D70225790BCC740908F30D6925 /* React-jsiexecutor-dummy.m */; }; - 761D8BB6E6CEE129FFD43818E43ECF79 /* FIRCLSProcessReportOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D7C19E557B0C04C6CC33BDB624A09116 /* FIRCLSProcessReportOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76440D358C78CFA5C47F9A44900550DD /* FIRComponentContainerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 023EFF0EBDCAC6817097649EF16544B4 /* FIRComponentContainerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 765E317084262366431F35403B9FBC05 /* UMKernelService.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D268934706CCC22149CE14AE1E8A29D /* UMKernelService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 766D65440C42BE2CDEAABF1CE4963730 /* RNCAppearanceProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 21725178E25F97EBE301720CE7B54F35 /* RNCAppearanceProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 767C8393003B849BDDADD820DA27126D /* FIRCLSURLSessionConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D66B1CAD9CD5DE07DEEE99DBF834C91 /* FIRCLSURLSessionConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 769D876AF550FAF17144EC1E0B3AD06B /* EXFileSystemLocalFileHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 86C95ADD636CD99BC7A815677679B2EF /* EXFileSystemLocalFileHandler.m */; }; - 76BAC3397310CEA4C15CB9C7EF4A361A /* SDImageAssetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A0E76E8D6073649605033FAD59A4CA70 /* SDImageAssetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76C247FA2CDC8DE36B96B79C995AD366 /* FKUserDefaultsPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BE5AE256E39E9199B0D32DDD87EC408 /* FKUserDefaultsPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 76EDAE2B2C19EEBD786B950168002CF4 /* EXWebBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 8625A6EA360138C0E763AA171ED3145E /* EXWebBrowser.m */; }; - 770A194F69A4FE0FF26039642E6D223D /* FIRCLSRecordIdentity.h in Headers */ = {isa = PBXBuildFile; fileRef = EACD5559B2E03334FB4A24CFE1AA61F2 /* FIRCLSRecordIdentity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7720B23F0D0E9C45E2ABCF5146B90ECD /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FEE7853EBE4C7A471D3C8D750426019 /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7736EB5FC8539EA2386AFE8EA9FC1458 /* REAAlwaysNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B8A8C0021687043E6DD0FF81CE18C8A8 /* REAAlwaysNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 773FD58F9E4F25CA810D5790E9D0E4C7 /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 60B3220480C7541B0560C31D0A978CD8 /* SDWebImage-dummy.m */; }; - 775E5774135AC750172A9A912772605E /* CString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 43014A40CF86524DC370CE6A2A2E7904 /* CString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 77656D6D38E36512FD09E44E4CD6C731 /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 745924A4AE378A09BF9EA7242DEC6E85 /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 776E640C236D0B4F4001A5D5DAF4636E /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = DFFB629BFCBFB19FDF2282D96ABCC313 /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 7795C4C7F9A83AC738CE83AE590093C2 /* GDTCCTNanopbHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CB6E135ABB19B111012BCE2DFA624F6 /* GDTCCTNanopbHelpers.m */; }; - 77C377420D76708E467D589CC4A6F85C /* AsyncTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EBCD30920B6E5A11ED33A858BE11AAA /* AsyncTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 77C75675FA2DCD64142B414546899501 /* RNFetchBlobRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CC5484C686B84E6B6FAA3D0BA9EAAD8 /* RNFetchBlobRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 77E93AA1C4452BE82826D9A12A5A8B3F /* HHWheelTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 753C76A13AC442DB3F3E0DD6DAD79F09 /* HHWheelTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 77EE170C8DD2C32EC09FD0237FEEA5A6 /* Libgen.h in Headers */ = {isa = PBXBuildFile; fileRef = 4084026A3B564668A300B0A5CAD7F5D2 /* Libgen.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 77F239B6FF62E0D8E2C83ECD1D0977DA /* FlipperClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = F5FD4FE262D6858DFA366C5FD38140CC /* FlipperClient.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 780C81B5BEBF13C3B163DF4CC32A393E /* EXReactNativeUserNotificationCenterProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = B239D8F44425DBD23EE5226EEE0D7DCA /* EXReactNativeUserNotificationCenterProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 781DBDC886BBAFE45198D9D20553926D /* UIImage+Metadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 2539F2F1EF33E43A8EAC342384661F58 /* UIImage+Metadata.m */; }; - 782ECE3D287D4ED220C248182569F208 /* Config.h in Headers */ = {isa = PBXBuildFile; fileRef = 615B007A430E757B4F26C2DD3E13D91B /* Config.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7870CF978796DC95517D706DAFEB6EBA /* FIRInstallationsItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BE4B70B499818ED7429894CA7DBD2A5 /* FIRInstallationsItem.m */; }; - 78752C242558D75372FB39241CA2C5C5 /* FIRCoreDiagnosticsConnector.m in Sources */ = {isa = PBXBuildFile; fileRef = 15E56031CFE723199C0977118C60B30E /* FIRCoreDiagnosticsConnector.m */; }; - 789FE902197650926093351BBE1C8F27 /* RCTPerformanceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 44DAB88FC2DE9F52E217571BB2377F7F /* RCTPerformanceLogger.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 78BDB280F581DEB3DC6D49167A1A0B03 /* FIRCLSReportAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 3055855B3AA070BE540C211E125DF757 /* FIRCLSReportAdapter.m */; }; - 78BEE834FF309A897A6BB4CFB5F0C2B3 /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D08E10D52B2673BABBFB140C4196A8D /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78D00ADA40917EDFA687C9BE3AFE0B1B /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AD454C4B28D9A950B6CBB3936BFBDA0 /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78D75497D8A4D1E7B532209B05BA4E8E /* RNSScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 78497E90DC733789EDCE160DAED8F149 /* RNSScreen.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7900E1841D3D9EBD4B439101E3D90EE7 /* AsymmetricMemoryBarrier.h in Headers */ = {isa = PBXBuildFile; fileRef = 281D25EF4A06592D0DBFDB513D1AB888 /* AsymmetricMemoryBarrier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 790869953B4E34D15BE9D5B6E3BD25C8 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 32354399CBD66084920759CE8FAF3397 /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7911B1E98E1E022BC9AC110F0BA820F7 /* Syslog.h in Headers */ = {isa = PBXBuildFile; fileRef = 905F18FC223F4CE2E94696104CA3D153 /* Syslog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 791D9E7134234B71A55F950336311FE4 /* BSG_KSCrashReportFields.h in Headers */ = {isa = PBXBuildFile; fileRef = 91878FC52AD4FAC5B9185A9F5E420D38 /* BSG_KSCrashReportFields.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79300FE42063FC30B8EF1F3AFC2D88DC /* ChannelResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EF3C0065402EB981F6817217DA476307 /* ChannelResponder.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 79354A7F0000468B8E68F2A602EE0996 /* RCTAnimationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 845BA2B2C9D54D1DEF1B7D4650AD2E8B /* RCTAnimationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 793D8A2A9101560AC1D279DDC013C457 /* Foreach-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = CDF0F908DB79B6ABAB14C97747F08F52 /* Foreach-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7954387CFBA1DACB843BABAB6BDFBBC0 /* log.h in Headers */ = {isa = PBXBuildFile; fileRef = 980016E66348F5B0EAD9255E973AD9CB /* log.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7963A8DCA187259C34D8BA027A4A2B7E /* RCTVibrationPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 334CBB0C982C1D71C8B4C95131C47892 /* RCTVibrationPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 796E44BDEA270522C98E55AB097FDE27 /* RCTTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9880B9CCF4D7EF9662DC8A849004219A /* RCTTextView.m */; }; - 7975300ABCBF9B59444C0BADC87196F8 /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D933851946D7AC809B0BD507FD3C5F4 /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7990F5C5F5FF3483F061DC320BE76382 /* FIRCLSURLSessionDataTask_PrivateMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AB4E7AD9AA8496FF913E6BBE6820873 /* FIRCLSURLSessionDataTask_PrivateMethods.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79ACDDF1B6A14331E2472A82459AB2A1 /* BSGOutOfMemoryWatchdog.h in Headers */ = {isa = PBXBuildFile; fileRef = 58211294EC89161D8570FDBE8712FC61 /* BSGOutOfMemoryWatchdog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79B9A48F885C9DF09630DB2ECB7A9359 /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 28444C6AAA86E40853E945920F9A6B1B /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 79C85E824106048B75C0A8F2F4418B0D /* anim_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F685ADA0C84C715CC71DC71407A58A8 /* anim_encode.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 79CFCC734C621974A610298649D31A06 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DE3FA805EA5D5A1CB99D620DABEFFE6 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79D7A0ADCD6F6724FAA664302EB2CA05 /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 538612758AAB47B6E530D3B4351A3E0B /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 79EB681289D289D50EA01ACA8FA13401 /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = ACD42BD8549FCA14993ACFEC9CBB076C /* RCTSurfaceRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 79EDF5B76E599E0F793A77592867A414 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = D43C13E35B5A67D4E663DF4D916100E5 /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79F4DD08092AB099572F7205E0842B08 /* RNFBVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = A79090A7FDDC913F9206C46AC7BA8B22 /* RNFBVersion.m */; }; - 7A1167F54A2B12A9768D6C23EF5372DE /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = DD1FA4FAE77E0D5BCD5D638D67B8CF81 /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 7A117409B4D9D5F37FA5557FA84E1448 /* EXFileSystemAssetLibraryHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = CC65109A8925C8B8625E7A7C2824B0D1 /* EXFileSystemAssetLibraryHandler.m */; }; - 7A2608A4351AB2283B6CC682CD907FCC /* RNFBMeta.m in Sources */ = {isa = PBXBuildFile; fileRef = DC58C9C554E4376FAA99CAE5E990D21E /* RNFBMeta.m */; }; - 7A2C06BE2D88371864C42E4C4ED73C1E /* MMBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECF6FDADFBA81E31DBBB09EADC39D542 /* MMBuffer.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - 7A34502E78A8729327A3F69DFDFA5752 /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E23D9CCC1D2D6C9D8D7BBF2CA0FEC6E /* RCTBorderDrawing.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7A5A28A27CB94032CC06FFB0AD60DF97 /* TimeoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A5425C061804EAE21160FFC243532C90 /* TimeoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A5F884278D171625D6140093849AB76 /* Array.h in Headers */ = {isa = PBXBuildFile; fileRef = BEEB53C6E2E4495FBE909A43D544B7CB /* Array.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A78FE305156BA297D86C7DFF1CC1B9D /* openssl_aes_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B815BFB764E6F9C0E31F4123F39889 /* openssl_aes_locl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7AAE21CC939F0690FDC28CA62ED36C35 /* FIRCLSAsyncOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = CF57D49B92381E5256CFB7523B9469E1 /* FIRCLSAsyncOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7AB5E07D2D6210E33B34485ECB0B7AD5 /* FlipperConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = C7D6B321F43E37FA21E7368F59BBC4A0 /* FlipperConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7AD83D49196D03BDB6DBDCA94F8FE247 /* Malloc.h in Headers */ = {isa = PBXBuildFile; fileRef = 264A4B1C11B5C4997F7B688A95A735C8 /* Malloc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7AE325090EC90692EAD4AB7BE67F826A /* EDFThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FB86D5C191EE06911B974EA6B5873433 /* EDFThreadPoolExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 7AF840E8A0B41BDD32F474FCFF0034FA /* FIRCLSFABHost.h in Headers */ = {isa = PBXBuildFile; fileRef = D26DFAE9BEA06D906961B36378AE4A38 /* FIRCLSFABHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7AFE6099E59B8F4F449DF3ADA1EDDF20 /* BugsnagBreadcrumb.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E235A23BEF45A81A2308FA34E86C5D1 /* BugsnagBreadcrumb.m */; }; - 7B1C960AFF308E430117A28F305CB163 /* StringKeyedUnorderedSet.h in Headers */ = {isa = PBXBuildFile; fileRef = FB307FD0538D1A74E01E9B1E3C540520 /* StringKeyedUnorderedSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B2531366A546B86F71C91DD5F523677 /* EXResumablesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 869835C53CE8AF05282F2B178687C170 /* EXResumablesManager.m */; }; - 7B45A94F08EF5E3C240F2CA151579957 /* RCTAlertManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 40E0EBEDED8DAD825E5E3119CFE23B9A /* RCTAlertManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 7B4E172A48A6580F997A26A903F5A90E /* FIRCLSOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B4D7AEC765CF66B0AC60BD768891BBA /* FIRCLSOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B5A9DE15F79074E9E8F84622034554F /* FIRAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = D3FA7E98B37EB21EF968FCF2B0B6C3C2 /* FIRAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B5F463B2969ADCE1C72517B1592B39D /* InterProcessLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 11E31395FC9320659B44FFDE58F3E77A /* InterProcessLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7B6ED54597F66F7FD1BD9F7349FE7F0A /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A72DC51FF9745B0CF75AC715F6482CE /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7BA1E8D4E0109DFA52B7F1992A39BDED /* FIRCLSThreadState.c in Sources */ = {isa = PBXBuildFile; fileRef = 6BFF912C19877655E646450B5D6F1ABA /* FIRCLSThreadState.c */; }; - 7BAF94A22126FD75E9E54E20A112566E /* QBAssetsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = B26C206C96C4E57EABF4C0B4C74A3B50 /* QBAssetsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7BB07E8F81CBD2FC4E655DB51261AEEC /* PublisherBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06DE80020E4B2F19777490AC6B67380F /* PublisherBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 7BF80044BD2492972A12B384ACC1646C /* AsyncSSLSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B18FFD70A7788ABC4A3BC8973F5DB17 /* AsyncSSLSocket.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 7C1B590627BB63A4840C46A379AB5236 /* GDTCOREvent+GDTCCTSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 52D4A8E9AD19C7C63CD031515DBD6591 /* GDTCOREvent+GDTCCTSupport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C30F009AD538C493430600D76DB7B7C /* TypeInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = F3215B1BF5E6124C341F9264A6FDDCF5 /* TypeInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C471E31E94ACA7C2DD9340B7355EE4B /* PriorityUnboundedQueueSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 453C8D8838191E9E133E6598106F4D69 /* PriorityUnboundedQueueSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C7530B92E9BA9ECF402D61655717EE3 /* FarmHash.h in Headers */ = {isa = PBXBuildFile; fileRef = C7E11666D47F939A291DC7D5FC3D8AAB /* FarmHash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7C956B5BDD3ACEA3EDF50BAA45B28466 /* FIRErrors.m in Sources */ = {isa = PBXBuildFile; fileRef = D8E3712B0C01D13AB06B0E03294640D8 /* FIRErrors.m */; }; - 7CC680E4F051DE8B4455E6940B26347B /* BSG_KSCrashSentry_Signal.c in Sources */ = {isa = PBXBuildFile; fileRef = 67E79DBFEAAE9F8C6E9334ABACD56650 /* BSG_KSCrashSentry_Signal.c */; }; - 7CCA17AA56CC56318A0F7BBA9BC07B4D /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C384457087514204230D1973C0DCBEDB /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CE15B95B4F36427E967E6C97EFB9FC8 /* Flipper-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 014A403173D43A6E562F2A45D2FD98B6 /* Flipper-dummy.m */; }; - 7CF6BC6A1B73F4C3BF961DE2144C14AC /* RNCookieManagerIOS.h in Headers */ = {isa = PBXBuildFile; fileRef = A2177EA2578F2D4C5137AD6D8355007A /* RNCookieManagerIOS.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7CF98D0F1F7D8E4EF2EBBC55C88362B5 /* RequestResponseRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = E31A35BA9F63B0FF7DA9A25AA202CA01 /* RequestResponseRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D372718A760380660D25B5118B4F4A5 /* AtomicUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 02A85A7CC1DA7D8673AFB4B81DB59617 /* AtomicUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D4E8AE7A62A6DD917E1E814C7EDA130 /* BSG_KSDynamicLinker.c in Sources */ = {isa = PBXBuildFile; fileRef = 6004553B3F9C60E06A1C38DCD8B7AB19 /* BSG_KSDynamicLinker.c */; }; - 7D760077D99A65FFE041F948C719DD6E /* enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = B2C2707CF2FBD23027C6F88A7A395AF1 /* enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7D94D7FB203B2287C1355BD5F5F1F784 /* ARTGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 92499953C20D95F12D364B5E96232C9B /* ARTGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D9902812C8D1794AABEE9593A2F6944 /* FirebaseCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DCE67542C97CD978B2F30C1DADAA5268 /* FirebaseCore-dummy.m */; }; - 7D9E278E5198DC262DE116E896406243 /* Subprocess.h in Headers */ = {isa = PBXBuildFile; fileRef = 28CD655221DC2DD2BC921F438CD6436E /* Subprocess.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7DAC8D1C648535F28188CF1A488A058E /* BSG_KSMach_x86_32.c in Sources */ = {isa = PBXBuildFile; fileRef = CF687984D6666C8F50E8F10999E4D572 /* BSG_KSMach_x86_32.c */; }; - 7DC132029003463D3E9FE3C483C88FEA /* RNDeviceInfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 873C9A6B3F6E59F7F4BA1A5A1BBC72CA /* RNDeviceInfo-dummy.m */; }; - 7DD21F316AB4D59C049C3D5260C1459A /* UMModuleRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = DC0CE347608B9F052E25767003E63660 /* UMModuleRegistry.m */; }; - 7DDD43278261E3CA55CFEA6E3032E78C /* RCTStatusBarManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6DA27FAE422C8A891392A00C78F2ECD5 /* RCTStatusBarManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 7DEB83FBF7B6FF32ECB32A2884FFEBAB /* AtomicIntrusiveLinkedList.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B811341521027B084F5BC1B879E7416 /* AtomicIntrusiveLinkedList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E313DC3F911155C4140E4D00AFBF035 /* AsyncTrace.h in Headers */ = {isa = PBXBuildFile; fileRef = B41DE3A7FC484F5A1219F08180D50812 /* AsyncTrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E4E04731235886AC5F8B8C34B3AFE53 /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 0079DD04C30692F59F8E300E7B8FB042 /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E7D7D0FBC03171E312A8909A18E457B /* FIRStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 925DDBB1A3855FCFD8A612B0FA026484 /* FIRStackFrame.m */; }; - 7E7FFA60C1D90B81838454BD4D483BB7 /* StorageIndexer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DB95B089E4E7262F68BD07CC1D516CF /* StorageIndexer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7E8A178A95670D82B298220950965BCD /* FIRCLSDwarfUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = BA8D793E6619586E7B96E309F482002D /* FIRCLSDwarfUnwind.c */; }; - 7E91D5003FC739CC2560B95DBC283389 /* Yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1719EAF1B00009ADFCABA82E48B52731 /* Yoga-dummy.m */; }; - 7E97C5F8F526ABED9B6C515CF3A2E142 /* EXSessionTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = F5D0C6BD508ADCBE587B0035EB15EA8F /* EXSessionTaskDelegate.m */; }; - 7EA150C0C8C655517F945CEB3E576D91 /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C0957EE3592D121458E7C61A15508D77 /* Conv.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7EACAA05D86CCA0107052E0D6297FA5D /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = F1232B93828034B3430102E9DE2C9300 /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7ECB0A1FD2A9E0CD44C57E133122110C /* yuv_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 96B2FFEE5FF5725E511A634EFE5E639A /* yuv_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7EEA31B00432C4EC9A64111BF4500660 /* SDWebImageDownloaderDecryptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 01673B8F104177723D22F638D7170E5E /* SDWebImageDownloaderDecryptor.m */; }; - 7EEB54C9497ABE59CF40DC60AE959C2A /* RCTInspectorDevServerHelper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 924723D1DB4DC3425649AEF3E5178984 /* RCTInspectorDevServerHelper.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7EFA36D119370C6746403A6C73F539B3 /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = BDB4ED5294AA1A7FDD97EBDF8F0695BF /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7EFD1018BC29BCF1EB60165B399DF61F /* FirebaseInstallations-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 370BCC6791115AC50FD503028A6F33B7 /* FirebaseInstallations-dummy.m */; }; - 7EFF33B634E9550773840B63F7EAF7CF /* FIRCrashlytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 05D9FE3083821E98413C0B52EE5EF0D3 /* FIRCrashlytics.m */; }; - 7F01E86BD95429027718FA4CEAF24456 /* enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 29B14CC1B59C4EF6B5DEC5F2C3EDA0E3 /* enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7F0BAA8FD48B1C69EAE7C57BB86C73F5 /* cpu.c in Sources */ = {isa = PBXBuildFile; fileRef = 4626E1428B471EB8DA688BA67C77A308 /* cpu.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 7F18A8DCD083C1F23755769CB110155D /* RCTDivisionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C6D390EAE405762C56C3C680620901B9 /* RCTDivisionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F1D10E6013AFB39320734375DEF2B74 /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = E0AB79D5FE36C94E053929E8FF53A220 /* RCTErrorInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 7F30D52B9E5B90F1D2E29C421AC073D8 /* RCTStyleAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 439280FAB3D1CAD3B77DAA1A068FDAEA /* RCTStyleAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F54A9075DC5CD566F9A1CEB14C27F15 /* dynamic-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = B83E8603EEA2FF54455BE9C016ED9E38 /* dynamic-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F5C65C6267CE0DB23B33C8F3144FE83 /* RSocketServerState.h in Headers */ = {isa = PBXBuildFile; fileRef = FBDEE08BCC63DF9A343992BAA9760E4E /* RSocketServerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7F5DB01C94854BAD174FE043D7867E6B /* FIRCLSConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F877B9E67DC0034E0291D0D8D2461AB /* FIRCLSConstants.m */; }; - 7FB3CBE5BFDA11CB860B075A35EE3BFE /* RNSScreenStack.m in Sources */ = {isa = PBXBuildFile; fileRef = AFCE40057458DCC1469FCD388A0BB95D /* RNSScreenStack.m */; }; - 7FBE2B249646FA3012F165058C910BD7 /* UMExportedModule.h in Headers */ = {isa = PBXBuildFile; fileRef = E68B47A9178DEA70FCD68765DBDE3033 /* UMExportedModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FE1A0B9FD53155B5D400BAC378263F1 /* GULReachabilityMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 04E9D0AC9FB8A933C9FA85D8C7D65515 /* GULReachabilityMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7FEAA9546ABF03904AAF6FF37C703F86 /* RCTKeyCommandConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BEAF02EEB2E672DB56B105DEE002A2F /* RCTKeyCommandConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80092FD3ACE3DFA0D769318C6C1E31EE /* HHWheelTimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 147C1BDD6664E0F3FA618A92082C40F9 /* HHWheelTimer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 802268C6B05C7BE826401802CA31589B /* ThreadName.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B8778D19310B5B9B1A9618B825819779 /* ThreadName.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 803119016980043AF0C7832737094DC8 /* NSButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 898381ADE0DDC0667104F1B880C46A82 /* NSButton+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8047FE35403325F4DADBC219D6DA75D8 /* ARTBrush.h in Headers */ = {isa = PBXBuildFile; fileRef = DF746012DEEBB4502DDBA3F3A966DB52 /* ARTBrush.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 805613846569FBC6B06CD199748D15E2 /* RNNativeViewHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1DCCC75B800E19204DA00E11DE8A17 /* RNNativeViewHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 808027383AE5AC509B88E6609F312FC0 /* FIRCLSSettingsOnboardingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D90FF63FCBBE6990621A61FD45DC7E75 /* FIRCLSSettingsOnboardingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80907E5376216F82477BBB6EE3F8D052 /* ThreadName.h in Headers */ = {isa = PBXBuildFile; fileRef = 2956553C5FD3FD049B235A7AD0ED2AF5 /* ThreadName.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8094D35E9144D4F5AC99D8F00D992E96 /* FBLPromise+Do.h in Headers */ = {isa = PBXBuildFile; fileRef = B34B015BA42D543CF38FAD5B7194823C /* FBLPromise+Do.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 809BA0C4B85D298B26F1746657E5EFC8 /* RNCSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E01EB50FA4609E579FA7ECEDDD64E9C /* RNCSlider.m */; }; - 80E7699B50C52242C98EFC2BD9235E1B /* REATransitionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B47E2E3EF7D2C645D9269049D3D360F /* REATransitionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 80FA1A9F4EE87D999EE8DE727165AA7E /* ReactNativeUiLib-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A08AFD9C8E3EFDAA6282D060518C533E /* ReactNativeUiLib-dummy.m */; }; - 8105D0E6B5BB09E7AC80D4D141150704 /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = BC98D515484152DE9D3CDCADF1FEF88A /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 810FA2DCD4CCC2C7648F19144A9A9BBE /* UMAppLifecycleService.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC75EB83410F61F891679C5A1EEC92B /* UMAppLifecycleService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 810FEB52718DD7B62557C3FFB6FC3BD3 /* FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = 21E2058879DBDE01C909A990634A1F71 /* FIRApp.m */; }; - 8156B5ED0A8B0B81FC56B4C86D1604E5 /* react-native-background-timer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F0C00303873AE3BA309920D070F541F9 /* react-native-background-timer-dummy.m */; }; - 815F17994DE8DAD6BA724FDA8D3857D7 /* json_pointer.h in Headers */ = {isa = PBXBuildFile; fileRef = CEE3C8A46C872E55A4DF19525A9D6024 /* json_pointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 817DC15C6631DD5E049DAC728A248251 /* EvictingCacheMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 122A15023A1E9CAB57CBDA7A19C7537C /* EvictingCacheMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81B9DCD9427977110EA2C581CB7F8A05 /* RCTImageURLLoaderWithAttribution.h in Headers */ = {isa = PBXBuildFile; fileRef = 857E05F7F0F3BE3E9BB5B6D027DCA5BD /* RCTImageURLLoaderWithAttribution.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81BC3B24351F65A5F90A91D3640A787D /* cost_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 730AE03FEBFAF1896766926C4A1C8FF2 /* cost_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 81C02CBCC54936A1EFF94DF127DDA45E /* ThreadCachedInts.h in Headers */ = {isa = PBXBuildFile; fileRef = CB256B5494C81DC222BC947AD0331238 /* ThreadCachedInts.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 81D8039C9587BF303C18D3AA559FB095 /* FIRInstallationsAPIService.h in Headers */ = {isa = PBXBuildFile; fileRef = 8544D8BBA15964CCFBE085F858F8B29B /* FIRInstallationsAPIService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 820E8E8E38F9DACC7450DBD6E242FBB1 /* IndexedMemPool.h in Headers */ = {isa = PBXBuildFile; fileRef = 0228561F6FB9B2DF2119CB1F08277A1A /* IndexedMemPool.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8228D87126DA9FD01C403AADE375D660 /* histogram_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A0A2A913145A5623A003F4B16A20E10 /* histogram_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 823194A3D3F4D57CFD4657178C2C07AE /* SKViewControllerDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = F98D7E7D5AFF6B3E6066EEAFCAB263C6 /* SKViewControllerDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 823FBC439CA59854BBBEB14E150E4A14 /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F9FA0FAE14C70D6B50872653B415BF9 /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 824A20A5D3483C13407D06B508FC0825 /* NetworkSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 4592F31E9A25741843A03EBC9801328B /* NetworkSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82521970037B1BD66A5D097DE61B6D97 /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 338AFC73BC8534F001EAC1541A33667A /* RCTConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 82580F574C8DF2EE2006C014909DBE87 /* FIRInstallationsSingleOperationPromiseCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 60B9417BD9D42B2EA8E184765B8478D9 /* FIRInstallationsSingleOperationPromiseCache.m */; }; - 82658B14A1FF4E76DC9BCC59725F8C25 /* SKSearchResultNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4269DFEA3926FFBA5A70FB965223A26B /* SKSearchResultNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 827A8FF52983DB98A5B8D22D6DFC9A78 /* SDWebImageDownloaderConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BF3FDA508C5399E9E02918A9640F9B4 /* SDWebImageDownloaderConfig.m */; }; - 828A2B9575E6CCB1E1A2C1FDD5781E41 /* WTCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BB5946FE58F28FE586E3BC01968EE08 /* WTCallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8295005CAD32A9D13AFE0EDD76D14410 /* RCTConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = CA9B6F6E9ABDEDC5CD63C59227785B03 /* RCTConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82A6B789DBF98C606DE3E0243B791044 /* Unit.h in Headers */ = {isa = PBXBuildFile; fileRef = 248A56B962F78797EB584C4AE1F6DD8A /* Unit.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82B15B9342B79A8CA16F26DBF10108CC /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2AFEEA043B329FE884B1E76B234B23D7 /* Unicode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 82B5F254C41E7464730EB8FA6DC0E7AD /* SoftRealTimeExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = CDA0B9D8DADFA35B173D4DC8A074DB6D /* SoftRealTimeExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 82E10329E1EF66FA4F40E3E74BFA988C /* TimeoutQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FBC29B291AC31184B83049C74AECA74D /* TimeoutQueue.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 82EDEDA1EAE1EAC14FE6ED7A201CB435 /* BugsnagCrashReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A749F3355189014A1B1185F04AD0993 /* BugsnagCrashReport.m */; }; - 82FEB2C97E17E1A1D5040C53CBAB4F13 /* OpenSSL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CDF8DE18D74819A76FA2BEEEF169980 /* OpenSSL.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 830D140266F6F46AEA39CFD9E2EC13CF /* lossless_enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 1011442DB9CB48444E24B21F67065B83 /* lossless_enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8317678B229ECCA17A5FB85AD458F037 /* VibrancyView.h in Headers */ = {isa = PBXBuildFile; fileRef = 763E32608AEABE93026E125E75BB278E /* VibrancyView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8318E0692A58324AE8071C7B7DF9BCC2 /* FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = AC3365A3B59B1CB61669C0AAEF0AE9E8 /* FIRApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8319824C2569B766851383BC98017F72 /* RCTCxxUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B9CF1F09D43774C5DD8CCE1145A42A3 /* RCTCxxUtils.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 831AEA8C284FED8896F4E721E4C7D0DF /* RCTPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 15F6BD2F0C2EEED0A87D1087C6FD5B45 /* RCTPickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8320D5AF0703FAB0C29E228C9CEC5C15 /* PThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 56EA547028CE64C07C18094540082BED /* PThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 834FF62162F4055677BAE0550E8EC3BD /* CacheLocality.h in Headers */ = {isa = PBXBuildFile; fileRef = EB9DB3624365462855A1516B5D3CA369 /* CacheLocality.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8376A8F781AF4A6E0EB611CF6D04960D /* Random.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC27FDA1F54C7BFFADC3CC2DAA0F6F04 /* Random.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 837DAA54A335AE778D45281B9B71687E /* EXSessionUploadTaskDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 72C8544DFD5C76AF97AE5C4A70076128 /* EXSessionUploadTaskDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83B0099C071287FAD6C2E18590789620 /* FlipperDiagnosticsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B600987437E33AADEDFF6A6FBB3E63F /* FlipperDiagnosticsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83CAF283E90F5D7DF7855A410EA77744 /* FrameType.h in Headers */ = {isa = PBXBuildFile; fileRef = F64ACFA8D133F710250D610FEDD501FB /* FrameType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83D87F5CF4FDFD17ADC125602A9E8080 /* DestructorCheck.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B959A223C5E442E24705C6F0F7FB1EC /* DestructorCheck.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83F14E9AD44D194B883B063AA8921D7B /* SingletonThreadLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = E555ACB691AFED6AF38093A4B27BE24F /* SingletonThreadLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83F2A7062ABA1D7B75EC6406C5076B64 /* Init.h in Headers */ = {isa = PBXBuildFile; fileRef = FF5B2F16624B6C80D94027164A75412F /* Init.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 83F6DA078A65EAD8DC663445096B30AB /* SDAnimatedImagePlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = A7733B23DB1A095443A47DA1D0D3824E /* SDAnimatedImagePlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84027A44729F90CD2DE0A1BA07C0D5F0 /* Hash.h in Headers */ = {isa = PBXBuildFile; fileRef = 08D0D288B0D80756B149DABE9ACC350A /* Hash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 841202FC22FBE3877834725E3053F17E /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = DA21ED53DA87D0F0822B96ACD8BE599A /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 843433D0EEC6F805280C4D6C9A4D9B56 /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = 065027678973792C8BE0BFAC086A9A80 /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8439ACB20332986725292EC7E8FB11DC /* SpookyHashV2.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CD3389FC2942A8D97C914E1E61C39C1 /* SpookyHashV2.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8465508D6B16CF80AEE3FD35AECF21F6 /* EventBaseThread.h in Headers */ = {isa = PBXBuildFile; fileRef = D023FA2FD4DA3A79F08E338D017F8FBE /* EventBaseThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8468D25F390ACFB093D6880668E586DC /* UIView+Yoga.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FE92D8394E2069E272B00BC8B86F519 /* UIView+Yoga.m */; }; - 846F9D9E074AEE076BBF29FA65D3A2C7 /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 977AFFAB5CE09795B34A522239BBE5A5 /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 848EF02B49BD1EF1897B4E146C405DEA /* FIRInteropParameterNames.h in Headers */ = {isa = PBXBuildFile; fileRef = A79CD80FDCB86A6BC1D2C60E0C5D50D3 /* FIRInteropParameterNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 848EF5B8B1CDADFDFEEF8694F454735E /* MMKV_IO.h in Headers */ = {isa = PBXBuildFile; fileRef = A36AD51B71E68331EAC6FB0EBD5FDE23 /* MMKV_IO.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84ACD8425326A737149A03BC338D9DD3 /* Flipper-DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 53E02BC4C07B69756993A9E8C9F52B05 /* Flipper-DoubleConversion-dummy.m */; }; - 84BB8F7AF354928259149AAA2CE12DB5 /* IOBuf.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AF3A1C3731FA01B628497655FB6E1D0 /* IOBuf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84F581FC89F74ED54196F8C775B4DDDB /* picture_tools_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 793AB7EC72B440545DA1CCAB1310E59A /* picture_tools_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8511B856B0511964F63F8854C64A7CE0 /* SDGraphicsImageRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3634DFDEEA65B3875544315FC2A9C379 /* SDGraphicsImageRenderer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 854CED26FF4AD5CBB78D90736A7F809B /* UICollectionView+SKInvalidation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A0C4F73C57C64EC635C2B50463B0ED9 /* UICollectionView+SKInvalidation.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 854D8B2614C788E8C0ADE0DCAD52416E /* IOBuf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 333FA868A4E0F5E1F01718F842DD7C29 /* IOBuf.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 8558936333824B6955110B1913D08025 /* TcpConnectionAcceptor.h in Headers */ = {isa = PBXBuildFile; fileRef = DBD81493405E425207B0EE8744190446 /* TcpConnectionAcceptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8581FB300F8B987D785E0F73B05F3CB5 /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = D8AC4F69E33B1586F2A4E568AB35C2F4 /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85A983C8CF85B607A1D2D6D2B1498842 /* FIRVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = E467E68A1AA71A4E87C115E4B95AA60A /* FIRVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85C38A23BAFB14FA93ACE945D53AFE32 /* FIRCLSURLSessionDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 24C3E99244D8E34214698038851B3F01 /* FIRCLSURLSessionDataTask.m */; }; - 85C8D077A1B6470DFD5FA45D608C8A7F /* AtomicLinkedList.h in Headers */ = {isa = PBXBuildFile; fileRef = 1733989C35C601D11F17017C564B8382 /* AtomicLinkedList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85C9348F215E8FEA4320E682EEEEAB9F /* SocketAddress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 422C13CB35DE5B59811DBCC0579E5D8A /* SocketAddress.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 85D3FAC3560018F4C81B47A0F756A983 /* RecoverableError.h in Headers */ = {isa = PBXBuildFile; fileRef = EC71766E4E1BA808DD6072ADA58ED7A0 /* RecoverableError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 85EC2735A76118521AE819F3A4F93026 /* ExceptionString.h in Headers */ = {isa = PBXBuildFile; fileRef = AD3F965A2DAF5BE0FCF0AB8DD1CE90C8 /* ExceptionString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8616C1EC9131C610CA802CA912EB2BCD /* FKUserDefaultsSwizzleUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = FE42AF43D8852AD9F79D7EB7E1A6C571 /* FKUserDefaultsSwizzleUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 862A47DEB67EEEAC862B3F292948A060 /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 28AF399E228FE9E1F251B4289F40440E /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8633F90D3BC5DC14BD70ED8A0DDCBC52 /* frame_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 8B879949FB8D825A48AB0208DB0B26A0 /* frame_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 71FEC2B79DBEA1991FBA517A8F65B8E2 /* GULLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = A3BDC5540F5209A94BBB26305C8C0D6E /* GULLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 720AC7A8CF8A8830745E6593E67D22BD /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = 8601B7570AA252E718888D82F16048C8 /* SDInternalMacros.m */; }; + 720C6FED7064F5B2CA7DFABC3737EEE0 /* CertificateUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F655C1597FD17DA9BB414230A62B1466 /* CertificateUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7227919C007DF0E4799423397A9E520F /* GULSecureCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = D113EDAE5ADAD3544EE9FA72674D4244 /* GULSecureCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 724790C6DFCF354709AF007218953063 /* AtomicNotification.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F376061AE4AE5E21AC1A41470530438D /* AtomicNotification.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 724B113BDB0D9E2A9927219AB90D4ED0 /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = E09A7D2DFBF8DCD8724AE518D39995E3 /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 726669539FA586C61BC51BF6544FCFEA /* FrameType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F1E14F978985115E946394071F172EC1 /* FrameType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 7273E470029F2D1437729B26DBC9A04F /* RNVectorIconsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A9F927C2398F47C86ED960099D05A735 /* RNVectorIconsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 728B80A7EF0CC422582C733F08F84C16 /* RCTDisplayWeakRefreshable.h in Headers */ = {isa = PBXBuildFile; fileRef = 6767FDF2F84A19D64BB463A3893663BE /* RCTDisplayWeakRefreshable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 729177AC4FB9AB7E5636278ECFF278E6 /* ARTText.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A7EDF0984368323B132AE195FD3E3CB /* ARTText.m */; }; + 7299A84D931CFDF82BE269978125CEDB /* FIRCLSRecordHost.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D5C967BD780F20E700AEA22FA14D2FE /* FIRCLSRecordHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 729AA2827084AC96914FA788FA4066E1 /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 30CD421BEF66ACA8E37209ADA6D34080 /* RCTTouchEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 72A0E8FDFE35A40DED03137BBD91453D /* CallstackHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 639AE67EFF13A5A954EA3309B36505E2 /* CallstackHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 72A66CE84FB8342BDF5BF5FEFE9CEA22 /* FIRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C5BBD4AF728F69889ABCD0E4D9B18BC /* FIRConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 72A8CDEB98E542F7B20BC824CFEEBE59 /* Bits.h in Headers */ = {isa = PBXBuildFile; fileRef = 17403AC316FCF34A863F06CB4FAD5AC2 /* Bits.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 72B309CB2B321DDC8F5F0D7DC46A2996 /* experiments-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A284BCC4BBB7EBBC56F959F74558E6 /* experiments-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 72BBB4451EB65DCFC7449FEE30AB940A /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 61341C96A15BAD59AC95E8378ADDDA1D /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 72F3BC2265A372E83C3178B3EBC113A5 /* RNPushKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A34F4E38FF6200F1DC65C7FF9426AE3 /* RNPushKit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 72F8CE0EC88E0C5939B2A6013593A136 /* Lazy.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B563787B475E138B99D047A2373BADB /* Lazy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7303E6FCFCB5CF27F618F2B87B483B9B /* UIImage+CropRotate.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B9C65A2804562C2DBD5FAB5660C9E56 /* UIImage+CropRotate.m */; }; + 7316AA54656B6AC36F55AAA99BBA426C /* UTF8String.h in Headers */ = {isa = PBXBuildFile; fileRef = A120F36785A71D7E318FE4929ACB51C4 /* UTF8String.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73199B5E3AF28C3E0484B8026C585B06 /* BugsnagSessionTrackingApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 84B1158396BE1CFCA72E202AAA55BEA2 /* BugsnagSessionTrackingApiClient.m */; }; + 734530C3D3B6CE3CAB7BE35B0B4E47CE /* FlipperClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 739F466C5540DA8E136AA5804151AA72 /* FlipperClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73567267D4FF8D1C9A63C9CF8A41A7D4 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BACA24472AB96FACF4551B128F8C249 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 736395C3B66B745350C1945DC73FB273 /* BSG_KSCrashReportVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = D591993AD075A0A36CDA225F92898D60 /* BSG_KSCrashReportVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7368DAF4F1A6D47816005BCE05065217 /* FFFastImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F08A7D58F1202141D45D338D6E77280 /* FFFastImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7371E2611C2E7E46296700CD4474B560 /* IOBufQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = C535F9D9F17CA6E72A0287E275AE0134 /* IOBufQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7393334C3A9885DA6B26AF08D8A64583 /* muxedit.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A51E975AF8C03EA935BC507DC4FC2F4 /* muxedit.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 73BBE13F96A81C5403B92DAD822D6E86 /* FBLPromise+Await.m in Sources */ = {isa = PBXBuildFile; fileRef = 67B8AABDCCD394EAEF02548581A72401 /* FBLPromise+Await.m */; }; + 73CC4E68168F2EF06053CDCE9E9F94C1 /* PThread.h in Headers */ = {isa = PBXBuildFile; fileRef = AB931BE107FC1D4BFB8E40461E13736D /* PThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 73CE3BCB51B25E0F26CEB68994A7D3CC /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 856C16951D8E717CD504466F88CB476D /* SDImageCoderHelper.m */; }; + 73DA361F645750409B5E256817EF555F /* TOCropViewControllerTransitioning.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B888FCA3A56CA1CA6E6F0CBED255517 /* TOCropViewControllerTransitioning.m */; }; + 73FEC086430EE9B2068E1EA4F0567273 /* MemoryFile_Android.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61CC2BB9F12029297BF12A35867A2E9C /* MemoryFile_Android.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 7416DBC32D24C45B493822A3C9024997 /* Future-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BBFFFB7191A61992027A98BED78B1E6 /* Future-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7433B581FA76E6AB3A3515560B4ACAF2 /* FIRCLSMultipartMimeStreamEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 832F083FF532BE671C8BEBEE62C4FC73 /* FIRCLSMultipartMimeStreamEncoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 743AC82FFE98629158853C3D84D9F87F /* Hazptr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C5F9BE1025F25C801E19AF5C42F0D4E9 /* Hazptr.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 743CF3D8B0F4A390B10BF0E559685D5E /* CMakeLists.txt in Sources */ = {isa = PBXBuildFile; fileRef = F9062D58B4E9111B7B793744037D3E47 /* CMakeLists.txt */; }; + 745F96B3DD39E4DE58373E8C397EB8B9 /* FileUtilDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = CECBD456B59210C37E9B347311BBAED5 /* FileUtilDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 746320644311D743D6A0355853EF5E40 /* SKTouch.m in Sources */ = {isa = PBXBuildFile; fileRef = 61CDCF0443B295BF4A749BD252BA3531 /* SKTouch.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 74747BADF45DFF96C8FE5DEDADB7673B /* Flowables.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D48AC789F2FC477DD3DB0D47311435BB /* Flowables.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 747CC2D530550EA5D51FCB4C59DF2700 /* DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EF1698FF21DF374A4AE9D31ABE3A971B /* DoubleConversion-dummy.m */; }; + 74803FDE3464C279F903F9F907F5702E /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = FA28C9EAC96802B1D6C95CCDC3CD7D79 /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7490E3D1331BE67120F9F2739D2E943F /* picture_tools_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = D37BB266164AE5B36B496F7C2A1DBD3C /* picture_tools_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 74A01638F55664D227B033B5DD2CA7F2 /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = D72DB4B07C80648FAE86C7B1DAACE7FD /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74BACFAFA11661160135C23D8B7E5907 /* FIRDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 0781F7E7BAAF0A8DADD804243F814C91 /* FIRDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74E2A8F83F8CC3203BBCD58A0CBE70D4 /* RCTTVNavigationEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = EDAE1B266AA4E0C59AFDDBFB3C4A13B8 /* RCTTVNavigationEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74EB1E57ACE6D45BC43F1E54173B51F9 /* RCTRedBox.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FFECE708796EA1B529C0BE2721407AE /* RCTRedBox.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 7521CA64287154866AF0E128F0BCAF4A /* StreamThroughputTcp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E04A42256243F07DA15337B2A0A0D65 /* StreamThroughputTcp.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 7537E15FB387496068F96AF1F3620FC0 /* UMUtilitiesInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = B7BFB18DA23EE8AF529C2B09CDC32326 /* UMUtilitiesInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 756C7CFC016B390B3F991D982AF5342D /* SSLContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 1555860829E7CA0A51C1F82EECCBF570 /* SSLContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 75710E598230BC18FC95AE95EE0B0334 /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = A3264B8F4BE4BBAA9A02B2BB256EEC8E /* String.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 757EA5262A48E5AE1952DAB0E5D1677A /* SDDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 1671D95D2A1FEE5F77B2F3BFAE7BA7B1 /* SDDisplayLink.m */; }; + 757F62650D9DB63F85CBB065AC352F16 /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = A82908B388F27F45E7D630630F7646B0 /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7595CD4FA9CC682A4DDF53128610668C /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = 2823B7A813446A42A2AA92B1CCE316E2 /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 75B7528A26AF6C0CBC84C022FDA9DCE3 /* REAAlwaysNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 66F4BC60BE0EA9665EFDFD5F54456D79 /* REAAlwaysNode.m */; }; + 75E690E5AC80B0D35D8D5F235807566C /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 85291DAC4D152EC2DF0A71FC89E022C0 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7609471F84BD25C90BAA39752B45C1E2 /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = ED5A5918B7517A443386ED9D77745DD5 /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76127EC6986E8523779DDB9A2C8894E0 /* ErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = E918FAB0CACF0BFEBAEF8E47E8EF4C15 /* ErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 761D4865C5C71EF83D7EE6C769158DCC /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = C5EB6693FDBEB9022FC01E7F9C1008A8 /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 764880507B2E6699A34AB7D2DDD7DBFA /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9656DBD548118B7ABDFE5CFD5B69AB12 /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 764A51A3CFCA3CC5716918A6126D6478 /* FIRCLSCompactUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = 00757B0157CF40DB233460CC17708188 /* FIRCLSCompactUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 766D65440C42BE2CDEAABF1CE4963730 /* RNCAppearanceProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 96E091C1728A0B6070091502D5AA2B1E /* RNCAppearanceProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 767BA5A7C97CEF2D3D4E0429D446042F /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 99F929A7CBBE1B940E9A555F418665AB /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 767D1F3280E48FA766595024D30F2BBC /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 663C10BC17623407E951843DEB8FCD97 /* RCTJavaScriptLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 769D876AF550FAF17144EC1E0B3AD06B /* EXFileSystemLocalFileHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 34584BA3A2D5AF7650D5D8B749A2A129 /* EXFileSystemLocalFileHandler.m */; }; + 76A230041E87718C5D90CD3E966E79B4 /* FIRCLSApplicationIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 89DB19A537351C7C617B17F3B123451F /* FIRCLSApplicationIdentifierModel.m */; }; + 76A4452290461A2CF4E2BCECD4875C6B /* Hazptr-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = 28A1942F367ABC7903ABB67F7C710369 /* Hazptr-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76D4182313055433E039355D8E01CDE6 /* FBLPromise+Race.m in Sources */ = {isa = PBXBuildFile; fileRef = CEC293269075727CBDCE70ADD6FBB5E6 /* FBLPromise+Race.m */; }; + 76D9153625F619C4FB318691E899D79B /* FIRHeartbeatInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = D0AE60B18FE3616EA7E23ECE0C7AB7C5 /* FIRHeartbeatInfo.m */; }; + 76DED004B8C996B32B7E3EDF5379AF70 /* RCTBackedTextInputDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 08917AE47DD0A964713A4DCB0CD85E2D /* RCTBackedTextInputDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76EAAF1543A543326F7CC0E31A23EB1E /* FIRErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B5A73E3C85EBE7C64B8D45F76B1448B /* FIRErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 76EDAE2B2C19EEBD786B950168002CF4 /* EXWebBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D5A4E43D695613ABE5660952E1BE0D8 /* EXWebBrowser.m */; }; + 770A405E700C8F26E40E7B9563E711B5 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 31E1A752B9AE89ED1332D84970D6BB51 /* en.lproj */; }; + 77137DBCC6A379BBECD3A6A6AD2C7E1E /* GDTCOREvent.h in Headers */ = {isa = PBXBuildFile; fileRef = F613CB900F2AE85AC3F1E5615A2FD6D2 /* GDTCOREvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7736EB5FC8539EA2386AFE8EA9FC1458 /* REAAlwaysNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 24054634C028FF998D36AE3BE904A5EB /* REAAlwaysNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 774930257C310C8D8352F2B1066E7188 /* RSocketStats.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E6F85464D0E9C589588B0CEA2AFC418 /* RSocketStats.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 774D61A74BE898AECB27357C6C827982 /* FIRCLSURLSession_PrivateMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = 007085FF1891559D5CBC799FF18BA599 /* FIRCLSURLSession_PrivateMethods.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 778323193B6178498CA1CEDEBE1736B2 /* FramedReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B4F2D3B5E7FDC511C0C047620D2C928 /* FramedReader.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 77931165EF4C3D5E345752A28601F000 /* SKViewDescriptor.mm in Sources */ = {isa = PBXBuildFile; fileRef = F8372E8D2173014B0E22C87E6259C7E4 /* SKViewDescriptor.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 77A443077DFF6DDF2FBAE81A7E072A5A /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2412740D8B5C699F1DA6D7FF2E5B0326 /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77B7E32EDBB8D7A54CDCA17F10E7DA19 /* Constexpr.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D5526331D14CDE44EAA056206EA6F52 /* Constexpr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77C75675FA2DCD64142B414546899501 /* RNFetchBlobRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = BEA07B1F1F4CB4021CF31AC66FFE168E /* RNFetchBlobRequest.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77E4310DB2D126F95C98D440880234EC /* Subscription.h in Headers */ = {isa = PBXBuildFile; fileRef = 37F304C9B2717287A94602284A638E6F /* Subscription.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 77EB08990C653F7070F61B99AA217A4F /* FrameFlags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 719A358C95C4D18F0996733D16D8DF75 /* FrameFlags.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 77F1B392EF92FE277845B808BA467FC0 /* MemoryFile.h in Headers */ = {isa = PBXBuildFile; fileRef = A5F68EBB960BB85D6CC58B2AA12C9D76 /* MemoryFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 780C81B5BEBF13C3B163DF4CC32A393E /* EXReactNativeUserNotificationCenterProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 549F2E274E3F2572A2C6E45523BC7241 /* EXReactNativeUserNotificationCenterProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7813F8A58A79105FE9C88A5763240744 /* TOCropViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 67B4CA6B716F5320FB9608B5EFA12518 /* TOCropViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 782B00FB8B88F0A06EEF80C17AED7D32 /* RCTMultilineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = E0399BA3ACDFFFEF7A5DD6A70B73A1EC /* RCTMultilineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 783500BAD588EBB7DA83C5395D22C335 /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = E366B16820D28A0BE29B20B3D44D4188 /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 783FC2FE212B74549386C06BBD78DC89 /* Semaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = 86E6F7AFE85016C0C564440A53EEE2FB /* Semaphore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78403DB498B5B23975EFD391133F6789 /* GULLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B4EB78DA68B9B8D3B35E2CFCE318F72 /* GULLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 784718286CE445AD126906FB457147A1 /* BitVectorCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = BCFB39DA6BFF23700B03984AEF4DEE2C /* BitVectorCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7894538708043EA6C58F0503975094CF /* React-RCTVibration-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BFAEF3C69F3A3C84C4982FD3BB6CF878 /* React-RCTVibration-dummy.m */; }; + 78BF10A54CBEDEEF0C9A6AA6B619AFF6 /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B982C9C75305A90662326A7440FA2FD /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78D75497D8A4D1E7B532209B05BA4E8E /* RNSScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = A68BDE1D27D8BBDF4F0FF1E4D3299C7E /* RNSScreen.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78EB7661C03288458E9F5B8A0F3B3927 /* GULAppDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7839F2D96277B4431678105EB411A0BA /* GULAppDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78EDEAEFAC298AFAD78C42A749175581 /* MemoryResource.h in Headers */ = {isa = PBXBuildFile; fileRef = 65BA2A20A84D3EE87769B0EFC95EBE52 /* MemoryResource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 78FB7E1212F307A619743C8238FE6C4A /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B61C809341902C6444FABBE88D36730F /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 790A999E9B4A09B5138DEF39CB61544A /* NestedCommandLineApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 290CD65D40E54C31A2E113E36F70FDD9 /* NestedCommandLineApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 791D9E7134234B71A55F950336311FE4 /* BSG_KSCrashReportFields.h in Headers */ = {isa = PBXBuildFile; fileRef = 4406FD946F84D4056316B36CE18DE4F2 /* BSG_KSCrashReportFields.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 793659856B8D6DFE07EBEEAA29553CDE /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 66479D519BB35A5676A0805E3F8C24F6 /* dynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 79696B3A435F6C0AB4ABC01C7BED6E38 /* FIRCLSProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = 41EC9A082146249F7FAADB7E975CB5ED /* FIRCLSProcess.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 796AA6890C1BF4BBD4CFE0E41349D9FF /* FBLPromise+All.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F5744FABB388827D57808557D9928B3 /* FBLPromise+All.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 797B776C5B3EB4F16684EEEA7215BBF7 /* FlipperKitNetworkPlugin.mm in Sources */ = {isa = PBXBuildFile; fileRef = A6D3289DA5E5937FA70A107D5CCE14FB /* FlipperKitNetworkPlugin.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 79A5EE0DBC785FDAFA6E7EA2F267D436 /* FIRCLSFABAsyncOperation_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C68F17C8C9A065157DF6A4DBFEC6591 /* FIRCLSFABAsyncOperation_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79AA16D3A14B3FD53117A93B8A0EB0C1 /* SKObject.h in Headers */ = {isa = PBXBuildFile; fileRef = B03BDAB50901FE46F650F9CF72D2A0FB /* SKObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79ACDDF1B6A14331E2472A82459AB2A1 /* BSGOutOfMemoryWatchdog.h in Headers */ = {isa = PBXBuildFile; fileRef = E95055B5EAED202EF511AEA37BD1CF5B /* BSGOutOfMemoryWatchdog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79B631AE50D6815BDC96A0A31C37B300 /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E525D8DEC88F2B11187D0F7AAD7A70A /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79C7287A24D91D2AF86BCD9046053415 /* FIRCLSInstallIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 859A01DB9BD91E8691E025D3259F4357 /* FIRCLSInstallIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79F106C4F349974C60A66200B5472D16 /* RCTVirtualTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 66445E1AAC8E884669D7B0DE96EF6783 /* RCTVirtualTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 79F68980ADC214C225D280EF1DC8CA1B /* GDTCORDataFuture.m in Sources */ = {isa = PBXBuildFile; fileRef = 372C88C139F6DECDDDE39091642AD22F /* GDTCORDataFuture.m */; }; + 79F6B945300F74F2C4353E6110F36A32 /* YogaKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A5AF0586D8E65EA751DC026B073D8EE0 /* YogaKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7A036D4D0E57AD7CF7A16EDB86B0EA1D /* FIRCLSRecordHost.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA492FBDB4DBDBB89AB69B950DDB886 /* FIRCLSRecordHost.m */; }; + 7A0C69BAE1B0A4C5FB5853556B46B6EC /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = B50A142A2F9470B80F4DAEFAEC74C7FF /* SDWebImageError.m */; }; + 7A117409B4D9D5F37FA5557FA84E1448 /* EXFileSystemAssetLibraryHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 060763019E2E465F06870A92C77E6153 /* EXFileSystemAssetLibraryHandler.m */; }; + 7A1E4DF24378EFDFD5A9DA4C871C454C /* GULAppDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A586E6EB626170EAADFB59967E54BE7 /* GULAppDelegateSwizzler.m */; }; + 7A75E9048BD546B01601B8A1F15861C3 /* FIRCLSURLSessionDownloadTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EBA5DF374B2E9BF9FD9A407E7D7AAF8 /* FIRCLSURLSessionDownloadTask.m */; }; + 7A7D6C718598359C0209DEFD05811141 /* dec_clip_tables.c in Sources */ = {isa = PBXBuildFile; fileRef = BA5771BBD2E4D868410A983C2E62BBA9 /* dec_clip_tables.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 7A7FD0C178BEC67C68D15E24768E91BC /* RCTTextSelection.m in Sources */ = {isa = PBXBuildFile; fileRef = 3277ADBF5B7BF4B582D63F985B01CA58 /* RCTTextSelection.m */; }; + 7A9615DE8CB9DD8F9971EC5B8942565A /* FBLPromise+Catch.h in Headers */ = {isa = PBXBuildFile; fileRef = 25FF97004F3FD3906A3A2BA762C7D676 /* FBLPromise+Catch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7AC4C93A29CAFD9C4086408F578CE397 /* GULNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CF9A9E7DD178D05A0CA23DF6914AC6F /* GULNetwork.m */; }; + 7AC739868CD617F6BDB0222B3E728167 /* FlipperStep.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C3DF36C9C5693CA3885178A485C0EA4 /* FlipperStep.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7AFE6099E59B8F4F449DF3ADA1EDDF20 /* BugsnagBreadcrumb.m in Sources */ = {isa = PBXBuildFile; fileRef = E2D46C862CCC726290B2FE6D74AFD9EB /* BugsnagBreadcrumb.m */; }; + 7B2531366A546B86F71C91DD5F523677 /* EXResumablesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D9CBC61E43184F723F770D742AD2E034 /* EXResumablesManager.m */; }; + 7B5030A5B5E88CA40789C43D48B1C1E9 /* GDTCORAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 92CB8E89BD841A3E87A709A8BFD2B061 /* GDTCORAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B6CA120A7122B1DAA52524CBCB4D730 /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 55BA64EB38470A03520E45CC73BC958E /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B7F770606890CFD270E363331F722C5 /* Optional.h in Headers */ = {isa = PBXBuildFile; fileRef = ECE9DC7B9F36334603ACE76CEC3226BB /* Optional.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7BAF94A22126FD75E9E54E20A112566E /* QBAssetsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 9463CCABFF349B52758B917D4C9FA77C /* QBAssetsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7BB84A3356A18232ABF59D1A72F9855D /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = C40627B821B6262FFC847427249ACE75 /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 7BBD73A27EE254A7416F3A8EC551206E /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6ACA45ED26ADA136A123760F633EFF79 /* String.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 7BBEAF31D09D70EF2D0FE1AD412DF77D /* FIRCLSGlobals.h in Headers */ = {isa = PBXBuildFile; fileRef = DB92A844E489E0367D76A99164A7929E /* FIRCLSGlobals.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7BD15957F2A51BE81539C6DA6E21E9C0 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = EA4D931911FE1734B4AF41A9D8549E72 /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7BE76601625D1BFBC4F73B24CAE095D3 /* GlobalThreadPoolList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC82B223C5448E501FA85823F92DB28F /* GlobalThreadPoolList.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 7BEE396A158623415E81EE2A80A56F61 /* TLRefCount.h in Headers */ = {isa = PBXBuildFile; fileRef = D3BE08D3C37BD9C009CA59C5A58D8FC1 /* TLRefCount.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C00B793BB2D99F3B49C3CFA1F031A68 /* OpenSSLVersionFinder.h in Headers */ = {isa = PBXBuildFile; fileRef = B5C1755CD5221E2ED6D3BEB1CF58BC15 /* OpenSSLVersionFinder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C3057532898BE372D0F46F24FC61D3C /* Futex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6830A30329C0FD2B7EACC75BD7AA0A10 /* Futex.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 7C3EB92F01DDA1273E756753B7F44CA2 /* RCTDevLoadingViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 09EA1A92DFB2EF0D78B5EAA0FD0764CE /* RCTDevLoadingViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C3EF3CF2AD941A1B0EAF2894E674DA8 /* SKIOSNetworkAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FC31A3BB6F8B5DBFEA9C47E4A72A046 /* SKIOSNetworkAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C46B6B82CABF47DDD8D5B5AE9649934 /* lossless_enc_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 8A045E671C955FD32FAF4D1A4512BABF /* lossless_enc_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 7C656E8B60250C580D64C8BD6388E921 /* UMUserNotificationCenterProxyInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = E64D5D232274B1FA2A081216DF62B0AB /* UMUserNotificationCenterProxyInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C6E633059FF442195E21A58AC9A2425 /* Combine.h in Headers */ = {isa = PBXBuildFile; fileRef = D99AA483E8B28CACEF08CBA6E67558DD /* Combine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C749C1F6010D1307509DE0F1E161553 /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 47345683D16D77F100D41EBB7282A5C5 /* RCTRootContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7C8BEE857E2ED22A533403676CB4FB3E /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 66AEB2F3E20850096C282E326E9887CC /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C8FAA19354A78A9153F563BFB5F92DE /* RNFBUtilsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = A8AC190636B4C06B2C5DBC153C640F0D /* RNFBUtilsModule.m */; }; + 7C986EAEB51A3C6F7D3D766ED3ADB35A /* Stdio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C7AA1EA68CAF6020ED24BCFCE2284066 /* Stdio.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 7CB3E69058340C11A905CB03EE99949F /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EEE0F6838A4C8F217D973757BF2F7053 /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 7CBAC8063BD5CE3E0AC3697928442FB7 /* SysStat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C7832C7B8B02B87718AAB2CED6F0DBB5 /* SysStat.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 7CC680E4F051DE8B4455E6940B26347B /* BSG_KSCrashSentry_Signal.c in Sources */ = {isa = PBXBuildFile; fileRef = E16642013888143F6DF370CC669DB262 /* BSG_KSCrashSentry_Signal.c */; }; + 7CCDD681E1FC6A2D45C0CB5CEB9687BC /* OpenSSLHash.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6A0FB21F11FF8ED636FADBEFDB13FA70 /* OpenSSLHash.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 7CF6BC6A1B73F4C3BF961DE2144C14AC /* RNCookieManagerIOS.h in Headers */ = {isa = PBXBuildFile; fileRef = B0559E09B6794AE6E376948EC27B86AC /* RNCookieManagerIOS.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7CFAD82FA9E9D3A77F991BD8B7FDAB51 /* CString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 753784CB92204D241BA96D017F0FA675 /* CString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 7D0C10B77B3C928000FE6406EB5ADAB6 /* Access.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B2D9BC3B472CF16ABC96753CC73C072 /* Access.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7D0E93C7F18C685FA838909F3C01EC0A /* FIRCLSException.mm in Sources */ = {isa = PBXBuildFile; fileRef = 028F7C1E056AF6DD397D02CD928ABF63 /* FIRCLSException.mm */; }; + 7D2C27751C783B487B305A779FA86309 /* Framer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 67DD32A87887649300AA6FD6492B31A3 /* Framer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 7D4E8AE7A62A6DD917E1E814C7EDA130 /* BSG_KSDynamicLinker.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6291B00BBF0A767B4B960235755130 /* BSG_KSDynamicLinker.c */; }; + 7D57BB9F0D62A0D074DDF3C40265E902 /* RCTInterpolationAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = A61FBFA7B473BFC32593CF5B8E089C40 /* RCTInterpolationAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7D738BBE176EA403D26ADB97B480C0BE /* Checksum.h in Headers */ = {isa = PBXBuildFile; fileRef = A50823AC747F4E5841DC34E6C07DD3F3 /* Checksum.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7D94D7FB203B2287C1355BD5F5F1F784 /* ARTGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B9998BCBCFFF793B3063DFF96CCB4CE /* ARTGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7DAC8D1C648535F28188CF1A488A058E /* BSG_KSMach_x86_32.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D08C042F15860EF0CC04BCFA8733012 /* BSG_KSMach_x86_32.c */; }; + 7DC132029003463D3E9FE3C483C88FEA /* RNDeviceInfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C7808A4C92632C172528C81DF6A3533 /* RNDeviceInfo-dummy.m */; }; + 7DCE4DB96B4A03BFCCB4966A992ACCF4 /* RWSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = CF95B3E44F176B0AE79820249F6D0953 /* RWSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7DE4A6EE8F595609F7C039CD70C6400C /* KeepaliveTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = A5A17956975D7696F7B41988B58B42F3 /* KeepaliveTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7DFBB971A03D800DE50BC903D3134747 /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = ED10C41DEB06906E003E80BEAFB2C4C5 /* UIView+WebCache.m */; }; + 7E7FFA60C1D90B81838454BD4D483BB7 /* StorageIndexer.h in Headers */ = {isa = PBXBuildFile; fileRef = EA111B7D3E26592CF7807FE7310A64B2 /* StorageIndexer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E97C5F8F526ABED9B6C515CF3A2E142 /* EXSessionTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = EBF75A33057A535AA9BDC84918A72345 /* EXSessionTaskDelegate.m */; }; + 7F10B766CC9B9F6C80835B9B8A1F11C1 /* Try.h in Headers */ = {isa = PBXBuildFile; fileRef = C16648A9160A54F2C897160604630693 /* Try.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F278E2700427C46EF911B5891B7850D /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C34EF5347198F9829384D8244C9273F /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F2C7BCF24A96631A15345A704E259FF /* RCTNativeAnimatedNodesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A733A450242065A3F62A9CEE267F84D /* RCTNativeAnimatedNodesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F51B72A0A8799E0A6029B27943EAB0D /* Hash.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E75E6E67F482C56EC4FF2D3EB7F33EA /* Hash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F5B7EA03F44B8AA16246B0C24EB89EF /* Likely.h in Headers */ = {isa = PBXBuildFile; fileRef = F6A00BD376234BD3073F995C1FB8712B /* Likely.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F5F53DECB02ED70932B57E85452FDFB /* FIRInstallationsVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FBDCBE256DB8F18B862E08A24C6F2D4 /* FIRInstallationsVersion.m */; }; + 7F63DC84D78BA06BDF7F3AEC0E0F7CC6 /* GDTCCTPrioritizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D918544FAA1512877A6DBA3F16FA19B /* GDTCCTPrioritizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F70325DC74D36D432DAB94A70055018 /* ThreadWheelTimekeeper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 07C67FDC4BE18AC2E63B1012713E18A4 /* ThreadWheelTimekeeper.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 7F9448BE26FA5B151E919576AB098FCF /* RSocketStats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 145B48CE292EAA76F5799A61E70131FB /* RSocketStats.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 7F95FBEBB74D18EB59C49A762C9D904D /* FIRCLSPackageReportOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 9834FCEDF152C5846256FAA9FC2F1BB4 /* FIRCLSPackageReportOperation.m */; }; + 7FB3CBE5BFDA11CB860B075A35EE3BFE /* RNSScreenStack.m in Sources */ = {isa = PBXBuildFile; fileRef = 8977D178FB424E2C46F7830F61F996BB /* RNSScreenStack.m */; }; + 7FCA0FABFDEBCCCEA41C88CF6562A75B /* PropagateConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 652D1CDD53E31E74B821F67139F86D06 /* PropagateConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FD9C7C437862E5A55CE201EEC0E53FE /* CppAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 344134F852960A380D61378D288D08CC /* CppAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7FE953644309BFB2B0ED67D607E8B030 /* FIRComponentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E8715BEBCF28ED8E993FC16CFE0A642 /* FIRComponentContainer.m */; }; + 7FEAA9546ABF03904AAF6FF37C703F86 /* RCTKeyCommandConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = CB8EDADF0AA1C2B99387C0DC1BF49A5F /* RCTKeyCommandConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 803F2E004B4F83263AA4B2F9B8160CD1 /* FIRVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 067B600C9902AB66C45BE3F46CDF9985 /* FIRVersion.m */; }; + 8041B4F98D9B5063335C506A263351CA /* Partial.h in Headers */ = {isa = PBXBuildFile; fileRef = 9134EDE83037B7C8B550868CF03CC0CF /* Partial.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8043C6CA4CE4E8154DF6DBA0915D12CF /* CancellationToken.h in Headers */ = {isa = PBXBuildFile; fileRef = BD6E560F8A3A9A5DED62B5D952DF111A /* CancellationToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8047FE35403325F4DADBC219D6DA75D8 /* ARTBrush.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BF2A62CDAEC62FD3C113D8D4F055933 /* ARTBrush.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80520693085E9B6292BD999D9F6DAAF2 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BEA91DBF03149D8F74BBE2A2306ACB5 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 805613846569FBC6B06CD199748D15E2 /* RNNativeViewHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = BFB82A854C66D4D0866B56B42A47C362 /* RNNativeViewHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 805B532B110929BFBF4EB3C17EBCECA2 /* CancelingSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF7E573127AF72C9A42EEF0DF8EA580 /* CancelingSubscriber.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 805C98B778C2040F29AC4224B2839267 /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = EA92E2DE68DB2D648D42576F580090D9 /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 805FA3870F0682CAEE50BC9083561975 /* FBLPromise+Reduce.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E781B9995E4FE6C36B3BCF779F0139A /* FBLPromise+Reduce.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8095A7BFD06529E823A6AE6AB8680164 /* FIRInstallationsItem.m in Sources */ = {isa = PBXBuildFile; fileRef = D7A414991BA9E3E0E7CC5BEF0BC96119 /* FIRInstallationsItem.m */; }; + 809BA0C4B85D298B26F1746657E5EFC8 /* RNCSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = E60F82101B71BF051FF3218C6601DB2E /* RNCSlider.m */; }; + 809C98118743EDA5737CF8AC37646BE8 /* ThreadCachedArena.h in Headers */ = {isa = PBXBuildFile; fileRef = EB33B4A9520DEDA3CCD3E49CCA5FF4F4 /* ThreadCachedArena.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80D2852A1D1980EEFCD56BFCBB8220D2 /* EDFThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 628F22AF8BCC8F344AC80F0F4E6DF69B /* EDFThreadPoolExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 80E13114D6CA2507AD9B4E65CCA7856B /* SysFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 90EB305222160B2F7E0FA257C2B1412C /* SysFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80E7699B50C52242C98EFC2BD9235E1B /* REATransitionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B493771C7A9C7835FFB31EA98AC8FED7 /* REATransitionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80F4C636BA441654B4CACFE3CB5DA9E1 /* Uri-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B0394692BFDC48EDAF0F9D65F4907F2 /* Uri-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 80FA1A9F4EE87D999EE8DE727165AA7E /* ReactNativeUiLib-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 49BF35CA84406AEC8EFC01BD5B82FBF7 /* ReactNativeUiLib-dummy.m */; }; + 80FC73AA6EAC3513C2B6DC175803E1C2 /* MMKVLog_Android.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6182EB3F1AE32D43809E1995378EE73D /* MMKVLog_Android.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 810205799876F84EE200864910B23E50 /* RCTPackagerConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = BCA6CB9C2C8FD62CAB2BB5D442BA53DC /* RCTPackagerConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8127807A8D6DDD7271390F6A15609904 /* UIImage+ForceDecode.h in Headers */ = {isa = PBXBuildFile; fileRef = AAF605CB7CA7B549D2F8119592591900 /* UIImage+ForceDecode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 812D22537A176A0E778D57A27737D16F /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = 82AA0C8CCE52C88692C267C9AED694C3 /* FIRInstallationsItem+RegisterInstallationAPI.m */; }; + 8134649A12682BEA479CABB3EDEAC9B8 /* UMUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 203A69BB4AF747B0FA7A9C9D887BBC26 /* UMUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8156B5ED0A8B0B81FC56B4C86D1604E5 /* react-native-background-timer-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2892D36ECF907FE906A2CE5EE0578258 /* react-native-background-timer-dummy.m */; }; + 817A7F40CFD09A820DBCBCD665BC7458 /* RCTRawTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A5C59212A2241A95FD059AFE5234390E /* RCTRawTextViewManager.m */; }; + 818F13BD193385696F7B26263FE66E80 /* VirtualEventBase.h in Headers */ = {isa = PBXBuildFile; fileRef = EFDB6D76614428E8C4AEEB10621F6913 /* VirtualEventBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81C76CEB788327F051AA3A01A5468E90 /* SDWebImageDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F6DE549B010C2AC4ED1BD8B5D1DEB5E /* SDWebImageDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81DED74B1B54DF2CF49F206FD3F2F175 /* Allowance.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4207A619AB958E72243AF5E954E257 /* Allowance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 81EA069632402106511B8C029EDFB896 /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 2187013DC1706E95EA17D296F0D7003D /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82031CF62B90218CA75E71F700501CFA /* FIRCLSURLBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = AAFD42B550E2F7F50F660E9800E64E42 /* FIRCLSURLBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 820C1211FC3834834E4AC50756109A58 /* Invoke.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D3EC4142C13E3996C1FB854A7AC556E /* Invoke.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 820D5B185F1C11D260DED8B7EAD8F12D /* openssl_opensslconf.h in Headers */ = {isa = PBXBuildFile; fileRef = 12C8EF895828631BF5FF655422B75552 /* openssl_opensslconf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 821B34BA88A87582EA88FA74EF5269F5 /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 041B30A5415340BEFED4EAA76B502232 /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8229887F7915824A954AE4AEB2FDDA10 /* RCTAlertManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2FA1F8D3469455C601A3280769239543 /* RCTAlertManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 824C84CF6B400E0942B2866D95294CC4 /* FBCxxFollyDynamicConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 115930C64177276C62308D6A3E16EFC8 /* FBCxxFollyDynamicConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 825B36F168EC76043D6D9751B333936B /* JSCExecutorFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = FC59D88464392C2EAB24D1FBA83C712F /* JSCExecutorFactory.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 826D8C29DC0A7C12145D4128F9DE33CF /* AsyncTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = C887279443A2BD346F9E1A5525FB87B0 /* AsyncTimeout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82957438013EE9E8DD4B6C8F88F8DDD4 /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9456009E9C3957415C25A2051572B093 /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 82A8C735673AB5BD4775AA8EDA29BBF5 /* FIRInstallationsHTTPError.h in Headers */ = {isa = PBXBuildFile; fileRef = 71DDBA22A54A2202A50E664AA0487711 /* FIRInstallationsHTTPError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82BEA3A3BEEED49FF07F94966A571FB8 /* RNFBJSON.m in Sources */ = {isa = PBXBuildFile; fileRef = 843CDA5E3A165279AA0F2B8022C7720D /* RNFBJSON.m */; }; + 82CF49C7B590E714E808075FBCEC8CDD /* FIRErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B6AF1B6D82B997289C1F57155B95B87 /* FIRErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 82DD5725110169728973388FE71CC856 /* Init.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03454A02EB1C8F110E308612DA4C3AAC /* Init.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 82EDEDA1EAE1EAC14FE6ED7A201CB435 /* BugsnagCrashReport.m in Sources */ = {isa = PBXBuildFile; fileRef = DDBB50C1E9034EB97ADC8DAB29DFBC28 /* BugsnagCrashReport.m */; }; + 83070A17E41B5BDBE8AF193D647509E2 /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3A82729D716B14128CCEE52DE9AE9184 /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 8317678B229ECCA17A5FB85AD458F037 /* VibrancyView.h in Headers */ = {isa = PBXBuildFile; fileRef = DD2AC86FC78C7DA6BDC5E907AF7DC6F9 /* VibrancyView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 832719340F9DEDF18B2AB59157DF1F00 /* lossless_enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 70735C22847AF52492A4E1C2786C80DA /* lossless_enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 83344A36E5121FC0C1AAF26F92D551DE /* FLEXNetworkTransaction.m in Sources */ = {isa = PBXBuildFile; fileRef = 3515F77B426C6CF110E121A941250BB3 /* FLEXNetworkTransaction.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 8345B5B66609536376419E60A9C90CF2 /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = 89A36CA364D4EE9E04445C18D43138A0 /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8359838A03340FC89932CA94692459A8 /* HardwareConcurrency.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DDCE98AB8DC4764E1FAB4ED28805080 /* HardwareConcurrency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 835A1D96FA5209DA281CB3BF49A58DB3 /* RCTImageURLLoaderWithAttribution.h in Headers */ = {isa = PBXBuildFile; fileRef = 14A043F1B4E6CF6DAE5455902245535C /* RCTImageURLLoaderWithAttribution.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 837DAA54A335AE778D45281B9B71687E /* EXSessionUploadTaskDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 67CEB21B090DA92FF2707B2F4F08F485 /* EXSessionUploadTaskDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8386BC22365D29D27D43A4726A357FA6 /* RCTKeyboardObserver.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8E3A31623C49AF52BECC0B6A9143D46D /* RCTKeyboardObserver.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 83AF0E941FD248C75D85CEABDE02694D /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F285C5098EC0ECBD8EC97D2854E272F /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 83B9326FFE553C1229D8A399F3D0CC0E /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 95131DED26FCD3661A50BDF2E2C567E0 /* UIImageView+HighlightedWebCache.m */; }; + 8412EF66EF015923314B32BC3E9C4BEB /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA916A18C53C87C1E3A57B1B5C51C5 /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 84D27080AACCE2AB8F2D511230967221 /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = D7434932DF03CFC23CA62FD0F6363C13 /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + 84E019E8321D2EFAAF2649C9A5212FF6 /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DF3A9F87229EC0C9127EF2614674785 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8511DF28BCE8D8E243C4A1B55F88A598 /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 959EE8119DC02447F35D8C08D986F483 /* pb_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8516562614EA53A36A642772DCC2DE48 /* RCTNativeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 31CB668A08E5BD0AE7474E75154D8FAF /* RCTNativeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8527E789032275519F5685CCE11EEF8F /* RCTLogBox.mm in Sources */ = {isa = PBXBuildFile; fileRef = 923D5461CCB848719C5F41CD1009F40B /* RCTLogBox.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 856CD36E1CAFA755D688FC7D591E2DEE /* IPAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 96259C4D7D9352CB52FE81EE311BE24C /* IPAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85709ECAE21AB642F1BA2BF06FFB7374 /* FBLPromise+Delay.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A5AAD7F6ADA478197438B8FC683D30D /* FBLPromise+Delay.m */; }; + 858F35BB7F14F1ACB4B533661BD05076 /* AsymmetricMemoryBarrier.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A44D8E81D4437550898DAC348E5935E /* AsymmetricMemoryBarrier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85D35CE4E3360A05373CFB71FC2DCED1 /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = 48B1F0EEB5BC7CD84FE4740E7A2F918A /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85F7219058CB01A0A18F43B301C3E9C0 /* UMJavaScriptContextProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = E2BA859ED62010B52DB77F5EE0D2AF86 /* UMJavaScriptContextProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 85F748D065CC88E213C4281C75B624F0 /* UMAppDelegateWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = D7FE0E377DF83BDDD47EBBE3BFF65B2E /* UMAppDelegateWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 862FEED32BABD545238D44E3D95D37EC /* GDTCCTCompressionHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3A536A1ECAAACACA8D65D17C12A514 /* GDTCCTCompressionHelper.m */; }; + 8637B3CD2700697D8261C25D1E2BFCD3 /* StaticSingletonManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DB3DB92015BAB536E4F2AA36E7D213E1 /* StaticSingletonManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 864666FE89322FF78BD7F33FFBDBE0DD /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = CBAE363E51432FC4C3AF8737A3239D21 /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; 86500E7EC1970DC2C7D2AC3CBB58BEC8 /* Pods-ShareRocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AFB68C392BA713BC2E9BC7500977A2D2 /* Pods-ShareRocketChatRN-dummy.m */; }; - 8660866D4E3D5699BCD5ACFE5DE91090 /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9FA26ACA478462F00383B24D2F6A0C35 /* String.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 867385307ABFFCAC4D364C5212C848FF /* GULKeychainStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 942B3A993ADEC6F3870283EB4775AC47 /* GULKeychainStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 867C22F8CD7586B12BB0CEB82C6FF991 /* TcpConnectionAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F37EDEFD64B4D7A4C4DCB7FE988C52B0 /* TcpConnectionAcceptor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 8690FF7309D285D33A648ADEACBD8F96 /* CertificateUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 022B173D8F86D6F1473F8BC42E091742 /* CertificateUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86AB032C1A7A80905256097F740857B3 /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = FA13C6042ADCE920AC876B86F3F168A3 /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86BC3D29DA60A8130AD65E688D3CBB40 /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 343D8E009CB5ACB36A9F34CD6884AD4C /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8712A013B77EFFFE014DA5E077E5AD8F /* PTProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F3B821EE58E1E561E8E177E11FB116B /* PTProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8734047203EB4D44AEBFDDE512D54454 /* BSG_KSCrashC.c in Sources */ = {isa = PBXBuildFile; fileRef = B33A66B40F4B55DD489CFB7DDA21BFE9 /* BSG_KSCrashC.c */; }; - 8762106DAE8D7D3E3097E34A7746018F /* AsyncTimeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 674ED6AAE35703E994B61EA6CE45D08A /* AsyncTimeout.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 879CF8AF6544522A177CACFFFC15C03C /* FlipperConnectionManagerImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24231EE0E03C961B55C393073D963F38 /* FlipperConnectionManagerImpl.cpp */; settings = {COMPILER_FLAGS = "-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -Wall\n -std=c++14\n -Wno-global-constructors"; }; }; - 87C3B4839EFCCF06FE264CDE96E00F47 /* FBLPromisePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = B25AF2498AD8B4B3B0FC90EF58D414CA /* FBLPromisePrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 87C8915779B2DCB279AB104F2B1360E2 /* FrameSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 954E366F6708AD5E142365A3619A0232 /* FrameSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 87D5CF83F830EDE178346D29C8435ADE /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = 89C56ADED545D3AE7E2752C3AD0A8A02 /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - 87E50CD3C31388E4543DAD332AF8E7E7 /* FIRCLSMachO.m in Sources */ = {isa = PBXBuildFile; fileRef = 53C61EA1D0204B9382D2755D3400D0A1 /* FIRCLSMachO.m */; }; - 8813A1B4FF6B78F1CFBA09992ED8AE3E /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 83262FD98C6FE238854879F74CD737F4 /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8843E35D7E90A2AEF7E452B64382FD38 /* FIRCLSNetworkOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A389CFCADEFB61076941F8CD17B0686 /* FIRCLSNetworkOperation.m */; }; - 886205526ADB6D2267DB9FFC4EDC7AAC /* SDWebImageTransitionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = BA1A9841D9123F68C537D89DAD64C6F5 /* SDWebImageTransitionInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88663BDF5F277CD0FC9B1193FCD7AC3B /* SDImageWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = F2FBB520247F3367D6AB7F33A5690A19 /* SDImageWebPCoder.m */; }; - 887F26A9821B0568739537FA5CF418DE /* Instructions.h in Headers */ = {isa = PBXBuildFile; fileRef = 9278278465311372DCD02AC2B7DD567F /* Instructions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88835C95272121986DF2AE6680D38DBB /* AESCrypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 447F73CCA5870D40BD5A29412E7A728A /* AESCrypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88839F0E55280FA9BA3011AE63BAE9A6 /* Hardware.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D067FD3B8AF19CAD0D9DC292702934A /* Hardware.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8886D7823C07A3725AFF65CDC24E4E1F /* AtomicSharedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 838C65FDB055A130F8886897702DB3BC /* AtomicSharedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 88E954B6AEE9E9C737C26ABBD9434ADC /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8001B3D51B88B0686442BC2A1B7722E /* YGStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 88EC45C01DC1BD0BE0A28B243AA62FB4 /* DynamicParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 039CA77E724E386548175DFA3BB53368 /* DynamicParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 895057959B4A9B092EFF7AD87F05501B /* Base.lproj in Resources */ = {isa = PBXBuildFile; fileRef = AA7722CB0BBE5F0785BC770ED006DF82 /* Base.lproj */; }; - 895851F42FE364CBAE2418F6AAAE4A70 /* DiscriminatedPtrDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 68201561936660D13245611E3E73F825 /* DiscriminatedPtrDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 898FCD645590803ABFFC8B0B83C2C25E /* Benchmarks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F085885931466EBEC90E27247606686E /* Benchmarks.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 89942EF843F9E957897E407785F5EBEB /* RNDocumentPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = A025AD9583C2CE6C1BEE4133B9F2AE32 /* RNDocumentPicker.m */; }; - 899B404E7C58AF6365E8183FB0350C57 /* UMViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FEE1065EB2C4958514FD8F39E0702A2D /* UMViewManager.m */; }; - 899FFCA3B165C5CD1981DB5BCCAD5239 /* EXAudioSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 637BC64FB28C61EC04879B869D5A969D /* EXAudioSessionManager.m */; }; - 89AC0B721C97C47B741A3287D24F3E13 /* FIRCLSInternalReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 5ABFF129CB16F1E5153FC5697C500AE4 /* FIRCLSInternalReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 89F6CFB63D470F9A07B4DAD77D2CC8A2 /* rescaler_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 781E0DC6D433B96BE5FE0F71C335D461 /* rescaler_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8A04EDA7F9FA6329D66E9D3345955DE9 /* SDImageCoderHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B0BBDC19C493D7ABCE30E86BADF01C5 /* SDImageCoderHelper.m */; }; - 8A1BE834A39DE576856345F2EB1FCDC8 /* RCTConvertHelpers.mm in Sources */ = {isa = PBXBuildFile; fileRef = EFCBB9F065A561DBBA84F301034799D9 /* RCTConvertHelpers.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; - 8A3C214369E1E31F6977C8A87F15800A /* BSG_KSCrashReportStore.m in Sources */ = {isa = PBXBuildFile; fileRef = A5A82A146194B29742323A14176F461E /* BSG_KSCrashReportStore.m */; }; - 8A719BE74CA2561EB0CAD4641CFB2ADF /* Future-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EE39288AE06A2A5BC31A870158958E4 /* Future-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A9B73C9D92D329186D7AE5880886323 /* UMInternalModule.h in Headers */ = {isa = PBXBuildFile; fileRef = E146136C4E252A95C73DA91545B74867 /* UMInternalModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8AA94D38359C8D42DBB7800B2D4124D0 /* FIRCLSFCRAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = ADFC3CFC30522303FF2905C3009DF818 /* FIRCLSFCRAnalytics.m */; }; - 8ADFE45EA1ADFE4FBE7A9BD5924A5C57 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D2CC65A871328260638E3E5C60D069C /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8AE7B36F8DA33B2367E14A23B336E76D /* Demangle.h in Headers */ = {isa = PBXBuildFile; fileRef = 045F77A41BE8832D73DDB3E43BF7D1E1 /* Demangle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B6B581566193ADAB2D3C11E7CBBF6F2 /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = DD2613AFD60F19026B4568F1C23402EA /* pb_encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8B77BDBF163A281F98E47DBCCA4B7045 /* enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 19D28AB09EA8E14CB120E0B4C5C41AA1 /* enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 8BACD6D08335CACDAC7EC574B832A193 /* READebugNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6653320846BAFF8FC8DBB6D777388920 /* READebugNode.m */; }; - 8BB527F62230ED1D60A76E499B58B239 /* Aes.m in Sources */ = {isa = PBXBuildFile; fileRef = 46BDD5BAF9937B407985A5E960BBC3CE /* Aes.m */; }; - 8BB69298F7BA7F4CA46C10564205ADF8 /* AsyncTrace.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0628E0BC70AC9F2CFC37774730786650 /* AsyncTrace.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 8C15E78CBB1FD4D4899BD5DEA06F5BFE /* MPMCQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A98BBBCFB180613839B16CE8308D982 /* MPMCQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C1D8C1DE22E8675E7731B8BF30770C0 /* RNFBUtilsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = BB4FE005540DF6A6B385AD829E0E371A /* RNFBUtilsModule.m */; }; - 8C2E3C5B012973F207B33A8AE6694A90 /* KeepaliveTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = DED4C8386EBE02437E08F2ED88970DF6 /* KeepaliveTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C341F59EB6702C296FE4472CB9E3D91 /* EXFileSystem-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 01E0FF3687090764128063FD4FAC68F4 /* EXFileSystem-dummy.m */; }; - 8C3792DA0B86EF09C8DBC6DA3AA46B46 /* YogaKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D2D2C663E9C250A905E8EE8733F6241F /* YogaKit-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C38225C9983C42D0824455A596671D9 /* ConsumerBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F1656BE69733E2212497529F64DD1BC /* ConsumerBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C3E036C2397A2E7BD62A371C12D3700 /* TcpConnectionFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C4BDABB675409FCDEC3B5AFF6CA032B /* TcpConnectionFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C4BE58C7E4081FBDCE00BB59CDD45C8 /* RNPinchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = C9D462F35BF0880FE6D1B82C854EF027 /* RNPinchHandler.m */; }; - 8C5B1BA4840A92F9B1AEBE1EA1761236 /* BSG_KSDynamicLinker.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D3BC1A8736DAD7DA2860C652229D7C1 /* BSG_KSDynamicLinker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C85F7055C1B0EA54057BCB452A25123 /* FlipperConnectionImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = D1E12FC9CA8F341B7DFAFCFF6CC50B26 /* FlipperConnectionImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C8E96F03A7BAB6B3647BD0F76CB7810 /* RNFetchBlobNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 03C08D6B11125067C4EE09313AE1DDEC /* RNFetchBlobNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8C99C499FC2AC2AC1C191A6146CDED0E /* EXAV-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F0CF729BE4B77F090561B5F18D7F4AB /* EXAV-dummy.m */; }; - 8CA757CE804EC6937995C8F7ADEDBCFC /* RCTDevLoadingViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D0D217C04BD36D432F55C69592B4EB3 /* RCTDevLoadingViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CAE80CE0EAF5682DA4012C46120CDE6 /* UIImage+Metadata.h in Headers */ = {isa = PBXBuildFile; fileRef = CDB640292412588F307AB47B13F3BE97 /* UIImage+Metadata.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CC02A60C8469F7E9FEF778D19C24538 /* YGValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C84FB2D11607F365E98EA94BEDD1F59 /* YGValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CC1C6C841AB94CEA8787AF5754571C1 /* UMReactLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C8C518473F06458DDC9725AFE7B6ECD4 /* UMReactLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CD76807160CC1482ACD05CE762057ED /* RNLocalize-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EF2B5B002A1B5A214C40FB58E7E038D /* RNLocalize-dummy.m */; }; - 8CE91A90C61B7F8915DF48ADE234FBB0 /* TestUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = F16ED6A7B0FA4EBE964298444A903567 /* TestUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CEE2A2F54488B9CCE8E92CE2B827B97 /* RCTLinkingManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 862141628FB6525F87C0A81DC339D0F5 /* RCTLinkingManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 8CEE3203340C3D167836B5C333CBAA22 /* TOCropView.h in Headers */ = {isa = PBXBuildFile; fileRef = DDEDCCCF881A11E551466DA5C43568E4 /* TOCropView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8CF5EFC9B3E0DD6DA06EF9DA10842ADE /* RNCookieManagerIOS.m in Sources */ = {isa = PBXBuildFile; fileRef = 6808FAB6B5AAE9A7A382F239D3E2F739 /* RNCookieManagerIOS.m */; }; - 8D141745F3D544A0A2819E017A65F0F9 /* AtomicHashUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = B4B8C5B644BD1AFA6A932CA7EFE6E7B9 /* AtomicHashUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D14275BBF8887C7EE8F349B3B7B0CFA /* FirebaseCrashlytics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B4D999C096FD0C71375AEAFC511D717D /* FirebaseCrashlytics-dummy.m */; }; - 8D47B15FE94936E1417B59FE0B87035A /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = FB4C4E7861108FBDA3F2FD833870CB0F /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D7C15503C98FAC8A720818659B92809 /* RCTSha.m in Sources */ = {isa = PBXBuildFile; fileRef = 3050B639F6206DD2789E8D23D715E5EA /* RCTSha.m */; }; - 8D7D469150793B752D6F44CE10AC3385 /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FAC7F67534E1DE0ED6F8512829FBD78 /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8DB2521D64B3EDED6B1A474497645594 /* Lazy.h in Headers */ = {isa = PBXBuildFile; fileRef = CD993F1098CC674D1A06CB27B3ED0D33 /* Lazy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8DE7867E4B08954E1C9C4238DC92BAB8 /* RNCSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = F405BEA79EBE02A27500B0A1972DE902 /* RNCSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8DEB9F3B5B50953AD2FACBC336BBC3E3 /* SysStat.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A9FA1223360F85AA1E562FAF1E2BDCE /* SysStat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8DEFA920933FDAB3BFFE1F4529F99AD5 /* Overload.h in Headers */ = {isa = PBXBuildFile; fileRef = 3396B7514EC2369EA1E558D65E360013 /* Overload.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8DF465D74B5F168B9D286DE67218F5D6 /* LongLivedObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2FA596F85ECBCFBE824159B18957A8A6 /* LongLivedObject.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 8DF6D1297506C5803B32145035B79A2D /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 70480B850FA5E96B817644171C81190C /* json.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 8E327259C7D52AF5440D06D3FCBB852A /* Barrier.h in Headers */ = {isa = PBXBuildFile; fileRef = A58066833EE6C4F4541C9E50FB6626EF /* Barrier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E45DEF4711F1FD9BB0204DCABD433AB /* GDTCCTNanopbHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 0208C1262FF9EC01141A889A81EA4068 /* GDTCCTNanopbHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E4B998609727A6A8F6D81D192973DB3 /* FIRCLSUserDefaults_private.h in Headers */ = {isa = PBXBuildFile; fileRef = 43D609C2303A865CF6C583686CCB9659 /* FIRCLSUserDefaults_private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E607394C32EE81CF32DC73CFBC84B44 /* UIImage+WebP.h in Headers */ = {isa = PBXBuildFile; fileRef = A0CF17BE10EC6469178FEB2FB415A2BA /* UIImage+WebP.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8E778A8AFD7A72EC1E9678DA3B22C024 /* RNDateTimePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DA8AC40A54B43A4085F193DCBF3BA87 /* RNDateTimePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8EA240D7585A6BF0A2E79858918380FB /* FIRCLSMachO.h in Headers */ = {isa = PBXBuildFile; fileRef = 29C4A0B8427A0BF4009C6AD7F4D3A6A7 /* FIRCLSMachO.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8EA821877F1267F8139A091EC642FC01 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 057D64270D389483BE744775FE26CFB6 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8EBADBD4A48F5BA161B98DE9144AAD7E /* RNReanimated-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5938B228143ED4DA4FD428855F6DDD12 /* RNReanimated-dummy.m */; }; - 8EC440B91245FD36D6EC2EBA9A084B64 /* ThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F6CF65A2C42E9D1BF6B32D6AAA960261 /* ThreadPoolExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 8F0B4A1BDFEDC32567156731E1616894 /* FBLPromiseError.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E12276A6C8C895FFB342D8471718980 /* FBLPromiseError.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F1120E710C02BA72CE4051411F73416 /* ThreadCachedLists.h in Headers */ = {isa = PBXBuildFile; fileRef = 5647240893F1D1A92E2815F9FD349DB7 /* ThreadCachedLists.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F1D83907C87168B15D2D1C668993851 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CE23130ECCA17AE72F77891B99F2C23 /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F23A8F8B949ACD642FB9DFDBC676D54 /* Restart.h in Headers */ = {isa = PBXBuildFile; fileRef = 8832E467FA18E07B03E3118741FB90E7 /* Restart.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F63AB259A7D51B011EA55DE02E7B0FB /* EXPermissions-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A43B56A959224EA935C24911E23A0B3 /* EXPermissions-dummy.m */; }; - 8F6CB8F43BA6626AF84CFA93481A58CC /* FIRCLSUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 74E38BB37CCA1E7EAC6D31E445220742 /* FIRCLSUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F6F091429C260E4F6019FBAD62325EA /* Conv.h in Headers */ = {isa = PBXBuildFile; fileRef = 1480D13CD9721CE1A183AF21E101E81F /* Conv.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F7505C96E610386458F418DF5D55A15 /* FIRCLSByteUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 971D7C00E251C69CFA0EA69686F59A61 /* FIRCLSByteUtility.m */; }; - 8F879CD8F754CF6FC09EED5464658E6D /* FIRInstallationsLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 401670E554D7F2F4720B13CF20348C0F /* FIRInstallationsLogger.m */; }; - 8FA74FBC7C9E181E80911AC71B25B3E5 /* SafeAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = AB808566CD4E643EE104D688D1489F9A /* SafeAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8FACFB7B76E577E07F2465BB2F4742C9 /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 28E08380D9CB688066595AF78CE8E161 /* event.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 8FB6F5CD11B504056D6E88F3CC240BD8 /* TimeoutQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E28569B6DC49FA91F76B594C30DBA7F /* TimeoutQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8FC54910C21B5F3FC2FAAB2DFD66B935 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A03563005357D8D6CAA5A59C52915F5 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8FC8BE266412278F6A06262CEFC25FE7 /* RootView.m in Sources */ = {isa = PBXBuildFile; fileRef = A99EF27EBA518E1D13501CA7C25EA57D /* RootView.m */; }; - 8FD86151DE02484C1967E6EB259C8BA9 /* FIRDiagnosticsData.m in Sources */ = {isa = PBXBuildFile; fileRef = DDFC69D1847846387CCC369D46AC76B2 /* FIRDiagnosticsData.m */; }; - 8FE1D07A24CF0B515452F525F4144319 /* RNCSafeAreaViewEdges.h in Headers */ = {isa = PBXBuildFile; fileRef = CFED212E9385EB6CECEDC9598A9E88C8 /* RNCSafeAreaViewEdges.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8FEA7CCBE95369836128207D21E7EBFE /* UMModuleRegistryHolderReactModule.h in Headers */ = {isa = PBXBuildFile; fileRef = FAC04F9C8AC771ABE00D6C9E0CCFD954 /* UMModuleRegistryHolderReactModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9000ED0C5C7BF90A5AD7B407D0EA396E /* EXConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = B1C943E5190B8273049BA400E07372FC /* EXConstants.m */; }; - 9004BD3B2B71C20129D136519D9E375D /* QBVideoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = 002201D42220A11460084594A7D41C99 /* QBVideoIconView.m */; }; - 9005525FAC37240E0E3C7C0B534FF530 /* TLRefCount.h in Headers */ = {isa = PBXBuildFile; fileRef = 571A5E9C5FCB78D46584B90A993DDB28 /* TLRefCount.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 900E0E9E45D37DF1746BFBD93FC049A6 /* FBLPromise+Always.m in Sources */ = {isa = PBXBuildFile; fileRef = 814139026BF4287C2A9AB4DD369F6FB0 /* FBLPromise+Always.m */; }; - 903527277A853D13439B66069258D334 /* FIRCLSMachOSlice.h in Headers */ = {isa = PBXBuildFile; fileRef = B7D53AF7BC4439802103E085A0A1E0CE /* FIRCLSMachOSlice.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 903A23347BCC2DA12764741193401804 /* MemoryFile_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0242C21AB8E1526D39739B5E33B76FA4 /* MemoryFile_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; - 903EC4F60DF5A9C80798C9FF607CA158 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = DA286F2B869F9E4C9911151C654FE71D /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 905D94E8C81E3E4D92885F63365C0147 /* BugsnagConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 02036B3C03D59D4D1FB3A3A97EFE6548 /* BugsnagConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 906F81B02AF6433FF551221C78F8683D /* RNNotificationCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D79412AE2A159111EACE99CE51050CD5 /* RNNotificationCenter.m */; }; - 9089DDAD2D198D98054C5880F94D0770 /* SysStat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2310A91ED6A5B3BC0ED8A882774DAC32 /* SysStat.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 90A0A2CEDCD5415D10838EFEAFE69D8F /* SDAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 02E62462AA995EE87B17B581CEB7100D /* SDAnimatedImageView.m */; }; - 90E20F05F3B0B1462608AD5C1F1C91CD /* MallctlHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C478A9A911A1728BD75B47F1FEAFCB4 /* MallctlHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90F89306E5674090E3774F361562AF2D /* ResumeIdentificationToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A1788A3CB38E2847EF6E6CB789BC503 /* ResumeIdentificationToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91112D7FB0145F99E82581D19F68AA86 /* vp8l_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 83F188FAAA5FAAE9058693CE0B875B13 /* vp8l_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 911C60085478ADAAFA5C4E9B5997F7D8 /* RSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 73764437896EFC0C958D497A5C38386E /* RSocket.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 911EAF95A66FE2BC149298C64315DAE2 /* Subprocess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A678C13EF2BCBB2ED3D89FDCD9DD715 /* Subprocess.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 913FBFD9920299FB99612A8A230E2436 /* FIRCLSURLSessionUploadTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E9151044DD4FA5034F4F6253C790189 /* FIRCLSURLSessionUploadTask.m */; }; - 9155A1F3A6542A87E2F19B50EB1BEEB6 /* FBLPromise+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = EB84D4D6CC239A67FFB14FEEAF6C270A /* FBLPromise+Testing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91684ED77ABB394ECF70FF87FB8EC774 /* RCTTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D2B63FFED03FF5075ABE41805000AD8 /* RCTTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 917BC2D15BC065801844383063FAD2E0 /* RCTPropsAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DC6FD0D689E79E2042C9DC05C102398 /* RCTPropsAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9199F2A1FBE0E61F7D9ED8A2753CCF25 /* BSG_KSSystemCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F37C5855897A7166C715230E7026464 /* BSG_KSSystemCapabilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91A5CAD357F816F441E29100F9CEA4AF /* AsyncSocketException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 50FA2890E818ED98801FA1CDB1CE0167 /* AsyncSocketException.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 91C62411B9558A6B6A49DCBF44B298B7 /* RCTAnimationPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = B98180D2AD864E4D3BA811CB51CB4EE9 /* RCTAnimationPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 91D0BC0B7FEA729E15BDF86C85B51597 /* RNCWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A29C623F958C3E2F123E01B3D89F79AB /* RNCWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91D3ACE4E42DAB7AC7B6FBA1C7AA7CF7 /* GDTCCTPrioritizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7362C0F651E59C3E2CC681A68E9D2F92 /* GDTCCTPrioritizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91D6985795541E295898CE2725B5D315 /* RCTBaseTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BA1D14BEACA649A8CB59BFE45F9268D3 /* RCTBaseTextInputViewManager.m */; }; - 91EC92884361FBC4D3790C8979EF7D58 /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 924B6C509CDB0CA6746B1648EBC7D4D3 /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 91F0409AF138650EF557CC4B1824789E /* JSCExecutorFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = 81110B10F390874C89517D4E6169051A /* JSCExecutorFactory.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 91FDD7B907E719D2F2F085B7BB70929B /* EXAV.m in Sources */ = {isa = PBXBuildFile; fileRef = F25EEDD5D20D387A39E40F61A66DF4A1 /* EXAV.m */; }; - 92128D688F74F93C24C65680D4FB6228 /* AtomicHashArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A091D34C2AD375AD86C067D2B486DF1 /* AtomicHashArray.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9215BA13D15C57355CBA4F82748CA79C /* FileUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D7A7290BC112571C78135890F67DD72A /* FileUtil.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 921C7F499E242EA13DE6BA7654952E74 /* Benchmark.h in Headers */ = {isa = PBXBuildFile; fileRef = F567510C31F7EA60C688D091BBBB9FA4 /* Benchmark.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 923290319C3F0C301063EAF1F3FA91AB /* RNGestureHandlerModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EBDDFDFA80F2997CB3293ABDE1B158B /* RNGestureHandlerModule.m */; }; - 92597383F3C85C7A7CD83D7A0B2393FE /* GlobalExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DEF458B8AD64F921EE7F94CBBBF806D2 /* GlobalExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 925BCAE6E4F79E313319D34E28A7F53D /* RCTScrollEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EAA09702B73AC14E809E4A9299829DA /* RCTScrollEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9260BDCA85F8BA94DE6A971A5B6D9FAC /* FIRInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = 15012454A99EC52B3A690BA393DC9F1E /* FIRInstallations.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 926998A0F32ADB050748C38E7318833A /* RootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9894C354894EA1FE970197F8C3AE24A9 /* RootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9294E849E7BBD0D576CD15FDC8E50CD1 /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = 364C680B3BCA5D5101A43A291A1C72D4 /* RCTFont.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 92A51C98F7F9E083EDD457946E88664E /* Utility.h in Headers */ = {isa = PBXBuildFile; fileRef = E218025E6B2077D8A751CC28DD7A33DD /* Utility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92C11F27B5B4D378C676CEE8F2BCAECB /* webp_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 59A02DCBE4B4AA4965876F31AB12B74B /* webp_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 92E09B19ECF2E03D1C2ADA3BB439BED7 /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D2868D10C592955B4A8DD5E06884A2B /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92E21AFEC33540C8DA2801400FDFC71B /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = D3503632A813865D6FEED957171EB213 /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 92EA4FE11DE48C3C002C466860EFDD26 /* FBLPromise+Recover.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F42F7EC868C6619187521DF8ECDA221 /* FBLPromise+Recover.m */; }; - 92F6559CDAF4837F3D43BDFCFE2A1EA5 /* FileUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 4958C8E11C948C9E320A1061C17393C2 /* FileUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93016A61649F76D78403148C998A04A3 /* StorageGetters.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E0E74087C8E93DFAD7DCB3E95091A2A /* StorageGetters.m */; }; - 930FD78C9E539D383A96ECDCFD2DB82C /* Utility.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BFD0A04A366BA7ED164C880B5FD5CF8 /* Utility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 932968667C79FA6F1808D7CCB126515C /* RCTConvert+FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = EB08FCA36D6161D66DA4D765053318DC /* RCTConvert+FIROptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 932B0735C757A51D3A6DED49DC5D6440 /* BugsnagBreadcrumb.h in Headers */ = {isa = PBXBuildFile; fileRef = F665F073CFEB72E9BC3A0EC25A9C4DA8 /* BugsnagBreadcrumb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 932F3D703A35346B1EBB6983EE5415AB /* SKStateUpdateCPPWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = E875C9DAED0317ECF14D82F020A559F8 /* SKStateUpdateCPPWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 934B1265133377356D3E475E20B377B3 /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = A9AE1B06AC160B8694102CE75BC53319 /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 934B497F6C430E103FDE94C22912FCEC /* FIRCLSNetworkResponseHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 3611C4488B77F228A97EC23FEADABDF3 /* FIRCLSNetworkResponseHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 935E068C6B2B185A0CD9B393B5C86D30 /* RCTNativeModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = FFFC2A0D67E7EF1980B03D6B487E44FB /* RCTNativeModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 935EEDD62B79F8A74910351192EF5E02 /* UMLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = FA13A2D4A94F280EAFA2DEF64820363D /* UMLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 937388EF1132F799621B805594A04C25 /* rescaler_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = CECF38FECC89681301AAB85895C5AD4A /* rescaler_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 937657C9DF0EB1CA03228CB80029628A /* RCTMultiplicationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = A1B683A1BBD42C323F0BE02F14604E83 /* RCTMultiplicationAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 9377CE227C67F540B0EB98E51952F2F0 /* SDImageIOAnimatedCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 801A06ADAF9B48211299F4FF401F6E4B /* SDImageIOAnimatedCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93853027E9E30B4D18D298BB50F22AA4 /* RCTAppState.mm in Sources */ = {isa = PBXBuildFile; fileRef = EEE5F157A29AAD39F4C318A094F8CCDE /* RCTAppState.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 9387294FA61C74047BA04EE68C009AA6 /* RequestResponseResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1A4F18986519E88CDF163C6A5301CD /* RequestResponseResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93A37119226CE237AB5D80956CD60975 /* FBLPromise+Wrap.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C52AC3ABBD5027A4BE8C3C174D5B16A /* FBLPromise+Wrap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93ABF2AD87A404027EB0F30DE4EB55E3 /* FIRInstallationsVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 252282ACA011B3968DA6CB402E2E6849 /* FIRInstallationsVersion.m */; }; - 93B1B5AA846FF98B591DE480C117BF1F /* RNNotificationCenterListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A1D05CFBA1B65546664036F6E289061 /* RNNotificationCenterListener.m */; }; - 93B9E7557040F027A671A653B8216768 /* TOCropToolbar.m in Sources */ = {isa = PBXBuildFile; fileRef = 91F5B8FE2CC4CA41BC3F3FD2A42AD132 /* TOCropToolbar.m */; }; - 93C0C00B856FEE25CEF5D5233F2EEEA5 /* SafeAreaSpacerView.m in Sources */ = {isa = PBXBuildFile; fileRef = E47C4930236D1E2C754984EF78C97B0E /* SafeAreaSpacerView.m */; }; - 93D71D3C934007580F6FA00959A06B03 /* FIRCoreDiagnosticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C40E47EDB64D0924D97C4A6F27718EB /* FIRCoreDiagnosticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 93F15409F1190814DC3DA8BE09CAECC2 /* SDImageCachesManagerOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 615BF83CFFFE5BFE10275720663457A3 /* SDImageCachesManagerOperation.m */; }; - 94048882B3FB891F5370FCCE62CC683F /* upsampling_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 348618F86A3BC0E0ED145EB58B57C911 /* upsampling_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 941B352C3548F095D2C5F99E72B7F7B3 /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FD62B39274EA562D4A91328FB4B1FF20 /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94213C8CA2EFD0EC4F8C91F1057FEFDF /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 48EEE684E4C6B0D83F3BD4FDBF35BDDD /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94250DE36C8E1CC88AD3F543F088FF0F /* GULMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = E6DB472E7A782AC032FDE4944E501BB3 /* GULMutableDictionary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 945549C70EFC3F79AC3BBFDAAF64CEC8 /* EXSessionResumableDownloadTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 74D9A284837488E779E81F4E31AD63D3 /* EXSessionResumableDownloadTaskDelegate.m */; }; - 945E7FC665C602794133330D46A9A016 /* FIRCLSException.mm in Sources */ = {isa = PBXBuildFile; fileRef = 61613F62532F7AB9AAC2A65F8B5A44D5 /* FIRCLSException.mm */; }; - 948DC7DF2AC15E1AD8D421D34AEA37D7 /* BSG_KSCrashIdentifier.m in Sources */ = {isa = PBXBuildFile; fileRef = D4FCB502372B473E87AD06884D94605C /* BSG_KSCrashIdentifier.m */; }; - 94BE5B400646E409BB7F5A79F9256FEF /* Cast.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B947888487DBF35E661301941CEC085 /* Cast.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 94C401FCBE56C3D8E3F9FC8149002F39 /* REAConcatNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 770EF3B3A8E394FEF486F513E647B794 /* REAConcatNode.m */; }; - 94C7736B06227F10CB89630E1917E3E7 /* RNCSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 55F35E3B58E9CB154587788A4E7B406F /* RNCSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 950A45AB8B2B3A4146DD2A0E1FC88028 /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A2EAA2E7D7775C4929B9E31D65795D2 /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9538705DABF54BEEE92353A9376A3221 /* Atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 1348C016A5BF95208B161C3A1865442E /* Atomic.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 953F0832DAE5B3609CDCA13E172F0F4B /* ThreadLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 04813B4D3985AC5B829A6BE775B14BB3 /* ThreadLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 955EC830DB7E6205DE2C545D1430285C /* UMBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ACE6D7F4A83D00C43FD077B120DB4D2 /* UMBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 956B47AAA9C7EA9501B74B68BC034586 /* JSONSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 3224869CFB08C9C3D856F4285F0814EF /* JSONSchema.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 956E7D3A9FB77FF915064D2D605B7BC3 /* glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9012FFC67A4803B75C88174F584524DC /* glog-dummy.m */; }; - 95744C1471CA0F4C32CCCA46B708426E /* Libgen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1878C95CAB7B86E57FD2AD73E06FD615 /* Libgen.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 9586CBBEE81F6B678A36CD86D45DAA80 /* MemoryFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 11981F4078467AAD9151975025F44E6F /* MemoryFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95937912CCBF235733A0FB6259EADCA9 /* ProxyLockable-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 63A9338F1B6FD59995F1078F9F7628ED /* ProxyLockable-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95976D95275F4D1C66C7A949D78BD889 /* GlobalExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = E300FADF37C4D1931C34BE284AA43E99 /* GlobalExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95ADFF63583A4F9749BDEA49A843F73D /* RCTCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 05C3C18773D1317ECFC99F17008FC8CF /* RCTCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 95B1FF097F802BD06304ADC8D36894AB /* rescaler.c in Sources */ = {isa = PBXBuildFile; fileRef = 5878A348B854C5CB6C0A05E8962216C1 /* rescaler.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - 95EE457683472EE70E4AD5FC8C9DFFC1 /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = B56A40A857A24122698BD5351245F17A /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9604969825962E18B80E365726F5A17A /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 40DEB0322D980656A21A3FB04002EFFA /* RCTSurfaceHostingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9609A908D3E57817155EDA08A7E99EA8 /* RCTAnimationPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FF8F78FE9C33B13573137D165C878CC /* RCTAnimationPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9616757DBB29B1C1098AE69230D031AA /* TOCropOverlayView.h in Headers */ = {isa = PBXBuildFile; fileRef = 979EB9DE85531FC2E40B527C10CAF50B /* TOCropOverlayView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9624DFA3C4B2B4CF6C6F0DE32AF39F33 /* RNNotificationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = C0121B639D2B9A1F63CF4A814939D9FF /* RNNotificationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9628D86E53788C7B2529DA08C0A4F3EC /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 36CA88B646C75DAB264E5521020A3489 /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 963325A92F8B714773E88F15F9067731 /* UIImage+CropRotate.m in Sources */ = {isa = PBXBuildFile; fileRef = BCC4EE999CD430B8FFA02F390726BFDD /* UIImage+CropRotate.m */; }; - 965CC61F6FD0C0D21E864CD198EABE63 /* decorator.h in Headers */ = {isa = PBXBuildFile; fileRef = 5271CE57DEB54AE7D4944BBC0ADF7C61 /* decorator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 966C1DFE2032F36A47EBF97513F03596 /* FIRCLSDemangleOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = BF2C8ECBFA5FF2047EE6A7639855E1EE /* FIRCLSDemangleOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9698247816DA9F83FBFF32305C85D1E9 /* RCTTextAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = F434E3C4B24EFBEC9055B8C6D8FB6D2E /* RCTTextAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 969839DF75F2F4D13C4A0AE06EC25C0A /* UIView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = E0D7B581827626FA07F4A27EA571CB7F /* UIView+WebCache.m */; }; - 96AAF11D71FB47C41857DD7558F0F89C /* PBUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = B0E7DE072D3DF25882D42E4CB2047C38 /* PBUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96B05689F6B1AFC946D9725B5D5E8AE4 /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2E7F97AA4325554391F848845E3109F9 /* RCTInspector.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 970497E0C64A13B2EF66A0EB0AF1A455 /* small_vector.h in Headers */ = {isa = PBXBuildFile; fileRef = 784F1B3124CD66F76D8028DE32F8F90B /* small_vector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9715C349A43EC291D48E07B84E64A546 /* ChannelResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 7874DE46561BFEA8A2DC885641F6BDA1 /* ChannelResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9717CD233DE2E5AA5F1A947A891DFE30 /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F221D78D69C31147787EAE8C93461996 /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 971E65BAE427467291698B11D5D59F7D /* RNCSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B5C1EE00A2FFBA3F837A43A65268E67 /* RNCSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97214290CC560177BF0553FED5F1C198 /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = F621401C01CE51E6324E3D5D69297790 /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9721508DC5E013832B87E7C791299271 /* RCTSRWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 4920FB96D1322859BE613428DD912C88 /* RCTSRWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 974783A321D41D0C60D6290FA0B2CCF5 /* SDWebImageCacheSerializer.h in Headers */ = {isa = PBXBuildFile; fileRef = 96AB126D1D2C3D5AD528116CD59B46C9 /* SDWebImageCacheSerializer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97519FA2B741B8DF2A1D1AB2DE81E7DE /* SKViewDescriptor.mm in Sources */ = {isa = PBXBuildFile; fileRef = ECD17A746843E61D3926DD129C1FE473 /* SKViewDescriptor.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - 9757E91630A78BD4699D1FBFCF6BBC8A /* FBLPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = BFE6FC1E74E6BAF4C3B3E91E02A9FBB9 /* FBLPromise.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97805879832810482FA9569DB0F653EC /* UMReactFontManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B1944D901373C05F30DE749A35D11B2 /* UMReactFontManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9780CBBD47FAC71DF8B5E96BCC1CDCD1 /* FIRCLSCrashedMarkerFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 962ABFE01BB6BBA9778054B591C3C0D4 /* FIRCLSCrashedMarkerFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 979495C67EF0EE3E4210AF8F5A553C87 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EAB678D17C00FCC742C0BD533CDE760 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9794D7949320268D910C30AB18DBC867 /* FlipperClient+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = 12A3BAB7DB8383F37A8E2DD5E515B949 /* FlipperClient+Testing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97B17F348CDD12FAE526E8D6EFBD4A07 /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 008807A59B9DA1174EA44F9AC96DA0FD /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 97B2DA9E37B94359C82E679B9644B17B /* FramedDuplexConnection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2413FD4CAB497F5A6EAE56FCD01AC771 /* FramedDuplexConnection.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 97EE74564733BA6EF19892C367E6A39C /* RCTDataRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 236D9BE243829943BEB4A08A9FB83005 /* RCTDataRequestHandler.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 97F47FAF55C70B373D42B66540CC03E6 /* SparseByteSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 941BE9F66A932D509C30251C7BB9E31B /* SparseByteSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 981161FD3F202C634F438C067D922A8F /* KeyboardTrackingViewTempManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 93618B0E1489F8F2634C7366B875E4DA /* KeyboardTrackingViewTempManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98144B1DC740485421ED3BDF91CE89D8 /* UMNativeModulesProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BE4A2A8BD96830945B5AFB9D8FCB5C4 /* UMNativeModulesProxy.m */; }; - 981E7DF6EC2AAFF48BDDC38A668F2A35 /* StaticTracepoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 63B89137B25B076F5B0C2B42AD2E5559 /* StaticTracepoint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9829BFA748BA1F7C6D9EE75F2D50470B /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D0E6D361B1F84C6E5ECC0FBD9C67B8A /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9851BA1BF11749F7B26D762EF33C4B9E /* SDAnimatedImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = B80E7453B7BE19311F3072937DAD7250 /* SDAnimatedImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98872EE2FAB2142882A83CF76D351E76 /* StaticConst.h in Headers */ = {isa = PBXBuildFile; fileRef = DB4E07C63B8A464B5EC8B4233A29589F /* StaticConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 988D42C8242951CEA30038F87D5F8795 /* BlurViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 67C5B9A33A15E6D4979F9C78C8B32ACF /* BlurViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9893816C3E70F236B24AE27C7E8E771D /* EXConstantsService.h in Headers */ = {isa = PBXBuildFile; fileRef = F99937D57251DA26DA40552F0172EF3C /* EXConstantsService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 989ABB88A025178F7D22D540756E279B /* KeyValueHolder.h in Headers */ = {isa = PBXBuildFile; fileRef = D2053B27608FB40E03C2703DC5578193 /* KeyValueHolder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98EC6A2FD31F7175A394EDA2AC9251E1 /* FIRCLSFileManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EE5F54DBB652FE9F02BCF65B33D728D /* FIRCLSFileManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98FB71A3C0BBDB8F2446857FBCB5AF41 /* SocketOptionMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F286285826D0A368C403F93E770D6B60 /* SocketOptionMap.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 990761E5FFF464861554DA70792404C4 /* FIRCLSCompactUnwind_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B1F0A4A6B424F9DAFC97EDE82D3BA05 /* FIRCLSCompactUnwind_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9919F6E33ED9112EDE8C94603CD3CECD /* RNJitsiMeetViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AE948D908EBAD37CE5ADDDBCAAA2E432 /* RNJitsiMeetViewManager.m */; }; - 9921A559201DB4085949B941ED54EDFA /* ms.lproj in Resources */ = {isa = PBXBuildFile; fileRef = CEA3BFBBEFA2B99E3B32AEF0C62583EC /* ms.lproj */; }; - 992C5A43F602CFA2F2BBF38A68C30C4C /* SDWebImageCacheKeyFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = B120CFA3E1C4E45DC4377C0C5425F905 /* SDWebImageCacheKeyFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 993F5846A52B8CD6CDAA9401330A55B3 /* FIRCLSInternalLogging.c in Sources */ = {isa = PBXBuildFile; fileRef = 0A3B0AAB41F9B57894577B871DC1E5F2 /* FIRCLSInternalLogging.c */; }; - 99412B3182088F011702C0A666374FFF /* FIRInstallationsAuthTokenResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B1693E2B18D1009CF35186ACD6F2626 /* FIRInstallationsAuthTokenResult.m */; }; - 99867BF689A82E1B61845E1E8AE2E061 /* UMModuleRegistryConsumer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E38B262C55AC6E919AAE2C9B5CB90D4 /* UMModuleRegistryConsumer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99A4D7DD7C1624E1872062F6AC14A2F2 /* RSocketResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 30B345F2B3E52ED8FCE1F1A289BC23D6 /* RSocketResponder.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 99AEF020AD403D33E3547834F98A6BB1 /* RNFBCrashlyticsInitProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = C9CD6EE372B86F06F6FD5B6E643753A6 /* RNFBCrashlyticsInitProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99C59D6ECE898E69CFD008329BB16CBE /* react-native-document-picker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CBA79CF6E37B63B75D143C19C30C5F3 /* react-native-document-picker-dummy.m */; }; - 99C74F939C35D98AC5E16A7DF1B3485A /* GroupVarintDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 64237C3FD8BCFF29442EC05AF5FD91CA /* GroupVarintDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99E391624ABB124F2168F2C76E0AB0F7 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = FF0EFA81945E21426F01F1C4424372A2 /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A032D227D77A2E7683E01FEF2AEC401 /* FIRCLSHost.m in Sources */ = {isa = PBXBuildFile; fileRef = E521ABD94B541CE62EA415C08A4AAC2D /* FIRCLSHost.m */; }; - 9A2DE0E735CE7A4130D2E6F137B59442 /* FrameSerializer_v1_0.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AA0B401E14729ADD1C2C0A68D2210F6 /* FrameSerializer_v1_0.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A413F199A26E9F4BA50FA60EA158970 /* ColdResumeHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 310801553DCEBF91934A84929004C3B2 /* ColdResumeHandler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 9A57AA8A0BA5B2E3D380C0BF585E14E8 /* SpookyHashV1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C0A193F238AC171C705B7F14AC31329D /* SpookyHashV1.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 9A5FADAB4F03FE48215FE539AD6CDB6C /* RNFetchBlobProgress.h in Headers */ = {isa = PBXBuildFile; fileRef = C9C6348A6E7EADAD052881C121A33C90 /* RNFetchBlobProgress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A829C05B96798F0B36DD6C0A862264B /* UIImage+ExtendedCacheData.h in Headers */ = {isa = PBXBuildFile; fileRef = CFEF094029827FBDFA2AEBADC3DDEE4C /* UIImage+ExtendedCacheData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A89BE3C8BC0DF70F60650EB0A5ACFFC /* vp8i_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 315FFC4C7F00BF4F358001D27C54EDED /* vp8i_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A8F74EDC8845731B3186DD9CB2206FE /* RCTHmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 27C509B23C93ED60AE2047FB1DAB5716 /* RCTHmac.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A9DACF8AF704FA04C4BF3EB27CEADB2 /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 34574EA523A001F3A3BEA6FF870EC450 /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9AAF0772452459236A1CE631D7592FC4 /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = A81A0E971ED0BBED4C3A4BDC7DEA0C14 /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9AD34BE7774D15A2BCCAC40C9E399F69 /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = FBC461CA3869FFBEF0E9E8530BA2F306 /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9AE76FBD8AEADE8759D7372AB57E3342 /* Random-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 70FA312D86F60A15E1F525B572CBA8B2 /* Random-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9AFD69C93548E0C428A2DA8F042D328D /* RNCAsyncStorage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 31AE7293DE93549F6C2F3CF6429B2BDC /* RNCAsyncStorage-dummy.m */; }; - 9B1EEDA631A019C4C6065CBB38DC9A63 /* RCTNetworkPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = BF1D0B67E9443AE7343F5B4F301D1C5C /* RCTNetworkPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B29164F9477F504A216D0EBE574B3ED /* RSocketServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94C7A86041A4F5F68FA25D82D45B0CAA /* RSocketServer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 9B4C40A931354E9AFB358537C1A4185C /* InspectorInterfaces.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A7B6C402B0553AA3305A7C5CD61911D /* InspectorInterfaces.cpp */; }; - 9B767E70C172D741C83EF2CCA2839F11 /* IPAddress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE7471BCE3D9988E9C4C5D279AD34413 /* IPAddress.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 9B804CEE006973444831B721937CD781 /* FIRCLSCrashedMarkerFile.c in Sources */ = {isa = PBXBuildFile; fileRef = 0DFF51F33DC85B446D85C3E0F4AD4EA3 /* FIRCLSCrashedMarkerFile.c */; }; - 9B8357D8118A79D3B2FF7E7355EFA0D1 /* MemoryMapping.h in Headers */ = {isa = PBXBuildFile; fileRef = BF4033BC5753BD5C63EEF66F4CF64336 /* MemoryMapping.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B99BB1E9AFA205AE27EFCFED05D4A35 /* AsyncUDPSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 62CFF101B57981055F50A1881A01D4F2 /* AsyncUDPSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9BA15B9892D3EC5C5388D2E7F3505CF3 /* RNFBAnalytics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EE185D25081B8C199E19F61CFC46289A /* RNFBAnalytics-dummy.m */; }; - 9BA4F71A4ADC0D7E2AA55603EC743E19 /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 11658DFB3DB30D23315D9AC0A3C89B78 /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9BCE9620E003FE8467F3130B31043FF6 /* ManualTimekeeper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AF1ED2FE375522EB262CE79274627FC0 /* ManualTimekeeper.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 9BF5C05DD15A0C9A9909B3138D4D4C93 /* GULNetworkURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 72B165931472C576476EE63D6E851611 /* GULNetworkURLSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9BFE8D6EE981BC430D52E8DA85CD83FD /* ThreadWheelTimekeeper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ACB5F28EB996238029070C84CADA0A92 /* ThreadWheelTimekeeper.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 9C015A83B755FA94CD602DC8D55B1EB2 /* SKViewDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B0A448CF435BFA079179D815A51998E /* SKViewDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C0C52960C0A73443BD28E0AA31235FC /* RNJitsiMeetView.m in Sources */ = {isa = PBXBuildFile; fileRef = C3EF11ADADB3641A81FD1DD053CCFF28 /* RNJitsiMeetView.m */; }; - 9C125E90CB6AC88E3542B20B9641668C /* SetupResumeAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EA8C14904E4D830AB76213F2754A8426 /* SetupResumeAcceptor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 9C19619861667DFA3410669EAE39C645 /* FIRBundleUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 45DD2B8B66880F29C28ADED53B6F7841 /* FIRBundleUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C3AAE2CE6C20E58D34CA4960A855159 /* Orientation.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A22544738DFC64CDE627985E8FB1D3 /* Orientation.m */; }; - 9C416193D14A6534201655E5BB9D7DEE /* RCTActionSheetManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0B7EECD438F89B9553FB8B74B467446B /* RCTActionSheetManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 9C6628451CF0141F99A2130E400B8FFF /* mux.h in Headers */ = {isa = PBXBuildFile; fileRef = B18F1BA03E32B02D507A10C88BD6E7B3 /* mux.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C7B68C2287B32CF7845026BC5D0EA65 /* VirtualExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E6520181FD75BA3E4C266E464393923 /* VirtualExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C82D276044F58956C7A42EDA962B50E /* FIRInstallationsAuthTokenResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = C6B25206C0031EED56859229CC716DDD /* FIRInstallationsAuthTokenResultInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9C8411D7C0B1CE0A50C1F2A163F15B3C /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = CA42797E984F1EE4691046EF0A1C5113 /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CA0325DD73B43CE75320AAB6AB9CFC7 /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = F181A860D882BB5B1528FD17E84E0019 /* RCTNetworking.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 9CC00F53E700BE3FEE8AE7B41922850D /* SDImageIOAnimatedCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 071E75FDBFEA2AC914CD59854483E796 /* SDImageIOAnimatedCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CCB4E32C86B5F29292A363E0F3D1C0B /* QBVideoIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = D57B63F235904815BB809B3BBA0D8A66 /* QBVideoIndicatorView.m */; }; - 9CEA38174E72AEA8794C0D8C2806F1A0 /* GDTCORPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D99613FD75415E5BE51BEE256E615D8 /* GDTCORPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CF12185F9D078E763F2B2877081979C /* huffman_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = D822023F78CD21F16A1934CDAF9A958D /* huffman_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D20CF88A8CF8B6956D655324AA50357 /* PasswordInFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 18109B78EF5421A2AB9796AC5A9884B9 /* PasswordInFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D43A88D08F372056DC6E12C656B4550 /* DistributedMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A3FE52DCFCC25B1C47A7DF7CB103F53 /* DistributedMutex.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 9D51F9E1C59DBAB87DCBF98448B67EAE /* IntrusiveList.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D62A2DE4875E945F6F97EFDD8E6844E /* IntrusiveList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D63D05533FAC58D6AD0D0EF9EA0F111 /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 940323617B19642232F6485F52D149CF /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9D81100F4C48477434A860FDCEB3410C /* REAPropsNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 274EBE9688283EE4FAC297B98549D352 /* REAPropsNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9D887677E6F6D6352AC945FACA2B93DE /* HazptrUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 79332C24135598C170476104BC3B4ADC /* HazptrUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DB97072964625B40D60BA81747527F7 /* UIImage+CropRotate.h in Headers */ = {isa = PBXBuildFile; fileRef = BF2B30EF82B7934616771D3467F38D22 /* UIImage+CropRotate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DCDFA688EB66A3D36CB49F387411C28 /* RNCWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 92D8FD89F7A2810681D4C220BB99C204 /* RNCWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9DD09E513C3C5E7EA4CFDA89CD12DDA8 /* FIRCLSDownloadAndSaveSettingsOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 951776A355E1DF3F80199151FA41C376 /* FIRCLSDownloadAndSaveSettingsOperation.m */; }; - 9DEBC838E9660356D22939606174293C /* SKButtonDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 91FA7EF55E7841A5F0D98639B05946EA /* SKButtonDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E003E8C0250A351940CD51439FB964E /* BlurEffectWithAmount.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B986EF7E4120DAFB269EE6ED91221FB /* BlurEffectWithAmount.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E211EAF9B35672CFB7265F58CDBAEDA /* backward_references_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = A75DB5A46303F55658CA03B1272C0D64 /* backward_references_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E271F08B44A50A0523383689E6A24C4 /* RCTNativeAnimatedNodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5ECF9FF32CA98B157B2590777D618B27 /* RCTNativeAnimatedNodesManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - 9E34EB4577EDB5A019D44ACD12C8EFEA /* MicroSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 113B4A9FDE08FFFD3CE8FE3246850A7D /* MicroSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E576A82E9E6E921C1CDBF59CF556E78 /* ReactCommon-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B9109A26E4E09EF2FAAE2BEE7610679 /* ReactCommon-dummy.m */; }; - 9E5A4B47B17A01B497500C8554D9B976 /* ThreadCachedArena.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 584254B2021AEC69B10405490115E5BD /* ThreadCachedArena.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 9E71CCD38A6BE3153E582881AC595945 /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = F444585C8A9A071E6988ACF34AC8FBDC /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - 9E986A90116C672E55D605DDB7E9A7A7 /* FIRCLSMachOBinary.h in Headers */ = {isa = PBXBuildFile; fileRef = 58D5369436BCD3ED0445940FC4002A58 /* FIRCLSMachOBinary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9E995BFA2C1887356EF65B25DBD7F44F /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CB2C8598A78186087EFAD11563E4703 /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9EFAA74AFAFA1F5347DD5471382F07D3 /* SKObjectHash.h in Headers */ = {isa = PBXBuildFile; fileRef = 202E8476D86CC0859C035F723C4683C9 /* SKObjectHash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F2D4D2A7BD02828FF833F3F267BD743 /* ARTSurfaceViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E89D301A9BE374119F0FCE7513C1CD88 /* ARTSurfaceViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F4FA45A0701E42114F4972D4426594D /* FIRInstallationsLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 511986319505D90E8643F0D0F4F15CCE /* FIRInstallationsLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F5F45A87FD22B4E928ED45AEBA387A5 /* PriorityThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C4A1CC12DBD5834E735096500EC18F7 /* PriorityThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F7F58E0246EE4AFC13AC9BBD7E2CB17 /* RNCommandsHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = A57B6B963B3D34DB53407A51DE2FE25D /* RNCommandsHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F8D08A6E6EDCE62CFEB568C90204F27 /* Hazptr-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = CAB87781513BDFF31EA782D9B65983A6 /* Hazptr-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9F8EB12BC10441086E0A5D204EEBC722 /* RNFBAnalyticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = FCA50905E505CC6F9FC6054D3A14F2AC /* RNFBAnalyticsModule.m */; }; - 9FB97D0C84EA5A2B4EB3A60868ABDD27 /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 02633E728006295B4207A927758C8102 /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FCE3BEEDBD99A18FBE5A30E3DF04D1F /* BSG_KSObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F228B351FDA616094BEAECC7BFAFA6B /* BSG_KSObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FE682BA22D3A3E0556930EABFCF9398 /* MMKVPredef.h in Headers */ = {isa = PBXBuildFile; fileRef = 40620C8FE8E346F2F75F8E6327C10832 /* MMKVPredef.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9FF2917107FAFF00FDB75E76F5F610FC /* RNCAppearanceProviderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B568AA350CDE51F0F3C21D3A968DCE2 /* RNCAppearanceProviderManager.m */; }; - 9FF5160E99B84923A6A847416332AF99 /* RCTAes.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E58EE3E5B22518E1A1C898415B60853 /* RCTAes.m */; }; - 9FFF6EC07E12DCA81D0770C716B3BD25 /* RNBackgroundTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CC2AF39028C03B8A4CB9E7976E5CEF1 /* RNBackgroundTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A023B0C4B54AF7C064E3C6CEB4E0FE39 /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F24B41022839B1524F34C933ED739393 /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A03C0CB962D4C2746F1930088D0F3526 /* Unicode.h in Headers */ = {isa = PBXBuildFile; fileRef = 04688135DF61865A615255E85EBF964A /* Unicode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A047E928D4663C0417E1A95908D7DC6D /* RCTMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D57548D1F221EEB174F9689FC6B8EF4 /* RCTMaskedView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A08BE2C94B96A2A71BF79CFB0BF80ABB /* Synchronized.h in Headers */ = {isa = PBXBuildFile; fileRef = 64FE1DA5E0275DBF374B53B487E71F11 /* Synchronized.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A090662DE763E67DFC2492976450ED90 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 78F34E9EF0439725D236766F3DA56768 /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0ACC7F83CDC302F2DF88876292419FB /* RNCPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9346ED0C653359697D7C94B1DF2AD660 /* RNCPickerManager.m */; }; - A0B16A8ED149E376671B47003709E603 /* RNRootView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C11F2A5139FBF16924203EA00ACF06A0 /* RNRootView-dummy.m */; }; - A0B81E985113E88D3A1C9F0AF405A5EB /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B4190D341C41337142AA767D19355118 /* Unicode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A0C2118BCAC945C6B5C7AEBFA03ECCB2 /* IOExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = A6458B7B0ED99CCDF4D1104CF3D2962B /* IOExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0C6BDF5D5911FD9A8E638C357132EEA /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 79E4260DC140D94A2E1077C5DF861B7D /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0CD2A76FE4C0970F1753683D1E65C1D /* EXAVPlayerData.h in Headers */ = {isa = PBXBuildFile; fileRef = BEDC928B5F9D27F2F3F7C3B650E3A560 /* EXAVPlayerData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0EC40F3934CCAFFC6EF3D498D3F499F /* EXAudioSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 68CE6E014F981D76DB9758157B9CD372 /* EXAudioSessionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0EC8226305F7CDF45D626B173A78142 /* BSGSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 352493A49B1B245AA5F4C1997CF25348 /* BSGSerialization.m */; }; - A105C3C72B92BCCCFA483DA928E0E7B3 /* huffman_encode_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = C9DA8C3BFB14474AE490B2E2FFF6CF63 /* huffman_encode_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A10D9E6ED4E5B01DD1FAB807D9C8C2D2 /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = AAC9A299FEA601B560258FEF5FBF4517 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A11992410B5FB68672EE0F1DFC6E5FB1 /* MMKVMetaInfo.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 90BEB1F422E8C53570AB587C01BA3417 /* MMKVMetaInfo.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - A1385A4104FAE6301A1A5FBEEEA3AE85 /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = EDD791E485E2C0562D7B56CE3B618926 /* RCTRootView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A14F9CDE92F73CA90787310C50F631C1 /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EE5C84E058A488AB22C8BB061DF13ED /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A15CA944D7DD46D1E4F001829CF816EE /* pt.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 320A2939657FC8064AA3211F435F9546 /* pt.lproj */; }; - A16C18D9138296744AFF8F7F748CF827 /* HighlighterView.m in Sources */ = {isa = PBXBuildFile; fileRef = EBFC53917D705439D1988EDBAE72E120 /* HighlighterView.m */; }; - A1731A7617324156EED0D4E101E08140 /* RCTGIFImageDecoder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 206931A66C38B06DD8AFE09136A1B029 /* RCTGIFImageDecoder.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - A174981DBF7D98271229E2B2A1D87DF6 /* FirebaseCore.h in Headers */ = {isa = PBXBuildFile; fileRef = CEBE585A41826380D7B1B060D5419D05 /* FirebaseCore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A175D7E1FDED80A10F8EAD44CD08FB2A /* Cursor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8398107EDC07D1A5E7D9CA67FB6AFE9F /* Cursor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A185AA0D4887B2CE699640D4D7AFA626 /* ARTTextFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = B0DA92ED0BAA09659A4CB9FED222DA4C /* ARTTextFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A196D2DD1BD67B87D96687A5E6441439 /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 738BA4FC614721AAFD0B0832EFC731E8 /* SDWebImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A19903DF6899EE559B048E2CE728948C /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F842F16C5CA576C91C45EEEBE9848A1 /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1BD3EF5F8E40C42F8C2E6311902DF10 /* PTProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A51EEA1DFC6FCCC4B2B31B48552DDA2 /* PTProtocol.m */; }; - A1DB03CEB3C4AE3E9C151975F485EDA8 /* RNForceTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F411981E192B7E53FF1CABB16575458 /* RNForceTouchHandler.m */; }; - A1DCEEEE1D17BAB6E11F59C298D42044 /* RCTConvert+FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EAD79984452EE93B8C39269CA5F8E89 /* RCTConvert+FIRApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1E1A42E079FE118F90682927518F9F7 /* MemoryFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 74A7FC812166D7E40A31C4A6FA201DA6 /* MemoryFile.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; - A2051F290030256C69BF732249EA4D12 /* RecordIO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9B3096078B773284B8119E26F42B61F8 /* RecordIO.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - A208B9DF1228D576CCBB475A7493C95B /* Aes.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EAAA6ED67306919874D27660DC95F6E /* Aes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A20934A1553BFE2A0426BE5CEB658A85 /* ARTNodeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D05F25C6A9B22ABFCF063EE4B66C171 /* ARTNodeManager.m */; }; - A20A13B4479FA7F4AFCA53871754BB2F /* HardwareConcurrency.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EDD357E923885D3208156A2982A5685 /* HardwareConcurrency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2100B0BD0F15418D4CD6AFB191AFD10 /* RCTDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BEEC076361B14D09A07783C6C7B68D9 /* RCTDatePickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A224F0C5248B6BB1872CFC83803DF54E /* Range.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EBB97FDB05DC08EE7B33B0CEFCEF9E9 /* Range.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A230EF62D58AA8D11AA633707B694A1A /* BlockingQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 39846383137E24A30FF6FF77CD6E2BCF /* BlockingQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A24FAC49BDF7F65D57304D790B094AB1 /* ThreadWheelTimekeeperHighRes.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D299E9914E1DB834FA0470A23C25749 /* ThreadWheelTimekeeperHighRes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A253EA3982894B36F2ACF69CB535C1D9 /* SysResource.h in Headers */ = {isa = PBXBuildFile; fileRef = E735E31AE1AC3F02B4E7605077DF7F56 /* SysResource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2642353B3F6571040A4E1EF0BF96AD8 /* FirebaseCoreDiagnostics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 462202E3C517B3DD4F4E6C899F786EA6 /* FirebaseCoreDiagnostics-dummy.m */; }; - A27123F35A877253EE34460308DE40C8 /* Event.h in Headers */ = {isa = PBXBuildFile; fileRef = A1D18C4CAE7C09DF2BFC70C1434AF206 /* Event.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A27A77B48EAE10D59A2BE65A7857031D /* MMKV_OSX.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D376B19B776DB2486BE35145E0052BC /* MMKV_OSX.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A28E4535E7CCB1AE9E8738A71EE99FE4 /* FIRCLSURLSessionConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = F5DD6AD7829227A588F8980E12F9EB84 /* FIRCLSURLSessionConfiguration.m */; }; - A29838D1EF56622F3749F84D0B6778BC /* LNInterpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 21FB41D6506333A35ADA92759625954B /* LNInterpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2AF41A6CB83B7D49679C1E7445C7780 /* FBCxxFollyDynamicConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = AE96C04CB5EAF8AF79B1FAC6FA555E62 /* FBCxxFollyDynamicConvert.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - A2B02DD670D2C4BF160232567D2A55CC /* RNCWKProcessPoolManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D88252D439688CC369F23BFBC4A5CC75 /* RNCWKProcessPoolManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2CF2B22CAA2F3BAB7A472EB01AE142E /* Types.h in Headers */ = {isa = PBXBuildFile; fileRef = A5C43C3449D0CF3B79F4227B0A6271DE /* Types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A2E292A0F146FFE98CAC4BD75DACA77E /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = E909260F16CF3D633815A5F556DF51F3 /* RCTProfileTrampoline-arm64.S */; }; - A309A703E57A5E688A610D80450DDD4F /* SaturatingSemaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F4C5096CBF6E7BF0DE316578F405324 /* SaturatingSemaphore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A32DFA6D75FE59B0F522E931A034719B /* ConnectionContextStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 83359118ADA8529CE3A9F9350D413CAB /* ConnectionContextStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A334312377E0BFEB197711AE0705DB02 /* Partial.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A149FE31349E2088FEF01FDD58A29C /* Partial.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3377E75A6E4A4461B63CFAAC884C5F3 /* UMAppLoaderProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E77D1F6EDA9A80892183B10C45D4318 /* UMAppLoaderProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3664DEADC125DC4F83A67576384EAA1 /* SKBufferingPlugin.mm in Sources */ = {isa = PBXBuildFile; fileRef = B31BCF89C5C071E71A2C30063F561864 /* SKBufferingPlugin.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - A367E5A25C966229F79911DBF4A7733D /* FutureSplitter.h in Headers */ = {isa = PBXBuildFile; fileRef = ED5BC10B97FE5D713ECC7F9D198A0A2D /* FutureSplitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3686A7445CAAFEC18B3158EE51F4A47 /* GDTCCTCompressionHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F4B4BF550644983585CE0DC1638AF3E /* GDTCCTCompressionHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A36DBD6FD10B46F2166B0A054BFDE705 /* ScopedEventBaseThread.h in Headers */ = {isa = PBXBuildFile; fileRef = BD01D0707035561709B85B549CACE6C2 /* ScopedEventBaseThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A397087B7AFA8DA5AA85EE9A45BE6562 /* GULNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B6281CF9955D11F8D9A4FF9E6EE812C /* GULNSData+zlib.m */; }; - A39C42D1AB261A7D4FBC63A9BAFB4353 /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = C3ED6D34E846940D9812B7AEACE1B944 /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3A396AE4461E012D5783993BBC255D1 /* RCTMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D9C21081064289EB44ABBCE109760F7 /* RCTMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3AF6294ED89A10ED6FECA6C477E3D1C /* RNFBApp-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EE01601DE5E55BF4299C42BF15059AE /* RNFBApp-dummy.m */; }; - A3B65AB352EDA7A1F5E17B1FE72CDF37 /* EXWebBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 11D18D573ED5E29CE0D35EA8D277EE17 /* EXWebBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A3C5A2A80D8E0D2006538E1CDCB045F7 /* YGLayoutExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C4B3D77C78D9BA2CD27BC9B40BE1E00 /* YGLayoutExtensions.swift */; }; - A3FF64837D89EC3BD6ACE034A354A2EF /* CancellationToken.h in Headers */ = {isa = PBXBuildFile; fileRef = E91279AE6A330316B4A2CEE259D21C9A /* CancellationToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A43668A18D1C423CEAD7D9A50B255AC6 /* Futex-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ADB54BD51761B366F2ED153D0136176 /* Futex-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A45126A8BD6A034B4B8A7E6CB8B21380 /* openssl_md5_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = 64DA53D7A6BAF1957484726F1ADC485E /* openssl_md5_locl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4527170EF3A0DC52880DBAD3CF748F3 /* random_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = AF7CF5D9021D7B21058BA2A90CB9595D /* random_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A47FC2C6542968F14D473D32260A8FF5 /* FIRCLSFile.h in Headers */ = {isa = PBXBuildFile; fileRef = B7D943C267FF1D08AAC31C29165CBB9C /* FIRCLSFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4897353FC051F64DD284109E3967900 /* MMKV_Android.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AEC91A2F9DC02D27A3B5FC4A39A211DB /* MMKV_Android.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - A4C2F0DCFE8D97F5EFF367A714DF5676 /* ARTNodeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C54C251BF9346A1B36C8DA9E7FBA7EE6 /* ARTNodeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4D5520D0137473949DA762ED51C1E97 /* ARTRadialGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FE9E80AA7365E4244F6315F186C79C7 /* ARTRadialGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4EEA3B1616718E71EE2E470CAC7E94A /* jsilib-posix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE901C66CA4694CE55D2E55884D7084F /* jsilib-posix.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A4F22B9E6000C850ACEC9EA443C8FC0D /* lossless.c in Sources */ = {isa = PBXBuildFile; fileRef = 84385D97903B32D4216D20C625331809 /* lossless.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A4F849F5F0D9CD393F337409679534FC /* PTUSBHub.h in Headers */ = {isa = PBXBuildFile; fileRef = DC99FD3917F46D60B79DED7EA74182AA /* PTUSBHub.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A4FC5E70F57E6F605AB36D79BD1A85E9 /* REAClockNodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 907A4B7AD4D5365A5669F8F516D2CDF3 /* REAClockNodes.m */; }; - A51614BBB290E63F4D456F710FFADFC8 /* BSG_KSCrashSentry_MachException.h in Headers */ = {isa = PBXBuildFile; fileRef = C35B83806E8E77D991706D6C1971206B /* BSG_KSCrashSentry_MachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A52A7C3513434DEC282D1139555BE8A5 /* RCTUITextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BC8350BE1C77684327FF714328F7650 /* RCTUITextField.m */; }; - A535777899FE2CA383FA68C214FDA220 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = FE35485545BBC56577E4F314A9A25C48 /* SDImageCache.m */; }; - A557B9E81F2E6C62DB2E0B031AA73033 /* FIRComponentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 65AF5E11CA3CF7DE1EB9D4F73309B5B2 /* FIRComponentContainer.m */; }; - A5A541FA67495AD139777D6FE3535E22 /* BugsnagConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C6A6527341BB35C8557A76F2DFD7211 /* BugsnagConfiguration.m */; }; - A5CB15F6ABF5BD041FEB09B8509F5873 /* FrameFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = 23D6BD1DD8C5241C3E5F276FA19DDE12 /* FrameFlags.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5CFF89B3CF75CCC9CA42C09380E2219 /* json.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F46C7F58E09118CBD98B1BD1EADEE6E /* json.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5E654EB20A707A610B4508D6BD2FB6F /* GroupVarint.h in Headers */ = {isa = PBXBuildFile; fileRef = C5466CA229963B782D90DA5F1F3AD5A9 /* GroupVarint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A5F17B7EFDA732D038582B574D3F1FC5 /* EventBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 16E9B6CD0C5BF9C005878959B844A344 /* EventBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A6161619F9AC77AE13B3F8286FC672C4 /* RCTTVNavigationEventEmitter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 547ED7E8D811323D15149459ADECBAB2 /* RCTTVNavigationEventEmitter.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - A639AB8379718351F1975FCDD93B75B0 /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E744D1C2907DE43EB186C8DBA928ABC /* RCTUIUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A64071971AB4D99DEC5C61396E28098E /* GULApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = F701DC67C973B7E87F9DC3AAF7C88758 /* GULApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A640F3EA36E759D34FDE7078C93447D7 /* SSLContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D404FB8734306E5D7186D63A719B3AF /* SSLContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A67DAB5EDD19C2720AE5910336AE3284 /* UMPermissionsInterface-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 06D99FEABE233078B04675E85801C805 /* UMPermissionsInterface-dummy.m */; }; - A67FA85A73ECF68D1B7977EA7061C259 /* PropagateConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E18877C3792D2DDD838D1A12EF8DCF6 /* PropagateConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A688EB7A4ACE44C72C8C648FED7D1D53 /* HazptrThrLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = 85A617DB7328CB9F4DB03DAA8C3513A8 /* HazptrThrLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A6D3BCB05A4298F4BFE84E41DE4D5415 /* StringKeyedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = EC755D814D6F6CD5B7C67982B3240CE7 /* StringKeyedMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A6D447907D3352159830E8F292065185 /* StreamRequester.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1BAF535BBBC5F7BE5D16A7839CC4AF0A /* StreamRequester.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - A6D577EEC3A32691DC6A25E786565CBF /* FIRCLSSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 24514EA7A07D835C4A034611861F7CE6 /* FIRCLSSignal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A6E4990443CE1A328E99BAA0494C45E9 /* Codel.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FCAECA2475F72B9C9A0D5394D3D37C6 /* Codel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A6E5EEE860308A0594167C9797B28DFB /* QBAlbumCell.h in Headers */ = {isa = PBXBuildFile; fileRef = B97AF4B76708254D76DAABB163384EF7 /* QBAlbumCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A6E670FE51ED41A843039A08EB813375 /* BSG_KSCrashSentry_NSException.m in Sources */ = {isa = PBXBuildFile; fileRef = 28C766AEB2205F09E799F3C175155D87 /* BSG_KSCrashSentry_NSException.m */; }; - A6E7327F42F9242E33E18C0BF5D97C0C /* RCTDiffClampAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D37A09D142BCDCD729D0524E7FCE962 /* RCTDiffClampAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A6EFC88784F987DA5F0463D19AB7AD3C /* SKTapListenerImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D5BAE22EB2D8BE51DAE81E86362E152 /* SKTapListenerImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A6FA074D1221D09DF8A5D40C83FD7DD9 /* Shell.h in Headers */ = {isa = PBXBuildFile; fileRef = 56CD83E086489E956DAE183DD7D88483 /* Shell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A701896543E6C466EB5F1817657A3900 /* OpenSSLUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CC9DA373D93B1726702614BF8AE3A26 /* OpenSSLUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - A70AB00F5E62723B952D68417B75DC03 /* alpha_processing_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = B7A8F1F5B8450F43ECCCB5BCAE82A274 /* alpha_processing_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A715ABDA9A1521CC9D6E002133656CCC /* GDTCORUploadCoordinator.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CADBD5154F6AC038CC54E6430B9E344 /* GDTCORUploadCoordinator.m */; }; - A71E7899697237CF6E5C435BF530A41F /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 3A1175A41DB4BCC394BC39B99E94D4AB /* zh-Hans.lproj */; }; - A71EB6A0BBE00CCFCC470EB182E35966 /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = E2CA32C11F024B90F2C27FCCDE0EE4CE /* RCTScrollContentShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A733E257D7F137D7CB03095A67B6F2A4 /* alpha_processing.c in Sources */ = {isa = PBXBuildFile; fileRef = C9859FC26F437C5CBE678E84B178B18E /* alpha_processing.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - A75250C81ED89B3AA23F3D67EF2E40FB /* CustomizationPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = E87132F11E07D361675E31936E9A1C83 /* CustomizationPoint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A75F67BAE109D953729054CA3FCE37CB /* Flipper-PeerTalk-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AB1EFD69EF42BE0A3AA7E30E710383C /* Flipper-PeerTalk-dummy.m */; }; - A769263C3079A1C54CD1CDBDE5823289 /* SDWebImageIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = F6B55677F8DCCEC370CA82F0E267D1E7 /* SDWebImageIndicator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A7AD0987FE60D826155AADAE2011BB96 /* REACondNode.m in Sources */ = {isa = PBXBuildFile; fileRef = EF6A96982A846B269E93D4E121BAEC55 /* REACondNode.m */; }; - A7C8F473F34F86C9BF7846FC87D888CD /* RCTRawTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E5040D40C11ED2478A1FAC35BD03FD15 /* RCTRawTextViewManager.m */; }; - A7CBB4FA781535D20605D6B3D7AEB381 /* RNNotificationEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 612316364B09DE6289043E35664FE754 /* RNNotificationEventHandler.m */; }; - A803C086A5201399BCD5B83B7EFAFAE9 /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = 185DC5970D676BDF8B99BF1716DC12CB /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A812CB154E381C723A14F245E8A07750 /* DelayedDestructionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 76287052B465828B399CC8547CC4C16C /* DelayedDestructionBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A86E83ADC3FB5B0352E0981D026EE270 /* TOCropScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C9F5F8D746F6530C6A5A2F7C869CCA0 /* TOCropScrollView.m */; }; - A888AB9A147D572E01262314CF212A56 /* QBCheckmarkView.h in Headers */ = {isa = PBXBuildFile; fileRef = 276D56D3137C5B662FC0966E1CA0E7B2 /* QBCheckmarkView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A8933B886184D83FF48304E376620AF6 /* FirebaseInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C98F42DE8E89A39542F8AD8EDE1EF76 /* FirebaseInstallations.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A89DA3F7576ED1FF29441769C0CAF963 /* EventBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C013015235E046BF5CCF08B7330D5ED /* EventBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - A8A0693A4DFAFC783A61AA0C5EE9D647 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = DF2FA054EC8D3DA7A83B614891FE7020 /* SDImageGIFCoder.m */; }; - A8C61373858C5151E947EB1ED0E99ED4 /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E76BB4617F8049BF6C78DDDEB2A4056 /* RCTJavaScriptLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - A8E3B76DF3C79D46088734B3E330F5F8 /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FAF08C282F0E3B1160ACF781E9B0516 /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A92696A6B64796AC3D0F27F870E4F4E6 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 057D64270D389483BE744775FE26CFB6 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A93FDD1FE3F004CCE1BA64FAD2700677 /* FIRCLSFABNetworkClient.h in Headers */ = {isa = PBXBuildFile; fileRef = D8682716201990798E674D369A7CD8CD /* FIRCLSFABNetworkClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A97547194E39B79DD555C2F686652A45 /* RCTTiming.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6BD80CB5A06AB80926B6A693B4EBFB9D /* RCTTiming.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - A97E82F2ECC85130A0E39FBDF6A6BFB3 /* ARTGroupManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 31AE02D73D4D84CEECC6E63C52F68C77 /* ARTGroupManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A99311B36A0881203BEFE2951CE5BAF5 /* RCTResizeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 203C4B90F861E8047F07194A90CE4D99 /* RCTResizeMode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - A995BD0C1733104660741A8C0EFCDD8C /* RNNotificationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = B4FAAA94D4D9CE9A8AC4F7151FA66104 /* RNNotificationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A9BB95CA1AA7E61E03C96250101F1E0F /* FIRCLSSignal.c in Sources */ = {isa = PBXBuildFile; fileRef = B81CCBCDA182E7940F84DECEEC15E684 /* FIRCLSSignal.c */; }; - A9CEAF5F789655FB10359962CFF26C59 /* IPAddressV6.h in Headers */ = {isa = PBXBuildFile; fileRef = 66D031AD18131A0C0206B502BDFE90E5 /* IPAddressV6.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A9DDC70456A8993D821EBF22A8732E52 /* Stdlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B6856D545259C60011C6D267F1F2FDE /* Stdlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A9F6C3E5E1811FA12510EA44581C0D10 /* FBLPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = 09237B423884236038ABED6E33B113CB /* FBLPromise.m */; }; - A9FA51F9C5779DBC568653D793C36FFA /* FIRCLSNetworkOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C880B6FEFA7BAB5184E8E2B1D91B498 /* FIRCLSNetworkOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA10202947DEBADCEE6C85A2B9C0B7C3 /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = 6026AE1CCEC7FBF85500F813A410C0F1 /* cached-powers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA29DE81FA5C823CC85EE49A241661D1 /* Request.h in Headers */ = {isa = PBXBuildFile; fileRef = DA5602C79885D3CB2CD335D6002BECC3 /* Request.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA2F0861A2EE9569128ECA1305CD3817 /* NSDataBigString.mm in Sources */ = {isa = PBXBuildFile; fileRef = 82F58990957FEF90BCD3EBC4E8E2B312 /* NSDataBigString.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AA47A2787265AD42F19298A83FCDFCFE /* GDTCOREvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F37423673E68C578CF60E8D55F5ABD6 /* GDTCOREvent.m */; }; - AA6BF7D3C73C5BF5A5BE4947FBFD3DCE /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 5052DE5F064AD50E6F58AF9826D51F43 /* en.lproj */; }; - AA706AE28A76BEFC184DAC4263F93103 /* CxxNativeModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9964295B68B8E5CB833B75E2E3411602 /* CxxNativeModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AA725C371ED2465746D713B036D28AF2 /* ImageCropPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 62E0AE28136E927B7D0AC81BA2D4F35E /* ImageCropPicker.m */; }; - AAAF8D136503AA05DB27DFDE627AE4A4 /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2597FB466A3758F72F26B3931AAF3145 /* SDImageCachesManager.m */; }; - AAB75CC2029CA2865037E3E8F09CA89D /* GULLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = BE8ECAA294EE7A5AEC34384A2F6CBD09 /* GULLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAE27BD797B3168189EE27FEFC23C2BC /* React-RCTImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D8E2E5D006DA218EA5BC40549802B3B4 /* React-RCTImage-dummy.m */; }; - AAE8555B42661D6081578A796450DFF8 /* RCTImagePlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = AD929667A4FB97C631F838C780B3E164 /* RCTImagePlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - AAF190F7F93D42B0CD6904B3EEE03C8C /* RNFetchBlobConst.m in Sources */ = {isa = PBXBuildFile; fileRef = E2459EDA7A2D892F4E560F31E7FAA04E /* RNFetchBlobConst.m */; }; - AB066BC4D989C521E57B08531FE45A2C /* EventCount.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FA8C561F44329163CEE9D5AA5FA5D9F /* EventCount.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB18A726571872F0C8239763CC6D920A /* QBAlbumsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF48BE5FB0EE5A2AAD787F994F26C5F /* QBAlbumsViewController.m */; }; - AB1B66DA89142F9BD9DD1742380772E4 /* Varint.h in Headers */ = {isa = PBXBuildFile; fileRef = 8784CC66F9D39A4FE584B2672673A95B /* Varint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB2A658ACBB651A8E502C73C33A623E9 /* ScheduledRSocketResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83F11B6F9A97B944DA35831342E090C4 /* ScheduledRSocketResponder.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - AB4267253317D64964D78B9B23042440 /* SingletonStackTrace.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8AE0240B76F1F45D9DAE4C960AEE6A32 /* SingletonStackTrace.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - AB4C5D0A8E92CE80657CCB53253AB36B /* FIRInstallationsVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B3541B39915843B39D68744B908C1E5 /* FIRInstallationsVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB5D24EA0BA05284C36AE1F1E0365409 /* Checksum.h in Headers */ = {isa = PBXBuildFile; fileRef = CAB76C5E5BE5704CA8D7F1C2EA3B2ED3 /* Checksum.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB779F9A692679019B8633CD2190FFD9 /* SafeAreaSpacerViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C28F27A2781674508C1E938D672819C /* SafeAreaSpacerViewLocalData.m */; }; - AB792B8810D008C4BE68C86CD1141EF3 /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E7EC121860F3CE2717F18A8ECE019D9E /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AB8DB13152DD1194DE380CBF30D0D54C /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = 1674AB1C1162E5A324D8220FF94865FE /* SDInternalMacros.m */; }; - AB943E2A088F07B5A4D560EDCF1CF7F1 /* dec_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = A1FA8AE11DA53465C1DACF44072D1FDD /* dec_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - AB974DEC5D05B87F72BB77817F30E812 /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = A6D033D8469DBF82B13C1CCA03372815 /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ABC1564A6ED9E3208CB6332C685E9C61 /* EXAV.h in Headers */ = {isa = PBXBuildFile; fileRef = D24F350A9FE7F736522BDEA4560167E3 /* EXAV.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ABD740B54F0FACA0D12CEBF4BB6F7760 /* Flowable.h in Headers */ = {isa = PBXBuildFile; fileRef = 05F4F63DD824EF8CC9EE3D95AB9D6D9F /* Flowable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ABEFF55F07D3E0A1A3A7D93FE35E55EA /* RCTUITextField.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BDF60C5D952041D4CE51019F4D1FDCD /* RCTUITextField.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC063BFB249E9336D2C8E965C588D19E /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C1B2DBAC1A4BD4448086166E740F4146 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC3286B47B1F9F43A398F0A65C0DBE48 /* FIRCLSProcess.c in Sources */ = {isa = PBXBuildFile; fileRef = 14596190F697FC316ADAE9EABD0DAAA9 /* FIRCLSProcess.c */; }; - AC43FF2B24EC0DB43DF5226D9E2A8159 /* react-native-slider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6232C2954738E9F14292B8018C8329EE /* react-native-slider-dummy.m */; }; - AC53E9D1313729B5F92CF916445BADB0 /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = A83E5BE6165DA895E6A32E24C24B5849 /* RCTShadowView+Internal.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AC5F1F69DB0B68228DD0866AEBBF7E9E /* REAModule.h in Headers */ = {isa = PBXBuildFile; fileRef = E244C3015283CCF07C15B92D3A62D091 /* REAModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC868C29AB579AF68D5B4CDF16552263 /* Try-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 065CDBAB4BBD4893251619FC19DE928F /* Try-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC99D9A5736C7EC383D69BD9849EC9E9 /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E846D327651862A3A53BDC6512647DC /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ACBC7297E5CA90FBF739ED24126F8DC1 /* TOCropViewControllerTransitioning.m in Sources */ = {isa = PBXBuildFile; fileRef = BF2FC538854798EBA57ACE5F44D5C44C /* TOCropViewControllerTransitioning.m */; }; - ACBCCAA0EB0E859484DA3782DF2A68F6 /* random_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = CD2857EF5CC83AC5E0E2A33F311A94D3 /* random_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ACC8B53AA616A86AA0E9D9BE6FE057A9 /* Foreach.h in Headers */ = {isa = PBXBuildFile; fileRef = 22A55A045F38E31C73F8E9B4770DEB12 /* Foreach.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ACC9865CAA9F3F8C5A324EB5BE3A4FCA /* Builtins.h in Headers */ = {isa = PBXBuildFile; fileRef = 656BA97AD0E9619D73681B725BA3CF1B /* Builtins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ACDFBDADC0ED6A592142E1E878169D69 /* RNFBCrashlyticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = B10DF51ECAF02689B80EBE88FA20D2E6 /* RNFBCrashlyticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ACE31C4DA17DE92B33733E0020308EB9 /* SystraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = ADEAA16BF654CE6C4E8AD62310CAF83F /* SystraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD1E4321912F5D196199EA018F4B857F /* FIRExceptionModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9196844ABAA3DDCE829D8414434538 /* FIRExceptionModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD247CB68FF67CA50D0209FDBD246A2D /* RNCSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EDF59CD0B4EB929A47D97F24BA52782 /* RNCSafeAreaViewLocalData.m */; }; - AD2FD6DDD1547FEC5CC2FDB18EE4FFC9 /* BSG_KSSignalInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B3352E741FB8C331154FE4A7376F20E3 /* BSG_KSSignalInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD3DD021B18EB103C144A17DBB759DC5 /* REAParamNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 07E84D720FD7374D90D6717CE19DCF84 /* REAParamNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD3E420BEEFDB53C223791C1DE2231F4 /* FIRInstallationsStoredAuthToken.h in Headers */ = {isa = PBXBuildFile; fileRef = F84A4F55CB5E13C3A495195212D5E721 /* FIRInstallationsStoredAuthToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD5BA05D62455D5D62CF11DAEA6F049C /* CoreModulesPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = DE105C5E53AD2270FA4FF2DD8233122F /* CoreModulesPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - AD62627C39B5BAF324061B71ECAA46F9 /* VibrancyView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AD2CC3DE91415BD4E41912B7FE4953C /* VibrancyView.m */; }; - AD62863BD802A40BE1B65A415B470A4E /* RNCAssetsLibraryRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = B72C76DBE768D0125526D0B7BA243448 /* RNCAssetsLibraryRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AD91D024AD639FACF7D9F42AF6129707 /* RNNotificationCenterMulticast.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D93ECA8E5BE1CF1CBAD9D22F5D70C39 /* RNNotificationCenterMulticast.m */; }; - AD936FB2B4232AD1598E9A3E87BF9763 /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 71174159A59604B064549A3DD1059E82 /* ReactMarker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AD97B674031044ACCB8E5764225B3530 /* FileUtilDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F8C522B4929B04D3DC998990E8910A7 /* FileUtilDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ADBA9F7123889A316B7F5216D10CDDC5 /* SysMembarrier.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C112208A0F703DD2DFA3969BC43C7B5 /* SysMembarrier.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ADD78B6F0D64C7500BF9ED0AF75FEEAD /* AtomicUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FBF5CADE802E4393DC964429CF7B98C /* AtomicUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ADE47B917B6C3D465D10D593EB978E15 /* SharedProxyCxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 19BEA085C19620D31E3100D07BE66400 /* SharedProxyCxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE0195E93037B4A541B7C05657A75124 /* BlurView.h in Headers */ = {isa = PBXBuildFile; fileRef = 486E5B8D9F1437BFECD007AD87C02105 /* BlurView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE022CF3B7064F0AF061AA459E4892FD /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 666AE9A48394DD43173EFFF089F0BC72 /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AE1AEDCF050D59AA50FD0E46B920B3D4 /* SDDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = E3F3672C4A966A3C8452EABE6739A062 /* SDDisplayLink.m */; }; - AE358334F9E744C0A668401AFF6EAFAF /* FIRInstallationsIIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 42A1C327D1B8BA3B9FE1E55A3AF16E56 /* FIRInstallationsIIDTokenStore.m */; }; - AE36D72A7C946643EE422B635370454F /* GDTCOREventDataObject.h in Headers */ = {isa = PBXBuildFile; fileRef = E98A141034D4516424C286ECB546B587 /* GDTCOREventDataObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE49CFB4C1050117BB9B55CC8A0EBF34 /* GDTCORDataFuture.m in Sources */ = {isa = PBXBuildFile; fileRef = 86064732620175BC8ABEAE6734C023EB /* GDTCORDataFuture.m */; }; - AE4A52B37DC82FA18DE3B5CC9A86B7AF /* UMPermissionsMethodsDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D1FBE4CF61E036F6AE83D6932F00891E /* UMPermissionsMethodsDelegate.m */; }; - AE5BEE6C6D5529066AAE6271E1710994 /* MPMCPipelineDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = A39AA6D95BA15DF520349B5DE692FC3A /* MPMCPipelineDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE60C76A625966087C40E13ECA6FF988 /* FIRCLSSettingsOnboardingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A2B51096AB9237F76674A652CD7ECE7C /* FIRCLSSettingsOnboardingManager.m */; }; - AE6417572C1B73A3BC1D19FB6B6E9D24 /* EXVideoThumbnailsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 73700850B5680EDA2F4B3BA299F77837 /* EXVideoThumbnailsModule.m */; }; - AE73EBC51CE95F004ACD1385DE296AFD /* Dirent.h in Headers */ = {isa = PBXBuildFile; fileRef = 5982BE1523F2DE0CF5337F7964BD4741 /* Dirent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE81BD7596AAF5A49DB3BE749F00C780 /* RCTHTTPRequestHandler.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9CF15C9894265FF5D3AB0728DC025FD4 /* RCTHTTPRequestHandler.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - AE8DF1B9965308715FD8805733204A56 /* GULHeartbeatDateStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = D299EBB5DEBFA359115CF6AC7634082A /* GULHeartbeatDateStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE93DBAE5E742A48020E413BB3351BA1 /* BSG_KSMach.h in Headers */ = {isa = PBXBuildFile; fileRef = CE58EA026090D116C6473A191D549C57 /* BSG_KSMach.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE9D98FE8AB2BD6E78EC9A67AFD995A9 /* MMKV-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 354D68091E4C3F425265E2A5C2F8D2DA /* MMKV-dummy.m */; }; - AEAA759C9F6CC27A7481BAC760E03E6E /* BSGSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B387F2A5D678E732F3ED86A20310BC6 /* BSGSerialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AEF513EC3E46183D8D8D80E7A464DF81 /* FlipperCppBridgingResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 36C75A3E4582195AD7E1214F6A7A88C0 /* FlipperCppBridgingResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF0BE7E99C8415A6467FF2DC8E797358 /* BSG_KSBacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = CB3977E4BBA73D457E2C047D98C8E2B3 /* BSG_KSBacktrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF13B4D52EF21E73A3F21B9CA7F56AD7 /* RCTSRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = E84AFDF4562696CCF1D98DCFB08F6E13 /* RCTSRWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - AF223109AB21F9141FDAFCAD1638D6F3 /* RCTMultilineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 40C2586F4E90EAFDFA9A85016E24AD1D /* RCTMultilineTextInputViewManager.m */; }; - AF2E5AF95EA6A8728F38CEA8A9A9BEAA /* FIRErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = E49209481295A090051012C7CE238F28 /* FIRErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF47D26846C72CB16E90F7ABEC8B9819 /* enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 4BDD939FAB9730A3544F42A4D5CAB819 /* enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - AF5553524DA8C686DB20571BAEA24748 /* String-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 8321C689B1EB2F2570C34AC5C1F060C3 /* String-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF6EE48569161C686172753B582E9575 /* NSValue+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = F5C286FB930965608939F21511A2F071 /* NSValue+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF78988DCEF8BC0F298E9DB0455A7B2A /* UMModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = CD65FAF1AE145DBC7FDA17DDA6210811 /* UMModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AF7FAA64230704D2A2EFAB4CDFE5C505 /* FIRInstallationsStoredAuthToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 919F904FFFB23CCF729F6445FEA37B41 /* FIRInstallationsStoredAuthToken.m */; }; - AF8C98ECE9248D87CB791C1B96C0EE69 /* AtomicUtil-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = DFC75DD8F1EA6744C4ACBC163AEABB19 /* AtomicUtil-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFAB8BD5E5D9E50F34E3325F437D06B8 /* webp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9FBF29E5F5416FCB4340174041488073 /* webp_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - AFB1FC261EC88C0F1E6C9034AABAA68A /* EXPermissions.m in Sources */ = {isa = PBXBuildFile; fileRef = FD0B3E7347080AE2C1DE76FFA0E96BF9 /* EXPermissions.m */; }; - AFBE49A62A58A472508A6CEB99227B05 /* HardwareConcurrency.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7D65BBDBE940FCA6F3F4AEA1907A643F /* HardwareConcurrency.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - AFCFB351B977C796E68F44D81047BD60 /* ScheduledFrameProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7450ECB06BB3DA426B79F11F9F97AA7F /* ScheduledFrameProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFD00032A6816428C23EBA3C47C35970 /* RNCSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = A1458BDF76E05235C9B14DCBC4E74C23 /* RNCSafeAreaView.m */; }; - AFD2B5090D791AD0988694653787A123 /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 9209529B805E06922224C81A03741A52 /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFE470F902F82766F0C33FA67257C973 /* SingleWriterFixedHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 566EE9C1DEFEE611F2D66A201053BFFE /* SingleWriterFixedHashMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFE5A446BAE5432B9084DC260CC3D290 /* QBAssetCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CAE49CD2AA36206A840E020A244891A /* QBAssetCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AFEC55A2B42C3BEB5D11DE3498E2A529 /* FIRCLSCompactUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = 2844DF0879362D29D0B30AF79D71A200 /* FIRCLSCompactUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0024C21CFF28C77BC6515A732AAD47F /* FlowableObserveOnOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = AE86B2FDC876945FF5FD7F4CDE9BD015 /* FlowableObserveOnOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B008785B1013C8029A69A5EF5422AE95 /* IPAddressV6.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06F1093D867F278ADCF7F09C2054F50A /* IPAddressV6.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - B00D9A5C8BED1F324086C8241D9CA894 /* Hazptr.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A2E110EDE7D83B166A1FEE0A731572D /* Hazptr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0177CE62CF5476D7BAD6DC02F78F6E9 /* Windows.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E6A3BF5F1D0D84C00E672BD8C705760 /* Windows.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B03099E55FFA58A7071BADC9BAD0D84F /* BugsnagMetaData.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E7BC4995D4093A07B2BDE209468113E /* BugsnagMetaData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B03BF08C9580DF4D4659EC16D969361C /* BugsnagSessionFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EE2C6948BB0E438DCE2D6E49FC7DC15 /* BugsnagSessionFileStore.m */; }; - B061F2FF2F196E3C0B96C06F29EBBFCD /* RCTMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E6183A113B7F4EF1380B7E249287933 /* RCTMaskedViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B0764D487D51E13AB94E0BC4E886D1BB /* FBLPromise+Validate.h in Headers */ = {isa = PBXBuildFile; fileRef = D6609E09B8B433F77C7CAF872DC83CA0 /* FBLPromise+Validate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B09903FA4A71989927EB52AAEF5CEE6F /* IStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 148199B55436DB37F862EA7BEE6DCB80 /* IStream.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0AF458DB610D84878335CECC0DA24C1 /* FlatCombiningPriorityQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 81AA2D16D1B54FDB8D3A259B35A40059 /* FlatCombiningPriorityQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0BF4161D9D94D3D2E3B8FA4DD873F1B /* ReactNativeShareExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F3D2A8BB58AB3F74B767E6FD301A034 /* ReactNativeShareExtension.m */; }; - B0DA8371D4294ED2A19873058D58D87B /* UMViewManagerAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 45683120D7FDEC4DAA409C62B222D7EB /* UMViewManagerAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0ECA79EEAE6FF75D972A89A148E124B /* CpuId.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E85FA674C41E021CB1EF8330FD36154 /* CpuId.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0ED107F3AAF83FDD3035D0B3D864953 /* GCDAsyncUdpSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = CBF060EC8C28A2B01E270AA1299D686B /* GCDAsyncUdpSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B0F6824ACF06D727CFBF79814E2D7B80 /* FormatArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D2A2ADD5E798B9C094EB0F4B7F31CCE /* FormatArg.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B11E2EF6D82C7202FBE75A4B2E1231E5 /* RCTRawTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 10051B8DC3F338C3C853B4DD1C04F8A9 /* RCTRawTextShadowView.m */; }; - B12E8B1DF5A449E0090C037413D12493 /* RNGestureHandlerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 2166994DA586CC7474C43F52055DE5B8 /* RNGestureHandlerRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B15166E9503E33D41B3C9E97ECE552BA /* lossless_enc_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 346F18D9330B2BE83B2F08F01DAD1D27 /* lossless_enc_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B15931DDE7024C957C89E63DF1FF6C5F /* vi.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 7A139255183B5E5A9C18F6EC2146E6BB /* vi.lproj */; }; - B159EA16ECB07992DA8EDFA18146296F /* EXSessionTaskDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 89B166DB86BA34E524D659775BAD54FD /* EXSessionTaskDispatcher.m */; }; - B18DF5BD76C31CA7ADB3DA0ABCE8CE29 /* RCTLocalAssetImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1F6DEED2A33C52ACA188D29B87DCE68E /* RCTLocalAssetImageLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - B1A5AAED1EA8F4DEB3FA669C75ED5820 /* RCTImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = A41F42FF908D0FC01E5B85427746BC66 /* RCTImageUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - B1F472C26BDC894595A0AC54C3D7CE51 /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E90EAA9D2F1AFD00638626818C280FF /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B1FF346FAC743BF36E359C77EE83BDF0 /* RNCSafeAreaProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 76E543CFB76269BD67FBC55FC4031020 /* RNCSafeAreaProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B20AA37D03A55B8FD414BD55106EAB48 /* FIRCoreDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = B6923B8E128C2A27D8B327B2CFA2F7B9 /* FIRCoreDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B20F5EB4A0529EEC5FB6719865CD18FE /* ThreadId.h in Headers */ = {isa = PBXBuildFile; fileRef = CAF0B7CC03677A4A5B1126518C87A7AE /* ThreadId.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B22301B41FD73154EA5B94268D8F850E /* PublisherBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 66C03B4B03C512994B813C80DD63C0BC /* PublisherBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B231E6BE595D39C9EFC2F3EBB1BCEE15 /* Unistd.h in Headers */ = {isa = PBXBuildFile; fileRef = 56920F74F15329C6877394C14E58104B /* Unistd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B24A7823434538AD86BD5B7034F55191 /* REATransitionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F957DCB055C61185EE4700AAE93EA06 /* REATransitionManager.m */; }; - B24E3BAD29A34380E54D23FC65CBFF04 /* EXSessionDownloadTaskDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C68D43EE6DC87D41419B3949486C0CD /* EXSessionDownloadTaskDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B24EDD56F51E86BCAAC41E62A8B34735 /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CDC1B205038B542AC57D5824B1202928 /* RCTModalHostViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B24FB381E9D98CA2A84F7F32753B7B19 /* BSG_KSCrashReportStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 1150040DC319D66CC5FAD4E9873E0A7C /* BSG_KSCrashReportStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B275D3D18BAB0675B74ADE640C7B404D /* alpha_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = A04AD591327010A2B45B50AC8C48C5D1 /* alpha_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B275FB668335DCEF1106AC9E71E3D8C3 /* ChannelRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = D1DFAA23052FF03FBD55DFC78E4B1F74 /* ChannelRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B2C5365E7EF8BCAB602BE7BC592C863E /* FBLPromise+Validate.m in Sources */ = {isa = PBXBuildFile; fileRef = B2264B5C60226CA51FD36CB55D12DDAE /* FBLPromise+Validate.m */; }; - B2C98C0A1B1A36FF8C852A96047B6B50 /* BSG_KSCrashSentry_User.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BE537D5A7629D97585F2B5C40C394D7 /* BSG_KSCrashSentry_User.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B2CFD53950A574F9BDD596C20BB69054 /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 44CE49707DB96B1CA8E34E08F2B0147F /* YGLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - B2D17606054200DE22B24ECFB0AECDD7 /* dec_clip_tables.c in Sources */ = {isa = PBXBuildFile; fileRef = 2A1C77AE4C42C95A362029FBC7DA5FC3 /* dec_clip_tables.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B2E2062939AFC23D321DB5608724EE79 /* REATransformNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3935509D045E7E555C8B3B89AC2C5090 /* REATransformNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B2FF147167A4767E64F5FE29A11F1FE1 /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DD354BCBE58CC78F1144BF9E1D6899D4 /* dynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - B327B6A2415E7E42F829D1EE421A7360 /* Stdlib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BDCE9DF44E6A63C7D2EF6B783B3B6998 /* Stdlib.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - B345CC201A352A71FA8F55C2BE56A0C5 /* RCTKeyCommandsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F3FE5711100AA16E2EBC463ECFCE9A1 /* RCTKeyCommandsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B34683DB50911B4B05CC65185F1BFE82 /* Arena-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = FDDCF29C30CAD9A038930AF69A13DE3A /* Arena-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B34E733C9139702072F76DD3074E5472 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 72403254FFE19759BF447B02D10C7EED /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B361F565941B154AC483E8B5E26015C9 /* utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 17815C0A4D6C993F15FEFD9E83CCD7E2 /* utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B3723C9039925D37559C8C4C1C758007 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = C289CAA777CCD1F9AED9435FD4826E8E /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B373F0AB5450ED4D4A07DB5822B7C97D /* IOThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94F6F95BD56F1B74831571771099C314 /* IOThreadPoolExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - B3AAF4FA16BA35DE147AED32D02333F6 /* RCTBaseTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = A61D69054B17209F971DFD09A196A2B5 /* RCTBaseTextShadowView.m */; }; - B3B1711920C3B9FC726A11171FA050BE /* experiments.h in Headers */ = {isa = PBXBuildFile; fileRef = FB221D23A7CA764BCAA00C004304D8D3 /* experiments.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B41E355A9F1D1C34B98AF6A861841870 /* RNCSafeAreaViewMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 09D566BB3C8B63999C45945835DD2B2B /* RNCSafeAreaViewMode.m */; }; - B4226912C27C63DE743D13A2A6F764B6 /* ParkingLot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECC00B9CFF3C7A0267C696870AF868C5 /* ParkingLot.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - B43E67351BB84467FDA5DBDB4C526E71 /* FlipperResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 16989DAF0F76111BD799F85B4F8AADAE /* FlipperResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B476F7FAE338BF80E210AE92B6B1775E /* ExceptionWrapper-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B0E7F6355AA27AB311034DFF308D08A /* ExceptionWrapper-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4874BB64E2E480A7ECF3DF5738418F2 /* UMViewManagerAdapterClassesRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E8465B70156CE25EF8997F74BABED90 /* UMViewManagerAdapterClassesRegistry.m */; }; - B4A29BC360A3D6EB1A40A8760AAEC85A /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AFCCE648EC6C8213DB1DF7234C0F70F /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4A45AE607CE6E0ECF84B6ECEAC44DA9 /* io_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = B3C6E1E6489A4D30FDC12095E499869D /* io_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B4B661CB6D518A89233618AE326B75F0 /* EXHapticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 30C1F9147F9DD05BB2B49B56C45FD453 /* EXHapticsModule.m */; }; - B4D1102C5EAF167ADA51D65562F76704 /* cost.c in Sources */ = {isa = PBXBuildFile; fileRef = AF6941167ABCAF26E5DC26C4F7C4797B /* cost.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B4DA978234E0A1F685992C1126B43D90 /* FIRCoreDiagnosticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = E3DB8BD09699E98144AFC31F6B7DDF58 /* FIRCoreDiagnosticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4DCC1DEC64F10770F415E71A3169A91 /* histogram_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = BFA5D0E04256A2623961839422E2883C /* histogram_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B4E0FB213CEB9831E723FEC0D6081F5A /* MicroSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = CCB8920C8168C3B6368DE00D67D0495A /* MicroSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B4FFD39214BB9DF6017EC176ED69EC55 /* FIRComponentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 69A1770167F98E8615B3BE0F43742BE1 /* FIRComponentType.m */; }; - B51A0AC8D35523EE789AD8614196AA6D /* FIRCLSdSYM.h in Headers */ = {isa = PBXBuildFile; fileRef = 8393B3FC2BB2F0A9E44436A4BF792986 /* FIRCLSdSYM.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B521D83B9C51D3A7DC165D81856D2EB4 /* react-native-cameraroll-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ACD492721EBD9244910008D72804AE0 /* react-native-cameraroll-dummy.m */; }; - B53707C7E2BDBF00E37F8E008B989970 /* FIRInstallationsHTTPError.m in Sources */ = {isa = PBXBuildFile; fileRef = ABF6BE39C43690F4090AF8677CE63D98 /* FIRInstallationsHTTPError.m */; }; - B542268BDDA8EC0E9448BFDCE2A3D04E /* EXConstantsService.m in Sources */ = {isa = PBXBuildFile; fileRef = 18E0E57E3829257999149721C3BD6611 /* EXConstantsService.m */; }; - B56A8025B11E2D32F4C8A9AD573350DA /* NSData+ImageContentType.h in Headers */ = {isa = PBXBuildFile; fileRef = C01266DED3FE776E819F84F9D98D2D1D /* NSData+ImageContentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B56DB8EFBB94FA92CC2272FF63B23469 /* IPAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 6083117FF978997B93E6120A98FB6A6D /* IPAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B57B52D7A8E312AEA8300E770D5651DD /* REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 79DAD3011AB09403AACE0C85A7318029 /* REATransition.m */; }; - B5886017B34755D6C5F8D35BA13DBC9E /* RCTRsa.h in Headers */ = {isa = PBXBuildFile; fileRef = 03C8C28D58A5168857490584CE90FB2D /* RCTRsa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B58D29E8C21C8791878961048FE86458 /* Bugsnag.m in Sources */ = {isa = PBXBuildFile; fileRef = 5022B20B0597EC75C3D890557F5B3E03 /* Bugsnag.m */; }; - B5A93540A6EE08B54BFAAB832B4362BD /* CodedOutputData.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F3D271BF132984B827F90F1EBDFBDC3 /* CodedOutputData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B5E0498DF3DFD349F7FA32887360D488 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 7C7F3B7BDAB96176BD0FF5B765D99176 /* en.lproj */; }; - B6196655F52E19CC5BE9A898ED7C834C /* REAOperatorNode.m in Sources */ = {isa = PBXBuildFile; fileRef = B0BB35DDACBFA895399C0833A0658959 /* REAOperatorNode.m */; }; - B61DA9A174C48C5A993FDB909BBF887B /* RCTWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DAF12113FC2F8B95C1009B825A60044 /* RCTWeakProxy.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B621689F14D17AD888C33B1223321B98 /* FIRCLSReport.h in Headers */ = {isa = PBXBuildFile; fileRef = DE25CDD357E0DDA8BA27F8D69ED66004 /* FIRCLSReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B62A30D74843FD3DA062A56FA7BDC9E0 /* Select64.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C424FADA3ACFDFFCD10285AE1F1B579 /* Select64.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B660B7AAD94F2532A62D45CE4B49A321 /* F14Table.h in Headers */ = {isa = PBXBuildFile; fileRef = 74D8C3849334584A5329E274B22829FD /* F14Table.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B667413983575EE870FDF29207BE5A95 /* RecordIO-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B4C38DB1E3144891D405DD8E517F87D /* RecordIO-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B66E6F6EC3678BDF0175EA60D1DAC015 /* UMViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FB115C8D8392A3EF9AC5E7367DA2A96 /* UMViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B6796C8EDE43A8C24E57BC1FE85B7C0E /* lossless.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A0CDE2AEED677758E7E12F6EB9F9BA2 /* lossless.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B68A395E5A1C91E13E9A193AB1C8ED72 /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 3228425916A5B6968901CCBBA5558482 /* es.lproj */; }; - B68D35E9A94C44ABD6F71078639FE022 /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 971AD74CEE34F8B5AC9C996BE50FCF1D /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B69964744F1853C554C9CF308BE6BA8E /* EXVideoThumbnailsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 8517646712591CE34B00C12DB03C1503 /* EXVideoThumbnailsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B6DAE48CDE68E6F512E8633BD3C2E2CB /* FIRCLSURLSessionTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 222E8A2E854024CC8AC73EB5D05FD866 /* FIRCLSURLSessionTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B706CA62091DC62D7DD40DFFCCA08C37 /* SKSearchResultNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 81F4C2B7EC587E62A87A6BC9C5C1382A /* SKSearchResultNode.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - B71B003E104D7179CCFAD126E0A62772 /* JemallocNodumpAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BF358F6518B1D2767C1A7E40F1F46C5 /* JemallocNodumpAllocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B72497F3F640A655D951499C9D023A34 /* Hash.h in Headers */ = {isa = PBXBuildFile; fileRef = B963BE78352BE8A2BF19206890EC4FC6 /* Hash.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B72701F3B54C4744382A780E221481E0 /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 938CD9B4CAFFA54028E062875606D686 /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B75C42645A94C83B7AA31423DB7C5004 /* GULLoggerCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = C084CA14DDE6D42328FBEC220467FD35 /* GULLoggerCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B777045A0B6188B81FEBFA6615EEC91F /* react-native-notifications-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 71FB132E832AF06FA007541146012E38 /* react-native-notifications-dummy.m */; }; - B7AFEE501C2DE89E0ED12D8E96AAE507 /* RCTDisplayWeakRefreshable.h in Headers */ = {isa = PBXBuildFile; fileRef = 75AED86A153950A80D0499EB90E3AEF0 /* RCTDisplayWeakRefreshable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7D4A8212EA5B66E9412B786AC1D7D99 /* UIImage+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = B47B2E879AAFDD8804F57EAA63F2D422 /* UIImage+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B7EFFF753D81F966FA190021F79650B0 /* RAMBundleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 9009FE029F7EED25077BCF260FD0DD29 /* RAMBundleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B819DEE5210CB6F7FE257A9D881F6EBE /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 68F6D1EC9AAE282EDFFD28706C82BC70 /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B81CB4B12C208D443FA24DCA12DC9B47 /* ConcurrentSkipList.h in Headers */ = {isa = PBXBuildFile; fileRef = 432473A907F5BB11A0D2014693318DDD /* ConcurrentSkipList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B83B4890847AFDE15BB1EFCF71DC8838 /* quant_levels_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = C03DC3C7A1DE0BF1EFB615AFB651FC84 /* quant_levels_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8414470A0AC266CA2DB2CDCD6B32E7C /* Observer.h in Headers */ = {isa = PBXBuildFile; fileRef = 50FD43279FD29274D19840148588442C /* Observer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8433E890E59178B2AB422DB075164A9 /* SpookyHashV1.h in Headers */ = {isa = PBXBuildFile; fileRef = 2992F8B4B3C833D0A8B5A45A6C73B123 /* SpookyHashV1.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B85A134E73818AD5503592B9EAF7B764 /* GULNetworkLoggerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8886576438847E284C8E6C5A969D07D0 /* GULNetworkLoggerProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B85ED36E0323F80B994F821F79361040 /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA45F2DA51BB545B49C218B3968D48 /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - B86542109C27EB40A0093E8C79B8AAD4 /* AsymmetricMemoryBarrier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C24DE059349D85431F6C5BBB1EBDB14 /* AsymmetricMemoryBarrier.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - B8829B576DDE9AFE79C76265B796384D /* ScheduledSubscription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B16E0373E8661B42D65429DDC9ED7525 /* ScheduledSubscription.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - B88D6DF61DC6E18C70D97E02EBBEBB87 /* UnboundedQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = ACA6839F6436C631FDC5225CFA03F095 /* UnboundedQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B88E2A7C3B2ABCD72A6132B14534F56F /* RCTSettingsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 189CA85DBFF95310E68DBFD84CD6261B /* RCTSettingsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B88FF37FA120F1CA2D3B9D84975D13C7 /* FIRCLSFABAsyncOperation_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 50673EFEF21F053BB7D0AD70947E0D79 /* FIRCLSFABAsyncOperation_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B89BB820BEA721BA3EF6614EC4082F7F /* BSG_KSCrashType.h in Headers */ = {isa = PBXBuildFile; fileRef = 81EB4072E90E110ACB54E7F7E0BC7963 /* BSG_KSCrashType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B89EB20E9FADFDE6D1BA125A11D4F893 /* FIRCLSGlobals.h in Headers */ = {isa = PBXBuildFile; fileRef = A14BE50B7512D4B65C4CCCC60BA1B4E5 /* FIRCLSGlobals.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8BCBC2D9EE7B2DEE788FA5CD9D1D4F6 /* endian_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4236DBE36AF5F5313D39D1993AAE41D3 /* endian_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B8E42FB74C6BDA7C98CF9FAF83B78119 /* EventBaseLocal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B76984398ACFCDBA5D06215D047DA523 /* EventBaseLocal.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - B925248DD242B5D66FC2E62E1A57E4D7 /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = 99989ACF42998CB802CC0F6FC4EB1F6A /* bignum.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B953E314BDB0F4EA8DD19D4B4CA4A8EE /* SKTapListenerImpl.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D560E3A0BD7387D1A33E6AD5C2B30CA /* SKTapListenerImpl.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - B955B41F2CAE0FCA6B712386FE103FEB /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 00D73739E9D187B8F4C0FD08AD0A19A2 /* RCTActivityIndicatorViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - B95B523BD9AFE3B0D912A1C66F08D60E /* FIRCLSOnboardingOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D53DF0B008AA4508D2E4A1BF294DFF75 /* FIRCLSOnboardingOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9639D9186119085A6399D8A029BEC24 /* UMExportedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C0A7627228EB40F1834D89D676B4A2A /* UMExportedModule.m */; }; - B97262F67EBB48AB6DD08AEF39CDF101 /* REACondNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 530FDFDE9582DBAC4C506FA8DAD2D8CF /* REACondNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9822E07E33E0667D3C0516828F77E13 /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CCE21979BF69467A64B0DAC95A09C84 /* Exception.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9931412AFC8AB258F2752AD59B46953 /* ConcurrentSkipList-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BB5049922B42658DC0CCB068173B3B /* ConcurrentSkipList-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B99ECCCBD3B48AC6AEE82E205E63509A /* RCTObjcExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = CDE1199E1FC1C924B908CA8E2155EB59 /* RCTObjcExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9B6D27177E54AD3F5FE5692D40D21A9 /* InlineExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = FE3E1F3C6039F413501987F8A92AFB26 /* InlineExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9D130406525DD44A9F030932DC995D9 /* TOCropOverlayView.m in Sources */ = {isa = PBXBuildFile; fileRef = BB0EF83E80D59863B5B3DCE2964E03C1 /* TOCropOverlayView.m */; }; - B9D4C1AA0D160D18DA7EF4EFE2465998 /* QBVideoIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A0D80ACA2745D7B166865A52F59BF2B /* QBVideoIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9DB4563FA5DD2E17371775E75228546 /* FIRErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 620DCC02B789945CE3DB19824B6D54E3 /* FIRErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9DB9EFF7A237A5B20FB0172415A0C95 /* bit_writer_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = D026B8C0963AD13D03A76A7022B0230D /* bit_writer_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - B9E8DC562F53867A34C90A7C2A9B5A6C /* RNFBRCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = FE6EEC194AA11614848219BB4EA942E9 /* RNFBRCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B9EF83039E74440574A5BF7B31645430 /* FBLPromise+Any.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B364030DC83D130DC336E81DE366EF3 /* FBLPromise+Any.m */; }; - BA04064A9BD78E68E085A234E3A16594 /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 57259A4DAE5C3C6221BF7057074DE81A /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA0A19A91947E0D394080C82156E434A /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1281BF5AB07F7D18D4960B84CA042F0F /* RCTSegmentedControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - BA26D6016CA442A7E4F04E34CFBBF344 /* RNDateTimePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 93A8A036882972E80C3254BC3BD06E2B /* RNDateTimePickerManager.m */; }; - BA2F26CF50000640E27F834339683F3F /* react-native-appearance-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = ED20173962CD39C4CCB083287D911273 /* react-native-appearance-dummy.m */; }; - BA3EEFE7AA1CA4543FC667CDE6F6660A /* FIRCLSUUID.m in Sources */ = {isa = PBXBuildFile; fileRef = 219D803DFDDFCAD96F0BC4FE85211612 /* FIRCLSUUID.m */; }; - BA4056DD5DB8AF449EF249D7CA77AF20 /* SKHighlightOverlay.mm in Sources */ = {isa = PBXBuildFile; fileRef = EF68DF414BAA67509849401BEC601A74 /* SKHighlightOverlay.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - BA49CE4512B993CBB738324C052C5F5E /* SysResource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 21B9C66C3DC84431072C2B1C9D1C2070 /* SysResource.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - BA652F6494EAE4219F6B9D2AC6C89752 /* SDWebImageOptionsProcessor.m in Sources */ = {isa = PBXBuildFile; fileRef = 45AF6AAA0A9179CCD79CD8C79E0F114C /* SDWebImageOptionsProcessor.m */; }; - BA75D60A6ABD56D5A3997C2994DCA892 /* Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F1913A29DA369380176683FD429B2BD /* Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BA89BD2A310F9142C8DB73B4B9592164 /* RNDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = E7F926C66165575E3D321E95DF3455C5 /* RNDeviceInfo.m */; }; - BA9C6D29CB5BDB3216B28C574C761B2D /* UMEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FA8373B613CC943546E5163B46A0C76 /* UMEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BABF8AE6CCD6560794177620C459EE7A /* RCTInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3879865B30CDDF28AD531C68B04C89F0 /* RCTInputAccessoryView.m */; }; - BAF7DBC68C422EC3C942F15AB21310C4 /* Hmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 001FA170DF13E68BB8D1594AA66EFB15 /* Hmac.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB158084011FC6C5A2B772426BD611D3 /* F14Map.h in Headers */ = {isa = PBXBuildFile; fileRef = 734ED99E7FFA0FACC47671F13FF330D8 /* F14Map.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB1BA995FFB7F82F464225631585F00C /* FIRLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 26627C136AED73EAB2D4EA62CCDD2F7A /* FIRLogger.m */; }; - BB3959019385C7868F9DE576F4864983 /* FIRCLSProfiling.c in Sources */ = {isa = PBXBuildFile; fileRef = 782DA1813BF292658891FD8F3DA8E40D /* FIRCLSProfiling.c */; }; - BB5DED12B437FB3562D137D1C233DAA8 /* ConnectionFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = DD974CFD23E04EEF988E1618E16650E2 /* ConnectionFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB66F1475CE11283E057849DA8DF16AB /* FIRCLSAsyncOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 118EDD50B0741577BAD5B93E773AE048 /* FIRCLSAsyncOperation.m */; }; - BB770FC1F6A32A23021B7B3E8DDFB17D /* GMock.h in Headers */ = {isa = PBXBuildFile; fileRef = E9F7ACAE010C32E2F5C0F1EA530DEDC1 /* GMock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB7E64A4B44B9B0F63C4FC742CBE31A7 /* RCTRedBoxSetEnabled.m in Sources */ = {isa = PBXBuildFile; fileRef = E80511800F36CEA8AC2614BBE38692BC /* RCTRedBoxSetEnabled.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - BB7FF4722FEB1E9D0F706C6353A31C98 /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 275471776DB14C9D7AFCF793D3346D00 /* es.lproj */; }; - BB8F3065BCF9AA20F5DDB57E98B9A89B /* thread_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5543164160A64CC6216EAFF22F6DC78B /* thread_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BBA847946DF9F5826794EB3D59FE4748 /* RCTAsyncLocalStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = CC9D5AFBF790A016FDFA10A984763C16 /* RCTAsyncLocalStorage.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - BC07833BF3EC8F4D5E444D233CF0F6A4 /* RCTTurboModuleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EB276778C5F69E09E6A00BD6A008D0CC /* RCTTurboModuleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC0F23D0CB00CD442855E70747BD2135 /* SwappableEventBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 50EDEC53A930D34173893AB51CAEB851 /* SwappableEventBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC1404D32F4B97B0B9CD195869B5BECD /* TurboModuleBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BB6C4A3B20071A7658C07D99F31BC1D /* TurboModuleBinding.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - BC29BEABF7EE850753D64C69B95EAEC4 /* FlipperCppBridgingConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C15287A43E747DDE01BE34E0B579B00 /* FlipperCppBridgingConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC2B2A565593B123483527624459A056 /* RNLongPressHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = E8AC4591B9126A22CA3EBDED11C35C64 /* RNLongPressHandler.m */; }; - BC62F48BAAF6A2D805C1FBE6245BDF2A /* StreamThroughputMemory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8B3C3F47C089CD794A8C23FCC6A1867D /* StreamThroughputMemory.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - BC7E55A776CDFCD7D54EF579B10B8236 /* ReactNativeShareExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BF7754DA09A0BE658E46C2BD9F0FC0D /* ReactNativeShareExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC84A070973333C06259C91EFD746A3B /* SanitizeThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BDB8C27234893976DE79180ABA1303FE /* SanitizeThread.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - BC900C6D3264A65D9015882A1ECB8583 /* RNCSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = A1C4FA5C3826DA857200143A7647DA04 /* RNCSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BC976E29C1B65CD708610EA8D8C591C6 /* Replaceable.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B27BDEC2DB789528896D19E95148F51 /* Replaceable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BCA8DC8659E7AD39E74189AA04536742 /* Benchmark.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 968835E398CBC7ED6FDE53006116FD8D /* Benchmark.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - BCB6AB6E9F134247AFE99BB796408BF6 /* RNCAsyncStorageDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 70FFE3DFD8560EF5CC9535BE94027654 /* RNCAsyncStorageDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BCB94D920D9304C0F6C6B4A97211F740 /* RCTRsa.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B7CDDCA98039365795266478523172A /* RCTRsa.m */; }; - BCC1BBE162E3C4498352B192A8F7F093 /* ARTRenderable.m in Sources */ = {isa = PBXBuildFile; fileRef = C10D2FC2F61DAE3AC068F2D0025108D5 /* ARTRenderable.m */; }; - BCD631BA6A0A17329967B31D00BCD11D /* AsyncTransportCertificate.h in Headers */ = {isa = PBXBuildFile; fileRef = 40ACBCB9C30DBA2F11F57BD2B2E45D4B /* AsyncTransportCertificate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BCFBE40BFEC599C5B9AB9BA313898D7D /* AutoTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 08E048C0863E884159C9BF12D42A7418 /* AutoTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BCFD58426CC0F656E174907D4CBD1E9D /* NSButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D4F566C3B60BC4380613A0297B629B7 /* NSButton+WebCache.m */; }; - BD001492924EABB9DC8A2345940523BA /* RNFBUtilsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = BA8F2DDD88EAF72D12A5B70FC4C9BAD9 /* RNFBUtilsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD186137B210BDEE0479BF8275367291 /* RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F7752D5FBE6C09D5F1AB0B1D15EB7FB /* RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD280DCD333486DA5F4DFF8DAAEED23E /* BSG_KSCrashReportFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 173C3A9051F96EE5ABBC6D38FC4F8209 /* BSG_KSCrashReportFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD3B85AB6DD9020CE8ABDE9721CE1D3D /* String-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 472D2BE3101DEDB3A031997E27F6CEFE /* String-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD4BA3F58537D7FDC74C5A2F8190D24B /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CCDAAF8D9DA29E4F6CD03243F7A302F /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD7D5CF524635FAA1118BA93EA69C58A /* ProxyLockable.h in Headers */ = {isa = PBXBuildFile; fileRef = F5A83F14CD5C32691F4C3F6561A8BFED /* ProxyLockable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BD8004AC67D19EDE78A4C1A744990070 /* lossless_enc_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 461295E86F61CC0D0546869E26164DD1 /* lossless_enc_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - BD82D08CC2D86E9F9637AC1C567F3796 /* RNGestureHandlerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 252800D40312220564DB690CC7F9E16D /* RNGestureHandlerManager.m */; }; - BD837C7041FB5DC8F6E18BF78C27C48D /* FrameSerializer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9D69D98FBE6E5CB392B2A677CBB2F324 /* FrameSerializer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - BD96DCEB2E0B2B028C743EF1D1D19B81 /* Instance.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EF6152BB169F3506ACDA20178C74930 /* Instance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BDA9E795EA4A58D849778FFE6D1D13B4 /* Fingerprint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B4FCC106704389E2E7EFD63FCE28638B /* Fingerprint.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - BDB63C5FE1B3B6ECAD5E7E26F2E82864 /* SDImageAPNGCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 7357E5AF8AE7313E39BDBDDAEC01F1F1 /* SDImageAPNGCoder.m */; }; - BDBAD0C72AA94A2E4FC9298AA2E10A27 /* Math.h in Headers */ = {isa = PBXBuildFile; fileRef = BD51E6303F4501EE0928690C058C94C1 /* Math.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BDC4456A55526BE6072EE13BB3AE73F7 /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = 378D2C9B42B3121B5B5C0329D7FC3ED8 /* Exception.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BDD53B1155DBF8FE64D11D218214F5C4 /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E95506074486C30581632418E751DF8 /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BDDB83594D0D54CFE8F0447DC918AC6B /* FIRStackFrame_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F6B01F7843FB00367585AF29B709FC58 /* FIRStackFrame_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BDFBC6D61D78D32A4F8BA5C85DFF1296 /* RNFBAppModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BD0C62FE55983ED32A7F56B5BD049AE /* RNFBAppModule.m */; }; - BE060034B73C26E23670F75315C7709E /* picture_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = AC4DE915962DB94C3661E5550AFD9990 /* picture_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - BE0B18F7C2A7AD63A08D6247D7BE8799 /* UMErrorCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = E049C14969200068E21AEB78C0AA58BA /* UMErrorCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE125BC89BE9B193D2B083014FE0A9D2 /* FlipperCppBridgingResponder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 29FDDD3E626A876A1BC3C800593E6956 /* FlipperCppBridgingResponder.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - BE19AE06EF5878BAB8A999F87B1085F6 /* ARTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = BE2485EB40A473283E3DDB4FDC3DD307 /* ARTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE1EEE5851E99504686FA9B841A8C804 /* FBLPromise+Recover.h in Headers */ = {isa = PBXBuildFile; fileRef = C080F2B8018BBFCDEEB578997A1CAADA /* FBLPromise+Recover.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE2F4BB72AAE97F8ED6678A69DD7727D /* FlipperConnectionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C9129EED39EB6E2B158D3ECCAA9506BF /* FlipperConnectionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE3531D998E1A76C98FC5743F5CE1CB4 /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = E59DB49923E05D5058DF537B31B3D6B1 /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE3E02609EF16BB2BE4C71F35AB7EF6F /* ReactNativeVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = F2F9EF0AC5799269CBDE8B165CF1CF04 /* ReactNativeVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE5A7867FEB38398645D5ACBFB4FAA4B /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2613D116D6F04B680C6C2D398F50293C /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - BE6BAC7646CA6086B0E8F7A8C027A86E /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = EBA33EBD92125D82D42164845679C2AF /* README.md */; }; - BE765AE07F49A59A3EEE637C36165D17 /* UMModuleRegistryProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E0CC95DB6BA9DF61354BE3A90DFB63F /* UMModuleRegistryProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE7669141E8E89F08C68B1212B5A9C15 /* FBLPromise+All.h in Headers */ = {isa = PBXBuildFile; fileRef = 97CAF8387EDE90A10D00648AA57BF226 /* FBLPromise+All.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE82AA80469ABEA2AC1E0F9647AE5FA2 /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 779164E92487A50C908E598C31B5332A /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - BE8EF10025C2671F1868126246AB7E9E /* RCTDataRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BBC40C1BD7CFA2621C7935B1D8D1581 /* RCTDataRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE9151386B4667D9C62341DA5B973C84 /* RNFetchBlobProgress.m in Sources */ = {isa = PBXBuildFile; fileRef = B0BC5463F674D2EC3C649EE236CACB5B /* RNFetchBlobProgress.m */; }; - BE91C76EA2BD9874E71EB0555A8F9AE5 /* FIRInstallationsStoredItem.h in Headers */ = {isa = PBXBuildFile; fileRef = E01E6024B5BB686FB0AE30D4E5260CD5 /* FIRInstallationsStoredItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BEA18C0F3CC7046CF5B0F86E316A88FC /* GDTCORDataFuture.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A155E7312943F5EA835EFA845855054 /* GDTCORDataFuture.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BEE68A61FB806DC9DF225AD69FBC7658 /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 5497714B0DF795AF50853B75FEFBBD1A /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BEEE544CDBCA8F5C49F45DC63F698DA6 /* ClockGettimeWrappers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F8B263F6F2140E1E05E1565006ADA94 /* ClockGettimeWrappers.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - BEF33FD59270C9F952D74DB089964EA0 /* MMBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = AC3242848FA9FCEEA278A16B206488EF /* MMBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF036829FF152CFBA79DCDFABE4F4760 /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 22F52861345827181A8572AB6F724EF0 /* RCTSwitch.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - BF1CD5BF4DB7E91286C345EE7081D449 /* RequestResponseResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 30BF1C162B6463E637B7E437F5DB5A97 /* RequestResponseResponder.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - BF29561CFFD8B56DD358E0EDFF2113C4 /* FIRCLSException.h in Headers */ = {isa = PBXBuildFile; fileRef = 13EE2D41C8B0EA685DFBC4C1C5E8F0AB /* FIRCLSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF36C47B969919C688B90BD62088EA24 /* LNAnimatorTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = BED66581570890F1746D971B5BA500AA /* LNAnimatorTemp.m */; }; - BF3E91FD0A54A9E9CE1ED0E4ED35A4F9 /* SKEnvironmentVariables.m in Sources */ = {isa = PBXBuildFile; fileRef = A4010A02F7E3DA78BCBF67E1BE2B8375 /* SKEnvironmentVariables.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - BF4C48D2BFBCAB98DC10732821BC42BF /* Pretty.h in Headers */ = {isa = PBXBuildFile; fileRef = 8165532DA69FBB06F986BA8FAA1F29F9 /* Pretty.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BF86312CDAB64686E01308B80ACBF72E /* GULSecureCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = B9F6CF9BF0CFDC8184F249F63C008936 /* GULSecureCoding.m */; }; - BFAC2A31967D18362DE39231B68C71C0 /* SafeAreaManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D02B44AE2132210050FA0C88E7109A /* SafeAreaManager.m */; }; - BFDB2EB8B2A35015AEF70BCC9B145F84 /* GDTCORTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = 627A18407690EB4C2FF8EE995D8837F4 /* GDTCORTransport.m */; }; - BFE52D5F031262C2F13CA7F7711172B1 /* GoogleDataTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F6F325AF9742AF2F70D1FB237B156D8 /* GoogleDataTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BFE5D33FA497C1078345F79EA17476E5 /* REAAllTransitions.m in Sources */ = {isa = PBXBuildFile; fileRef = 83067A5603ACA113920E29964D06C3A2 /* REAAllTransitions.m */; }; - C00FC056E572F26831EFCA4CDDD064FE /* F14Set-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = AC2EA717B1A76C2AD0CA69D904D23C2D /* F14Set-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C029E26863B3C57950073AD8BF04163A /* RNFBCrashlyticsInitProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 48192094AB0D39A5D94F8008E06C8A37 /* RNFBCrashlyticsInitProvider.m */; }; - C02CE4A39ECF74BD373DA66C522D27E3 /* HazptrDomain.h in Headers */ = {isa = PBXBuildFile; fileRef = D34C419BAEC0ABEC3D18981EBF5FC921 /* HazptrDomain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C03F07C44F05DC644F9089A4D36603A8 /* BSG_KSMach_Arm.c in Sources */ = {isa = PBXBuildFile; fileRef = 1D6FE4E9962BF66A64EE11CD38383FBB /* BSG_KSMach_Arm.c */; }; - C03FDB5BD0BA11C8D88F8A1E82EE2733 /* SafeAreaSpacerViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 434B633EEA860E4A24711830AAECAE78 /* SafeAreaSpacerViewManager.m */; }; - C04A72A19990967E786D7C3DC2893F70 /* TimekeeperScheduledExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C06E146E4C034EF399891B208A8055C /* TimekeeperScheduledExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C05D8750F33A17851D237323FEDF6672 /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 732F8964301003DC57C4003929AEB017 /* SDWebImageManager.m */; }; - C07717E6DAE3BBBFC711937FF178B458 /* format_constants.h in Headers */ = {isa = PBXBuildFile; fileRef = 11E7F9A01B3DFE838D50A0160F8948B3 /* format_constants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C07B3808753DBBEC33886801D6C7AEE9 /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 87D99A1107093EF4BB791E2C408423C1 /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C09D2A795632FF3661D7A2A9F4B9D33E /* MMKVStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 914AA61C67EE91A176E654DE10492783 /* MMKVStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0B8C5BD6789054006E1A25C4473561C /* REASetNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 02689AE52EAB86F28DE9785AA8C61DAD /* REASetNode.m */; }; - C0BB6D3EC8C62E171863E9EC9568EDA1 /* RCTValueAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E8BC0684FE09F364AD46DBFF928CF3A /* RCTValueAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - C0E2D68FA970D116098B7038CE3A5D87 /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 2165C8ED8D2600DC9FF690A5013C6EE0 /* FIRInstallationsItem+RegisterInstallationAPI.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0EA83FCDCFEBAE6285E57F2EBC05543 /* SDImageCacheDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = F52BFD7B9EA4AA578550DEE198EE111E /* SDImageCacheDefine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C0FFAC78B9528AC8172A15CB14480E82 /* StreamsWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 389C6BDD73417B452E38924B6F89B793 /* StreamsWriter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1280A602C10BEDAD62D90A5D06A8113 /* SKButtonDescriptor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 856C51D31C872C65286272450B01884E /* SKButtonDescriptor.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - C139F5AA9870EA9012849B05296F67C5 /* picture_rescale_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 0507420243D730CE1A403A4D95EB2038 /* picture_rescale_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C14B18A7EC253AAD89F84D382C12E6FC /* RCTConvert+FFFastImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 362248917E73E3621FD7A6BF18BCC061 /* RCTConvert+FFFastImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1596540FE88DDE110D978E156A27F5D /* FLEXNetworkRecorder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3F60DF97893C2A43F93E70AD4F9E4D1E /* FLEXNetworkRecorder.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - C15BD067261AAF49DA604EB97263DC11 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 84D2D74D7AB010FEB961E4D95CE26573 /* SDWebImageCompat.m */; }; - C15F003201EF1F6EDF02883AB8563418 /* Sse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00511100C6CD2DD4E288177234B9A70A /* Sse.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - C15FADA891F4D4C523749163C5637706 /* Promise-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = D2C88768B3097A0A5885E46438FB0B95 /* Promise-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C16D4081CF67CE86049D1E806E290934 /* SKInvalidation.h in Headers */ = {isa = PBXBuildFile; fileRef = FDD78ACE98AB31EFB6C105C1FCD89DCD /* SKInvalidation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C17EC58296C80EB8D449F5B74DB2F4FE /* RCTConvertHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 3131066A16F33FCF54FA03B4DABCEB04 /* RCTConvertHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C18CCD1694FD5D8DF79D896CACBD50B5 /* BSG_KSSysCtl.h in Headers */ = {isa = PBXBuildFile; fileRef = 735E67678BF2C5560A5479038E5E0C88 /* BSG_KSSysCtl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C19403E726DDFE5B5EE501DBD8BE13B3 /* FIRInstallationsIDController.m in Sources */ = {isa = PBXBuildFile; fileRef = 18D295F2A2428B767F420AC24FA381ED /* FIRInstallationsIDController.m */; }; - C1E07152B9CEAD02A37EB8FA85E0CC48 /* Likely.h in Headers */ = {isa = PBXBuildFile; fileRef = 5709EA7F1652409D9ACE94DA3C90BD53 /* Likely.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C1F4DBB5F1EBC3A2595824589176E5BB /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = E2A6DFD6ED4B0E85DA576F9CF29A7117 /* UIImageView+WebCache.m */; }; - C1FCD6D2E9519977F4876D6C45C68D27 /* BSG_KSObjCApple.h in Headers */ = {isa = PBXBuildFile; fileRef = E021B4504A1AF2D997F638B5D83D5087 /* BSG_KSObjCApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C202B9AB7F9B4CEAFD1B1F2F2540DE8B /* ARTGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = B30674D9DE2D5A237BC1FA307F60D8E6 /* ARTGroup.m */; }; - C21A89F1719763FBFAFB0CA48FABBC50 /* GULAppDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 660314E8572E74831A8C3110A1BC1084 /* GULAppDelegateSwizzler.m */; }; - C2325AD27C9E277A389FB87DABE3DA86 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AD5447011D8A8106C553442762BFE6F /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C23D9EC0EA4FD212CA4262C882F6AF26 /* UniqueInstance.h in Headers */ = {isa = PBXBuildFile; fileRef = 2143271D16CEDDD36804A28F31CFF25F /* UniqueInstance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C24EF06A5CCE85FCAE5E64B46A84A89F /* MallctlHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9213EC22E09FC29C5AC7065CFF6C6674 /* MallctlHelper.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - C26C5F1C4DA26201AC06FF8FD82399E3 /* RCTSourceCode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7E854EFF6DF0D7C8A105D694EE0D55C0 /* RCTSourceCode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - C272409C6E5C7BAEB668D00D0AF813CB /* RCTView+SafeAreaCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E5FA62810235EAEA60120FA78680485 /* RCTView+SafeAreaCompat.m */; }; - C27AE30724541871E47B66755CD255F9 /* ColdResumeHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EBCBE3A85F10C136A035AE25AB54692 /* ColdResumeHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C28B1A3B08FCC59D7EA1527C6B271DA2 /* FIRCLSReportManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 38EE712A28680D14F7AF23B9651192AE /* FIRCLSReportManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C2B279DF2D97AC5794AF700C4011B321 /* NetOps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5BB62B30BB36073A9F48E774C1BBF922 /* NetOps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C2C6FEAC14263B0A5A00635D335ECBEB /* BugsnagKSCrashSysInfoParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C8DD155DC45FF6B9CCFEB0D7661F73D /* BugsnagKSCrashSysInfoParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C2D1DACCC5A0D96735440ACE2BC579FF /* SDWebImageError.m in Sources */ = {isa = PBXBuildFile; fileRef = D193DEFFBE3E9B3611A9D317ACC2AE47 /* SDWebImageError.m */; }; - C2E2F3DC215D8B2941E080AF76D8E0F9 /* Launder.h in Headers */ = {isa = PBXBuildFile; fileRef = F58493ECCE208475602647FA42D2B270 /* Launder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C2EE783A8780677531B9FD9028EEA120 /* RCTKeyboardObserver.mm in Sources */ = {isa = PBXBuildFile; fileRef = E917C20877B42863821B820677F30258 /* RCTKeyboardObserver.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - C2FDF0C446AED4853BAAA74C3BCDF62E /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 13CC749B704ABC901C6074FA22236EAF /* RCTConvert+Transform.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C329BD839DC3ED9A2A7FA5598E3E21E2 /* Sched.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB49BFC0C84A4FFEB2A5E0E1A9119338 /* Sched.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - C32C2D0AAAA70DD39C569CE01927CA2D /* FFFastImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 018A4A2984A97D481F3DD6C00832B614 /* FFFastImageSource.m */; }; - C3526B4559076B3A4B3E014D48676190 /* RNNotificationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = B9ACCDE8536342489BF436B2527BA64E /* RNNotificationsStore.m */; }; - C352E931E9708460024B6A87B5A60EDA /* EXReactNativeUserNotificationCenterProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = E8C62E590FA7056D0899ACFB74FB084E /* EXReactNativeUserNotificationCenterProxy.m */; }; - C360EE4FF44C8716C015A2069861CB7B /* RCTPackagerConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = D1594E8AE9145EF9BBB8F770AE054A40 /* RCTPackagerConnection.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C3673A8D87D29F8DF29EED1DEE0946A4 /* FBReactNativeSpec-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6417C9D778BE2E2BAF2226971492F485 /* FBReactNativeSpec-dummy.m */; }; - C3A6A9FF77922A6AAB7148D16E0F6FCA /* fr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 374B449C83BDC08E809939C92869732C /* fr.lproj */; }; - C3E05A583A67F56E5CB50F514CB2BEB9 /* yuv_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = E1E35383563668B3BF9B8B9FD380DB5C /* yuv_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C3EC8087047FA083D8A8877639435BA2 /* openssl_md5.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FED7FC8AE26C86CBEDBFC501A7BE856 /* openssl_md5.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3F3415FF76DBFB5C87CD5452F68C2DF /* SDmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 52CB84F38C8B7D09606D66144D528FCC /* SDmetamacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3F626A0D0C99BF3CD0603CD322D1100 /* SKRequestInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = C79D471E49B803B54D190F6B6821CD2D /* SKRequestInfo.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - C3FA5ECA3AE9B4A3ECCD18428B4BB303 /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = C521E2C34171443DAE1CDFA75F139CE9 /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4412811D4A9DCF7E687B31C0B85C4A6 /* EventBaseManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F6E09D8E6F435772B91507D6EE498FEB /* EventBaseManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - C45049C4B658FA5ABB5DEF9BF815BEE0 /* AsyncUDPServerSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = DF422DA848213C409BEBB046514D8BE4 /* AsyncUDPServerSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4534B4008BB6C386071BBE91EC1FD81 /* FIRCLSReportManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F11F7B76894B9691C40021CA445EAC51 /* FIRCLSReportManager.m */; }; - C46F05B3ED722664DFDBCE04571A60DC /* RCTHmac.m in Sources */ = {isa = PBXBuildFile; fileRef = 51CB3D0DB1D52F6975C4836A2FD5C2BD /* RCTHmac.m */; }; - C4773C1E9B9E4A73C1986AED2E95C203 /* Format.h in Headers */ = {isa = PBXBuildFile; fileRef = DEB084C6687C003F87E4BCAD1799021F /* Format.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C47D8307419F9482A60913379F3F9CB0 /* TurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = AC4B49FDB90A0C1BB06ECE5CE140C94D /* TurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C47DA90E9C1FC7A8603254672ADBC675 /* RCTLinkingPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 45AC7C60E7AF322822118E8DDA92D520 /* RCTLinkingPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - C4CCDE38E8D2EEC453C794DBEBEE641C /* common_sse41.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B0479DBD2E13D73232DA1B57D9BCE6D /* common_sse41.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4D64B8F18CC57A4ABADA7A4A98B4812 /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 589C53478F25311FC3BC826B0A3C3199 /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C4EF1CFA7A32B5768E05EAA70FC13FAE /* FIRInstallations.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DA8CDAACA8760EC5FFAFEE8497B56FA /* FIRInstallations.m */; }; - C510FB3B8D1EBF2485E7712F2EBEA102 /* FIRConfigurationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = CCAC9DCAB451888B257ABAD7B0669506 /* FIRConfigurationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5214C4191A2DDE790D101F47D9E82C6 /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46E2B8157BC43C0192739F7CD4E27785 /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C5372337CA47FC74DE58480561ABA0A6 /* AtomicHashMap-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 28D1D58B0D62BA4FDD0F0E2DC4428F4A /* AtomicHashMap-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C54300E7D1A20676479781630519CA52 /* ARTNode.m in Sources */ = {isa = PBXBuildFile; fileRef = FBC03B0F253566819ACD8C86ACB0FF81 /* ARTNode.m */; }; - C544541C91C492F16F4811C6B29F17C3 /* MallocImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 7054C2CF73A8AD8A096F6DBC82EF67B2 /* MallocImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C54FE7D153F3EA9EADC57E1E9D1BFD69 /* FlipperPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = A2E59BF0AD6B132D1E74E4B955F4222C /* FlipperPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C55C4A623F8298EC542325B271BE8B94 /* RCTWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FD685E1330E924EC509195F485876B3 /* RCTWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C569ABE25A3B847E3D311DB867D3D1BE /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AD148EE44DD6B718DC5F6F03A8790730 /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C572795A00FB9A5EA3117158A086CF69 /* MMKVCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FF424DFF4D2E0A31C963CE17487799A2 /* MMKVCore-dummy.m */; }; - C5A516DD92E6C363E164BFBE9355F298 /* StaticSingletonManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F2388398D7F5A06A6685173FEA54CFA7 /* StaticSingletonManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5A7FD7064A35E92CD4ABB0304EA4D4E /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 27203D3FD9B93B5E3EB3CCD57204B354 /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C5D34E4D40947146A7D74B2C63688349 /* RCTBlobManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 15D289277B422475487E10DED994F972 /* RCTBlobManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - C5E42D727588FA0D7AB089680315CFC7 /* Observable.h in Headers */ = {isa = PBXBuildFile; fileRef = D756EE64775597E3C0453DE564BC4F48 /* Observable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C5E822BC4B4E7AA8917A0ACABED7BB39 /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 77F1F0E0C0DAB0CDEB4270C6F12439D6 /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C63F9AF0E25FAEA72DEE6C8823A2AC63 /* PBUtility.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1DAAE63AAF088BB26063550143325A61 /* PBUtility.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; - C65749698B8885CA2132F429F6C086E2 /* BugsnagCrashSentry.m in Sources */ = {isa = PBXBuildFile; fileRef = 600C3A22652285CD154E860575753553 /* BugsnagCrashSentry.m */; }; - C678D1EEA287B33186FA26BCF546A032 /* Flowables.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 868B922216EB28A18BCE10A2B1901656 /* Flowables.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - C68B6215DB377D7F4D73D98ADA198EC3 /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = B0E6C8FE6AE7EE41A1364228801141B6 /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6AA1AFF35C30C1B73EFF0478DEB29E8 /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD10ACE7BB2FFFE65A8EC54B35A630E9 /* JSIDynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C6C07A041922D602A33C806B8C03B694 /* SKApplicationDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = A1E0ABF278073876AD33D4B0E288AEDA /* SKApplicationDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6C709568B9CE762E7CEA8FBB992CF71 /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 89DB2ABC0B7F4B17414F7A49FDB1DE2F /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6DD7662A66E9530CD7725875E9DE9CA /* BugsnagCollections.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CC53985AD8F9C9888119E922D4F3E43 /* BugsnagCollections.m */; }; - C6E11F383D9AEA2AE26AC331C44C62C4 /* UIImage+Resize.h in Headers */ = {isa = PBXBuildFile; fileRef = 26BBFE6C1A1776A894CDB853A00C87B2 /* UIImage+Resize.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6EBFA92EB49EA965519792E15BE6162 /* DynamicBoundedQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 7308C372D645E3F1E8EF4FDF8466F9F0 /* DynamicBoundedQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C6F4BA46AD7C80265340802E164930BE /* EXAppleAuthenticationRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F0BEC325C6451E9B049841D9BFD0657 /* EXAppleAuthenticationRequest.m */; }; - C704CBD367AEA8E74BF57EAADB1FA337 /* RCTBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = FA23877EDD011DA97C3EA4F67217F821 /* RCTBridge.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C715234C2B5ECF8C545AA9A38EEE09F9 /* RSocketException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8241D7350C87ABD7BF4AE4B6D447E683 /* RSocketException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C72ECA146D28D6F31AD09BEF074AA8BD /* GULNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 15B4E3A252DE053B9B8A4C18EAC58201 /* GULNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C73E5DB17A77750EFD20F24021854683 /* SDImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 814CC36681B209646870220D9DAC0300 /* SDImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C751CB8EC8698564E9876BF59CC7CC25 /* EXAudioRecordingPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = DD8E9087EBFF9118C17709AE8F71E33C /* EXAudioRecordingPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7758E3F49586A2C0748C3CE29165F86 /* MMKV.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F1258DA38649E08F16DBF0D2FAE425BA /* MMKV.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - C77A720BE850A7EB34ADF9D51AED9CFC /* Poly.h in Headers */ = {isa = PBXBuildFile; fileRef = 66725A27E65BC935EB102648E84DF33F /* Poly.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C798FCCE39158110ADC3E8611CAE3B24 /* StampedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 8884CCC6F73AABF255C9CEC7691359C3 /* StampedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C799D50AF668B26893FFCA305D8833C6 /* react-native-netinfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C50B81E8E9B432CEF74A0A37966CAF8 /* react-native-netinfo-dummy.m */; }; - C7B2415A54F8C2320CCAB9738B2418EF /* react-native-orientation-locker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F12FA4DB30FBEEE89A8EBFDF100597D4 /* react-native-orientation-locker-dummy.m */; }; - C7B6C1F0E3DF842F83372728FFBE49B3 /* MMKV_IO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F278D17185812EA72C5EFC7AD24E2088 /* MMKV_IO.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - C7BE5EC8C210F3D8A1AA86D3B4D43079 /* SSLSessionImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 454D96DABF641CDD1FC9EA249A76B96A /* SSLSessionImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - C7C16406BDD4A185E2D59EECF256055B /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = D204E67D4514269AD850F3A9CB7AF7BC /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7C4AFF284FE3DC04DC846E0FB0A3420 /* FIRCLSRecordBase.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A0C5B5B9D8EA196907C858C6710F755 /* FIRCLSRecordBase.m */; }; - C7D14A060578962901F8A18960B72192 /* BitUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = B0FE88E404C3E0F3386A0244B8FB1B19 /* BitUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C7E3C7A5D4F591E8A5C64877734D5083 /* BSG_KSCrashSentry.c in Sources */ = {isa = PBXBuildFile; fileRef = 28620BFAE0C8AE45343FC6FFD723BE7C /* BSG_KSCrashSentry.c */; }; - C7E479CD7FC68D183FB9CCE95C8CC4AD /* TimeoutManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EB7EEBAE989AC7CF8CBA3A103F3E7717 /* TimeoutManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - C80F58D88FA03324F5C24D18817F9443 /* ApplyTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 4620A204FF553E48E7EC95F0DD363260 /* ApplyTuple.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C829F2B2D4A8BAA1F1481F71A542325A /* Util.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E4E823E3F1F558D44A1858843865774 /* Util.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C82AA31805A940547F8138D26E9CD549 /* EXFilePermissionModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 0115F5211D8EDBE619D72733150E8AC8 /* EXFilePermissionModule.m */; }; - C881CC0C59D385611109FE6FEC0F07D9 /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E172FE0982345DFC903D82B4FB8F2B3 /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8824828E79584C17955BA5784979411 /* openssl_md32_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 475DC4B30B1B08CD98E4C856D535E859 /* openssl_md32_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8A4718D3BBD7E3BDCF81FE1185CFE0B /* mux_types.h in Headers */ = {isa = PBXBuildFile; fileRef = 267D4D724AA2AFFD37B3C7AD5E13C806 /* mux_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8CD82EB59CBA034453C547784D2B6D4 /* Stdio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 038FEE5B28D5DF7C455895C619386E93 /* Stdio.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - C8E61514F70D4712943BDAEA98AB7164 /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = C24F9FDF75B9AC24D24158854786F70E /* pb_common.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc -fno-objc-arc"; }; }; - C8F1AA9B8A0A6BC00EC0B6AE92B1D8F3 /* FKPortForwardingServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 15942851F582137C8CA531F52711EB77 /* FKPortForwardingServer.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - C8F463494ABEFD21907990B64A3B589A /* RCTConvert+FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A4885B64117CC0BD3101DD660E6B9FF /* RCTConvert+FIRApp.m */; }; - C8F4B84F2A11F64C057A3DB128CF9D5E /* stop_watch.h in Headers */ = {isa = PBXBuildFile; fileRef = E94C4BE8FE6948BF26AAA8CCA0CE746E /* stop_watch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8F94F7E534CEB2C16A20586D90F38B1 /* Hardware.h in Headers */ = {isa = PBXBuildFile; fileRef = A0D4B04D4908B0DDC1B7B98505287803 /* Hardware.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C8FADEE1A7FD4FF6CB5C147B32E0DA64 /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 370A3816E54FA09B42C07185BC7D518C /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C90AFF718E45E2616D23519AC26AD09A /* UMAppRecordInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 47978E8F6DD77DB5D439E9706D7453E1 /* UMAppRecordInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C91B49DB7B3B04E2DBED95E3AA785097 /* EventFDWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = A5A1635C494FA32AB1D4AA5713352FA8 /* EventFDWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C925124E9A6C26B7710B816C818C9C2B /* FIRCLSApplicationIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 44E1266A2D582921839F96AC367652FC /* FIRCLSApplicationIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9284D8053A60AE242E475384A697D7F /* color_cache_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = ADF315CA80764FB9BE423F76BFD9EE4B /* color_cache_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C92996023844E5CD93B6ED78FB3A29E8 /* FBLPromise+Catch.m in Sources */ = {isa = PBXBuildFile; fileRef = FFCDE520D04F25265D530BF6E165BEA5 /* FBLPromise+Catch.m */; }; - C9581C47052A4437C81923441C031C51 /* dec_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 1D035ED7C9FB8F678E6089CA3D461AF5 /* dec_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - C98B74BDE8AFA281128A01E01A35FDBC /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 158EBDE9A4D9AEC31972B87D26A74F8D /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - C9DD29A781BD8E83A428E3DBA963B315 /* MallocImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AFA5D5A44F326BB9E7E729F606E2F973 /* MallocImpl.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - C9E4B146991BD27D58883F9C577A184D /* DecoratedAsyncTransportWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A0577B99ED8E6A17552D095BBE0E984 /* DecoratedAsyncTransportWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C9F72C75A752785815C8941FB82A6AE3 /* SDMemoryCache.m in Sources */ = {isa = PBXBuildFile; fileRef = FD54C7690B61311EE6F2F5453CBD6FDF /* SDMemoryCache.m */; }; - CA016AE200109D8BD1A48291712FE5A3 /* BugsnagSink.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E5A196DAE8636D2276C93B0F7D99578 /* BugsnagSink.m */; }; - CA329CD5AB83B12F5A00B6901FC9F7C7 /* RCTPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FCB71BC1C410A1F0697BD08EC00B127 /* RCTPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA3314233B2DAE23F93EE03E5AE7265A /* RCTTypedModuleConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AD17B8869BD84E41E0CB921634875A9 /* RCTTypedModuleConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA5D13552F21BFDC439E1FEA855B3615 /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0B8D9B432F6C46FD0A6C9B58434D29A3 /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - CA66773661755C97B5EC0ADDF6767534 /* firebasecore.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = AEDFE3B9D8EAEE672586AE9A8614D974 /* firebasecore.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CA81894D0E776B9AA9C0DCD0025654B2 /* FIRCLSURLSession_PrivateMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = B65D9AC9D365AE5202ACA105460B8C55 /* FIRCLSURLSession_PrivateMethods.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CAA1B0ED22B7785DC81262557108DD8D /* Demangle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E724E21DA5A24FF2313CF73DEF45A9DE /* Demangle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CAB0D9A266D87182DED2CF868CE93C6B /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = E10668305EA3D69ED4DCC2ABC5A3875C /* SDAnimatedImageRep.m */; }; - CAB5A94B0630F0CFAA4D2F2884C03175 /* FlipperRSocketResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 279404C3879A3BAA69E0BD044D1A335F /* FlipperRSocketResponder.cpp */; settings = {COMPILER_FLAGS = "-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -Wall\n -std=c++14\n -Wno-global-constructors"; }; }; - CAC11F0B3B93131407E6D26769A9BD0D /* InterProcessLock_Android.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DED9103D658623FB8D303D4012B2A4BF /* InterProcessLock_Android.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - CAC8165F02765049B89E54CCBD581FB1 /* StreamRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = E39B8BD14BD4EB743ADDAD0AEEEA1B21 /* StreamRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CAF9F40A49591E6D5BA0BFD8015FDE34 /* ManualExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = F0757BFFF844A3C0C1434F2F426CAEEA /* ManualExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CAFB5AE96D635835CC186DBDBF99ACCD /* RSocketRequester.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 374358E440CF9643D03FCCB7D260930B /* RSocketRequester.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - CB0323FC41CA13871B9A7387101785F4 /* CancellationToken.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C95CDF55EE99D554FFAEB647387A76B2 /* CancellationToken.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - CB20FC5805125E2A03D84F8E6B71F3D7 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = A0AFAAB094BDCC4AFB40FE7F5386BE8C /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB31072A90D4003C27AD03CBC8DC662F /* RNCSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = B6D4C3F9F524021940EA178B60342E31 /* RNCSafeAreaShadowView.m */; }; - CB3524DC3E17FC8B7F57599ECFA16F1B /* BSG_KSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 0952FB1FF0EC6BBB3FD387D18D4FA7D6 /* BSG_KSLogger.m */; }; - CB373C966242A95642DF67FFAA52FD38 /* TOCropViewConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BED477B5E45A426873C4613707FA82B /* TOCropViewConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB453630B974A1826859E59CA68A6F9A /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A96EF024CD62A96723A07C653D10A489 /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB70DAD3B6BBDEC49F9DDCC5D079A8EF /* Baton.h in Headers */ = {isa = PBXBuildFile; fileRef = 7268047D8909A79EC7149EBE7059B931 /* Baton.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB7577B600464D2556808E7BD4C6B2FC /* upsampling_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = E63389BC1AD87E25EE619C0A8D384B2B /* upsampling_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - CBCF4C1EE81361C4BAF39917A92D63F9 /* GDTCORTargets.h in Headers */ = {isa = PBXBuildFile; fileRef = A5DDD5242E6A5DE2EFD9BD82CF65D214 /* GDTCORTargets.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CBCFE89918C7EAB8375D737D65864A37 /* RNLongPressHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = C1EAC9670A6FA84B2A53D1774A4D526F /* RNLongPressHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC0CF1FDA749A26B2B60C8D4475B3C2B /* Traits.h in Headers */ = {isa = PBXBuildFile; fileRef = F469B7EE2ADAA116AF95912865F56872 /* Traits.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC1EB0AF04D455F43A4AE386C1349618 /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = A060CB88EE771A676218CF33DB59EC5B /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC26A54A389BB94D74C85515CC2E3873 /* FIRCLSUnwind_x86.h in Headers */ = {isa = PBXBuildFile; fileRef = 22407092713EA5F7CA0850CBBF731193 /* FIRCLSUnwind_x86.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC402563ED03E3229C4EFD8D7D408469 /* RCTMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3306AA797103FDABE4AA4AE8E22E1228 /* RCTMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC49FEF9AAE7712B3D3E66484F01B642 /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6AAB13BDCB0577E1D0674A3278750E7B /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CC4E02B2FB657144093F7A71004C1B1F /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 3855CA8FEA3509C4E0FC9008DFF4A13D /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC4EEE53AB9111281E5E8497F0E6E63E /* FramedReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 213730A48ABB8ED223E42ACC22EB394B /* FramedReader.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - CC53EECF8DD4F9AAA1B4430D6DC898AF /* RCTImageBlurUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 4682C45C30786C73132A8BB5D662ECFC /* RCTImageBlurUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - CC7471685FEC191777CFF0F1AADEFA55 /* ReadMostlySharedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 04E80D24B69CAF79B647047CFBA1344A /* ReadMostlySharedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CC7C14F459B4A526A244BE1684355F06 /* vp8l_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = E05C60D9622477BBF48403343918719F /* vp8l_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - CCC9EF9A1A569E232EBEFEDA6F6145F2 /* webpi_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = BA41F8EC55D171430C9616B5FE324A55 /* webpi_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CCD0FE09C38F46A1F076FD154568F919 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F3AC52D7B18A473C2D0CE836572759E /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CCD6532D2326A2E67D82FF6536618925 /* RNCAssetsLibraryRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 437EBE6DDE194DCF0C60EF238BF8B97A /* RNCAssetsLibraryRequestHandler.m */; }; - CCF4E5E94378C31347A6B8DA032E0572 /* Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B8211A6EC65400750E4E1AE9451057E /* Folly-dummy.m */; }; - CD00825B5CD83C5CE653D0F0DA3B98F3 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = C61740FE17E24FE5D9361189E05189EB /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD1A5DDC3B2F092FD529BAAE398976A3 /* FIRCLSDataCollectionArbiter.m in Sources */ = {isa = PBXBuildFile; fileRef = 26F97E23211813E192AA65E01EA11136 /* FIRCLSDataCollectionArbiter.m */; }; - CD2A381570053CA6695DB8702F329853 /* FIRCLSHost.h in Headers */ = {isa = PBXBuildFile; fileRef = E5FF5188F8C7EFC81815B891A7B57B23 /* FIRCLSHost.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD4D62E1F9528311A4263EC567C7FE1D /* REATransformNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F6FE601686240A498E0F764A78A62FB /* REATransformNode.m */; }; - CD569136ADDA360CAB8F669A37A76F6B /* SDWebImageDownloaderRequestModifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 83C0B7AD58E5CDDF3F91C319C70E7734 /* SDWebImageDownloaderRequestModifier.m */; }; - CD6974AA6480F1169D504B586F0FECF4 /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6ED17BC555D6DB0FA1A9D72A631AD44E /* diy-fp.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - CD6ABD6968AE4E118E2BB0EB4FC6F961 /* SysTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C7D6110CB35E5160676C568CDE76032F /* SysTime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - CD85338FD29736F55FA463D5E7527454 /* RCTFPSGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = 52709A6CB50C8227E87E5757B19249E1 /* RCTFPSGraph.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - CD94C24FC5FD7B1392A38FE45FEA6864 /* MasterPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 47173A1B5FD399AEA16DCF901E4113B6 /* MasterPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CD9E38104CBBEA8DA21EE035DF26A9D7 /* Payload.h in Headers */ = {isa = PBXBuildFile; fileRef = 9739EAC1FF5404FB4083BF6446A16037 /* Payload.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CDBFB331FBA450D4787B940851F18AAE /* FlipperConnectionManagerImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = EADD258971A1E256C7AF2EB7A8160038 /* FlipperConnectionManagerImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CDD0DF4006A204FB133A8EA411660F60 /* RangeCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = C879B3F0ABC7315D29D67BFD8AE69372 /* RangeCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CDDCA48C236BA6D9092B73886D1497CA /* RNGestureHandlerDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = F6B3B5B96B4722710ED8566CB9FC8E2C /* RNGestureHandlerDirection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CDF5A7CDA0144B815EB7BFE390BAF587 /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 685E35EFE0376D57849A543056BF1437 /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE2CE42DF8B4E7774E166CA0D0185836 /* RNCMaskedView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 87AFE97336A48930AE98B4040C160998 /* RNCMaskedView-dummy.m */; }; - CE370FE2377D630994C953139587DF4E /* filters_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = E823D455F4D4955B7D116CFE0EB53A60 /* filters_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - CE3A8EE442E180BAF013357781A8BA77 /* BugsnagErrorReportApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 880592C0AD9537C68F2639E9C4BCE26E /* BugsnagErrorReportApiClient.m */; }; - CE3DCB701721124C62283C4ADD022EE1 /* REAClockNodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 938776071C392F6619F10975C0375564 /* REAClockNodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE499FD28C8DAE8FCB1BA86BAF30DC4C /* GoogleDataTransport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 45F95EA3CF16388B45207938345080DE /* GoogleDataTransport-dummy.m */; }; - CE4B52C51120C8BE3B053B0357A109BE /* EXSessionTaskDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = C03B22E2C9BF30353CB5D303EDE50A41 /* EXSessionTaskDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE516B04126927F17D94A198328544C6 /* log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B9E5224489E77F0B9A36B1557F15C27 /* log.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - CE524871FEA47F2DDE75E06FF7C69CFD /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 65C9B625136921FCB9B57D459014A2EC /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE6067617B6DD9FA8748CC610789CDC9 /* UIView+SKInvalidation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B48B61202175EE409F55DBB79FCC12C /* UIView+SKInvalidation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CE87D8053D5593465CF7DC02B284F123 /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 149E38632B8669A9586126D972F4EB5A /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CE975AA7DD86B64588E5307378BB41B1 /* RNCMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 74B60D6C9016F9041B5A876D61EA3E7A /* RNCMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CEB0A765CBF6CBD95F1C35DEC24ECAD8 /* SKMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BCB7833FDC3F31695B799C07D17B57C /* SKMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CEB1E58162A49E2197F919AC89E691FF /* EXVideoThumbnails-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E4F45ED976CFD7D1595E22CFDB177404 /* EXVideoThumbnails-dummy.m */; }; - CEBCA1AAA585DC864C37D820B3A20C58 /* FrameHeader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8A5C2884D62E785231CA92B75EB4AAD /* FrameHeader.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - CEE5C25139FDBE8E84954D1D8B686174 /* DeferFlowable.h in Headers */ = {isa = PBXBuildFile; fileRef = 28C7B21354E7B7FCF2A03B2C49C82440 /* DeferFlowable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CEF05D9D407D2CD405FF03E54D75339F /* FIRCLSReport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 497244BD63D1DE1E3889F703FE30D435 /* FIRCLSReport_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF2A0D04D697EF5BE909EA62BDE95B27 /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 92E9682217BCFD1A5B1A5CF012F738AF /* zh-Hans.lproj */; }; - CF2A9BB712557B152C9C58E78C9FB687 /* RangeSse42.h in Headers */ = {isa = PBXBuildFile; fileRef = C48E9A83E63E39D491EB15218FFD1681 /* RangeSse42.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF391438CC39480C71E1943D9FBB9A22 /* UMUtilitiesInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 25B8867068B12D57D2F8AF3D76BDED2C /* UMUtilitiesInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF3A411383E8C6356CFE972511556EB7 /* UniqueInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 171D15BEBDBE0823232EDC5554ACD282 /* UniqueInstance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CF3D9DC3BCA5B53F32F79509AD65D18C /* FBLPromise+All.m in Sources */ = {isa = PBXBuildFile; fileRef = F35DA71CC99605AEB40A6C6F7A942D4D /* FBLPromise+All.m */; }; - CF3F88F89D8F6518525E6D03F4BF1546 /* ThreadedExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FDA69EE11AF86F9FAE9E1F8041A97A1 /* ThreadedExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF45253980183675FACBBBB1AEC87D4C /* UIView+Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = B413478314FF043F8710C60627F409E6 /* UIView+Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF510A09C1EC69CFDCAAE486BD0286BE /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E08281B004ABE171A4A1FA4F296BBB /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF67093E2DF6EE92C384A9DC91B1B8D8 /* MMKV.h in Headers */ = {isa = PBXBuildFile; fileRef = 40CF4D2D6DE37F2273291C8C481406C2 /* MMKV.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF6A5EB690C06B70A205AC0494F39FDE /* Flipper-Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C87E80FE68C4AD93CDFFC545150178CE /* Flipper-Folly-dummy.m */; }; - CF97D166E2E79E3E773BF54B208D42D7 /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = E99926505817AA2B4B18E0508363DB9E /* RCTSurfaceView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CF99B695F511387EFC24252E8F951C37 /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B29B34CB2CF25DC6C9494C1D1DE92B7 /* RCTViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CFA444521D2466518F8E9C62949EA88F /* GDTCORRegistrar.m in Sources */ = {isa = PBXBuildFile; fileRef = 655FCD5852E7143EE775CBFDAF2F1E01 /* GDTCORRegistrar.m */; }; - CFAAB73ED386A50867BD8160BAF9F7BD /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 57B13A6319246E56227D00DF2C0103C2 /* RCTUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - CFBFE99EBFD04F69BF5ADAC361016224 /* AsyncPipe.h in Headers */ = {isa = PBXBuildFile; fileRef = 118A79804B9737D8BD1DF906BF8C1B47 /* AsyncPipe.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CFDA1AA1FDE6068D5DDD2D67F55A706C /* GDTCORLifecycle.m in Sources */ = {isa = PBXBuildFile; fileRef = CDB3825F1721678BF5F20A99877CB83A /* GDTCORLifecycle.m */; }; - CFF4EEB7A2975E54726C09535CF338B4 /* CoreModulesPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 3017ACF3FD26992F268D922D4F198DC5 /* CoreModulesPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0069E977045411B013D0ADD8CAFC48F /* RNFetchBlobFS.m in Sources */ = {isa = PBXBuildFile; fileRef = C9292055303046B1849BC366ABEEEFAB /* RNFetchBlobFS.m */; }; - D0436E60D6C2DDACADBBBDE556416C60 /* QBImagePickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9041E6BC3BD1A64EE1FFBAE6C10E7E1C /* QBImagePickerController.m */; }; - D064C6B77B43DAED3CF71B49AE8C24E1 /* RNCAsyncStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = E2C7D1C880350B5359BB9F308A55591D /* RNCAsyncStorage.m */; }; - D0682D17956E3FE040DCF3E0AFDB4A4B /* ChecksumDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 15699C7A682CAD2832BF3949FC0C2E6B /* ChecksumDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0784E8118B936BA88AA5DC518A132AB /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8AED2492CAB717BF36D75FAF9ABFC312 /* RCTUIManagerObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D08C1E779D4C31B1981A94109E421D11 /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = E673BF8D589E56736CA90D4234377AE7 /* RCTSurfaceSizeMeasureMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D08F3BBA0CC4B5004D7D36EC343DC9EC /* GULNetworkConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = BD33BA3300183AD754AA265F6FFEFC1D /* GULNetworkConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D08F8D6D3E30A8AB0E8A5B780FDD1B6B /* Core.h in Headers */ = {isa = PBXBuildFile; fileRef = D02101E5DA9F80821E87A719D304C059 /* Core.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0A7AC4874FFA38EA472FAE148D1F122 /* SKStateUpdateCPPWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5D74B5746888E60D713E8D8E9F79D74E /* SKStateUpdateCPPWrapper.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - D0BDB214C5245AB8FD760DB455CA9954 /* FIRCLSReportAdapter_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 85FFCD637E5CDE6426C36CE674074349 /* FIRCLSReportAdapter_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0DA641DC68917CF9162627D73EE7136 /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = AB7643009CFD5C55E1A47C516D21DD07 /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0DA70E55FA736904B6E748937547B40 /* AsyncSocketBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 57E21668F07911CCB870615C2657A6B2 /* AsyncSocketBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0DB407AB4854A788CCDC744A8C91434 /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D735803D85B67027F5E8940F7C40653 /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D0F7B2D66885EA0FA527E9FC5916DF84 /* EXKeepAwake.h in Headers */ = {isa = PBXBuildFile; fileRef = 70542275423D6F7B0BF6B817D76B4146 /* EXKeepAwake.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D11962E3A5EAB9A9DDE571B6555C895F /* Latch.h in Headers */ = {isa = PBXBuildFile; fileRef = 97005829B614B806B294CAED0A7D6083 /* Latch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D12D1D7C8292776E613D2EDA3AAF0033 /* UMDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DF65795520839C9167D6432DC75BC37 /* UMDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D134B93639A05718D53243F778E2035D /* ConcurrentBitSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 2703FF057DC4339B537E33DB5F03EBCB /* ConcurrentBitSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D159D4E11432836449A732BACDD0E057 /* QBSlomoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = B756F0D11503842B2A2C71FD82ADB7E8 /* QBSlomoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D182608FDFEC21E7230DFE29FA430907 /* RNPushKit.m in Sources */ = {isa = PBXBuildFile; fileRef = A2CBE2A61A0B6045C148C4CD69FD8DE4 /* RNPushKit.m */; }; - D1ACF18017C8DF3EB608229E1F07EFB2 /* BugsnagApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A71228AA3D89DF8050CDFB5B07FC3E2 /* BugsnagApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1B3B02640F760435EBB2D62AC130D62 /* CoreCachedSharedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 13FFC8A368C7C89D37000EB6FED8D3C1 /* CoreCachedSharedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1BACBBBD9C9CBF8511F0CD20D066C84 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 582F6A521C6BAE86950DCD289A3C89F2 /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1C31A83063B0A21CF36717D96EA3A21 /* SafeAreaSpacerViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = CD61D0B02D9B795F5B780BD1D9202FDC /* SafeAreaSpacerViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1C9BB3EB723F494D22B33E4E653B0C1 /* RCTImageLoaderWithAttributionProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 39F1042DCEF69C1094AF1FF0464341E5 /* RCTImageLoaderWithAttributionProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D1EC90125211E2E9C9D9E348B77A056C /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AABC0F0F380EA656D74B0E3E4D5ED8F /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D2017E5C3E442F1CFA77BD184D5039FA /* FBLPromise+Await.h in Headers */ = {isa = PBXBuildFile; fileRef = 7141B53E78C9DEAA2CC09D3494BDC55F /* FBLPromise+Await.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D24C3F6C345B9DB08442C7BD619C9E8B /* GDTCORRegistrar.h in Headers */ = {isa = PBXBuildFile; fileRef = 14DB251B42C0E97C18F544A21C934182 /* GDTCORRegistrar.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D2643E1EA10A6488CBF4CADB6CDCB8B0 /* FIRAppAssociationRegistration.h in Headers */ = {isa = PBXBuildFile; fileRef = 92F98C2C149393192EC00487D62BBE1F /* FIRAppAssociationRegistration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D27DFEC2ED3F8D5A4C3BD6C4BE336BB5 /* GULNetworkConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 52037D2C4846D6F2E75A91AC98C2E57F /* GULNetworkConstants.m */; }; - D2835368735CE51DFDE4424788923AF7 /* GULNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = FBC2ED53D1F221AC80A315933D27B765 /* GULNetwork.m */; }; - D2AAEC5DBFA46DDE544625396C250E62 /* UMModuleRegistryAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = B9DDD7FE8114E08C982D6B84A8ADA23C /* UMModuleRegistryAdapter.m */; }; - D2AE1EC4AAD092B45A45233642FB361C /* RSocketServiceHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE4DA3B1B0D430F09773D9F330231D70 /* RSocketServiceHandler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - D2B035BF0D8297AE90DA28CE8442880F /* RNPinchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D71B55902CC6D012E2F0ECAE630BE0A /* RNPinchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D30607D7089802C8D7C63CB7405707BB /* RNForceTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 739300194B262552941824FC80F70401 /* RNForceTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3140F575B44A1C5109CCE01D9C2F225 /* MMKV_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C83C88982168614D25C0E035C0FD2754 /* MMKV_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - D33C952400D0EAA864B30711951D3BED /* CompactValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 77948F0A5575D3F107CF5F8414361EED /* CompactValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3747722D57B012F6ECC0CFD0EE6FF50 /* CancellationToken-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 172767486992495A7F7F4DCCC6E77D5E /* CancellationToken-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3751571D5412DDF07AD3924F2558FDA /* RNCAppearanceProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 12F8E5864C4FE5DC43975335960CBC3F /* RNCAppearanceProvider.m */; }; - D37DA8DAF8EC08C6B914611D93E76B02 /* IOBufQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1243928014346B0D445DC656E80A297A /* IOBufQueue.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - D386146023749E669569309813E8B5AF /* EXAppleAuthentication-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 970A2EA7B31D46B11E1F16BC496265D4 /* EXAppleAuthentication-dummy.m */; }; - D39227D5CE6252CFBBC74AA7660BF8D2 /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = 55FBCAEBF943FB7FF5D5CAD2D4849CFF /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D39596A748FC1B198A435A7E01865D96 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EAB678D17C00FCC742C0BD533CDE760 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3B45F5E904C5D1DEB39506F4A175166 /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A0FB0034D54324634C8214790CA67FE /* RCTComponentData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D3EE36FD52C27DA3FC46CDC4A1007EE2 /* RNSScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 74EB94829D661E11875EDCA959C4D283 /* RNSScreen.m */; }; - D3FE77BD6280B46A5D48B5632B7BC5AA /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = C3752B91DC1480998D51521C61007392 /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D4201A274F99D653294E53EC1D6BBDED /* rescaler_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 7F7893687EE01BB5F5E797BCDB6354EE /* rescaler_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D42E738AE8399E009E5CBC02BB75979B /* RCTInputAccessoryViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 49A6EA8E60F2F5100FFEB2F6DD0770AB /* RCTInputAccessoryViewManager.m */; }; - D4653AE4C24FBCA345CA0330F18EED38 /* FlowableConcatOperators.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E3DBE677B2A43A451B65887FD6DF619 /* FlowableConcatOperators.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D46643CE3FC304A26E3BFD6D55C7BC10 /* RNCPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 34762E5217864656EE01DEBE034B57D7 /* RNCPicker.m */; }; - D47EBC4BCC8CC757DED53AF7D89361D5 /* RCTTextShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5933E41845D61F52F2AC7D750E6465B6 /* RCTTextShadowView.m */; }; - D49264E31D0396BC7B225BD5A42DE88B /* LNAnimatorTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FA675C05695DAA39AD850AFF8E48973 /* LNAnimatorTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D49D865CC39A4F07090BD8ACE90C7D53 /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = 036F9B209681A89B544D0842A186E161 /* pb.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D4A88CED9D3755E799C8609B7A8CAADF /* FIRCLSDataParsing.c in Sources */ = {isa = PBXBuildFile; fileRef = 9623E86353B2F7B3E7FE28FDC268114C /* FIRCLSDataParsing.c */; }; - D4A9047B25937EB6561D20DBA1BD7255 /* thread_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = FF7AD24111EE22D935A8E080D4958792 /* thread_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D4D5A255672C3A4AEE66C091BC861CE3 /* RCTImageView.mm in Sources */ = {isa = PBXBuildFile; fileRef = B82C9831093EC71B6FBC346BFAC6806E /* RCTImageView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - D4DA7D31FE7FAC59492EEDB26867299B /* FIRCLSRecordIdentity.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EBFD6FC0557EBB971CE2ED410C39A96 /* FIRCLSRecordIdentity.m */; }; - D4F26FB73E377A5B9B0742F9155AD092 /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 332B1AACE6CCE4BF106968086718E2B5 /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - D5069CF032B8351AD71999C2CADD20F5 /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A6E5AE8CCAFB614B150BC9DB530DAA9 /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D514142384ACF8A93369F892EEBC9AF0 /* RNDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 146CFADC14E5F9C3A0909B66334F3AE9 /* RNDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D515DE278BAE6E8187B9752ECE193518 /* JSDeltaBundleClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 894A36DDE6C17A51E39CA0D7B8C73313 /* JSDeltaBundleClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D51C3A397A2E9B30154DABF832605E2E /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DDABBABF95BE0B6310ABB9AB3F7ECD6D /* String.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - D52C85AFE270ABCF61A5371751645F85 /* BSG_KSString.c in Sources */ = {isa = PBXBuildFile; fileRef = A482F61A2C2AFE466A1474367DD2C4BF /* BSG_KSString.c */; }; - D5380D87ECDF3C77026FABC594AF6E93 /* AsyncTimeout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D29F458A418DE1FF720CE2D6755FF09 /* AsyncTimeout.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - D54C4C93602E891F21FAC1ADEFE83487 /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 93415F2C5D7408B047D03635EEA47A04 /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D54D93E1C53B884B9AC892C6F9BACD29 /* FIRCLSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = B4508ABB24B658A27F5BAA6799FF2049 /* FIRCLSLogger.m */; }; - D564131D80AAF81722B952EE0589C7B8 /* FrameHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 30352D85CC808CD0297E9A86D2061D41 /* FrameHeader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D564A68BADEF3EB546D647AFE8C0668A /* GDTCORAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 54EE91F8F2BA9D1F16A45D296F1E2641 /* GDTCORAssert.m */; }; - D565ABDC331911CEDB7F28B22ED94D03 /* MiniPBCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 57966003E462CBCCD2D0ECF62D25B9D1 /* MiniPBCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D570E8D48A9B65FEA255788B0CCCE60D /* BSG_KSCrashSentry_User.c in Sources */ = {isa = PBXBuildFile; fileRef = A559A7DFA439D148DA086B0B9889922D /* BSG_KSCrashSentry_User.c */; }; - D579B290C460D47F2B2939A26A867AEE /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E742ADC3B15DD9423C36A022F386632A /* F14Table.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D583D4FA3E88C3CCBB1203E7FEE5335B /* GDTCORPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FDFF5EA774E9FE582A1820D4D5F9E67 /* GDTCORPlatform.m */; }; - D59FA36E7E6879508EF6F041E6884B53 /* FIRCLSURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B994460DAD85E8E4CF0D7FAD4AB0F76 /* FIRCLSURLSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5A3F3B43E1A032B003BAC60625E2DE5 /* PasswordInFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9FCF5D62945B2ACE1276BE63B47181CD /* PasswordInFile.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - D5BB24CD4D82D48AE68984151DF21DA8 /* RNFetchBlobReqBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = C128A3ECF2C13886338A29EE199127B4 /* RNFetchBlobReqBuilder.m */; }; - D5C1EB42E394A968F095512F607A68A4 /* SingletonRelaxedCounter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A31829BC879F8D03FA40BC885E8B740 /* SingletonRelaxedCounter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5EB92A602170EED10EDF074306EABD1 /* ARTShapeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 50BE4653FE2F08D89343441A9256E876 /* ARTShapeManager.m */; }; - D5F30618F7C36334E61AE00C217787AE /* Constexpr.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B79E7CACB26E7F29759DB489DEE478B /* Constexpr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5F622C7C7946EA79C859F499760612B /* F14Set.h in Headers */ = {isa = PBXBuildFile; fileRef = 82FF835B03772280F0E600FC48BDFC79 /* F14Set.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D60F71A3E2B1F61FF91233305B981BBE /* Semaphore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8FD6267A26AE3BB6E6788ED50C42D06B /* Semaphore.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - D61F03C559E92884248EF73D7FFBF798 /* EXAVPlayerData.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A0DD3F2581090D91EC6D7B7CB7AB428 /* EXAVPlayerData.m */; }; - D6249F6A8C947276040F332E4565CF3F /* Sockets.h in Headers */ = {isa = PBXBuildFile; fileRef = 5817BDF7EEFC03A43BB5D078A9E6A7AA /* Sockets.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D629D69A737FC6C1387438E01441778D /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB9977CABB131278BDCA9D460C239FE6 /* RCTSurface.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D6317F6FF9CAF3F0F497F8AE60F23AF7 /* ru.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 82B18F4C24DBA9EEDB634DB6EED65F97 /* ru.lproj */; }; - D6354F87F2A984EED40F6BEF242DA0F6 /* TcpConnectionFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AA066A42C5E0C633C61D6536609D2502 /* TcpConnectionFactory.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - D63AD5BDF54FAFA7C3D32204ACD56E3F /* muxi.h in Headers */ = {isa = PBXBuildFile; fileRef = 951DAB70FC629E18CB055E8AEDA0C87A /* muxi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D6670DAC4F4D6A60C329279B4E5F1113 /* cost_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 8523EE79F41EDE592596F74CE14CF507 /* cost_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D66730DAC3D36B39891FABD9BDCBB137 /* RNCMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 093FAE9F76D5A8E0F1A628474112ABB8 /* RNCMaskedViewManager.m */; }; - D67FA9AB44F255BBC99DE01C1472E719 /* RNFlingHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D38E73322388C1A10EFD64A7640887D /* RNFlingHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D69F8B18867E69BE6C82CFC11A6488E5 /* UTF8String.h in Headers */ = {isa = PBXBuildFile; fileRef = 18EAA710CF185005E5DFA8318DD82F51 /* UTF8String.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D6A4CB7D75E3E43A684491B7B4C0D44E /* project.pbxproj in Sources */ = {isa = PBXBuildFile; fileRef = 31C1A7E29D432CE37D7D9E6177623731 /* project.pbxproj */; }; - D6B706DF527F79D46421A1AB781116DA /* Rsa.m in Sources */ = {isa = PBXBuildFile; fileRef = B1F41BDC4FE0605FB9322FC7886A8984 /* Rsa.m */; }; - D6C075DCBE1FF28A6CD8B277338BE565 /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 935E1390F54C6800CD98500B25723BE5 /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - D6EFA2F0BA1653121F454C16B5940240 /* TupleOps.h in Headers */ = {isa = PBXBuildFile; fileRef = 815F5C3168224F72C1AEAA2C4D42EFA3 /* TupleOps.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D6F366F49C75D48199E52BB5F889365F /* FIRCLSFABHost.m in Sources */ = {isa = PBXBuildFile; fileRef = 60A4A1190F918BA6A477784D23209C19 /* FIRCLSFABHost.m */; }; - D6F7E4CD80397E4912A131EF69782E07 /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = D643A81B3324DDDF94F3609659E855E5 /* RCTManagedPointer.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D709FBDE102256B5FF17C189FF460471 /* SDImageIOCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 041E5B030A0A4AFF447EF5C92E499497 /* SDImageIOCoder.m */; }; - D736ED8623CCF77632A52C79EC4900D4 /* FLEXNetworkRecorder.h in Headers */ = {isa = PBXBuildFile; fileRef = EFD1AEC7C9EE184EC8AF579193C50CB3 /* FLEXNetworkRecorder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D749C872EF0FBCC22E2DDDCA1180CD7A /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 1340A6B341EC4E3165AD73BEF89F8720 /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D766F529A1351CF4A32E0A4F4BED3445 /* FireForgetThroughputTcp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EBF6A48739F4195DCC222A4F42BE3ED5 /* FireForgetThroughputTcp.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - D7813DD42439CDC0BCF961CC3598C599 /* HazptrThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = D5518C703E01B99EBB44B51F1B270AEC /* HazptrThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D789014041FB3524C4266BDE8AA5BEF1 /* CodedInputDataCrypt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 233E40FFDCBA8A97959BF1F36A25613B /* CodedInputDataCrypt.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - D78A034E2C12012F7CE7F0D41756BDAA /* Align.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F7355636114061320B49B31DB960085 /* Align.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D78CBF013046C3E7DEF5273463B63430 /* RCTTextSelection.h in Headers */ = {isa = PBXBuildFile; fileRef = F9FC8E36418F2F6AC7AD358724E85457 /* RCTTextSelection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7A2639AE5A7F223B77B908F241AA0A3 /* crashlytics.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = D8B09718395248555A9A2105FBA4450D /* crashlytics.nanopb.c */; }; - D7A68A1C097762915261A2A3B43306E3 /* ARTText.h in Headers */ = {isa = PBXBuildFile; fileRef = 92D395A719598C43A5A12F1946D6302B /* ARTText.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7BCA6C47161F4E8AB3A021E23F58444 /* PolyDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 02A51C37EF56880D3AFB17E9B705E658 /* PolyDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7BDE86F5429FC91EC5AFE77B646263C /* ARTPattern.m in Sources */ = {isa = PBXBuildFile; fileRef = 41915B3002354C3D043C5D5D8CF02217 /* ARTPattern.m */; }; - D7C1A2B2443D4FA9E42E36E1A3C8E5CC /* RNCCameraRollManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A104B4F913AA8FE2754B575F6E085E1 /* RNCCameraRollManager.m */; }; - D7D15C58A95A918A8DC9C66181B4A891 /* SysFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E57B4339E6EF770AFB69C7EDDDB207B5 /* SysFile.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - D7D28401F9B963EE79B7DC82C8D50692 /* BugsnagReactNative.h in Headers */ = {isa = PBXBuildFile; fileRef = F1E9078ECCF888DFB974E6BC48C5D871 /* BugsnagReactNative.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7D3E4DF9F097B5C380A18F4D95B58DC /* UMViewManagerAdapterClassesRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 29D856070DD7320FB08E7A332AFB73C3 /* UMViewManagerAdapterClassesRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7DC0718CD5397974A7858ABC0228F82 /* RCTFileRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = FC8B88ACF6EBD6409A258954F79AD041 /* RCTFileRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D7FF4F85AD685E843AAF98B584BEC3A3 /* RCTSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = C2E3886AEBE8FFCCD668767EE7F87772 /* RCTSlider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D82A6841B202F23715929FE0F4221F22 /* RNNotificationParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 64D320351F9A9DBF9B4A25B6720683EE /* RNNotificationParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D8336C8DC6A6D44FF134C0D6244C89C3 /* Format-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 21808C33416F2FCCF1B8EBDA30061F75 /* Format-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D84381E08FBE60D9EB64B0EB8188F602 /* RCTRedBox.mm in Sources */ = {isa = PBXBuildFile; fileRef = 23082B7F8341444491EACB590A146BA9 /* RCTRedBox.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - D84E163D51C6027FF4ABFC25F29FE9F0 /* FFFastImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 805604410F7B150ACF79D6D8BF47F60D /* FFFastImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D8691E129F25B441FE4E2A95FBCAF3B7 /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 1165877EF0D17AA8CF011BD56F1A278B /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D881BDD9CC2ADE6E38BB569732FB013E /* BugsnagCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE73145B28D560351E78D5E79D72353 /* BugsnagCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D88B402410FAF86C6ABA5BB2ABACD49E /* React-jsinspector-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DD3349A6FBB4F16BC35232C9DDD036B7 /* React-jsinspector-dummy.m */; }; - D89F9A169D7293794C98BECE4EE09265 /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 267E24E6ECCA2B5A71AE7F40A666011E /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D8BE6A7B19BDC3F39EA9A163F51561C3 /* SocketOptionMap.h in Headers */ = {isa = PBXBuildFile; fileRef = AD07A6F4A0A4DF28DAB7BC897D06C42B /* SocketOptionMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D8EA2D2663FCF4B2B2C7AC39EDCD203D /* RNPanHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 50146CB564DFE46C66ABB3067BBFF919 /* RNPanHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D8F808083D19A82152923FC9C776615A /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DE171DAF72515E6FACF1FF10CFF8C6E /* RCTMultipartStreamReader.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D913F93C31A0C37A068FEEE5952951FF /* LNInterpolable.h in Headers */ = {isa = PBXBuildFile; fileRef = F57CC57C593326EDFA394D1D0DB70760 /* LNInterpolable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D92E341BE4DA62BE7B689854D68E806A /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = FBC2D2AC21D136816F037B5E77341431 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D933FBF016F854BC24E6C360C80AB78A /* GULKeychainStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = E8E73D3B3220D488478C035C72241F1D /* GULKeychainStorage.m */; }; - D95F2CE7AC206321B9A805DF6D49B1B8 /* GULAppDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C81B1BD014CFAA0E56F524005AF1EE1 /* GULAppDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D95F357312FDD4C3C93A71F457DB4A8E /* GULSceneDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 85C99B3E2DB187C80EE4B5F37115AC0D /* GULSceneDelegateSwizzler.m */; }; - D974E9D58FCCF0BD7162E35E8162F814 /* PriorityLifoSemMPMCQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DC9C8C05B17D29ABB51AC8D5936E1ED /* PriorityLifoSemMPMCQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D98D5E0F70D655730F87FDEF7277F9B0 /* REATransitionValues.m in Sources */ = {isa = PBXBuildFile; fileRef = A0FA1D8B61667D0A2C3EB89C996603DA /* REATransitionValues.m */; }; - D9A221A4D8C2277FE9AADCDD1BA5CCBF /* RNNotificationCenterListener.h in Headers */ = {isa = PBXBuildFile; fileRef = F16940FCD6087DF5EFE54A3F57AB1E2E /* RNNotificationCenterListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D9AEFFA20C41887F9975F3E23B78A0B6 /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9422B92BC35488952CDB49BA8F113DE4 /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - D9C165DB3FC303F49165920D05503132 /* backward_references_cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 2117993050F0B63A5D41EE1E276EDEFE /* backward_references_cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - D9D7640C312E4F5D10B045C66F25D16D /* RCTConvert+RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = B33C71DA720954E52E451C18424BAAA3 /* RCTConvert+RNNotifications.m */; }; - D9D9FF2BDADE2B4E00AB6612EE970D9A /* Parallel-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = F650506D2D7B96E6F50BB61C7097107A /* Parallel-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D9E10DB766876859D56531600BEC2C93 /* CodedInputData_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A46A049BDFBB72CF16B6D3CFFC5F485 /* CodedInputData_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - D9E6889BE1390C1ADDD017DF60828CAA /* QBAlbumCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D812F2BE29F2D1D06DDCFDF95475AB2 /* QBAlbumCell.m */; }; - DA288CD5E0C0355A9CA34658690B5C47 /* RNFlingHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D2E8277CADB62251062F3D9AA18E8A5 /* RNFlingHandler.m */; }; - DA4F5D187E7D8370DAA1A0430E7EEAE7 /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ACDD41516F293FFB18FE5FE5E5B5552 /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA60B745CDFF56E5E43D06BF72CB17DC /* CodingDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = A6C81DBA1012E83B199F2BB2B3B87F6B /* CodingDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA617A49FEF901D70D5866081CDE3759 /* RNTapHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 15C72747D752FF29FD642F5887D41C1A /* RNTapHandler.m */; }; - DA673F194D80B16B2C4AA65AFC0B800F /* FunctionScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F8CA7886A6BA921E63EED6C2ED976FC /* FunctionScheduler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA88490E66D2B40E1144F2A02B5AB698 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 266AFF9B0B0DA9C990F93BD289B9F2FE /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA8B70FBEAECC7A695C9C9D3312F9179 /* FlipperKitLayoutPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = B0F40570761845BCC546044769A16564 /* FlipperKitLayoutPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA9AA176337618B6466E7F9E7EB803AB /* react-native-simple-crypto-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D160B18FF0EBA0DBA5CABFFEC2F8341 /* react-native-simple-crypto-dummy.m */; }; - DAA5D42F228D8B9CAD984D3158DC5157 /* RNRotationHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 897787742E019BA7DEC9C217365A1A4C /* RNRotationHandler.m */; }; - DAC58ABB74ABE6D2527D3E327F19D0A5 /* FIRCLSReportAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 81C4065B83ED3935B0E34ACD07B08542 /* FIRCLSReportAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DAC62D71C979FE9B060933302B7D77BD /* AtFork.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CB568E4AD5ABF74211E338ED4AD1E7F /* AtFork.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - DAE7426B2FCF79A8B12E626D89C69149 /* FIRCLSHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 89E760D05B774F98D5B82E33818C23F9 /* FIRCLSHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DAEA9FB7EA2381D31B60B23D80AA8C90 /* DiscriminatedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = FFF063A0EFCBE50A4293CEDD02FFF5D4 /* DiscriminatedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DAF2873066A04DF644D3339928E5B0FB /* Frame.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0173372DE7B211E3AE3C620F30C323A9 /* Frame.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - DB282114EEDEF15D3DAEB914761BCCAA /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E5862C024808F2E46B5304C29797B27 /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DB429C6AD36DDC50FBE3D0D0196DA61D /* REATransitionAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 25777E497FF20138347308049C3D26B8 /* REATransitionAnimation.m */; }; - DB5501D8315E2BCBB882A376AED5DAEB /* Pbkdf2.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C3238FEF27EFD898CDBC8AF78E114B7 /* Pbkdf2.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DBB05CDFDCE2D243F0414076C803F024 /* FIRInstallationsErrorUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 08836A686AAED177499BDBDE318F72A2 /* FIRInstallationsErrorUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DBB2F9754690951A904C68188C09ED2D /* REAJSCallNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E2B4AB89F41B078EB91D63A00A7229CA /* REAJSCallNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DBBECB27BD5F8341E7E9662483A7A11E /* RCTScrollEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = ED10C62A2AEDCD85F9E449D4C866BFE0 /* RCTScrollEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DBC8568974EE78C36F2F2AEA5F55B8D9 /* rescaler_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D21D5E5EAD993852C11AB79ACC0C5AB /* rescaler_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DBCD7444784C7065ED0D3A53079F0F68 /* IPAddress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3983E567AA8413D20BF7458F09A681A3 /* IPAddress.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - DBD284D0D52A11BA7EB61C88675ECB8E /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 63A483D17BDBC2837F9EA0A3070944B1 /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - DC25A260EBDA88559E7F083AC72E39F3 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = D4758CB1D3D0F501F0496278541075FE /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC46A000053F6D6A583DE0A3022996FB /* SSLOptions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 003CE93C4DDE4C73C96EAB73C7D060A3 /* SSLOptions.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - DC662500B44764D4922E7E75F9CC2077 /* FIRErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = DE7C0D01D54859A278591309BAD32F0F /* FIRErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC9C144548CDCDDA13C54F13F3E6307A /* CodedInputData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4C2013D02B180014B01E5CCDB3C2C3B /* CodedInputData.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - DCA04392367FA1F1ADE762FDBCF114CB /* Cursor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8630299AC51780BC20A6992204163BFB /* Cursor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - DCFB8348F74625E7BE2A929C13D01435 /* FLEXUtility.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3265554CBE12CB4CDC80DB69599B3BC2 /* FLEXUtility.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - DCFE3D226524EEFFD21F53D59B1B81D9 /* SDWebImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = CA4D1757BD643C8943F217D436275675 /* SDWebImageOperation.m */; }; - DD232357A6B32C9D275357B5B4F1D06C /* SocketFastOpen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7F740C7B16760A1241DDE741C3C641D /* SocketFastOpen.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - DD4BCCECCCF5E86A997E1C6D4DFEB1C9 /* RNBootSplash-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A9DC22B901296EA8C499C3089667E40 /* RNBootSplash-dummy.m */; }; - DD5B87E54143F455B0C4DB22663D6D48 /* id.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 37694C37AD2205488E89B54F8DCF023C /* id.lproj */; }; - DD63C5EE15DCC54B0139626C18CFCBD6 /* FIRExceptionModel_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 6153DE79359D6AEEE423BE2CE912C33A /* FIRExceptionModel_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD699E6118BFBA9D957629F646D2E319 /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = EEC796626F1EECFB2149ACD85D728283 /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD714BE0BED5A3118F8242416E0D157B /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9B693181E87FE205E5C5141C1D385056 /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - DD8D6A2D1C355A974EF23E96145B533B /* FIRCLSAllocate.h in Headers */ = {isa = PBXBuildFile; fileRef = 231F82839C073BF9C5B15A156E32A2F1 /* FIRCLSAllocate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DDAD653B03708A1ECA358078C37B7C91 /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = FD6E65442A8FA48B36A4638C10F6375C /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DDBF437CF662529AD6653D5081BFB99D /* SKScrollViewDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = EEF28CC36B5A0831E5F8D60E0FA5F94C /* SKScrollViewDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DDC23541D8BF23FEF39ED28DA86D69BB /* GULSecureCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A3935854AAB25E5E5F6E53915BBEC08 /* GULSecureCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DDFA20F8E2D9BAA4EE1D131A29898450 /* FiberIOExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = EA81B880324C0C181CFA62E6BDD2880A /* FiberIOExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DDFF11CA87CA0F0378885A199DE6378F /* NSImage+Compatibility.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C70AE4693761926F0F8456BB0C9456C /* NSImage+Compatibility.m */; }; - DE0781D009B8BC3D2B5A0511502630E7 /* GULReachabilityChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F566EA2EFF47F1D920B2B0C9DD3E94 /* GULReachabilityChecker.m */; }; - DE3B56D5420B33673E24DDF32E842FAC /* REANode.m in Sources */ = {isa = PBXBuildFile; fileRef = 466C11194E7A88831B05D08349F1AEC9 /* REANode.m */; }; - DE3E6E1E76D6A4B3372AAAB6A85E0F32 /* FIRCLSDownloadAndSaveSettingsOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 3034A1DDE30DB423BE9B7FDCD70F1684 /* FIRCLSDownloadAndSaveSettingsOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE4D649D704C26BE42FDC2CE739FC8B7 /* ProducerConsumerQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D845BA318830444D3C879C3A22DEF7E /* ProducerConsumerQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DE907C27F82487B7CFD1CE3DF43BB72D /* BugsnagReactNative-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AE31FE3CEFC1D628B7BE7D9EA5D4CD9C /* BugsnagReactNative-dummy.m */; }; - DE992CEC9CF48F98B587752C707146DB /* FKPortForwardingCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 2888DFDA2340CEE136EF08FC5C922466 /* FKPortForwardingCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DEA9B977DFBFA7223E5F577047C6CD9F /* Common.h in Headers */ = {isa = PBXBuildFile; fileRef = 8636C2D7784853CDD320DEC4926FFA1D /* Common.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DEB787C488AC8CD359DF47F39B3C0A28 /* FIRCLSByteUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = FDE5BCAC119136D5DB4CA5B59F905D5C /* FIRCLSByteUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DEE6E8689752E7C004EE43F810A14130 /* NSDataBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 03809266443F83EF94EEB349A0911767 /* NSDataBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DEEEC939BBAB6D133EE4AF8517F3D6C8 /* BSG_KSCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = D11F5D84ECDD51A3983D77BB9484830A /* BSG_KSCrash.m */; }; - DF6ABEF38237E6CCE019B85C6B32400E /* RNLocalize.h in Headers */ = {isa = PBXBuildFile; fileRef = F05D143E871EC33776D72AB606B3BC56 /* RNLocalize.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF750B3D665F8F42C97CB64F4CAE1560 /* RCTBundleURLProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EB8FBC07C1C47CAF03EB14BB5671FEC /* RCTBundleURLProvider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - DF7BC47261B59916CF26F07938B074EC /* FBLPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = F8BB3EACBBA16D47BC19FEB0B22FBEA2 /* FBLPromises.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF847F459BDF8182883AC823DAF30D01 /* SequencedExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C54527C21FCB55A6E516C4695742F39 /* SequencedExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF8ECA3B7F8D1A5A3AF96F1BC90A19C2 /* rescaler_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 06B3EF543B57FC1CE21614FEC0AB4908 /* rescaler_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - DF9556B84ADFE4CE9EE11C32BE59194F /* REATransitionAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = C40DEBA768CC1F4322D7532455FA6862 /* REATransitionAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DFB11B11EDFF2656279D2A890FEECDB1 /* FireAndForgetResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 13175F776F626BC8B1B58A7D7A66BFA1 /* FireAndForgetResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DFC2C026147CCCD32684EB070BFA2F9D /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 563A91BFE49319845967ADF36D788897 /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DFD39370908BD64DA6AC2A134E026A1A /* OpenSSLHash.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 36C488C5BA59133949EE4BB279640F36 /* OpenSSLHash.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - DFE519B4EE7848EA58929307348E98D0 /* SKNodeDescriptor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7E8DA43944941A19B1E64EE81E4F2E5B /* SKNodeDescriptor.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - E009B3C9606D5651E0FC304FBBBBF220 /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = C752C75B5456DD2FD9DCBDD29CFB19F8 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0238F65F1CC34CEDF4849F4F2C44D88 /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = 30521FC75026EC179DA69B3FE2212D00 /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E05070D25885B36129E52C0862B2E5B2 /* ARTGroupManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F4634835DD242B0721D3D923F36E476 /* ARTGroupManager.m */; }; - E055AFCF930E65D04D76279488CB97EC /* GDTCORRegistrar_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A1E25DA4ACAEC3ECEC0263E9071D468E /* GDTCORRegistrar_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0857B46FD1EA2B56B7D051FA3CC5C61 /* REANodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 438C0048403F9C478AC9065B1299C58E /* REANodesManager.m */; }; - E08D121F96A4C7182DA754CC17AA97E4 /* RNFBAppModule.h in Headers */ = {isa = PBXBuildFile; fileRef = FB7EE20DC2ACB4AD061EF5A20466CDF6 /* RNFBAppModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0A12647EDAD1FF23D361CAFB71F592B /* RCTWebSocketExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4EA68A082458F92C6E70F37115AD737 /* RCTWebSocketExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - E0B59B9295BB44A284B36AE953330A80 /* FFFastImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B6B43F97C61155D4A91B85467532B091 /* FFFastImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0C51E809831DA0D79B173750229446A /* SKNetworkReporter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E5889E0FD052309084B4C5357C5A865 /* SKNetworkReporter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0C74EBAD5EA1E588C4565B77D8D13F1 /* RNJitsiMeetView.h in Headers */ = {isa = PBXBuildFile; fileRef = CC39FD52B417C1E8ED70A0F2759FFDE1 /* RNJitsiMeetView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0EEC0E1E97776D3A2CC48C97B5F3B34 /* TOCropViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CD6D306D95A8D8DAB3B90CCDFC26E58 /* TOCropViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E10D5565299FCDC9BAACFBA2698A5584 /* BugsnagSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 220019632FDDD1F5BD3B7C92F04F5CDA /* BugsnagSession.m */; }; - E1107239C768D43BEAB05160DCC4E36E /* SSLErrors.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94E8F12574FF413B0D4B850A506521EC /* SSLErrors.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - E12D5CE926F31477301CDD21E1F7531E /* near_lossless_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = A337730CA12247FB99BD394C44B00131 /* near_lossless_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - E12FB92A9136D97BC45EE9DF9E6F6BF8 /* GDTCORUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = B145337BEB744D3E67B1DB7573075BD9 /* GDTCORUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E1496D30FADF4499136DD65166E698C3 /* SDImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 722814987296B4EEFE118F15D3B5D770 /* SDImageCoder.m */; }; - E15D45C4250BCFBD0DFD7E8CDD401DB0 /* Orientation.h in Headers */ = {isa = PBXBuildFile; fileRef = BE1DD4983C9A55580BECB9C6C3D697D8 /* Orientation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E16A2700007A834B5F9B15BCB5BA9CD7 /* RCTSurfacePresenterStub.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3304082CDBAD96A43882975469ECD2 /* RCTSurfacePresenterStub.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E181EFF1D82F2C246F3C692C681462BC /* REAModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 40931F00E586919283A298B86B858868 /* REAModule.m */; }; - E191E9CB7974F8E8184A08EB6F7F026B /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 68FEA5714830185170AF4C87C428118E /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E193D852AF64AA6F243DF0DA884268EF /* FlipperKitLayoutPlugin.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6C61301D9CA45629C9D3FF006E1CB994 /* FlipperKitLayoutPlugin.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - E19B55E2231AD131A9532072960B4007 /* RCTFileReaderModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = C03E3C13A64DF58BB30696C60BB83215 /* RCTFileReaderModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - E1C92AEEAF907D9FBB3D536670867DE4 /* UMAppLoaderProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A088D69DCEBEC2C4DB966352F3168A0 /* UMAppLoaderProvider.m */; }; - E1CC48330FF2829046E319AE46460901 /* Allowance.h in Headers */ = {isa = PBXBuildFile; fileRef = CBEED72C0C964A5FFD071A1D9A4EE987 /* Allowance.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E1E8D74B6DEAF85073752EB8E2E0C9A3 /* RCTCrypto-Bridging-Header.h in Headers */ = {isa = PBXBuildFile; fileRef = 73F2BF79B5B9B41A730CFC8740E1D56B /* RCTCrypto-Bridging-Header.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E22EEC8F48C52D300DF7AB9165781A86 /* RCTVibration.h in Headers */ = {isa = PBXBuildFile; fileRef = 61852F402F4D6B6F18A8884F5709FCCF /* RCTVibration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2327D3B584B077F44BC593983B2F66C /* UninitializedMemoryHacks.h in Headers */ = {isa = PBXBuildFile; fileRef = 98974A83E0BB7078986D7D482E557EE1 /* UninitializedMemoryHacks.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E235F45E4BC8EBF6FC6D6BA73B07903A /* RNLocalize.m in Sources */ = {isa = PBXBuildFile; fileRef = 2062C98BE2352FED9ADDF3BCE8F1FDB0 /* RNLocalize.m */; }; - E237E2930735D5FE17376460CA8587D1 /* Fcntl.h in Headers */ = {isa = PBXBuildFile; fileRef = FF6C653959977C7460CCE1A8F124C7BC /* Fcntl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2494524ACA7CCAC62E1BCC82E2D2A63 /* UMReactNativeAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = D386D8C2284D35D6E57406BF2FC2E84A /* UMReactNativeAdapter.m */; }; - E25C02006FDC7DA69F88B1D3F2990528 /* FIRCLSURLSessionDownloadTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 5379DB501944DB49212D88297D88F1A8 /* FIRCLSURLSessionDownloadTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2696644CF61A03BE83C94509F3FE54B /* RCTSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B7154471B4C0108A96E233956854614 /* RCTSliderManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E275864857518C091CD5FF4CEEE87FB0 /* PTChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F9222630C5FC5D194D3CA3A34835163 /* PTChannel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E277715A79C28769C537CEC8E325E4DD /* SafeAssert.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 38551F1070B388D26067B64B2A282657 /* SafeAssert.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E2917BCD7D6F612E341009356C1BAB4F /* Unistd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5998B94642EF779D0A0B9520654AF5B1 /* Unistd.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - E2A3567CDB3E36CB123037C1FA6D4E81 /* BugsnagSessionFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 219339A8FF13524A1700AFB92DF1CA96 /* BugsnagSessionFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2ACBFA2B3585621F980C70B24C57C1E /* RCTImageShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 29A3BEA2E961F78E10A60366180BDE9E /* RCTImageShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2B38B0E73DFE014ACC3FCBFC43496FD /* FFFastImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DDDC1CD7AB42102F76715B6239FD153 /* FFFastImageViewManager.m */; }; - E2E53AD6DB0E28DA163A54BDA5D233E7 /* GDTCORClock.h in Headers */ = {isa = PBXBuildFile; fileRef = 32F755B76A08B53F7B6115413681DEDF /* GDTCORClock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E2E59856E8B51DBF7541BEE494889B8E /* CPUThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = F1CAB9E07D4BB4391E8BD119ABF7327C /* CPUThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E312281FD29F99F67D349635D1F088ED /* SafeAreaSpacerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EC0E997D9B3C1DE8622F249323338C9 /* SafeAreaSpacerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3189CA4D7BFEF893F93E00F4659392F /* REAAllTransitions.h in Headers */ = {isa = PBXBuildFile; fileRef = EA24EC353DACD525F97F4D374988D28E /* REAAllTransitions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E328E8141AF969CC6B6E80958E20061B /* EXHapticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C491D6EB47FBDBE1FC93C4AF7703743 /* EXHapticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E341738B130ED4CB85C14610CCD846CD /* UIResponder+FirstResponderTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = 6441F9E41C6B9EC2FDE6C6AFF098C4D0 /* UIResponder+FirstResponderTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E35701BC09C55B1B4AED6C5F39F0ED3F /* RCTDevMenu.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8084983274BBED73D5C758DC3DBC0B97 /* RCTDevMenu.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - E369D1223A27BC12ACD744B232E9C5B7 /* FIRCLSDwarfUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = 69BE1E053114EB052B970558A72F5CDA /* FIRCLSDwarfUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E381A9D1AE8C2633487F97B92055100D /* FlipperInitConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A1001AE9B9C32A87BFD0EFF23957AD1 /* FlipperInitConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E384FD68FEA058A67C14E8D1AE72AEE0 /* BSG_KSMachHeaders.m in Sources */ = {isa = PBXBuildFile; fileRef = C88A6816A9E5A8DB5A3A12825D3D6D61 /* BSG_KSMachHeaders.m */; }; - E3885FDC957CA06B4608B0DFA6FF526D /* RSocketParameters.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E30CCCF2D101FD497427F5691DD472DE /* RSocketParameters.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - E3965C408D516C6BEAF4534E48B66E82 /* React-RCTSettings-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 831ED1B66C1C1435316AF810BBE73AA7 /* React-RCTSettings-dummy.m */; }; - E3A90A81070E4FF242C92F71F79A8AE2 /* FIRCLSReportUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 72BE3B1ECB853A30DA2C021F4A5F8E76 /* FIRCLSReportUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3D61D9AC395EFEE82D23D14A5122226 /* ErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D46631059E5848C3631C66B8657357E /* ErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E3F24F050E10E05C03542DBADB501F66 /* BSG_KSBacktrace.c in Sources */ = {isa = PBXBuildFile; fileRef = 4410295409E13D3028BA2EC79B066AA2 /* BSG_KSBacktrace.c */; }; - E405F31F5C6FA81B4BB06D3BBA23914C /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = CAFBDF935384886446D9AF8539FEF507 /* RCTPackagerClient.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E412AE85586D1F3A187C4342C063DAA1 /* SDAssociatedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 39A907BE9008E60353DAE68C854E5CF9 /* SDAssociatedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4326EABC7FFA658103787352ED92505 /* FIRCLSBinaryImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B3DADA8B77481ED00A5528995D00E83 /* FIRCLSBinaryImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E43447637EA674B6D851D9CB445BE481 /* RCTSinglelineTextInputViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A5A517373BA233B0832819033BE2095 /* RCTSinglelineTextInputViewManager.m */; }; - E44324CE3F10A2C348D7CF7860D4CD0E /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 281BB357DBCF20811C3736E8A19FAC74 /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E46565E3EA460051FAE1BD5C5FBC05D0 /* RCTAnimationUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 909C940CF6ECDB1CF9D1F60906C1F106 /* RCTAnimationUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - E467E6999CC2EC1C7454506B0E17CBB2 /* GULLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D66719D23382535D423505292018152 /* GULLogger.m */; }; - E478E9E462B3A509047D6BB06834AECF /* FIRInstallationsErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = F08EFC60E153CED85E3B9D12A186E358 /* FIRInstallationsErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E49188CCEC47F2B014FEF6031EED26C5 /* PTPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EEB0D7A3F8867376C53E68E4A432027 /* PTPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4A18844927713B4FDC04C865B18F68A /* json_patch.h in Headers */ = {isa = PBXBuildFile; fileRef = 75CCFE2F8F7DD615590A677ED90EEAC3 /* json_patch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4A30EC10888C6AE1C92B59EC078EF38 /* ARTTextManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D70163D7AF2449B92356EA9BE574F1D2 /* ARTTextManager.m */; }; - E4A5D4B6B6E51731DC54DCEF2061BC80 /* PTUSBHub.m in Sources */ = {isa = PBXBuildFile; fileRef = 8366D523CD1241068CC8CFB1A128C489 /* PTUSBHub.m */; }; - E4DC4CE387D623CEBC86A48B1707A92F /* UnboundedBlockingQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 00DABF756E5646DAD0648041D404544F /* UnboundedBlockingQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4E2CBB6A4B829196EE1E11CF7AC1112 /* NamedThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = D950DCECCDD7E8398E8FDBD175CA2B54 /* NamedThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4EEE1EF71942FC57C3586BAB79F26B5 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = CE7C64FD65D2C2221FACE2892AF33A7D /* utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E4F10D52F88E3FA6F144B2EC3F64C303 /* SafeAssert.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 089A09671E5429ECCD84B421D5002839 /* SafeAssert.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - E508506EFE0D3BA8945057ACF89122D1 /* ExecutorWithPriority.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 78AF766A75F15E866F7B69F024877173 /* ExecutorWithPriority.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - E51D79997F69DB0268AF73DFD7B2750A /* openssl_aesv8-armx.S in Sources */ = {isa = PBXBuildFile; fileRef = BDF95C91B7B6BF0C8E841432CF902AAE /* openssl_aesv8-armx.S */; }; - E535A49E4E9C38AAFD34E2F065D9ACC6 /* pt-BR.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 007888A61EA4BF4D7E8F20F2B5CDEDC7 /* pt-BR.lproj */; }; - E537D4A39237EF143DD3295C7A517FAF /* Time.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A4D83B0C2B47423EC2C4E6E6726B89BE /* Time.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - E541E329033DAB9E62357091D08B21D6 /* Cursor-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 52FE0EC07B78B96E36D6E13EFC8E72A1 /* Cursor-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E541E62AFC061CA7B0BAB245DDC772E4 /* FlipperStateUpdateListener.h in Headers */ = {isa = PBXBuildFile; fileRef = DC825FE093DFFB228B74B4F503B76747 /* FlipperStateUpdateListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E55B28D6A83DAF241DBDB37430F8F067 /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = DFE2D9803208D4B2BBB983BCAE1B0601 /* README.md */; }; - E56F517254A3DD415A94128FFB078AB7 /* EXSessionResumableDownloadTaskDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = A559D7E8A8BBD08623139D81D40C716B /* EXSessionResumableDownloadTaskDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E595D3D370F3E809C1A78C2032320E9B /* RCTUIImageViewAnimated.h in Headers */ = {isa = PBXBuildFile; fileRef = C1DCE46E0EF334E3EE9FD667615B0022 /* RCTUIImageViewAnimated.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5C364BADE3B7F40B26C80274EEEA9B4 /* REASetNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 714AEF7BBAC99A6C905911D13FDF1ADF /* REASetNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5CCE2A636AE560812785A3F1FA71BA5 /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = E627CDB72F61D6949F9AE1C6A04F3C18 /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E5DC173E6B529F892B09C8C35C99D2A1 /* ARTLinearGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = FCE826FAC27EC97758261075C6A8A48E /* ARTLinearGradient.m */; }; - E5F20C7DAEC85FDD6497A6DDD03FD275 /* ResumeIdentificationToken.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BBCEEF45CAC6E856A475CB65E57D8050 /* ResumeIdentificationToken.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - E618C4FA1E4377465BA4EFE6B7533B47 /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D80BE2CE87BDB7C8CEB8FB72770624F1 /* RCTSwitchManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E66F4CAEA06EB15461AE3DB69A1F46D1 /* RSocketClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B8B0ED1772F1AD286F7A8FB9CEE02A3E /* RSocketClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - E673E0352A8B4350E45B7A109D3D4021 /* EXKeepAwake.m in Sources */ = {isa = PBXBuildFile; fileRef = E1D53F7B3F7DD31DBB3982F53512C477 /* EXKeepAwake.m */; }; - E6983B86D952BAE73D23331CA388051A /* GULNSDataInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = E9938E59B8C8452FE3CA6D9F4400DE7C /* GULNSDataInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E69C9453B676D3965C9B3020891FAACD /* RCTUtilsUIOverride.h in Headers */ = {isa = PBXBuildFile; fileRef = 447EA48A8FE6E4073B0F2091ED308286 /* RCTUtilsUIOverride.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E69DDA4D4F34E5236373D66759087A8E /* Yoga-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7458D149A39F65BBC4C758216928AACA /* Yoga-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6A02F25389CEE8C732734DEBBE6D6AC /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AF631082CEA672AC3B73940F5B4B117 /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6C1477B75602403F47EE94B8AC3B810 /* FIRCLSDwarfExpressionMachine.h in Headers */ = {isa = PBXBuildFile; fileRef = 670896CC32FD2BAE521781171ADA1F57 /* FIRCLSDwarfExpressionMachine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6C62B6D6520CFE1AD0F8B4D84680B59 /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EE384585D9ABAC8E404A1FEFB84E9A4 /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E6CB291B6C205834620C29BB90BB29DA /* UIImage+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = A7B7EF5C6607BC3A3F3F94B954CA5652 /* UIImage+Transform.m */; }; - E6F3085808A5C029AADA6F19DB1B6D3C /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6BFB5F65B8831BF38FE51745C4025F95 /* RCTDevSettings.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - E725CC98EBEA87BB135384871BC1A5B5 /* HHWheelTimer-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = AB84378EAD6C42DAADE8FC8CE75C7981 /* HHWheelTimer-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7261EC9C32688E53F4470BBCB60B0C7 /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0C1BC58115162F2086B174A2E09903C8 /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - E72CCEED4FCDF429EAD182BE4B540869 /* SDWebImageTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E9D5308BC2F12F4E1BD9CDEA3AA9E74 /* SDWebImageTransition.m */; }; - E73510C5132838079D9D644554350A7B /* BugsnagSink.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B3C592644773799E80FB3D3A56CC7CE /* BugsnagSink.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E74642FCCB3AA699C7215E8C1528BBCE /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 10E5FF49B79AEC6A4CA546885822F18A /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E76E10019899FF866B81BACD8AEFF56F /* EXVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E6E29A55374FD6CAB624EA63C07AFCCF /* EXVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E783EEAA611C3967BA049B75B021BE67 /* EXVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = A7D62B1795E042E85468AA95DE3BD043 /* EXVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E78D398DE9276B2D1131268BFDFE182B /* RNPanHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = CA0B36DE1F1C89B4403A9C8DD9D16A33 /* RNPanHandler.m */; }; - E7BF1B920BD363B05E44D6117BBCE9BA /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = C0F650BD9B2E89028D222093EBFCE546 /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7C7A31ABBE46F0FCE66C60D5C337978 /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F4FA594CA408E63F8F47D489F67309A /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E7D7BA3841D54C02A96441EA30BFA303 /* GULNetworkURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = DB310A2D73DAFDD05C879D5F03DB5773 /* GULNetworkURLSession.m */; }; - E8853B8ED3D089F47C87A8100A7A6434 /* RNConfigReader.m in Sources */ = {isa = PBXBuildFile; fileRef = C7E35C93D3CC1D83F6299B3F3E1A791F /* RNConfigReader.m */; }; - E887D3968BCE6C42FC99C714EC2D7C7E /* FIRComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = EA8021345334CB562D913E1FEA229892 /* FIRComponent.m */; }; - E89D722B40B275FC656C69383789D390 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A7E6D536EAED6D7CC353881F9DA7F1B6 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8A7615B2E19C59185F3FE545094D0E8 /* EXImageLoader-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 10550841684BCBCF0E4B1283FF198D3C /* EXImageLoader-dummy.m */; }; - E8B820CBF52E83BC9A9870077E14DE28 /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9799DBA96FF385F23E992A14DE63FC24 /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; - E8CC5FFEEDB5356A2CD709D767DE558B /* Singleton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B097EA029B1087BFEF60484DB16240D /* Singleton.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - E8FE2AD8DC3CD7D175D3DA800903B691 /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = B4D8B2497C0A299428E9C3F28E09FF50 /* RCTImageSource.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E93A956F448B8C78F04E6DC453EC1B26 /* React-cxxreact-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E9B4DBCBA626E6C49DFB838A8C576C5 /* React-cxxreact-dummy.m */; }; - E9401589D6055D31B2736752FABBA9F4 /* FIRCLSInstallIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = DBACB01B4493A75D58A748A39FAFDB7B /* FIRCLSInstallIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E94D80C3683619EC4A624856D8F1A137 /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = AC0C18BC8340EDE0EC1F8C3268A6EEAC /* RCTMessageThread.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E9507906BFACC44953FE9695FF76D597 /* FIRInstallationsErrorUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 241280FBA9CE703A301A49F7AEA11D74 /* FIRInstallationsErrorUtil.m */; }; - E95D6946EAAC0D88A62A9C4EF71E1A8A /* RNImageCropPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E2C115EE6C71135BBDA69C6248F6BE05 /* RNImageCropPicker-dummy.m */; }; - E96D9A91E3A4CD4BC3E29DF917B4B790 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = B812C6EEEB41716A61408017ACBB3086 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E97A160360DDE67F6147AFAA913F86A2 /* FIRCLSExecutionIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 862CF8754C7D88AC9E67F4CFA4EE0F4C /* FIRCLSExecutionIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E99398D99FABAFEF6F5C057A03AA02E8 /* jsilib-windows.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0D4E16E66C350A12106F67DC6409DCBE /* jsilib-windows.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - E9CEBB7DBEE768BE09E9129A3DC9A49C /* EXKeepAwake-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 54CBCEC805257372C4A2E400DDC2A5E9 /* EXKeepAwake-dummy.m */; }; - E9DDFAFEEDE47A966876D8FB486A1026 /* GULReachabilityChecker+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = E95400D9F83835EBCDBC72CB76FCBCEE /* GULReachabilityChecker+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9F68CFDC61C064F0952A5CFCC6C0B2C /* RNBackgroundTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = B7B7E30060A05F4660D1CD3A67C631BE /* RNBackgroundTimer.m */; }; - EA039C987E9D7A60AD91C80DB4364D9C /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A41AAF4C4D59FA84C68EA87A15A634A /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA1FA8F3007A208CF1223EB180711F99 /* jsi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A51E9549D1FD26CF384DAB6DA299296D /* jsi.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - EA27EC4F202A8D1C5952BCB7743404B2 /* SocketAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = CE66187D6DB9DA2BCDF9D4F5170546D8 /* SocketAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA2BB672D792ACB784A76D4C5B0731DD /* RNCSafeAreaViewEdges.m in Sources */ = {isa = PBXBuildFile; fileRef = DF64644ED4121763E71872A2ECEED903 /* RNCSafeAreaViewEdges.m */; }; - EA6270B241DA7F81EB3D922C0BB9778B /* QuotientMultiSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9173E43E4EC84FB477D8BDCB65290A3C /* QuotientMultiSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA6DF82DC5C8BCF80833174E7719EBFF /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = AB6E0BB01519F287B91A9E961561997F /* SDWebImageCacheKeyFilter.m */; }; - EA6E9BEACADFBE78DD7664AFEB56CD71 /* FIRAppAssociationRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = 79FC78D56A3FB19C0290641822FE096F /* FIRAppAssociationRegistration.m */; }; - EA7CA725DB5BFCBAC071B9BA428A50D1 /* RCTAppearance.mm in Sources */ = {isa = PBXBuildFile; fileRef = 06B9D1DAFB722F8830E2B06BD41AA29D /* RCTAppearance.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - EA99AB8A222378C603FB9730EB041094 /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 72533CE33A2B862C44EF197197EDDFA8 /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EA9CADA3CCEABA708DED157A492B4312 /* Math.h in Headers */ = {isa = PBXBuildFile; fileRef = D19120933CC9F8E20C536E7B81ACFE63 /* Math.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EAA54731FC53635D55F33556D33B9E75 /* UICollectionView+SKInvalidation.h in Headers */ = {isa = PBXBuildFile; fileRef = F3F012D0E52C3EFCF6F0D70B17A2B978 /* UICollectionView+SKInvalidation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EAB53F45737463F7D209A5FD6CF3478B /* FIRCLSRecordApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A35716CE53E5A13361A96727622758D /* FIRCLSRecordApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EAC01F056C09E5240270A5B8A15F0EBE /* NSError+BSG_SimpleConstructor.m in Sources */ = {isa = PBXBuildFile; fileRef = ECFBD1FEB37A05276C330CDCCE4A7C49 /* NSError+BSG_SimpleConstructor.m */; }; - EADDAD5BD214DC756488BB94AC42A1E9 /* FIRCLSURLSessionAvailability.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EE4F55D92BA8FCD5EA6735179C5ADA7 /* FIRCLSURLSessionAvailability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB1D79B1EE39A3B157180BF2D29E3E74 /* MapUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 32CA4020265B6284F12CABB3C529A4E4 /* MapUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB39EE20ED6A0592BACDAE5C5A8BB11C /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = C00CC7DA96CFD69C24C5224CD51771A9 /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB5CCB2677E44864024E1FEF3549F336 /* RCTImageStoreManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46AE9B2E4FE9A77B7DDC20407884429A /* RCTImageStoreManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - EB66BFD41BEBB5D81571F76712E05108 /* BugsnagKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E991BE86D645732D4B29144077897BE /* BugsnagKeys.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EB942B35A592A124CCAE6CDB6F3BFBA1 /* filters_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = AAA9E0336C4B1A2557ABDCC671F32A94 /* filters_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - EB9659F3617DCDC2D64A9A3199EE575D /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 25349A864009B46301B84888D04DFB10 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBA4B42F86FA19C9293C03AD8686145B /* StorageSetters.h in Headers */ = {isa = PBXBuildFile; fileRef = 6119A1233411DE72C541B3AD832EAB89 /* StorageSetters.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBA8249C41F8BEEE6250A317F2976046 /* FBLPromise+Async.h in Headers */ = {isa = PBXBuildFile; fileRef = 55F100FCF8475C73AD839A1593E9ADF9 /* FBLPromise+Async.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBB31A81A9245F1AF542525CD137D384 /* RNVectorIconsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2768AD8A3694814DD581950813C78CE7 /* RNVectorIconsManager.m */; }; - EBBA9CE9656D0EAEF367DCA9086A6CF9 /* ConnectionContextStore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6CDC9EFB2A2D03205FD07E3990CE629B /* ConnectionContextStore.cpp */; settings = {COMPILER_FLAGS = "-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -Wall\n -std=c++14\n -Wno-global-constructors"; }; }; - EBC51F79135BD1B07A6794A1702AD7F1 /* IOThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = F54096769414916B01BFD7919CC10608 /* IOThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBC9444E5BFEC98D2038D6F388FB29A2 /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = FB77BFD4ED3685D8046246A6A68B2FE1 /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBCF02DC62F7DBF127092630FE2633E4 /* ScheduledFrameTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 56E7435D7EFE29E83FEF00EFFEA8F73A /* ScheduledFrameTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBE74C0A7404EA90E5F94378992A99EC /* MoveWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = AC0C7D423E215D4DACF967E3C18672B9 /* MoveWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EBE79B265ABDC57C8AC4DDD1B4AD8B62 /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B5FCAAAC0C68256731C078B78AF9669E /* nanopb-dummy.m */; }; - EBF036116A54D5063DB7534163AC83C9 /* BitIterator.h in Headers */ = {isa = PBXBuildFile; fileRef = D3687B4CF13DB16ABDC716208A53CEF9 /* BitIterator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC082F428822E2FEA14BE52A6FDB820B /* FIRCLSReportUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EBD85841D242FEFD0B16ABE3C8D786F /* FIRCLSReportUploader.m */; }; - EC234681CD774296E0591BF9AE557C95 /* FIRInstallationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 53D6B54E7938CFEC34F60D1563460E37 /* FIRInstallationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC40FAEF114EC86138C42C27546B7E0F /* DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DCD73B06A7F104FEA844FDEBDAC3EB13 /* DoubleConversion-dummy.m */; }; - EC4D606AE18A9841E89818A19B6742DC /* OpenSSLLockTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 480F39171CB3AF2ED975A4417195ADE6 /* OpenSSLLockTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC5D1CC02AFB793E42779C072158BC17 /* CPUThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9FDD2193087A3C3FB74058EEA42CFF07 /* CPUThreadPoolExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - EC5F623AD19010CDCEAFCA232FEFECC2 /* YGStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = D6768D2F0F353D96FC4ECF3DDE62BFCF /* YGStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EC78BCAF95091BC6B9398B4ABE164D40 /* ClockGettimeWrappers.h in Headers */ = {isa = PBXBuildFile; fileRef = 76C4E399820A21199CC1E4C34E07EF57 /* ClockGettimeWrappers.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECA371488A9A4CF3EC04F303D254702B /* RCTAnimationDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 7215DC302778547D30B497018308A0FA /* RCTAnimationDriver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECBD429060DEC16908D656440A81BDF4 /* RNFetchBlob.h in Headers */ = {isa = PBXBuildFile; fileRef = D78D0B52620F4151C26332DEEAE2F63B /* RNFetchBlob.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECC014D16CBC092CE3F8DF77EE1BA855 /* REAConcatNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BEC7AAB11A153C17BDC1E61061D0787A /* REAConcatNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECCF81F5F061B785593B1BD3E433F28C /* EXAppleAuthentication.h in Headers */ = {isa = PBXBuildFile; fileRef = FE55980242366A463B85D53CE2DD69BC /* EXAppleAuthentication.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ECFA352A5032A51C1678D88432D23442 /* FlipperUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = DD16E5F90B34E3C70D4B721225D12063 /* FlipperUtil.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - ED0DC909534E5C34E1C9F20D5DB57C99 /* SKBufferingPlugin+CPPInitialization.h in Headers */ = {isa = PBXBuildFile; fileRef = AC16B370C34A50F5034C39438C2A8574 /* SKBufferingPlugin+CPPInitialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED1294A4072B1958A6928F5A789D4C13 /* EXVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 483A62CB270424832ADAB6D5D94F72D2 /* EXVideoPlayerViewController.m */; }; - ED2070F11DE78F9CB2AAD0FD718164B3 /* FlipperConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 739ADE93C1E852DFD6D6CE1E64501B98 /* FlipperConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED2B226C214F48D97384286BD6C91629 /* GULUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 48438DB6ECB50A848547858B2B8BBFA8 /* GULUserDefaults.m */; }; - ED2F0C0858C5E5AD26E73A0CDB46B75D /* OpenSSLThreading.h in Headers */ = {isa = PBXBuildFile; fileRef = 2608412276BE98D1603F950B593828B5 /* OpenSSLThreading.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED40076A1F8834B12C9399BD33941382 /* FIRCoreDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BBC2161C85464C7A1725813721552CB /* FIRCoreDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED5668982631773BE8077AF29D4DAD1A /* SpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E9C898302957A573CF41819FC843AA8 /* SpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED643329EDE1CEC51A7CCEFACF73F86C /* GoogleDataTransportCCTSupport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E03F5D52F91709551134348F940C22F /* GoogleDataTransportCCTSupport-dummy.m */; }; - ED65346A1AD96F08F623DCDE98D30851 /* MacAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D697C9F587B6EC355A8C63AD1CF84E0 /* MacAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED9A94F9E31CDFDD3017AAB81E8A2418 /* Observables.h in Headers */ = {isa = PBXBuildFile; fileRef = FD97EE7263C02696C7949AFDDBB65D9C /* Observables.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED9D3318787FE06F4AB80717E0038A08 /* IPAddressV4.h in Headers */ = {isa = PBXBuildFile; fileRef = 04347FE2C60FB984DA64F6E33F195F15 /* IPAddressV4.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED9F9F02D64946D4B0448AE52C05C719 /* FLEXNetworkTransaction.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D7CCC3A35ED01CF8DD97243D695A42D /* FLEXNetworkTransaction.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDA047DD73A736B3CF54F30AEEC95968 /* InterProcessLock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A2BD30F6D8B23C4E4175C9FB59808596 /* InterProcessLock.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; - EDA1DD2A7F3D1351F6EC07DF362DAB96 /* SocketFileDescriptorMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B0AB863E450571254336F2C37E2E6D6 /* SocketFileDescriptorMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDAD90856C1B85C2221448A235827569 /* RNFBJSON.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E2BF43091764C23C4990402C6C4CC78 /* RNFBJSON.m */; }; - EDBE659413C53F6E0987C8B7374EEF0E /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 21E6631746BAB094FA24624B6F6FE22A /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDCD9E4F6E8ED5FFD14C4E043A8DAA22 /* RCTNativeAnimatedModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 45C4D2AA7FD03CCD42ED422522EBF415 /* RCTNativeAnimatedModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - EDD0C48DB56ABF2BBAB7B3DAB6ECD4C3 /* EventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E8EC1D2B9B72480E87783EB77AAE0C17 /* EventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8651F6EB858161F4C25EEE33403F039E /* CancellationToken.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 85F6CD622423E9C138EE45B94362A35C /* CancellationToken.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 8651F9A44337C6E0F74B81ABC3DCF605 /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B4D120689E530168FE4B87A31A92AD44 /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 867AFB5470212F03BA232338807245C3 /* Flipper-DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DAE7A2692E7F564E6958228769028DAE /* Flipper-DoubleConversion-dummy.m */; }; + 869A9A3D7996DC1E0F0654737C8EC4E9 /* ScopedLock.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 83EE5B1A59B06EFFB72FCC380B82122C /* ScopedLock.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 869BF30E504609847F586390B7025424 /* FrameProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FDA28519DD3F0AD4D98F9F787A6904C /* FrameProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86B08AF4CC8B4504152CEABC745F9EE6 /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 9079E9B255A30F2CD2A57CEA12D2B80B /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86B0E32BC905AFDFF52ED41DA0E2D652 /* RCTTVNavigationEventEmitter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2FCBF627F1CAC2F3E915A184363FC424 /* RCTTVNavigationEventEmitter.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 86BB4A8FF89337786D969A1DCEFF1A60 /* sorted_vector_types.h in Headers */ = {isa = PBXBuildFile; fileRef = B1B5EAD64CFBE5A0B3CCB4E74C4AEE03 /* sorted_vector_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86FD974CA753FB72A7A06E26BCAF767A /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 56BCF70089D0019AFB53BCE74F7DB116 /* RCTScrollViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 870049CC5239CCD9D797076569408A42 /* SDWebImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4936BE198CA4CA50809965673E8AA0C2 /* SDWebImage-dummy.m */; }; + 8712A013B77EFFFE014DA5E077E5AD8F /* PTProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 24527175F6A31B914998D72AF9A77136 /* PTProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8734047203EB4D44AEBFDDE512D54454 /* BSG_KSCrashC.c in Sources */ = {isa = PBXBuildFile; fileRef = 143BB0BB1E772DDAD9EC0DFFA32E60D4 /* BSG_KSCrashC.c */; }; + 8756A506043272787C922BE16228D695 /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = E1D2D379B71FF0FBE4B2BDA19BF0583A /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 87698B3C8A298E5BC20329383C4C82E4 /* FIRCLSSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = C8F42025CCF1E0EE73C244A22AC227B5 /* FIRCLSSignal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 87B32E05F221060AEF5DA748E928842E /* FBLPromise+Recover.m in Sources */ = {isa = PBXBuildFile; fileRef = 07CD9237853F7177B1756059C47A8179 /* FBLPromise+Recover.m */; }; + 87CFEC01D268AFB031D5C429F463F914 /* Format.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E5FA0BDBDDBAF3DFE88E9A0B038D8A72 /* Format.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 87D0CB6FCFBBDC24364247FA6FD6A947 /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC7C445DFB51A0A8895A67BA796C9FF /* RCTRefreshControlManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 88027D0B8F6AD32011524F20BD72A968 /* FlowableDoOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = C5617F2FC998D480C862C4A4CDDC4B51 /* FlowableDoOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8823E953C3ECE493B78D7412DBE47964 /* UIColor+SDHexString.h in Headers */ = {isa = PBXBuildFile; fileRef = 687C6B80300E8DA5365EA671BDC5C876 /* UIColor+SDHexString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 884B5F19587F1A3FEA68030A268D572F /* FlipperKitReactPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C6E7195BDB8072FDAB3908CF9B70685 /* FlipperKitReactPlugin.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 884EDC9A3D5870C9F13A21AB92D54CEE /* FIRCLSSymbolicationOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = A6FDCE37FC8470156F2FB0FEE2BCD4AA /* FIRCLSSymbolicationOperation.m */; }; + 88600AFEE3D365D439CD6045B4388AD3 /* RNFBVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 36AA0CF9EDC69151C5781E3FCAAC0B35 /* RNFBVersion.m */; }; + 887BAB72B98BB7DDE713063DF46D3FB8 /* GDTCORAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 685602E60FBDC5CDDAC8BA1D4C1D2652 /* GDTCORAssert.m */; }; + 8895117FDB545D64D8E970BF378D0423 /* ReentrantAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3AABC173CEFDB3E4DB71464CBC5BC8E4 /* ReentrantAllocator.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 88C960DCFCB02B24ADB5034598E1FA3B /* RCTNetworkPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1D3E03323804483A8B1002CC1CFFFD /* RCTNetworkPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88CA16FFB865BA77CF894AD2626E8F19 /* RCTJSInvokerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = EB89BCCD643DFBC0FB1017F77E704EE5 /* RCTJSInvokerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88D25501490D4490EAC765641408310C /* UMDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D4699513F040957CB9723281D5E8479 /* UMDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89145077C851156997CC9AA5532E9F28 /* FIRCLSFCRAnalytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 945DDAA2417D5562D5FFEE8DDB64DC83 /* FIRCLSFCRAnalytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89258A5992E264B71F0F4861D15F3709 /* SingletonThreadLocal.h in Headers */ = {isa = PBXBuildFile; fileRef = CFCE68FCDCD707C79068E95A3A967672 /* SingletonThreadLocal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8943643D59AC550BC9CEB2CA66908958 /* SDImageHEICCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = F48D7D1ECF30F61D499166E7C5FCE238 /* SDImageHEICCoder.m */; }; + 89569EC4029E7DA38498C2C498233F15 /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = B5FFF1BFFF221C0CB64C1E125679B743 /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 895D05AE895A1A94E8D999782A73B135 /* Arena-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 505DC01EC690CDA77383F54D2B5CC354 /* Arena-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 896A5975C7E8FB754D8A56A0E38AB2F3 /* FBLPromise+Wrap.h in Headers */ = {isa = PBXBuildFile; fileRef = 15F9371AFC26821AD43D9285523D4748 /* FBLPromise+Wrap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 896FCAE76396674D717779567F8D65BB /* TimekeeperScheduledExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = ED309F648CBC016259600F3635F43F78 /* TimekeeperScheduledExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8985BA159F9AE27C308645C061F8BBF2 /* FBReactNativeSpec-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E91466509F695352464539E0A8C3FC09 /* FBReactNativeSpec-dummy.m */; }; + 899045CB103B952CEAB49ED135BD9BB4 /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = F99830DAE1C6BB4B52C2D71084D43F0E /* pb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8993C4EFE5410B6FC2FED13F386DEB91 /* UMErrorCodes.m in Sources */ = {isa = PBXBuildFile; fileRef = F641B55B73B979E4C101E9557F3EDE9E /* UMErrorCodes.m */; }; + 89942EF843F9E957897E407785F5EBEB /* RNDocumentPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D92768EACDE5ACF476B77CECA5ECCF1 /* RNDocumentPicker.m */; }; + 89962038722B977646E734E6721E5D8B /* RCTSRWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = BD6E3FC5A898C2B1E0A832C3B2E2B927 /* RCTSRWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 899AA898FBA054C228438ABC8E945BE5 /* FIRInstallationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = BA33A3FE36DC46AB873D1BEAF8F3D1CB /* FIRInstallationsStore.m */; }; + 899CC3F7FA28F6ECD8E5F094AD4E5BD7 /* AsyncTrace.h in Headers */ = {isa = PBXBuildFile; fileRef = A8286CCE197F3465EE67A8E32C7C5082 /* AsyncTrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 899FFCA3B165C5CD1981DB5BCCAD5239 /* EXAudioSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 08DD01A4E965226D8BC4FC41383EBAE9 /* EXAudioSessionManager.m */; }; + 89BD590323D5638455B764F5887B2DF8 /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DCD0292DD3F7216854E12614E7A4190A /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89E3AFBF07B14755FAFFF454CFD66A1A /* F14Map.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AD52B24ED4122E0D296351770E21F71 /* F14Map.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A1B0AFBE8593AA076D9820952FC8409 /* ParkingLot.h in Headers */ = {isa = PBXBuildFile; fileRef = 51B4A34003CF6A66513D01C42D3166A2 /* ParkingLot.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A24EB35BEA8EA36BDA5A3C8559F7F60 /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AF2B6AE6C4383D0113F3EBAC25F3631 /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A3C214369E1E31F6977C8A87F15800A /* BSG_KSCrashReportStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D1E86685077488548FA721D61F797FF /* BSG_KSCrashReportStore.m */; }; + 8A452FF8EC2954F61B0499E5CDF8E776 /* Benchmark.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 41FFD780B2EECEA59A816381F57BA52E /* Benchmark.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 8A5DFEA582F669615820E282C134CBA4 /* Common.h in Headers */ = {isa = PBXBuildFile; fileRef = A1FA33F9C3C40FB33FAA2F8D92F840A7 /* Common.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8A76E4D1BAA31750EFFC8574E8B6ACA8 /* JSBundleType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3DBD6639A8ECB049C054C81E674B3EC2 /* JSBundleType.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8AC76BC7EB07E8D410997B9C96FEFB64 /* DistributedMutexSpecializations.h in Headers */ = {isa = PBXBuildFile; fileRef = 144166EAFBE39D3603FA5CDBC62325FA /* DistributedMutexSpecializations.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8AE0F3756B30F9D2A378D68E4596A514 /* UIColor+SKSonarValueCoder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 883CE17F2721B97DF732F8B1A565744C /* UIColor+SKSonarValueCoder.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 8B0A42BA4E6FB8A2C9D4AA0DBE47EFB9 /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A86BEA0C197B97291FB70BC98056C3 /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B288FF99FDD4FF638F0E789B5DEB042 /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DD8DC42F0FFFC96C873E1C2A8A0A759 /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B2B62EF264B1407B2CA449017F99828 /* GlobalThreadPoolList.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E5A2972DCC76B25BA302F7753968308 /* GlobalThreadPoolList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B51A33CAD3BC04DECD6545D4E6BBB7D /* FIRInstallationsStoredAuthToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FF83F1EFF96ACCA38944ADB20A1D894 /* FIRInstallationsStoredAuthToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B5AB398004BA4A3FF0338E0964A86B7 /* SDImageFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = FFC7AE5BDF4F56BD89CCD26EA85CC54F /* SDImageFrame.m */; }; + 8B7B66D4C810FF9452F3CAE844F1B82F /* Flipper-Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 23D83884863E7B8B775CF0A3181494C4 /* Flipper-Folly-dummy.m */; }; + 8B927C6433F4C838369E437B1F6CE3E8 /* Latch.h in Headers */ = {isa = PBXBuildFile; fileRef = E7B66A3E12C0D708F2B5CE6CA6E37B0B /* Latch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B98D9EAEF97347856958BC87D92DFB6 /* JSBigString.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AA44050E5587A713DE4EE46F41B7FA6 /* JSBigString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8BA48D2A24BAABA1CE07C55274CF88A1 /* FIRCLSDataParsing.c in Sources */ = {isa = PBXBuildFile; fileRef = B45068D688FB76D72FBC5BA439BEA65A /* FIRCLSDataParsing.c */; }; + 8BACD6D08335CACDAC7EC574B832A193 /* READebugNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 514CB02E8C846A54E6EF67A615C99674 /* READebugNode.m */; }; + 8BB527F62230ED1D60A76E499B58B239 /* Aes.m in Sources */ = {isa = PBXBuildFile; fileRef = 37B72A1B6814F32C7AF02DD191124F22 /* Aes.m */; }; + 8BB6F3580223D7CE6AAA00E2F1AD3002 /* PBEncodeItem.hpp in Headers */ = {isa = PBXBuildFile; fileRef = B46B9000485EA36C8993212CB89A82F1 /* PBEncodeItem.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; + 8BF779750A317B52D5D8048A9CC458DD /* RCTHTTPRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 1564F064BC7FB538AC2958CE2F7CAF97 /* RCTHTTPRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C0F0E8A3211743FE3CEFE79D252DCEE /* OpenSSLLockTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = ECC48F775A418713B34729AB41EF64BE /* OpenSSLLockTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C1A16B88AD15B0F8D07A97D1DF19352 /* Event.h in Headers */ = {isa = PBXBuildFile; fileRef = 07175D29AF10E770288BF8B9D85FC3DE /* Event.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C29FD86555ABED6915D95060F82AC0E /* ProxyLockable.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CA3A3E8B8CD76761016D2F850627D82 /* ProxyLockable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C341F59EB6702C296FE4472CB9E3D91 /* EXFileSystem-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BE5EE285FADD586783B42D22E550058B /* EXFileSystem-dummy.m */; }; + 8C4BE58C7E4081FBDCE00BB59CDD45C8 /* RNPinchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 08B57705AC00A05253CC6DD9FC10187D /* RNPinchHandler.m */; }; + 8C5B1BA4840A92F9B1AEBE1EA1761236 /* BSG_KSDynamicLinker.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C6C830832BC7D7C39A270128476117B /* BSG_KSDynamicLinker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C68050B374FB14FA9350D3BD22D094F /* SDWebImageWebPCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = C9B931CA344AD2F9AB3D5223A302A42F /* SDWebImageWebPCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C8E96F03A7BAB6B3647BD0F76CB7810 /* RNFetchBlobNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 272062318C1FFD878DD4E468C4215242 /* RNFetchBlobNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C99C499FC2AC2AC1C191A6146CDED0E /* EXAV-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B865DFD067F1D741291FBF66A597878A /* EXAV-dummy.m */; }; + 8CA192619C34A9394EAC3F5090897B62 /* UICollectionView+SKInvalidation.mm in Sources */ = {isa = PBXBuildFile; fileRef = F066E1FE8B4101BD32F67BF9BA317CD7 /* UICollectionView+SKInvalidation.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 8CC1C6C841AB94CEA8787AF5754571C1 /* UMReactLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0546496D55B12E0B66130FF244AB7E09 /* UMReactLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CD76807160CC1482ACD05CE762057ED /* RNLocalize-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7291020222CAA31DD8ADB5F9DABF8AF7 /* RNLocalize-dummy.m */; }; + 8CDE0B98668EF6D05F80CF0E07562BDB /* SDAnimatedImagePlayer.h in Headers */ = {isa = PBXBuildFile; fileRef = C46FD25E47E045CA4C193072575AB3BC /* SDAnimatedImagePlayer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CE39168C87467FD46698F4B6E48376F /* GDTCORClock.h in Headers */ = {isa = PBXBuildFile; fileRef = EF1074726BB5D4DB69C6542C0D3CB716 /* GDTCORClock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CF5EFC9B3E0DD6DA06EF9DA10842ADE /* RNCookieManagerIOS.m in Sources */ = {isa = PBXBuildFile; fileRef = F7716B6680E6859C1ED4B8AC9C3C3655 /* RNCookieManagerIOS.m */; }; + 8D34928C910D05D9AEBBC2B76762BA08 /* KeepaliveTimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BADC2117C47762E9A5618200C9170DBD /* KeepaliveTimer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 8D41A2CE1F193824D8DA083E27688E68 /* DeferObservable.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BB845326BB43E0587B4A1AB7180638F /* DeferObservable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8D77643F79FFBF648325E9A351C5C8C1 /* RCTMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = 18B420544DFE8AB06F95D49E386C00AF /* RCTMaskedView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8D7C15503C98FAC8A720818659B92809 /* RCTSha.m in Sources */ = {isa = PBXBuildFile; fileRef = 091B9316E2C55E334701445636365921 /* RCTSha.m */; }; + 8D939C6D9181ED74A1B61BF4C139C91C /* FIRCLSHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = E249493F4DC300904E721B3C9286989B /* FIRCLSHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8DAD30EA0E9E1BF54AA2F17B2A64E371 /* FIRInstallationsLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = A4959246A8B3A173B7782707FF64DADD /* FIRInstallationsLogger.m */; }; + 8DAF2F82F1EFDD4A3E20C424F30A95C5 /* Promise.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D9AF96F88680045728AC4C4F4525E3A /* Promise.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8DE3E85DC7E63C1D5052543F1CBDACC7 /* F14Policy.h in Headers */ = {isa = PBXBuildFile; fileRef = DE3B5D1E43D3FE530CB383A136852596 /* F14Policy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8DE7867E4B08954E1C9C4238DC92BAB8 /* RNCSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = B39B12F1A5E14751041492FCCBF2033B /* RNCSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8DE788B27EBABE1BFF153505676730FA /* SKBufferingPlugin.mm in Sources */ = {isa = PBXBuildFile; fileRef = 23341602752053597CADA7B8CBEE4403 /* SKBufferingPlugin.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 8DEAD0B82CA1CA43F146352D0CB4AA22 /* FIRStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 796CD8553C5802D31544788DC42D6954 /* FIRStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8DEF920E938CFDED9F600936FF9CFADF /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 9D241354271BACCED4B10713DBE1F73E /* en.lproj */; }; + 8DFE146E8C742B6643B139BD0B17E695 /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = D9D6448E0E06535CCFEED6A45C2B3C5F /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E1FC026F556393B02A86BCAD265D5E2 /* NSBezierPath+SDRoundedCorners.m in Sources */ = {isa = PBXBuildFile; fileRef = ED1764E035F847AF81394542EECAEF99 /* NSBezierPath+SDRoundedCorners.m */; }; + 8E7090AFB836A69A5378A5633B46B282 /* TypeInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FBAA894CE5747B29CE616102D70E5F2 /* TypeInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E778A8AFD7A72EC1E9678DA3B22C024 /* RNDateTimePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = B560C5836ED0777BA9CC16792975A444 /* RNDateTimePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8E9F78DEEBA08DA23DD0F97256C9F30E /* SDAnimatedImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DA985AD107AE755BE2DFA1DE2741257 /* SDAnimatedImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8EB6AE45E015DA5B8D8870839F39A6DD /* GULLoggerCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DCFD86117B85F8793F5051E9FF6E1E2 /* GULLoggerCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8EBADBD4A48F5BA161B98DE9144AAD7E /* RNReanimated-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A7449EFA06E66253E4E9BE3C02F42FD1 /* RNReanimated-dummy.m */; }; + 8EBB6179EF175D760444466821B8AA0C /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CA3A9A847227A1B47BC323589CAC841 /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8EEE8A3E4067BCAF4F848C28DCE537E6 /* AtomicNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = F2C4DD8F7E693DDCB52615BF91AADFB3 /* AtomicNotification.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F23A8F8B949ACD642FB9DFDBC676D54 /* Restart.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B1707A672948535A931072E1F755116 /* Restart.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F278995C8B97131DC76DF6CFF1601C1 /* yuv_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 6ACF4106397D7F2DA54082AED34ACA21 /* yuv_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 8F2F44E2214C879A153B4FB3BD97D658 /* SSLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = F4ED5D2AB68AC9DC3AFC7FFE6A02978E /* SSLSession.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F465F9DD3889D3837D0D8E025219205 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = 24E6B55212718489DDE516F0095A3BAC /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8F58F2FBEAC3732F3779F925B630616F /* Subprocess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B74524BE3DF67BF52FBEE3CA104F86E0 /* Subprocess.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 8F5BEF5386A30D47887CA8F76F8EAAD1 /* filters_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = B87983F3BE186E9A8B843655CEF7C65C /* filters_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 8F63AB259A7D51B011EA55DE02E7B0FB /* EXPermissions-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F0E869378E98258663692CAE64D3225 /* EXPermissions-dummy.m */; }; + 8F65BB08E3367AC17C5D4ECFCFD4FDF6 /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 40975B0D8530B3851E16A8DE9DE30CF3 /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F6794230B0BD4EF304F45550F4C6677 /* MethodCall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 210CECCD609CC3C45A9E483A9FDB6D41 /* MethodCall.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 8F8323DA77A223DE2FD3205BD1F97A85 /* RSocketServerState.h in Headers */ = {isa = PBXBuildFile; fileRef = 50A50A97EC3C954256B3D9F8339A7A58 /* RSocketServerState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8F8EE9CD7E734AE8E58C037402B6F669 /* SDImageCachesManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F6D143765B26A2CDFBF435C1176363A /* SDImageCachesManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8FA40D8BB0950AC0E83488AEF4440FB1 /* hu.lproj in Resources */ = {isa = PBXBuildFile; fileRef = E78BD45851D383772918D376AF29FDAA /* hu.lproj */; }; + 8FAA51C90F816D9972D541CF7E13F75D /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D3B700A25B61CBED5D23753C9361F3B /* UIImage+MultiFormat.m */; }; + 8FC8BE266412278F6A06262CEFC25FE7 /* RootView.m in Sources */ = {isa = PBXBuildFile; fileRef = 724974B0E7925F98994D3CAF6E6DEB92 /* RootView.m */; }; + 8FE1D07A24CF0B515452F525F4144319 /* RNCSafeAreaViewEdges.h in Headers */ = {isa = PBXBuildFile; fileRef = 13204D1DBD99998D3398EF8FB64CE9DF /* RNCSafeAreaViewEdges.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8FEA7CCBE95369836128207D21E7EBFE /* UMModuleRegistryHolderReactModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 51C86608809F431866498A0826C02853 /* UMModuleRegistryHolderReactModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9000ED0C5C7BF90A5AD7B407D0EA396E /* EXConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 66CFBB4CBFEAD63EE3FC74774E96F6BA /* EXConstants.m */; }; + 9004BD3B2B71C20129D136519D9E375D /* QBVideoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = B855631FC41E72EC02F37BA684CDF702 /* QBVideoIconView.m */; }; + 9008EEDD5F909E2593F9AFEA4BE3C3B2 /* ChecksumDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = D7BEA8A3A6B124B4E9B0C722EAFA7FC8 /* ChecksumDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 905D94E8C81E3E4D92885F63365C0147 /* BugsnagConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = E6D329ABF8B505D705CED921939B982A /* BugsnagConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9066E9AA143B08DAF36709D6FDE23D59 /* FIRCLSProcess.c in Sources */ = {isa = PBXBuildFile; fileRef = 7A6F3749C087FCF308DF196556357C7F /* FIRCLSProcess.c */; }; + 906F81B02AF6433FF551221C78F8683D /* RNNotificationCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 62D3FFC76E768F50527141D4D81DE464 /* RNNotificationCenter.m */; }; + 907FDD32586A7EF4BC8DD2AB46AEE107 /* yuv_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = F1BEE0873E5F10C1EAEB256BAE398E41 /* yuv_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 909337DFBDEC66DA7557FD9BD57988D8 /* MemoryFile_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 845D74BBD351AA8079E571392D1C0E7C /* MemoryFile_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; + 90AC36E8F28EC86B055ACB4988775AAC /* FlipperRSocketResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 992BD5FC7AF125FC198350E045910B0E /* FlipperRSocketResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90B4F01FC7DFB0814BBB95849D8A62E6 /* frame_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8CE2A048FF71006E42E3A8193DC390F9 /* frame_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 90C1B501AD6B1A8F1F4902C14373984E /* RCTInputAccessoryViewContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 306C77FF57CB4BFB1500AE14020D2F18 /* RCTInputAccessoryViewContent.m */; }; + 90C8C169DEB1B769E3F858272E4523FE /* SDImageCachesManagerOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = ACFE7AD27756E0A56A7255AA1A29295C /* SDImageCachesManagerOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90D3B37EBF063AE212B4CA928CD5D825 /* OpenSSLPtrTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DA1F1100B5049BD1A54D2EAA239C41 /* OpenSSLPtrTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90D7982592717BD9EFBD04E351ED8C7E /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 21B3A7BE2BA53AEF2DF324DEAE4BC616 /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 9108D95C328BA25FAB0A46CC56C9944D /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = D7FEA9D9B055FABDD4A52DC5CB13BE94 /* RCTConvert.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 91325B6D7B31ED251CC11E1EDB365E03 /* syntax_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = A11499E78FCB711771CC5ADE6EF5BD55 /* syntax_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 913FF1019A59CE7C500A7328776309D0 /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1316F12DDAF1923F2A33044388EA569E /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 914D2E601FEC3DC52590C8293997A78D /* FIRCLSThreadState.c in Sources */ = {isa = PBXBuildFile; fileRef = D125084F9F245889C9DE6B2FC0E99AAC /* FIRCLSThreadState.c */; }; + 914E14C60F274CEF4451B343256D54A6 /* FirebaseCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BF20AEE9629FF57E3DBA1374DF5158B /* FirebaseCore-dummy.m */; }; + 9156CAE7B51C32678CE8B93FB88C60E3 /* SKViewDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = C269164ABE0554ED5356E1D7761DAEF0 /* SKViewDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91668CEA109EF59E74EA68CF65FFA8B3 /* EliasFanoCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = B83E6F934C634C4408B9B5CBD3711AD8 /* EliasFanoCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9181B45F494D8E6F27130B02AF49F11E /* jsilib-windows.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE39CB41921121BD7F11E467678D9D31 /* jsilib-windows.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9199F2A1FBE0E61F7D9ED8A2753CCF25 /* BSG_KSSystemCapabilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 4ECF75C457511BC97636A6DAC002131E /* BSG_KSSystemCapabilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91B08BC753CEE8F9B97DFABA5D2B37B4 /* FIRAEvent+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C02134652DC0E225160FB001D088C81 /* FIRAEvent+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91D0BC0B7FEA729E15BDF86C85B51597 /* RNCWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 182B047509820834CB289CB4785E27B2 /* RNCWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91DA3D989BC60DDB09CE59B55E66DC73 /* json_pointer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2FBA720AC34082FE3A5CE0DD59A59F4C /* json_pointer.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 91FDD7B907E719D2F2F085B7BB70929B /* EXAV.m in Sources */ = {isa = PBXBuildFile; fileRef = B70B14CBB04757856028D7E4CB72DA19 /* EXAV.m */; }; + 920495374A539B475136C73A5E57C366 /* Retrying.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D77327E12522BD66B0D30F1750F8F40 /* Retrying.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92054AC4075E2966EFE3ED4AD7BBFFBE /* SysResource.h in Headers */ = {isa = PBXBuildFile; fileRef = 964E5D3773A0F9836351C7D1157D2063 /* SysResource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9209E7557FE92F486CD149A46591A875 /* React-Core-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 966F6D42B400FE804C91606061DF3033 /* React-Core-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 922079CB711C371F3990446AABAD0094 /* AtomicHashMap-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FD2212C32FB6588D5F6BCB188042E17 /* AtomicHashMap-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 923290319C3F0C301063EAF1F3FA91AB /* RNGestureHandlerModule.m in Sources */ = {isa = PBXBuildFile; fileRef = DB341E8302C7DA9FADD26EED0D1638D7 /* RNGestureHandlerModule.m */; }; + 9233EAF7361D5B9DA4BCF4E6B82EDB14 /* GDTCCTUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 5133650B4ADF600B754741A7C41F4682 /* GDTCCTUploader.m */; }; + 923DA1F34D80B84C331142BD8DD784AF /* FBCxxFollyDynamicConvert.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3AAAB72B09A3F282CD608B001E7C3B86 /* FBCxxFollyDynamicConvert.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 924B832842FB7FE269790FF4647D1CA5 /* rescaler_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 908DF3BD9F9EE2B44E09CE2D18A280A9 /* rescaler_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 926900D8D8512D08BBC1F654CF2F013E /* UIImage+WebP.m in Sources */ = {isa = PBXBuildFile; fileRef = 906A7119807C1AB50E631EDF48DB7703 /* UIImage+WebP.m */; }; + 926998A0F32ADB050748C38E7318833A /* RootView.h in Headers */ = {isa = PBXBuildFile; fileRef = BED55F57EAFF64987DBA63EAA578E999 /* RootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 927877899F2B15DD52C1182102814E70 /* RangeCommon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2DAC3515B699F5348095BA37D913A13D /* RangeCommon.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 9279579B2D5C891F84B536944AE5F34C /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 971F6980AC142F945F3F5B9BEE8FFE12 /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9289B052C0A4C16052336B089EEE6B56 /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 483D58D7C717E7418C4BD2707C2E636D /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92B18D20B5A6508B18885EAFC6FBFEC3 /* Yoga-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ACC61AD7D317668A11BE89C1062AE916 /* Yoga-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 92B5B6C97E1A6F41BB5539AC5E0A6075 /* Sse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B1638A4AE6B897DDCBE313B7E302D203 /* Sse.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 93016A61649F76D78403148C998A04A3 /* StorageGetters.m in Sources */ = {isa = PBXBuildFile; fileRef = 3662CE20B49CF29EB7741E0C534B58FE /* StorageGetters.m */; }; + 9301A8FCAA88B9BDBE50BC02708F09E1 /* SDWebImageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C4BA8951FF4749378980A0C90981761 /* SDWebImageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 932B0735C757A51D3A6DED49DC5D6440 /* BugsnagBreadcrumb.h in Headers */ = {isa = PBXBuildFile; fileRef = F0DA73BEBBB5B04D1FF3B223277EEA88 /* BugsnagBreadcrumb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 933A07344B992D335D2C0DA6C3451F0C /* SKEnvironmentVariables.m in Sources */ = {isa = PBXBuildFile; fileRef = E44E84C86228E251FE0B31D0C4A6AD72 /* SKEnvironmentVariables.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 93427B758FAE5774AB2DB84163A1CE85 /* Foreach.h in Headers */ = {isa = PBXBuildFile; fileRef = 06A2859FB3B2D27B0C9324385973775F /* Foreach.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9345665E28983145E1747002C89FF0F9 /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4766F8C8885C09721BDADFFC5921980A /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9351BD63555015AFD281DED05BF68D5C /* FIRCLSDataCollectionToken.h in Headers */ = {isa = PBXBuildFile; fileRef = CD30B3EF429A201063D368E2D0475B4F /* FIRCLSDataCollectionToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 935DBCEA949E0CE5AF56CCDA0F747274 /* GMock.h in Headers */ = {isa = PBXBuildFile; fileRef = FCF8ACAF97A58556468490129AB66C7E /* GMock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9364A0C5608F417657D2A4F40C97B934 /* TimerFD.h in Headers */ = {isa = PBXBuildFile; fileRef = D9973CB60DA879282801C4B02A956687 /* TimerFD.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 938B4689C9B33CA1DF37B90436C1AD3A /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D01199F240B9C44B0B8666651D283D6 /* bignum-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93B1B5AA846FF98B591DE480C117BF1F /* RNNotificationCenterListener.m in Sources */ = {isa = PBXBuildFile; fileRef = EADB00B363C88E3C6B7CCCBC8D9EB813 /* RNNotificationCenterListener.m */; }; + 93B875C59873FD40F003B03E0A2EF720 /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7940BD2651DEDF343D573E9FCBD79638 /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93C0C00B856FEE25CEF5D5233F2EEEA5 /* SafeAreaSpacerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1361757F1F017A72131FAD80D0FA5148 /* SafeAreaSpacerView.m */; }; + 93C77C54EF5BD1DE8F1D3B5ACFF1C3A2 /* RCTUIImageViewAnimated.h in Headers */ = {isa = PBXBuildFile; fileRef = A2794B9B09E61301DE2084E184D01A02 /* RCTUIImageViewAnimated.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9417FE723FCE380F962012D1016D3D15 /* Hash.h in Headers */ = {isa = PBXBuildFile; fileRef = C7B1E62019E8AEFE0A53EF1A23A302A3 /* Hash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9441B5045B2A22E38DA5DF3B396D936A /* AsyncServerSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8A708508FD76815E6CBFE650E175E77D /* AsyncServerSocket.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 944A68F34CA455FAAE78DF90D3F1D11B /* GDTCORReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 93BC81BD4B8421AA0D05341EE0B566EE /* GDTCORReachability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 945549C70EFC3F79AC3BBFDAAF64CEC8 /* EXSessionResumableDownloadTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = EA83077153DCD7AB2B11A7C9E5C23E0E /* EXSessionResumableDownloadTaskDelegate.m */; }; + 945725B60FEB0A00A7E812FA10F22768 /* EventUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 668DDB233AB6DCDB3D011837485392DE /* EventUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 948DC7DF2AC15E1AD8D421D34AEA37D7 /* BSG_KSCrashIdentifier.m in Sources */ = {isa = PBXBuildFile; fileRef = DB8EC529CF684407862D0CE48DC2E240 /* BSG_KSCrashIdentifier.m */; }; + 948FA39CBDDFC9EB70E4656854688197 /* FIRDiagnosticsData.m in Sources */ = {isa = PBXBuildFile; fileRef = 46338FE5E05B38F4ECDE7AFB8C372458 /* FIRDiagnosticsData.m */; }; + 94B3B1C877EF496BE3927C0A45D6504F /* RCTImageLoaderProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = A6D8B26399EB11DCD13C2FE7597716C3 /* RCTImageLoaderProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 94C401FCBE56C3D8E3F9FC8149002F39 /* REAConcatNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4148650F89BB7671F7AD6E178535E393 /* REAConcatNode.m */; }; + 94C7736B06227F10CB89630E1917E3E7 /* RNCSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 656C39989F4BBA58463712D2CC9ECB78 /* RNCSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 94D0DC10250EEF0B5FB2C168707A7B75 /* FrameHeader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 076EE8D97EF7A6EBC91CD96E90D1A10A /* FrameHeader.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 94D2422245C77FD71026BDB193AC4A03 /* FIRCLSURLSessionDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 62941B228C8E98E989E0A8F55E26915A /* FIRCLSURLSessionDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 94DE6D39137AAF5F53D6DB44E1B2900F /* CodedInputDataCrypt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C3FF137BADDFE43A3D43D7DD44A6676C /* CodedInputDataCrypt.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 94ECA757CC324490097B44BAD41B047D /* AsyncSignalHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D27A4E53812367C6079BB5B0AC57501 /* AsyncSignalHandler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 94F9E6BF384F7C7F6E013CBAC9FB9B74 /* FirebaseInstallations-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 755D288E71799C55B35C4C01FA4E9849 /* FirebaseInstallations-dummy.m */; }; + 9502B71FB49E19F87B76C938BCD2329B /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = C78923277C289FDDE40AA8D77DC34B17 /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95051516FCA4D21C894E734AD1CFE061 /* Types.h in Headers */ = {isa = PBXBuildFile; fileRef = 307DB26CCB565242806D4B12FFEFBDC9 /* Types.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9516EE4D56D4185C7480C84A5DBAF26F /* cct.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = F0A20D400112D927779240123592213E /* cct.nanopb.c */; }; + 95184CB22AEEACE699868A2F6057ED00 /* backward_references_cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 15CD676C4280876800A904F148E764D7 /* backward_references_cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 9539F912D42A29F21191DE93F7FE1B93 /* LockFreeRingBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = B5B808C7C899F74D771995A60AB7402D /* LockFreeRingBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95577C9C0C99C2FE45E2A90B74A8A5EA /* CodedInputData.h in Headers */ = {isa = PBXBuildFile; fileRef = E5B8E98722DF82B4FCF72C564273E7F5 /* CodedInputData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 955EC830DB7E6205DE2C545D1430285C /* UMBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = ACE309DFBE5F742E7D85B65E5C12E08B /* UMBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9566CDBF3A795F66FFDD4998FB4B421B /* HeterogeneousAccess.h in Headers */ = {isa = PBXBuildFile; fileRef = A4C3D8518542DA0E8037D1D7FE635AF0 /* HeterogeneousAccess.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95797DBDB86A6EFE8F8E0423D819DE63 /* FIRCLSFile.h in Headers */ = {isa = PBXBuildFile; fileRef = 65061896354E14FFE9FA62CCD47449AB /* FIRCLSFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 957B31A7646C9F34BC06106C7547E211 /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = FF2F0EBA21C0957D42D430C1E09E2B7A /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 95BC45629643578D207111CE8C5A89E7 /* F14Set.h in Headers */ = {isa = PBXBuildFile; fileRef = C4DF22F1747968490088396150223C6F /* F14Set.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95C475A94E42D7F31F55E68DA26570C2 /* RCTInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 11A03DE47CBDE423FC47DDA29F3136E4 /* RCTInspector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95CBFCCD487B7F2300BE4A7F78D42DA8 /* FlatCombiningPriorityQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 6353F876492CF27AA5E2CD8FBC6F8B7E /* FlatCombiningPriorityQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95CEAF56E53A963076C7168EFEDB7C2C /* GDTCORUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = E86CFB45F7E77FE0732B71E4E950F03F /* GDTCORUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95D6ADA011F5BC6CC5F4D5A874A5DC22 /* FBLPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = 73E2B26B49CCF57F4F2FBF4809F14470 /* FBLPromises.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95FE7368B4CBD552F0BA9CA567D2E100 /* TimeoutManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3FC0717E49BA9AC1408D053AA64EF4A0 /* TimeoutManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 9624DFA3C4B2B4CF6C6F0DE32AF39F33 /* RNNotificationUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C96DE1AA32329A2D07E963B9DAA1CFA /* RNNotificationUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96362AA248BC42E188B67721FFED3509 /* FIRCLSAllocate.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D59EB8B78779F9EA55989B300F44159 /* FIRCLSAllocate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 963B23A1D3F4107791F9038013F6C309 /* FIRCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C2764E678593EF39C3FC9B21BC0CE9F /* FIRCrashlytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 963C8B24954C67E4B9AC6037C759EEB7 /* GlobalExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = D674CB63573687A20A05CD78E95B7464 /* GlobalExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96A14969C4CCDA7270720D606BFF7CA7 /* json.h in Headers */ = {isa = PBXBuildFile; fileRef = C47B8307C806973CC3E2DE384F1D1D53 /* json.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96B0CE115D0DF1E7C363BB7F5CDAE7D1 /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = E50F92D931806DE3585DFE7A364495A2 /* Exception.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96C4068BF122CA796B64BDFD2468381B /* FLEXUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 442092B4C183043A0E146BF6588195C5 /* FLEXUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96CC49FA6D8E3687C8C887FCF50FF4EE /* EnableSharedFromThis.h in Headers */ = {isa = PBXBuildFile; fileRef = DA162A95EDFC329A11018E75AFDF3C9D /* EnableSharedFromThis.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96E6E91516FCACABE6AE25C754422585 /* DistributedMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BE65CAB0DB1BEB44C68B52C7C4D7E033 /* DistributedMutex.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 96F9C806BDF3E71AE73B1772E8B67EA3 /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 800DFAF29EE6D28B545E53F49FDC0B12 /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97070416984021091B58C79891508762 /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = 575B25FE7855718572C034B6255A981F /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9707E12DD67CBD2B65E4DD95FCDA06DA /* RCTDevLoadingViewSetEnabled.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F21E8A245064DE7B7648FF4079919DD /* RCTDevLoadingViewSetEnabled.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 971E65BAE427467291698B11D5D59F7D /* RNCSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BB462F456A6FC28C69C4B83FF425FD06 /* RNCSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9726845F5AA2F88F800B733265677C36 /* GDTCORUploadCoordinator.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DF0954BD8054A90907EB224D57A8A24 /* GDTCORUploadCoordinator.m */; }; + 97278CF89A62F287E86AC644366C4DC5 /* RCTImageURLLoaderWithAttribution.mm in Sources */ = {isa = PBXBuildFile; fileRef = 17562386873948B0152954085FF687E6 /* RCTImageURLLoaderWithAttribution.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 972FDFEF82843D0A99CAF743B45F8FB3 /* RCTTrackingAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 66FF878144AC55F60FA09C94541A71D7 /* RCTTrackingAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 975250804B038CBB465291884A96D5CC /* FBLPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EFAF70FC7AD5745B398BEB23402B339 /* FBLPromise.m */; }; + 9754A864D9EFAF9EA24EB978A80DDFED /* raw_logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = C7E40E9D0012DD1776BCFFA15A6F6877 /* raw_logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 97617645B7B7AEFC4598BBA2C435B98C /* RSocketRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 58E8E8675CA087837856610D2F3AD3A9 /* RSocketRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97805879832810482FA9569DB0F653EC /* UMReactFontManager.h in Headers */ = {isa = PBXBuildFile; fileRef = ED3C67B5CFAB8AD277BE0BBF467B576D /* UMReactFontManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97945819C0249D0F2FC823DC19F91009 /* RCTBackedTextInputDelegateAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = C134C943F7EE8CCBEAD0E960B28575FE /* RCTBackedTextInputDelegateAdapter.m */; }; + 97A01C948B62FD7027976C973C9D7E5B /* RCTReconnectingWebSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 37F8C450D828AD4F801323050276E874 /* RCTReconnectingWebSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97CA66619EBF75A6B02F26DEA02CF4B2 /* SDWebImageCacheKeyFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = BB3ACAE11B485412DF876F885CEF9428 /* SDWebImageCacheKeyFilter.m */; }; + 97ED6D191D67D82CA9F23FCAF10FEB3E /* ConcurrentBitSet.h in Headers */ = {isa = PBXBuildFile; fileRef = C31BEAB1F84551C0E287ADC4BDCF2FDA /* ConcurrentBitSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 97ED6FDC70A11B701E1AB91CF3B7A083 /* TOCropToolbar.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C53CCA429164B642AD8D046A2E7E447 /* TOCropToolbar.m */; }; + 98107557A9627C8A3886A7052B3E5675 /* PackedSyncPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = F368D04E2314D86E8C9ABB520DBB0CD7 /* PackedSyncPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 981161FD3F202C634F438C067D922A8F /* KeyboardTrackingViewTempManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 11B8128A49577069D4A1EAB52FB5414A /* KeyboardTrackingViewTempManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 98144B1DC740485421ED3BDF91CE89D8 /* UMNativeModulesProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 76669C60209A2D4FCF269BB833B6772B /* UMNativeModulesProxy.m */; }; + 982410178F99B47A300959AF52B4B673 /* ClientResumeStatusCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E09AFDB084AF001C8F6491442D8E18A /* ClientResumeStatusCallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 982A94E1FEBA11BA8F65AFA6C22B3294 /* Futex-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = DCF0F90DAFFB2A76D50DDBEB241E8897 /* Futex-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9837D9003A99586A2E3E7E24D467AFB2 /* ObservableConcatOperators.h in Headers */ = {isa = PBXBuildFile; fileRef = DDA584E9D391DAA2AB9E91FFC565D793 /* ObservableConcatOperators.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 983B5D60ABB66BD4AFB1C4AF96F6490E /* backward_references_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 645FAE5B305F7AEED4017653AAD71641 /* backward_references_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 98492CEC7A8DF5EEAACFBB8A86ACA4A4 /* RCTBaseTextInputShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = AB2C6A80EA8462922FD92811EC336399 /* RCTBaseTextInputShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 985EC4ABC3F06C0794B07EFE65BDE5CE /* bit_reader_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = BE396E9C371A35BA49411AADC81C481A /* bit_reader_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9873734A3A86D8B5F3113B6F15F7A460 /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B8B9B4E0321EFB6FA2521EA586B4DFD /* json.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 988D42C8242951CEA30038F87D5F8795 /* BlurViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 31D9D19310A96500920AAB0B199069A4 /* BlurViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9893816C3E70F236B24AE27C7E8E771D /* EXConstantsService.h in Headers */ = {isa = PBXBuildFile; fileRef = C80D6DC4ABCF45D3621F80DA269119DC /* EXConstantsService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 98CEF5C7008C2BBA71BB20A9A82DA6D2 /* Flipper-Glog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B79BFF083B5FFA6D374A077C7DBFE5B /* Flipper-Glog-dummy.m */; }; + 98E62F04C92B63693274E7D74050DEEA /* lossless_enc_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = FE68BC776645C31628068CA7AB863816 /* lossless_enc_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 98EAFD47F2D170B0C723CE75160BA12C /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 26A77560F98BA85C75AA5C07DBBB0FAE /* RCTSurfaceHostingProxyRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 991001D0E11A671F6A3BCF98C1E81AB6 /* SpookyHashV2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2DF5CE9E50FAD23D82228DF4981B6BA9 /* SpookyHashV2.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 99167170F0BE6E8CCD33B3A7C106EECA /* SDAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FE76BAFD3E50E24EAC8852D95B62FA1 /* SDAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9919F6E33ED9112EDE8C94603CD3CECD /* RNJitsiMeetViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C706BBE8370AEFAA7F4D6ADEBF7F515B /* RNJitsiMeetViewManager.m */; }; + 99375BDA2E80AEFBB3082A06F75CFDA9 /* RCTDatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 73676A8DDBE9CA35B931BCA10CC5636B /* RCTDatePicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9939DACA32715F13FAE61009205816BA /* AsyncUDPSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9F31912B42540427C9843379B95CA2BC /* AsyncUDPSocket.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 9951C0316795CDFE0E42F0F3ACE9DEA0 /* ThreadedRepeatingFunctionRunner.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CA9966DF755C9B18EF7EB51D2A8841D /* ThreadedRepeatingFunctionRunner.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9988879A6D7D67E2C8D0D0995E84F609 /* ThreadCachedArena.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33D053F3CBB98EC1B0EA4627B854C3FD /* ThreadCachedArena.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 9989710C455B5CEE190AD8167F4BE6A9 /* SDWebImageOptionsProcessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B3AB578942D50350CA6DD1A2C4CE6851 /* SDWebImageOptionsProcessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 999B0F124990D1C9D06A88CD54DD5CCF /* TOCropToolbar.h in Headers */ = {isa = PBXBuildFile; fileRef = 56DE755460910820B5A3CAE972DBAE66 /* TOCropToolbar.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 99AEF020AD403D33E3547834F98A6BB1 /* RNFBCrashlyticsInitProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = F9F5E0866A2BF361BC6A128DF8DAF097 /* RNFBCrashlyticsInitProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 99BE0D8D64FC6BB0AE3C08C484F60565 /* ModuleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39581FE68301A0DDB9812414733C50A1 /* ModuleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 99C59D6ECE898E69CFD008329BB16CBE /* react-native-document-picker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EEA26C17CA8E57C9DE9DC62B73FE8E1 /* react-native-document-picker-dummy.m */; }; + 99FC7C649386EBFD0D0F0512D52F0960 /* openssl_cfb128.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 484DDBFFEFAD37DA5A1115CC609214F0 /* openssl_cfb128.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + 9A1B5A33E49B47ACE5B96E04D470BD3B /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CFBA862BF97CC9AA947EF42CFC8953C3 /* json.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9A5FADAB4F03FE48215FE539AD6CDB6C /* RNFetchBlobProgress.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B65BF195BFE8652CD669510DC77661B /* RNFetchBlobProgress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A7E2CD3FCFFA6730F2EB4CA3B8B95B1 /* upsampling_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 2C96800C9E28C4273961F0192E793199 /* upsampling_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 9A8078825A48596045F989AD92DDBA2A /* crashlytics.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ED62CCE5562500EA4D702D3C23A833F /* crashlytics.nanopb.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A8F74EDC8845731B3186DD9CB2206FE /* RCTHmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BC26AB54DAC5AB636C3AA8D92CC7327 /* RCTHmac.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9AA3E161A09974F489C8B95E525DF450 /* GlobalShutdownSocketSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C43F444BDAB37AC842D406BDCC5CB1E6 /* GlobalShutdownSocketSet.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 9AB4E5A1E2E9AD381D23EAC3FBE9DB67 /* FIRHeartbeatInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = AB738E27CC81E2B144727F0570CC7434 /* FIRHeartbeatInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9AB6657E83BD14D2C907F19FB0C0F1A4 /* SKNamed.mm in Sources */ = {isa = PBXBuildFile; fileRef = 74DBFAF01E3614054C37B9B96562D26C /* SKNamed.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + 9ABB990C73D909587BDBED9BF779C78B /* RCTSinglelineTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = AB7DF34075F02BED6389FB6756728F72 /* RCTSinglelineTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9AC04D508676746F4AFE96614C5283A5 /* FIRCLSReportUploader_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C6D00181B29496E53096597571A4B3B /* FIRCLSReportUploader_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9AD1CCE7A0013D323F21E2FBBB3BBB27 /* StreamResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AC25A44F6763BA47B30C16996F0FC43 /* StreamResponder.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 9AEE00FD63F66A3E23F1F7C362F36601 /* ClockGettimeWrappers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B7E167EBAE1B66CF3424614021F35B6 /* ClockGettimeWrappers.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 9AF56B9221767CF1769A3ACCEE0155EB /* AsyncSignalHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = FB7001F3224C66309E509F596635E06F /* AsyncSignalHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9AFD69C93548E0C428A2DA8F042D328D /* RNCAsyncStorage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 22AE55C6E55263FBB6DA8D9979D5C28D /* RNCAsyncStorage-dummy.m */; }; + 9B2BAC65D4982998A676C3AACD9F884D /* DynamicConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1368C5910C87B9560EFEEA43E5F26243 /* DynamicConverter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9BA15B9892D3EC5C5388D2E7F3505CF3 /* RNFBAnalytics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EE6280A4A9AA740EE995A84F30F21253 /* RNFBAnalytics-dummy.m */; }; + 9BB617D2AEB809529293337A2D109F98 /* FBLPromise+Async.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D0A55543B055D21E4E2D873085D1424 /* FBLPromise+Async.m */; }; + 9BD8ABBD0DDEF1E6024B4A01B421BE2A /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = 31097FF023386ADF7829A14BE14AEE2F /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 9BDED7425F5368EEBE2D86CEBE2AAD7C /* MiniPBCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C94234CD585CB45DDF502DE4972F108 /* MiniPBCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9C070F2B2917090D7680115CC659BC6C /* alpha_processing_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = A2F87DFF027F91ABFFEDDCB628D6A980 /* alpha_processing_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 9C0C52960C0A73443BD28E0AA31235FC /* RNJitsiMeetView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C8C07D0E15174388F9C548C783507D4 /* RNJitsiMeetView.m */; }; + 9C1D0BA6B76296701EEA1AED45ADA3B2 /* IOVec.h in Headers */ = {isa = PBXBuildFile; fileRef = 464CAC1D47B8BF5F540D0505E7F7FD4E /* IOVec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9C3AAE2CE6C20E58D34CA4960A855159 /* Orientation.m in Sources */ = {isa = PBXBuildFile; fileRef = E7A522D7202128F705AC03DF9879D9B1 /* Orientation.m */; }; + 9C5F1472B80430D5AC9FFAA0E5FF9499 /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 106C1C6C61A17003684F8539BC728470 /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9C7A601C6CE8A7FD7A9AC7D5049A1F10 /* RSocketErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 4125CC60712437828270A8BCAE44E53C /* RSocketErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9C85ED17F277C5206AEAA1F4A60E035D /* FingerprintPolynomial.h in Headers */ = {isa = PBXBuildFile; fileRef = 68917CEE2D828038F9EF57A7E7D13DFF /* FingerprintPolynomial.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CB50E95D9E127F5C32978E0D04A9D87 /* quant_levels_dec_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E19DC346144BE6FE34C79966525A643 /* quant_levels_dec_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9CCB4E32C86B5F29292A363E0F3D1C0B /* QBVideoIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2525C4D2A06A3A9EE8E686423ECDF538 /* QBVideoIndicatorView.m */; }; + 9CD4BA7985F85C6ECBCD177F5A8412E2 /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0DA6371BB2811910EE1199F42CF80328 /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + 9CF004B390B402E754C6835D40A5ED98 /* NativeToJsBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0410D212DCDE9A2245C8714A5F44DCA5 /* NativeToJsBridge.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9D075A911BF95017D1DE4D8CBD8B9057 /* GDTCORRegistrar_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A2BC0E43F585DCF9FF442F0395D11AF5 /* GDTCORRegistrar_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9D09C724F69E869BD8FEDF056BBB6B8A /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 62F26365B420C521A21A161E97F87189 /* RCTRootShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9D2C3C57226F194489A770E27DFCA667 /* dec_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D2C9EDD5E9C10BDE9B4CB29FC93EF62 /* dec_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 9D3AB8C0072222ECCA103CE28541A12B /* SDWebImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = D2798B68083BB16B362E131DDD4726B2 /* SDWebImageOperation.m */; }; + 9D3BE1DCFACE675EDABF5652DA15F5E8 /* FIRCLSUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 37F1B7412B8B415A53059C4FF77224B4 /* FIRCLSUserDefaults.m */; }; + 9D4D8D07153F59FC87D6BCBEA7085E11 /* FIRCLSURLSessionAvailability.h in Headers */ = {isa = PBXBuildFile; fileRef = CE2A600BB53516D57ACFA66BC5E57A63 /* FIRCLSURLSessionAvailability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9D4F14BD4A50A331CE51C2FF97931D0A /* AsyncPipe.h in Headers */ = {isa = PBXBuildFile; fileRef = D259D0D5867EB21A9776FE703C0E9BFF /* AsyncPipe.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9D7B9161932F3DD346E8D9C5531E7DF6 /* Parallel-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2B73DEB95AD65B0F8B8371305D10A8 /* Parallel-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9D7D7F574528EA6486789CF65BA0E0AB /* FIRInstallationsSingleOperationPromiseCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 50C7620F94EE080AA893EF337D271C70 /* FIRInstallationsSingleOperationPromiseCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9D81100F4C48477434A860FDCEB3410C /* REAPropsNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 43A96EC03127E3E9D0AF85764CAE35BE /* REAPropsNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9D82E20937BA040770586290A5A34C5F /* SysFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 87D1B1412B73BB7D48C1F9B5773A217C /* SysFile.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + 9D9728231359C20245D325CE66AD52A9 /* FIRAEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 3458090CB8B48D96EDAB07F5B4CEC80E /* FIRAEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DB6EDCAB653E3B88784869034DC5473 /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 503CA212C16E0442D44FB965AB156C32 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DC10C76BE2FEE7322E7F690156806DD /* Format.h in Headers */ = {isa = PBXBuildFile; fileRef = 599E1258B9568B7CEE685BD128186A64 /* Format.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DCDFA688EB66A3D36CB49F387411C28 /* RNCWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = C9B83ACA01EC7B121163FDD382B36476 /* RNCWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DED97E22B9F12E18B9D90BC38841FEC /* JSCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = 598376BAF2EB78D1BEB6B570512ECA06 /* JSCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DFFA97DB979F7F60B026F1CCE08E7CD /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = B9A091BD7D5A323180FF20D4D4B49FAF /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E003E8C0250A351940CD51439FB964E /* BlurEffectWithAmount.h in Headers */ = {isa = PBXBuildFile; fileRef = 52F6793F806DBC31A3F13B5F711D5EE6 /* BlurEffectWithAmount.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E115BA9B00C240911A8F03063290340 /* RCTTypedModuleConstants.mm in Sources */ = {isa = PBXBuildFile; fileRef = 56374DF2B4465C96ACCC150ED45ED297 /* RCTTypedModuleConstants.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; + 9E16483E14415D53A3A513A1AB62D404 /* FIRVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = E286A7FBBA67AA030243EA9CC0BAA564 /* FIRVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E5AB89F423BAC2916C2495DB25A05A2 /* RCTInputAccessoryViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 496883CA368B15F42142494FBB165AD2 /* RCTInputAccessoryViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E65975965C023B458C4608F3099301D /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 5286B3DEA16326BD2205A600C78F948A /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9E73FB6D0FA68715009A4D9184A82974 /* FBLPromise+Any.m in Sources */ = {isa = PBXBuildFile; fileRef = F1CEC8454C926A51B469E5DF6DE7062B /* FBLPromise+Any.m */; }; + 9E9ADE84250DE5E01343CFD93E5B6ED5 /* ScheduledExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = F3B36827EC5A8E73C2A7460CDAAAE3C3 /* ScheduledExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F022A275022F6A56362C588B816B3C8 /* RCTCxxBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A5F8F5145DE7C4DF29EB022D33C988F /* RCTCxxBridge.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9F1A795100C071C98EC843BD06BA9145 /* muxread.c in Sources */ = {isa = PBXBuildFile; fileRef = A867CCFE28A7B7A374C603711C8B8F8E /* muxread.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 9F22C047F8AB046C03CACF3557287643 /* iterator_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = B2C2D0EA729E06D8AC5F068A8AD0C902 /* iterator_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + 9F2D4D2A7BD02828FF833F3F267BD743 /* ARTSurfaceViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B9AFB6F2E2BD5E79C5AC7188853A0B9 /* ARTSurfaceViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F37329BD02F09960BB230D3C9F01596 /* ManualTimekeeper.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DA2BB4160FD7BAD56FEF89E1499C02F /* ManualTimekeeper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F527E06BD7DBE03A9FA8DFD64ACD05B /* FBReactNativeSpec-generated.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3203F7EE04CCAB8B6DBDB13ED1D08D97 /* FBReactNativeSpec-generated.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + 9F7F58E0246EE4AFC13AC9BBD7E2CB17 /* RNCommandsHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A3AE0B82B605342DD2F54E0614760B /* RNCommandsHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F8EB12BC10441086E0A5D204EEBC722 /* RNFBAnalyticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 391FBFD807085307ABA61A876784E1BE /* RNFBAnalyticsModule.m */; }; + 9F8F122D6EA6925A2B3A5F6A19B3DA9D /* SDWebImageCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = F682780033159E45107B4D98B702A331 /* SDWebImageCompat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F9CB4D6580C6B57F99A0C6065ED3678 /* SocketFileDescriptorMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ED75F07D45B6554A7AB38F7F793AE80 /* SocketFileDescriptorMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FA66477A669D8EED92F5ADB645D12D2 /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = 718943491CC8D969D7BA4A63A3CC240F /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FB70479FF3A971E548C11F2928A346E /* FIRCLSApplicationIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 5128F25C51E08276E7669C7921520E74 /* FIRCLSApplicationIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FBD43B6F69DDDCF47E5AF19020EFB34 /* RCTSettingsPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = CC6644A06779E4724591F25384CDA916 /* RCTSettingsPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FCE3BEEDBD99A18FBE5A30E3DF04D1F /* BSG_KSObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B8747211390899A50607C121E2F89BE /* BSG_KSObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FCEA42B029F90BC34656D766A9B06C2 /* ChannelResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 100EB040B80EE6B8421985E3CECF38D4 /* ChannelResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9FF2917107FAFF00FDB75E76F5F610FC /* RNCAppearanceProviderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DCF29684E2024E5FAC35B39BD55F9DDB /* RNCAppearanceProviderManager.m */; }; + 9FF5160E99B84923A6A847416332AF99 /* RCTAes.m in Sources */ = {isa = PBXBuildFile; fileRef = 032F54303D375ECFCAEA8B9E72757E67 /* RCTAes.m */; }; + 9FF5DFEB51E1C0AAAFBD2E826A2DD996 /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D86AFEA1E8D436FD296806D0744D774 /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + 9FFF6EC07E12DCA81D0770C716B3BD25 /* RNBackgroundTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 25461D6029E03FFB1916F10D7867E951 /* RNBackgroundTimer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A00B55BF38DD8C2550AE14836A6ED7E8 /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AA400B23F080CA1CFFA5798ED5753351 /* F14Table.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + A01D07627D3A75F545E82E721EB10569 /* TimedDrivableExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = A2345F6BC718297050E263A0553880F8 /* TimedDrivableExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0200D7A1ECC67929D1B42F46BE662E8 /* RCTTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = BEBBD38FC09E4CCBE8C7BFBECFF6BD80 /* RCTTextView.m */; }; + A03E85C221BD1189EC45CC8437206EDA /* StringKeyedUnorderedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 5882C8B326D8C2896E07CEB956D8A202 /* StringKeyedUnorderedMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A059148F567084AC925717E8AA5CAF7F /* RCTFileReaderModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = 91C91B47B25F184DD484787D2CD1BC4B /* RCTFileReaderModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + A0ACC7F83CDC302F2DF88876292419FB /* RNCPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C0236C0F9A80F225B22962999B45527A /* RNCPickerManager.m */; }; + A0B16A8ED149E376671B47003709E603 /* RNRootView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C4B873893D6361EDD28E9E05D56A661 /* RNRootView-dummy.m */; }; + A0B65B015AD1A7BCB51B9F8003B1D800 /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AF762C871BB1A49BB9F1140CA49A09C0 /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0BC2C3F48C1C89CF10EF385D606B405 /* Portability.h in Headers */ = {isa = PBXBuildFile; fileRef = 95DBA7B85E03C333EEC4A6FB37E4763A /* Portability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0BC8D0E3606570EB21D1C4733091204 /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = 54F1CA2913DE601A66BE82A1CD485366 /* bignum.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + A0CD2A76FE4C0970F1753683D1E65C1D /* EXAVPlayerData.h in Headers */ = {isa = PBXBuildFile; fileRef = 20356A5E0414112A55D0E0FF83FD71D1 /* EXAVPlayerData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0EC40F3934CCAFFC6EF3D498D3F499F /* EXAudioSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 01C14D26B54B14E2C3D3C16E9D9FB416 /* EXAudioSessionManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0EC8226305F7CDF45D626B173A78142 /* BSGSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = A98D8F44AB6CD0BC71A6686D86B96BF5 /* BSGSerialization.m */; }; + A0F858FCC65518E9A39CDF89125F688B /* GDTCORReachability_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 51B63412DE867C9C9A5E249B9ABF435E /* GDTCORReachability_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0FEFACF7FCC7EB50E3D658D8C1A19AF /* FKPortForwardingServer.m in Sources */ = {isa = PBXBuildFile; fileRef = AD748228C58449F6A969006047835870 /* FKPortForwardingServer.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + A13347EF28B0D2D5C3A7754E718F74FF /* AtomicUnorderedMapUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 32F06E26515C9916226FBCAB17E6B1DA /* AtomicUnorderedMapUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A13EC7A197E1D1A4B458D79C2D306655 /* nl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 43DC6B18562D8277B642E9400F967111 /* nl.lproj */; }; + A141098F5351C1400730765E90E49C1B /* FIRCLSException.h in Headers */ = {isa = PBXBuildFile; fileRef = 8396C8E90F63350EFC8B3E9D8E8D8A6F /* FIRCLSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A14D636F3FAC98801B9123E984641F30 /* jsilib-posix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7031E1BFA220F514070D1D16ABDF2116 /* jsilib-posix.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A1511D7B745F233DBE0D869661A2246C /* SKRequestInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = BF8E84814157F6E8772D4FFD1848934B /* SKRequestInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A16C18D9138296744AFF8F7F748CF827 /* HighlighterView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C3D1218B46DEC690FC0396913E30100 /* HighlighterView.m */; }; + A17561621A01AFC2AC6D34B59698B498 /* bit_reader_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 139506628B1A3399449B36F8C8911000 /* bit_reader_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A185AA0D4887B2CE699640D4D7AFA626 /* ARTTextFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = B95FCDCE96B8E416523802DB89BE60E3 /* ARTTextFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A1AFC5DA14F5D1A0D606054FE1BA29B3 /* alpha_processing_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E939CB44FD2253D4D1B596BB963F44D /* alpha_processing_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A1B4017E4C37EDE6B82FFD34813DF2DE /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = BF5B4682777A538FD7233ADB118F09B5 /* RCTProfileTrampoline-arm64.S */; }; + A1BD3EF5F8E40C42F8C2E6311902DF10 /* PTProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CED4A49F87BAEFFB40B3F4315F9E7C4 /* PTProtocol.m */; }; + A1DB03CEB3C4AE3E9C151975F485EDA8 /* RNForceTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3444ACB861DEEF1B5A180544A66B06F6 /* RNForceTouchHandler.m */; }; + A1F5BF148A8DFF1EFFBD41AECF004FE6 /* String-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EE1C35D471478C999CDD854BA16BC61 /* String-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A1FDD1FC5C91EFAC404F8D61B24C2217 /* utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 7BFB611831F7F1869D42D9EA90A1EEC8 /* utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A208B9DF1228D576CCBB475A7493C95B /* Aes.h in Headers */ = {isa = PBXBuildFile; fileRef = EF16500B5970C70EB0863A923E374878 /* Aes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A20934A1553BFE2A0426BE5CEB658A85 /* ARTNodeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A725CFC1C415D47C0160213B6B1A4CED /* ARTNodeManager.m */; }; + A2441A8CC7E81A1C4229640C1BFA555B /* SDImageWebPCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = A7DF825727EF0FA3C86BC0FED128F216 /* SDImageWebPCoder.m */; }; + A26075957EB84B4C8B1CBA660C3AEF18 /* color_cache_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DEAE6497ACC519E2A1D895242035633 /* color_cache_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A27BD2CF5938A2427153C79EB4C50EA1 /* RCTVibration.h in Headers */ = {isa = PBXBuildFile; fileRef = 92878A0929D5F9021D8A036AC8B7D3C6 /* RCTVibration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A27D96834B156A71BA82486965001A94 /* ThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A3E3876D5698F2337E952FF6AB9F2A0 /* ThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A288A9A598644AC5B23078F4DEECB659 /* RangeSse42.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE1A3615B3A45B15FB2612A665AB9947 /* RangeSse42.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + A29838D1EF56622F3749F84D0B6778BC /* LNInterpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = D803C5AC0C2AE94CD4CD22EF4C5FEF32 /* LNInterpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2986AA14EFBF271183FCFBF4B652292 /* logging.h in Headers */ = {isa = PBXBuildFile; fileRef = A596BD68FF4C463AE78C938DDDC1E8AE /* logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2ACDF36318E99F05DCE59CDEA0D418F /* tree_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = B1006CC3FF5A10FB5A05F900A58F1702 /* tree_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A2AE59CBD7CDA4B7515FDD87A1CF7B7E /* RCTAsyncLocalStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = DE406105D7FF5ABF59824C96E56A60F4 /* RCTAsyncLocalStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2B02DD670D2C4BF160232567D2A55CC /* RNCWKProcessPoolManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4320DDED14499598AFABF627614CDD12 /* RNCWKProcessPoolManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2B3F057A0D35E01BAD0D6E4B592E9A5 /* FIRBundleUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = B9406FCAF23CB56AF2EE1917FE3146F3 /* FIRBundleUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A2D87A6D5E1DF863102EEBA3829857F0 /* Cursor.h in Headers */ = {isa = PBXBuildFile; fileRef = 523C5C116153DE5654B9857C56355ABD /* Cursor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A301FCCE4CC8DF2EE01BE17ED00747A3 /* MMKV_IO.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CCBE44A15630D879320BD8AC8FD9028 /* MMKV_IO.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A307C669F9C2B3C2CF492EED4F57C541 /* AtomicIntrusiveLinkedList.h in Headers */ = {isa = PBXBuildFile; fileRef = 1582E233DA3441F881C9DC9898B4B8A8 /* AtomicIntrusiveLinkedList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A32C6F0217B5D8317CF1565279E257CC /* FKUserDefaultsPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = F69CB8D9F93323555C90E0798AC08B12 /* FKUserDefaultsPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3377E75A6E4A4461B63CFAAC884C5F3 /* UMAppLoaderProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B24A0B7911FD8C10A796C5118ECA95C /* UMAppLoaderProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3435BC5F7C6F25846D7EC2C50C2F318 /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E237714B3BD0D5132B7EA8D9E99622F3 /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3645C1EFF98FDD6D6ADE8FE09473487 /* GDTCORPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 1342E4C32D6D019A9D63E3F2A860FB21 /* GDTCORPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A36AEA9AABB84C69B385AE94FD1BE0A0 /* RCTRefreshableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = FAC2DAFE913160264BC8D7DC707E8437 /* RCTRefreshableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A39B0E442DFA75256A8417309B5CA197 /* UMErrorCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 652E04564294D4AC4C2F15690F088976 /* UMErrorCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3A65DD0F777EF8682EABA6BE42F3AB1 /* RCTRedBoxSetEnabled.m in Sources */ = {isa = PBXBuildFile; fileRef = DB6958E07B4642EFA82FCF099BE42B1C /* RCTRedBoxSetEnabled.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A3AA77AAA88A4771361FFA39D659280D /* RSocketResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = FBC5542386DB439D2BE422AD66EFEF94 /* RSocketResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3AC5F82CFB2235E3D607D10940551AD /* TOCropViewControllerTransitioning.h in Headers */ = {isa = PBXBuildFile; fileRef = 76231EC71D774BB102B80089570B7A6E /* TOCropViewControllerTransitioning.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3B65AB352EDA7A1F5E17B1FE72CDF37 /* EXWebBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = CF9AAD1AF74266002D06012B1B85F780 /* EXWebBrowser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3CC10CD06FEBC63107581DD5377CA05 /* upsampling.c in Sources */ = {isa = PBXBuildFile; fileRef = 941EDB9E2081D4D47E70886FB88DD216 /* upsampling.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A41BEAAE2198724C87876509EC232CCB /* FIRCLSUUID.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C1DE546B0319937F7A440525CB6DD07 /* FIRCLSUUID.m */; }; + A42CD5088379A5D5FC44FDBC31536A46 /* Flowables.h in Headers */ = {isa = PBXBuildFile; fileRef = 696AE8749E750CFA278A5D7A45557C8C /* Flowables.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A445B0E11B54A94A48091E04027D1F80 /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 835ADD44A28632BCE32D411369C77029 /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A45CE9C00DB923B48D5AD52ACFC6E33C /* RCTSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BFA60CF1DFA26AE283DA6EC7BDA260F4 /* RCTSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A48CAE58519A3846C09C3AB69EB73651 /* RangeSse42.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B530F423B7BCB94F7615C96C8F6D391 /* RangeSse42.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A49222B880B9F8614FDEC3C558080ABA /* FIRCLSExecutionIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = FB620E2CBD53A25584F290C970927598 /* FIRCLSExecutionIdentifierModel.m */; }; + A4ADB22DE5D4BDE0772E81377C12D47A /* FIRAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 63D9B7627DD7EF46ECF2E7C227E18ADA /* FIRAnalyticsConfiguration.m */; }; + A4C2F0DCFE8D97F5EFF367A714DF5676 /* ARTNodeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E27EA9C19D57F8065B35A2FB49994648 /* ARTNodeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4D4B89BFB9E12558E5DC589A13A1A8D /* FIRCLSSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A448E1D18774989AD2F40886184AABE /* FIRCLSSettings.m */; }; + A4D5520D0137473949DA762ED51C1E97 /* ARTRadialGradient.h in Headers */ = {isa = PBXBuildFile; fileRef = 96BABF48CDDDB6FFD5262835706FBBF9 /* ARTRadialGradient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4F849F5F0D9CD393F337409679534FC /* PTUSBHub.h in Headers */ = {isa = PBXBuildFile; fileRef = D01435233BFD6B4032AA7A8061219C2F /* PTUSBHub.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A4FC5E70F57E6F605AB36D79BD1A85E9 /* REAClockNodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C9DB5EBFD9195ED559D5FCF74D0ED09 /* REAClockNodes.m */; }; + A50C55E1B7FB15433E5DAAA40F77EC95 /* webpi_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A9F88135D09342AFDD91B64DC73C2AE /* webpi_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A51614BBB290E63F4D456F710FFADFC8 /* BSG_KSCrashSentry_MachException.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AAD65612ACE4160D830515CEF7B8DC7 /* BSG_KSCrashSentry_MachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A523328D8C4346DCB251B4ED2635D387 /* RCTPackagerClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E468A626F48E35895D0642F68355D31 /* RCTPackagerClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A52BF619089394AB873BEB1FE81BD58A /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 694FB5F5BD16A7E1F73E9EB117A63E62 /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5311C41407A9630A0ADE0D79CC5C391 /* RCTDecayAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D7A9998BC9522CCCA9AE830BBD6789B /* RCTDecayAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A56001E1BB1E95CAE9BC063E754D877E /* FlipperClient+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = A5983CB225014673BDAF64581994E4C7 /* FlipperClient+Testing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A56B7CF6641E9FB73887218D2CAD123C /* InlineFunctionRef.h in Headers */ = {isa = PBXBuildFile; fileRef = 061440658F855B49FF0B12EB154807A8 /* InlineFunctionRef.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A56D2552DADC612443D977F54B811421 /* SDInternalMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = FDD2669FF620AD3D9655C24645C460BD /* SDInternalMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A57F05E0491C767DA5C4E2C9DC268D43 /* RNFBPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 90E2832F7FA0FC8F2F24DDEBBDEE5F2E /* RNFBPreferences.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5A541FA67495AD139777D6FE3535E22 /* BugsnagConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = C0B8134D46696A6E4DD43710C54D2F23 /* BugsnagConfiguration.m */; }; + A5C5BBB6BBB0D44FE04A9C0C74E3A870 /* FBLPromise+Retry.h in Headers */ = {isa = PBXBuildFile; fileRef = 122E8A99C50C7776793BC31871411F2F /* FBLPromise+Retry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5C842B82DAEF8BB769DA4E57698F5C2 /* Memory.h in Headers */ = {isa = PBXBuildFile; fileRef = 52CC96E6451AD75A33760E37D04A7962 /* Memory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5D793AFC6901AE84BD66890CFE90E9E /* FIRInstallationsAuthTokenResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F563CC4948AD230BB1285F545B6227B /* FIRInstallationsAuthTokenResult.m */; }; + A6103521B552C46B2EA602282260B5BC /* SDAnimatedImageRep.h in Headers */ = {isa = PBXBuildFile; fileRef = F960E7A6863C77B79464020B4FD63F61 /* SDAnimatedImageRep.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A62B8FAC0BC206454BD310B15A148378 /* UMUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C70DF689386C6615E84D91DCD02A33A /* UMUtilities.m */; }; + A673CD68EF970BE40142D96C480774BF /* RequestResponseThroughputTcp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0D5A7DFB00EC2E0B30A738EC2CB8ED1D /* RequestResponseThroughputTcp.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + A68342B145274FF238578BA5C2372467 /* SDImageTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = CD878B0411AE7B509018B7E4677A8D9A /* SDImageTransformer.m */; }; + A6B049D5E13E8792AD1E1E751676AE3A /* GDTCOREventDataObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 242734FB9BCAEF9B6FF14DD078DFD54E /* GDTCOREventDataObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A6DA43775DD9A372BB05176BF2166689 /* YogaKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A521FD27B8E3145D0A2E93916587D9C /* YogaKit-dummy.m */; }; + A6E5C0B988F2E8CB86F1665CFC4EA48A /* RCTTextAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 26B9A978711EC8A73E1692D28FE3DE2F /* RCTTextAttributes.m */; }; + A6E5EEE860308A0594167C9797B28DFB /* QBAlbumCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E1DFE0D3B5AF43B8C84A3E7966B2B1B /* QBAlbumCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A6E670FE51ED41A843039A08EB813375 /* BSG_KSCrashSentry_NSException.m in Sources */ = {isa = PBXBuildFile; fileRef = FA252EDDF5364BF37933FE6AEE3C0CF2 /* BSG_KSCrashSentry_NSException.m */; }; + A6F403DEA6E5A82A45A1E01205CE8C0B /* SharedPromise-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = F00DC72340D8F30ADE4C39A5A9BD78E0 /* SharedPromise-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A74DEF0CE27BEBDA7B49DBBCB9D466F5 /* FIRAnalyticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = EF24D732027271237A9F056530E1D7D5 /* FIRAnalyticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A75F67BAE109D953729054CA3FCE37CB /* Flipper-PeerTalk-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E787DADE1B10686C7F11F78152091938 /* Flipper-PeerTalk-dummy.m */; }; + A77B6FF199ACDF985FCA544B5CA26901 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 22667A68519F5488DBBE56F01CA01BA5 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A78A0C97AA94534B2155558F1EFD2357 /* AsymmetricMemoryBarrier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5601C24190BC8459E613EC7B1063BFC0 /* AsymmetricMemoryBarrier.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + A78AF40FF54483FC15540883674083A4 /* MMKV_IO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 52C8F50D99D56E3D3E26A5C273F4A659 /* MMKV_IO.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + A794A41DFE7CB8EC13D88728FDF904C3 /* RCTTurboModuleManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D6C6FAC22F10A5997A189134FC8431B /* RCTTurboModuleManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7AAE1F4DE14ABFAC3ECDB4DF3359EC8 /* RCTImageEditingManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8AF15F2B9344353371F116C71187A05D /* RCTImageEditingManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + A7AD0987FE60D826155AADAE2011BB96 /* REACondNode.m in Sources */ = {isa = PBXBuildFile; fileRef = F5A0403D417A7CEB9D5ABC5F95C9C10F /* REACondNode.m */; }; + A7B51F5B8A6EC88A9AC60AEA8C5579F1 /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 290204908EF4A16EA1C79C35F670FBE2 /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7BF71B61107CEBFA78EB5D06DF4CC3A /* FIRCLSFeatures.h in Headers */ = {isa = PBXBuildFile; fileRef = 70889C20B2B9CB6BFEB33E64450AAA66 /* FIRCLSFeatures.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7CBB4FA781535D20605D6B3D7AEB381 /* RNNotificationEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = B3369327A0B6FB771D8DF11C06E5EF7E /* RNNotificationEventHandler.m */; }; + A7F57F1833D764C2A29CB1DB24000360 /* Init.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A91E9FF28DFA7E4E89674A5B85ECD54 /* Init.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7FB15CED456912B576E06C12A00C728 /* RCTSpringAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = F30ADDD0F022FC56B8EAA0C7E7B85F10 /* RCTSpringAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + A80503DCA0D32E5BAC1A5D63CDE909AC /* RCTModuloAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = DF8434FFB5819ACC5A29EA3EBE003EA1 /* RCTModuloAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + A84C0987AB5A7705F295023AE0941A0F /* RCTLocalAssetImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = F08C2FCC18FE21155EB0F8063AC42B09 /* RCTLocalAssetImageLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + A866BE76E9A30D1CE252D8C6B0E5926E /* CodedInputData_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7E0ABF6A3008DC62DF39C50AD01515B9 /* CodedInputData_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + A8866EF7245BF308B0000A6E8FCD9721 /* cpu.c in Sources */ = {isa = PBXBuildFile; fileRef = 833B4FEE990B8F87CD4511C93CFE556D /* cpu.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + A888AB9A147D572E01262314CF212A56 /* QBCheckmarkView.h in Headers */ = {isa = PBXBuildFile; fileRef = 76E7C9CAF30765AB22F55A22EEC0A944 /* QBCheckmarkView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8950DF84CC3C6F611B5D39F3667AC78 /* SSLSessionImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = A155010FCFF248CB6C00E0C4BD186F9E /* SSLSessionImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8D1B1456C5EBF1968961B82AC10386F /* FIRDependency.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AEB19EE53AEA1B4A8E3B134A7BBE963 /* FIRDependency.m */; }; + A8E6FFCCCD319F0B847A60507D8A5E24 /* JSIndexedRAMBundle.h in Headers */ = {isa = PBXBuildFile; fileRef = 323354DFB6ED51722DC8251CF672BC8A /* JSIndexedRAMBundle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8E8D665FE34EC5FF5C6C8887E6D3740 /* dsp.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DFFCF6C7618636B00905C9A7F4C3637 /* dsp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8F06E974D3F3D344D29EC1F3A810646 /* Phase.h in Headers */ = {isa = PBXBuildFile; fileRef = 121CB29F1D6AFC4C64FCE9DE921561B9 /* Phase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A90B0B3CC97F6ED339E18F1C5D971021 /* FIRCLSURLSessionUploadTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ACB0DCDF8BF3CA082E94F07DFF5E8D3 /* FIRCLSURLSessionUploadTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A91D4FBAA06758CAA96A21E038ED4FA0 /* Iterator.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B121DCA9D609A2FBC3C80A63CCDE5D1 /* Iterator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A926372A39177D1FD9E002EC0B55C5B4 /* VirtualEventBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E80FDFF8780716E32C7ADE07C5B1A902 /* VirtualEventBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + A927F40D9C544A3C5C019B38C402D1E0 /* crashlytics.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 6DB0CD0B4046E0513F1D4064BDA1E73A /* crashlytics.nanopb.c */; }; + A96197529C2FB19CF932F47A12FD34AE /* InterProcessLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 029B610777498F2743F1B0A193B3866B /* InterProcessLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A97E82F2ECC85130A0E39FBDF6A6BFB3 /* ARTGroupManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6926473A4717FC5968554E56DAB79D07 /* ARTGroupManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A98B0B34371B894F68CA74A6CF9F75A2 /* SDMemoryCache.h in Headers */ = {isa = PBXBuildFile; fileRef = E3FBF6C17B3C5C65F20ACEF449CBCC83 /* SDMemoryCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A995BD0C1733104660741A8C0EFCDD8C /* RNNotificationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 48418BA4B2E91BF56802B010BDE77C5A /* RNNotificationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A998280BDC990828199EFD63CD44BAED /* FlipperClient.h in Headers */ = {isa = PBXBuildFile; fileRef = C3744C67DBF4721AD8F9EB1F2E4C76E9 /* FlipperClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A9A9FDC4AB0D7A44756171C99684E746 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A8A6BCBD4389F043F5405A485FD00D7 /* SDWebImageCompat.m */; }; + A9AF572EDC429E07E50717FE3B8B5274 /* dynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C8C92FC0A77F86561EAD00F7269958A /* dynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + A9C5C62FB9BAE5FC5FA1ABCC829017D4 /* SanitizeThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2FE1460F948B8E8D1B9CCD052318F09E /* SanitizeThread.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + A9CBF613BE8AB3F7E96E9A89C9CBB63A /* SDGraphicsImageRenderer.m in Sources */ = {isa = PBXBuildFile; fileRef = CAB5491969C70E2591BC5ABDA2AB58B4 /* SDGraphicsImageRenderer.m */; }; + A9DB6ECFFF04B3A4020D7DA692CF6DC8 /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = A27AF7549E5721385FF0011D70F50EB3 /* RCTModuleData.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + A9EC7C179D2EC099F10533227D9F77C7 /* PolyDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 280880F67755E30D63DF44A536EDDCB9 /* PolyDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A9F0CE4A7F61609F5D7AB513AD1994E5 /* RCTDatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BFC213B323EB3A64C21D6580AA60B4D /* RCTDatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A9F6B800CD6EE2AD8599FF5D1DCD6B1D /* FirebaseCrashlytics.h in Headers */ = {isa = PBXBuildFile; fileRef = A94B5D19FB546DD5A4E90CF6F03A75DB /* FirebaseCrashlytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA3B6A5DE239AC05EAC8AA78543E7303 /* React-RCTText-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B1E2A900697D6E72C9E7B098676DD50 /* React-RCTText-dummy.m */; }; + AA61C4D5A2EB821D319C177F5B8B782F /* Utility.h in Headers */ = {isa = PBXBuildFile; fileRef = E801C4DD42870D1C557C8831F3464CF8 /* Utility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA725C371ED2465746D713B036D28AF2 /* ImageCropPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C1AA65DC9842F2A35F5C1D5B880178D /* ImageCropPicker.m */; }; + AA76F7B177CE7089F91582111C2D0269 /* UIView+WebCacheOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0ECF4731E83E8CC7E9826A2245353A13 /* UIView+WebCacheOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA82FD6FEA2715B6B6759CC9CD95B466 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DAD390867E2DC1C3A37C7A57E6DCDE /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AA9478CCA2B8AD1631A56374C81C6EC1 /* IPAddressSource.h in Headers */ = {isa = PBXBuildFile; fileRef = F4563D2A2BF4C54C00CE10513E7ECB95 /* IPAddressSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AAC98FA5E7E6DA6F755C97E871C49BBD /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 50A11E4285F9582D6B1FF0B483C92A1D /* es.lproj */; }; + AAF190F7F93D42B0CD6904B3EEE03C8C /* RNFetchBlobConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 98830BD5762CE9D3AA5D468415BF95BB /* RNFetchBlobConst.m */; }; + AB00A36C62A81D9373C2748D73D90FF6 /* cost_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 5683A8EF32A6F18B3ACFB05B22548E02 /* cost_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + AB0DCD15D127E36BF8334E9292999CEC /* TurboModule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D14A5B96BE76C3F721530B8FA9EEFD43 /* TurboModule.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AB18A726571872F0C8239763CC6D920A /* QBAlbumsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EDF3AF385422B46BBDE4E730DA5D7A6 /* QBAlbumsViewController.m */; }; + AB1C2A20E784B95C5A1754D97F3FDFA0 /* FIRCLSUnwind_x86.h in Headers */ = {isa = PBXBuildFile; fileRef = F2D623CFFCB0041F140894BB4714E6E8 /* FIRCLSUnwind_x86.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB1F4C553DF6F96B7BC334F116DAB232 /* RSocketException.h in Headers */ = {isa = PBXBuildFile; fileRef = C3DEDD16BC98750F12AF65BB762532A0 /* RSocketException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB288C437189E6E59A682EEFFFD5FC3A /* IOThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 227924F2CFBBB2B87602C8A1971FF900 /* IOThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB453692E87CAB19D65033E7995DEC2E /* FIRCLSContext.h in Headers */ = {isa = PBXBuildFile; fileRef = A550D60ACE3D399664204E2028C73726 /* FIRCLSContext.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB7755A7FD58CE31155DB8DE775005AC /* FKPortForwardingServer.h in Headers */ = {isa = PBXBuildFile; fileRef = 014B30AAC33F5AF4683E65077F366159 /* FKPortForwardingServer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB779F9A692679019B8633CD2190FFD9 /* SafeAreaSpacerViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = A46A74C5F849C93BC5944EF6B9A201E6 /* SafeAreaSpacerViewLocalData.m */; }; + AB78416A6455B67A10077FB1AE2C0AA5 /* ConcurrentSkipList-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E0634A773BB2B5B361457F9AA4A4D5E /* ConcurrentSkipList-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB90EF03B372786B3072258EA6EEA90F /* SingleWriterFixedHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 20FD124932F28CED59F1110BD9812B60 /* SingleWriterFixedHashMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AB98D120DAFD1FB49EC998D5771A6513 /* AsyncTimeout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 56998FC15EB9F0D02233BDC9808668FA /* AsyncTimeout.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + ABA68C90919BE7A2355B04B221B62F6F /* GDTCOREvent+GDTCCTSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = D806C2A8A34B5FDA9FD772D910857FB1 /* GDTCOREvent+GDTCCTSupport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ABB9548433EC6EAA495C8A2C3DECD939 /* RCTGIFImageDecoder.mm in Sources */ = {isa = PBXBuildFile; fileRef = AB4E178EEA7BB4F3D35119444B6435AF /* RCTGIFImageDecoder.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + ABC1564A6ED9E3208CB6332C685E9C61 /* EXAV.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF9CD8D460017388F3FDB09E150EAAF /* EXAV.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ABD421637FC01E8895C78DDFB28AD6FA /* Enumerate.h in Headers */ = {isa = PBXBuildFile; fileRef = 75554076E2F2CF6641A8AF612E276040 /* Enumerate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC0BC0718E91567A5A5BA32CA6F00B06 /* Async.h in Headers */ = {isa = PBXBuildFile; fileRef = 689820111A6A322ED7A64C7FBE1CCD39 /* Async.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC0F38012BEF587F84B89A83A6F284BE /* GDTCCTPrioritizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 04B6469111401BFB0E502B3179828F9F /* GDTCCTPrioritizer.m */; }; + AC15AE741359ACA13E7219469E043D40 /* utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 35E787EECC1A06FFFE236DA1E4064D68 /* utilities.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + AC1CCB3A313863D9759742ADEC8F6996 /* RSocketServiceHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3319AB8E6ED3207DEBF19CDEB4F281BA /* RSocketServiceHandler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + AC43FF2B24EC0DB43DF5226D9E2A8159 /* react-native-slider-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 50806EBBB72E05C0D3C5161556BB2129 /* react-native-slider-dummy.m */; }; + AC45F2FDDD94C0E0A711BE3D509610C4 /* MPMCQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 54A53497F63A29BB772218162F82EF75 /* MPMCQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC4C50F79EA4281798637822D6F50C39 /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = 4EF4A99163A58A1DA5A09770A7BA1483 /* README.md */; }; + AC5F1F69DB0B68228DD0866AEBBF7E9E /* REAModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 61E840949B0C19AA3898E1F4FDF0477A /* REAModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ACB5C9AD6C9F58860EB46B3862ECBEE9 /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F54931782ACF7EEFCA243676B24B451 /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ACDFBDADC0ED6A592142E1E878169D69 /* RNFBCrashlyticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = BFC337FA105ABFFA37FA4522A4B56119 /* RNFBCrashlyticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ACF1E6770BC7FC02F5EEAE6B75C68C56 /* FIRCLSURLSessionDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = DCCAA44D33683DA804CE6F16826CBF9C /* FIRCLSURLSessionDataTask.m */; }; + AD124528499F7FF06B589C5D2C7CF5E0 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E69FB63AE9470E269AB70135F80FD92 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD131F72E06D5F0196B11FA4F0820429 /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = A7D50C0F9C2629952795B7D1D5B9EC5D /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD247CB68FF67CA50D0209FDBD246A2D /* RNCSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AB9C3CF4449B723F5D73679F164418A /* RNCSafeAreaViewLocalData.m */; }; + AD2FD6DDD1547FEC5CC2FDB18EE4FFC9 /* BSG_KSSignalInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 19F346CCE20204268E49103980DF09C4 /* BSG_KSSignalInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD3DD021B18EB103C144A17DBB759DC5 /* REAParamNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 952E43498603CB8FFFECD7B352F24A95 /* REAParamNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD62627C39B5BAF324061B71ECAA46F9 /* VibrancyView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BFC660A968D2F15BB84C70C1520CC1A /* VibrancyView.m */; }; + AD62863BD802A40BE1B65A415B470A4E /* RNCAssetsLibraryRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 18F5326A66E9B9F87251B3EBDF27FC01 /* RNCAssetsLibraryRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD7EBAD74008845B57FBF391AA29E4CC /* RNFBMeta.h in Headers */ = {isa = PBXBuildFile; fileRef = EB4E485D08DC10786EECE09E3C72D76B /* RNFBMeta.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD912D05371BD2384902B38F598035CC /* GDTCORUploadPackage.h in Headers */ = {isa = PBXBuildFile; fileRef = CDF0444A1FD7F32A204BDBD7C83D1CB8 /* GDTCORUploadPackage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD91D024AD639FACF7D9F42AF6129707 /* RNNotificationCenterMulticast.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B1ACA5CAA89C6CE7DED29A1A070C169 /* RNNotificationCenterMulticast.m */; }; + ADA2B2E1A36FFBEE2369BF437323AB1B /* F14Map-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = B3E4D562C86776D29FC05C7C895364AE /* F14Map-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ADA81D6992C86DCEB87920B0325900BF /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = AC831111A33AF404F6F0DD3AE7EE0D48 /* UIView+React.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + ADC7CA1A1742F65CE1C474A41F2F1999 /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = 805A04F814D4CFD1725AD16D242ACC8E /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ADCB55F484D0BFC43A8FA44DB09BB2B5 /* RCTSettingsManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = F8BEB034856DD7F0A2D4D391A44044C9 /* RCTSettingsManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + ADE1F336B6016C7394F12DB031A96A77 /* SDImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E5B30971C3FAD5EFBBB341F042B9455 /* SDImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ADEB4FC4E9C9CC012A0A33F8542F84E9 /* yuv_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 964075248E29555CDD17DF2AA331F751 /* yuv_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + ADFBFD2755F27A89A81F87CF9308A7C7 /* FlipperDiagnosticsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = B61BEFE6E47196000E75802455548943 /* FlipperDiagnosticsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE0195E93037B4A541B7C05657A75124 /* BlurView.h in Headers */ = {isa = PBXBuildFile; fileRef = DE96B6563A6732FDD1633D3B972D702B /* BlurView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE215C3E8667F17B7AD18300B51BE880 /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 5216B3E2531DD99512AED9064B0317DC /* RCTLayoutAnimationGroup.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AE24F680E88B26E1B0CDC116B2390B50 /* FIRCLSURLSessionTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 4177A5C506C7D1C92F532B7B3FD2AB91 /* FIRCLSURLSessionTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE2B551B069292AD2545C783EF6C37E3 /* MMBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = AD429B97FD98CD0D2FC8387D13798842 /* MMBuffer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE6417572C1B73A3BC1D19FB6B6E9D24 /* EXVideoThumbnailsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = D1B031C53ACDF6604A7A6C89293289B3 /* EXVideoThumbnailsModule.m */; }; + AE7ED504DBE940DAFB1D791D1853A157 /* AsyncSocketException.h in Headers */ = {isa = PBXBuildFile; fileRef = C1C85BA612BBB6143955D2D584E3AA56 /* AsyncSocketException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE815C416767EE149C75E409695452CF /* MiniPBCoder_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B8E83314CF933CBAFE49C7227667187 /* MiniPBCoder_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + AE93DBAE5E742A48020E413BB3351BA1 /* BSG_KSMach.h in Headers */ = {isa = PBXBuildFile; fileRef = D29C5D9294E47FF802420D669647FBA4 /* BSG_KSMach.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE9D0318B4F3857AFBE8E321DE27617B /* SharedMutex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2A80B4CFD2DB2A92D5E4670406B4D6D1 /* SharedMutex.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + AE9D98FE8AB2BD6E78EC9A67AFD995A9 /* MMKV-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B0EA0F360C1A755E8A7F142807876E7 /* MMKV-dummy.m */; }; + AEA44A4C33AB87DDD22E03F4F9BF225B /* UMExportedModule.m in Sources */ = {isa = PBXBuildFile; fileRef = AAE94834EC9C6763C4B60BDBE1904283 /* UMExportedModule.m */; }; + AEAA759C9F6CC27A7481BAC760E03E6E /* BSGSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 488BE7245926826349B84DACEB75AB92 /* BSGSerialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AEDD016A7171CB1911A077C0BDF61BAE /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = B79EC618A9C0EE9F23F09D23C5B89AD8 /* RCTTouchHandler.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AEF6AC811285F0BDEA7BB0BEC96DC702 /* RCTBundleURLProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 64BB49DBE3A11D54F8EC4D72350F3519 /* RCTBundleURLProvider.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + AEFA4A5576589E9091EA5DDDFB454AF7 /* EventHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BE12DCF35841427D90897AED0993855E /* EventHandler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + AF0BE7E99C8415A6467FF2DC8E797358 /* BSG_KSBacktrace.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AA321FA80597BC40DB40102D4F0376A /* BSG_KSBacktrace.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF39E56D538C2F938F306EA05078EDD6 /* FIRCLSDemangleOperation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94B455AA04E262EDE77D78D9D032C64A /* FIRCLSDemangleOperation.mm */; }; + AF6EE48569161C686172753B582E9575 /* NSValue+Interpolation.h in Headers */ = {isa = PBXBuildFile; fileRef = 40AB364E75933614EBCAC26691F4A178 /* NSValue+Interpolation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF746382D46AF180D75A95ABBD35C04F /* KeyValueHolder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC30BE353A6FBEF3ABF7CAF8002CAB1E /* KeyValueHolder.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + AF8FC95299E6034711E531A6BF500001 /* FIRCLSMachO.m in Sources */ = {isa = PBXBuildFile; fileRef = 729497AD49DA3890D6D3A38C2E450F46 /* FIRCLSMachO.m */; }; + AFB1FC261EC88C0F1E6C9034AABAA68A /* EXPermissions.m in Sources */ = {isa = PBXBuildFile; fileRef = A92FFF492D971EE8EC0830AF2D2C3E41 /* EXPermissions.m */; }; + AFB4E2FF5B7050B748694F93DCB7C400 /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 068760A519E70A35B2C34331A54B760E /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AFD00032A6816428C23EBA3C47C35970 /* RNCSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = CCB95D48A060BE3254244328009809DF /* RNCSafeAreaView.m */; }; + AFD8E0A491B06B8BB161E0B62F7DD5DC /* FIRInstallationsAuthTokenResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F780E07458725370847BBBBE826CC2C6 /* FIRInstallationsAuthTokenResultInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AFE4749B54925319011AD3C3D4578BC1 /* pl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = A106B872B16AE4E27AADF4052E676807 /* pl.lproj */; }; + AFE5A446BAE5432B9084DC260CC3D290 /* QBAssetCell.h in Headers */ = {isa = PBXBuildFile; fileRef = B07FF36CFEE2644784956515CE484906 /* QBAssetCell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AFEFE1B690C6BDEF94908C62187D1E99 /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D1B749B7A21D952FA07609DA25377B8 /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AFFAC7511AD2D0D3F7C1AD4696E97CC9 /* RCTDevLoadingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8E0F05E8626CAB5E5B8CF1E705B4A28D /* RCTDevLoadingView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + B014A96CD07E55576BB2C6E590192E88 /* RCTPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A648F3CEEC58AFB53427164E71A9EE8 /* RCTPicker.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B01B39E7FE2CBD977B9F46DABB51D5C4 /* FIRCLSContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D44D59DCEFC071F7744D6EEBDDA9A7C /* FIRCLSContext.m */; }; + B03099E55FFA58A7071BADC9BAD0D84F /* BugsnagMetaData.h in Headers */ = {isa = PBXBuildFile; fileRef = F2CD4AC32EA4D232CC92F7693E38D553 /* BugsnagMetaData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B035F5E463820F0596053BB8604BA7FF /* experiments.h in Headers */ = {isa = PBXBuildFile; fileRef = 274DD63F7B00F4B33499901FD6A1C5CE /* experiments.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B03BF08C9580DF4D4659EC16D969361C /* BugsnagSessionFileStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 4068EDB19F682F55EC1F015C385747E0 /* BugsnagSessionFileStore.m */; }; + B0909A7A6969ADD15D9CC211C33071CF /* RCTUITextView.m in Sources */ = {isa = PBXBuildFile; fileRef = E771CC35390032F1725EBCF8ED29F751 /* RCTUITextView.m */; }; + B0B675CF97C4A8FC8D8FA49D63E0655F /* SDFileAttributeHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C76B4289ED679B67CF5684C116ACB4A /* SDFileAttributeHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0BF4161D9D94D3D2E3B8FA4DD873F1B /* ReactNativeShareExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = A52B739F49EB09538EDC778FA48DBEE3 /* ReactNativeShareExtension.m */; }; + B0D111C700BA74FCFAC38FC5518FB6AC /* RCTLinkingManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A9DB7B18638351CC22D42EFDC8E325 /* RCTLinkingManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0DA8371D4294ED2A19873058D58D87B /* UMViewManagerAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 73989356532406432F25FC28C53757A0 /* UMViewManagerAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0E1F3FF45FDA9BEDFF7A2E1D8C93B1E /* FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 9507710A21691CC0E9B78E5EF2DDBD16 /* FIRApp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0ED107F3AAF83FDD3035D0B3D864953 /* GCDAsyncUdpSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 80EC24282038C689CF310848A948D9EC /* GCDAsyncUdpSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0FF11CF10D681CF091E43272BCF9168 /* FKTextSearchable.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BE2A3D02176E7FC68FF572B0100FABA /* FKTextSearchable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B103EB992BA72506B4477EFB2079556B /* RCTRawTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1507A41F76DD9D42DB7B9C3BAB7E694A /* RCTRawTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B12E8B1DF5A449E0090C037413D12493 /* RNGestureHandlerRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = CAA7E8CA75DFCA9A8941FDA16FB2E13D /* RNGestureHandlerRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B143DE68CD1D88CD25831DE5E4B05390 /* lossless_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B224B82971B4C38EAE3461DCB917937 /* lossless_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + B1491502D32A89CF0C609D2C143EF119 /* RCTImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 452392B37A05B95791672BD16864164C /* RCTImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B159EA16ECB07992DA8EDFA18146296F /* EXSessionTaskDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 00A0130F30682024AAE2CA0270DA07B6 /* EXSessionTaskDispatcher.m */; }; + B169AC1E18C6440BEFE0659C632C5697 /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B6519257FA0F261C79248CE19D2755 /* RCTShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B16CB0E98D5EACE195D85EB5E19C0D5D /* rescaler_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = B2D64E30A810C688B1470B4F408DE193 /* rescaler_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B17A957ED9AF87024F5E76CF3389320A /* ScheduledSingleSubscription.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EDA30FD146BE39B7EA870C76B401DC3 /* ScheduledSingleSubscription.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B194305F6963D136233C0B033B0E5E57 /* Instance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C32EF3C60F13E063531B75B349DE6D63 /* Instance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B1A1B9A15C5F8A49F7C4BDEE2D2F0A88 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C07BF2239EAC032AE2E37B6FC1EF511F /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1B30CE2E5772DA3F6773EE4C659498E /* UMViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C7A7073A304C50CED5EF2BA22F761864 /* UMViewManager.m */; }; + B1BFE11DD4C19AD9701585968ECB4268 /* FBLPromise+All.m in Sources */ = {isa = PBXBuildFile; fileRef = 162DF357A5D6A3074EC49D6A9D7F9D03 /* FBLPromise+All.m */; }; + B1CAE5F9925AB2F55B603952366E9A6F /* RCTVibrationPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = BF2B2E83A1C8AF81671636470274DDB0 /* RCTVibrationPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1D00F8D0E75F940646D85B2A613B180 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = E927DDAB1A870C3B9F9082ADF879D7F4 /* SDWebImageDownloader.m */; }; + B1E23AB7AE9EDF6FCB169D34A44AF526 /* SDDiskCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 376581529487B99184BD6C839402D91A /* SDDiskCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1E980F8FF715E655389599AB842926C /* StreamFragmentAccumulator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E13F08F3FC80CB63641CD83E6F9B1954 /* StreamFragmentAccumulator.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + B1FF346FAC743BF36E359C77EE83BDF0 /* RNCSafeAreaProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = F14A849C2C9B2CEEB4F0B9C699D6EA1A /* RNCSafeAreaProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2017CCAD30323453F81EDD5611E8C56 /* GULNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 30BFA2BBC1094FD96E81130C38786A50 /* GULNSData+zlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B23D4FF09EDF1B669EC0BD2FCEC9747E /* Random.h in Headers */ = {isa = PBXBuildFile; fileRef = A5D805107CF754CEFDBE530B792C8640 /* Random.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B23DC5928AE5AB9AFA7FCCDA36BE7637 /* Unit.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AC5C912D19912B51BAB93B11DB92C81 /* Unit.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B245CB449A5399BFCD746C8CF11035CE /* ThreadLocalDetail.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D48DFAF03A8A17D7E3295922C84000DA /* ThreadLocalDetail.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + B24A7823434538AD86BD5B7034F55191 /* REATransitionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 17E2EC302E6FFA939CD2E62BD7A3DE92 /* REATransitionManager.m */; }; + B24E3BAD29A34380E54D23FC65CBFF04 /* EXSessionDownloadTaskDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = BDE34BBB71AE10BE2B1FDCDDAC064C50 /* EXSessionDownloadTaskDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B24FB381E9D98CA2A84F7F32753B7B19 /* BSG_KSCrashReportStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 011065FF99A392B35D65EC4675C8A4C9 /* BSG_KSCrashReportStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2677FF281320A2BE72CE9D2ADA96821 /* Subscription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7721BE1D962D54CE089AB9651B66DC3A /* Subscription.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + B27D09757B2B9400DB0784BF5CB3538F /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = 24D132FCA4B2DB6650217068FC501B15 /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2C98C0A1B1A36FF8C852A96047B6B50 /* BSG_KSCrashSentry_User.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F6E4A5D611195155900B5842B7C3D6D /* BSG_KSCrashSentry_User.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2D6988BE32846189A992AF046D542D2 /* ScheduledFrameTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BB2B66DBE1BC02B3D493F77CC0CDF91 /* ScheduledFrameTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2E2062939AFC23D321DB5608724EE79 /* REATransformNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 71B862867B68A60B59B8B7CD248BCA1E /* REATransformNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2E8D096FD6D31270375CE37F68A7931 /* ThreadCachedInt.h in Headers */ = {isa = PBXBuildFile; fileRef = B6C1A9C41EAEAF8AD449143F6DB361AC /* ThreadCachedInt.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2FE7DAE91BD8B01687E57C1780B37A7 /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = EFD53C553DDA104D0D32DC69AD5F7178 /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B30CE20CBC96BAD03BD324427C61086C /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 426DAA1C7099F44D847FACA87A7AB248 /* fixed-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3324256BD597B34D98A2FD9B18F02F8 /* FIRInstallationsIIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 5791CBE9F30DE44EE14C14D96556BB35 /* FIRInstallationsIIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B345CC201A352A71FA8F55C2BE56A0C5 /* RCTKeyCommandsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B9E5D37A017906F3733534D5511407E8 /* RCTKeyCommandsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3B06E6D3B883C30C5C0BE9FA2C8D05F /* dec_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = C26A92286CCDD6BA44A1E4FEA613AB77 /* dec_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + B40E106BC411C9E33B44AA88923C5044 /* upsampling_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = 5C2A172DABE612EA73299FA5E2DA086E /* upsampling_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + B41E355A9F1D1C34B98AF6A861841870 /* RNCSafeAreaViewMode.m in Sources */ = {isa = PBXBuildFile; fileRef = BE5BD84C4AD1A7D221D541EBDF680E48 /* RNCSafeAreaViewMode.m */; }; + B430876DC7D0CA2E10E3E8BFB02099E5 /* DispatchMessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BD3D35018FB8A604BB27FE0D5110042 /* DispatchMessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B45601E850442A495CF4157F0FEFFC6B /* STTimerFDTimeoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FB047E69250FDDC997C42CAB4F469C0 /* STTimerFDTimeoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B460E0CD53D57920F612B7DE3B940D5D /* json_pointer.h in Headers */ = {isa = PBXBuildFile; fileRef = FD15F3DE0EA295254AC4CCCAFDB388D3 /* json_pointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4763DD4A4F73E0405CE12F917AFAFEB /* SerialExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8E159075A80E1B4C3AC9F0450A316FE2 /* SerialExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + B47E8F5BC63E69013733915BA9775C1B /* UMLogHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 95BBD1E808205BD2C0EF96522256F8B6 /* UMLogHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B484B13DDA25791086B3CCB5DBF508E6 /* TurboModuleUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 12BEAB72F554E7473109E9AA04077995 /* TurboModuleUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4874BB64E2E480A7ECF3DF5738418F2 /* UMViewManagerAdapterClassesRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 576F13703190D0EA6E5631025D438A95 /* UMViewManagerAdapterClassesRegistry.m */; }; + B4A1352431E6A2CC44DD63B2465CD162 /* UMPermissionsMethodsDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 63CB6A3006C88E014F9742E1AB6FD744 /* UMPermissionsMethodsDelegate.m */; }; + B4B661CB6D518A89233618AE326B75F0 /* EXHapticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 65D8C51C2CF0A60527B73406F16BAEC8 /* EXHapticsModule.m */; }; + B4E0C1208B851E2A93FDDF8AEB89A2BA /* RCTInputAccessoryShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DF3A9F87229EC0C9127EF2614674785 /* RCTInputAccessoryShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4E39F70EC2AD043C32FAEF8D43224FB /* pl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 7EC861892742E129F7FFFA83ADB1F8B2 /* pl.lproj */; }; + B4E557497BD62F254EE10519975653FD /* GDTCCTUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 603495E4212299A4F638482B5E8D0D9D /* GDTCCTUploader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4F08308EEC8E3D4C3C57CEC71E60B82 /* FBLPromise+Any.h in Headers */ = {isa = PBXBuildFile; fileRef = D4DA89E4F209597652A7F76DB5DC5836 /* FBLPromise+Any.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4F98B71D755E0CFA281BFC6EDF34FE8 /* SysTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E06E6C36D1A71F5B6FEB2D6AAE851D2C /* SysTime.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + B51D5E8C586D73DD440DADD0668324AE /* GULSceneDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CB3DF8C785A7D07601400CFF9D04B58 /* GULSceneDelegateSwizzler.m */; }; + B521D83B9C51D3A7DC165D81856D2EB4 /* react-native-cameraroll-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 954918646509AF93DC0ABEB99FE68685 /* react-native-cameraroll-dummy.m */; }; + B54074059DA515824357E0554475FC47 /* FIRCLSThreadState.h in Headers */ = {isa = PBXBuildFile; fileRef = 1322B5A410AF4AC8672E585C3DF04788 /* FIRCLSThreadState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B542268BDDA8EC0E9448BFDCE2A3D04E /* EXConstantsService.m in Sources */ = {isa = PBXBuildFile; fileRef = 07FAF491C4D473D315A3EDCC15CDEBC4 /* EXConstantsService.m */; }; + B55AC61181D1311451734FE42EB4AFD2 /* EvictingCacheMap.h in Headers */ = {isa = PBXBuildFile; fileRef = B3826070DF750B29EC717636E7716BD2 /* EvictingCacheMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B56C66EB0232DA5EAEA443237B1B3339 /* RCTInterpolationAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = D3DE93211FEB1038893B19435C29C383 /* RCTInterpolationAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + B57B52D7A8E312AEA8300E770D5651DD /* REATransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E73BDA8E009354600891EA2E74BD8D4 /* REATransition.m */; }; + B5886017B34755D6C5F8D35BA13DBC9E /* RCTRsa.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BEC14CCEBE755246228F4454AF37575 /* RCTRsa.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B58D29E8C21C8791878961048FE86458 /* Bugsnag.m in Sources */ = {isa = PBXBuildFile; fileRef = EA4B5A11121BE2981DD461B1C22948CF /* Bugsnag.m */; }; + B5A5CD98A96B658BF06A534E9FF2A87E /* RCTSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B8AC3C5BC4576FCAE0CCAE3BAF384CEF /* RCTSliderManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B5AFD4AF58C0E5694CB8B29BB29CE7B3 /* Framer.h in Headers */ = {isa = PBXBuildFile; fileRef = F9057AEC922F16724E16448D145C60DB /* Framer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5D0D30876A5170B761E98DB026CE76D /* FlipperStep.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C398BC2F20943EFB090F570ACF8B2BC3 /* FlipperStep.cpp */; settings = {COMPILER_FLAGS = "-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -Wall\n -std=c++14\n -Wno-global-constructors"; }; }; + B5DD2482F73C2F29A3370345D50EC02D /* SysMembarrier.h in Headers */ = {isa = PBXBuildFile; fileRef = B56F6F11BC9FBECB9231097934BAEC53 /* SysMembarrier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5E5065C5D10FFFFAF4CC34F16B8C2C6 /* upsampling_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = 473157251EE2D60303CC7FDBE72E175C /* upsampling_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + B6196655F52E19CC5BE9A898ED7C834C /* REAOperatorNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6469C39B5F4637D1201F578AF38A0A12 /* REAOperatorNode.m */; }; + B643E9093CF810705986445DF198CB0F /* alpha_processing_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = CE2CBC7A19A7BBE631B56A471662BA45 /* alpha_processing_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + B66BAAE90CD1736CEB3A745A889E03E3 /* Pretty.h in Headers */ = {isa = PBXBuildFile; fileRef = D89012C25F5261434E28F9FE7DBD2B9E /* Pretty.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B69964744F1853C554C9CF308BE6BA8E /* EXVideoThumbnailsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = CC7343C2794DDE3360AC986F6A662D35 /* EXVideoThumbnailsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B6997EC6872F51C2C3AD30901416F77E /* GDTCORUploadPackage.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FDDC4602AC6D2C76628D42154AB26DD /* GDTCORUploadPackage.m */; }; + B6AC4AFFC191BE0174DE35A9835B2800 /* FlipperStateUpdateListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE36D51559E26128B55E3C08C964C5D /* FlipperStateUpdateListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B6C83AA02AE1CA7937C0CE13CB0A7BB2 /* Executor.h in Headers */ = {isa = PBXBuildFile; fileRef = DFBA1EFCD6DF48A6C922DBD1D11A97AD /* Executor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B6CEE48AB6E8EDBC7CB192C7DDA17AAA /* BasicTransportCertificate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3594DF1CD01D964FAA8763E627265CB0 /* BasicTransportCertificate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B71F61D27BBE4CE6D629DC18A95DB476 /* SKObjectHash.h in Headers */ = {isa = PBXBuildFile; fileRef = CF56D07AD4FE7F38C685EB66BB0F2553 /* SKObjectHash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B755EAF06C8834F6CCEE50BEF62A08CB /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0217298A548E81414550B50749648BEA /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B7607FDA7B5FB23F02CE772CAE820F72 /* lossless_enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = A5DA2837071E6C937DA4A4E904773219 /* lossless_enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + B76278C777A3630DF71765C59B3AEB17 /* RSocketParameters.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C10D6FD9FAA288054D1A307945AE4EB /* RSocketParameters.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B774B027048BDAD0D6E35C9D8DBC713D /* JSIDynamic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B79FE12C6FD6F29190387CFA03B8F387 /* JSIDynamic.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B777045A0B6188B81FEBFA6615EEC91F /* react-native-notifications-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B6AB1C3BCBEB6BC5E6C87A5182CB737A /* react-native-notifications-dummy.m */; }; + B78BFE800CD92CDDEAACF7FE5598F6C1 /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = E23C47E510A1D0993F79E8C1FE4F9CB8 /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B79D33B338D0F73345E47FD91A502C2C /* MemoryFile_Win32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DB4CF2F52473AB2B8E9BD13D2F37A4B6 /* MemoryFile_Win32.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + B7A4E019075D6EFC4949E9B5BAF7D12A /* YGLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 602729A1A186FA43431840830ED8D83D /* YGLayout.m */; }; + B7AB906E5631E608BA86629BFF26E75B /* pt.lproj in Resources */ = {isa = PBXBuildFile; fileRef = DD61A9687DAC055A541F15BDBA8CEC0D /* pt.lproj */; }; + B7BBA74A139BE9B80EEAE30F4FB07F95 /* JSDeltaBundleClient.h in Headers */ = {isa = PBXBuildFile; fileRef = B0D034BF10A81757BF7E36B26707D555 /* JSDeltaBundleClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B7F5CB4A0A19BA581A2E4D9087A1A5E8 /* RCTImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = FA0DB963950D1AB53657D298736E51E1 /* RCTImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B82325074DB04D07827644E9287D3DF5 /* UIImage+ExtendedCacheData.m in Sources */ = {isa = PBXBuildFile; fileRef = 8758AA72565DFF44F351ECC18FA9C063 /* UIImage+ExtendedCacheData.m */; }; + B8323F92F8FB62D9BB27AC89908C59DF /* UIImage+MemoryCacheCost.m in Sources */ = {isa = PBXBuildFile; fileRef = D0738EC1551A2F7F2FAA287E62719FAA /* UIImage+MemoryCacheCost.m */; }; + B84395070241EDC1A5AAD74949982F37 /* UMCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 268097D45D9A19D40E5715C9C006F94B /* UMCore-dummy.m */; }; + B86E6BBF34C8795D24B37E75309E627F /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 101E20E44FBB5F30E9F9E79E861FA29B /* RCTSurfaceRootView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + B87A058701D9DE7CD8F81720D46E03AC /* yuv_sse41.c in Sources */ = {isa = PBXBuildFile; fileRef = F4786B928DF108948CA623BA9E293FB9 /* yuv_sse41.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + B88F11F419769EA847B5138AC0575BD9 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CC9F137A0DD4D3D385C5631CD6348E8 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B89BB820BEA721BA3EF6614EC4082F7F /* BSG_KSCrashType.h in Headers */ = {isa = PBXBuildFile; fileRef = CEC7104F9BE13E79231B302647E1D7B1 /* BSG_KSCrashType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8BEED846011051FFB1BA5F3B6321BD9 /* SSLErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = FEB54E45902D3AA343ED9A383F360016 /* SSLErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8E3D837A41CFBCAC3AAC6B0483551E0 /* CallOnce.h in Headers */ = {isa = PBXBuildFile; fileRef = FAC2C83F16311FCBBB047B9E5621A92E /* CallOnce.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B8FB8AD63D09615A6C875B33CF47CD2E /* PasswordInFile.h in Headers */ = {isa = PBXBuildFile; fileRef = E9A0D3A476B4D8116DF7BF2752C8261F /* PasswordInFile.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B91ADBFA8D03CAF741D92039900F546B /* RCTCxxMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 577D18592A51A28BA6BF756EBBC9D7A1 /* RCTCxxMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B92311650D71047A28A1E650E9D1303D /* TOCropOverlayView.h in Headers */ = {isa = PBXBuildFile; fileRef = BE7FE478CD38B0D49006AA2D6A850AF4 /* TOCropOverlayView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B92A6E48DB98D80F967521E438B44077 /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A3A77B7D7EC50FA73CB2FFB2C17DF2E2 /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B956633043C519BA046B8CB046E8ABB9 /* GDTCOREvent_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 718BB8333B0F2AF0FD3F8AC14960DB95 /* GDTCOREvent_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B95E0FE53DCE714EA39599C5160AA9B2 /* UIImage+CropRotate.h in Headers */ = {isa = PBXBuildFile; fileRef = E3A672DF64FAEAE6BA3EF92CFEF58440 /* UIImage+CropRotate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B97262F67EBB48AB6DD08AEF39CDF101 /* REACondNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A452D29D9EE7CE052C324DE9F63AE3D /* REACondNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9CED8EDB803AFDD0161C881D90F7563 /* FIRCLSThreadArrayOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 05B819B9D0F5E8E7D8373B00494B2F42 /* FIRCLSThreadArrayOperation.m */; }; + B9D4C1AA0D160D18DA7EF4EFE2465998 /* QBVideoIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = D398B0707401A1236BFA3E304319BB7B /* QBVideoIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9EC40B9BA8B2D4C8154DBD0AC07638B /* FIRCLSRecordApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E4D461AC4A5D3B90EDE62CD68FE7209 /* FIRCLSRecordApplication.m */; }; + B9F0B22AAD4942ACB1E16DCA75A811E6 /* Frame.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F48DCE217DD4C57215DC29EBF7A87D5F /* Frame.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + BA09E5C4978FCBCE5FE0FBFC5C629056 /* ms.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 9D89AC07305184E37A620F129423F7EC /* ms.lproj */; }; + BA26CF42965288440254125F54E91DFF /* MMKVPredef.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C2C9D209F160529837157C404C4E401 /* MMKVPredef.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA26D6016CA442A7E4F04E34CFBBF344 /* RNDateTimePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D06EABFD0416B4B73FA610762CFA6975 /* RNDateTimePickerManager.m */; }; + BA2F26CF50000640E27F834339683F3F /* react-native-appearance-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B0A4E0BDAD9C880EDC1ED4A4483D369F /* react-native-appearance-dummy.m */; }; + BA409C0D8AE7585A0F08A58E1A4CFF7C /* Try-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = B20065F9C2CCA62D0B539D215D127A8F /* Try-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA469C8140BB88DA070A0DF2ABB313CB /* CodedInputData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FB437819C3CB763687BA72A5AAA2A4EA /* CodedInputData.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + BA56349F5D2A173BC8DCA0DF64557AAB /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = CA73F6A73A0AECC3E81A4132BAAF53D5 /* pb_encode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA75D60A6ABD56D5A3997C2994DCA892 /* Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CA52554E49F4EB0DECD40A284968DB4F /* Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BA7F4589C69900A5F35869CF80357807 /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = 77BBDAFB29DEEDCBB1C0E98CB8451025 /* strtod.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + BA89BD2A310F9142C8DB73B4B9592164 /* RNDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F8C826C5EE2D61A983288339BB7BCEE /* RNDeviceInfo.m */; }; + BAA136554781CBBC00EB2AD138681AFA /* FlipperUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 94562FEEE041FCA17B182DAEBEEC0438 /* FlipperUtil.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + BAA3EB7DF8E07085606E6E5BA37BB02D /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FB84E77AD1F7C6F7297E3452FE37E49 /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BAA442F7A9E9045D4C99FF071584709F /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = F1D1F726C54405CE9DE22276FABDF013 /* RCTKeyCommands.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BAA8213019CAD74D020681B3E02D502D /* GlobalShutdownSocketSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 975EFFE50671181EA7FE65731F444625 /* GlobalShutdownSocketSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BAB233399A2FF3F15431A51036766094 /* RCTSpringAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F730836B4EFB479F5E1AD9372D69A04 /* RCTSpringAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BACAB7A15ED4AF8C507E58A4126C4061 /* FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B9879BAAA40F0864DE45E3473A152 /* FIROptions.m */; }; + BACAE899829531466EB273C8CB464EDB /* RCTBaseTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 290204908EF4A16EA1C79C35F670FBE2 /* RCTBaseTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BAD8EFAA228DAE263B00DE729B2EE714 /* SDDeviceHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 32F169BD2188C918E2B972E1CB4C5E96 /* SDDeviceHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BAF7DBC68C422EC3C942F15AB21310C4 /* Hmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 99279CE2EF83F3793AC533A392168F16 /* Hmac.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BAFB8985FE2EFBD4BF5100D1C5141909 /* fr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = D0EB3B37301573DA5278852E6F9236CE /* fr.lproj */; }; + BB006C656A1A3D1FECBFB53F3732E915 /* FarmHash.h in Headers */ = {isa = PBXBuildFile; fileRef = 96F6E8528C4EC7786262B3CE7BE4614C /* FarmHash.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB205F4DDAC977FD910876A7B03B99BD /* FIRExceptionModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 437DC85346074A9265D7B13844F4A421 /* FIRExceptionModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB3917322C3D46D61208B9BDE6165B24 /* openssl_aesv8-armx.S in Sources */ = {isa = PBXBuildFile; fileRef = 271CF860946C7D804590EAE4A5AD900A /* openssl_aesv8-armx.S */; }; + BB5742094CDC2C2F6C4DB3A342B374F1 /* TOActivityCroppedImageProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 519416238C8BE63015D2786DD22DFA0E /* TOActivityCroppedImageProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB6616D860412F79D311509ADE728353 /* SDWebImageDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C46D1443C6C1C0D36F0D76896951DC0 /* SDWebImageDownloader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BBB7278BC3535C66A77333A2FAC056EA /* UIImage+ExtendedCacheData.h in Headers */ = {isa = PBXBuildFile; fileRef = D91054BD48855264655E4EE35E836014 /* UIImage+ExtendedCacheData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BBCBB365DA691C5B943A8F1B601D9AB8 /* RCTTextTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F285C5098EC0ECBD8EC97D2854E272F /* RCTTextTransform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BBCEF8655EAED9F1538B3A0AC4C94EED /* NotificationQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 5864337237459EAD63F46D06D344250F /* NotificationQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC045B180EF3CA98026AAE57BFB5A212 /* RWSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = A7D894B602596F79DB582017F22E9488 /* RWSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC1152E084DA607F467D3C9645DDE5E8 /* SDWebImageDownloaderRequestModifier.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C9F64D0A008E2CBACB0B541A08029AD /* SDWebImageDownloaderRequestModifier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC1FD34409237095008742B4F5CCA0BF /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = CF2BCF950573DDBFCAC4EAC6297BF1F6 /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC2B2A565593B123483527624459A056 /* RNLongPressHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 1445E0B097068CB35C33467AAD6635D7 /* RNLongPressHandler.m */; }; + BC3C583749BACF42FC04A4E682888F6D /* Sched.h in Headers */ = {isa = PBXBuildFile; fileRef = 27D2AD842BA25BA578CC76FABEF37040 /* Sched.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC522317D85500DA7BA59499953B3067 /* CacheLocality.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 79A1BDF33A0DF9405EF2566151D61261 /* CacheLocality.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + BC6F5F53C3FDF0137E4F9F84DE7853C8 /* RCTMessageThread.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3511BEDB797B895918FE2673667BF97E /* RCTMessageThread.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BC7A6A547F06025C1400B20235448F44 /* RCTWebSocketModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DDBAA3D193C885E101127F0BA02B146 /* RCTWebSocketModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC7E55A776CDFCD7D54EF579B10B8236 /* ReactNativeShareExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E39C4FDB60EA447B1B20AB20987147E /* ReactNativeShareExtension.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC900C6D3264A65D9015882A1ECB8583 /* RNCSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = C253635FF1C1A32EBC240C5796976D2C /* RNCSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BCB38E2A81107F6BE512A44FA51BFD65 /* RelaxedConcurrentPriorityQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = E17620E60E402B8192FC79E76A5B24BB /* RelaxedConcurrentPriorityQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BCB6AB6E9F134247AFE99BB796408BF6 /* RNCAsyncStorageDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B6180ECAE92490934C79B1E5BAAE582 /* RNCAsyncStorageDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BCB94D920D9304C0F6C6B4A97211F740 /* RCTRsa.m in Sources */ = {isa = PBXBuildFile; fileRef = 96A59D54749883576DB2D6E08DDA4BFE /* RCTRsa.m */; }; + BCBD6D53A154E7C8A2CF407797657DEA /* decode.h in Headers */ = {isa = PBXBuildFile; fileRef = 01EDB342CD7BCF8327420B7DAF331179 /* decode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BCC1BBE162E3C4498352B192A8F7F093 /* ARTRenderable.m in Sources */ = {isa = PBXBuildFile; fileRef = E3544EE6352998BB15508263525BC29D /* ARTRenderable.m */; }; + BCDB334272DD22E57B98DA583FC85C9B /* RCTProgressViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B53969A0452A95EF13D5EEB1C466CE7 /* RCTProgressViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BCDB7F6BD1DFBB09AC5F3D382A2AFAF6 /* RCTEventAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = B254BB1AF982DF4E007693D0780FD758 /* RCTEventAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + BCE229530ACE600571102CCC5D0553E4 /* SysUio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 962CCB4F39D9B0208C07FD60C25C9395 /* SysUio.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + BD047D3435AE3810456D723B953DC1B4 /* SwappableEventBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37B412BC1F64FB826EE5B0CCADAE63B2 /* SwappableEventBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + BD186137B210BDEE0479BF8275367291 /* RNNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = 241FD703C652FD7E0EF392952EC4C081 /* RNNotifications.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD1E239A437E87F27B5C6AAA045F3662 /* FIRCLSSymbolResolver.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BA8FF8FC05DB1E6BFD997E8F81E1492 /* FIRCLSSymbolResolver.m */; }; + BD280DCD333486DA5F4DFF8DAAEED23E /* BSG_KSCrashReportFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 858E349C75E586859650200BCA05AAFE /* BSG_KSCrashReportFilter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD37841CF9A5FE1BAF0330EEB003238A /* filters.c in Sources */ = {isa = PBXBuildFile; fileRef = A58161A266D348CE11C7F046932CC670 /* filters.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + BD3B9000BC1B70450BA77E40B5C1951F /* InitThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E665198D622FA71128BB4BBF9E153F7 /* InitThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD5FBDAE47E8B7A7E312ECC50CD47D36 /* ThreadLocalDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = 95BAC5CB0D279B5958E7B0D88AD3C358 /* ThreadLocalDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD732A8E7B91BC3B26168F3F9093CD48 /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = 41AA3D7073247C2CC63EF9EC2BC87788 /* diy-fp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD77E7232C2715092F08B65B50F11F36 /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = E4AB14CF48625475C751A582FD071943 /* RCTProfileTrampoline-i386.S */; }; + BD82D08CC2D86E9F9637AC1C567F3796 /* RNGestureHandlerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 89D6D8E138B454AE47EFCC5CACECC07E /* RNGestureHandlerManager.m */; }; + BDAEB4908DB5932205CB6160C1BFAB4D /* FIRCLSAllocate.c in Sources */ = {isa = PBXBuildFile; fileRef = 04BC76B3FD500189184D2F37A7A50AB8 /* FIRCLSAllocate.c */; }; + BE19AE06EF5878BAB8A999F87B1085F6 /* ARTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FD967CB2A69DF4238399868AAE90EC4 /* ARTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE223382A5799B7650C050DB79E8C0E2 /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = BF20C4A8DC5AE9E7EE845AE5CDE38B7A /* RCTSafeAreaViewLocalData.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BE2E36E456C71A89A019ECDDC5B866BB /* ThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 012AEF8A431D4EA31E3E1985B6C0AED4 /* ThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE4BD73D634F1F84AF60786455B94D25 /* Conv.h in Headers */ = {isa = PBXBuildFile; fileRef = F0708C4622FC43024B9C0BDD273A6BF1 /* Conv.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE5D97DA1531BD478927E6A48712B92B /* OpenSSLThreading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 647A8F5A3D2198EF7CEC7680252421F0 /* OpenSSLThreading.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + BE9151386B4667D9C62341DA5B973C84 /* RNFetchBlobProgress.m in Sources */ = {isa = PBXBuildFile; fileRef = 18480D66825A194C07A812F54A459022 /* RNFetchBlobProgress.m */; }; + BEC8B8C8F9282C3EF2B5699365285652 /* FlipperConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 96E9EB922C36476C0786587EF297BE4E /* FlipperConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BED18040100A2186526A6434684E0E4B /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A062B510BC83BB6DF18CE83B96894159 /* RCTRedBoxExtraDataViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + BEDDB0DE73DD1916C5079437B8C92285 /* FBString.h in Headers */ = {isa = PBXBuildFile; fileRef = EB5B656121C1A5D576F43EB780140B25 /* FBString.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BEF508789ED64F00C6C29318C7AC4A27 /* HazptrObjLinked.h in Headers */ = {isa = PBXBuildFile; fileRef = 192305CD9EED58441A262C59EDABCF79 /* HazptrObjLinked.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BEF83B4253B6A8427C6C86B3CDD76AB4 /* RCTFollyConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 03EF611335A19E0B5EDDB84BF2D9AF24 /* RCTFollyConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF20581CA1BE9C6DA55F8420DEF1C9C3 /* enc_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BA69D009D60B41DDC5490431F6763B4 /* enc_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + BF33C35413686739CAD0DE4CCCD64D44 /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 3517226A63DAF6EA8168A50B0B38522C /* double-conversion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF36C47B969919C688B90BD62088EA24 /* LNAnimatorTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = E00B739AB623D7B8CFE65FA1ACC79F3C /* LNAnimatorTemp.m */; }; + BF556D8ACB324A422127F91C4490F427 /* RCTNetworkTask.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9D6734B30B32966C805DBF7C73F0C226 /* RCTNetworkTask.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + BF67358934093E754079792559B0114B /* Payload.h in Headers */ = {isa = PBXBuildFile; fileRef = 6346DD6671D27AFD36E6F7FDF56C3684 /* Payload.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF684FDA96C4F1FA1E15A5AEEB396E14 /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 29BE1B758034408B336F5212D21B46CB /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF6902C6C69E24068F6151C8C7195A5F /* dynamic-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = FCC5804A7718ED767C13AA3060F91D5E /* dynamic-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF6E6EB34C17E884CD3A0E0D40D304B2 /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 30BFABA57598DD4777656F08D17D59FA /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF7580E79A6E87A6D9A70F35CE58143A /* SDWebImageDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = D481B6B6D33C14D06356DA0EA78733E0 /* SDWebImageDefine.m */; }; + BF86BFA2B3725E6FC3BF66D18B56E6B8 /* SDImageFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C8F251FB760F233C71E159304F78453 /* SDImageFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF99C28D6867E11B224E737619F24789 /* openssl_md5_one.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34725C1DA2003EC8A547C1246793094F /* openssl_md5_one.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + BFAC2A31967D18362DE39231B68C71C0 /* SafeAreaManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 998ED50118B48A58FB600312862A692C /* SafeAreaManager.m */; }; + BFE3CFC2936749C2BCF5B68BABDE934C /* FBLPromise+Reduce.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E0FC15E0C888523E04A0C99E7CB65BF /* FBLPromise+Reduce.m */; }; + BFE5D33FA497C1078345F79EA17476E5 /* REAAllTransitions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4913EB95076B93A53620BCE044869DD6 /* REAAllTransitions.m */; }; + BFE8A12F261EF8BAF3E6816C911D800C /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = EF7C61EA6A35A4868684DC754F8B77F3 /* bignum-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + C00D1ED64693FC6383DE5F5B5A6A233C /* RNFBRCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 89B519CB827D78846DD785BAE3BC8220 /* RNFBRCTEventEmitter.m */; }; + C01E0C7AD4BAD5D346854884A97FA826 /* RCTPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = ADFCEEAEE7ECCF7CD8C7D17D0B68B49E /* RCTPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C029E26863B3C57950073AD8BF04163A /* RNFBCrashlyticsInitProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = C366131D88B4FA0933A8F80B363247DD /* RNFBCrashlyticsInitProvider.m */; }; + C02C2A3A5C22E86C7AA4BCE16EEF41BA /* histogram_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 54E6D6644E0C5AE27AFC8D5CC2734AC0 /* histogram_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C03F07C44F05DC644F9089A4D36603A8 /* BSG_KSMach_Arm.c in Sources */ = {isa = PBXBuildFile; fileRef = A641442DD76A74D623E7FA5B5F7D6E50 /* BSG_KSMach_Arm.c */; }; + C03FDB5BD0BA11C8D88F8A1E82EE2733 /* SafeAreaSpacerViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D8E205E0ADEFE8B824F9B1B475F92EFC /* SafeAreaSpacerViewManager.m */; }; + C04C76AFA68D1434372440A053BE91BE /* cost_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 41B1FB90879A0B9F4D4E6DBC981523DA /* cost_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C04EC6580389EB9880D39BE6B4F590A0 /* Ordering.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF7C0E453CDA7A9F674974D22681602 /* Ordering.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0831B6A69DE0895EE9D737FB95F6659 /* demux.c in Sources */ = {isa = PBXBuildFile; fileRef = 98090DEBEE0A484DCB283999B3C4FE16 /* demux.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C085F4A89DD1B12F07E9A72DD99F9358 /* Flipper-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 103FC660F8CFDD4CCC812BFE19C52518 /* Flipper-dummy.m */; }; + C091246839A4FF29BFF095615CB11AC4 /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 9F8CAEC1066F72A04539AA51832DCBA1 /* de.lproj */; }; + C09D2A795632FF3661D7A2A9F4B9D33E /* MMKVStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C5360DBAB0AB91E1E9C203685F3F32F /* MMKVStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0B6B06C8B8972F6EE4F84235D3844E2 /* FIRCoreDiagnosticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = 58867A44AB3C91E7BF1716ACDAD868D0 /* FIRCoreDiagnosticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0B8C5BD6789054006E1A25C4473561C /* REASetNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 75A977C87BF5E040DF07DE5709A4C010 /* REASetNode.m */; }; + C0C189D972DCCFBE746A1C449F9650ED /* FlipperCppBridgingResponder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4F541C82A5E7D389CBBDDE1C34AE57B7 /* FlipperCppBridgingResponder.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + C0C2ED58E4441D3441567DE2BE962D8A /* React-RCTNetwork-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C818E55456D276C461E5BF994DC28B33 /* React-RCTNetwork-dummy.m */; }; + C0C2F818FCD96189AC54D8C5BDD78704 /* Executor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 29537CD66643FF7EDA26FC50C2A01839 /* Executor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + C0CF6A8EAE663FCDABFBBE5447E565B6 /* ResumeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0040D9E1E7A523E3A7075DBB856F4F1B /* ResumeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0E517C63541659955DAC30783356FB9 /* MacAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = DFB41E5C56C1FBE2096AC652EE680BB0 /* MacAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C11BB2EAD2D1E3EFB8E2B134501C42BA /* RCTCxxBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 475C2F6D34E0688DAAADFD4D0C4E48FA /* RCTCxxBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C11CAA841FF0C9C7B8D5E01B2CF5CA1E /* FIRCLSRecordApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 19881F57FA6BDB29833E728A00D242E6 /* FIRCLSRecordApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C13E09E6725F7B85A8E142814A97A879 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = CDCBDEF86ED4871541F2829B256B3BD9 /* types.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C14B18A7EC253AAD89F84D382C12E6FC /* RCTConvert+FFFastImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 53AF6D6CFD2FCBDE168FFB00EFCBDF7C /* RCTConvert+FFFastImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C152E1314982D9CBDEBD872A19C823AF /* RCTSourceCode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A53AE53105460CAFA8EF29139045BE3 /* RCTSourceCode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + C17809C2B1439E57C037A4AF77B6B088 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C6B72E14C752AC38D0E6F874B475419 /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C18CCD1694FD5D8DF79D896CACBD50B5 /* BSG_KSSysCtl.h in Headers */ = {isa = PBXBuildFile; fileRef = 29E0977E20A297A2E904D6C85C1752DB /* BSG_KSSysCtl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C19E61D9C84AA09480DF58F7AE149325 /* FIRCLSDwarfUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F1AADEB994A06753733D5DA30E49EE9 /* FIRCLSDwarfUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1AC9914DBC595595E5E10CC41FCFACC /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 22EAE061211539C53271A4C631B3F083 /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + C1BE8CB912D009C1F46C370E0445F88A /* SKApplicationDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B0EEB7DA1EC3630EA1AA859A96C2756 /* SKApplicationDescriptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1C782CB920DDD5F4AB95C86C0A57D23 /* EventBaseBackendBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AECF7862519237D2681881EDE7678082 /* EventBaseBackendBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + C1CBB702E15150B73DC1362E2270DBBC /* FIRInstallationsErrorUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EC92D96BA4130E646EE570999BE56EC /* FIRInstallationsErrorUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1CC0CEA6F05787033CB5E985394B79A /* Dirent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 533524283F5FE7F6A54D8E1A8FE71CC8 /* Dirent.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + C1D8DDEDEDC03353EAE15325C96F6B87 /* HazptrDomain.h in Headers */ = {isa = PBXBuildFile; fileRef = 49038FF0B234901AC8BEF0F9FA2F1604 /* HazptrDomain.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1E0566727822A59404D6244D32EDFFE /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E090770D5755EB4139E3C4895934382 /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C1FCD6D2E9519977F4876D6C45C68D27 /* BSG_KSObjCApple.h in Headers */ = {isa = PBXBuildFile; fileRef = 006F13F52CD11373C0ED66F8196F4D9D /* BSG_KSObjCApple.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C202B9AB7F9B4CEAFD1B1F2F2540DE8B /* ARTGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 07C13971B9F4ECF08B4ECB8F844157E1 /* ARTGroup.m */; }; + C21E34ED473D8083457E9E6F77978B05 /* CString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76896F14E643A1222C612EE96A9558E1 /* CString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + C23D155BA60A5F54F1F6413B856936A1 /* lossless_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 32DCF7053D1393D8C9359438190591DE /* lossless_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C23F1B62E456F17529F22D53CEE9C1C2 /* FIRCLSConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 590B92C661C38A079042B697E64EC4C2 /* FIRCLSConstants.m */; }; + C25BD3B0B908A21A015ED5632EF26214 /* FlipperConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = D4146E61E7182ECD551C606D32AE9E01 /* FlipperConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C25C7F249FF3DF4AFF20FE30EC624DE0 /* RCTImageDataDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = CF118AF0D7CD96A6412F6DEE72219812 /* RCTImageDataDecoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2629DC99CC839EC5C50DC04EBBBAF18 /* CompactValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 95071628C82FD6159FD8B810E09CA0D6 /* CompactValue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C26BA033D622245B0E1F87B0BF11897B /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = 16D73A0F9B78AC956B935687157C8F75 /* RCTView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C272409C6E5C7BAEB668D00D0AF813CB /* RCTView+SafeAreaCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 74B5E20D68E642ECCD6708CF0DCAD679 /* RCTView+SafeAreaCompat.m */; }; + C28910029389805FB7F49AE5C843299B /* SafeAssert.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AE9AD276ACE023E37C3399ED9A29AC2 /* SafeAssert.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + C29CE31F0EB99252988EA60EEE9490E5 /* RCTLinkingManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8ACFA7FE798C16FC15EA00B58694A512 /* RCTLinkingManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + C2C6FEAC14263B0A5A00635D335ECBEB /* BugsnagKSCrashSysInfoParser.h in Headers */ = {isa = PBXBuildFile; fileRef = F126F1D655124C874881199F871455D5 /* BugsnagKSCrashSysInfoParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2C84A5BCC8E1DA2AC401C9F2B8B34F7 /* DynamicBoundedQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 8440B91410AA90FC2A97EC7B1EB9CA55 /* DynamicBoundedQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C2F91432A668E25A46241B496449D788 /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 69E2296D72ABD80A5FD98B137D853E66 /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C304A30502E8369F40D40C16DBE5E07C /* SDImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = F355430BCEB2E3A6F3DEFD275DA5CDBD /* SDImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C31649FF44EF72294B6DA273C083AC81 /* GULMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 3447BCA313DD125901B04D7A3FD9D60F /* GULMutableDictionary.m */; }; + C31E5CA8E6FB2A82174DF4E7FC00B626 /* RecordIO-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = A653A8420A70DC05EDB75FF5B7E8BBC7 /* RecordIO-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C32C2D0AAAA70DD39C569CE01927CA2D /* FFFastImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 240861E49F15AEF12B54DCFDADD3881A /* FFFastImageSource.m */; }; + C346B099F2CA0366B622C1C587648F56 /* FlipperInitConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B91AEE1F9DEF2FEA26402031DBF986A /* FlipperInitConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C34DC13B0034CF58DC1AC8D0AF8D7DF5 /* EmitterFlowable.h in Headers */ = {isa = PBXBuildFile; fileRef = C4A663D153E0F28D47A96BF7B5C52DF1 /* EmitterFlowable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C350D498821BDE5117589DB4053FA489 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 694F805E85E19B56A75B91B472C179E3 /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C3526B4559076B3A4B3E014D48676190 /* RNNotificationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = F5B5F727AB5CE35A3C834577E476D803 /* RNNotificationsStore.m */; }; + C352E931E9708460024B6A87B5A60EDA /* EXReactNativeUserNotificationCenterProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A63EEA7A695D8DE3F01D6D694C5A4F5 /* EXReactNativeUserNotificationCenterProxy.m */; }; + C38E0D50BCA7EACCC7FF733E30442EFD /* Shell.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B70EED3F5342A9DCBE88CBFA95EBFE0D /* Shell.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + C392361C141FEEAAD9157419A2C4B281 /* RCTBaseTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 871ECAE6E6E2B5A42737651C9CE63C07 /* RCTBaseTextInputView.m */; }; + C39514149F6B793022B3F5AF1350B225 /* Flowable_FromObservable.h in Headers */ = {isa = PBXBuildFile; fileRef = FB06AB4CBBA24359B19FDC609BA10CC8 /* Flowable_FromObservable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C3BB6C20F8FFD5AE15737DCEE7B4A6BB /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = 00492756D17892490D21FC944FA2C961 /* RCTSafeAreaView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C41F1DF4FCF0256EE7212B3A2CB3CF41 /* F14Table.h in Headers */ = {isa = PBXBuildFile; fileRef = 7658EE8734CC7A5E8602CE50E1ECABE2 /* F14Table.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C45F79CE4EF8CD700B04002710A65BCD /* SSLOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 3995E9A733022BC9625CF21E64F2B82A /* SSLOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C4693FD53F3395935CEC18017CC0A73E /* ThreadName.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B3F447A9E5641258E030C1988C10923 /* ThreadName.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C46F05B3ED722664DFDBCE04571A60DC /* RCTHmac.m in Sources */ = {isa = PBXBuildFile; fileRef = 6043CF70F3F3E9AEDE78DA009EC53ADA /* RCTHmac.m */; }; + C4762B9B09E1F427AAD3F7D41DCB15DF /* ScheduledSingleSubscription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1DD3CF6BEC61F49EB5A5BEA5652EDC6 /* ScheduledSingleSubscription.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + C49C05CA6C09F4724CFBB2011AF0E49D /* EventBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 0463705C5C8AD88A127C191E4A74C7D7 /* EventBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C4A848E55FD2CCE21A482824A4B00497 /* GDTCORTargets.h in Headers */ = {isa = PBXBuildFile; fileRef = E9A2D17AD18B6870119319A8ED081B72 /* GDTCORTargets.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C4BD0435EA805006D6009D11CC0D563E /* RCTNativeAnimatedNodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 868C93C3ECFCA73E088E04EA098613C2 /* RCTNativeAnimatedNodesManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + C4E4914DFA2F9581F07B1E964174B09B /* FIRCLSMachException.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C5E9C4ECFEEBF5D2890F292C4BDAA7E /* FIRCLSMachException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C4EBB8FE8D1FD3B917E6E5107633198E /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BCFF7938EB577125261CD1FBE3CB72B /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C4FD9F60F513F16F2EA7A8B42C241718 /* cost_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 463952356618CD3D0B4A62611F8B538E /* cost_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C50FE3D81688902B06499BE7B34A1E63 /* Stdlib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FDC0214B6FA9DEC4EC36BE0DD4BA6E7C /* Stdlib.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + C53B395A065EC5FDE053AE85E25F9461 /* FBLPromise+Validate.h in Headers */ = {isa = PBXBuildFile; fileRef = CCF57FBA2210324AF980C0B7D553A654 /* FBLPromise+Validate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C54300E7D1A20676479781630519CA52 /* ARTNode.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD094B27DF6729577EDC3F8BD514019 /* ARTNode.m */; }; + C55B8F5FF42FE5B941E0966795078B70 /* Preprocessor.h in Headers */ = {isa = PBXBuildFile; fileRef = E36B0B52A686289433FB81194F08214F /* Preprocessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C562E92E2EC35C2321C27D94C115E84F /* AtFork.h in Headers */ = {isa = PBXBuildFile; fileRef = ED122EF24E024FFD91FBB620F2AD87C8 /* AtFork.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C57509F7A1ED59065F2066805AB3FA61 /* MPMCPipeline.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B3441D2555C9CB912A8C993AC3E21E1 /* MPMCPipeline.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5775DFDEDABD9644999037A43F1DA22 /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5968DA24D6D3F1772EB1706FF3C1D40A /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C584935121036CA1743000893C925878 /* FIRCLSProfiling.c in Sources */ = {isa = PBXBuildFile; fileRef = D5C399FE8E5579CE13BC1EF5D43E6877 /* FIRCLSProfiling.c */; }; + C59E0EEA7BF377A3BEC34FF920B1213F /* RCTImageCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 53BB4F540600B7833F3CBB4ECAE8CD9C /* RCTImageCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C5D17E7B2CB20852E6967CAC695AE9B2 /* filters_mips_dsp_r2.c in Sources */ = {isa = PBXBuildFile; fileRef = 0530D03FC790D4EDEC89A8966469F3C0 /* filters_mips_dsp_r2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + C5FF8EC2083C61C68BAA9EFF35919DF2 /* StreamRequester.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1708504D90BF92C2DE490B535EFFB159 /* StreamRequester.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + C60A1065D69EE3B9C4D0B25C1C97DCC0 /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = D1CE59B3F021DBE594656E3929E1D086 /* String.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C610719899998B8E21BD81025BFCFBCD /* Singleton-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C0613BF6D05BBA88027F2EA5030B8FD /* Singleton-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6310AF1D81F4A5D04764D2AF5E4A496 /* FIRCLSPackageReportOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = AA6E5802A99B16C26B084997703C96B5 /* FIRCLSPackageReportOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C65749698B8885CA2132F429F6C086E2 /* BugsnagCrashSentry.m in Sources */ = {isa = PBXBuildFile; fileRef = BDE7EE7B42832DED37141F369D9B05C1 /* BugsnagCrashSentry.m */; }; + C682545EE9819D2696A7D12A093EE645 /* common_sse41.h in Headers */ = {isa = PBXBuildFile; fileRef = F40CF87C89A66343C7F24C5F68C0CFEC /* common_sse41.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6BAAD2641063E010711BB514451713C /* IPAddressV4.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A8F4D41E448E3CFB067F47381E98A30 /* IPAddressV4.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6BBBB1374E1C28FB326918A8036BB00 /* cost_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 899712BF06FD0303EE320631BFA20DDB /* cost_enc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6BFC09D0BCAD8F514889DF12C32EFE6 /* FutureSplitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 09EDD24EE429183D776B077B47CB353D /* FutureSplitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6D50BC8EACD86A2C71A9F6C615B7B07 /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 20AABF9118A08A9CB1F46837C090FAFA /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6DD7662A66E9530CD7725875E9DE9CA /* BugsnagCollections.m in Sources */ = {isa = PBXBuildFile; fileRef = 76695462B73E91B1615661EC5D55C694 /* BugsnagCollections.m */; }; + C6DD94CD7C44C3F83D2F8AB8DF4BA025 /* SafeAssert.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8FA2F1A50F8786C4B3623A8302163E9 /* SafeAssert.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C6E11F383D9AEA2AE26AC331C44C62C4 /* UIImage+Resize.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FCDF3FDFF30EE661C9F808CC27E7CF3 /* UIImage+Resize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6F4BA46AD7C80265340802E164930BE /* EXAppleAuthenticationRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = A2C578D2F32905F3C68337B85545B46F /* EXAppleAuthenticationRequest.m */; }; + C6F66C11DF59EEFB1C22F4E6444C11D2 /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 49A301425B2AB20DE56829EF1E3F2177 /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C6F87842542AFCB11B8BCE4F64FF4434 /* FIRComponentContainerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 7613A9E875DBAF77677DB4C10B346C42 /* FIRComponentContainerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C70664E2F987CEEEE7E2B242C4FB1F8D /* FlipperDiagnosticsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C53D17BDB7B7EC565F1FDD68F1D365E9 /* FlipperDiagnosticsViewController.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + C74CA2044C99BC7C2C412810E4966DB6 /* SKBufferingPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 8152E6667CD117CC356A65F289EFDBAE /* SKBufferingPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C751CB8EC8698564E9876BF59CC7CC25 /* EXAudioRecordingPermissionRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 728F6769C04E37B0EE21CC943C97ABEB /* EXAudioRecordingPermissionRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C7976D1E17A0F257DCED3FE893D31284 /* RCTPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = D2A7EC64C446F830D1298156839B0365 /* RCTPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C799D50AF668B26893FFCA305D8833C6 /* react-native-netinfo-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F81F0BDA7FEEB54C4C7D9DB5D695A6F3 /* react-native-netinfo-dummy.m */; }; + C7AB16837E8D12957B575ECFEB561FA9 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 318500A68F26B6B4842452542F5494AF /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C7AB6B118BD2AE4CC536B0FFEF2CFCBA /* GDTCORTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 74560CC510D37D57F437D1F3E3B31B90 /* GDTCORTransformer.m */; }; + C7B2415A54F8C2320CCAB9738B2418EF /* react-native-orientation-locker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FC1044D1891B44709E42FE1E674BCDA /* react-native-orientation-locker-dummy.m */; }; + C7BC94C695E9224D974BFEA53EE1D53F /* GDTCOREventTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = AED82BC6A3AEF2071ACEF81994215B49 /* GDTCOREventTransformer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C7E3C7A5D4F591E8A5C64877734D5083 /* BSG_KSCrashSentry.c in Sources */ = {isa = PBXBuildFile; fileRef = C707517675AC50784ABF9405AC646704 /* BSG_KSCrashSentry.c */; }; + C7E8471FEDAF79856270DB63B47956BB /* SDImageGraphics.m in Sources */ = {isa = PBXBuildFile; fileRef = 1684FE796CDB3D6D4406490BA4929159 /* SDImageGraphics.m */; }; + C82AA31805A940547F8138D26E9CD549 /* EXFilePermissionModule.m in Sources */ = {isa = PBXBuildFile; fileRef = F83885EF81FD0254289B25A15C6C5BAA /* EXFilePermissionModule.m */; }; + C83F6D7ED5C0ED8980267ED7706CEF34 /* FIRCLSInternalReport.h in Headers */ = {isa = PBXBuildFile; fileRef = C896EC24556B754222B81EB9F4519BE8 /* FIRCLSInternalReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C857EB42988CF89EFA843C6EB8D4DA6D /* SynchronizedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A2F3B3AE429A87A808AC5D7273225FE /* SynchronizedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C85F6CEA8EFB72F60746806A65F05ABB /* UMPermissionsMethodsDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DE99DFD7B85B89347D444571AAEC186 /* UMPermissionsMethodsDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C87DC6139749BFD5A37FF7406E436F97 /* MemoryFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00C0CA3ABE1F5AF2834C0D91CAC6FE4D /* MemoryFile.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; + C88934A38617802509283B6115989E0A /* raw_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EB1366EDF5DCD7D5AB8D7B9B00858E3 /* raw_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8AA73E4555F5CD8EC33439191530DAC /* SysSyscall.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DCE0217A06E0F41B806974B457DCE3C /* SysSyscall.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8BD7C22C39127DD46ACC72F4AC4AF68 /* F14Table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2D3AF1C5AE70E2A5904EB4656D35CD7F /* F14Table.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + C8FCE46690FD4EE605EEC62049246F26 /* RCTInputAccessoryViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A7F41270D74406F24B147616739EB60 /* RCTInputAccessoryViewManager.m */; }; + C90AFF718E45E2616D23519AC26AD09A /* UMAppRecordInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 4390DE90AA49DDA263BAF9BC6AEB2641 /* UMAppRecordInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C915430EEF3C7811F06CD195CA626103 /* SDImageHEICCoderInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0469EBD08988085A3D9318CD4930AD16 /* SDImageHEICCoderInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C92D68DB77ECF0A66D6730344909C576 /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = A628150B372D467E729BD213941AB9BE /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C949EAF97B15E86E5D2FA5A444B60786 /* FIRInstallationsErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A8322E323B0AB12E9B919C998ED3B01 /* FIRInstallationsErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C95A63FC4C8C807CCC14583542A32D0A /* RCTConvert+Text.h in Headers */ = {isa = PBXBuildFile; fileRef = 41758DF07308A697F34A55A0E9F85134 /* RCTConvert+Text.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C97DF79078AB4323C777F9474B818F76 /* SDImageCacheConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 84D23AB7AE5FC7CD12596F0B525FEF4A /* SDImageCacheConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C980A657F23BE92250A4CBD695F6BCBC /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 3678C40804B44D0B1830109F30526C13 /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9AA9F0410A318AE73F1A94FEE45426B /* SDImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 94FDE5CB1694A059D142CEAD90C6B0C9 /* SDImageLoader.m */; }; + C9BAD4E28253D3F91185610B3EB2EB8F /* Barrier.h in Headers */ = {isa = PBXBuildFile; fileRef = 05CC0A2CFA9F540FCA4C6E079377E271 /* Barrier.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C9D3121F522A2E5FFF8C6121184A6A56 /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = C223FAD2EBBFC29E331A4D7A5D52D5CC /* RCTSurfaceView.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CA016AE200109D8BD1A48291712FE5A3 /* BugsnagSink.m in Sources */ = {isa = PBXBuildFile; fileRef = 4099190E5CD5B56FCE4D2AB9AEF5762C /* BugsnagSink.m */; }; + CA0BC935F0CEDDB7760D6261A2A6FD03 /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = DEB4DEE43A571E48B6AC2491E453442A /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; + CA6F1ECCF89F4214AAF350050A8C2D76 /* SoftRealTimeExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = C0DAB47F808687571AA438E2CDCD9377 /* SoftRealTimeExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CA8F4B2980A48BDCDA3D356C5E80DB6D /* StringKeyedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = CC7610A8B4E1349D5E1E52E14A214435 /* StringKeyedMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CAE3A45739DEB853E0207341C27D72A0 /* FIRCoreDiagnosticsInterop.h in Headers */ = {isa = PBXBuildFile; fileRef = F2312173E0F5BF07A0C188270BE860E3 /* FIRCoreDiagnosticsInterop.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CAE8E0B744FEA3AB07C1D3C5B4666FD4 /* cost.c in Sources */ = {isa = PBXBuildFile; fileRef = A63ED3B0402BF840A112BBA7281776FA /* cost.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + CAED05CF20F12F4FCD21E6CC723EBA63 /* HazptrThreadPoolExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 419EA50BE00934136EA276D52DD6D30D /* HazptrThreadPoolExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB03B55271C79921A6EE9D2FA261AFB4 /* MessageQueueThread.h in Headers */ = {isa = PBXBuildFile; fileRef = ABBEC348B1764BFD710778E4A00D8A92 /* MessageQueueThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB0F5F6CB24BAB99F62906ACD225AF7E /* RCTImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 624FFE504A4CFAB723F5F9356C566F94 /* RCTImageCache.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + CB189D9FCEC83E5202AF0D5F185905B8 /* RAMBundleRegistry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 31ABB6EFB73566B9C699FEB3A1698B3E /* RAMBundleRegistry.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CB31072A90D4003C27AD03CBC8DC662F /* RNCSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = F0D5853E35D86ACA3C347FD0E915E773 /* RNCSafeAreaShadowView.m */; }; + CB3524DC3E17FC8B7F57599ECFA16F1B /* BSG_KSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 72DEAB027E706AAB83F0AE4383D395A9 /* BSG_KSLogger.m */; }; + CB4AB92E3608931D1B3E901E422B140A /* EventHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A3078DDC949A3296470EE900D1420C6 /* EventHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB52BEBA0FB659E76F5A91FBA1966251 /* FBLPromise+Validate.m in Sources */ = {isa = PBXBuildFile; fileRef = AE0955F767E899B4290FBBC6F39E6D1B /* FBLPromise+Validate.m */; }; + CB5656536FF9020AA0E76220F089F205 /* RCTImageURLLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = BEA6CA60FB2A78DD37453D957B401DE4 /* RCTImageURLLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB61DAB3F804AC48A40134C8FC99004D /* RCTBlobPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = BDB0D394E2A8D5C868564B78C9C6266C /* RCTBlobPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + CB83C32EDE72858A22D7926D7D407D5C /* PasswordInFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26EA354254BF71D3B5271E1E1B2A101C /* PasswordInFile.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + CB9D03477EA78F566200B1D96A772F22 /* JSBigString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1587866A6653359CAB2D5C6BF733981F /* JSBigString.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CBA36F2DB1B3CFDFD281003391E9DCDE /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = EA3ABB0B44F37427CF9EADD6274F6221 /* es.lproj */; }; + CBCFE89918C7EAB8375D737D65864A37 /* RNLongPressHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = B07EDC607C04F533324AE739F243330A /* RNLongPressHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CBFDCA34EFA5F87EA386ABDFC8A81E6E /* SparseByteSet.h in Headers */ = {isa = PBXBuildFile; fileRef = B7F409DCF2DB123F5791ACD531309E20 /* SparseByteSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC03EB10F893440CEB8F4ECB35A47BB2 /* MemoryMapping.h in Headers */ = {isa = PBXBuildFile; fileRef = 06ED1503399F931536AD51E0C2C89640 /* MemoryMapping.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC0B3F4B5B194FF6526AFA70C890CB4C /* FIRCLSNetworkClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F9B30D5F2E3412ACB207D784D6DC5E6 /* FIRCLSNetworkClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC1798854763A4380E8E6DBB72F0A0AB /* Exception.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A4203864C5F04A8BE26254BEBB6D6A4 /* Exception.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CC56642A4231DF6E45ECB5773A7D8D0E /* JSINativeModules.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16F0ED504CD7D7B69162D5BD3518F90A /* JSINativeModules.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CC5BDCB964D022893B27A1EB84808CC4 /* Common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D737604CB5D970AF2EC09F282F6B437 /* Common.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + CC7573E6147A58C2ADAF08D51C792804 /* RCTSubtractionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DF77F19591CE6A8C8B54CD722C85377 /* RCTSubtractionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CCA823DF1BBADFC9742A87FD1BC4D7D1 /* common_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = A9B128F2DD4ED7384C0FA17B3C8963B6 /* common_dec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CCD2977DC3CCE753D4FFAA47C7F7B0CF /* SDImageIOAnimatedCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 5366C3090AC167749AE83A2236D0758F /* SDImageIOAnimatedCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CCD6532D2326A2E67D82FF6536618925 /* RNCAssetsLibraryRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = E941B28D26C8979E6E2A35CF9E9D237A /* RNCAssetsLibraryRequestHandler.m */; }; + CCEA76676424093B39CA377C27319CED /* SharedMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = CA0D2C20B49B6DDE4F69DDF7A8D1FF52 /* SharedMutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CCF179687494CAF641F6DBDA486E39B9 /* FlipperKitCertificateProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 36B7F3281228D81ACA10503A7747FBA2 /* FlipperKitCertificateProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CD015DC87E173017414578A3FE3AC4D5 /* CodedOutputData.h in Headers */ = {isa = PBXBuildFile; fileRef = AE1AD18CFE4043E1D613B60F0F36FF5B /* CodedOutputData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CD10C51F84FD2D8F4AF99034B7B6107A /* lossless_common.h in Headers */ = {isa = PBXBuildFile; fileRef = C7F7F8421E6E5DA5609346BFB41A8E91 /* lossless_common.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CD4D62E1F9528311A4263EC567C7FE1D /* REATransformNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F90AC41491A338EFCFEBF8714855CC6 /* REATransformNode.m */; }; + CD620F2F3B9D1BF7CF201E5EEA85EECB /* openssl_aes_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = E0A4E78374B25B90D787FD88B7FF1144 /* openssl_aes_locl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CD85E92E2D2882EA4E3F26A0E628EE26 /* FIRCLSFileManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2944CA750EBEBBB663715DECC789F0E3 /* FIRCLSFileManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CDDCA48C236BA6D9092B73886D1497CA /* RNGestureHandlerDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = 68A97104A720CDBC40BC0BF900031DB2 /* RNGestureHandlerDirection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CDE21FA43966C09C82B968BA05315A2B /* FBLPromise+Then.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B8D6F699ACD121C75CAB0326E9BD3DD /* FBLPromise+Then.m */; }; + CDFE8EFADA9AB89F96FAD6C68D742682 /* UniqueInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61B64956614FEA28C8B529B2F5CBEB59 /* UniqueInstance.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CE274E8FFC705F3ADD09E24183F1F08B /* AsyncSocketBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F82AF01D6F3535B28C166A1BB8865952 /* AsyncSocketBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE2CE42DF8B4E7774E166CA0D0185836 /* RNCMaskedView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 31D1E3A9EB8E66351A7360B6FC90CAF4 /* RNCMaskedView-dummy.m */; }; + CE3A8EE442E180BAF013357781A8BA77 /* BugsnagErrorReportApiClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 132FEDDDF44FD1E5DDFE369448A644BA /* BugsnagErrorReportApiClient.m */; }; + CE3DCB701721124C62283C4ADD022EE1 /* REAClockNodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A00C424727606BC9F8ED207E95A74F7 /* REAClockNodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE4B52C51120C8BE3B053B0357A109BE /* EXSessionTaskDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 860272BD7F2D2CFFF082AA6DFD8F7DD0 /* EXSessionTaskDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE710677CE3345C396654665122297A0 /* SKHighlightOverlay.h in Headers */ = {isa = PBXBuildFile; fileRef = 108CAA5137B858D01DEC8560B338FE85 /* SKHighlightOverlay.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE781E256A134418DD7577DE9679FDAE /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = 494AD1ABF69D42F423FD489DFB38D39E /* RCTSurfaceSizeMeasureMode.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + CE94FC917B9B6D7E1CDCD4782E72159A /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = 82F93C7A7944D58921268E9F2948C950 /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE975AA7DD86B64588E5307378BB41B1 /* RNCMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B9176D8E01C8ED7482CD22D805AF148 /* RNCMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE9DC5265327678E7CE7E56953D7B39C /* StaticConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 11F13EDCF4E519D09E92C106D56089EB /* StaticConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CEB1E58162A49E2197F919AC89E691FF /* EXVideoThumbnails-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C7F34FF537CE2DD350EF60E2BEA2A5F4 /* EXVideoThumbnails-dummy.m */; }; + CECC5273CE26B58A6F11E010D89EBB96 /* Spin.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E23C68952D39AFDF54E388E42D8329A /* Spin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CED8133CB74CA3C5A0E018BF922D9DDC /* Yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E35AAAEDEFF4608EA30EC4D57C06ACF4 /* Yoga-dummy.m */; }; + CEFCCDD7AF1BF4AFA6EE6B5680C04112 /* FBLPromise+Catch.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E85121D71C337EC33D59DC67F3A22EE /* FBLPromise+Catch.m */; }; + CF052D78DF180943CA71AE54B7B3CF29 /* FIRCLSMultipartMimeStreamEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 9728B984966BC98860FAB0C677395B47 /* FIRCLSMultipartMimeStreamEncoder.m */; }; + CF1E36B3683E6F5275929D8F2D9617F4 /* RCTTextViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DFA2BF0269D6F73738AF58B4AC57ACE1 /* RCTTextViewManager.m */; }; + CF2337540CFF01BD1D2B9BD7B73C040A /* FirebaseCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A284FE8F2FFB51BC7D64897024818B8 /* FirebaseCore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF663E6DB3B8E604C59C24274B6390A3 /* SDWebImageCacheSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = B42069065F076E8CA1401EFBE99F99DB /* SDWebImageCacheSerializer.m */; }; + CF8905DB51A1A790C4044CC84CF6661E /* SKTapListenerImpl.m in Sources */ = {isa = PBXBuildFile; fileRef = 92968289E23201632E45F34B0268AF68 /* SKTapListenerImpl.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + CFB189CE62A536B9EA89996AE2C580C1 /* ManualExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D32290E9726366C8A5258D620A28B01 /* ManualExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CFBD6A9CE499E95CDB7F6E713AEA3BEB /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 5810A2CAD229D5E26C07A9AFDAE72C9F /* NSData+ImageContentType.m */; }; + CFCFF907D1DEF9F8C348931A1D44F31C /* MMKVLog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8509DC6B1B59E8D5D93BFAA30EE12494 /* MMKVLog.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; + CFD87AD16F06602D9DD0A25BDE89E0C3 /* filters_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = E956A10067E1590EF6B4525C3A796E23 /* filters_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CFD8C0C1E94C6D25D401F425ACCEC229 /* FlipperKitLayoutPlugin.mm in Sources */ = {isa = PBXBuildFile; fileRef = E59272CC51D5D5A77E4CC65C6040210E /* FlipperKitLayoutPlugin.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + CFD9E197ABC4C8F93316206084A037FA /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 28FF376BB5CB374C7973B8724C10BED0 /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + CFE9BC988AD431B439209ED6427142B4 /* RCTInspectorDevServerHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 74078EC14A75838BD67C1C35BE61B321 /* RCTInspectorDevServerHelper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CFF88A0C1630390D80C54E6CA392DD13 /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 40FCE6A8456734765E55871D900EE746 /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CFF9C6612F0CCCAD875326DB446315C4 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = B77B348E5A8A8BD1FF58FEC2F322A14C /* UIImageView+WebCache.m */; }; + D0069E977045411B013D0ADD8CAFC48F /* RNFetchBlobFS.m in Sources */ = {isa = PBXBuildFile; fileRef = B7AC4AEC6E52D95F107E726936AE7302 /* RNFetchBlobFS.m */; }; + D00D40D1E89E53B29B0F2DC46E21A415 /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = A0008BE4E525AAA245536F224CDBF84B /* RCTProfile.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D01763CF5AEABF2A17DD74C02B11ACCE /* FIRCLSDwarfExpressionMachine.c in Sources */ = {isa = PBXBuildFile; fileRef = E70D1F51E37DCEF89D08E5171E037B1F /* FIRCLSDwarfExpressionMachine.c */; }; + D0196A3FFD2A0860FB68F1B0F14D64DC /* vp8l_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 178AFF9E0566AE4583BFA80CAFBE88A7 /* vp8l_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D01A7BB8FFDCD8FDAE4E5DD7723ED53C /* ReactMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7611F894136F4E0771206A7FC6088291 /* ReactMarker.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D01E5EE5CAD94229D08DA69C7D3FEE95 /* JSIndexedRAMBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AED5C89607CD223196CBD7E82BACABF7 /* JSIndexedRAMBundle.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D025436CF178E15392443265ADCD4AF2 /* FIRInstallationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 288175A123085F117C9E489403509505 /* FIRInstallationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0436E60D6C2DDACADBBBDE556416C60 /* QBImagePickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 164181A5F456879F1ECD813AA1DD078B /* QBImagePickerController.m */; }; + D055D1EE6B3537B86CC6E2F0B03FEFF0 /* it.lproj in Resources */ = {isa = PBXBuildFile; fileRef = C1E518C2E2BB9CE5981E70CDDB4F785D /* it.lproj */; }; + D05968B92AC18C1A9BA37F4C96B5649A /* SKRequestInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A179A32E5564BD3B3295ED91530321C /* SKRequestInfo.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + D061303643D1EC5B15B53D78D15D2DA0 /* FramedDuplexConnection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DC0A94B503D64D2EE2799369A75B46ED /* FramedDuplexConnection.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + D064C6B77B43DAED3CF71B49AE8C24E1 /* RNCAsyncStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 72F202DD289F582C14C88B797856D7FB /* RNCAsyncStorage.m */; }; + D071FA9A5DE489BB769AA29B571E29E1 /* FIRCoreDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 8402EE57733F135E544FB68EB738B581 /* FIRCoreDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D088B3A6C452C66C2356161442509B6A /* CancellationToken-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = B0D522684E5033511C436FEC61BD1B02 /* CancellationToken-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D08AB3070C0ED1CF1F7DCD0A2EAC867F /* FIRCLSOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = CB8C8B32160AC815D0BE301073B3D471 /* FIRCLSOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D08BEADB96AB8168ED715B6C90836C4F /* GULHeartbeatDateStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = D62DD51668862D6A2333CAE56192CB2F /* GULHeartbeatDateStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0AC8C5754CF1223DCB7056ED81D89FE /* GULNetworkConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 081A8C765C0DA10C5FA8C3D7B8127150 /* GULNetworkConstants.m */; }; + D0B0657187ABE8BBC30D5762DCF78D46 /* RCTSinglelineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = ED3B530247C8BFFF9505BC4D16D43148 /* RCTSinglelineTextInputView.m */; }; + D0B885E7591F116F3D9B870487C533DB /* TurboModule.h in Headers */ = {isa = PBXBuildFile; fileRef = BF4A34025B092475659484220613279B /* TurboModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0C764DE299C4AF5A84B601827D4E0B1 /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = 6437C95462C71872990620A9AF6EB1B3 /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D0F7B2D66885EA0FA527E9FC5916DF84 /* EXKeepAwake.h in Headers */ = {isa = PBXBuildFile; fileRef = 9472E6A8ADC8A9E6144C9B61E96FC491 /* EXKeepAwake.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0FB9FAAE35DBAABCA0BA8A56AC96BD9 /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 39197A4EC89FA16F432531D6C2BDA1EC /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1033CF1B747C42A65EB7627887C5EF1 /* RCTPackagerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 92EEFAFF46CE331ADD8A17F4D6F3F582 /* RCTPackagerClient.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D12B088251FF47EEA33AAA0739000683 /* RCTDevLoadingViewSetEnabled.m in Sources */ = {isa = PBXBuildFile; fileRef = 11ADD70E00C3BEFC01BCC31A97828A52 /* RCTDevLoadingViewSetEnabled.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D134C4992F177402F6E995608D41D377 /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = C39FA2D898D6C5C24D94D62112237663 /* cached-powers.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + D136F38C0AAA551E927BF7DC4ED4A358 /* EventFDWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 686091145045944E5FEFEE5A8B414D2A /* EventFDWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D159D4E11432836449A732BACDD0E057 /* QBSlomoIconView.h in Headers */ = {isa = PBXBuildFile; fileRef = 167B6DA102D18369FBE1026EF6C7B8DC /* QBSlomoIconView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D15BDDECE064899C778026EB57D992EE /* WarmResumeManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95FB8C8276999A1DB67E7FCD5131C4E5 /* WarmResumeManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + D16B63ABC0904E4427A6364B5B351789 /* ParallelMap-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF3E566EB99B1E08F8680EE85EE12D7 /* ParallelMap-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D182608FDFEC21E7230DFE29FA430907 /* RNPushKit.m in Sources */ = {isa = PBXBuildFile; fileRef = C07A942D53BE5BF832D81FAEA9D7E44C /* RNPushKit.m */; }; + D1ACF18017C8DF3EB608229E1F07EFB2 /* BugsnagApiClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 15FB2FCBC1341B6B8B5B77C425DEB964 /* BugsnagApiClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1C31A83063B0A21CF36717D96EA3A21 /* SafeAreaSpacerViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = 989E6D4CADEF6B6756421069D7599BB8 /* SafeAreaSpacerViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1DCFE54FE581D8503482057D07C8520 /* QBImagePicker.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 741EB95C0E2C993307CF55653185C60C /* QBImagePicker.storyboard */; }; + D1DED7788F555FC2B3C97B9220D75A1E /* FIRCLSUserDefaults_private.h in Headers */ = {isa = PBXBuildFile; fileRef = D46BA4929AFAEAFBC0D29AEA757F0766 /* FIRCLSUserDefaults_private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D21929A09A94958D20F6741F4817A1E7 /* HazptrRec.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D438F38D94F27C2D4F272BAFC52B53E /* HazptrRec.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D227A3BB1C487095211B979FBDB76050 /* FLEXNetworkObserver.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4B3637BE4E8B41FB5723F2C4EC85696A /* FLEXNetworkObserver.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + D249FC9B5A26A444DDD40F59B037D5D4 /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4AB93AFBE9410F315C7FC65F8EABDF31 /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + D251F76C29116FC78C3D3AC6DAFC5083 /* FIRCLSAsyncOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4C1ADFF09E743039A3076C93D26BB7 /* FIRCLSAsyncOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D26003069D1DB215747874527FC1786B /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EC92F724C98861820C4C08C58DC8787C /* SDWebImageManager.m */; }; + D28281A3968006C74F2C21CE00AE8BFF /* YGFloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = DBD7A25A1EBF8099A57661C21C404931 /* YGFloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D28CD09BFDFD2E5AC3DF534BA5C77D0A /* SKHiddenWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = A8A83B5E6913DFCFAA130CB7BD14C13C /* SKHiddenWindow.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + D2AAEC5DBFA46DDE544625396C250E62 /* UMModuleRegistryAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 35A81BB48565CED85BFE1A8A56968595 /* UMModuleRegistryAdapter.m */; }; + D2B035BF0D8297AE90DA28CE8442880F /* RNPinchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = D75E0384F55F40E7262653165735DA7A /* RNPinchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D302423AEA85821369832FD63EF463B9 /* UninitializedMemoryHacks.h in Headers */ = {isa = PBXBuildFile; fileRef = F7BA1E6DC21CDC2028F8774C5C4070CB /* UninitializedMemoryHacks.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D30607D7089802C8D7C63CB7405707BB /* RNForceTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F8E5F3740725BCB36489B4A92A84002 /* RNForceTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D31FD0DDF41340745B42F7BE00F95017 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 508BD290EED630F8D0FA685ADA5F8B37 /* RCTWrapperViewController.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D3751571D5412DDF07AD3924F2558FDA /* RNCAppearanceProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 05AE329640AE5C2CE47634EC6F9FC10B /* RNCAppearanceProvider.m */; }; + D386146023749E669569309813E8B5AF /* EXAppleAuthentication-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AD4AD8089E386D06C7BF78B6D21C3DE8 /* EXAppleAuthentication-dummy.m */; }; + D3B0AB3FAAB29A9E23E36D126867F647 /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = 11C87E662AC67D5498A1DE77D96AD407 /* NSTextStorage+FontScaling.m */; }; + D3E63EDC79451ADAEB7EC434F60B2146 /* FIRCLSURLSessionConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = D57BE38341C3A57608272B9CFC6E9368 /* FIRCLSURLSessionConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D3E75255C112E95538231EE5A4D3B20B /* Conv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E8B1EB0F730926CA1E78F34EEB9E48D /* Conv.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D3EE36FD52C27DA3FC46CDC4A1007EE2 /* RNSScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 47911BDD5392F9B7EC2BC4EC53F4A7A1 /* RNSScreen.m */; }; + D400FFD03BA4E94CE2E204C597BB88DF /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = D3841AFD60F4974A2520050892F57AE2 /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + D40719B324FC642D424C974DF412C10A /* FIRLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FECC050D982AE8D761B4AF5DDFA7F64 /* FIRLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4173C0ECC7C3718733B393B729B0231 /* SDImageIOAnimatedCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = DF38DAF34A4B8C999902F6AC18DBFFAE /* SDImageIOAnimatedCoder.m */; }; + D43CDC7A1F07C50CC79BA4DBC4D817D4 /* EnvUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = BCAB06F222EE547FA427E2F892BF57F1 /* EnvUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D46643CE3FC304A26E3BFD6D55C7BC10 /* RNCPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = E9B72D6A2BEF78A0AE0B5B9094BEDD7F /* RNCPicker.m */; }; + D47090ADDCFE24341F11ECF96728BB96 /* FIRCLSByteUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = A1710475B8A305FA5A95864DC0007416 /* FIRCLSByteUtility.m */; }; + D4834E8CF37263E31CB1DBDE3686D1CC /* filters_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 18FD7ED6DC27EACF884F102538F380D9 /* filters_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D49264E31D0396BC7B225BD5A42DE88B /* LNAnimatorTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = 15DD928E776E8E1468A601C836B27774 /* LNAnimatorTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4A94CC723F8229D57B157778FCA791A /* alpha_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = A609131D178EDE8E6F7CC2419F974750 /* alpha_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D4B0113D7006C10EECE8D98AB9C402D4 /* SKSwizzle.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F44CB6DE9AEB9060BDF3E12B02D9076 /* SKSwizzle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4BFB1639606F1F91FABAADB51E117D0 /* stl_logging.h in Headers */ = {isa = PBXBuildFile; fileRef = 14CD3913F15D6920187A56827793D3CF /* stl_logging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4C7C24A1702DEB9AE000375D23F9083 /* RCTBaseTextInputView.h in Headers */ = {isa = PBXBuildFile; fileRef = C8534DDD59E347F6FA74D3B55D21E997 /* RCTBaseTextInputView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4CC7BE2D68019CA188706B33EFB6A87 /* Future.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 614D39C3DD5173CD0CD7EB332740FDB1 /* Future.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + D4EDB286E0A61489B1CFEB993FAE0311 /* GULSecureCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A6F2F519209E6E51A45CD729B54EDD5 /* GULSecureCoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D508E4302F94D893E64FC13F7A10FC84 /* IntrusiveList.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A37FEACD8D3C0CE0430F27FB2FEA88 /* IntrusiveList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D514142384ACF8A93369F892EEBC9AF0 /* RNDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = A71AE4C908A5098430E1FA67BCFB7C89 /* RNDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D51C0A4C9C36F36099586087D49CB7C0 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000902304BD53E799CCEB806DC22CB37 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D52C85AFE270ABCF61A5371751645F85 /* BSG_KSString.c in Sources */ = {isa = PBXBuildFile; fileRef = 108F6BE54A0DCEFE2882EFF150B41C5D /* BSG_KSString.c */; }; + D570E8D48A9B65FEA255788B0CCCE60D /* BSG_KSCrashSentry_User.c in Sources */ = {isa = PBXBuildFile; fileRef = 9B1291155C81687F0E27949F38FDD0C7 /* BSG_KSCrashSentry_User.c */; }; + D57B2E95729494B9AD629E13508E9667 /* FIRCLSReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F54326AC621E597F0AE6531674584AA /* FIRCLSReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5863DF5B8435B11DB51B2742283233C /* NetOps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FC4699813258B1B0ACDF0D9BF8CB4DDF /* NetOps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + D59F1D3314E0012539927F1C246622F8 /* SharedPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 182174290313A6F0F4E06EE8C2709B5E /* SharedPromise.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5AB3C4AE21AC6BECB9370AC3C74C0ED /* NativeToJsBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = CEB4274A0303527FBC2F80EDA19FB2D0 /* NativeToJsBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D5BB24CD4D82D48AE68984151DF21DA8 /* RNFetchBlobReqBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 284D14CCBD98F2AB84465B52C992584B /* RNFetchBlobReqBuilder.m */; }; + D5D826DB3A9E822566A2CC42FB38651F /* alpha_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 990D8C8EAF8BC29F8D671DFC91560098 /* alpha_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D5D875D1A8B83FBAC4C2A300CD2AF67C /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA969B0F0BD60764FE6FEA3A6B2406B2 /* event.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + D5EB92A602170EED10EDF074306EABD1 /* ARTShapeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 00DD4C69F8AA90E1B6A681B8D672263E /* ARTShapeManager.m */; }; + D5EE541D4B907DCF71D1230D0FFAF133 /* PBUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E1A25CC54C59072C25E89561934C73B /* PBUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D603907633CA638078EDD2A62F100B04 /* random_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 7284BE298526DE78C58427749C524E83 /* random_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D61F03C559E92884248EF73D7FFBF798 /* EXAVPlayerData.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CB8136B664A0CF0E4A8135286736FAF /* EXAVPlayerData.m */; }; + D6529F4D26D73569F052B12EEE788955 /* FIRCLSReportManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2813D121859B55717FEB3F6263D8A3D6 /* FIRCLSReportManager.m */; }; + D66730DAC3D36B39891FABD9BDCBB137 /* RNCMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = ED82D15FA2DDE7D7EA1C9C1AF653A145 /* RNCMaskedViewManager.m */; }; + D67FA9AB44F255BBC99DE01C1472E719 /* RNFlingHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B70647CBF6F95430F40F6C3A3605239 /* RNFlingHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D6A4CB7D75E3E43A684491B7B4C0D44E /* project.pbxproj in Sources */ = {isa = PBXBuildFile; fileRef = FE76D3BEAA488CACE31EE841EB178DAA /* project.pbxproj */; }; + D6B706DF527F79D46421A1AB781116DA /* Rsa.m in Sources */ = {isa = PBXBuildFile; fileRef = F2199A414EE6C8C5DF19EF42213EB8E6 /* Rsa.m */; }; + D6DF4F2D83BD615C95810E884139BE20 /* openssl_md5.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E70029A2909BA264FA3C8D6F4E32DBA /* openssl_md5.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D6E7B6E988F3AE605F88AE7F1B7C68E9 /* DeferFlowable.h in Headers */ = {isa = PBXBuildFile; fileRef = E667D8F6F62F23020B2C6A1DD4A1E95F /* DeferFlowable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D6EDA4DC9471EDE3CA75A33F8CB08AB2 /* RCTMultilineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F445ED86652108DCC3A6BA324B0B8165 /* RCTMultilineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7352E4267BB504664311FEB08063497 /* GULNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = B4667D1D82043D3B10BB2AEDB08A79DA /* GULNSData+zlib.m */; }; + D75E51C94543626433DE0E77B739ECEB /* SetupResumeAcceptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E418FE0CA836FF3609A983A812AB37A /* SetupResumeAcceptor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + D76B15576837FFA6AFE9E855556EBD47 /* ThreadName.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06D84CBCC57034D95E396652273DA377 /* ThreadName.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + D7A68A1C097762915261A2A3B43306E3 /* ARTText.h in Headers */ = {isa = PBXBuildFile; fileRef = F8482E6BF114F27052416F91C2E7E104 /* ARTText.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7B9E25CD820E32E1A7169C913D64D26 /* SKResponseInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = AE93DFADEB709B24F6E4E38728BC3A80 /* SKResponseInfo.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + D7BDE86F5429FC91EC5AFE77B646263C /* ARTPattern.m in Sources */ = {isa = PBXBuildFile; fileRef = 44DD50027694D12307F2F079CE95B327 /* ARTPattern.m */; }; + D7C1A2B2443D4FA9E42E36E1A3C8E5CC /* RNCCameraRollManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B1FC8EC1A9E3AFAFB86DE98FB02563DC /* RNCCameraRollManager.m */; }; + D7C70782857B47EB1FBC067A6752BBA2 /* FBLPromise+Timeout.h in Headers */ = {isa = PBXBuildFile; fileRef = 75FAB4B2A9D6C1EE005C3C69A279E67D /* FBLPromise+Timeout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7D28401F9B963EE79B7DC82C8D50692 /* BugsnagReactNative.h in Headers */ = {isa = PBXBuildFile; fileRef = 088D867B6045E08C3426542A42C39248 /* BugsnagReactNative.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7D3E4DF9F097B5C380A18F4D95B58DC /* UMViewManagerAdapterClassesRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BA89ADFAE2C751837BFB321B2E716B5 /* UMViewManagerAdapterClassesRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7E63E28893E0CEA70E87C65D8C8F809 /* FIRInstallationsStoredItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C1B54031058F3D5F70B8E814CCE8BB5 /* FIRInstallationsStoredItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7FB02DEB50E4DB43AB98B77DBC8531A /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 914E3BD35F915AD23C39284356B03C4B /* ScopeGuard.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D81171CB6992811B836199B576580286 /* FIRCLSUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 892193E1996EEA8A63110BD4816ABE36 /* FIRCLSUtility.m */; }; + D82A6841B202F23715929FE0F4221F22 /* RNNotificationParser.h in Headers */ = {isa = PBXBuildFile; fileRef = CA842D452C4272B4538C95106D451C7F /* RNNotificationParser.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D840DBB9DF806D590F3C0724B5217DE6 /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AADD60F401282A7F534AB3246C375EA3 /* ScopeGuard.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + D845599732D25B09D7E1B61E36D70AFE /* FIRAnalyticsInteropListener.h in Headers */ = {isa = PBXBuildFile; fileRef = B83053500F79E12FCDA0FE995A7E28E7 /* FIRAnalyticsInteropListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D84E163D51C6027FF4ABFC25F29FE9F0 /* FFFastImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E93A0CD469D7E85F8F3E028A7CDDE5C /* FFFastImageView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D8524C7356F5C9FC37B8FA76C1F28FDA /* GDTCOREvent+GDTCCTSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 7182D45BF8BC1E8C313FD6330F6D3B88 /* GDTCOREvent+GDTCCTSupport.m */; }; + D86314FFE6A05AF0C5CDAA7D7C7D3487 /* endian_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 738C6B6E9169BE2D4B6F6BDEAD7E0359 /* endian_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D86F72CC62FC8D0D67F536E6F9023641 /* MiniPBCoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 423F3952D7C60D2A97C19C94C400F4FC /* MiniPBCoder.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + D87BFE6F5622B62FF1AE651A0B05497D /* FIRInstallationsHTTPError.m in Sources */ = {isa = PBXBuildFile; fileRef = BD524A23A00372445FD8C168B40E19B0 /* FIRInstallationsHTTPError.m */; }; + D8810890AFE0027D8DDE3B6A3DA3765E /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 254B8AF8693FF0B9AE0C60604D3153AE /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + D881BDD9CC2ADE6E38BB569732FB013E /* BugsnagCrashReport.h in Headers */ = {isa = PBXBuildFile; fileRef = E45A8836F99F3A82E8612DA71A513818 /* BugsnagCrashReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D88512BB19A13BD30DFA6819C72E3FA3 /* RCTMultilineTextInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 672F718A19F95C14309E2900A52C82B5 /* RCTMultilineTextInputView.m */; }; + D88CB23BE12AD5D0B2ABE59ADFA86692 /* ReadMostlySharedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A1E03841F4E5C270ED66C8D09ED7636 /* ReadMostlySharedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D88ED5331B5D311F811CA7E761D241DC /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 438CC441C34A6B90C603EA95CD90A297 /* RCTErrorInfo.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D8A4B5F5995B817638E0C72ED94401D3 /* vp8l_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = F0199BBAC2939E26C55302161E4019C3 /* vp8l_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + D8A5D9490469DF0A46E8B48C78C9DBFE /* RCTDevLoadingView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AFB9D05621A6DC286DC7D63FCC311FB /* RCTDevLoadingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D8AC649573C30C5F7E0D42DCE7A9BCF5 /* PicoSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 242F245388767C253E6CB45585494230 /* PicoSpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D8EA2D2663FCF4B2B2C7AC39EDCD203D /* RNPanHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 75BFAAE24E258C08E424570C6E565C60 /* RNPanHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D913F93C31A0C37A068FEEE5952951FF /* LNInterpolable.h in Headers */ = {isa = PBXBuildFile; fileRef = 7704F8FBEFE7EEE7A5BC729F8ABA3258 /* LNInterpolable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D930847AA1C4CEB026F488824AC17F93 /* ParkingLot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5F16C7F90CBEB074329AD1E8576DBBD7 /* ParkingLot.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + D93AC3A2690A202A9C45D9C1DA332413 /* SKMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 180D90CEBCBD4A7E23C6FFFDA3A4C14E /* SKMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D97B500D761687CB85D27727E5170527 /* RCTFileReaderModule.h in Headers */ = {isa = PBXBuildFile; fileRef = E9409F4F5B13205E22602611A1962ADD /* RCTFileReaderModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D97DB69AEEAA12A73936211548D4C0CC /* FBLPromise+Timeout.m in Sources */ = {isa = PBXBuildFile; fileRef = 4311671915DF334E27A7ED2B0123315E /* FBLPromise+Timeout.m */; }; + D9855CCBB0D5FDCE73A00FCF7B83FDF4 /* StreamRequester.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A42B29DA8DCC509D2967F364F45C6DB /* StreamRequester.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D986160C8FFBCEC0E21F838020710C01 /* instrumentation.h in Headers */ = {isa = PBXBuildFile; fileRef = 234D72060E004FEC22598304644FF94B /* instrumentation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D98D5E0F70D655730F87FDEF7277F9B0 /* REATransitionValues.m in Sources */ = {isa = PBXBuildFile; fileRef = B3268C78202AE1DD8F4F200E1AC0FF95 /* REATransitionValues.m */; }; + D9A221A4D8C2277FE9AADCDD1BA5CCBF /* RNNotificationCenterListener.h in Headers */ = {isa = PBXBuildFile; fileRef = B575A14AF5D843CB34E5763D6E905F48 /* RNNotificationCenterListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D9D5A57F3D28556DB0AAE421E545EBA2 /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0F7DB1121D762F10C8B544D6C1CBD5F8 /* RCTLog.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + D9D7640C312E4F5D10B045C66F25D16D /* RCTConvert+RNNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D1331AFBC431236D61E0518E19186C2 /* RCTConvert+RNNotifications.m */; }; + D9E6889BE1390C1ADDD017DF60828CAA /* QBAlbumCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E074A29F34F6A41EF0C25CC20F1453F /* QBAlbumCell.m */; }; + D9E9397560A60FB297D9AA76A7F38DD8 /* FIRCLSFileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0092AD832845D751E242900001441BE7 /* FIRCLSFileManager.m */; }; + D9E99C551FF7DC8AF46C56289ED5483D /* SDWebImageOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 88CB2ED7EF97FD56CDC5BE6B8D275AFB /* SDWebImageOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D9F92704914BEE5433E6D7932280120D /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B966AD28A40E9EAC2DE66A680DC35B7 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA12577AE96A6BA6526A239AA272C315 /* FBDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = A8582BEBE81543C7ABE35AC5D3E95BAD /* FBDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA288CD5E0C0355A9CA34658690B5C47 /* RNFlingHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = F00B312BA4F6AB4F7CC6AC3FA17A9F48 /* RNFlingHandler.m */; }; + DA2D2959FC46FE2CCCEC64BA8B8A0762 /* Assume-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 519A1542C20CDC28671125ED5EF0D3D7 /* Assume-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA3AB159D372D1C09311AE957554C4E7 /* quant_levels_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 2546416853335A62168C5F2BE29C7AB9 /* quant_levels_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + DA41048D8B90D46E38F019D6F185AB51 /* frame_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 63E3A1192256CFADCF0C8F051DE2EDE0 /* frame_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + DA617A49FEF901D70D5866081CDE3759 /* RNTapHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 458A1600C5523F4145E315BF88A7D792 /* RNTapHandler.m */; }; + DA9205F5FD1B01B7D159C7CB1743C245 /* RCTCxxMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = BA9F01BA0B779F8D2654E30D154B94F6 /* RCTCxxMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DA9A986DAD0B02518A20C48A7911E28F /* SocketFastOpen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1425B2F0CC636B4147403543505119A8 /* SocketFastOpen.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + DA9AA176337618B6466E7F9E7EB803AB /* react-native-simple-crypto-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D5FC2B5CE3AF4B5D632AF91F4BF19FF7 /* react-native-simple-crypto-dummy.m */; }; + DAA5D42F228D8B9CAD984D3158DC5157 /* RNRotationHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 02685F68FD6C5940C2217560FBB9B787 /* RNRotationHandler.m */; }; + DAB0479C7F41F7A60B7ED71F8715F7FF /* Windows.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C541A7533550ABFC70B91DF817BFCC /* Windows.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB00EB85B1A8598DD2668EB6E749A1C7 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 4203EB175AFC90369B754FAE7363F797 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB33E5DD53080DF676CCD6F6EF8B7156 /* FIRCLSExecutionIdentifierModel.h in Headers */ = {isa = PBXBuildFile; fileRef = FFC75573593BA836A5B9C49E784A2CCC /* FIRCLSExecutionIdentifierModel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB429C6AD36DDC50FBE3D0D0196DA61D /* REATransitionAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = AC7BBD3985B5F93606ADA56F4A73492B /* REATransitionAnimation.m */; }; + DB51E72E3683C114D216E4D31BB670DF /* FIRCLSDwarfUnwind.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E9397A0636933F5CE512BE3684A997E /* FIRCLSDwarfUnwind.c */; }; + DB5501D8315E2BCBB882A376AED5DAEB /* Pbkdf2.h in Headers */ = {isa = PBXBuildFile; fileRef = 6130685A33B1E8BCB339590945AF2D45 /* Pbkdf2.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB6DDCCFB2EFEB011FA3E4BA3C0E2D57 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9279A2B8AB440EE181531F0CBFF90CBE /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB7703EFE050072F19D3970520CFD563 /* GDTCORLifecycle.m in Sources */ = {isa = PBXBuildFile; fileRef = CCD023D12981BF77FBA2A8CC13B997D1 /* GDTCORLifecycle.m */; }; + DB7879CDFFEB7588118E764AD79CBDC8 /* da-DK.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 45B4FBE317831AE4A6442251D259B467 /* da-DK.lproj */; }; + DB8622164A4E4F6184FBA8274A165360 /* Unistd.h in Headers */ = {isa = PBXBuildFile; fileRef = D34AED4B5FB4F3CE12AB8E397850C360 /* Unistd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB8FCD01C7479862F2CECE597B3AA02D /* RCTConvert+FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = AE9CD199F0E9A0E52086BA604001E260 /* RCTConvert+FIROptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DB9402CC77107738DC311B9F0D68E58D /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 455B5702E493E1ADACD4621A4BDFFCC7 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DBB2F9754690951A904C68188C09ED2D /* REAJSCallNode.h in Headers */ = {isa = PBXBuildFile; fileRef = E27B883EC3069968BCD6E1ACF7E0393F /* REAJSCallNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DBBCA08B4689ED0C0075E17FE529048F /* RCTBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 282BBF82E293B481DE0248B7E42CE8FE /* RCTBridge.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DBCDBCA655121C33274488B88528D9E0 /* FlowableConcatOperators.h in Headers */ = {isa = PBXBuildFile; fileRef = D705E346C0D7E0D485B5C54148BEBDCF /* FlowableConcatOperators.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC01FAF66C92143889DEFC88248B49EA /* SysTime.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EFBA99B4E0C8F3A90337D95F312EE1C /* SysTime.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC364BFFC1D08964DA37D045323A33D2 /* FIRCLSNetworkResponseHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 134B595262E2B2DC2CE3B66C203EBD88 /* FIRCLSNetworkResponseHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC3FC3B8E814711045D83177E78AEE2B /* thread_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = FFB54071411E53C34573BCB0774D7246 /* thread_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC46A65585FCD4F7D89F6940AEA31D4F /* rescaler_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = DDCB59DA29B501FE7C3A6DC7358F5128 /* rescaler_neon.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + DC54E9D36EAFB9DAD289BCE6FA2DDB67 /* FIRInstallationsIDController.h in Headers */ = {isa = PBXBuildFile; fileRef = F1BE313E0178B44A61CCEEAE13A6C717 /* FIRInstallationsIDController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC5B3F4273F146ABA6F5ED7317E80EC3 /* UMEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = CCF485611C7AB1AC580C0212797BBCFC /* UMEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC7F875A4FB8CB62EB07274FB0CCF63E /* FileUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = E23C440F2D3F1573DFBEF07FEEBCD6A5 /* FileUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC884C39E95DD53442E0D623FB0F433E /* SDWebImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 40BD2E7AC013B9E41AAD85D186A4FA8B /* SDWebImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC8A8958D9FD25E75ECBB2DA0D74C5FF /* SDAnimatedImageRep.m in Sources */ = {isa = PBXBuildFile; fileRef = 16A59E0EF96D14462C4073136CC9D50E /* SDAnimatedImageRep.m */; }; + DCAAF7386528AE36F709840F0027723B /* UMAppLifecycleListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D0EF528D05BDBB8FE6A827598FDBFAE /* UMAppLifecycleListener.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DCAE640A1C86B6B9D85AE5AB5C425899 /* FIRBundleUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = A0FCB61F2EBD449F4543CB3E43AA5677 /* FIRBundleUtil.m */; }; + DCC3DA2DE9E5E380C04A72257BAAD392 /* UICollectionView+SKInvalidation.h in Headers */ = {isa = PBXBuildFile; fileRef = 44BFF3DAA7F1DCC5E5C3DFAC211EDE1F /* UICollectionView+SKInvalidation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DCD3B9DE75022F3D77295F29F2FBA87C /* RCTTrackingAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = FEE09E02B3DF787FD7BCA3505210241F /* RCTTrackingAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD064E11686B6C00506BEA26B22DF670 /* fa.lproj in Resources */ = {isa = PBXBuildFile; fileRef = C53F9C211DE6924D23B1763F088E829E /* fa.lproj */; }; + DD24A16ED3CBC4A7BE590AE10DF94E02 /* RCTRedBoxSetEnabled.h in Headers */ = {isa = PBXBuildFile; fileRef = F35E2B7A63B74D094E506B87A8B9B534 /* RCTRedBoxSetEnabled.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD3FD879397735569999E1D8C7FCB950 /* RCTWebSocketModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = EAB0A80BF2078D3A5FC6A9F2E1732F07 /* RCTWebSocketModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + DD468D678BDF7A68AA1E3CB639E8E957 /* BitUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = D031B3D216422EA93E3A51BE24E8A178 /* BitUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD4BCCECCCF5E86A997E1C6D4DFEB1C9 /* RNBootSplash-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 51333A5EE8575773A2BC855C5216171E /* RNBootSplash-dummy.m */; }; + DD6AC26850948C45CA7DDE1D0FCCA235 /* RSocketRequester.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E55953D37F0BF415FD5F0436D77B74D8 /* RSocketRequester.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + DD9E0234E5F52AB2ABF2B92EFEA73A2F /* YGNodePrint.h in Headers */ = {isa = PBXBuildFile; fileRef = 194E3BAF0D8BB1ED7DF7E3D4C37D6488 /* YGNodePrint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DDA3B85EC5EF65A2A200992A027DC2EB /* UncaughtExceptions.h in Headers */ = {isa = PBXBuildFile; fileRef = A20306DEA94200E22087DF6EEA684B69 /* UncaughtExceptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DDD8004650D777CB7667EDBBAC18C8FC /* FIRCLSUserLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C6E319C60908897ED62DBABEA24A714 /* FIRCLSUserLogging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DDFCEF65A8E99C2032234187C7EE98A5 /* StaticTracepoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 857C151B50B543208E2559AD2D534277 /* StaticTracepoint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE27CC50055A9E00666CDB386DC2A320 /* FIRInteropParameterNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DD4F90E58D3847902BF011443DCE5C7 /* FIRInteropParameterNames.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE2BCF263241C5BF1A4BC2B4D0F0167A /* F14Set-fwd.h in Headers */ = {isa = PBXBuildFile; fileRef = CEFF5D6300B831BA38BF0D956FFABBC9 /* F14Set-fwd.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE3B56D5420B33673E24DDF32E842FAC /* REANode.m in Sources */ = {isa = PBXBuildFile; fileRef = 369986811C8C5B922B81879190BE308F /* REANode.m */; }; + DE40556FF13940535E87605672704C9D /* TOCropOverlayView.m in Sources */ = {isa = PBXBuildFile; fileRef = 660138AA021958790F4E9F5918B461BD /* TOCropOverlayView.m */; }; + DE4889F5508405C88BDE580E0BB4F301 /* AtomicUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 63AD4D5E1462C64AA10BE3AA9C59A2E7 /* AtomicUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE5C5AE20CB48FE715235BFCB42D95FC /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D5BDFFB8DA9E0C8D0F0DF040BE9DA96 /* RCTSafeAreaViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DE61DE07A959222667D9FB47E0F65760 /* FIRAEvent+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DD862F5BB790136CC54E049F7D6B37D /* FIRAEvent+Internal.m */; }; + DE7005D4498EE67072467850589DCE42 /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B3AB399CD5F1F88D1F9412FD173C159 /* RCTSafeAreaShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DE7F2D9EBBF01761EF89478EDF28F720 /* UMModuleRegistryProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EB443CCAA8B3910763F8BDAD00AF053 /* UMModuleRegistryProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE907C27F82487B7CFD1CE3DF43BB72D /* BugsnagReactNative-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 67842D28929C76D46E029F383CEB104F /* BugsnagReactNative-dummy.m */; }; + DEE3AEAAFD1848898A8645D53C5B55A9 /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = 504BFB23DF17D5CE94E18563B62F744A /* double-conversion.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + DEEEC939BBAB6D133EE4AF8517F3D6C8 /* BSG_KSCrash.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A09E78BF93669FC33C640C83769FB89 /* BSG_KSCrash.m */; }; + DF0C19D3FBFCEFBA3B778D5CD4255543 /* FIRCoreDiagnosticsConnector.m in Sources */ = {isa = PBXBuildFile; fileRef = B4C5139E31E1D2FA1BF3A566B2DE06BE /* FIRCoreDiagnosticsConnector.m */; }; + DF2E05597CEC2E08B1F5DBF0F4015049 /* alpha_processing.c in Sources */ = {isa = PBXBuildFile; fileRef = A7BD3B30897587FE277B25EC9B9C31F8 /* alpha_processing.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + DF4D99FB37ED3354F619E172238164C2 /* PublisherBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7862928F09842A7D47C7A8599F03B215 /* PublisherBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + DF6ABEF38237E6CCE019B85C6B32400E /* RNLocalize.h in Headers */ = {isa = PBXBuildFile; fileRef = 60BE7111F93BA79923A3DE77A2E94794 /* RNLocalize.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF9556B84ADFE4CE9EE11C32BE59194F /* REATransitionAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A923EE728DC48A2A99DCEA87ADA8B34 /* REATransitionAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DF9BF273B3A19D48077F9A2F652E0699 /* RCTAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = F0157DC285016C3E635D25E7AC168BC4 /* RCTAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + DFA5190C4B6DF580BB6920937BB062BD /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = FE3B529ED0DEC4A63FB6F7B990989CF2 /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + DFC6C2843236AC9CD84479395B678B30 /* IPAddressException.h in Headers */ = {isa = PBXBuildFile; fileRef = A87B09D4CFBDAA3DE3DA228BFD6DD0F3 /* IPAddressException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DFF0C9CB171FB6035983E5CCB9A663D6 /* picture_rescale_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FEFBDFED2380515A2CEA5D505C5F533 /* picture_rescale_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + DFFDC7BB2C5FFA2C6641CB29347DB592 /* pt-BR.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 96D7AB664B3C5240389A2D3A10416B9D /* pt-BR.lproj */; }; + E0177B9012D532215D3420D29B6D4DEF /* stop_watch.h in Headers */ = {isa = PBXBuildFile; fileRef = 765D975B14C95CD0E5DDAF589122C261 /* stop_watch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E01D030A5A66078118377798A74CE7D5 /* TcpDuplexConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = C642183D6DAB81C8548C7408E9B05C38 /* TcpDuplexConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0280FD08DB59EFEE1D26D77D32451F0 /* bit_reader_inl_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 007B11189DB6EFBBF762CD046EBBC8FE /* bit_reader_inl_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E047DD10D9C0AA51E775D934A3AD2648 /* RCTTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C34EF5347198F9829384D8244C9273F /* RCTTextView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E04943B96D991A7148803E0310482350 /* GULApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = D5145D94B174196F0F88077A91A87025 /* GULApplication.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E05070D25885B36129E52C0862B2E5B2 /* ARTGroupManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EAB6A6CD9CBAC54D1046AD6E505AA9F6 /* ARTGroupManager.m */; }; + E071C2C7C18AA96C67B039E4E3E87403 /* ObservableDoOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = 594DA5C684A1F3E750ECDF673845F41B /* ObservableDoOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0857B46FD1EA2B56B7D051FA3CC5C61 /* REANodesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 40ECAD6379EE139209460BE826E875A2 /* REANodesManager.m */; }; + E090C2FA5F01793E393A440B8F8BC7DA /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D305DF7D7D5B3FE8785B5534CEB59B9 /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E093818C63F941808C9C826923807B45 /* SDImageGIFCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 62F76032D52982B8B017C3CB97D5A131 /* SDImageGIFCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E09C87659A83035BAF8882F1CC902139 /* UMInternalModule.h in Headers */ = {isa = PBXBuildFile; fileRef = C6233E0DD2359073664D851443E0B10F /* UMInternalModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0B59B9295BB44A284B36AE953330A80 /* FFFastImageViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AF57BADD172E929C83D9EA6D4002EE43 /* FFFastImageViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0C4E0F84DC2D6681A83CDA889DF830C /* JsArgumentHelpers-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = BEA4161DCE8B474AA7FD663A2D72A5BA /* JsArgumentHelpers-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0C74EBAD5EA1E588C4565B77D8D13F1 /* RNJitsiMeetView.h in Headers */ = {isa = PBXBuildFile; fileRef = D3851BC9D696AEF543C9DB6C7263A7ED /* RNJitsiMeetView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0D369932E013D69B74AAD1AB849DE52 /* RCTInputAccessoryShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E4FB1B3AFC4E3774C5FF0C4B55ED02E /* RCTInputAccessoryShadowView.m */; }; + E0EC600F56B1C38E7BDEF467A29178BE /* FIRCLSURLSessionDownloadTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D8F01ADAB3DF896F0B1176B29B5F88F /* FIRCLSURLSessionDownloadTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E0F1C868BF7391D832B1F6E62196FB20 /* FIRInstallationsStoredAuthToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BA90A091B790BE2A8079782D7A08882 /* FIRInstallationsStoredAuthToken.m */; }; + E0FCF1316026221791520A6C8C1B5A21 /* FIRErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = C9EC10A99DB5313772B178E755AD50C3 /* FIRErrorCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E10D5565299FCDC9BAACFBA2698A5584 /* BugsnagSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 01AA4DFC050C2F2066EE7D38741351F5 /* BugsnagSession.m */; }; + E110ADEAB6719AA428B109A96FB7D39C /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F1E1934C942AADD798ECA3C7AE8B350F /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E141ECB5F3A4B103C2ACB2BA515CF1A0 /* LifoSemMPMCQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = A939824C707F9D242993E93013930A06 /* LifoSemMPMCQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E155FE6D3C06E8396F62E7F093A2514D /* dec_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = 547A0C9DC63A513DEDCFD8058B7926C8 /* dec_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E15D45C4250BCFBD0DFD7E8CDD401DB0 /* Orientation.h in Headers */ = {isa = PBXBuildFile; fileRef = E5C1ED38469528FE9992AC54A404F827 /* Orientation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E179BFCA815FA0FFD8521BE8B8604010 /* Foreach-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = FEC2394175883BA0D3E261637A561463 /* Foreach-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E181EFF1D82F2C246F3C692C681462BC /* REAModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 69C5C04672EFE24387CA33FFEB4FC61F /* REAModule.m */; }; + E1A82558479A238EB891BA6D55CC2B70 /* Observer.h in Headers */ = {isa = PBXBuildFile; fileRef = 15F770A4D5BC785683DD7C5AE37D01A1 /* Observer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E1C92AEEAF907D9FBB3D536670867DE4 /* UMAppLoaderProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CB3706820435745D6FD4D38E142ADFC /* UMAppLoaderProvider.m */; }; + E1E838DDCC005F9938992EE40FF70CB8 /* RCTUITextField.m in Sources */ = {isa = PBXBuildFile; fileRef = DA2CB926731B404A5F0B491352B38846 /* RCTUITextField.m */; }; + E1E8D74B6DEAF85073752EB8E2E0C9A3 /* RCTCrypto-Bridging-Header.h in Headers */ = {isa = PBXBuildFile; fileRef = 19B7F500E18F8C527E72F66E8A9281AE /* RCTCrypto-Bridging-Header.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E1FDAE31212C17A2901CD6D243A5B764 /* openssl_md5_dgst.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6209FAE6D1637CABE395F9466EDB6299 /* openssl_md5_dgst.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + E20099C049D83BA8801089347F356EAF /* ProxyLockable-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = D41C883D22FD10CFD15573410C2CC2A5 /* ProxyLockable-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E212064B6E4581C153DD1B4A387FACF5 /* FIRCLSProfiling.h in Headers */ = {isa = PBXBuildFile; fileRef = 56E499F2B159DB9A0F9234FC5740DD1A /* FIRCLSProfiling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E21CDCA3DA9A017D42C65544EE659537 /* quant_levels_dec_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 3EE8FE43BC10C7A3290B0511031653BE /* quant_levels_dec_utils.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E235F45E4BC8EBF6FC6D6BA73B07903A /* RNLocalize.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EAA32868BCEE1CD6838F7117FB221D7 /* RNLocalize.m */; }; + E23E3CA4E3F8190534C9146C75ACC3FB /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F718F7B37DD6F239BD9C833E376A6D4 /* UIView+WebCacheOperation.m */; }; + E24729C9CE9A683F338B92F0C81406E5 /* RCTAsyncLocalStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 08DE2CD44AF217C48F7576C1DE8CC2ED /* RCTAsyncLocalStorage.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + E2494524ACA7CCAC62E1BCC82E2D2A63 /* UMReactNativeAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 8328EE242308AB157F8D434189FE6519 /* UMReactNativeAdapter.m */; }; + E252DD234413551F52EE5EBA70E05941 /* SerialExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = E4EC28420A8DAB4A8E3E95CD98B28287 /* SerialExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E25653A10C2B08B8CA728E8AC6964787 /* FIRInstallationsIIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = B944022F17462C5C4419A415C78FC0EB /* FIRInstallationsIIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E26F27C2A2F4B72362ABAED5BB5828D3 /* SDImageGIFCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D104A1919DACBE845E02DB785246952 /* SDImageGIFCoder.m */; }; + E271CB74F0A8D7B66B53E12F533D8CBE /* RCTWeakProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = D76C608E71879AA3C97A1C382D70364C /* RCTWeakProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E275864857518C091CD5FF4CEEE87FB0 /* PTChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AFCB154C55B9E2D70EBDE9BA4A7276A /* PTChannel.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E286684CB60154E13359ACBC5252C641 /* lossless.c in Sources */ = {isa = PBXBuildFile; fileRef = 23E8851081162A8ED820AC1CA1814539 /* lossless.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E299094278A43A7E20DFFFC50FE30366 /* SDImageCachesManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 37DA2F9051F6DF45E1CB248C9B98FA19 /* SDImageCachesManager.m */; }; + E29E0B64EC5DCF973EFA8E6377E64F12 /* React-RCTAnimation-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9793837FBB5DA5B8D10F6991435CD2DA /* React-RCTAnimation-dummy.m */; }; + E29FBA6D4C296E52AEF37FE5C202C816 /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 544C7CBA8C6B0405C35792D56547EBFE /* ja.lproj */; }; + E2A3567CDB3E36CB123037C1FA6D4E81 /* BugsnagSessionFileStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B444503E2F06201D119A2380EAAA238 /* BugsnagSessionFileStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2B38B0E73DFE014ACC3FCBFC43496FD /* FFFastImageViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = ECD46193A7A3B87EF2D8CFB26212680C /* FFFastImageViewManager.m */; }; + E2D24444928BD2DA8C9796FB4B3A7EFF /* SKButtonDescriptor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 04F32D39B9649C511CA9ADE07B4E1A6B /* SKButtonDescriptor.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + E2FC121D4FD836B133A538F740737E48 /* RCTReconnectingWebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D7E566608A1776F022A084665FC7222 /* RCTReconnectingWebSocket.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E312281FD29F99F67D349635D1F088ED /* SafeAreaSpacerView.h in Headers */ = {isa = PBXBuildFile; fileRef = DD3EF33295A45B44138EA5AD5EF9766F /* SafeAreaSpacerView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E31512A972F9E359D575F24B6B50FA89 /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 45B80A9F33E706DADBF1F1FAC3660E0F /* RCTUIManagerObserverCoordinator.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E3189CA4D7BFEF893F93E00F4659392F /* REAAllTransitions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C39B1AE2A47A5CCEC117A966E77C454 /* REAAllTransitions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3251301F8417A7D0AB853107B7E24B2 /* SysUio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D92A8D072A13AFB818280124E6E65319 /* SysUio.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E328E8141AF969CC6B6E80958E20061B /* EXHapticsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 3824072BC35AFA3E8D2381D9F7B91CED /* EXHapticsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E341738B130ED4CB85C14610CCD846CD /* UIResponder+FirstResponderTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = 4185FFF8B56A31314072CD0DFFDF0B31 /* UIResponder+FirstResponderTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E343809CBCE237546CFA52337991BB44 /* CPUThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5103C064C0E77E403E70266EF5BCFC08 /* CPUThreadPoolExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + E3707F06F9DE0FD5D6C72F966AB3FB63 /* StreamStateMachineBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B293805CE09D92B4D8CAFDF32265A1C0 /* StreamStateMachineBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + E380175EFB4DE3C005A4ED635B4689A7 /* RCTAdditionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 468599CA25DC1B045D66FAF26EF187CA /* RCTAdditionAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + E384FD68FEA058A67C14E8D1AE72AEE0 /* BSG_KSMachHeaders.m in Sources */ = {isa = PBXBuildFile; fileRef = AE335EF86EDB678C87B1E6A241F5C11B /* BSG_KSMachHeaders.m */; }; + E3935299B252A6D94617B2F754E73D95 /* MapUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = B19FF7A2DDD3DAF552F083D95B08CA7F /* MapUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3983B7E305A128ED1DF7C661908BD7A /* NSTextStorage+FontScaling.h in Headers */ = {isa = PBXBuildFile; fileRef = 503CA212C16E0442D44FB965AB156C32 /* NSTextStorage+FontScaling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E39E9949E3F0A951767CD502EAE6D183 /* ko.lproj in Resources */ = {isa = PBXBuildFile; fileRef = C59312940D5C2000A2013B02A2AF8650 /* ko.lproj */; }; + E3A7DF34F5085451A6A8F95EDED618C6 /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F6C63F5BC63B281DFC36E70E54E51E59 /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3E22454D3198293CB06023E76EDF078 /* GoogleDataTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AC75328B863B1EE0AA4D64AEE291072 /* GoogleDataTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E3F24F050E10E05C03542DBADB501F66 /* BSG_KSBacktrace.c in Sources */ = {isa = PBXBuildFile; fileRef = B8DE3C11714761EEAFB373D0A4711058 /* BSG_KSBacktrace.c */; }; + E41FDF4FDCBCF5CD36AF562C059674AE /* RCTBaseTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 5968DA24D6D3F1772EB1706FF3C1D40A /* RCTBaseTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E428B68F58DC6E085942FA1EB751C7A1 /* muxi.h in Headers */ = {isa = PBXBuildFile; fileRef = 15696EE7EC24A9F91EE35B92135163C9 /* muxi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E42BFB58939510C5FF1F9F8BA6D7749B /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = FDB87C2A09AED451E48B4F3BD1D5655D /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E43514B4D9873BABC894B64B33F5EF8D /* AsyncSSLSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B3D12B714F253905BAB4E84F4C8F2FD /* AsyncSSLSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E446B13DFEA0B960B2427243443957CF /* StreamStateMachineBase.h in Headers */ = {isa = PBXBuildFile; fileRef = E226F00A2E75798E4CF7908126D1DA4F /* StreamStateMachineBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4890367538455DADC400EE601C9EF58 /* cost_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = B6A712C08E246FB6B7E9E2123ACB25A8 /* cost_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E48A2886138DC08C9ECBBBEBECC8E502 /* SocketFastOpen.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B6B9EBF7BDC8B35AF82ADA42D843897 /* SocketFastOpen.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E49188CCEC47F2B014FEF6031EED26C5 /* PTPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = C439799B8CBB8A2C3F90298EFD4A0C62 /* PTPrivate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4A30EC10888C6AE1C92B59EC078EF38 /* ARTTextManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 94F9BA574A8A46B7167CD92B69083E93 /* ARTTextManager.m */; }; + E4A5D4B6B6E51731DC54DCEF2061BC80 /* PTUSBHub.m in Sources */ = {isa = PBXBuildFile; fileRef = 0357CEE67B08C3797C91505B75E470C6 /* PTUSBHub.m */; }; + E4B5239838DC0F4A9844B92904F5E695 /* RCTObjcExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = A818385BFB789A5B35262F59C0E35D55 /* RCTObjcExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E4BF0B156B07C3CDD4F2503D066744F6 /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = D7740268A7B4A3D5F4C980EEDE615F71 /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E4C1F02F23AB75D352F417E22F13AD04 /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0ECD6385C2C0BDB7535E0449C7843280 /* String.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E513B877078C3C30269015B321880D6D /* Random-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = E2F1F47EA5D572DDB535613CF49D5EBC /* Random-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E54A27764074E6276EA97D7053A923E1 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 513A07E168888371D73F80F61D2E9A21 /* SDWebImageDownloaderOperation.m */; }; + E5553C45914B7244408DFE5C8D714EEA /* yuv.h in Headers */ = {isa = PBXBuildFile; fileRef = 970C9F3C3AA798D83003BE7C7129E3A0 /* yuv.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E56F517254A3DD415A94128FFB078AB7 /* EXSessionResumableDownloadTaskDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 38CFAEA33138B1F36ED31DE00763D08D /* EXSessionResumableDownloadTaskDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E59B09D0FCFEA826E9B8C4F78FAD9097 /* RCTImageViewManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = D41077F1AD0AC08B308126DC10BE5A19 /* RCTImageViewManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + E5C364BADE3B7F40B26C80274EEEA9B4 /* REASetNode.h in Headers */ = {isa = PBXBuildFile; fileRef = D65299AE8ACE721C6F209233034ADE02 /* REASetNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5C5E181CE4785A0262B617144B6CF9F /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 515C9FBF878ADDD3E55AE5D076DF4209 /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5DAE1C08C767C0C9DFA50310C8AAE37 /* RCTRawTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 342512805C1A125FEE18047F913F6FD0 /* RCTRawTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5DC173E6B529F892B09C8C35C99D2A1 /* ARTLinearGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = F92A93A40CA46BC1EB5DBF730B2A9DA5 /* ARTLinearGradient.m */; }; + E5E21845BA94A49313B5915782538B13 /* ScheduledSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 9683485DD8F0BEB47BB9E40938D3C9D0 /* ScheduledSubscriber.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E611DAAD5A8ED41F23CCB75414E06EA1 /* common_sse2.h in Headers */ = {isa = PBXBuildFile; fileRef = CB4EC245C665F9DD601B8E280FAC84EA /* common_sse2.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E62AA4198B8FC28F3A25E284178FB648 /* RNFBUtilsModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 43BD74B44187A6CEA94B6BB0947477FE /* RNFBUtilsModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E62EC931A7D171EB362471D6ADBB5B0D /* RCTNativeAnimatedModule.mm in Sources */ = {isa = PBXBuildFile; fileRef = FE0B0B1542E3861D466BA98F3A442D9C /* RCTNativeAnimatedModule.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + E633E1CBA9B00B1105520A016DCFBCCD /* Arena.h in Headers */ = {isa = PBXBuildFile; fileRef = 9290C878E1AB6225AC7AE7CD1C5A9DA0 /* Arena.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E666CDCC534BC0F71D872A65C0F9B831 /* DrivableExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 61871730238884B88402BCAD51437C79 /* DrivableExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E66FA9AC1F1FF78EB2147F34A071DE7B /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = ED46CA78AA4EF7752E02D7807F022849 /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E673E0352A8B4350E45B7A109D3D4021 /* EXKeepAwake.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D20EF6282ABDEDD9B30AD34728F4BE2 /* EXKeepAwake.m */; }; + E68D447F99EE2839448B96DF7A0F05A7 /* Singleton.h in Headers */ = {isa = PBXBuildFile; fileRef = D24C8625BC053EE80938AD3D2882E238 /* Singleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6B96CC123DA8805C8139A6664A5A758 /* FIRInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = 815DB4AECA76A60B88FCD84CCC5F1706 /* FIRInstallations.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E6CF7340B3C031694529F0E2B7ABC332 /* FIRCLSURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = F394992E816A4233E71524E8EA6F5235 /* FIRCLSURLSession.m */; }; + E70C29588474028552EF2C0B9BAC03DF /* GULNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DCB36702717DC7365C410E8BB1E8ACF /* GULNetwork.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E713B02A8A389710B1613C452E72D5D0 /* FLEXNetworkTransaction.h in Headers */ = {isa = PBXBuildFile; fileRef = 602DAD918827E43F59A128461ABCE145 /* FLEXNetworkTransaction.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E7199AD006B96EE964696627E6604378 /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4AD8238B579C5F6AE9EBA7440CCA788C /* fixed-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + E731A43BE3F6B70511D8F191B5775470 /* WTCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 8950B5A3E14254388B625E44CEAB52CC /* WTCallback.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E73510C5132838079D9D644554350A7B /* BugsnagSink.h in Headers */ = {isa = PBXBuildFile; fileRef = 542D8AB7F14739399401108A8DEF08DF /* BugsnagSink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E74F10A5A2937CD0D8027324A621D935 /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BCB26049F8BDDC57B9315FCEE338DD2 /* RCTScrollContentShadowView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E7549D14F5B26562B161C1F4936907D3 /* FIRCLSDataCollectionArbiter.m in Sources */ = {isa = PBXBuildFile; fileRef = ED45253B3F68FFF9A8DD0F36C86E08CB /* FIRCLSDataCollectionArbiter.m */; }; + E75A90F44AA2559897D54A2D6AB908D9 /* SDWebImageDownloaderConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 41D64D7574C4DFD78DA40432303FDCEB /* SDWebImageDownloaderConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E7693CE7AD7DCD50C1B996B57DB3A03F /* quant_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 11242847A781AC0163039F2B9881CF4A /* quant_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + E76E10019899FF866B81BACD8AEFF56F /* EXVideoManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A11C44473E020E2F2BAB6E56FB3725E0 /* EXVideoManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E783EEAA611C3967BA049B75B021BE67 /* EXVideoPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = FD64AF5CEB4DE8D320BE33D2C54368BA /* EXVideoPlayerViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E786C1991EA56379BF582624CD65AEA9 /* FIRCoreDiagnostics.m in Sources */ = {isa = PBXBuildFile; fileRef = C4579E79C68E1E8CDEA8F9ABC1AF1E04 /* FIRCoreDiagnostics.m */; }; + E78D398DE9276B2D1131268BFDFE182B /* RNPanHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = EA0ECB16A561D1D1905487C3526D15DE /* RNPanHandler.m */; }; + E7A29D5563B55870AC0F9F2446657E33 /* RecordIO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9D8CE21E7ADBD7A4E9A1867C7F39EC04 /* RecordIO.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + E7B0866BCF3DE08687C2B9D54F0BC2DD /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E446962D13DA9D49930FE2E5C110DF5 /* strtod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E7B85E81AB9BAC84946D82C5C5FEEFEF /* BlockingQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 54A39B5CC8BD12A3A5B6EE6B1B19F0C6 /* BlockingQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E7BBC923DAA2236EB0CEBDEFB1C8C6DA /* RCTActionSheetManager.h in Headers */ = {isa = PBXBuildFile; fileRef = BB9D886F625826C84E7FE3E2E9BFDE9D /* RCTActionSheetManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E7E323790EF21F9CD0703F4C1190B087 /* FIRCLSProcessReportOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1BCE08B65FD290DDF6D74968672A28 /* FIRCLSProcessReportOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E7E82CC781764AB92193F0CA2600D6D0 /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 73728E59E9AC89979E754C49279982D5 /* RCTJSStackFrame.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E7F8057C81A4BB8DA858EF7D1CCC2F9C /* F14IntrinsicsAvailability.h in Headers */ = {isa = PBXBuildFile; fileRef = 010E94C4E345D269CB25FBB71DF5232B /* F14IntrinsicsAvailability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E80C3B80B0CC698140AD8BBE9A904FFC /* Uri.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 270E33066FA63F9FE472144800B72237 /* Uri.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + E817D2C53239A85E0DD6138BA6D4F346 /* ManualExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3CA41D84B3FBE103D480168508BF6498 /* ManualExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + E828F5AFA11E3DD747200D58AF30171A /* GDTCORConsoleLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 99F93EE64440E9A1DA652BA54E830184 /* GDTCORConsoleLogger.m */; }; + E83D3D6FC8A1A4FB56A7DCCA846F8A0B /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 96BEDC9457114A9F2662CF1FCC8449E8 /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E860BE1A8E085E5179A0982F1FF26B38 /* RSocketClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F788EA36EEE91148D450B5F7EAC1D8EA /* RSocketClient.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + E86D069BDC86741D4D7DE1C841E05A2D /* Core.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FF84A68DEE8E0FE347F30FB554B9464 /* Core.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E87ACBC574CD25C5469788F3E32C4C48 /* RValueReferenceWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = EFB58122A452BDF5B674F6A1D2FDF3D2 /* RValueReferenceWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E8853B8ED3D089F47C87A8100A7A6434 /* RNConfigReader.m in Sources */ = {isa = PBXBuildFile; fileRef = A6F1B90E756840600BB9F7F2DEEFE6C8 /* RNConfigReader.m */; }; + E8A085223A1A29C76C54D4FF33E89115 /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 140B832501D3D5F816835742974E1617 /* zh-Hans.lproj */; }; + E8A7615B2E19C59185F3FE545094D0E8 /* EXImageLoader-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 50AB456024FEC70BE7878C36E8F2D88A /* EXImageLoader-dummy.m */; }; + E8B39696832DD1EE46FCE86E19A442DB /* ScheduledSubscription.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BDB1BD5D3771A6E8D242099A07832C1 /* ScheduledSubscription.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E8DDCE6B235341B71C52B68A240238BA /* ScopedTraceSection.h in Headers */ = {isa = PBXBuildFile; fileRef = 97628F8B00ED909995A47B37E5F8E510 /* ScopedTraceSection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E8EC28027F124F3AD6F42FEC5D748E91 /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = FAA87C3FF93FC2A59847514AE689A921 /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E8EEA996CCEA859DE04F7C35A2502CF5 /* Replaceable.h in Headers */ = {isa = PBXBuildFile; fileRef = 33C35BA759A1D77DB5CB1724A8F05112 /* Replaceable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9007664958B9EC2274A8D1F0B448849 /* SetupResumeAcceptor.h in Headers */ = {isa = PBXBuildFile; fileRef = DB784AE533C7FA1470E9783AD47C9700 /* SetupResumeAcceptor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9252A876860E77CF09D7C629161CFF9 /* GULReachabilityChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = CA5EC07CAD2EB7899F8CA74876A24F72 /* GULReachabilityChecker.m */; }; + E92824DCAD3E06FEAF4337D3A36E3FDB /* jsilib.h in Headers */ = {isa = PBXBuildFile; fileRef = A6AE784AC1CED4B68CA05E5CD7F580CA /* jsilib.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E92A8E90C655AA0F2DA5E40243942772 /* AsyncServerSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = EADE5576E6213234C21845B187C04751 /* AsyncServerSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9445C391B65051D3A77F060D073EA6C /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 936EC6FD858093EF095D610AF5EB00F0 /* zh-Hans.lproj */; }; + E9484CC36B48DD53139F337528BDD82D /* React-CoreModules-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 663096CFF31EE2B1B7783BA46C88B7DE /* React-CoreModules-dummy.m */; }; + E95D6946EAAC0D88A62A9C4EF71E1A8A /* RNImageCropPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C38FBE8F7CED699F64860EE64073516 /* RNImageCropPicker-dummy.m */; }; + E96369189F73196E9C753BCC94FA021B /* RCTBaseTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B966AD28A40E9EAC2DE66A680DC35B7 /* RCTBaseTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E996B6E159496A5E9DD9B4EB44BD2687 /* OpenSSL.h in Headers */ = {isa = PBXBuildFile; fileRef = A03B182E89C164D978FE0BC6A0FEBEE9 /* OpenSSL.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9A1600F9F76C4A20D892ED920C31EAF /* ThreadWheelTimekeeper.h in Headers */ = {isa = PBXBuildFile; fileRef = CB7C141D065D14D90DFD352C8A69363B /* ThreadWheelTimekeeper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9A96A6440FF3E5C3CCF856B35A82FE2 /* JSIExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 72E4797CF8DDAD46E7ADA80AB4F0609D /* JSIExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + E9CEBB7DBEE768BE09E9129A3DC9A49C /* EXKeepAwake-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DC13A137BE027FF710D1CBF20C04F8BF /* EXKeepAwake-dummy.m */; }; + E9D90B2AFB0F919BC5583F7DAF62FD3C /* RSocketParameters.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC176BD78E3F7B6F8D5458D27D6F699 /* RSocketParameters.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + E9DB56514265F96725FE3856CFFCE2E6 /* FIRCLSSettingsOnboardingManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 867ACB56D848877F90EF67F16D1BCC7C /* FIRCLSSettingsOnboardingManager.m */; }; + E9E1B0FF5CCBA128F3D2EF11C42EA0B4 /* FKUserDefaultsPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = FDC7809D555832AB692501FAAA442E34 /* FKUserDefaultsPlugin.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + E9E2DF68309678B7DC06C8BEB1349A19 /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7F5BF85693864C3DF4E7B76BFA9C61A2 /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; + E9F68CFDC61C064F0952A5CFCC6C0B2C /* RNBackgroundTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B0DA999DD390044CDB13D6DEDAEE771 /* RNBackgroundTimer.m */; }; + EA090F8E6E8177BFA682BE164522E3D2 /* LongLivedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = C708CCD85CAC57F1B2FBD832AC85660C /* LongLivedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA26CEF95BAF2888C211317D52469E95 /* FlipperKitReactPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 6711DB488A61D426C84C1893A5107E3F /* FlipperKitReactPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA2A542828C9B3A99DAD2F5F97D6DA56 /* RNFBSharedUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = B8EEA6A54E3ED0B72B90D208A804F062 /* RNFBSharedUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA2BB672D792ACB784A76D4C5B0731DD /* RNCSafeAreaViewEdges.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E075784007E2D319862BA72A46015F7 /* RNCSafeAreaViewEdges.m */; }; + EA31A21E8987D47CFA4D774D8DB6D85F /* FlipperState.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A4DA65B2D98F33C40CF2F6CA9F92A49 /* FlipperState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA539D214D2BA5BE1819E4A9A266763A /* MMKV_OSX.h in Headers */ = {isa = PBXBuildFile; fileRef = 13F4452B782828682F12ADE1275B604D /* MMKV_OSX.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA5C4F9D4D7965A20163F5EB6C003277 /* Future-pre.h in Headers */ = {isa = PBXBuildFile; fileRef = F49290A382EC07A3D4203E6BBC1531F9 /* Future-pre.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA7E5B7E9A3F9E968AFE5A2DEE96F896 /* SDAssociatedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 75364908BF6A650FF3D57C3619C85A33 /* SDAssociatedObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA7F485DC5832E02B8B7BBB728AA8B8C /* SocketAddress.h in Headers */ = {isa = PBXBuildFile; fileRef = 99E362D23328BDA804415B87C734366F /* SocketAddress.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EA8F224EBD25B845FEE7C4F25AD7B479 /* SDImageCodersManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 113B9DDFFEC7B7401738614040C766B2 /* SDImageCodersManager.m */; }; + EA8FABA814F6D46A229890375EEB904F /* CpuId.h in Headers */ = {isa = PBXBuildFile; fileRef = 3088F468687484EE8F9AD0F0247D2144 /* CpuId.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EAC01F056C09E5240270A5B8A15F0EBE /* NSError+BSG_SimpleConstructor.m in Sources */ = {isa = PBXBuildFile; fileRef = CF1D0A39C688654CC14F7A0EC86B9338 /* NSError+BSG_SimpleConstructor.m */; }; + EACFAF96FCF841C412DE3167449060A1 /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = F3184FE3107FB8DDDEC1FA159B72FED0 /* RCTFont.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EAD62CEACD1BD0A3C1606C0803DF3BC9 /* SKViewControllerDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 25067D08B8650D088EEC3234D643B3AD /* SKViewControllerDescriptor.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + EAD90846CD7CC057AC4516172B665CF3 /* NamedThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = C4865922D1B88AF661EA95AD6268105C /* NamedThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EAEA8A60CBFFC564A9845707A622DDFA /* String-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D156FB05B0C3092BBADAF94C96E4B46 /* String-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EAF538E0F17902982E4DC0240BC0EAF2 /* FlowableTimeoutOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = D451CDE36D4FE5E0418D8AB770C36C56 /* FlowableTimeoutOperator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB12F2305F3545BC7EA0BC27B1F58DE2 /* JSExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 97CFDE5D34E3D1C7BC4E80FAD8569932 /* JSExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB5B44698F80FA688F728DE855877D10 /* RCTPerformanceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 8018CE6950A730B10F9A1F1D618B9A8B /* RCTPerformanceLogger.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EB66BFD41BEBB5D81571F76712E05108 /* BugsnagKeys.h in Headers */ = {isa = PBXBuildFile; fileRef = 1167A82C52B0ECBC78D83B46AD0CB121 /* BugsnagKeys.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB77634FD2F21CA73D22DC1CBBACD064 /* UnboundedBlockingQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 86403A062C4B1989DE899652B10D967A /* UnboundedBlockingQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBA4B42F86FA19C9293C03AD8686145B /* StorageSetters.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B2203EE6182D3AFC8D5E39E221F53A6 /* StorageSetters.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBB31A81A9245F1AF542525CD137D384 /* RNVectorIconsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 674AFC2FE2A330702E69EE5FEAF95657 /* RNVectorIconsManager.m */; }; + EBDA846981FBC6296818C0514396EE30 /* Futex.h in Headers */ = {isa = PBXBuildFile; fileRef = A9585A0BAB4F7A57ACB9079DE5066C53 /* Futex.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBDFD86FBE3044A310FB5411E17F92A5 /* AtomicReadMostlyMainPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = C4C9A646245CBAA36A25E590A199519E /* AtomicReadMostlyMainPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EBE11508A0A2ED857C8706D4E8409074 /* cost_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 521DC6D413BCF45B5E091B1ADEDAE457 /* cost_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + EC10F4DDA5BAA9F145DA346C1F1EA974 /* FIRErrors.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B55AB8636CB6B060DC158430B717DF8 /* FIRErrors.m */; }; + EC666CB740832E1AB0753D69FC8C3446 /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = CA58498FC5524A09BCCA96F1683E885A /* RCTEventEmitter.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EC7D13478527671E411B5B3560D1A128 /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 866D07E45A7D4780A71AE12D71948654 /* RCTUIManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + EC930B5EB6100B61332ADA57B34FD32C /* ThreadWheelTimekeeperHighRes.h in Headers */ = {isa = PBXBuildFile; fileRef = 0312826BA35B17245A471EAA7A7080A6 /* ThreadWheelTimekeeperHighRes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECB4A9AFE0F3C14F0CB69A41BBD5B4C5 /* RSocketServiceHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = FBA7A7A5BD9C413B7E0A612F581F3966 /* RSocketServiceHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECBBBA7EA50C98AEA414478293838D2B /* RNFBAppModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FF5BA25F4801A977AD9F29C1F285CC9 /* RNFBAppModule.m */; }; + ECBD429060DEC16908D656440A81BDF4 /* RNFetchBlob.h in Headers */ = {isa = PBXBuildFile; fileRef = C65F6582CEBD8049AB1E31CD634A5D0F /* RNFetchBlob.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECC014D16CBC092CE3F8DF77EE1BA855 /* REAConcatNode.h in Headers */ = {isa = PBXBuildFile; fileRef = C91B689E90BF51B541B0B09D1DB110C2 /* REAConcatNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECCDF8ECD2438E62AA303A3AA18DF093 /* RCTInputAccessoryView.h in Headers */ = {isa = PBXBuildFile; fileRef = 32BD8CA986C2EDD131A6664A797558DB /* RCTInputAccessoryView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECCF81F5F061B785593B1BD3E433F28C /* EXAppleAuthentication.h in Headers */ = {isa = PBXBuildFile; fileRef = 97553F4F84C36FDAB0AC65A47B3A590B /* EXAppleAuthentication.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ECE385A01C7EE3AFFB8441C6C441D72D /* RCTInspector.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7A9EC48C7EF3509A1710A4C98F5CE047 /* RCTInspector.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + ECE807D36A37A617812C118A6AF52916 /* UIView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CC8BB6AEB410A5326E73F49FFF9001C /* UIView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ED1294A4072B1958A6928F5A789D4C13 /* EXVideoPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 795764D57C74218C1DC80757258B116B /* EXVideoPlayerViewController.m */; }; + ED160FCFF2362ABA3A3EFF8613DEBBAD /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = 89A5CCC6744A5C7FC6A36F5719D03C2A /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ED299EE11477F536FFB990FF2553A006 /* DefaultKeepAliveExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C161A0D9AD64B1BCAC02DB33B770404 /* DefaultKeepAliveExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ED30C6E2F717A547B371051A574BF7B5 /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 11FE0D3318F8A8083C3359A7EB5FBBC7 /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ED4D83EF245BC107F0E2A6CA215D3237 /* PriorityThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ECB2B4C502267356B91B34510DE8D5E /* PriorityThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ED98885E70EE77B48A442447D100D466 /* PolyException.h in Headers */ = {isa = PBXBuildFile; fileRef = 80DD0A8F4C5CF406C0F37818D10DA35A /* PolyException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EDC277A1E3477145482259C3815CC180 /* OpenSSLCertUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 13F0A29462F625C779ECF572B1353F96 /* OpenSSLCertUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EDC6F1D98E2A672DAD7140C8799FA796 /* FBLPromise+Await.h in Headers */ = {isa = PBXBuildFile; fileRef = D205A73E4DEC271CBDD738F85181D734 /* FBLPromise+Await.h */; settings = {ATTRIBUTES = (Project, ); }; }; EDF099C1E6202136B30B11AB417B06D9 /* Pods-RocketChatRN-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 216672BED32F85481BC7D29C4E5A4F05 /* Pods-RocketChatRN-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDF2E8350E98051324349A3B8833A6E6 /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = CBFE0D679847CAF972091B8B8663C319 /* RCTReloadCommand.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - EDF86CC259A70A9437F8C44009E1DBDA /* SKIOSNetworkAdapter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E68ADAA3752EC47F76C316914420059 /* SKIOSNetworkAdapter.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - EDFD6EC19AF3A04A534976A0D6E028C6 /* RCTDiffClampAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = E960A5A06391D789257CAA4BCA24B858 /* RCTDiffClampAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - EE2569EF94D0E8FF82F0FCE18542BAF5 /* BugsnagReactNative.m in Sources */ = {isa = PBXBuildFile; fileRef = 724D338450C30B642764C3B26DE5BDFB /* BugsnagReactNative.m */; }; - EE5936C2A8B4D4D84117B168A8055E86 /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = FAB8E8540241156C7D18C340D1D1A258 /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EE5F8C626378C9B39456D2EF3B53FF91 /* React-jsi-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F7915F460E47DC0F4A5152A46ED82C66 /* React-jsi-dummy.m */; }; - EE714712B813686CE078010AC843044D /* NSTextStorage+FontScaling.m in Sources */ = {isa = PBXBuildFile; fileRef = BA02875BF90507133A1EC5AAFFA72945 /* NSTextStorage+FontScaling.m */; }; - EEA6E94349C65CCE12227521F42035E0 /* GULOriginalIMPConvenienceMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F28BFD5CC72DE72A1D1FC7A9566FAC5 /* GULOriginalIMPConvenienceMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EEAAE01AE4D3F33D8FFD7923BC3FF9C6 /* JSExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C5E23E524B3B53E0CFD4CCEF46839FC1 /* JSExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - EEB26C0422C3E84B245A30416AA553FF /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 10202E6333ECA3F03D2D3363155C6504 /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EEC29CE666F277818D891F52724483B7 /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = FBEF7609859CB740965A7ADED5FEF8A0 /* RCTMultipartDataTask.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - EEE8CE417ADE2ACB1676A6F21E335C4B /* FIRCLSFileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3254412B404C3C01F29D9C2F34B7ED1A /* FIRCLSFileManager.m */; }; - EEFCCBAFEE065DE8D8FE24613F2D7F03 /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = 91D2B668FF47C72849E839121702630E /* String.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF265D8288AF0906B2D29C40DF3E8CE1 /* GDTCORTransformer_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 3995B98BE9068C7CFEEE8C570E61CA2C /* GDTCORTransformer_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF2B6245D752D26EDF9FEEEECBCA0C52 /* GDTCOREvent.h in Headers */ = {isa = PBXBuildFile; fileRef = B8C952FEE49A89E0524D8878E48B2F09 /* GDTCOREvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF350862356CA2CA24CD9557640C1ADB /* RNBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = E9F0EA7197E03F78DDB35D32318DD888 /* RNBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF4979FF5F5DD678D99FD5EB95E0A4C9 /* HazptrRec.h in Headers */ = {isa = PBXBuildFile; fileRef = 5457E7659E0B14F4EFA90AE951DAA559 /* HazptrRec.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF732D6DB81349A168F1D1FF81DA5260 /* ScopedLock.hpp in Headers */ = {isa = PBXBuildFile; fileRef = A7290550EB24294298556CEFD5294CA2 /* ScopedLock.hpp */; settings = {ATTRIBUTES = (Project, ); }; }; - EF7874C7A4D399CD8414EE63F6EDE924 /* RCTSpringAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = D2D5358717063A33C1583D8AB57C5D1F /* RCTSpringAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - EF7D11770113D4B2EA7E592DE59D6086 /* RSocketConnectionEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = B97AA20399A972733941F4C369E8A477 /* RSocketConnectionEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF7DD7E91656E43BB77E415C55717D67 /* F14Policy.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EDACEF0E3E6CEA32BBD6DAEA14C1EA8 /* F14Policy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF8122395A26F120FD8DD92FFA51B0F1 /* zh-Hant.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 1665312100AF9584B91D0A6718513085 /* zh-Hant.lproj */; }; - EF827028FEF6CAEC5FD4E45D73E1E008 /* Codel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9298E19022B21E3B48B6A0E2E619069 /* Codel.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - EFA8186A23EFA43F8ACCEFDEC4342A1C /* FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = F6C6A4DF1F09E8AB7247F3C1B3AD2C5B /* FIROptions.m */; }; - EFBC64DA8BC22D91224C780CBB33E40B /* RCTImageLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2D10D8772746157562E2B9517F76D7AE /* RCTImageLoader.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - EFD57F521B322FFE9234C917FE45A12C /* MemoryFile_Android.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 877408A76EB8D293BD922527CFD43025 /* MemoryFile_Android.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - EFDC26BEF6564DFD8368512DB220CC16 /* ARTNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 37ABAAC7BA2D0FF580AA7A2EC143E7D7 /* ARTNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EFE41F690A40733083EF3945406F7743 /* RCTBackedTextInputViewProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 93455D3A4FFE46685926EE28BF8851E4 /* RCTBackedTextInputViewProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EFEB06BFAB866205282EC05A243158DA /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AF22FB927042505C9B286E4EC46B8D1 /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F063AFE72D21061B3EB1A31627572FCE /* SDImageAPNGCoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A8165EEF3203CCF1CA4A5FCC6F8D363 /* SDImageAPNGCoder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F064B39522C5C630F4E1E817524214B3 /* SDWebImageTransition.h in Headers */ = {isa = PBXBuildFile; fileRef = 75BDBF541DDEFA5DB199453CF3A81D58 /* SDWebImageTransition.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F070F00B6E28F5702EE6C88BBBBBE21A /* Dirent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB01BDBE5B93D2635F50F397F70FC38C /* Dirent.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - F08F2D0C5BC08E18B07805A3B972DB36 /* RCTAnimatedImage.h in Headers */ = {isa = PBXBuildFile; fileRef = E82C6C30834C98643786B14059CA99DA /* RCTAnimatedImage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F09406DBE4FDB34E05DDB890470E931A /* RCTTypedModuleConstants.mm in Sources */ = {isa = PBXBuildFile; fileRef = C33322C87C8E49396967834067D815AB /* RCTTypedModuleConstants.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32"; }; }; - F0A59984C7AD739EBBE9EC452277A526 /* BSG_KSSysCtl.c in Sources */ = {isa = PBXBuildFile; fileRef = FB65136E12FBE12F08BE069C50C7071F /* BSG_KSSysCtl.c */; }; - F0A8FD479C9E53D2B297E4E3EEE79B64 /* FIRInstallationsIIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = BF52FF970F297F2A1500DE1DFCE1AD58 /* FIRInstallationsIIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0B7F16BA07E3AB69C72037363187EFB /* SDImageIOAnimatedCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 042726726E254DE95C4A96B291270D55 /* SDImageIOAnimatedCoder.m */; }; - F0C500878245C5A979C5C371C429A59A /* YGNodePrint.h in Headers */ = {isa = PBXBuildFile; fileRef = A366EEBB0A84094C588C613C2E856E0A /* YGNodePrint.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0CB04A756D3ECB088150A28D3788FD2 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 06008C4131E8EDCE1A8DA616D077DE04 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F0EB66884DF4245EA3A7A99CDC669178 /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E973FBB09DF8F50A1B593ACED95649D /* RCTLayoutAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F131FB5D105A9038EB03D1FD0F0C114B /* ThreadedExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 30FE36AAA64204DD62507F8F190F0228 /* ThreadedExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - F15CC39C4A5B05D5E5224B2E98529126 /* Barrier.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 91CD055A55318789AE116F08F759FD9C /* Barrier.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - F194212CD638F0EC8581A5D413EA480F /* RNCWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2003AB067F07BE2BE7CDA8A162B545BE /* RNCWebView.m */; }; - F1BE585CFAD6A5EFDF07198FB5E25765 /* cost_sse2.c in Sources */ = {isa = PBXBuildFile; fileRef = C640BFCBBFCF5E6612863655D87CB747 /* cost_sse2.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F1F37635C72B782DB253EAB52ECDA90D /* tree_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 48522D2BC13F679631C05A3790F478CF /* tree_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F1FB925D419C99F74D552B938A27AA5F /* FIRCLSUnwind.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A8A8259646197F1E1B0EC65C32D24DE /* FIRCLSUnwind.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F20589354A6CE22E7DA2830A620712C6 /* RCTTurboModuleManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = FB79E4D513473BEAC24AF54F58ACD435 /* RCTTurboModuleManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F262A884E6F19E78B96CDB6BE0A6BE17 /* BugsnagHandledState.h in Headers */ = {isa = PBXBuildFile; fileRef = 28E331B79D5FE9A276477E64D548ECEC /* BugsnagHandledState.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F26CFF9362D68FB3B7003068D431E5EB /* CancelingSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = C0DB4469E018BAFB3B192F38E0C77247 /* CancelingSubscriber.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2738F66212DC1C83F51334ABB0C2A70 /* FIRCLSFABAsyncOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 187683D4CD7DBFB6174E91A592897DE2 /* FIRCLSFABAsyncOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F28E836FC44F5EA134C754405400A3DD /* AsyncUDPSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C85B7E2A8E3C4A8B8566B244E1229F51 /* AsyncUDPSocket.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - F28FC996E9D7C12E3F41C1B640ABB2A5 /* Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = 53927FE01AC09410197DE8AF893DE137 /* Compression.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2DD2BB5C9CDF8CD92F784FFA3E4175F /* RCTPropsAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C7AE179362A9AE423DDA94835780A3C /* RCTPropsAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - F2DE409A982145E0C0182C7E522595F6 /* Expected.h in Headers */ = {isa = PBXBuildFile; fileRef = 59C052CF1E95585B52F22573DF6F586E /* Expected.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F2ED059565CC6BA47ECC192E3A6398BF /* FIRCLSApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = A35587BE5A86A8475C2BA1AFA8229A0C /* FIRCLSApplication.m */; }; - F2F28C9A1BBA30458BEA33562BA30987 /* Rcu-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = BE7707A3BA4C57DE0BC7B3DCF73409CF /* Rcu-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3091FE1145F7981508F1498C42951E9 /* SKViewControllerDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 9932BC606BC41D635D721A888455D167 /* SKViewControllerDescriptor.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - F31A336B1ACC7C6AA37259B52500AF2A /* Access.h in Headers */ = {isa = PBXBuildFile; fileRef = 74C5AEB0BB88ACBC1FB8394B6D743114 /* Access.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F32B8E85ED80D273E643FE47C63A48C3 /* HazptrHolder.h in Headers */ = {isa = PBXBuildFile; fileRef = 1533AD2287E0700D8C6CFFE3772304C8 /* HazptrHolder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F32CDFBBF8A739D4E5FEB1D284965440 /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = 349019FDFB9F533D0958F795FB2A920C /* String.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F35A356E51580E7F9E3BFC214F3B748A /* AsyncPipe.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E70E5209A5F7CF51A943317E7854B3D4 /* AsyncPipe.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - F35DCB44881B25AC99208F4C70AEE83F /* ReentrantAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = FF7E415E3836C9EA37C9F6BEE393B39A /* ReentrantAllocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F36003378B98FD92744A40A0F0A0C10D /* Time.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B005CB2E4250AF4BFDF6FE30FD0D969 /* Time.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F378A3CF7BA2719D7F3BA21417189F97 /* Enumerate.h in Headers */ = {isa = PBXBuildFile; fileRef = 439D9A548F74CE4447E4B5A7197CCBD9 /* Enumerate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F388C5F254A767F955A2076973318385 /* JSCRuntime.h in Headers */ = {isa = PBXBuildFile; fileRef = D2B8CD25BD548B51B07F8584868D4115 /* JSCRuntime.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F38CA7333D1A3E3613432F6000F88B72 /* GDTCORFlatFileStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 222F50719395F74C57A04870C831E0B5 /* GDTCORFlatFileStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3B3F21FC65883003EE86A0AE2C12568 /* RCTDivisionAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 38FBB4C364997305AE6EA7EBA0BCDA01 /* RCTDivisionAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - F3B61F938AAA186868D723B0782E606C /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = E118898F5B88046EE17A33C89C0D4710 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3C98AE26F9CF16C381DE7454C0D7E8D /* FIRErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = A8C5A8FE6C5DD1FA5BED0FC8D5D0D968 /* FIRErrors.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3D707C5358C6250D00C0818A8249D42 /* RCTJSInvokerModule.h in Headers */ = {isa = PBXBuildFile; fileRef = A96ED355DA15AB5998D1223BA9F3D001 /* RCTJSInvokerModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3DEB7B8B577FFCA1470AEAF17D60981 /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 490A80E844FAAA2BBF9B60FF4E9ED186 /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3E2B0A5740BE497B3C034AA098983DC /* ObservingInputAccessoryViewTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = 19F9268C20A99039F060978896D3C372 /* ObservingInputAccessoryViewTemp.m */; }; - F402B2C8A9080CA2F71CFBB25429F6B3 /* FIRCLSSymbolicationOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = DAC331CE906B9C557E4156DEF8054A2A /* FIRCLSSymbolicationOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F419AD6BA03935A851798FF9697FB620 /* EXImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 93F8305901DEFB9DFC37ED228C0AC192 /* EXImageLoader.m */; }; - F4203B8965707D077BF0AC90939AC6F3 /* CxxModule.h in Headers */ = {isa = PBXBuildFile; fileRef = F10A124195E8B82F87D8567224A5E0EB /* CxxModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4217D374CF0ACA8AFD90E4EC387EE39 /* WaitOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = B07D7D7C848A6C3108B8149430308A12 /* WaitOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F423B832E82766817CCB176696EE0DFC /* READebugNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 03EB61B15FE6B01615EF4B1D593E9997 /* READebugNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F42FCC31D576B53D09BBCB9FA35F1866 /* HazptrThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 45F7EAC3DEB7E94D7C7A7FD7B6928B1A /* HazptrThreadPoolExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - F43D587D473063610466EDA704DA5FDD /* SysUio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 19279F15F31FB25928235194BF2E05A0 /* SysUio.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F4415118D9A49DD6E7348633D3DAADE8 /* RCTFrameAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A963742BFCD1064DA05F3B4AC3227AA /* RCTFrameAnimation.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - F4582F8917D8023D35B79CA7A499237D /* neon.h in Headers */ = {isa = PBXBuildFile; fileRef = 72626F10841FC9DD7DE4E55E19B62269 /* neon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F47A50FEB9E7ABB29322EDAD67B83F7F /* RSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 93A11C71A9C0DCD25DA3C103AEDDC37F /* RSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4941A644C7F0DA1EF5805F376AE82B2 /* Uri.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 61091714003A0DC01ED70720A9382A22 /* Uri.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - F4963171CB69C8785632204699C90B4C /* FlipperCppBridgingConnection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0CA2C273BCD417D9338017235DD5F62C /* FlipperCppBridgingConnection.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - F49C2FA8B1239AA5E35582766C9F05C6 /* RNPushKitEventListener.m in Sources */ = {isa = PBXBuildFile; fileRef = B9F5DF3E0EC5F5FF7E6B85D71BAC1797 /* RNPushKitEventListener.m */; }; - F4A99244E9E0D48CF75CA4C0B93036E6 /* FBVector.h in Headers */ = {isa = PBXBuildFile; fileRef = B76B382F1B2A7BB0FA8267921B1E3164 /* FBVector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4BDFCFCF5BD9E90AC2841503E382EA4 /* tree_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = F820AC80EAD4492617D9099E10BBA9EF /* tree_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F4BF550F1626E10929A5DD551D0C539E /* AsyncSignalHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 02191E31784030D16EB4FB91B74D0D8C /* AsyncSignalHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4C08A0CF246E3DE0AD81633533E750A /* SafeAreaSpacerShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = FA55BB8206B6580DDBDD0ECC5E5154DC /* SafeAreaSpacerShadowView.m */; }; - F4C2254DA60EE0DF8390B52DE59FE688 /* FIRCLSReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 354A825467D7FCF6F014D30FD436A42B /* FIRCLSReport.m */; }; - F4D59FBF8971EED16A3A357859818125 /* RNCommandsHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FA56D2A2789E8CC78613DF8E836B0DA /* RNCommandsHandler.m */; }; - F4FAD0F6675096FF62CFAFA8184DA6FB /* FIRCLSApplicationIdentifierModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 93778B6A203A7A0B0F48D6AAD7A92603 /* FIRCLSApplicationIdentifierModel.m */; }; - F4FE80AB2EA8DD144D7457A12534D90D /* QBAlbumsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4991B59AE236A69F86C842CC0122FD8C /* QBAlbumsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F521411EEE95F2593B03645C384E29C5 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = B951ACC24E7AD50B0D4FFF32EDA002B8 /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F53E83D52989803B45E29F64C9ACE3A1 /* AsyncSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CEF459BA2F6D0A744FFDB8A16CF927CA /* AsyncSocket.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - F543FAB0C01AC99CF8BC510E85414254 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = C61740FE17E24FE5D9361189E05189EB /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F56A3BE3ABD85646C2CA1A10EB587483 /* BSG_KSJSONCodecObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CB72D736A824DF21915228CFB0B940B /* BSG_KSJSONCodecObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5B44CD867B849504948CCAA1D0DF236 /* ARTRenderable.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BB7B6575F3D1DBB8925AA2CDDCCEEAC /* ARTRenderable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5C2752C809E054E11405664E013BF2A /* FIRCLSPackageReportOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 84360462A58BFA95825358E8F7F203A6 /* FIRCLSPackageReportOperation.m */; }; - F5E4735FFE2E2971E6330450EE6B82FC /* EXFileSystemLocalFileHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D7BAAFCAA29AD37A6508303AB63D93E /* EXFileSystemLocalFileHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5E811B4BD6E3B05AA9AB4CBD0F0E028 /* RCTLinkingPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C602EDE4FBB5A9C0C5EA1E42D9D404A /* RCTLinkingPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5EE3C9357217594D37D44AD85828001 /* FlipperPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A91F7152B4A31F6E78FBDEC8BFA85BC /* FlipperPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F5FF904D25472DAFF3B67D0F3C8E8075 /* GDTCORUploadPackage.m in Sources */ = {isa = PBXBuildFile; fileRef = CD721D86BF525BA8EF007556A9525C8F /* GDTCORUploadPackage.m */; }; - F61AAA2C68834D261CE7F202751E7CAD /* SKEnvironmentVariables.h in Headers */ = {isa = PBXBuildFile; fileRef = D59D2DE1E4EFE2D8BDFE82A408DC5964 /* SKEnvironmentVariables.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F62ED258C4EF8A648BFE8DF3493C5E97 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C29939FA91C5E8C004D1C7FE2AB51D6 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F634867E3167E629F9501BC42067E30F /* ProtocolVersion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8BB44DC7B67EA01EC111018314C5996 /* ProtocolVersion.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - F641E7E436056ED737172792ECFB8C72 /* FIRDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 18FFFC7D85C13CADCFC4328954ED5669 /* FIRDiagnosticsData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F665CFC169D20AC6B0702E7F8EF441E8 /* UIColor+SDHexString.h in Headers */ = {isa = PBXBuildFile; fileRef = EEF5189C10A0EF67314497939F5EAB98 /* UIColor+SDHexString.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F680C1522E5B712C326F80CECC75D357 /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E2FECF08E201DDDE3471E1B9D4B46C9B /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6A22FE402CBB7BA1DA20A7F85EB0840 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 49E98636D95B88AC25BC3507FC008104 /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6AF82D8B065353F15241B178B66D733 /* FIRCLSUserLogging.m in Sources */ = {isa = PBXBuildFile; fileRef = D29A3A2D1BC17F73ABFF696FD60EBB7A /* FIRCLSUserLogging.m */; }; - F6C1DA412CF7700A784946C044AEFFAE /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CC7A3268913C3274668721A52D6EBE7 /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6CB07CC2BE8612AF7EE0CEF8FDCD738 /* GTest.h in Headers */ = {isa = PBXBuildFile; fileRef = B1EE626D2D93DF68005D400BBE68B3C2 /* GTest.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6CB27F492EBCDF81636EF1C401CC690 /* MiniPBCoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 17C6CEA53F592BED4ED543755E5E9224 /* MiniPBCoder.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; - F6D57ED9F3B535F8DC3C5050394E40E6 /* FIRCLSNetworkClient.h in Headers */ = {isa = PBXBuildFile; fileRef = C9197D1A6A1FE8FEE42C8297B78457B5 /* FIRCLSNetworkClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6DB6163D90CE6761FA75B5CED8D94F3 /* FutureExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A259CF62DCDE19F056019A6358C871C /* FutureExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6E69EE453FF7C0DD2AF46B1BAC9E9BB /* jsi.h in Headers */ = {isa = PBXBuildFile; fileRef = FA2E7E071BEE8E27D610199BE6D54BCE /* jsi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6EE22A7B1886712B04DA2FF3BAB7237 /* TOCropViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BEAC5D71B8517D2AB86411D48AC0B5D3 /* TOCropViewController.m */; }; - F702568EC5CF2222487C05A02CE64BDD /* YGFloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = D0CD3FBE2DF260339A230FE188564FA5 /* YGFloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F71F4143182FE5FCE3DFE783C924C1F7 /* QueuedImmediateExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB7CB74D1D9B8977C013B7161D45CF34 /* QueuedImmediateExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - F72CF20785C86F21B7EAFF65940EB889 /* FIRCLSDataParsing.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AAD6855E40288749CA5559E52AD84BF /* FIRCLSDataParsing.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F736EAC8861BE76D5E7EC0D255033627 /* openssl_arm_arch.h in Headers */ = {isa = PBXBuildFile; fileRef = 52B7F98D8C45CC1E071E3D4C3325BABC /* openssl_arm_arch.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F74C591EE38B7BD50BA1F38BA0366C73 /* lossless_msa.c in Sources */ = {isa = PBXBuildFile; fileRef = E893F8E0A15BC7F8258900D43D7BC36A /* lossless_msa.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; - F75C507189DEFCF81FF4E230CFCFE137 /* rn-fetch-blob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C74102B34211BBB0EDAB59097A142AA3 /* rn-fetch-blob-dummy.m */; }; - F7694A36820D0391AE63D42A1B4D0965 /* UMUserNotificationCenterProxyInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = CC2F2F490ACB0D34FE0C52FCE82E9923 /* UMUserNotificationCenterProxyInterface.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F76FA8AB88F47BE2D45B7F9D375A558C /* RCTKeyCommandsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A3688C2CE52B81C20771851358A142C /* RCTKeyCommandsManager.m */; }; - F7708D9578048402C448A57C1A90C6C3 /* Try.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AF1CAA57C7333E8AAED74ACD568F001 /* Try.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F77BC732391766818EAFD76D6F83F7AC /* Preprocessor.h in Headers */ = {isa = PBXBuildFile; fileRef = E4B50D5FCCC041DAD681BDAB3F3BC9C3 /* Preprocessor.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F7833B8C996DBF409A51EC772DFDB177 /* RCTTextViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F0FF8B15D1233CCEC9B873AA2DD00F9 /* RCTTextViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F7882E4D8CC4810A10D12C4FC3C10E6F /* symbolize.cc in Sources */ = {isa = PBXBuildFile; fileRef = B3462752B6DD6214502D421D405D0453 /* symbolize.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - F7AC5C86A9185049924D330A02672A92 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = 0800ED0246335ABD19B4572AC48F94AC /* types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F7DA8F02B7D644C6C622BA63C474EDBF /* RNNotificationCenter.h in Headers */ = {isa = PBXBuildFile; fileRef = F00A302A4CA5D5FC5366C3AA6BFA1922 /* RNNotificationCenter.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F80149541DE5F632BBD6AAA146B106B1 /* RCTDisplayWeakRefreshable.m in Sources */ = {isa = PBXBuildFile; fileRef = 01C21C249489EE346DD4A11EF19D3D5E /* RCTDisplayWeakRefreshable.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; - F80F16C722F67B7E05B0A9355B987004 /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DA40D5E3FBC6A93F1FF7F4D13B28638 /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F8168E1642C5E423C16A52EF1C32B696 /* BitIteratorDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = AD45CC93CFE7E162E65C1874FBA78223 /* BitIteratorDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F82040CA3509949852CD901604886011 /* Combine.h in Headers */ = {isa = PBXBuildFile; fileRef = 91513ADBE983C3EB6286444AFD01F195 /* Combine.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F8A18CD4C4AAAF3D84EE1059ACEB39F6 /* REACallFuncNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 6905AE9845FDA3E56CA10D22D854F300 /* REACallFuncNode.m */; }; - F8B5A4D946823316F563608EACA13149 /* TOCropViewController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A9739357C106D12F74C19FDA371B91C8 /* TOCropViewController-dummy.m */; }; - F8BE84F49321482B6B01E4C3A91FCA8A /* FireAndForgetResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6C2E7A2144584197473E04797BED95DD /* FireAndForgetResponder.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - F8C58A22AEB0B33C81E4BBA97F831CC0 /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 31FBDB4ADC51D1D0A5601CEDAE6B7A93 /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F8D330CDC93404A50EE610DBA2891A13 /* RCTCustomInputControllerTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D034F7D6FEAD393A7ABD75AF1EB7B9B /* RCTCustomInputControllerTemp.m */; }; - F8E78141D2945B94F6B3EE886A27E20D /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 517CAE413F2C6CEC7055CCCFF4D6D6DB /* de.lproj */; }; - F9397979E0D67687A948591EB7113ECE /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A3D5F883838F863498F2C8EAA9D2F0 /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F9435BBF61C74E4F62DCBA7C64B38029 /* Flowable_FromObservable.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CD3477658F5509C125B03BB113325DA /* Flowable_FromObservable.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F957FE699472CE238268C7B9149BC254 /* FIRCLSRecordHost.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A4C0429C25235730B8E45BCF4CB441B /* FIRCLSRecordHost.m */; }; - F9938D98AD7A356B19576DECAB347044 /* RNFetchBlob.m in Sources */ = {isa = PBXBuildFile; fileRef = 4397EFD2DCFCBFAC1DA12F6CF35A9572 /* RNFetchBlob.m */; }; - F9B17A42014D24428BA0624DEB855506 /* signalhandler.cc in Sources */ = {isa = PBXBuildFile; fileRef = 20F2F62A278020045E350C9220ABE3C1 /* signalhandler.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - F9C1B41E81156A3DA53A1475FFBE21AF /* FIRCLSURLBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C550A3D9FC8054FA5AB245B0991D94F /* FIRCLSURLBuilder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F9C93DBE58E9A11DD6BE10AA0B40FFD9 /* SKObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A6094AE3830A4927FE84150624EE0EB /* SKObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F9CA7A201848CC4C331A5CAB51EB4283 /* fa.lproj in Resources */ = {isa = PBXBuildFile; fileRef = B1ED662B3C96C97521186B69509CAF16 /* fa.lproj */; }; - F9DC9CB3BAB3963BD8C0D38E698176CE /* RCTCustomKeyboardViewControllerTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = 77EA857E87B4B5F2C65E388591CE4AA5 /* RCTCustomKeyboardViewControllerTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F9F07E9F6B45901A05092F99B05A586D /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = 80382CD680B9BF0E48C89995222B45D8 /* RCTModuleMethod.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - F9F2C514B5F410C5C47CCCD541D1BFEA /* RNPushKitEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = BBE7B8BD3995C4A56900C44389D4E91C /* RNPushKitEventHandler.m */; }; - FA0085B774B4089D099E54F68E62AF7D /* Checksum.h in Headers */ = {isa = PBXBuildFile; fileRef = 695D0CB9662C8F43A3AF92685DDCD0B5 /* Checksum.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA25C6CA15033C044CCBED3A73A9113C /* IDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 6989FB11BE7CAF73030C32023D01FF2C /* IDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA3CDEC59C09160EA09EAD431DA3E514 /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DA62DA3120614AB8D618E049754F290 /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA4347EF4A800F16CE57D834D4859D8D /* CocoaAsyncSocket-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CF7CE2A1D41C0082F369F6B6F01D61A /* CocoaAsyncSocket-dummy.m */; }; - FA471FD4EE12D741156C47EDBA0385EE /* SafeAreaSpacerShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = DF72FB3DBB880446E5AD161BE370FBFE /* SafeAreaSpacerShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA60837BF2780244664FC5FD2A66C42E /* OpenSSL.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F51E2134E42ED889CE2D40A8BCDE57D /* OpenSSL.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA6410E40B3B9A34C8E46CF985950CE3 /* ConnectionSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BE61360ED2221756412E00D4A832B423 /* ConnectionSet.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - FA7444A8EA3A2C8EB8726093F8D41BC8 /* ProtocolVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 98A05B1A0392EB236CF743FE0E71496E /* ProtocolVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FA952EA164F5E7452ABF3DDC740DADA3 /* FKUserDefaultsPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EC2F54F744EDAE4E3B2932407DEB7B7 /* FKUserDefaultsPlugin.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; - FAA5B3015FA0D3299BCA1B30A93A2864 /* json.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F091202F240245D539C2F05E7995C472 /* json.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FAA9C73C5FEA73E0CDFA98AB5A0E8E53 /* FIRCLSInternalLogging.h in Headers */ = {isa = PBXBuildFile; fileRef = 85E517240A99F994546FA85F59847EF1 /* FIRCLSInternalLogging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FAAE0C0ED72496CB69774DE51345E8F9 /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = D234670ECD7301D1B768F5A8A15B8217 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FAEA668522B704FE6413794266664BC8 /* SysUio.h in Headers */ = {isa = PBXBuildFile; fileRef = CB1AF5790D69EFF61F67BD6946B97C34 /* SysUio.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB030E0B40723163A8A5CC37778237DB /* QBCheckmarkView.m in Sources */ = {isa = PBXBuildFile; fileRef = 35A97F4482D7D06C0B3D5DA5E7E48FE1 /* QBCheckmarkView.m */; }; - FB13683FEEC61CA6568704C5039EDC4F /* ARTShapeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E0FDDE82907609AC3FF412C8C1FCD128 /* ARTShapeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB159782175B039F0676803224BB815B /* RNDocumentPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = DF6BC8AB595E8B58B589682C9CBEDEAF /* RNDocumentPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB188758035C2B0A30BD4B062C547871 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = 492B087C228B14FF4B5E8869F1A984B4 /* RCTFrameUpdate.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FB195A0DB7CB5518ED655BE75E858577 /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A99AD66E22B16BD1290E0511C19C417 /* RCTI18nUtil.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FB2130C2421DB05F7731071308AB4DCE /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = 384C39DBA3C190B9B3E39DF479925C16 /* fast-dtoa.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB227BD7481C88BBAD98960C8E736CC9 /* FIRCLSProfiling.h in Headers */ = {isa = PBXBuildFile; fileRef = 857B8F0EEC5B6E7D258BDB5795167667 /* FIRCLSProfiling.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB24A19A33840EA04FA9D8FA75476A69 /* BugsnagSessionTrackingPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = 4149876AC0A2313C2D2165BFFB2E5E82 /* BugsnagSessionTrackingPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB50743E868B6DB228CC7812A9F1EC69 /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D74D23B8EF5513E1CD3AA05E8A23E93 /* RCTDisplayLink.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FB5CA070F3D1B024C908F94AC161A788 /* SDImageAssetManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 0976149B914517D2B8E9E05A1BDC7A78 /* SDImageAssetManager.m */; }; - FB6ED25A5FE1DDC5D0DCAF967BC02E06 /* Singleton-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FCC934845E5F92487612B67AEDF779D /* Singleton-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB7500A89C2796F71C6920B75A25B64D /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = 580477D78C557257DFE03501D1D7B57C /* RCTSurfaceStage.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FB7A86E2C924B102A13D25B761A12518 /* huffman_encode_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4ACAF4AE6ECAE5D6EEF48CEA69352E17 /* huffman_encode_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FB89D802BDBC491C380FF444701B7EB0 /* Retrying.h in Headers */ = {isa = PBXBuildFile; fileRef = FC9CF135DCD456A5C9A80AF44DA9DBD8 /* Retrying.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FBB10D47ED9869C8CE10C7852F2D207C /* HazptrObjLinked.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DB2848D0166480811F5DAD5CC1ED367 /* HazptrObjLinked.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FBB312569287399378C7E9B9F22BBB3E /* ModuleRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D4E3FA0DD998F9290E4FA8527C0AC3C /* ModuleRegistry.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FBECD87EB71D407DDA663FB0B1EAC488 /* BSGOutOfMemoryWatchdog.m in Sources */ = {isa = PBXBuildFile; fileRef = FFA43430CCF77FA8DD167680E185FC44 /* BSGOutOfMemoryWatchdog.m */; }; - FBFBDCA4DC65E893FB952E125DCAEDE4 /* IPAddressSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 140B6A4EF4A43775E085AF3456652AE6 /* IPAddressSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC07B1636D14A8DBE8118B1D56FB3162 /* BugsnagMetaData.m in Sources */ = {isa = PBXBuildFile; fileRef = B7970F3854744F6DAEFA18DA24BC49EF /* BugsnagMetaData.m */; }; - FC2373F46EC8E0A06D5F910146D6E931 /* ConsumerBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 218699432AA835BAC906BCFC82806F76 /* ConsumerBase.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - FC28FBC4B3880CFBA425A6170C6FF32A /* CodedInputData.h in Headers */ = {isa = PBXBuildFile; fileRef = B23B153BE5CC785AAE776757328CEE23 /* CodedInputData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC2C504027B529F395655ACEFF06897C /* UMUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E4BD599BCC1C764A5BD112CA46B234A /* UMUtilities.m */; }; - FC2E2753DC1F6AC7A973ACC183E19112 /* TimerFDTimeoutManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B72330656E844DCA4D01ADA4F5DCF5FB /* TimerFDTimeoutManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC3DD5BA299719F678DBA3620384A310 /* UMReactNativeAdapter-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D96EB50BA70CE0BB83D206B615767812 /* UMReactNativeAdapter-dummy.m */; }; - FC480CBC30829F4DB7057259FA8DA2F6 /* ScopeGuard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C39A6B4A1789E69F68C2DAEE8A52FC5 /* ScopeGuard.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - FC553389ABB0F4D6E5E06F53079E0C21 /* NSData+EXFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = FEDD32826E80AE5FC20DEA3CC7948492 /* NSData+EXFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FC860918E0749AB204DFF627C64D3B47 /* UIImage+Extension.h in Headers */ = {isa = PBXBuildFile; fileRef = 22491FB524756B46ECC34A51BC929EE6 /* UIImage+Extension.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCF0E5B23471F25B38EACE9BF5367DDD /* Iterators.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E620544C00EE75FD0F99F66D029F094 /* Iterators.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FCFAF28969C1870B6DD0605A1A51F31C /* RCTVibrationPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D6C553032E8D1626A4FBE469D4686BE /* RCTVibrationPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD21DF81C6B29D9B1928FBA33A9703EF /* BSG_KSCrashType.c in Sources */ = {isa = PBXBuildFile; fileRef = 35C80F3A1CE53B23D38C1363B344D05B /* BSG_KSCrashType.c */; }; - FD3A92ECBFB7FA3C5897F7C9F784DB67 /* FIRCLSProcess.h in Headers */ = {isa = PBXBuildFile; fileRef = B6FD6480EDA692B7CDBA0002ACDE5DA7 /* FIRCLSProcess.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD4C6E6396911C99A5F576FC9E19250C /* CacheLocality.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6B07F58F5E00C416B743F9E65E8AAAF3 /* CacheLocality.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + EDF85D68CD3EC82261AEBE173F2C73E2 /* FIRCLSSerializeSymbolicatedFramesOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 79E0A5D35BB7344824EE2C24204CAB73 /* FIRCLSSerializeSymbolicatedFramesOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE019C4DD1B59F01799C89B3AEC1A4A9 /* FIRCLSNetworkResponseHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 0059306D112DB7C6BF55E41D08388D23 /* FIRCLSNetworkResponseHandler.m */; }; + EE14BA16332AA06FB5220EC096A39B02 /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = F905D7B0C849F5F1F12A9998C72FE06E /* de.lproj */; }; + EE2569EF94D0E8FF82F0FCE18542BAF5 /* BugsnagReactNative.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B23696C4D2092E47E753B377B79D93E /* BugsnagReactNative.m */; }; + EE2F4B59CEAD37C0269C7146DB72E691 /* FIRCLSThreadArrayOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D53631B5BB7B40F7A40B7A2C362BCBE4 /* FIRCLSThreadArrayOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE5CDDEB12AB24C7EAC75E28D6EC6386 /* RCTAnimationPlugins.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1BA4B2E6C4915FA5B2A4D4642938FAAD /* RCTAnimationPlugins.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + EE6589761A6EAA95ECBAEC472917D3B9 /* SDAnimatedImage.m in Sources */ = {isa = PBXBuildFile; fileRef = CA25900E5E609DAD285C5FCE8164B45F /* SDAnimatedImage.m */; }; + EE66D56ABAB4341FE23D3A116AB4EFC3 /* openssl_aes.h in Headers */ = {isa = PBXBuildFile; fileRef = E30E14C396EB309A313697C5F82076D2 /* openssl_aes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EE8F005B57B2697EF1FB3E23FEA56AA8 /* TOCropViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A1C0F8935CA413440DE830417BAD358 /* TOCropViewController.m */; }; + EEB531A218221515EE189D3F4E57B744 /* String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BDCAEB30AD8C7642C64679A17612E4C1 /* String.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + EEC77010CE3100A7BC03841C1EFB08B6 /* idec_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 6C82545394C91C63294CFE4A57A347BD /* idec_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + EEC7A2F296B5E286B00A69E35A76B0A1 /* RCTSinglelineTextInputViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1331A6332014250EB5A7436D9254487E /* RCTSinglelineTextInputViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EEF042AC8A3930DD131003503701A393 /* GDTCORLifecycle.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FB379E5D133D3B5BD5907B8C2FEC426 /* GDTCORLifecycle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF223873787BB2342C5D61BE3C3F3368 /* FBLPromise+Do.m in Sources */ = {isa = PBXBuildFile; fileRef = 0605485DB7CC412F7210A7E521585755 /* FBLPromise+Do.m */; }; + EF350862356CA2CA24CD9557640C1ADB /* RNBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 8020FF565C7585E9C16EE39081AFF9F2 /* RNBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF375C6C300AB6D19EB502AB85DDA02D /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6B631A92EB31541DD1E5AF27F9974C0B /* fast-dtoa.cc */; settings = {COMPILER_FLAGS = "-Wno-unreachable-code"; }; }; + EF64BEA285F61CD2B7ED4ABC9C97646A /* Array.h in Headers */ = {isa = PBXBuildFile; fileRef = E74D8BC54194A28692BCC1662600FD43 /* Array.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF66EA75F763B5592EC6FDB57B589B18 /* SDWebImageDownloaderOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 89689B0B52DAB2E08752945DA6CF62EF /* SDWebImageDownloaderOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EFCEA72F53B2B1A5CBB3CD5003168A18 /* Malloc.h in Headers */ = {isa = PBXBuildFile; fileRef = BB02CC589412E751563B4277E325BB53 /* Malloc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EFD84799ACD7379BF31FE5E001A283AE /* SDAsyncBlockOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 66A8A932C4D00ABF2AE0D2E871296EE3 /* SDAsyncBlockOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EFDC26BEF6564DFD8368512DB220CC16 /* ARTNode.h in Headers */ = {isa = PBXBuildFile; fileRef = AFDDBE92A6057DA44C2D48DA91A74644 /* ARTNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F032026EAF6EB7C1F8B64F4ED88AB01F /* FIRCLSReportAdapter_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B5799986BAC48E4169760BC84177D1E4 /* FIRCLSReportAdapter_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F033B1F358EE94242EFC1E3CFAF7A1CE /* React-RCTImage-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 69F9D3FDF4C191561494C6C04A5E6D21 /* React-RCTImage-dummy.m */; }; + F035504DC714576A157A301C6AD13086 /* GDTCORDataFuture.h in Headers */ = {isa = PBXBuildFile; fileRef = 49A1C3EB17C28690DD5DAD1494DE1ECC /* GDTCORDataFuture.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F04757626003EE951B95963024413DD6 /* RecordIO.h in Headers */ = {isa = PBXBuildFile; fileRef = E1E182F1B8EC1912ED1B26EFF42E51C5 /* RecordIO.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F088523B869C751364D885DD7271E416 /* GDTCCTNanopbHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 52808A151BEC66F6C4E2B5A8F7130D19 /* GDTCCTNanopbHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0A59984C7AD739EBBE9EC452277A526 /* BSG_KSSysCtl.c in Sources */ = {isa = PBXBuildFile; fileRef = 9EC3B51633A192C4FBE4CB285317DCB9 /* BSG_KSSysCtl.c */; }; + F0B014A7880E5F4E02414D8D663BBC51 /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EE49E61448DCC6DAEA90081E1E44046 /* RCTUIManagerUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F0B7A5CEBB42EB368B082EAE88141AA0 /* FKUserDefaultsSwizzleUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 8491C97850AEF0F64B1A320FA8E57D08 /* FKUserDefaultsSwizzleUtility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0DAD40FF942663F14AACDED6F16A027 /* InterProcessLock_Win32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D8E90D4CA0309B2495D73C9AF3D51045 /* InterProcessLock_Win32.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + F0DC99969CB80206ECAA4EED0350EAE3 /* PriorityUnboundedQueueSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 81410AA3099B405DF4442793A002DCF6 /* PriorityUnboundedQueueSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0F7E694817E2093598328B8FF7CCD38 /* AsyncGeneratorShim.h in Headers */ = {isa = PBXBuildFile; fileRef = AB4EAFF0498E720CB94B67B1F1DB59DA /* AsyncGeneratorShim.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F0F9CE4A668669DF9BEBAE09D36F661C /* FIRCLSURLSessionUploadTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D9024458C9CB9909900E274D398BE33 /* FIRCLSURLSessionUploadTask.m */; }; + F108F7723981488837F6C62A21D86EBB /* UIImage+WebP.h in Headers */ = {isa = PBXBuildFile; fileRef = C40ABB1F6C64D36CD91AAB06CD591B0A /* UIImage+WebP.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F11DF2652A6568975B20932389394410 /* RCTVirtualTextShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AA7E7FD784E554499F7327FDC15C76E /* RCTVirtualTextShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F12A6FFE202439992AF17C7AE792019F /* UIView+SKInvalidation.h in Headers */ = {isa = PBXBuildFile; fileRef = 468BF10F94F03FFDD57011F0B9459FB2 /* UIView+SKInvalidation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1369FF715AF3D44920399C4B0461B23 /* FBLPromise+Do.h in Headers */ = {isa = PBXBuildFile; fileRef = 5385E7A5570B1ECECF59DAACCE531316 /* FBLPromise+Do.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F13B15A4EF14C60B975E49962DF70965 /* FlipperPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 85BAE6A637841D1572B8698BF23835B5 /* FlipperPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F140B149D025D4A74912BFE191BB6C4B /* IOBufQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 371A76D159083F6DAC646395A308432D /* IOBufQueue.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + F14698C81929204263A7ACFDE993CC37 /* RSocketStateMachine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED12E7077B274BE0BC4E830189C39F /* RSocketStateMachine.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + F164948B9028076A6CEB0987B088BB89 /* UniqueInstance.h in Headers */ = {isa = PBXBuildFile; fileRef = 57F58CB39739BCD7EB2A2F0C9D833555 /* UniqueInstance.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F17189A76A9E380988EF869D02F65BDA /* Codel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E4B6CE6FCDF2CAC342852F32F84DB65 /* Codel.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + F172FC7A316562337C75654A5898D742 /* SDGraphicsImageRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = E5210108396CA273662DA1AC225047CB /* SDGraphicsImageRenderer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F180F2499CA77A541DF644073F38C440 /* Util.h in Headers */ = {isa = PBXBuildFile; fileRef = 6194DBE2865CDE620E065AAF89038627 /* Util.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1886A82C58F805D547E81409220731B /* FIRCLSReportAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C0439FD89FB3C2BA9405682F4678374 /* FIRCLSReportAdapter.m */; }; + F18B2E314466EB0A26C904B1CB9C3582 /* GroupVarintDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = EED848017F4965B145BF315674CC8C0E /* GroupVarintDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F194212CD638F0EC8581A5D413EA480F /* RNCWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = E5451BC6BD799F79D8802936CE34152C /* RNCWebView.m */; }; + F1980EA5769E64FBFB858DC377E4F36F /* CoreCachedSharedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = CA3E5B0FBA7FA325BE464311187698AE /* CoreCachedSharedPtr.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1A1A34D20E81412C1765C1A209D62D1 /* RCTInputAccessoryViewContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 298D78B7BBD6828CF55DF97F89AD73DD /* RCTInputAccessoryViewContent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1A35F63BB6B7409E143CB7F25B4A514 /* RCTComponentEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = B15CC75C1121F3D87175B97B714DDE0F /* RCTComponentEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F1B0070405F61652AA5256D7EF9AB23C /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = D92402B047721D504A405BEB2D94AC7C /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1B3D34466F622D69DEEDEB3AE6131A8 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F04AC3BC7422F37BE3379AC4B5772E21 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1BCA4C3FC6FA17866B062BD94602B50 /* EventBaseManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A07D22C93179825B426F8DE9E6DCCD5C /* EventBaseManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + F1F0C4F35213439F612B6964E41B23AD /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FC91D6F8CB893E971FBC284C3C45CB73 /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F1F9A164B04FD44FCAFE606245C8AF2B /* Singleton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 44D3B29C5FF6A2C4C948A999FE930F10 /* Singleton.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + F2181B2408215CA55C1CC43B8A0970BB /* Portability.h in Headers */ = {isa = PBXBuildFile; fileRef = C374E4C41C121E1C703616E68E6EE634 /* Portability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F22AD83E78793E6392636E460719E24A /* tree_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 6061AFB304BAA22A42A7CCA902D03268 /* tree_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F231B2C0FE6F934F3D513994157DC7FF /* log_severity.h in Headers */ = {isa = PBXBuildFile; fileRef = A763D3DA2C1DEBC4FDA2A1B6606F7953 /* log_severity.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F24400E60FE033A8A13B24529D2E7AFE /* vi.lproj in Resources */ = {isa = PBXBuildFile; fileRef = B19A58156D2B76D5EE1DC0BF80A5D334 /* vi.lproj */; }; + F24AACC21775927395B7706C529818BE /* GULUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = EE59EC4314146E76DCB20C06F60FC1F9 /* GULUserDefaults.m */; }; + F259DABBBD60ABA8E1E9FFCF046377FD /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 65AEC802D795588CB432E42F1C99BE4C /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F25A5E96970FFDACAA7350E08D19FC0F /* bit_writer_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 5309424D2A908CCBF514347A0C64FCDD /* bit_writer_utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F262A884E6F19E78B96CDB6BE0A6BE17 /* BugsnagHandledState.h in Headers */ = {isa = PBXBuildFile; fileRef = EFCCB92EA69EB157026A91B4794BDFE3 /* BugsnagHandledState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F267545AA6801407D49C99C0DE570629 /* FIRCLSSerializeSymbolicatedFramesOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A16D244366D432E38B8E997E46E2E6C /* FIRCLSSerializeSymbolicatedFramesOperation.m */; }; + F2770673EB4066AAF49F80D3173F1ABA /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = C1E52FA4D9BCFDD07A04DAD979772DAD /* RCTModalHostView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F28D018656484725C4E22DBE173A979B /* FIRCLSNetworkOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F8594EF5847E3B2F915EC7CA133A62A /* FIRCLSNetworkOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F28FC996E9D7C12E3F41C1B640ABB2A5 /* Compression.h in Headers */ = {isa = PBXBuildFile; fileRef = 76E1731657F2B6852E4989F5CB136ECD /* Compression.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F293FF11EF3FB3B425445F64AA999AAC /* yuv.c in Sources */ = {isa = PBXBuildFile; fileRef = 8736DB4C0F3CBA8756C5F1D2D32BA738 /* yuv.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F2A7A5F33E7DF4C6A8F5520A66AF831D /* FlipperKitLayoutPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = ADB15F72939073D2C73A916C689A48F7 /* FlipperKitLayoutPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2D0A70D9E495E49F40A40BACD25A8B1 /* FKUserDefaultsSwizzleUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = 480D20C840F348F49EFC2259B1B36543 /* FKUserDefaultsSwizzleUtility.m */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; + F2D9F29222AE982949FE532AD7186F06 /* ieee.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B89D89DA2CCB3A2791086A4F9FE0F48 /* ieee.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F2E68264C4F5BAE4D6D238BC6C14BDFE /* StreamsWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94BE4A916A924189C6D1A5836209327D /* StreamsWriter.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + F2EB846DF7325FAA61507E910C036032 /* RCTWebSocketExecutor.mm in Sources */ = {isa = PBXBuildFile; fileRef = BCE9490F54B5B10355345E77E8A8AFA4 /* RCTWebSocketExecutor.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + F2FA208256E4D6750626283AB434A8A2 /* FIRInstallationsItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F8E0FB6F25809863C5872F6BB18C5AF /* FIRInstallationsItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3176D46D2C975E0413A4FEAD89BBDB0 /* Utility.h in Headers */ = {isa = PBXBuildFile; fileRef = FEF0C3857E0CBA7EDDB9A38A20F83930 /* Utility.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F348FF26CBFBB1B2FF4F505200EC4245 /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1B4C78F68D9011FA8E919D461C9B2FE6 /* YGNodePrint.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + F361E87A01934846FA07441A651C1A8E /* SocketAddress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 40BA1B76245D2214E75D5702AA7FE69B /* SocketAddress.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + F39C1175CE4EA626AE2AAA5538D12E25 /* ScopedEventBaseThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8AE22BAA611A1102F87A21EF80A5B324 /* ScopedEventBaseThread.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + F3A2CF98A2FF72223837B7FB1C6F09DF /* FIRCLSHost.m in Sources */ = {isa = PBXBuildFile; fileRef = E88052E39AB9DD9261B56504BF2E8306 /* FIRCLSHost.m */; }; + F3B4F0CF70B5004FF391BD82E5C5A471 /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = DE16C6668E00B2EBAF3DF295096B5CB9 /* pb_common.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc -fno-objc-arc"; }; }; + F3C1BC662E2C75FCB3923155867537D1 /* AsyncTransportCertificate.h in Headers */ = {isa = PBXBuildFile; fileRef = 412AD2AC451D2087ED85E933B15A58E5 /* AsyncTransportCertificate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F3E2B0A5740BE497B3C034AA098983DC /* ObservingInputAccessoryViewTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = B059F708DEA2674BC70D60B7D3CC6AA4 /* ObservingInputAccessoryViewTemp.m */; }; + F3E3FBD6FC958C9B2D60D7CF4A87020E /* GULAppEnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = D5DB4A7B80E8B844C094A779BC37604A /* GULAppEnvironmentUtil.m */; }; + F419AD6BA03935A851798FF9697FB620 /* EXImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = ACDD9F8CE871427AC9B52F2574867694 /* EXImageLoader.m */; }; + F423B832E82766817CCB176696EE0DFC /* READebugNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F16FA63E9856238A35EB81220CB3D85 /* READebugNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F44F9F487247BE2C2973D62F04733AFA /* UMModuleRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A7852727745085FA4D604E935ADB37D /* UMModuleRegistry.m */; }; + F475E1D69BAA062CBD94E05E0EA20C06 /* GULHeartbeatDateStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C4D31969FB4C2B4E1904CA60A3076E1 /* GULHeartbeatDateStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F47834738C3399C03CB112AC256CD918 /* FireAndForgetBasedFlipperResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = D88824EF549D12E6178FD3BC56294948 /* FireAndForgetBasedFlipperResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F48DC0B72B1F3CE4E45EA3DB9236EC24 /* Hardware.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AD104F4D43C131F3A60BD50B2D9350A /* Hardware.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F49550D6FCEF26D00A19992B1C7D4B94 /* FIRCLSReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A82AC8EF00629A69A6E6F7495AF0F86 /* FIRCLSReport.m */; }; + F49C2FA8B1239AA5E35582766C9F05C6 /* RNPushKitEventListener.m in Sources */ = {isa = PBXBuildFile; fileRef = F07BCBFD826CDB981E5EB15622047CF9 /* RNPushKitEventListener.m */; }; + F49FDABB18E5818C046F0E62ADF5081B /* UMSingletonModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 921EB7BF8E7D52E2AF99AEC8CC0CAAE1 /* UMSingletonModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F4A4919C931C29951395C0365B107C86 /* InterProcessLock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ECE9AE370F1D84401EB6F32F907E1B4B /* InterProcessLock.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++"; }; }; + F4C08A0CF246E3DE0AD81633533E750A /* SafeAreaSpacerShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = F3253AC65E0A3AED14E5813D881C6347 /* SafeAreaSpacerShadowView.m */; }; + F4C4A90D5AC8196B0AC319A741F015C8 /* GDTCORClock.m in Sources */ = {isa = PBXBuildFile; fileRef = 63B9522FB756289AAF91DAEF6C4AC4FF /* GDTCORClock.m */; }; + F4D59FBF8971EED16A3A357859818125 /* RNCommandsHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = CDDC19BBA763D871C3777F46C8C21BC8 /* RNCommandsHandler.m */; }; + F4D9D28C08ADBAD6C70CED70E0B7D79D /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = D7D235576EBE3719667F5CB346D0DB3C /* RCTLayout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F4F68F44536176A478F2B1DC0BB18922 /* FrameTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CFC892DFE61DD5C159CA8A302B8B67F /* FrameTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F4FE80AB2EA8DD144D7457A12534D90D /* QBAlbumsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 805C841207E4FC08B0F39BB21B2D0AEB /* QBAlbumsViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F5021DBB331F29F260D4C086CB98D018 /* TOCropViewController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C065423E7B19916572D938E1977291DC /* TOCropViewController-dummy.m */; }; + F5125348848F418CF6718C01B719BC32 /* DistributedMutex.h in Headers */ = {isa = PBXBuildFile; fileRef = DC4403A307646F1A0FE7D4943F892C6A /* DistributedMutex.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F52CF426D62F6EA3761DEB3D56B1165D /* ExecutionObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FD71FF5C8BD920171A1B57B1D9AB856 /* ExecutionObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F52F0E758974C3BE9F1B75926EA44388 /* FireAndForgetResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6DA028C5F8099A49B66F89104620E009 /* FireAndForgetResponder.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + F543B0F00839FAB36D8AC51C759D9645 /* SmallLocks.h in Headers */ = {isa = PBXBuildFile; fileRef = E696A73B42BC15EF6E5CF1B943C0E8B9 /* SmallLocks.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F5605F4A9B1291CCE4827CA18F4B7FB2 /* GULSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E079C228C72E407636DBC32C4D6743E /* GULSwizzler.m */; }; + F56A3BE3ABD85646C2CA1A10EB587483 /* BSG_KSJSONCodecObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C28A3A3CA4E30E87C5FD484DD19507A /* BSG_KSJSONCodecObjC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F583A1EAC7C6B9BF0610DFD916EE9821 /* MemoryIdler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D06B114CA9C0C3023CCB0052B504654F /* MemoryIdler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + F59BCE6F71857B254E0ED04E7EBB21BC /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = BC7E48F69E87B647894582346A4CBA45 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F59C5CF016E113FCB68AB80C76144EC5 /* RCTInputAccessoryView.m in Sources */ = {isa = PBXBuildFile; fileRef = 06029B4CCEA4A1994C185EC7BBE0EF94 /* RCTInputAccessoryView.m */; }; + F5B44CD867B849504948CCAA1D0DF236 /* ARTRenderable.h in Headers */ = {isa = PBXBuildFile; fileRef = 11EC96E602329B308F798610BC9EEB01 /* ARTRenderable.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F5BC5D47E562AD877ED6742AB4589960 /* SKResponseInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C577B154D3157924324E6D839DADAE9C /* SKResponseInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F5D4CDA1811126280C4EB5B2AF43D392 /* VirtualExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 46AE1E72F55216E57314DC5EC6A46F94 /* VirtualExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F5DC4AE42E4440D0EC4D111800ADE592 /* buffer_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = B9A80B8593DD902649B6F1210386EFD2 /* buffer_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F5E4735FFE2E2971E6330450EE6B82FC /* EXFileSystemLocalFileHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 658C24EF831543E9A3F3B93CBBBE0599 /* EXFileSystemLocalFileHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F5F1CCCDA11B91A3538E3174618F3AA1 /* CoreModulesPlugins.h in Headers */ = {isa = PBXBuildFile; fileRef = C518B7A7581D0F3AD6590FC1148458D8 /* CoreModulesPlugins.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F5F3F0856950BD6B8C7BD31FD3CA6D8A /* Frame.h in Headers */ = {isa = PBXBuildFile; fileRef = E36C4193D6E17441A42E9F55B899D390 /* Frame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F613ED86296CC501F37F7DBE8468CE98 /* F14Defaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FA3467C61F628A26A2C7E187ABB1AD6 /* F14Defaults.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F617317E18D38DC7D5AEB86C03C56DBD /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = 02D55DBCA9B17A85AD71979A6D879237 /* RCTShadowView+Layout.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F65DAF4D5EFFEC29E9364A3E86178388 /* TOCroppedImageAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = F4234721F88D2835F8157A182CA5D433 /* TOCroppedImageAttributes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F676B4E94B9CF8CF3C086CFB73E5E88C /* ProgramOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = C95E75174973D393627CC0E6944E6964 /* ProgramOptions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F67B9AA235C9408BF5DA9ACA22397571 /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 1151F375916B69A3BC7B63C479029C4C /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F67F9958A4C6DAF59340D2C30955F108 /* File.h in Headers */ = {isa = PBXBuildFile; fileRef = 884E53CF9309A7042B109BBDC934A4B2 /* File.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6C136253D201104015C2B5E4A8A2EE5 /* MicroLock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE75FF89E50B34EC892E7FD9EA2BDE41 /* MicroLock.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + F6D201FC401789590F91E97F39ADBA6C /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BBB0B41477179F29C6937861D4E759AE /* RCTActivityIndicatorViewManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F6D5CC9503B2BAB7BA037377BBE54ABD /* RCTPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C005EF54F2B3AE4774A70B7608A3DE57 /* RCTPickerManager.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F6D6AB3E6B9F1F1CE3D9716703137598 /* TimeoutQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9904F6620AF734A2B9670844E5AE633C /* TimeoutQueue.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + F6DA248EA747A26852710F50D1276B1A /* GDTCORRegistrar.h in Headers */ = {isa = PBXBuildFile; fileRef = EF9FFCBF8924E2CDB54727B590DCC4D1 /* GDTCORRegistrar.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F6E1D218864D620A67AA1B442EF17F6B /* RSocketTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EBA64DF381CBBD5C3B807FF94149C8 /* RSocketTransport.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F706AEB3AB38163BADC0C170D099C4A2 /* RCTTypeSafety-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FD6B04DC1F84B724B119EAA28F9FC46F /* RCTTypeSafety-dummy.m */; }; + F708FDE80A812ED1D8972163F8AD068F /* Asm.h in Headers */ = {isa = PBXBuildFile; fileRef = 815D8630D1298C3A7BC07270A98E1DAA /* Asm.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F71294568A0A3B358731DAD383F9A575 /* UIView+Yoga.m in Sources */ = {isa = PBXBuildFile; fileRef = FE9E356A8EEEF3313241F925DAF9DC06 /* UIView+Yoga.m */; }; + F722BA71752657A010B16E06105C4408 /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2C47B9EE00E71D5616E0B86A3A50C82B /* YGLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + F72DF22B6AD9345D03BF3A6B4D586330 /* SysTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = C3283A8F8AE35DDBB093EC3780BE8186 /* SysTypes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F73DD4C9041EC483BB713B32962CB6D1 /* FBLPromise+Delay.h in Headers */ = {isa = PBXBuildFile; fileRef = CBE4A6D52BE474B01E12EC8C4E4D019D /* FBLPromise+Delay.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F75C507189DEFCF81FF4E230CFCFE137 /* rn-fetch-blob-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 976EBC26DA9461E86553E0F5A8335904 /* rn-fetch-blob-dummy.m */; }; + F76FA8AB88F47BE2D45B7F9D375A558C /* RCTKeyCommandsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DD5F620C6211D90BCC5E486747DF685C /* RCTKeyCommandsManager.m */; }; + F772B77E028A3706276522E10DF688AB /* MMBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 64DBC4A41C836D10CD2B65B9C83ADC3D /* MMBuffer.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; + F7930F9AEA9196F7DD08730ADC7CD13F /* React-RCTSettings-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 76FC4C7C13303A2A5E7748322DDC9D41 /* React-RCTSettings-dummy.m */; }; + F794F044C6382346A50372DFB580EA8C /* ConsumerBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 92CF0630022A5B5B486403B7FDC7C6DC /* ConsumerBase.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F79524743559619774C43F8E74E2982D /* Unicode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8F34077B6C1A1F970C869CFC459EF523 /* Unicode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + F79E8FF60A9C0C4141B4010E3EFCD8D1 /* Shell.h in Headers */ = {isa = PBXBuildFile; fileRef = 125AA0ADA13DC01DDB51D3A0C7D14423 /* Shell.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7DA8F02B7D644C6C622BA63C474EDBF /* RNNotificationCenter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CF2D326A2EDEAD99E537F120D48D52E /* RNNotificationCenter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7F4E03FC6E2D5C11B8A8AD26BF35604 /* SDImageLoadersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 346A4F1BCF46984D930243141F05CC10 /* SDImageLoadersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7F5DA933AAFFD1325DEBD7BB63FAAD5 /* SKBufferingPlugin+CPPInitialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D9156975AE29943EA8012F56E1C674A /* SKBufferingPlugin+CPPInitialization.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F825E1FA1D2EE630D835A0BBFB53F7A8 /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = B5145AB82B435755CFB504D6CCD436BB /* RCTSegmentedControl.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + F8456D58AED0B30E86187F7AAAC9A9A4 /* FIRCLSDataCollectionArbiter.h in Headers */ = {isa = PBXBuildFile; fileRef = FF0A2D2EDE293DF2F4DF68BF73363CA0 /* FIRCLSDataCollectionArbiter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F846CF98E462044359A0631D3F10AAE7 /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A43DC232EA3F0DC5265F6C2A19EE84 /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F866DBC83B1232744FA84B0EB1B33447 /* FBLPromise+Recover.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ADB839D8E97A5BA67A8085C35FB027F /* FBLPromise+Recover.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F86B37D7054D313E1FA7D1C275A7AC4A /* RCTNetworking.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9F70FDF82D212F1D200EF456792D5692 /* RCTNetworking.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + F882388AACD36DA621DCD893AA13CB11 /* enc_mips32.c in Sources */ = {isa = PBXBuildFile; fileRef = 8739F23BCE0DE12CAE398BA77984346D /* enc_mips32.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + F8892D39C609D2CF36B0BB8AF12A7E5A /* ExecutorWithPriority-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = 052DBC23C2595BD16CDE1D0F5FB2B8DE /* ExecutorWithPriority-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F8A18CD4C4AAAF3D84EE1059ACEB39F6 /* REACallFuncNode.m in Sources */ = {isa = PBXBuildFile; fileRef = FEE9FD9EC6B4DA492F585F226C7DBE06 /* REACallFuncNode.m */; }; + F8D330CDC93404A50EE610DBA2891A13 /* RCTCustomInputControllerTemp.m in Sources */ = {isa = PBXBuildFile; fileRef = E61F81072D2EC2A3897A476C2FE3B140 /* RCTCustomInputControllerTemp.m */; }; + F8EF09269AAB842ED4BC4D73D682A42C /* Select64.h in Headers */ = {isa = PBXBuildFile; fileRef = A0C2DEDBA5953545A170A141190DE222 /* Select64.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F8FD584D4B77C0896F15266F5D7C0D09 /* openssl_md5_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FDDD9B73E4C490FF760E0DCF300357C /* openssl_md5_locl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F9354085A78A02E78585F70FBA552E2A /* FLEXNetworkObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = C5F6A5C613EC06BE0F0D511B2CE61195 /* FLEXNetworkObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F93E47FA1B50C2C52F5BAAF1B6C91ABB /* UMLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BA3B522EB35FCD031C5ED3DEBD47378 /* UMLogManager.m */; }; + F9428AC97631ACFC9CBE565F6640561E /* JsArgumentHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = A66E896B99D56E490B797BB645211B80 /* JsArgumentHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F980409A9FD53572E22A4B23A43F3FD1 /* IPAddressV6.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2F84A0C9C70F211C99B5CD9A162FFC82 /* IPAddressV6.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + F983E59852E2D32C4A64A15F49AD1344 /* MethodCall.h in Headers */ = {isa = PBXBuildFile; fileRef = CEA9FC0296A93C019829B8D3F46A3F50 /* MethodCall.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F9938D98AD7A356B19576DECAB347044 /* RNFetchBlob.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AF07F39F0477B8C04A875E163CCD33D /* RNFetchBlob.m */; }; + F9B92F10AD11DB8E80FBF4CAA6EA0E55 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 901D1D6CE3AE56FDAAB87B622D2BF89C /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F9D03E83EF014085D5E0D859F37A42DF /* Padded.h in Headers */ = {isa = PBXBuildFile; fileRef = F8E0FE2BD94D21126C475F2C228156DF /* Padded.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F9DC9CB3BAB3963BD8C0D38E698176CE /* RCTCustomKeyboardViewControllerTemp.h in Headers */ = {isa = PBXBuildFile; fileRef = F914341F539FF126F01DE69CD8C8F006 /* RCTCustomKeyboardViewControllerTemp.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F9F2C514B5F410C5C47CCCD541D1BFEA /* RNPushKitEventHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 5ED164BAC32C89B4DF890E99E8DB7D15 /* RNPushKitEventHandler.m */; }; + FA0248012C7306E2054EB64F4504A081 /* webp_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = C47A5AF10ACCF72807570D084FB9BAEB /* webp_dec.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + FA25C6CA15033C044CCBED3A73A9113C /* IDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = AFCC013AE0D0676D7B767BD5EE8BCF46 /* IDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA4347EF4A800F16CE57D834D4859D8D /* CocoaAsyncSocket-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BAB4F64F36FA871EE139DF6F1BA1078 /* CocoaAsyncSocket-dummy.m */; }; + FA471FD4EE12D741156C47EDBA0385EE /* SafeAreaSpacerShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D4627F02FFDA1488744A51E94F2C230 /* SafeAreaSpacerShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA5160EAED96DF70CF183F8D65EF428B /* Singleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 0876696CAECA40DB9689E65FA1C02BBC /* Singleton.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA5447F5434B250306763DA1C71D117B /* Random.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FC7123926D93F9481C80494595FDE9E5 /* Random.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + FA6B1D7F0B2CA6C9EE1DA08F1720B037 /* SocketOptionMap.h in Headers */ = {isa = PBXBuildFile; fileRef = B4A52FB076CB98185EE0AC3D52201967 /* SocketOptionMap.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FA8982FEEC113AC796E6CA839EE29F02 /* RCTLocalAssetImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 69D9CB206CBDE61C70DA21F59CA0740D /* RCTLocalAssetImageLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FAA3B9E09D519A4F84B8C4255C5624BE /* FIRInstallations.m in Sources */ = {isa = PBXBuildFile; fileRef = 292D917D1E5BD18FF76CCBA142913329 /* FIRInstallations.m */; }; + FAB5846EED6BF5019291FB0D46EFEF1A /* RCTDiffClampAnimatedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 37BB25D6EB3783A18E7263072268DAD5 /* RCTDiffClampAnimatedNode.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + FAD85B51106C625D35D1232FF63201C7 /* WarmResumeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F2D058DCBCAD53329B5EAC16513ABF36 /* WarmResumeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FADB8F46B57E6B64EEBBBA7CE9548ED4 /* ThreadPoolExecutor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 51328D2109FF04C8F3FCC4CBEFB52BC5 /* ThreadPoolExecutor.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + FADFD5D0951BC37301ED841E689ECE7A /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 4ABFB4085DEA73E6C94D62F182080034 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FAE82C616EDD69D3473F10ADCC266F04 /* GDTCORStorageProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 42BF07A272BFF84B1F4116A62A58DEB9 /* GDTCORStorageProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB030E0B40723163A8A5CC37778237DB /* QBCheckmarkView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AD1873F1D03A2360CCC0DB15C1EDDF0 /* QBCheckmarkView.m */; }; + FB13683FEEC61CA6568704C5039EDC4F /* ARTShapeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 397B8181873BD84BE101F44B0ABE482F /* ARTShapeManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB14DC55F47F71DA3E21F211E1B9A797 /* FramedReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B41F89950BA0BD22A8B64CE892B75C6 /* FramedReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB159782175B039F0676803224BB815B /* RNDocumentPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BD6FEC5CB51E8431772F4DD4F998EE8 /* RNDocumentPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB15E26025B05A5740C1D84E482902ED /* RCTTurboModuleManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D8DA7502B9AE9F65D7D69BAEE603002 /* RCTTurboModuleManager.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FB220A41995F2E4052B0ECDF54E5B121 /* SDImageCodersManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B2BF8371001520ECBD5BAD785DC017E6 /* SDImageCodersManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FB24A19A33840EA04FA9D8FA75476A69 /* BugsnagSessionTrackingPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = E6EE4DCE09219C6BFA383C1871E29A44 /* BugsnagSessionTrackingPayload.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FBC1DE4DED3201D61E5A0BC445113987 /* FlipperRSocketResponder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6C392D25569701C088EFE7C7210B01A /* FlipperRSocketResponder.cpp */; settings = {COMPILER_FLAGS = "-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -Wall\n -std=c++14\n -Wno-global-constructors"; }; }; + FBDAB0051B41CB3679F6652DF3B0C558 /* AsyncPipe.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CB37F1C04948AED566E0316E87560298 /* AsyncPipe.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + FBECD87EB71D407DDA663FB0B1EAC488 /* BSGOutOfMemoryWatchdog.m in Sources */ = {isa = PBXBuildFile; fileRef = 566CD7825450A314A4F8663F9EABA050 /* BSGOutOfMemoryWatchdog.m */; }; + FC067CA8FD8157903539169928217A14 /* RCTScrollEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = A9038E942C21A394881C6D153B7B00AD /* RCTScrollEvent.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FC07B1636D14A8DBE8118B1D56FB3162 /* BugsnagMetaData.m in Sources */ = {isa = PBXBuildFile; fileRef = D72AB401160766D170EF9B5C4E291632 /* BugsnagMetaData.m */; }; + FC0B7D4762A96B7608B058287D28964E /* openssl_aes-armv4.S in Sources */ = {isa = PBXBuildFile; fileRef = B2740FDA0914AF404D49919706DCC445 /* openssl_aes-armv4.S */; }; + FC121FB81E4FAEB08B51C92C4D9B35BB /* ExecutorWithPriority.h in Headers */ = {isa = PBXBuildFile; fileRef = ED3D71A2765A5DC9AACBE81A76C03BBD /* ExecutorWithPriority.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC2BB2578CC8D0C7FE1F36707343ED73 /* picture_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = ABBE2AAD312F76A076E06905020AC172 /* picture_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; + FC3DD5BA299719F678DBA3620384A310 /* UMReactNativeAdapter-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A4F5CEDC18556C79A44F7EC84626B19 /* UMReactNativeAdapter-dummy.m */; }; + FC53E8ABBB26A660487194EC3A4BD2D0 /* RSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 420C2299A3D9F193072479F161BB46B4 /* RSocket.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + FC553389ABB0F4D6E5E06F53079E0C21 /* NSData+EXFileSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9D2CF990547919BF4C3DE9F66C898C /* NSData+EXFileSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC67D99DCACC5FE2683E8EABC305AD00 /* FIRInstallationsLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CEED376EB5C578A21754FB1C2DD8A2E /* FIRInstallationsLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC75E58F069B4DC5B32B4B9A729C99FA /* DiscriminatedPtrDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = B288711C3246A5204B7FC5A645101F0F /* DiscriminatedPtrDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC860918E0749AB204DFF627C64D3B47 /* UIImage+Extension.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A42BDEFE584E6BD564883D167001FAF /* UIImage+Extension.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC9A092C20C8A9FF8ACBB8BB6840C8E2 /* RCTAdditionAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A938720142367E9CD794ADE709F2B56 /* RCTAdditionAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCA247CA9A920CDD4D44AE37261AB4F9 /* OpenSSLUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A960098296ADA51D72F49A79A874F75 /* OpenSSLUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCA509131359848960A260B683D97D3A /* String.h in Headers */ = {isa = PBXBuildFile; fileRef = B13BB78CAE6B79D9856FECB62B8A9342 /* String.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FCAC6D186E7DC84A086AA65ACBBB9200 /* GroupVarint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1C284536777907302C2D69E0FE9DFAE6 /* GroupVarint.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; + FCBA97A4EECC7EC57E71D28CA7F20FCE /* RCTDeviceInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = F3A1A927154BAC3D2BA455FA84A0CA8C /* RCTDeviceInfo.mm */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + FCD3C2AB609587D4E904D030223D9024 /* RCTDisplayWeakRefreshable.m in Sources */ = {isa = PBXBuildFile; fileRef = E4C062D7EE08B60BE6930B158F9DD408 /* RCTDisplayWeakRefreshable.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + FCE5424262B148F050B1C09DCFF80DA3 /* FIRLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = E06B4784F7A3058EEA6E62C5028F2C2E /* FIRLogger.m */; }; + FD0A147A4D3DAF133959222EC62352A2 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = ACAD8C52175BF6415F69C69B4C01FC32 /* RCTParserUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; + FD0A1C2776D6125A29F9595352A30A4B /* WriteChainAsyncTransportWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 84A19277708679835A472301E2174AE8 /* WriteChainAsyncTransportWrapper.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD0AA929035E8769EAD3705B0E03B3E4 /* FlipperCppWrapperPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = E804F09F4B80F993C2E0B24526197242 /* FlipperCppWrapperPlugin.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD21DF81C6B29D9B1928FBA33A9703EF /* BSG_KSCrashType.c in Sources */ = {isa = PBXBuildFile; fileRef = 5DC4EE825AE83E4E1922C5BA56F4F3D0 /* BSG_KSCrashType.c */; }; + FD2A9A7BB71E48981452B2D223BEE348 /* JemallocHugePageAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A0F90A558FED00AB43E8DCD8BD78283 /* JemallocHugePageAllocator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD307CAE1E4E1D875C747E9EE74B381D /* FIRCLSSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 4751C8842DB12D9676EE1AE4FCD9D340 /* FIRCLSSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD3FE38EA7ED41179CA0B88ED2AF42D2 /* Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 22CE50FF234CDD024B7673DAAEB09167 /* Folly-dummy.m */; }; + FD42A399CC853EF89420C6A30A6DB318 /* FrameSerializer_v1_0.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A2729FB149C004BFC5F9A0BE463A22FF /* FrameSerializer_v1_0.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; FD5E9AC8D85FE7E67D43A5CFD71E4961 /* Pods-NotificationService-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F3B7EF7FEAE0F036B87223B377B7C14 /* Pods-NotificationService-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD67FD59CE7250FD3F339EBC41E5D134 /* SanitizeThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AC7F1208FE86D2472797CD8B747D0A6 /* SanitizeThread.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FDC95A6C3D99E1027B9B251B1035D32A /* Random.h in Headers */ = {isa = PBXBuildFile; fileRef = 17C555F6666FCC312A50B8FBD7DEB30F /* Random.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FDDAC17392681D18C72E502807E7A2CA /* MemoryIdler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF6CC845615D23DCA72B85DA957F4CAB /* MemoryIdler.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - FDDF25EB74BFB8878206959BC43F9877 /* RNFetchBlobConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 06591E4216F44D6C44D911A7EB5B966E /* RNFetchBlobConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FDE103C0D4C281D32E051328DA86EFBB /* ReactMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = EA6E0C87750A16E6F2150623561B7530 /* ReactMarker.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FDF5D29630E190EB4A8F06336AE4E850 /* Sha.m in Sources */ = {isa = PBXBuildFile; fileRef = 841CADF5FA4E9421E09B9A05742FDC2E /* Sha.m */; }; - FDFA4939AEFCAA031871BA6D9007634E /* EXAVObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CE2FCE6B1B56264A8BA16A67F1BB503 /* EXAVObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FDFC12EB4BA06979013835AA73E6C070 /* Asm.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B11B6C24904A33E4EB58112762B5B0D /* Asm.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE0D1790F7211B728CA6C5B1763E329F /* RNFBPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = B0D3E5D2B75C9C01EB99AC73C491C2B3 /* RNFBPreferences.m */; }; - FE1031E6595D84FDB9438C96248A0F55 /* BugsnagNotifier.m in Sources */ = {isa = PBXBuildFile; fileRef = E8173F20F0F3E1DC4B7B45B632E98A20 /* BugsnagNotifier.m */; }; - FE211241B8318FDD1EFD11B10E1B6934 /* Shared.h in Headers */ = {isa = PBXBuildFile; fileRef = 050CB502308A92E6727ACFACBBE55769 /* Shared.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE25661F5568114422708AF00D7C3D39 /* OpenSSLCertUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 940BF278EBB816A489D9AD7C037C5786 /* OpenSSLCertUtils.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - FE3AC3A57B6C681EF909652B5148A321 /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = BEAE15B76FF64308ACA8E6BD3F30AD2D /* RCTActivityIndicatorView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FE41D4DFD119DB8FA7F8E1C980C3CE2E /* ExecutorWithPriority-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = D1ED5345458EC227D9D66B3C78646948 /* ExecutorWithPriority-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE44AE35117AF251C68CFCEAC07410C7 /* BSG_KSCrashReportFilterCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = 123208942F42565C45949267CD0A5372 /* BSG_KSCrashReportFilterCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE45590DC6481B504D4976FCEE0B3AA1 /* UMViewManagerAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A7D0EADFF21C5E04688017C831681FB /* UMViewManagerAdapter.m */; }; - FE5BF938A012FE5C701B73C0CB07158B /* Checksum.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A99EBBBD3A21CB708090BC51C0628673 /* Checksum.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - FE7B4E1D5E7388F1736C4103660E9228 /* ErrorCode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E4459243848403E23E2341ED2F812366 /* ErrorCode.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - FE7FCA4261C5725FE10B32CEAF415F6A /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = F581D2C3B414DA04BBB6AB5187BBDB84 /* UIButton+WebCache.m */; }; - FE845E26E3C7B1F6A918AB11BB5E5090 /* BSG_KSCrashSentry_NSException.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EB26CD9AF8DFA2999CBB73692F8915E /* BSG_KSCrashSentry_NSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE98B3AE55D9BC60BDD7A4A42483DF1A /* LifoSem.h in Headers */ = {isa = PBXBuildFile; fileRef = 19DEADAD5C3CD8998D13020DE20E31F0 /* LifoSem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FEA6F074C87A6068605A681339E9C13F /* RSocketServer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F3D8590CC614B900A23615CD7BD86DC /* RSocketServer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FEB6980FE2B1B64D59712790DE1C2EF7 /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7949CDE403E5AE72554B5DD2ABAC0130 /* RCTScrollContentView.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation"; }; }; - FED1DC7852AE8B3FB92B53E1B4C00DCC /* FIRCLSSymbolResolver.h in Headers */ = {isa = PBXBuildFile; fileRef = 355226761119387B84545E25A09880E8 /* FIRCLSSymbolResolver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF05F03ADE9E4E3A94989F8350DA1841 /* FlipperRSocketResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = A5D37FD2C4930C2FE920132BF2D33C3F /* FlipperRSocketResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF0B5F9F47DCF540B172C73606A9EF8D /* BSG_KSSystemInfoC.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E2133FA95032CD7B0E5BCA5071A6D7A /* BSG_KSSystemInfoC.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FF12BD4E5EAB1382E5AC3D269C0184A5 /* vlog_is_on.cc in Sources */ = {isa = PBXBuildFile; fileRef = E0F1DEA3B6CFDE2C18084499770C9E5D /* vlog_is_on.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - FF4BE5817399602319491EBE094444E0 /* RNDateTimePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = E8FC0EA664B4E939DAE83DED0FF7BB7C /* RNDateTimePicker.m */; }; - FF6D9742A09C00E20ECE991FF200BC93 /* BaselinesTcp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 63A21352FB7EA129C507C697502BE4F7 /* BaselinesTcp.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - FF80291ACE5B17DB20CC2BF21467F02A /* BSG_KSBacktrace_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A75DF4EBFA48E9A6FC13A39C413ED34 /* BSG_KSBacktrace_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FFAFF32F3AF6A81B86EA2667EC257F6F /* YogaKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 48755D89C6D6CEDC135F6A0F9BE24694 /* YogaKit-dummy.m */; }; - FFCBE957195ED9E241ED07DBA1D71E1D /* ThreadWheelTimekeeper.h in Headers */ = {isa = PBXBuildFile; fileRef = C31DEF34BC7D6189C5FF84BC773E358C /* ThreadWheelTimekeeper.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FFE88A730079925762CB9A1910E47588 /* BSG_KSSystemInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 449FAA1C98EF7C65560CA61E42FC445E /* BSG_KSSystemInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FFEA5E798D161F2C29569DB0CAC458EA /* RNFBVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 494E1559B9B80559EE17DCA06D74B026 /* RNFBVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FFFF393BD210BE95BF5547B8A85AEC24 /* ShutdownSocketSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 551AC2066522348A8ACB0F01B5A29BDB /* ShutdownSocketSet.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FDAB49B0E6A18F0CB82A386B8EDDAC9B /* Stdlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 66213C6A99D2085765AE01D5A02E58B0 /* Stdlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FDDF25EB74BFB8878206959BC43F9877 /* RNFetchBlobConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 210E4FF824FC4CB01B2165DF81E94177 /* RNFetchBlobConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FDEE445C5A93166BC98758FA448C4FF1 /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BA387EA97F001C16AAEBB8058CEC51E /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FDF5D29630E190EB4A8F06336AE4E850 /* Sha.m in Sources */ = {isa = PBXBuildFile; fileRef = 55FB37F67E1FC26BBDFC263F5203019D /* Sha.m */; }; + FDFA4939AEFCAA031871BA6D9007634E /* EXAVObject.h in Headers */ = {isa = PBXBuildFile; fileRef = E2BD337A1F1486F43937A819967B759D /* EXAVObject.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FDFF9DE163669489BBD11E7E90784DC2 /* FlipperResponder.h in Headers */ = {isa = PBXBuildFile; fileRef = 356316D7DD3E39D91E9FF0EF40AFE4EE /* FlipperResponder.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE0F8CB490ADF00A3709CD33F21E722E /* vlog_is_on.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E36B65BFA4D2504ADD2C4D6A1EE9025 /* vlog_is_on.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE1031E6595D84FDB9438C96248A0F55 /* BugsnagNotifier.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A95492B8C3933CEDE3DEFAEF70CAA15 /* BugsnagNotifier.m */; }; + FE211241B8318FDD1EFD11B10E1B6934 /* Shared.h in Headers */ = {isa = PBXBuildFile; fileRef = 7143D84619784393D94401910DE2F013 /* Shared.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE406AA0EA2513C90E5FCCDD62A9AFDF /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D4C1EA1AE5C235C9FB9D58E60873F53A /* YGStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + FE44AE35117AF251C68CFCEAC07410C7 /* BSG_KSCrashReportFilterCompletion.h in Headers */ = {isa = PBXBuildFile; fileRef = D6ADF21D38F4E333131A8B2A13D114AA /* BSG_KSCrashReportFilterCompletion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE44B8AAB401A5C031646236D89E6797 /* FIRCLSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = C5B7AAFA713729F9C5BB9A62BE4646F7 /* FIRCLSLogger.m */; }; + FE45590DC6481B504D4976FCEE0B3AA1 /* UMViewManagerAdapter.m in Sources */ = {isa = PBXBuildFile; fileRef = 851FD11D01303434055928A2C8B543BE /* UMViewManagerAdapter.m */; }; + FE753DF501D80F03C97FFB4078745BB5 /* FIRCLSConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 19237521580DB582429BC6C098BD1737 /* FIRCLSConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE845E26E3C7B1F6A918AB11BB5E5090 /* BSG_KSCrashSentry_NSException.h in Headers */ = {isa = PBXBuildFile; fileRef = D863CA2289FE559ACB8F6A30898C59D6 /* BSG_KSCrashSentry_NSException.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF0A6A3D58F40B994C9EEA3DB1DBDE5C /* RCTImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 215DC5669A118BD23F7AAF84BC5E0D4B /* RCTImageUtils.m */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness"; }; }; + FF0B5F9F47DCF540B172C73606A9EF8D /* BSG_KSSystemInfoC.h in Headers */ = {isa = PBXBuildFile; fileRef = C01297A562DADA66A729788E8119C377 /* BSG_KSSystemInfoC.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF3BDF06B645C8B3321026DF41BBFBDA /* Instructions.h in Headers */ = {isa = PBXBuildFile; fileRef = C138B322F2D4E5452FBBA7A7084C7E87 /* Instructions.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF4BE5817399602319491EBE094444E0 /* RNDateTimePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CC0B0AE9E01979C233E42CDAC57458C /* RNDateTimePicker.m */; }; + FF514FE8ECCBCF17FDCF4B8D6F717095 /* StaticSingletonManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 09593B49C3807C670A36FAA809CC9F1F /* StaticSingletonManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FF80291ACE5B17DB20CC2BF21467F02A /* BSG_KSBacktrace_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6C601FB3100A475935F51AF49B4DE1 /* BSG_KSBacktrace_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FFB71CCC18923C59B7F55A5C36301AE4 /* UMSingletonModule.m in Sources */ = {isa = PBXBuildFile; fileRef = B57C8724F1C80F962A97684600EB44A5 /* UMSingletonModule.m */; }; + FFBC7307270A30CAD03653192FA90B71 /* FrameFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = A6746951849D20BDFD53DDB77767315D /* FrameFlags.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FFE88A730079925762CB9A1910E47588 /* BSG_KSSystemInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = BD7302FAB4F4009164CF7FAEDA33F437 /* BSG_KSSystemInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 007DC3E702E4F7F0FF7280F82EA59F64 /* PBXContainerItemProxy */ = { + 004AB8A2C06C4C12801542254C6CEDB9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; }; - 00A5D20C37048CD5219C21AF58390C81 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; - remoteInfo = "react-native-jitsi-meet"; - }; - 00B049A02D4B37A7B3ACF22454568BE9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 0160DA3C2585D03B20B3BB88B053CF44 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - 0262B8FB49F0D7FD4736914AEEBA033D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; - remoteInfo = CocoaAsyncSocket; - }; - 0326B9D8018E9F215F5594016C0E5D35 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4A95B7CD1D5F80C5E8CD9CDA00D41F70; - remoteInfo = EXVideoThumbnails; - }; - 03FCCA415F081A531FE9731A50F92C51 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; - }; - 040723DC8417ABB12508E03C99CD8602 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 0466A3211967531C5D5C351A3D44158C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; - remoteInfo = UMImageLoaderInterface; - }; - 04712305F4497ABA437DA4382EB20BF7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; - remoteInfo = RNBootSplash; - }; - 04A1D91539C782D8A78D6D761AE30E70 /* PBXContainerItemProxy */ = { + 014DCA5C2300804E63CCA8A94354DF74 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 0520EDF472FEF24C4F0DC2B40EA302C8 /* PBXContainerItemProxy */ = { + 03B7AFF21F8345C0654178D8ACC2829F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; - remoteInfo = "react-native-document-picker"; + remoteGlobalIDString = 3ED96FB9FE1D18D5F1239C60A109F98C; + remoteInfo = "react-native-restart"; }; - 0538F85B716AEAA2CEFE222FA7925729 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; - }; - 062EBB7E8A882EDFA7A0231E62F1FD61 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 869CED37B4B77AAE35DF8B6E70788BBC; - remoteInfo = EXLocalAuthentication; - }; - 0690660CEBCEF3C21624AE02AD18AB15 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - 07BC5656EDFB5696C3DB6271F172706C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 088FDE6298E9D4EC74AA9D9F95BFDC8D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; - remoteInfo = EXHaptics; - }; - 0954C0DD1C337B08D0CF0A1D39794F27 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 098640CA4429CDF9AA39F44F97D923FF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 0A185A6617DF011A4D8D81C102F2FB59 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; - }; - 0A1DBBFD543070C46FD4D239A9FAE7DF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; - remoteInfo = SDWebImageWebPCoder; - }; - 0B3B118F56BDEFF2DD4769C4EDBB868A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AD4F40E67E1874A0816F6B34289EB41; - remoteInfo = UMFaceDetectorInterface; - }; - 0B720DF566D6BA366BDF349894E84FA3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; - remoteInfo = RNFBApp; - }; - 0C0D35BBAB725CF5010721797BA40A61 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; - remoteInfo = "react-native-orientation-locker"; - }; - 0C46C821BC882F25612524A8D91DD5D1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; - }; - 0C954DAEC366D0D941CABFA9D7D0EB88 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 0CE297A5A45CE63E0FAA60F310D03AA0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC577C5CB1DC59A7464ECEF266A75B42; - remoteInfo = "react-native-netinfo"; - }; - 0D91B848D12BD345DAEB6E753A9518E6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 0E7C3F093C453C482F0726BF35E3B445 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; - remoteInfo = ReactNativeART; - }; - 0EE67EEAACDCF5F1D74344E32C2666CF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; - }; - 0F2B9085FC52A5CE780C7D2AE762ED59 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; - remoteInfo = RNFastImage; - }; - 0F5D334A0B78B8ADC5FB0E1B93843FC4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; - remoteInfo = "React-RCTBlob"; - }; - 10295303A9F4B8DB0B133A4F44B78613 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 11BBBD654F22B7882D6E5DE20528D3FB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; - remoteInfo = CocoaLibEvent; - }; - 11CF7F1CB3DBA629FE2629964D9C1804 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 11D2060A29E2AA90A56B4435C465499E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C452F579644C83E8D8E36EC24A9BBD46; - remoteInfo = UMAppLoader; - }; - 11D28D7DC177C37540B5335524A24713 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; - }; - 127E6A66068ED1FD8A87D0A9C60E56CE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; - remoteInfo = "react-native-webview"; - }; - 131CDFB55544908BA01512436EFF8FDA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 136A548AB533D1943A366BF48CF3A423 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; - }; - 13DC0EE491A2ACD72A95AFB5DFCCB318 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; - remoteInfo = RNBootSplash; - }; - 13F889D0614041A314015612FA010B73 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 1466904D3A15A793B057430C51C08B8B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; - remoteInfo = "rn-extensions-share"; - }; - 146D54D131C32ED840276480B26F1CC6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; - }; - 157097021CAFDC4A152E7194178887F2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; - }; - 16B44B69BB99DB2B8330E6AA733FF4FC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; - }; - 16BB386D1EF4B2977FDE4976418E94F9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; - }; - 17A52407367CCD2C179D50780AAC65FB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - 17D0D3F32A2C4C1BBFEB26A884B258C7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 183C6F71677884CF2F27CAFE3896288D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 214E42634D1E187D876346D36184B655; - remoteInfo = RNScreens; - }; - 1856CCFF67643B85273B973968F3A10E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = ADC4ACC657481AD27F9936D08FF7F49A; - remoteInfo = "react-native-cookies"; - }; - 1988F37D8054FF57C9309D5B428418D2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; - remoteInfo = "react-native-slider"; - }; - 1A475E48B2B266AD5EFC8C3635CBBEF6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; - remoteInfo = UMFileSystemInterface; - }; - 1AFC2776EF21E0575127662E93FBC5DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; - remoteInfo = RNFBApp; - }; - 1B0D0C80BED4D6AF86F3CE5EE4CA2F34 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BD9A27D8398DEB3205D3F8937B0672A0; - remoteInfo = "react-native-safe-area-context"; - }; - 1B0E091849C7F031DBCD7D7E7C5F64BD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 037A1F31C4D99F52EC9FD2008FEC481C; - remoteInfo = ReactNativeUiLib; - }; - 1B3943ACF43954AE112248BBA19D1E7F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; - remoteInfo = EXWebBrowser; - }; - 1D12EEB268092F25FFCCFCB1AEB96655 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; - remoteInfo = "React-RCTSettings"; - }; - 1D29E0912C1DA444A94FC6DD12B93E54 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; - remoteInfo = "react-native-cameraroll"; - }; - 1E17F687B7BCD80C52936E88BBA31E0E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - 1E2263747D1290B4BB9A9D5A328675D8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; - remoteInfo = RNVectorIcons; - }; - 1E2460C2B29E21BBBCAD0F31771D1999 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; - remoteInfo = "React-RCTActionSheet"; - }; - 1E3009638DEE4F80BD1CAEECAC40BE03 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6D979AB5FDA2E858850D9903776A30B3; - remoteInfo = "RNImageCropPicker-QBImagePicker"; - }; - 1E6041220D74FD2D72025251BA61892E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; - remoteInfo = UMFileSystemInterface; - }; - 1ED473D7DF0A505D88637AC647123C77 /* PBXContainerItemProxy */ = { + 0487329FEB5DDFD9F69B737703995AE9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; - 1EE3A99CCB5E530A6EB7ED97B63622E9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 214E42634D1E187D876346D36184B655; - remoteInfo = RNScreens; - }; - 1F740F1D51F3B3B4B8C133C192C860B4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; - }; - 1F9FBB428FF7AAC30ACE35B16880F8CB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; - 201DD08735905747248CB7768714E004 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; - remoteInfo = GoogleDataTransportCCTSupport; - }; - 201F51803C5A4DB75D21F1E03493E26F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 2104B934E7FAAF9633FCB8442A4FB9A9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - 21D48A5B6F27BEFCB9B68A40951F4EBB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; - remoteInfo = EXPermissions; - }; - 21F7B89F1503D471A48AB845C3A40147 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 32CA4CBD6B28983076BD93DA221AD027; - remoteInfo = YogaKit; - }; - 2254EE04ADFDD8F95F091C2DD755D7D8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; - 22B4C1D3B5411AEF50743A577471650B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 22EDB4A52EE5DEEFA892B7098A67354D /* PBXContainerItemProxy */ = { + 0499FAD0AD4BE55E72E0985D5EC9D584 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 0D82774D2A533D3FFAE27CAB4A6E9CB2; remoteInfo = RNImageCropPicker; }; - 22FDB0BC29C36D27FB1655D8B5E311E1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - 2372042EEE4058587C642D42DF10CF6A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812; - remoteInfo = RNConfigReader; - }; - 24A75DD65B7EA38270B4368939B203FC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; - }; - 24BA46788E7FF19D909F5E98DD7022F2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC577C5CB1DC59A7464ECEF266A75B42; - remoteInfo = "react-native-netinfo"; - }; - 24BDD5BB5BEDC1DE01B03364BA44C749 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; - remoteInfo = ReactNativeART; - }; - 264BE625FE0D956EB7473D657DD4C378 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F3966F664F3CFAEFAB57C40FB54D3788; - remoteInfo = TOCropViewController; - }; - 265D0F8404C7D102EB7F3FC5D19A2BD6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - 27209ED90059BFD7C4A8030B1688E10D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; - }; - 2743436D34C0F000547C15A51151A007 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - 275A8C1C95DC96353DA8C723456B173A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - 2799808EE5A360DFAAD0DD5C904A7C53 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EEBB8D24F2B3531A5C5DAA668D02331F; - remoteInfo = "react-native-blur"; - }; - 27D9E72C797354C3CC729E5A48FF6242 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; - remoteInfo = JitsiMeetSDK; - }; - 28DFE2B3BAF29104AE784BE84EB51B7D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; - 28FAF899761EE9CE3010B5E1E8EF5618 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; - remoteInfo = RNLocalize; - }; - 29D8BAB9D0D532AD9393A2DB62C04325 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; - remoteInfo = "react-native-appearance"; - }; - 2A2ACFC9F69EE33FD4AC3BAAB2BBDE42 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; - remoteInfo = MMKVCore; - }; - 2A89C2474A034630F120565582058064 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - 2B80EEE13DC136A141BB453C3F313F0C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 2BBBA5D7E8A0090D82C916892C67EC37 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; - remoteInfo = MMKVCore; - }; - 2C9673377C9170CAF416CCD5020311A0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; - }; - 2D40A7BF6FAA66BD8BE92BDFF86BF391 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 2DD5C7FF64576EF2C732ACEF50601F8D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0CF4D9052577C85B6B8C4E957332626B; - remoteInfo = EXKeepAwake; - }; - 2E008EC8B30865824DAB02763FC7D243 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; - 2E1E4019C7A2A6FB8CD1063E547FE5E2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; - remoteInfo = CocoaAsyncSocket; - }; - 2EC168631003776B62352511A9723578 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; - remoteInfo = FBLazyVector; - }; - 2F992260CAE24D5386FEC3669D9FDF06 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; - remoteInfo = UMConstantsInterface; - }; - 30FB212833A19CEE0EB020B9487C80AB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; - remoteInfo = "Flipper-Glog"; - }; - 310B228CB66815AA2F6995D44C8777CC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; - remoteInfo = EXAV; - }; - 311BB8843C04EDB7DFC83902F1C8836D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; - remoteInfo = "Flipper-RSocket"; - }; - 317125772BA0762A97CE1DF401ADF86C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; - remoteInfo = RNRootView; - }; - 319D5E5FE878DF54DC11C17CE53564BC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; - remoteInfo = UMFileSystemInterface; - }; - 31C331F17B7A5259ECDE83BAB641E4FD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; - remoteInfo = "Flipper-PeerTalk"; - }; - 32CB1ED2689AB493169712BA6E5990B4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BDD119F8782FABE2707D3D913EC3EDE5; - remoteInfo = RNFBAnalytics; - }; - 33A1C928F331FE7FBFF95B1132C6EEC8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; - remoteInfo = MMKV; - }; - 33F0AF947B4D5295DA40ECFBF14620F0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 3548F9A1E570A23CEEE92686A9AB8567 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; - }; - 35EC0E10363708EB6290BB873AA34A96 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; - remoteInfo = FirebaseCrashlytics; - }; - 362267F917B19ED5F0548CE7AB3F7E14 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; - remoteInfo = KeyCommands; - }; - 362B6EBB0482B462DDBF3917CD474FB5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; - remoteInfo = GoogleDataTransportCCTSupport; - }; - 3722C61766D85A7191C152AA9E83C297 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 37B72BD1B1D222BBBC8F80790CF9E329 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; - remoteInfo = UMPermissionsInterface; - }; - 38675A5EAC80865686E17DF9E6B6AC1D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 38AEDE2A4924E4C4E87D9F0BC8186B27 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EEBB8D24F2B3531A5C5DAA668D02331F; - remoteInfo = "react-native-blur"; - }; - 395A38E81B997F9FC3206E4BFC774A9D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0CF4D9052577C85B6B8C4E957332626B; - remoteInfo = EXKeepAwake; - }; - 3BEFB066B58AB0A3C0C2195697D27C2B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - 3BFCCB18B356EAF8020BE7AFE9B06380 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; - remoteInfo = "Flipper-RSocket"; - }; - 3C0BF7334932A9D9C2D46DC019BCD85D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 3CAE63C423F63A4AC3FFBC109FC38A7B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; - }; - 3D06D2E6592EAA078322621800B4713A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; - remoteInfo = RNFastImage; - }; - 3D67A1538BCF20AD3D05DC14B23E7870 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; - }; - 3ED25265F97A8C85FBC438E0DD647DDD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BD9A27D8398DEB3205D3F8937B0672A0; - remoteInfo = "react-native-safe-area-context"; - }; - 3EEE1AB5055E738FF5A63CA3BBE3B018 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; - remoteInfo = RNDateTimePicker; - }; - 3F0F17FE5974DFEAC5C82A4F8F1401F7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; - remoteInfo = "react-native-jitsi-meet"; - }; - 3F88CCF0198B488A055CAD119422D4BD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; - }; - 3FE558A16721166C149E2A974797FA5D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C452F579644C83E8D8E36EC24A9BBD46; - remoteInfo = UMAppLoader; - }; - 40A8413E803E1F5189D33A4C5DFE03D3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 40B9F932204DE2B68BD121C2B6423E99 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0A915EE9D35CA5636731F8763E774951; - remoteInfo = UMCameraInterface; - }; - 40D668DCA8D7533C80FE995A0A237105 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 42C98CD8BAF151B6D4C376E1EB0976ED /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; - }; - 42D8E6739E5E4A41D0A7BD59AFDA61F1 /* PBXContainerItemProxy */ = { + 050CCF8AC49E5099802F81A00BE6CE06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; remoteInfo = FBReactNativeSpec; }; - 431604540844605A5C885A2EA2576945 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; - remoteInfo = RNVectorIcons; - }; - 43519ACC7C6AF2D1119CF6710BB4B2CC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 43527ACBA5A1CB3074F809740AD1493C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; - remoteInfo = JitsiMeetSDK; - }; - 4358C83AE1B2271D9F66397DDCD558CF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - 435E957229BC36632BF6F80594B976C6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - 436D3BDA71B2675C7697124103B57B55 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; - remoteInfo = EXHaptics; - }; - 4380834B2B845CCC049557B2F95A92CE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; - }; - 442674B9409BC04221D6130E5B61D2FD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 44D989E9FB01CC7FD4DFA24CAC43CF69 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; - remoteInfo = "OpenSSL-Universal"; - }; - 45060E5514768BCB81495EADC53FE3A0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; - remoteInfo = libwebp; - }; - 4679DA885854EB7CCC10DF993B7BDB3E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; - remoteInfo = UMConstantsInterface; - }; - 46F77012BED21E317F21B6B69FA6FB4C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - 4794CC8F28B9B402F7108CE638A75C1F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; - remoteInfo = FBLazyVector; - }; - 47996F0E198C9D166C37A79E67579F08 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; - remoteInfo = "React-callinvoker"; - }; - 479A701012802B9B3310CD719E16950D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 214E42634D1E187D876346D36184B655; - remoteInfo = RNScreens; - }; - 483F827055C9B02FCBF809D165D7E43C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F3966F664F3CFAEFAB57C40FB54D3788; - remoteInfo = TOCropViewController; - }; - 48DC78F95974212A092DAFB6FB5189AE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; - remoteInfo = "react-native-slider"; - }; - 4B3F1263BF7E3E9BCE571B401A178916 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; - remoteInfo = EXImageLoader; - }; - 4BFA76E4B606E3BB5C5A2A298A9E0E3C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; - remoteInfo = FirebaseCrashlytics; - }; - 4BFB8BD1D37F7628FF30F91B6744A4DB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; - remoteInfo = "React-RCTVibration"; - }; - 4C51EB93983BD939A84DC86410D3E085 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; - }; - 4CE793ED68F32D74744E9DC3367E090F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 4D4637283648E87A483B25AAF0689F88 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; - remoteInfo = RNCAsyncStorage; - }; - 4D50D40E701648348567EE7FF6C047FA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; - }; - 4DECBDE8D6EFAA31C897FFD942913CE4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; - remoteInfo = "react-native-background-timer"; - }; - 4E4948861F1BB3352397DEA2E76B0BC2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F3966F664F3CFAEFAB57C40FB54D3788; - remoteInfo = TOCropViewController; - }; - 4E820DBE304800D72F67EA1D3F00ACCA /* PBXContainerItemProxy */ = { + 057FBB4D5848A86D536F064103C52149 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; remoteInfo = "React-cxxreact"; }; - 4EC3071A8D66159E2C907AA8C919F24C /* PBXContainerItemProxy */ = { + 059245BD6657E0FFC8585FA34488255A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; - remoteInfo = "React-RCTLinking"; + remoteGlobalIDString = E3573FB7AF659C42B699003C73722241; + remoteInfo = RNFBCrashlytics; }; - 4F299557E76E9FE7C5123C76C214CB77 /* PBXContainerItemProxy */ = { + 06C240B55E5570801D269E68CB530ACF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; + remoteGlobalIDString = E3573FB7AF659C42B699003C73722241; + remoteInfo = RNFBCrashlytics; }; - 4FD92BFC6873F59799E8FE65BB378A58 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; - remoteInfo = Flipper; - }; - 5087F335CF8532D7F813B577FF570991 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4A95B7CD1D5F80C5E8CD9CDA00D41F70; - remoteInfo = EXVideoThumbnails; - }; - 50888A4E2B463AD5589651795D2588C5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 74DAFD196634D10887C9A4E7BA19A5E4; - remoteInfo = "react-native-mmkv-storage"; - }; - 5092391677BE1ED19608A1865CFEB085 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 50A0661B014177E87DB9AE93AC5874F8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 5171C572B4544333B0C6611826A21614 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; - 51D8866754BE86FAB960F426F286C8D8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 037A1F31C4D99F52EC9FD2008FEC481C; - remoteInfo = ReactNativeUiLib; - }; - 520ECDEA4F26131598A61AE458C33C9A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 64F427905796B33B78A704063422979D; - remoteInfo = "rn-fetch-blob"; - }; - 5303EEE737D4EED267D5D86C48E6EB2C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; - }; - 54005A383CCD7E38EF5FEBE78A0D32B1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; - }; - 5474C4DA3F7538AE5BC585A393B3FBDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 868B90C74770285449C60DBA82181479; - remoteInfo = EXFileSystem; - }; - 5497CB46D57956BDC96C0FD40C477F1E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; - 54CBA71E32155B190CC0CFEAC6D1DEC4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; - remoteInfo = RNVectorIcons; - }; - 54DFE6074AF2853EC76C1F6791092404 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; - }; - 54E913F6DC73EF3DC7A1E96E1959F60F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 49821C2B9E764AEDF2B35DFE9AA7022F; - remoteInfo = UMBarCodeScannerInterface; - }; - 553FAE41ECA4C383ACCFC30700057B41 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; - remoteInfo = "react-native-background-timer"; - }; - 55FA7E0DCD1B0E0670BE4C6EA53A802A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812; - remoteInfo = RNConfigReader; - }; - 561212C3DFF5F7FDE32C3ADA0D23BDDF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; - }; - 569AAC17C5C5ECACFCEDC3951533BA7C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 56ABDD4855706FA61CC9F5B679ED1C46 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 56AD0AF38C4415DBD0E2016D70E0DCD5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; - 56E8135EABE795692A3C55AC3EA9E9A8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - 586B77B6DAA25EB55BA547E26BD0FFD1 /* PBXContainerItemProxy */ = { + 070B503716FB3674890D0D3703BC3ABB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2038C6F97563AAD6162C284B3EDD5B3B; remoteInfo = UMSensorsInterface; }; - 592538A7478181A905DF7AECBE455DA1 /* PBXContainerItemProxy */ = { + 07A880638C486AC89EC28918501D09FD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; }; - 5A1F984BD30663EFBFD83CA40B0CDDBE /* PBXContainerItemProxy */ = { + 07F3862FC0C392885FA735C500986CD1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2038C6F97563AAD6162C284B3EDD5B3B; + remoteInfo = UMSensorsInterface; + }; + 0846CCC3525D02602FE0DBD814232EE3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC577C5CB1DC59A7464ECEF266A75B42; + remoteInfo = "react-native-netinfo"; + }; + 0866138EC1AA61E5D5A720EEF037E1E7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; + remoteInfo = EXWebBrowser; + }; + 088E6FEBB8CD1A4606682A2443CE4D74 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 08A7606605C650B0870F20ADD5F6FA4A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; + }; + 08A83E53265D712D11EF7DB907338D51 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0D82774D2A533D3FFAE27CAB4A6E9CB2; + remoteInfo = RNImageCropPicker; + }; + 08C8C76FAC63D0244E2517FC1E1C1923 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; + remoteInfo = UMFileSystemInterface; + }; + 097697E6ACEAFD36D2D896E53B509ACA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 868B90C74770285449C60DBA82181479; + remoteInfo = EXFileSystem; + }; + 0A14A5E94B8535EB1D3FCB0922873A31 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; + remoteInfo = KeyCommands; + }; + 0A59FBC1BA1D4D4C2D0A7B560EFCFDA7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; + remoteInfo = BugsnagReactNative; + }; + 0A7B79EF22E33D1D0EF5ADCE3B67F309 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 0A8667979D7484BC2AB31F698E24FBAA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; + 0AB69CBB228D482320A1FB2AED3AE9CA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + 0ADF5AA8C175B535BD306D3CA0282211 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; + remoteInfo = UMPermissionsInterface; + }; + 0B0914647866FF2AC5DED83087A1C006 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; + remoteInfo = UMPermissionsInterface; + }; + 0B2D86A663FEBAAE08E336A3B73D6306 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; + }; + 0B6FC74BB09C5DF41BC2FEE296DCDC12 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 0B8D9E81A96E592DD9D7830155EC85A1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; + }; + 0BA21C2016A683FD28E4FE77D85FE57A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; + }; + 0D7EE592EBC003093EA7BC70279C8524 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; + remoteInfo = UMFileSystemInterface; + }; + 0E385F17ED3C3C9175EB1E2DB5F334B1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 0FD939C82559F7254C5A929B1DD360B2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; + remoteInfo = RNBootSplash; + }; + 10001AD85D5FCCFE98B284E3048F3290 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; + remoteInfo = RNFBApp; + }; + 10F57E7F3D056180DACB1E7F62E7918A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 1269D7C0BCB25B42D2E6D08685E976D5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 126DE18E5755159AA42123CF7D147643 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; + }; + 1279A15FD63B8130FFD93DA35EAEDED0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; + remoteInfo = "OpenSSL-Universal"; + }; + 1282777F317E657E4142702C02CC6285 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 12CEFCC50C593D5F738DF51DF72673E5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D985A509BFE270C95EDCBE6B4CBAF189; + remoteInfo = "react-native-simple-crypto"; + }; + 1308A310465C460DAE0E4EA5D036009A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F3966F664F3CFAEFAB57C40FB54D3788; + remoteInfo = TOCropViewController; + }; + 134B4CA777A3D4DA878EDBECA99BAD43 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; + }; + 13EB0FB8ECA9CFD2387819FB667A3655 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 869CED37B4B77AAE35DF8B6E70788BBC; + remoteInfo = EXLocalAuthentication; + }; + 14B7F0F380CF51CD43985A4764799925 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; + }; + 14E7D9626314B93AD4BD2B9E86D8DBA6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; + remoteInfo = "Flipper-Glog"; + }; + 16B64CB6E91DA9B636F658C1D787F26F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + 17BA2974AD109A8F8E3FBF600B309FAA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 17C78D855710F87B1FCE603D7DB3E2B9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 32CA4CBD6B28983076BD93DA221AD027; + remoteInfo = YogaKit; + }; + 17F0A7EE1029AE90189FB00080B1418D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 014495932E402CA67C37681988047CA2; remoteInfo = UMFontInterface; }; - 5A8934AE2D9AE1268D9D57FAF41B1D54 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 32CA4CBD6B28983076BD93DA221AD027; - remoteInfo = YogaKit; - }; - 5ACB55A0CE36DD317AE7BB3D6581EA1B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; - remoteInfo = CocoaLibEvent; - }; - 5B242C6C45303C8CB9EE911BE27BF7C6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - 5BAC30F8AFA28C78FDDB0319BD18F70F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; - remoteInfo = "react-native-webview"; - }; - 5BBE151EE28DDF5A67B831DD31E9705D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - 5BCF9317BBECFBAB713FC6ED87C40E2C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; - remoteInfo = "Flipper-DoubleConversion"; - }; - 5BE4B78DEF1F73561061A828A52B434D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; - }; - 5BFA138783A94DB58CCA336C8FAE8AE0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 5C0DD83DA84BEAE31CEE3ED30948FF99 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 49821C2B9E764AEDF2B35DFE9AA7022F; - remoteInfo = UMBarCodeScannerInterface; - }; - 5C2DE98B7D4AE0EFDB39EDAB83AC2290 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0D82774D2A533D3FFAE27CAB4A6E9CB2; - remoteInfo = RNImageCropPicker; - }; - 5E0FC26AD84AEB8E6165F1716557DA0A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 5E38A0528431D9F2DF5229084B28D138 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 5E3A78499BF7A2DEF37E2E1AD2A17DFF /* PBXContainerItemProxy */ = { + 1852E92C87133895D15E05D63DB38B30 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - 5E4B107180A96F720029B67466614C73 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; - remoteInfo = Flipper; - }; - 5E61B6915B6A5740BE0981E63D82E2AF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 5EA1835EBA3058B930DF9B795EB23794 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BD9A27D8398DEB3205D3F8937B0672A0; - remoteInfo = "react-native-safe-area-context"; - }; - 60A8B6906BCED200C0A426EE3835F55C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; - remoteInfo = "react-native-appearance"; - }; - 60C607E803470031A310DD8140133158 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 613B408C5A8E00384EBD0647B4023CC6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; - remoteInfo = "react-native-notifications"; - }; - 615A3B6CA3237567F0CB0670BC245DEA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 62364109A45EFA6767A0270E0DB94167 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; - }; - 625C0F06E0F96E18B18A74BA1EB3C658 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 62A9D97AFFC20ACDB05971BD2B946822 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; - remoteInfo = "Flipper-RSocket"; - }; - 63D90FBE157B8FC4CB760765E793C0CE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; - }; - 64059642265C60941B10799D3EC28CDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 64F427905796B33B78A704063422979D; - remoteInfo = "rn-fetch-blob"; - }; - 64377BC0C6561C8CC7E04E40C08C0917 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 868B90C74770285449C60DBA82181479; - remoteInfo = EXFileSystem; - }; - 64AB077C62DF74CCC7035B57DCFDB419 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 49821C2B9E764AEDF2B35DFE9AA7022F; - remoteInfo = UMBarCodeScannerInterface; - }; - 64EDDB380AE841B4C3DC7A1EB3AA5091 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 6506753A29983FC82D4AE040407A9C07 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 28A005E00FB77DDB2543047A07ED99A5; - remoteInfo = EXAppleAuthentication; - }; - 655D80C036E58B9D2CC5D33C8C9E741C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; - remoteInfo = JitsiMeetSDK; - }; - 65836CC3B212F14EBD8424BEB601677A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 65C47FB4394F742E017938E6574C01A2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D985A509BFE270C95EDCBE6B4CBAF189; - remoteInfo = "react-native-simple-crypto"; - }; - 65CABDD5DB13654BBDCF1661B7066BFA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; - }; - 65FA1A9622A6AD6ACBC3A7716D1D7267 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 6656F8CC065B4AB99C5D2357B0A75F31 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; - remoteInfo = "OpenSSL-Universal"; - }; - 66D8E5FCB44D8921961210FA4FDEA026 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 6813837D84527FC4EB7872D48FBB9495 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; - remoteInfo = CocoaAsyncSocket; - }; - 6813ACD4D9D9A9A80E7F1F8E4FEEFF26 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F3966F664F3CFAEFAB57C40FB54D3788; - remoteInfo = TOCropViewController; - }; - 6822697841BBD2BA14537F9FE36F62E4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; - }; - 6875C58FA62ABD5BE18F588F0A1A7193 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1A0445474DA11CA659C4BCC5AB64B1BF; - remoteInfo = RNCMaskedView; - }; - 6897DDAE69C015340C1F264FBF11A8F2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; - remoteInfo = "Flipper-Folly"; - }; - 6898EF3B55B074BF430C54B6FBDE6C14 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; - remoteInfo = FirebaseCrashlytics; - }; - 690A5E78D2D849B4196DA15774E5E760 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; - remoteInfo = JitsiMeetSDK; - }; - 691F7D2E0FA12EDDD3F4C445FEF6EBAC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; - }; - 6927BE6FA1E6C1952D325B2BDBA9CA4C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; - }; - 693035C613E655EAD61FE2671A05A921 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - 69E0C4B9B71FB3680A4932D4BF79DC1C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; - remoteInfo = UMConstantsInterface; - }; - 6A8BEBE5F6DCC5E22F2E046BE1B88C9E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 6AA914E7BDDAF61AAF608A83F59FCB89 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; - remoteInfo = "react-native-orientation-locker"; - }; - 6BA5205FB7242124168029341831A40B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; - remoteInfo = EXWebBrowser; - }; - 6BC354AB2533EEE851FEB7CEBD726766 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; - remoteInfo = MMKVCore; - }; - 6CF2A0977402DB340C509C78CD979425 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 6D0A501CD50C38B9596424B2EAE4E55B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - 6D14538838B0DAAEC10B1072518C44C6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - 6D1AB4BE06DE9561B4F28F289EAA310B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; - remoteInfo = RNDeviceInfo; - }; - 6D30162B546A926AC3C0E1A2C3205D68 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 6D602CEC56F6B620ACCEDC5FA0993ECE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; - remoteInfo = RNCAsyncStorage; - }; - 6D8307C1088839BEF6179E0D1B520A30 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; - }; - 6DCCC9F5ED974103524766B6CC6F903D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; - remoteInfo = RNLocalize; - }; - 6EAC36DE9B0EB3851079A9A5D13A8586 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E16E206437995280D349D4B67695C894; - remoteInfo = "React-CoreModules"; - }; - 6EB6AE46E361756BE8730DAE28EF2935 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - 6F0F49469A61D92D71E68053245750BB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 6F22D36112B91D475EE095173C2000E7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; - remoteInfo = RNFBApp; - }; - 6F46F1BFC8561F52FDE417794092CE9C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 6F730876D35FC399DE46C6D0B579AAC4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 6F76AE8AAA593A5A0A89598AC18CAC8B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; - }; - 6FEF1A45F6CF42634D5D43E0F200953D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; - remoteInfo = "Flipper-DoubleConversion"; - }; - 708C3DCA7E4D352B558F360E862408BF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C452F579644C83E8D8E36EC24A9BBD46; - remoteInfo = UMAppLoader; - }; - 70C6A91E0C0D90FBDDFFD262DAB7C04E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - 71FD9E61869031C4E800D2D416542DFE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; - }; - 7216FE8BCB8A484A89E4AEADB311F1F4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 724A7A49B51E86EB043DDA2B94615144 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; - remoteInfo = RNReanimated; - }; - 74022CC6798400D16E7F3ACF0ED9C214 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 869CED37B4B77AAE35DF8B6E70788BBC; - remoteInfo = EXLocalAuthentication; - }; - 744A03DAA8D33B3DBFC904BE3FB564F0 /* PBXContainerItemProxy */ = { + 1935BB0AD17AA88B5745D2D4838E1655 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; remoteInfo = RNFastImage; }; - 75AAC7CDFB870B61FAD549F6F5460656 /* PBXContainerItemProxy */ = { + 19765F839CC5E401EEE78A2C68238870 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; - remoteInfo = UMImageLoaderInterface; + remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; + remoteInfo = "react-native-jitsi-meet"; }; - 75C543AFE32F07B9B63F72D04DC4400B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; - remoteInfo = RNDeviceInfo; - }; - 75C8CC76843D2C138CE519828F55D69C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; - }; - 766A6F49BD52569A1CA57E02D2464535 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; - remoteInfo = EXConstants; - }; - 76A33CAB7B7F1685AD48804C447C530D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; - remoteInfo = "React-RCTVibration"; - }; - 779F7A3281A080C7B03FBD793914DACD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; - remoteInfo = "react-native-appearance"; - }; - 781A75D876F1154C2F0198278767A868 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; - remoteInfo = FBLazyVector; - }; - 78CB461B953C50600F7860014E4BD5CE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 78D302905B05E63E7ADC8014D521B922 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 78D8981892F171EFDA1AF7D4298FE3E4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 78F22AE0966CC979D9C80EE7C7EFE37E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; - remoteInfo = BugsnagReactNative; - }; - 793E7C696BBE6E8BEFD4C2D8D5B0DE28 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 79533EF53E075AB9C18DA4C104FB634C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 79810F66BFC5AE134F734B501815AFD2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; - }; - 7983CDE59FE7DF610796FAD1FE6D3DBD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; - remoteInfo = BugsnagReactNative; - }; - 79F44525810D4CF716634DC75D2F05FA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; - remoteInfo = "React-callinvoker"; - }; - 7B421B2F14A59E2D685C6A74488AF275 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; - }; - 7B961307459CBE5B097048D8E5A899E4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; - remoteInfo = "React-RCTAnimation"; - }; - 7C3699A000AD49ECA1E9EA4C514162B9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - 7C526D733C6862282F59109C66454904 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; - }; - 7D2F462018AA93B07E9DB96CD8DA2F51 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 7EBD1906DED83F7990633B2B6DB8104A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3ED96FB9FE1D18D5F1239C60A109F98C; - remoteInfo = "react-native-restart"; - }; - 7EE5A43606E228056CD657FB11C11629 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; - }; - 7F7D46EBCA4401BDCE3ACE1AB919DD66 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; - remoteInfo = "Flipper-PeerTalk"; - }; - 7F84593E48ACE1FF99E8DBCE07F12B2D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; - remoteInfo = "Flipper-DoubleConversion"; - }; - 7FFF7B230E1A256C7F620AC6E9C15D40 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; - remoteInfo = EXConstants; - }; - 808A68B6D9CF70B489B51401A010C120 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; - remoteInfo = EXImageLoader; - }; - 80D2A04022F5E2C39D3A82DB7AE1392E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; - remoteInfo = "React-RCTBlob"; - }; - 8180C59B5CD7E5D1C6A352A2D767149C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; - remoteInfo = FirebaseCrashlytics; - }; - 82A339359407204822D6CD5A3790D5AD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D985A509BFE270C95EDCBE6B4CBAF189; - remoteInfo = "react-native-simple-crypto"; - }; - 82C580500B529E66F9DE52B0C180CCF7 /* PBXContainerItemProxy */ = { + 19A87C34818ADDCD9BA2E82360C814D9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; remoteInfo = nanopb; }; - 83219517CF39ADD72F68CAF338AFFBC1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; - remoteInfo = KeyCommands; - }; - 84F78B7BB5211C73D9E840D554D27E38 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; - 854A39BAFE21AFA13C7A89C54F003C24 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 8626A32DD635EA794AF0EEB833FDDF81 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; - }; - 871C7FE8A765C753088F4C495418B9C0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; - remoteInfo = EXImageLoader; - }; - 872140A6B26D30BA107CA8CEF233B035 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; - remoteInfo = RNRootView; - }; - 87AC3B87D132DBB348E0CB533B52C857 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - 87B1A34CCCADCCE8E5C67D40FE0DFB5E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 880CE1A8FAF09B665F0CBB9ABA0D30DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; - }; - 88472B5365779E7A223C0E975EA262C4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; - remoteInfo = RNBootSplash; - }; - 88668F38D57808A4823BACB5FE84DA45 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AD4F40E67E1874A0816F6B34289EB41; - remoteInfo = UMFaceDetectorInterface; - }; - 88F740464AFCE56EB1FB74BBDB72F6B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; - }; - 891108929AF0F9AA52ED92135AD201AE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; - remoteInfo = "React-RCTVibration"; - }; - 8A30B827385D1039C34FA80B31014641 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; - }; - 8B06E7BCA2266A21E2B8C27326925A5E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; - remoteInfo = SDWebImageWebPCoder; - }; - 8B0BF11FE3F3DC6B85C2A011A2822FEF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 8BB4366255735F5BE6DFB7F076A192A5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - 8BD5DF1A1AC61265EF7DE58A0991DC8E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 037A1F31C4D99F52EC9FD2008FEC481C; - remoteInfo = ReactNativeUiLib; - }; - 8C02ABF4A9ECE9C7D81649214DDE1F1A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; - remoteInfo = UMPermissionsInterface; - }; - 8C07A17CB9BD9BA870AFFE5C26D38455 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; - remoteInfo = UMPermissionsInterface; - }; - 8CA202F236CD0676FC9EE1BB310B3BD0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; - }; - 8D786FC95A16301E3FD42B4524EF1D74 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; - remoteInfo = MMKV; - }; - 8DA6B2D147FFBFFF1E4ABDF8AD379083 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; - remoteInfo = "React-RCTLinking"; - }; - 8F674E7928A841821C5617874E754452 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; - remoteInfo = RNGestureHandler; - }; - 8FCCE82B7665859CD979980F756A1624 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; - remoteInfo = UMPermissionsInterface; - }; - 8FFFFAC0F460044001266EAE31F97D81 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E3573FB7AF659C42B699003C73722241; - remoteInfo = RNFBCrashlytics; - }; - 91193795A48265BD36AE8245230005CA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1A0445474DA11CA659C4BCC5AB64B1BF; - remoteInfo = RNCMaskedView; - }; - 91A1118C00025D162EF5793A639A0108 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - 91AC7830AABE939EA5667F350E23EB05 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; - }; - 91CFF9D5E6CB07F64C61C9B4FF55CABC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; - }; - 92C77A95BC818870732BBC614F820064 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EEBB8D24F2B3531A5C5DAA668D02331F; - remoteInfo = "react-native-blur"; - }; - 9310892EC5DAA2E2593D40719AD07420 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; - remoteInfo = "react-native-slider"; - }; - 93530AA525B3D8F174CC02AA1A775844 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 936940B220A4FF5A05DC1A35C5528B61 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 9460166324AAEB05FAE417237323DEEE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; - }; - 94670D625676D59178B03303CD732B2B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; - remoteInfo = RNFBApp; - }; - 947BF2264AEB5489EBB1D7E809453BFE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; - remoteInfo = "Flipper-Folly"; - }; - 94E8568A3AC4F2E9CCCA0C452AEB8E48 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; - remoteInfo = CocoaLibEvent; - }; - 96EDC37E30A4E1872E72623188B9C662 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; - 97D277BF37F415532CFD8872CCDA303A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - 98D85FB2D6B6553D779F96D02340ED10 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; - 99298BCCE47E6E241100783AE1B43651 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; - remoteInfo = UMReactNativeAdapter; - }; - 9985087F13E6F605F85BC4B7545AEEE2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; - remoteInfo = RNDateTimePicker; - }; - 9A5D04847510377731FC56E16C4D4187 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; - }; - 9AFE98C63C149A4A8479663B204B3C97 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - 9B1025EA8B5EBC06D0B023451B037348 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 74DAFD196634D10887C9A4E7BA19A5E4; - remoteInfo = "react-native-mmkv-storage"; - }; - 9B2B9F661151C96DCE6BEA30A041B0A1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; - remoteInfo = "Flipper-Glog"; - }; - 9BA6F0312A03F04BA8ED816E1F98B9CE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; - }; - 9BC0E86B5E0FF52540AC6926573067CB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - 9BCF71AC50C71BEBB6525636881650FA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; - remoteInfo = GoogleDataTransportCCTSupport; - }; - 9C03FD38B35EB839ACF3141ACB96AAED /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - 9DBA08677ADAA2C2C82D0B233FF9EADC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - 9F6A00F3323163F0C3D26126C579C427 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; - A0A13F2EF432E1BD7ADAD10BC0EF97C2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - A14ACB66F733A691EB41825FF0EA4DFB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - A1FCA717D859EE2B7D7BED72DBEF7486 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; - remoteInfo = "React-callinvoker"; - }; - A22DCB1B3FEAD21336C283F7C90A75B1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 982644B5B647690B2E4F5B3F54EB5717; - remoteInfo = FlipperKit; - }; - A28722C196AFA9BAC1ADD7D504CE8253 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - A2B1FA66808909149E17517B9EA3AA76 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; - remoteInfo = "React-RCTAnimation"; - }; - A33F06C749DD174616C46980C4D098C1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; - remoteInfo = EXPermissions; - }; - A3A5883C95CE1503956BB3C0BC4950FA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; - }; - A6490E89A0CCD1842A657E26E695643F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; - A691BB69C7C1E53AFBADCA6674340B3C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812; - remoteInfo = RNConfigReader; - }; - A6D0CF6D9DA2ADD138EEDE6D44CA33E0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; - }; - A741B9EE37F7EE8C4E514A0B0166EF02 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; - remoteInfo = "OpenSSL-Universal"; - }; - A781678C22FE5A9CAFE63E790B84EC80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - A7FCE243D4692704F96D94E16FA6B168 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - A889D858D9076F075AA05EC3670193F2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; - }; - A9AA6D5BDC7D7D51E120D1DC02977452 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0A915EE9D35CA5636731F8763E774951; - remoteInfo = UMCameraInterface; - }; - A9EAEB09900E793FFA601162D64049C2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; - remoteInfo = "React-callinvoker"; - }; - AA3161CCDBA19BB9451286718D862FF4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; - }; - AA50BDDE27E95F55F22648C8964BC9B3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; - remoteInfo = "react-native-document-picker"; - }; - AA9B9EDA8A21E52B653EEB1194BCFCA7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - AB80609433EA0BCA8B8CE8464B757A21 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; - }; - ABAB50A46F4D82B8E62EF7B84C41760B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; - remoteInfo = CocoaAsyncSocket; - }; - ABD4921687CB1A86F7BF61BB1CC97FD6 /* PBXContainerItemProxy */ = { + 19CBED97EF7DD2E942C98046CDE6FCFD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; remoteInfo = Folly; }; - AC67C274770FFE6A9DB5CDD23B989760 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E3573FB7AF659C42B699003C73722241; - remoteInfo = RNFBCrashlytics; - }; - AC6A99D253D571D940736FFF0287F908 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - ACA75710467CD95B8E16C72B2054C4B2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; - remoteInfo = MMKVCore; - }; - ACAFFF52C5E07D9574DA5AB97D93EDB7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - AD2939EDDC7F425D761177CD7894B78D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D00F24222F074B31C56DC6D05E806A35; - remoteInfo = RNCPicker; - }; - ADCA3A81C29DFB359A7EBC2826218F64 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; - remoteInfo = SDWebImageWebPCoder; - }; - AE90B1BB871F969BED837E44EBDF79B0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - AEB144180C2402FB3C05221AF0241036 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; - }; - AF063C76CE32B49C89F0C51FB077E96B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; - remoteInfo = MMKV; - }; - AFA836207D4564259FC9CE714643E9C0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - AFC2F980065FBDCEF34364502226428B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E16E206437995280D349D4B67695C894; - remoteInfo = "React-CoreModules"; - }; - AFE2EE8260F73C2CC305799DA2EAFC26 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; - remoteInfo = "React-RCTLinking"; - }; - B0389199AB9DF45D887183199B31A4A5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; - remoteInfo = Flipper; - }; - B06509A285FE80EB3553648CA105C1D3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 28A005E00FB77DDB2543047A07ED99A5; - remoteInfo = EXAppleAuthentication; - }; - B07384BFCABC90D75E70D108B57818B0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 50188AAB5FAECCA9583327DBA2B0AF2B; - remoteInfo = UMTaskManagerInterface; - }; - B0FBEAC7E2951AC89BE7FD7C5E07911B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; - remoteInfo = "React-RCTBlob"; - }; - B108FFC123794DCC6175B9D174FD156C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - B136C61CD96C153A571228F08E645987 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; - remoteInfo = SDWebImageWebPCoder; - }; - B1634F3A1C53C178436C9C9B50274F69 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2038C6F97563AAD6162C284B3EDD5B3B; - remoteInfo = UMSensorsInterface; - }; - B16F027D4ACEFBDF38EFA517B007DCD0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; - remoteInfo = RNReanimated; - }; - B1AE16FE98EF632115BCAF099C13F79E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; - remoteInfo = CocoaLibEvent; - }; - B1D0691489B898D1275CBCAD8DE005AB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 50188AAB5FAECCA9583327DBA2B0AF2B; - remoteInfo = UMTaskManagerInterface; - }; - B288A605FD3F5AD938B3C90BC6870C5F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; - }; - B2BF3EAD5BFF2031234E43FFD07AC8C4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - B2E840A14978BF38AEF73E06E8A55C2A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; - remoteInfo = libwebp; - }; - B337AA785982E45539EA8701996D8489 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - B33D103D9B8AA4B4E357409BA71957E5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - B35E6DFC3E8D4BB0F5245FD2743BD618 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; - }; - B3EAF97590EBA50D045795CA651E5633 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E16E206437995280D349D4B67695C894; - remoteInfo = "React-CoreModules"; - }; - B41965FE065F7C19697E23E97A9EF5BA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - B421CC5E168425F19052C6C0B0C9A679 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; - remoteInfo = UMFileSystemInterface; - }; - B4278D82C4294C05D273AC7ACAE8B93B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - B5246D751FDCC50495772A80B676EA5B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; - }; - B539D0D2509F076F9B3C494836B9E215 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 982644B5B647690B2E4F5B3F54EB5717; - remoteInfo = FlipperKit; - }; - B5B551A4B76FE12033464C4344654D02 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; - remoteInfo = "React-RCTLinking"; - }; - B5D793A8FF1E5961B468F49F06321DAA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - B5EDDC0F1A54A9BB55CB759912405965 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; - remoteInfo = GoogleDataTransportCCTSupport; - }; - B6F24029128F9E1139F3B061B256C8BE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; - remoteInfo = "React-RCTSettings"; - }; - B72AC0150F2BD867F4541F78A733627F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0CF4D9052577C85B6B8C4E957332626B; - remoteInfo = EXKeepAwake; - }; - B7C6B45CBD6028DF950F9F23DC389169 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; - remoteInfo = "Flipper-PeerTalk"; - }; - B7F4524233E43327781CFE4D55ADE67D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - B809FF97B3749205FC7B1D8151F6AD27 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; - remoteInfo = RNFBApp; - }; - B84EA7B661FD830C52B45ECBDF642CFB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; - remoteInfo = "react-native-document-picker"; - }; - B8EE78646B945A7F5E67FB00F51BD081 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; - remoteInfo = UMReactNativeAdapter; - }; - B9202183FB0170D9F0D7C57423B21415 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - B92D51695930240689CD98B50DEF5D62 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; - remoteInfo = EXConstants; - }; - B9B9E207F9E4BBCC1322D4CFF1AC76EA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - B9FB53424DDDB778B79048F96D4DC8FD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - BA922A8141D2B8A20D42C58AB80F1F42 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; - remoteInfo = BugsnagReactNative; - }; - BB019D44D6D237BA75BD1B80741C1C21 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; - remoteInfo = "Flipper-Folly"; - }; - BCF11A8ED386522C3504E8A5C5938D6F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; - remoteInfo = libwebp; - }; - BE07A7C2F3FFE5C7D3C36FEA5EA71390 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; - }; - BE07BAE3CD5E31A0E0F1C10F30BEA381 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; - remoteInfo = "Flipper-Glog"; - }; - BE5F55519AAFD53344C626579B5475E0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; - BE7C3B7820D8EBB3EEF03DBF258CEB98 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - BEC5F3D2D6A048B2CC70E705530B5628 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; - remoteInfo = EXWebBrowser; - }; - BEDB3FB4D05D931060FAD76CC6BFE9A1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AD4F40E67E1874A0816F6B34289EB41; - remoteInfo = UMFaceDetectorInterface; - }; - BF08FDF6511B5F1E16933AE2FEF76ECD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; - BF7A2DC731D307491FCA5DD79DBA3C7B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; - remoteInfo = UMFileSystemInterface; - }; - BFEDFA0F4DCC511AB1A77AE44939C9FA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; - remoteInfo = GoogleDataTransportCCTSupport; - }; - C037E694D401222C40AAE1D9D96854D7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; - remoteInfo = UMImageLoaderInterface; - }; - C093D412ED4001D5D8ADA55BAEE4DBB2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; - remoteInfo = "react-native-background-timer"; - }; - C104C73005858C5F20D3A39CF71B512F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 32CA4CBD6B28983076BD93DA221AD027; - remoteInfo = YogaKit; - }; - C1B71361C5C2FEB71644F3B5847CD45A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - C22EA412765D09680DE5676E178FA75E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - C26AA18BB8439689455432F00E9346E0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; - C365106113C3FC60DCF3C804899894F6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; - }; - C365C1DB81F7B77D58860E9024AF7876 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; - remoteInfo = "react-native-cameraroll"; - }; - C37C33618C9F507D678B5B8FB9E46AC8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BDD119F8782FABE2707D3D913EC3EDE5; - remoteInfo = RNFBAnalytics; - }; - C3815B92A0AA6E2F1905034AA19D5212 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - C3BBBB505B2EAE53DD2616B2090A1B25 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; - }; - C3ED36E3B91A903BD1A763ED52B878B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; - remoteInfo = "React-RCTAnimation"; - }; - C436D6EF831D25874A716CAD9A0B0152 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EC577C5CB1DC59A7464ECEF266A75B42; - remoteInfo = "react-native-netinfo"; - }; - C48DD09B725096D91C837EB3F48A7F57 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - C4AE5F4657DA5FB6A63C292EC54A9140 /* PBXContainerItemProxy */ = { + 1ABC0F30F85A552A0BA66D1896B1F6A2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = ADC4ACC657481AD27F9936D08FF7F49A; remoteInfo = "react-native-cookies"; }; - C4C540AEC22B00E0D292DDDDDC87C43E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; - }; - C5228B710996E307EB463B610A7D2DB0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0D82774D2A533D3FFAE27CAB4A6E9CB2; - remoteInfo = RNImageCropPicker; - }; - C53295EE011E150AC37C7C6B7F92331D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; - }; - C5FC2D3F28D637C7654A08BB6D6D1C4C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; - remoteInfo = "Flipper-Folly"; - }; - C631BD83389BA3956EEC6F064A5CDDD7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 982644B5B647690B2E4F5B3F54EB5717; - remoteInfo = FlipperKit; - }; - C6E2653BE5D409050A12A14DEF945A29 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; - remoteInfo = "Flipper-Folly"; - }; - C6E569CE655659619F5FDF583658A1BE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; - remoteInfo = "OpenSSL-Universal"; - }; - C719D140EF45203AFA31842E015F147F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; - remoteInfo = UMImageLoaderInterface; - }; - C73362398D7035B305BBC1ACAECE7C0B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; - }; - C8226BC9455F5AD1B692ED9FC80461F9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2038C6F97563AAD6162C284B3EDD5B3B; - remoteInfo = UMSensorsInterface; - }; - C8261CE18B966E505FF0BB3BEBDDEC44 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E3573FB7AF659C42B699003C73722241; - remoteInfo = RNFBCrashlytics; - }; - C875071DD16A7D5EA6A4F6DA1D60BB2A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; - remoteInfo = "react-native-webview"; - }; - C9A85E11F0C73C4FED69FDA2E2CA0C69 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; - remoteInfo = EXAV; - }; - CA41CD84B514C9AA16A7D2751447F897 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; - remoteInfo = "Flipper-Folly"; - }; - CAA05B2B305F9451CE6EF7D333D4088B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; - remoteInfo = FBLazyVector; - }; - CAA83DDFB48F5373742D74E7F7C64F04 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; - }; - CB204D704E0CAF2AC6DB688689386BB7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; - remoteInfo = RNReanimated; - }; - CB430F28C57E79328801326560CCA250 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; - }; - CBA7E8CD1D7E68A24AC6DA7D6ADB8888 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; - }; - CC15D57AADB2EE1DB1A3BA2B737C52B5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D00F24222F074B31C56DC6D05E806A35; - remoteInfo = RNCPicker; - }; - CC70E5F00520E00D302257C80BE7A7CC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; - remoteInfo = "React-RCTAnimation"; - }; - CD199B3AE0115C5BC368DDE3CBFEAA39 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; - remoteInfo = RNLocalize; - }; - CD5A1DE0510255FD05B6BA5C2C8608FE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D985A509BFE270C95EDCBE6B4CBAF189; - remoteInfo = "react-native-simple-crypto"; - }; - CD7CE3AA9553F4853C72F2EBFBE0BB7B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - CDDC615918B6019B7DAC82EB0AE36B65 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - CE5A8809DC4E19E6EBF384A996B4C252 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; - remoteInfo = "rn-extensions-share"; - }; - CE82B6FEE4C741AB9589DDFFA56F45F5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - CEC23C83A1D64EF02D74E7E724EC6EB7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; - remoteInfo = Flipper; - }; - CFFBE06A904E4747C15CA078EC99248C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; - remoteInfo = "React-RCTActionSheet"; - }; - D02C7FC2342917E70E59195039BE9287 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; - }; - D0A32B8E538927CCC1A3C80BE5171169 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; - }; - D0E659BD6F310AA9EE4AEDF8997F360E /* PBXContainerItemProxy */ = { + 1BB6D91ADAAB04641A556CEAF54B0D1D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; - D1267C2C21140086617F8D1B53F6AB0D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2D4D3D5AD93ADCCF3DD45A88009E48D6; - remoteInfo = "TOCropViewController-TOCropViewControllerBundle"; - }; - D15EC9AA9881FB36750BC10FD86FFFA8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; - remoteInfo = libwebp; - }; - D1DCA99AB24663B17E8A829EEAE429F8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - D20E80A9A41FF4FFE3670653318E6B3C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; - remoteInfo = "React-RCTVibration"; - }; - D212CC972A0EEE3CDD4B9AEB808FF9B8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; - }; - D2AB1A10403E552B74F1C73D98B628DC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; - remoteInfo = RNRootView; - }; - D3BE428A4572B4F91654A507ED84F519 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3ED96FB9FE1D18D5F1239C60A109F98C; - remoteInfo = "react-native-restart"; - }; - D3F737F019C757B8EF03A811948FACE7 /* PBXContainerItemProxy */ = { + 1BD790079707E87E59C4F51C7F208379 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; remoteInfo = Folly; }; - D452CDD9627CC5969B8AC2C693B12903 /* PBXContainerItemProxy */ = { + 1CDE204CCDBA6C0F4F798EC389D74EF1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; + remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; + remoteInfo = JitsiMeetSDK; }; - D51791DC6D1FE99FAE2B057131E5A856 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - D54326F70B0CDC9921CB9635D889925E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D00F24222F074B31C56DC6D05E806A35; - remoteInfo = RNCPicker; - }; - D55A931CCD1D5E895883BBA5D559CED3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; - remoteInfo = RNGestureHandler; - }; - D561ADC24DD71AF6C0C29A90DC207ADA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; - }; - D567F8A0C5FB16376D5F47D1A8767A64 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; - remoteInfo = RNDateTimePicker; - }; - D58BCE270C238DD927594567224100A0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; - remoteInfo = "React-callinvoker"; - }; - D5B754B5BC620F987C817A535B15F7C5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; - }; - D5B8349C91D187207DF3208915F3B124 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - D5E5F1FB7F663EC6BF194D76AC0D7ECC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; - remoteInfo = "react-native-notifications"; - }; - D61A6C65EB21DC07A49316DECC818060 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; - }; - D6F2AFA33872E3999E8F64F95928767C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; - remoteInfo = "OpenSSL-Universal"; - }; - D720B3B52D43CD33776BFA71184EAFB0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; - remoteInfo = EXAV; - }; - D7A3701EF2CBE87D7DB3B20F258CD5FE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; - }; - D7B1402F5D5926D7E18E50A0712FF591 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - D808825E26380C414D5A4AF49637F4E8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - D8CB97CA9198B846D789B7B838BA08F8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 28A005E00FB77DDB2543047A07ED99A5; - remoteInfo = EXAppleAuthentication; - }; - D909E2AE59AA79F61B2B806FD1756464 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; - remoteInfo = ReactNativeART; - }; - D92662FA8454B284BCC4FE009AA000A2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 32CA4CBD6B28983076BD93DA221AD027; - remoteInfo = YogaKit; - }; - D964D812B589C06EC79693CBCA255517 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; - remoteInfo = "Flipper-PeerTalk"; - }; - D9B71203C497DDF9B1A23505B549B880 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; - }; - D9E916A3A29D7E7F26203CC8A9898406 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3ED96FB9FE1D18D5F1239C60A109F98C; - remoteInfo = "react-native-restart"; - }; - DAF33BA4E9128E7A940E5959C5755291 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; - }; - DBC0CDEB5CCE0446159943C27445D099 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - DBF54708F6EB4A3A11E4A2F5E61A9855 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; - remoteInfo = MMKV; - }; - DCACBCF57DD69B0C32A862A4EFE88737 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; - remoteInfo = EXPermissions; - }; - DE128D9FD820244E62CF18CC7C669C6E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - DE154BFBF3DFA94C4CA1EC7E30E5FD6A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; - }; - DE297D37392853E66BDAC4053D898401 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; - DE48A5A00B14C76D35D97B8444AA421F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1A0445474DA11CA659C4BCC5AB64B1BF; - remoteInfo = RNCMaskedView; - }; - DEB086B9222559F818BC2C44974A64A8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4A95B7CD1D5F80C5E8CD9CDA00D41F70; - remoteInfo = EXVideoThumbnails; - }; - DF62E053A856B1277419AB62A8478F59 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; - remoteInfo = UMPermissionsInterface; - }; - DF64E3829BA3339A2739B334F22EFFEF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = ADC4ACC657481AD27F9936D08FF7F49A; - remoteInfo = "react-native-cookies"; - }; - DF89F6BD09B1138E1D948A7BD64E456D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; - }; - DFC9348AD3956125332D40565EAAEA32 /* PBXContainerItemProxy */ = { + 1D97A596C5079A754E160F867803D119 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; remoteInfo = UMConstantsInterface; }; - DFFD0871C7A609E0C37D589AE6FD61DD /* PBXContainerItemProxy */ = { + 1F1AE10F4FFB40711BD7F6EB83B9E769 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; - remoteInfo = UMReactNativeAdapter; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; }; - E067174639DBE225E9ABE02C6D2F4C82 /* PBXContainerItemProxy */ = { + 1F267629E2C45323716C85D5FF86C843 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; - E085ACAEE5E99DC8D5FBF3BB8DD25C75 /* PBXContainerItemProxy */ = { + 1F6AF03B6C3BA73ABEFFF63A06FE4057 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; - remoteInfo = "Flipper-DoubleConversion"; + remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; + remoteInfo = ReactNativeART; }; - E117DDA8D23EF0E692C85732A4BB7D28 /* PBXContainerItemProxy */ = { + 20035948B09F6EC92295CAC0FE8FB1A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 214E42634D1E187D876346D36184B655; + remoteInfo = RNScreens; + }; + 20127EDCBFCAFB502FA8398145222042 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - E21A6D68474FCF385DE9D90D5150FCD0 /* PBXContainerItemProxy */ = { + 20E8C6E83A867AC7D5F3A17FFA06AB67 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0A915EE9D35CA5636731F8763E774951; - remoteInfo = UMCameraInterface; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; - E2838A3799EFAB79BFE8F19D0E90FE74 /* PBXContainerItemProxy */ = { + 216FC78BFCF3C478BD1E51FA80D968EA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - E2ABE707F84447A9A353A682124E20E8 /* PBXContainerItemProxy */ = { + 21B51DD5026AF6E57BB535441C85519D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; + remoteInfo = EXImageLoader; + }; + 22B2FE237AD19D4629FB0AC070909F8D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + 23094B92521FED0AC5D8167F323A0ECB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 014495932E402CA67C37681988047CA2; + remoteInfo = UMFontInterface; + }; + 2324B53D4AD8707828E4E6CB04BF4E0E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3ED96FB9FE1D18D5F1239C60A109F98C; + remoteInfo = "react-native-restart"; + }; + 238A73DC63295BE2E2783D02E4DDEF70 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 2468F913DE6414B7D9859760B69245B4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; + remoteInfo = MMKVCore; + }; + 2479BE9EA6999EB1BA93BBBA090CACAC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 2594A6A9FD228CD474E82AF624840D42 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; + remoteInfo = MMKVCore; + }; + 261B18321BAD8FED75D348A33AADE567 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; + remoteInfo = FirebaseCrashlytics; + }; + 26EA74B03763D19362BDC43457F2C801 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; + }; + 26EBDB49328BA4916DDDFE4CB577BBC2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; + remoteInfo = FBLazyVector; + }; + 2719EEC60138AB292817DDD7DF65C179 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; + remoteInfo = EXConstants; + }; + 2747E9B82593CE407583DC62659F4231 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 277F13B9855FBA5F700B4C82544818C6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; + remoteInfo = EXAV; + }; + 27B9368CA23BE1A1ACD33A696D4AA603 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; + }; + 2914746622EF87766D0AD3849834160D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; + }; + 29F64FF42488D3C58F1F4B29D58DAAC4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 29F66B9E69D8269D9497A82B1E527B55 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; + remoteInfo = "React-RCTActionSheet"; + }; + 2A7A80FFB6CD7F16BBED6A0A13725241 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 2B835E061108B05C711E4183FD6774E8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0CF4D9052577C85B6B8C4E957332626B; + remoteInfo = EXKeepAwake; + }; + 2BAA96DDADD6D12DDAE3059F01EAAB70 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; + remoteInfo = UMFileSystemInterface; + }; + 2C5430E59569BF99C4169F119B7DEAFD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C452F579644C83E8D8E36EC24A9BBD46; + remoteInfo = UMAppLoader; + }; + 2CA3296A7A1791565395976FA7848B17 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; + remoteInfo = "Flipper-PeerTalk"; + }; + 2D3E04AAADD4D701F28FF88AD99F125E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; + remoteInfo = GoogleDataTransportCCTSupport; + }; + 2D5DCFA46186261D2BD7021B933070E7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; + remoteInfo = CocoaAsyncSocket; + }; + 2D7CC8F70AE52AFBCC0F17E0351C6C37 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 982644B5B647690B2E4F5B3F54EB5717; + remoteInfo = FlipperKit; + }; + 2D8136F758A9D9DF16FE450EC1919CC9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 2DD5699CF330FE07BBEC936E4F8E7621 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C452F579644C83E8D8E36EC24A9BBD46; + remoteInfo = UMAppLoader; + }; + 2E1AA581CF634FBF722858F656BAF1F6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 2E79C43C3EB9F32C81AC344DAD63D5B1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; + 2F12977CA2FA4E8FC4148D0415BAC6F0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + 2F63DE62677D56905790B947594B5331 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; + remoteInfo = RNLocalize; + }; + 2FBB38BBD59A7054369EA6B8C26D68E2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + 2FEE2AFB4BB7FBBB2321F3A0CCA6DA26 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; + remoteInfo = FirebaseCoreDiagnostics; + }; + 3171BFFAB5448596004400085590AAB3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; + }; + 31B0C3437934DB9764294387A10F4ECA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + 31D08199759EDA127B33FAEAAD81EC47 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - E34E890716BD80336BB7009D27A49258 /* PBXContainerItemProxy */ = { + 32631EB179A3DB0AFC285E9715ED23CD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 326D1B86E7D8E62B492165FDED512464 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - E3F17A4DE51C2EC7AEC2AD1A347093AA /* PBXContainerItemProxy */ = { + 329343E8FFB3CD33563B0778527F37D8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + 329BE68D46DE5E67AF756AF526FD9B8D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; + }; + 334BAA095B94198C9831E87C5B953892 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + 3484D64A80250489DB203841EA8D9337 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC577C5CB1DC59A7464ECEF266A75B42; + remoteInfo = "react-native-netinfo"; + }; + 35D3A17997AFCA9139445E80B1BB5DD6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 3664ADEBF5AA83A192D99CF6B94CAB5C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; + remoteInfo = libwebp; + }; + 3726206541B59782A3DC9A816E25923D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1A0445474DA11CA659C4BCC5AB64B1BF; + remoteInfo = RNCMaskedView; + }; + 37350A0F992D463343D172E04F607117 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; + remoteInfo = "OpenSSL-Universal"; + }; + 387E0DBFB25B91078C1244F731AA58E2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; + remoteInfo = UMConstantsInterface; + }; + 3920C103287C21BEDD2E8AE0FCF2E63D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; + remoteInfo = MMKVCore; + }; + 39F7D908EEB176C5F01CAE57E4A02447 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; + }; + 3B5E88FBABE61354B329DBCC5CC62D2B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + 3B7FF7C363ED3F8ED6F826E2B51C3CCD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 868B90C74770285449C60DBA82181479; + remoteInfo = EXFileSystem; + }; + 3B82560B79EADB7A7C3017F6B5A2D7DC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; + 3C8CE6715F3CA104CE1619B1E9C45654 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; + remoteInfo = EXImageLoader; + }; + 3CFE5D33108B57D5CE7716656C397023 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; + remoteInfo = UMPermissionsInterface; + }; + 3D743EFB2357453AC3425053A48C64FD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 3DE28DB70930C0FE9FCF778653C22D4A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 3E62A11940F8FB8FE8BC330C4F1A59EB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 3E7032E024D803D0555D6E9ED20DC3CF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 7A020DAB6F3F0BA0A6D9946E84B38B7F; remoteInfo = "React-Core-AccessibilityResources"; }; - E41055C7D31C1F1C6571C7E0C77356E5 /* PBXContainerItemProxy */ = { + 3F2D105822B9B3C73602563693C45DFF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 28A005E00FB77DDB2543047A07ED99A5; + remoteInfo = EXAppleAuthentication; }; - E4685D62B2A31E397A5C0452D2AB24D4 /* PBXContainerItemProxy */ = { + 404F14974AD8D90542BA9656656CD6E7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; - remoteInfo = UMConstantsInterface; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; }; - E4BEA58CACAC2E3D64AC4035AD8C4CFB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; - remoteInfo = "react-native-jitsi-meet"; - }; - E59D8DC887E7DFDE91D5C678C5F220E0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 014495932E402CA67C37681988047CA2; - remoteInfo = UMFontInterface; - }; - E5A9A6B9C0E1A1E9ECD85566464DAD1C /* PBXContainerItemProxy */ = { + 40798F969964938825A285AEF65CA030 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; remoteInfo = RCTRequired; }; - E615F5253093CF5EA23A980C3C85C638 /* PBXContainerItemProxy */ = { + 410A2243497E76AD07CD911A8368A806 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; + remoteInfo = BugsnagReactNative; + }; + 41A33505887B02EEF9B9E70A97601439 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; remoteInfo = FBReactNativeSpec; }; - E773911981B52DC12D18A9C6D0C0186F /* PBXContainerItemProxy */ = { + 42102334EAA0FB54FD612CBD6BF37A67 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; }; - E78D30F3812D94C10EFE5CE2E62C60FA /* PBXContainerItemProxy */ = { + 42E42B8198DBD82820E83BFE23BC07E1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; }; - E7BB11035126E55A87436D301DC8D842 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 74DAFD196634D10887C9A4E7BA19A5E4; - remoteInfo = "react-native-mmkv-storage"; - }; - E80F85958328A941AC5EE85A2F270E45 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; - remoteInfo = RNGestureHandler; - }; - E816C7656CA8699CEEA890E785CCC3DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; - remoteInfo = "React-RCTSettings"; - }; - E8A20D4FC4956D0AC4EB1DBF031C9E48 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 869CED37B4B77AAE35DF8B6E70788BBC; - remoteInfo = EXLocalAuthentication; - }; - E9F3536318C786E82B9F502F68DCD957 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; - }; - EAC979CF121EF8473F989DDEAA95DE81 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - EB816FB81D5DA00CBE17DDDFF39E84FC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - EC2575FFF0C13B4507BA905FD4E49BAE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - ECE3C63733A7A5B6CD5AFC2F948F4545 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 50188AAB5FAECCA9583327DBA2B0AF2B; - remoteInfo = UMTaskManagerInterface; - }; - ED02B66515030D32F4832A314255AF3F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; - remoteInfo = EXHaptics; - }; - ED084C1532D844EC711C6E93115A23E3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; - remoteInfo = UMFileSystemInterface; - }; - ED699AD55E7626A73311D145A7504670 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; - }; - EDD4E8D26160174B5A2889350B31FB79 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - EDF351F80E5352304B09A120D0672F04 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; - EEB525D8FED63CB979CDEB1EE8C739AB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; - }; - EEF27054023D28B3AA2911D29D4C6A70 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; - remoteInfo = "React-RCTActionSheet"; - }; - EF6341780B60EA67E035FBF1ADE0E083 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 014495932E402CA67C37681988047CA2; - remoteInfo = UMFontInterface; - }; - EFCB52B295360786B1E5B7E1AB238774 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; - remoteInfo = "react-native-notifications"; - }; - F09CD208C2A405271D0F4D61078814ED /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; - remoteInfo = RNDeviceInfo; - }; - F09CFB6F33654574BA63EB36CFD7C823 /* PBXContainerItemProxy */ = { + 4415FEF47B69FE03D068D3CF18DBDD69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; remoteInfo = Folly; }; - F0B5F31FAB6F45ABCA7DD354A955C5B3 /* PBXContainerItemProxy */ = { + 44166842F450B077443A3D5CCA58526B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; + remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; + remoteInfo = "react-native-document-picker"; }; - F0FC5F4E6D80FA0F4A5D84EFED652F8D /* PBXContainerItemProxy */ = { + 44EAB2096E7F617504E8E0B6FB93D2C4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; + remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; + remoteInfo = EXImageLoader; }; - F19690F9FF3A52C03EB833516A2D0673 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; - }; - F1A07852C4EDB14C67F4CCFCA0938375 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; - }; - F23B3991B66A324CFE87789B9B8AAE74 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; - remoteInfo = "React-RCTSettings"; - }; - F24EB0F104DAFE4C2D4A879EA10A1FE3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; - remoteInfo = "react-native-cameraroll"; - }; - F3AF05952FA9A6717217C052B1407A8F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BDD119F8782FABE2707D3D913EC3EDE5; - remoteInfo = RNFBAnalytics; - }; - F3D239D821A90600920DF85639AA8C3C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; - remoteInfo = "React-RCTBlob"; - }; - F3F168E74FF6682CEDE919AC6E99F838 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; - }; - F443992BCEFD975977B1FDC5E3BC04B9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; - }; - F48DF493392D473558FD711A0B691B0A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; - remoteInfo = "react-native-orientation-locker"; - }; - F4BE3790E037CF9FC81F583318A019DB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - F4DDA1D76876C6446C0BBE83A37CB3C8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; - }; - F4F550024C6CC7C3FE9D743F1C9CF781 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; - F5B4E42231209B2B3976AE3E9DC3C913 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 014495932E402CA67C37681988047CA2; - remoteInfo = UMFontInterface; - }; - F5DC5D28B60913D77A57D85B2401CF5D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; - remoteInfo = "React-RCTActionSheet"; - }; - F6497CAFD0081973683E740F23466B04 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; - remoteInfo = "Flipper-RSocket"; - }; - F86CDCDCE952F4602D2D9ED650CAACBD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; - F9B13949B4797AC535486AFD93E8D700 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; - }; - FBDE3C6E8FAA62707C18E9A55E6FD7F7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - FC3D800419D01C7D998442B0F8BF7846 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 868B90C74770285449C60DBA82181479; - remoteInfo = EXFileSystem; - }; - FC9F76484599CD9C2FF0785EC87D42BF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; - remoteInfo = RNCAsyncStorage; - }; - FDE2E1C7DC2F8060716F0EED9E6E8256 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; - }; - FF2CD09AA8C6EEEC2F87EA66D547AA93 /* PBXContainerItemProxy */ = { + 4541473AED3B8C0BE841288F37EFB719 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; remoteInfo = SDWebImage; }; - FFA9BB4BFE58F2D86F801BFDFEB716C4 /* PBXContainerItemProxy */ = { + 454ECC13EC298C6A367DCA974460B2A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; + remoteInfo = UMConstantsInterface; + }; + 45D0A951848C864A9428BF528EB32BCE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - FFB7E5399CE23D62A1F9E5F0906AA8C5 /* PBXContainerItemProxy */ = { + 45E0800677FFAFD10B5CA25577645438 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; - remoteInfo = KeyCommands; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; }; - FFBD63D35164381E11AC8B12DD5755AA /* PBXContainerItemProxy */ = { + 462A09F9CBA10185B39C651003298C72 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 74DAFD196634D10887C9A4E7BA19A5E4; + remoteInfo = "react-native-mmkv-storage"; + }; + 477801AAD25410E4050E34AC27712E69 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EEBB8D24F2B3531A5C5DAA668D02331F; + remoteInfo = "react-native-blur"; + }; + 47912487C1C64F07368083CAEE2D05C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + 47A5636E2D2BD1961A59E4556C123FE1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; + }; + 47F5B9FECAC9F586BEC671C7CCAA0453 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; + 48C7F8FEE55D7DB16923B4B394527433 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 4928E1F7A2AFCA7490D9772A91069A71 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 037A1F31C4D99F52EC9FD2008FEC481C; + remoteInfo = ReactNativeUiLib; + }; + 492CC510BF1D627CCDBC69C63A6277D7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + 49E33FFAE49C3DFDF4ACFA0055E5ED3D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; + }; + 49FB67C7C2756E74721F239AB5B1E629 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; + remoteInfo = RNDateTimePicker; + }; + 4A049CD25721DB93F1B56D7A9DAA9407 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 4A6F7A88166F4C5307881F4C9B77CD22 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; remoteInfo = "Flipper-Glog"; }; - FFC143B1C6B5B7D7BF2519EDC8C125E4 /* PBXContainerItemProxy */ = { + 4AD8E766B1B603495F9B1E02A23E3A9C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; + }; + 4B6539BF8101EC1ED3248C19E314C123 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; + }; + 4BB55561D16F7A210BC3B8D49B7FA23E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; + remoteInfo = "react-native-notifications"; + }; + 4C2F6CA6CDD5B3BA3BFBCC3B0665FFED /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BD9A27D8398DEB3205D3F8937B0672A0; + remoteInfo = "react-native-safe-area-context"; + }; + 4C4562265DD992A8D49705C9844AB4BB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; + }; + 4CBF5F9BABC7D7B834A7138B168DDE0F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; + remoteInfo = "Flipper-DoubleConversion"; + }; + 4D2169B6B41C26F6CE44B60639BAA7AA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 4D2CA1D928ECC6D1241AA701B3D0FB4A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; + remoteInfo = FirebaseCoreDiagnostics; + }; + 4D435B17BB714FC0953B69BB55E6AD45 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 4D68B20A96DEA10535CA768175CB7FBA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; + }; + 4D77CAE9B373A42588A77D07182CF9AB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; + }; + 4DD64C62AFE1FECCBE769C3D68E81C35 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; + 4E28ED5325CFA970FB274E0C695EBA99 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; + remoteInfo = CocoaLibEvent; + }; + 4FCDA4B83C0943B54C032FF8CA449491 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; + remoteInfo = UMFileSystemInterface; + }; + 4FF33ECD69EFF0048F7A667AC82437A2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; + remoteInfo = "react-native-background-timer"; + }; + 502579BD934FC3350EA69572DB987C40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; + remoteInfo = libwebp; + }; + 507A51BE242F3DC6CB88363FE2C48256 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; + 508AB6F516BC6A7F9C3BC099996AB27D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + 51D134D1678A389FE755C678B881449A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 51E1097650775F04DCC419598F03BD86 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 64F427905796B33B78A704063422979D; remoteInfo = "rn-fetch-blob"; }; - FFDCAB6EA5EC3C1047E16DC118CFFC59 /* PBXContainerItemProxy */ = { + 51F1E5BA6F010B629464C4712CB7E936 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 5286136BCB028CC7483DE1E84A6060BA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; + remoteInfo = UMFileSystemInterface; + }; + 530167DD60237D2CD633D585C6F0C746 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; + }; + 531CBC9CFAFE24CE11A2DF7E3F1E484A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 538D5B7F8011FBC99DCB74A89B3D310C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; + remoteInfo = "React-callinvoker"; + }; + 53F2F5C059B577384D2EA44C1366D512 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; + remoteInfo = RNVectorIcons; + }; + 53FF816875F3DF809FD98398CA618E41 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; + }; + 541BE27CBD6B45CC9E661B0724CC0203 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; + remoteInfo = "react-native-background-timer"; + }; + 54663C111D89937B3542F92AFB158EF3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 54AA44D823E78315F7E3BFFCBB70FBE3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 5667B23F89E28068E461EC9327CF8139 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; + }; + 56743D9D986D453A2020F8A52E425876 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 568654F5A6A3E2041A0C9878F59FB11B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; + }; + 56F8C669D4CBC18B67047107CBEBBB80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; + }; + 57167F7967ED5FF3C36CD1BB5549A9B9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 572874A62DE61803A441B42AC5394E71 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; + }; + 5790C3990A7826CAAA30AF0803E1447F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28A005E00FB77DDB2543047A07ED99A5; + remoteInfo = EXAppleAuthentication; + }; + 589E2C12D15397CC6EA201220A02D3CE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + 58F3A215C53938224D13D7C37E13CE38 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 59A9C78E38FFF641A664ADA6D4D7D4F3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 5A3E444E5E1F450A5559D5DE824284B7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 5B4DE6196462EA6CEF20AF1493E4804C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; + remoteInfo = "Flipper-RSocket"; + }; + 5B540591E36BF282B24AA207196C7BA2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 5BAAF226A07BC8D61BAFD01816653720 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; + remoteInfo = FirebaseCrashlytics; + }; + 5BD0117EE06D804D9CC378D3622814E4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; + remoteInfo = EXConstants; + }; + 5C329BBA65BDC0DDBC2B71ABAF5532BA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; + remoteInfo = CocoaLibEvent; + }; + 5CAF30A7836BA98C722C2D6FCFC00E88 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 5D30784853FB3598EBCD808911B50B1F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; + remoteInfo = "Flipper-RSocket"; + }; + 5D508B8C550B1B07189EBD0087506EBA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 5D5C5DF38845909617CFF3BDB28AF73E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; + }; + 5D74A0A24AF6C867BB8DC2915C7BEBFF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; + }; + 5D83788C4B3470DFB084FEEEB59C9C6B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 5D9BEB8A9B7B3B4947AB2BFFAE382461 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; + remoteInfo = "react-native-appearance"; + }; + 5D9E02241FC8FB78D3D5F9BCBE127CFB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + 5DBDCFC4FE190D61685A4B5DC67BF9B5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AD4F40E67E1874A0816F6B34289EB41; + remoteInfo = UMFaceDetectorInterface; + }; + 5E0888577AB00B5B570458AF50011DC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; + remoteInfo = "react-native-slider"; + }; + 5E17CE354271D5DCF09F40848D67DBCA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 5F2D3BE63947B2B4BB27A5337B90F992 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; + }; + 5F81CCAED61C5353F7091691ADB93F81 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; + remoteInfo = JitsiMeetSDK; + }; + 5F85CF2F6D174D2011461F33F6F9EF1D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3ED96FB9FE1D18D5F1239C60A109F98C; + remoteInfo = "react-native-restart"; + }; + 60004CBAD9624F5A99430EE406B6FF05 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; + remoteInfo = RNFBApp; + }; + 60B89A79EBF8C98FE6D1BC2B79752CBD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; + remoteInfo = RNCAsyncStorage; + }; + 611110408C7F17D4D3D7F74E0965D5DF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; + }; + 6160C37BF815565435576A3E59EC7BD0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; + }; + 6191B2A67520629884B14A6BDCC568DD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 61CEFB61EEED2FB45C12AB4A6B246FFD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; + remoteInfo = Flipper; + }; + 6217901DC29D774DEA81B72D3255B4C5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 014495932E402CA67C37681988047CA2; + remoteInfo = UMFontInterface; + }; + 631860DE902F5F310D8A337E215D175B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; + 639595E90A3BBD1358DA0838B178CB68 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; + }; + 63E62F1D3D83A9D478C18BDC6CCFC677 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F3966F664F3CFAEFAB57C40FB54D3788; + remoteInfo = TOCropViewController; + }; + 63FD8C39694DD78ABDD1A83EF94622DF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 6565540D0CF63643BE6CE0421E5FDF49 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + 65E8F9FEA5E36FB1C90407D40155F9AA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D00F24222F074B31C56DC6D05E806A35; + remoteInfo = RNCPicker; + }; + 65EC04101B753A9192248B15EEED4827 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 66A455A3C6F2B04B1969C0272C21F441 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; + }; + 66E96AF8A7F22392A2A446EF10116BB1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; + remoteInfo = Flipper; + }; + 6741E8FA861BE4019561559872B0F239 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; + remoteInfo = UMPermissionsInterface; + }; + 677766993CFC99BCC4BC84E3D043FAC4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; + remoteInfo = "OpenSSL-Universal"; + }; + 67900E51A34FD0C27FFE6FD278EF3C21 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; + }; + 68908DD822EB092750857DA7D6049BB3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 32CA4CBD6B28983076BD93DA221AD027; + remoteInfo = YogaKit; + }; + 689C3D9DB699A6EBAC39162542EA5C9C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; + remoteInfo = MMKV; + }; + 68BD0B8DBFCB7C05B2AC32AC17CAA79B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; + remoteInfo = EXPermissions; + }; + 68EDB52570ECEF3F00315E8F625CA08B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; remoteInfo = "rn-extensions-share"; }; + 68EE1A47FD13EA707CEC52005A4E4AE2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + 69B000070C3480C9F6BDD17CD5F8BB25 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 69B5091C7A7F1A5B76E752BC15070232 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; + 6AB14DCBA0268F0B02CAD15477B9E918 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 6ACAA686DCDEAEEFA3A333F9D1AA343F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; + remoteInfo = CocoaAsyncSocket; + }; + 6ACF4CC16426AE7106894EF1C66EBF14 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; + }; + 6B53D4CB0EB28B252F9F1973610206EA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; + remoteInfo = RNCAsyncStorage; + }; + 6B548E9A5DA37E158C9880C055017E04 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AD4F40E67E1874A0816F6B34289EB41; + remoteInfo = UMFaceDetectorInterface; + }; + 6B5E4CBCC8FF49229E79C166D23A2D4D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 6C51AD9D63B9A6952520C560FD058851 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; + remoteInfo = "React-RCTActionSheet"; + }; + 6D21C4486ADDCDC2F8305432A1EBC358 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 6D4F23EF102076480E0130DF2882F0AA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 50188AAB5FAECCA9583327DBA2B0AF2B; + remoteInfo = UMTaskManagerInterface; + }; + 6E4150C76419056DFF4816989518DF7A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; + }; + 6E62B644C465427C698514FCFCCF341D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0A915EE9D35CA5636731F8763E774951; + remoteInfo = UMCameraInterface; + }; + 6EB1AA6F41745CD52E615A45ED47CA54 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E16E206437995280D349D4B67695C894; + remoteInfo = "React-CoreModules"; + }; + 6ED5662131FC3D451BF80DB176875D2D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + 6F6E09858B0050D62860967D0539FCBC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; + remoteInfo = RNFastImage; + }; + 6FA27D990FBB7FA75D1F6AE5176701C9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 70B9A260A173DB11A7479BCBC89631D5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0D82774D2A533D3FFAE27CAB4A6E9CB2; + remoteInfo = RNImageCropPicker; + }; + 714D9DF63D60BB4ACED2510E95193506 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; + remoteInfo = UMReactNativeAdapter; + }; + 720771AEF1931C280C60750EE1638334 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; + remoteInfo = FirebaseCoreDiagnostics; + }; + 721B1FA0CED0C0416535AD863C6978B7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 037A1F31C4D99F52EC9FD2008FEC481C; + remoteInfo = ReactNativeUiLib; + }; + 72D7368108FBD6F35E42FE783D9A4052 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; + remoteInfo = "Flipper-DoubleConversion"; + }; + 72FF4745518956F3E004C99401E5C6EF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; + }; + 7312A2E187B11F839E54832C3AE9CB12 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; + remoteInfo = KeyCommands; + }; + 73B945E555FDDF274DDC6ED513DA75FF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; + remoteInfo = UMReactNativeAdapter; + }; + 73EC6796B93922DB058223C0581BCA2F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; + }; + 74508D82DB0B23EC4D75D1EC7BBFA8E5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; + remoteInfo = FBLazyVector; + }; + 745F3B76E29817C5EF0CED264D0D9798 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812; + remoteInfo = RNConfigReader; + }; + 747CAD5FB00F9C41E3E708B6AA1C61FA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 74EC39C391753AA08188F3BA4868215E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; + remoteInfo = "Flipper-PeerTalk"; + }; + 7516B6D87EA9A467B798BABBDB6A692D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; + remoteInfo = RNGestureHandler; + }; + 75A83BDF28724DDF4C5E5F7088916BDF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; + 75FDB7B6CFCD489CBE337679A7292AAB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; + }; + 7648D1397C7C755880A38E8723D8EB73 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 76A3145A1FC4E2DD8BE6C9DACD8E7DA7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; + remoteInfo = Flipper; + }; + 76AB8DCD61A82C2361F0D0001B8B77E6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 869CED37B4B77AAE35DF8B6E70788BBC; + remoteInfo = EXLocalAuthentication; + }; + 77002E7DEB4271751EB8F6E5BB4859B6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; + remoteInfo = "Flipper-RSocket"; + }; + 7713801483F5E103357EF66505DB24AC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + 77B2B4185F5D7C5F0097A6FB7FFC05CA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; + remoteInfo = Flipper; + }; + 7831CED1476708E665D581B5354B1846 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BD9A27D8398DEB3205D3F8937B0672A0; + remoteInfo = "react-native-safe-area-context"; + }; + 7846D560198008450E67B1FE71D9246D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; + remoteInfo = "React-callinvoker"; + }; + 786B298F6D635B3937CBAF3F3BEDE25B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EC577C5CB1DC59A7464ECEF266A75B42; + remoteInfo = "react-native-netinfo"; + }; + 7884236FF95FD22630F70CCA66073700 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; + 7889A9128FC1E058C1CB08DDC8030CE0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; + remoteInfo = RNFBApp; + }; + 79042D6F188898492E1A0482F2C55C71 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 795478944C6E32E0CA775F6A638ABE26 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1A0445474DA11CA659C4BCC5AB64B1BF; + remoteInfo = RNCMaskedView; + }; + 7993E86CB7F0FF4F5716CA67949838BF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; + remoteInfo = "Flipper-PeerTalk"; + }; + 79F126CC81E1B85EE4FF1A06571007A6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 7A4884720437482A00CEECEC8A57EC58 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; + }; + 7A4A32E009B5288FFF3793BE45B07124 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 7B8B837ABDEF64DCB1359191B094E372 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 32CA4CBD6B28983076BD93DA221AD027; + remoteInfo = YogaKit; + }; + 7BC8D57E9A6CDD06FBFB582BC47A3E2A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4A95B7CD1D5F80C5E8CD9CDA00D41F70; + remoteInfo = EXVideoThumbnails; + }; + 7C38BAB12FD81719F1FAED2DE8FE7FCD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; + remoteInfo = JitsiMeetSDK; + }; + 7C3BB019D32867CAD48AF0A38276C1E6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; + remoteInfo = "react-native-slider"; + }; + 7C749D3BA13D29B31D19571FC255A1AE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 037A1F31C4D99F52EC9FD2008FEC481C; + remoteInfo = ReactNativeUiLib; + }; + 7D643F568D2CB68DBEE4A7024011A61A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812; + remoteInfo = RNConfigReader; + }; + 7E326A20426F24448266C9D26F753712 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BDD119F8782FABE2707D3D913EC3EDE5; + remoteInfo = RNFBAnalytics; + }; + 7E65B356FDA7E7C38AD252329602B3C8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; + }; + 7E6BB52A902035DA4C911E93E37836A2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 7E9B0AE7F0A6181C598CC61282F75BB1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 7EC5FDD7D41136CBAA0152F7CEFF16E3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; + }; + 7FDB3730A064AF0B7A66DE4A75222CF2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; + remoteInfo = CocoaAsyncSocket; + }; + 8052032E61CF1E910F85F00A147A4DB8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0CF4D9052577C85B6B8C4E957332626B; + remoteInfo = EXKeepAwake; + }; + 805D01B3EB1077391BA6CEEF56D7C077 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 49821C2B9E764AEDF2B35DFE9AA7022F; + remoteInfo = UMBarCodeScannerInterface; + }; + 8060883BFECCE1D1D01CDABE35052CE4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; + }; + 80E591A99ACDAF06B14D97D118969C70 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; + 81D51893B19F646E59D26C8155960672 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; + }; + 82CD3E61A36A47B8609F38EEFDC9E06A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + 835453A676ED909156EBA83A3706767B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; + }; + 837E05F321BFF238290ED5A638C650A5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 83A3E840AB1F0738A07BAE1602773CBC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; + remoteInfo = CocoaAsyncSocket; + }; + 8412A8A75CFBD4AB04DBAEF249C1D471 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; + 84E581BEB5EBA33E3D5D3786A78051AB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; + }; + 84FA7DBA04B5F19033F0ED39752E97A2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + 852DDE76B4270220058443111E47A04D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; + remoteInfo = EXHaptics; + }; + 85322271CB8310113B52A1CB0A259950 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 86156BAFED7CF10E445A7A1283A4E8ED /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; + remoteInfo = "react-native-cameraroll"; + }; + 87531E11B9CDD5CEBE64BE5B4ACB0A6B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; + remoteInfo = "OpenSSL-Universal"; + }; + 87906FBD1550E2BED75E39A64F18883B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; + 87B46084098E9CE649CC8BC6782CE706 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + 87F05D948331245D039ABB664C5F353B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; + }; + 880215CD4FCA2A0F3C68B7B9AD216CCA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; + remoteInfo = GoogleDataTransportCCTSupport; + }; + 8806A26BE5F15F6ED010998C9E3DD501 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; + remoteInfo = "Flipper-Glog"; + }; + 883F66C76AA0CC904711481E9F3384FC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; + remoteInfo = "Flipper-Folly"; + }; + 895493C04734402BF88076BED19C5991 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; + remoteInfo = GoogleDataTransportCCTSupport; + }; + 8989CA3992765858C8384DC6EEDE9194 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; + 89B6238264D8DD12530FB0C304169A56 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + 8A0A5CFE89DA4573790C927897B986C3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; + remoteInfo = "Flipper-DoubleConversion"; + }; + 8A4E3CAF711B7671C679E1F0884F135F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + 8B76F7B39EF1FD2BCF96F33E94603F7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ADC4ACC657481AD27F9936D08FF7F49A; + remoteInfo = "react-native-cookies"; + }; + 8BD52883CECCD61DCF960BB36CC22658 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; + remoteInfo = UMPermissionsInterface; + }; + 8CA87D0043CA36521F34D673F9D84CBD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; + remoteInfo = "react-native-webview"; + }; + 8D0D84510FADCCECCF2096A1649E7C63 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; + remoteInfo = "OpenSSL-Universal"; + }; + 8D8F74D78420C87B4C4BC9CC9B7F5A0A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0CF4D9052577C85B6B8C4E957332626B; + remoteInfo = EXKeepAwake; + }; + 8DE77150A90CEAD42D2D2E764459BD6C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; + remoteInfo = libwebp; + }; + 8F1480D7158BB0B20CFD487A6DE6C95C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; + 8F1EAB7069ED4830DCADDCA39EDFA0A3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + 8F8A2766F7138E8959C49D24217D09F7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; + remoteInfo = "react-native-webview"; + }; + 8FEC843D090A6D4B733A84DF2F4491DF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; + remoteInfo = "Flipper-PeerTalk"; + }; + 8FF50D1D6A737316829F18FE4564A043 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 901C1C10BC3CDC5B3B1599E751693424 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 902F08939BCBF022D3A479D2D16D9614 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; + remoteInfo = SDWebImageWebPCoder; + }; + 908E27715070BF88BC02646B06A9E3B6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 90B8753C237E3292F1C8964BB2B3A826 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; + remoteInfo = EXHaptics; + }; + 92BC211CB126809CE606A861CCB11A14 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 92DF5927AA15E05E63297809BB0312E8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; + }; + 92EFAFD1041F6FB4A70BE47D2FD142CB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; + remoteInfo = "react-native-orientation-locker"; + }; + 9321D0A022CF9BA72BB84104EA9ECE13 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; + remoteInfo = "Flipper-DoubleConversion"; + }; + 93F62542A50C9871FACEF107D04C64C1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; + remoteInfo = RNDeviceInfo; + }; + 94163FA80A0B767B0D03248D24BA993B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; + remoteInfo = FirebaseCrashlytics; + }; + 947508D3494734506561E4488D2A5E8F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + 94CDDF8B1B4446A0D09242DCEF267760 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; + }; + 9519B0F15CED10D1F2F249FB40F2A866 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 95BBE32410D8B800721C2F7E6060EEF3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; + remoteInfo = FirebaseCrashlytics; + }; + 95D92E3CE428321920F5E5FE1162F082 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; + }; + 95F931A6E5BBE5882D978FE1C05D4043 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + 972D076A37DAF81E8ACCD642DB09052F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; + 975E9656075B77DB9F1ED9CCBDAFC438 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; + }; + 9839432427044335EE82EB65E1E63450 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; + 98DDECB6EF084A03A6D0AED27C7D302B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + 998E2B3F8547F9410CA9ECF0159885DA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; + remoteInfo = CocoaLibEvent; + }; + 99BC3B8296FFAF1FD1E4A474F608DDAF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; + remoteInfo = "react-native-orientation-locker"; + }; + 99BCF1D46CD1DB74F6CD86D7912D0ABA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; + remoteInfo = RNCAsyncStorage; + }; + 9A31D787CF083B04B2B20A256337FC4D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 64F427905796B33B78A704063422979D; + remoteInfo = "rn-fetch-blob"; + }; + 9A4923FFECE201218FE3A443697F045A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; + remoteInfo = "Flipper-RSocket"; + }; + 9AEF2BFE15C06B864E26DAFA62056519 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; + remoteInfo = FirebaseCoreDiagnostics; + }; + 9C08CA907DF607AFD36872670B143E96 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + 9DAD28686FF12E30BE6E13F97D6F2D9A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; + remoteInfo = "react-native-notifications"; + }; + 9E1C10C7247658025FC4DC56908F2595 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; + 9E7324E1D961D075CB0C1C8272FF4DDB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; + remoteInfo = "react-native-cameraroll"; + }; + 9E8E845F8CAC3030F5B589B5F675E4C3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; + remoteInfo = "React-callinvoker"; + }; + 9F00AB5FC75F97016D4EC1FDE25F2C94 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812; + remoteInfo = RNConfigReader; + }; + 9F3F6B20D65BBED6CAC7B08757DE6E4D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + 9F812F940199CFDAF05B665F7A6AB0CD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + A031C45447B7CA68A76EEE813AC21C5C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + A06C008A26B31C9BF1D0959B444469C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + A17C8EFA7FB7BFFF0CA60908BE279143 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; + remoteInfo = EXAV; + }; + A2086B19CEDE4C1237FDDA43ED9E7141 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; + remoteInfo = ReactNativeART; + }; + A2300DA056F115D4EC60147B795C1C9B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 214E42634D1E187D876346D36184B655; + remoteInfo = RNScreens; + }; + A25D8094F324ED84A6DD52941DD8F9A1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 869CED37B4B77AAE35DF8B6E70788BBC; + remoteInfo = EXLocalAuthentication; + }; + A26D53DE7C373938534C2001850F3761 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + A2E9A5789FA8FE27A17F1F39B5CF4193 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + A3C19D6F761AB2D16096F2EC87827531 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28A005E00FB77DDB2543047A07ED99A5; + remoteInfo = EXAppleAuthentication; + }; + A3D24A906E772055222EBC12A121E5C6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; + remoteInfo = "react-native-document-picker"; + }; + A3E12E369DC2C5A72D1F8CE28333720E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; + remoteInfo = RNLocalize; + }; + A4063AC59EE4F22D6E90FA3B3D572EDC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E3573FB7AF659C42B699003C73722241; + remoteInfo = RNFBCrashlytics; + }; + A4781A5387AEE976007F60872DD76AA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; + A60BF2DC1B6A2957A5244157AA0C4F1C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E16E206437995280D349D4B67695C894; + remoteInfo = "React-CoreModules"; + }; + A6206646E5F28F433CEEA5E89D2B90DE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + A74AE5FFD7306A3802680BA0FA33429C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; + }; + A7B80C517D0050D429FC72B50E51BDC9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; + remoteInfo = SDWebImageWebPCoder; + }; + A8DF91A9F014B7E5303A2DA82B3B648F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; + remoteInfo = RNVectorIcons; + }; + A8ED3DC387B13AB2FC64A7885F649F55 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + A91C614994D3A6DC8B416B5A2472652F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; + remoteInfo = RNFBApp; + }; + A93ABA18ADA03B660F8CD446AA601954 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; + remoteInfo = "react-native-notifications"; + }; + A969DB5626971854275BE28E4EF61588 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; + remoteInfo = JitsiMeetSDK; + }; + A9FEBD6B49D2BD57369C9981525AA519 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; + remoteInfo = "React-RCTActionSheet"; + }; + AA3F76F5EAB7A0EABC540F13189C16BD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; + }; + AA5E7608ED94243640A9ADD812146A62 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EEBB8D24F2B3531A5C5DAA668D02331F; + remoteInfo = "react-native-blur"; + }; + AA601DAFF6F22D0B24AFA2146CABFBFE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + AAACB799D549843F85285ABEBA86C521 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; + remoteInfo = EXPermissions; + }; + AAE45D164A34D0E428D8D044DF67AEA7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; + remoteInfo = MMKV; + }; + AAFF80D8700022DC2917893C04530F43 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 32CA4CBD6B28983076BD93DA221AD027; + remoteInfo = YogaKit; + }; + AB3879F831C680A8E39F24E2C0260A08 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + AB75C33D53444BA84BF2BE24B0AFBDFC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; + }; + ABE9C0452A26B4F217AD9FC3CA1521B4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; + remoteInfo = ReactNativeART; + }; + AC21214CBEDB57FEB6A7589BEF492E8D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; + remoteInfo = EXConstants; + }; + AD0162217C733F7E45F40C949A740D70 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1A0445474DA11CA659C4BCC5AB64B1BF; + remoteInfo = RNCMaskedView; + }; + AD5BADA8CF34BED2B894731AA4A41386 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + AE0F15AE500B38ADB071B46A5EF5E2AE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 868B90C74770285449C60DBA82181479; + remoteInfo = EXFileSystem; + }; + AFAA2C1A318F31407A8A903570E7F960 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; + remoteInfo = EXWebBrowser; + }; + B015D4C9D121E7B69A18A4F5A9877DB7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + B06ED36136B965B37BB980B0100F7F0E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; + }; + B0DBBA98BFBD62D158852E3A49CEC254 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + B1684402EA95ABA2615D5BEFA5028E9A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; + remoteInfo = UMConstantsInterface; + }; + B1C8292015A0D920D634400EE772A5AA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + B1EFCFB840CF2D937A95B0BB9B9BB60A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + B2019CC3BA466A577217705C45013262 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; + remoteInfo = "Flipper-Folly"; + }; + B2AC8DD263F3F8C219129A77880A8B7E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D985A509BFE270C95EDCBE6B4CBAF189; + remoteInfo = "react-native-simple-crypto"; + }; + B33D6E60479748EAB723D4855A48C594 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; + remoteInfo = RNFastImage; + }; + B398A699E2D50A3A43209369E83A46B9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; + remoteInfo = RNDateTimePicker; + }; + B50B2F145DA45B74C0C698D1C96AB789 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; + remoteInfo = RNGestureHandler; + }; + B5599B68AB0E904EABE9F83FDA73CDF0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; + remoteInfo = UMImageLoaderInterface; + }; + B559C17FFEEA76D830A21B5BF2607A10 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; + }; + B5D196489AB4A92F70FC4DFE67083135 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; + remoteInfo = "react-native-appearance"; + }; + B5E2ADE763F96E0702D738DF2720B542 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 982644B5B647690B2E4F5B3F54EB5717; + remoteInfo = FlipperKit; + }; + B5FEEB6AC23775B842B874354B54F59E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; + remoteInfo = GoogleDataTransportCCTSupport; + }; + B60E83BE00064E8BB826D8FD7B69C508 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; + remoteInfo = RNRootView; + }; + B61EF241E55EA1B9CB57A1A0F16BACAE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; + remoteInfo = RNFBApp; + }; + B70AA741C0282B5DA607FAA8BEC7E292 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; + remoteInfo = "react-native-webview"; + }; + B713F5A957F0BE4D94B35393A2DEBC1E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + B80BD96E985CB9DAE54B7D592F950A4A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BDD119F8782FABE2707D3D913EC3EDE5; + remoteInfo = RNFBAnalytics; + }; + B8215B0AAFA352B384BC76570901513E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; + remoteInfo = EXHaptics; + }; + B8D7F0F2F8FD72A73CF879F09724B5A3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + B8F607F14C274FC884E51E0FCC125C93 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; + remoteInfo = RNBootSplash; + }; + B910CFE32E24D87EC195B631E1F9BE38 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; + }; + B95BB80FA53E47EA6F3127A1734CBA1C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; + }; + BAA432D313104D0E1D5DD524AE9528A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + BBC74683C6D7797D515C832CD8BE9735 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; + remoteInfo = "react-native-background-timer"; + }; + BC16F059B042940E85A7F221B5A8104D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; + remoteInfo = "react-native-appearance"; + }; + BCB71B868FC19FE3D923022AF8371435 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AD4F40E67E1874A0816F6B34289EB41; + remoteInfo = UMFaceDetectorInterface; + }; + BD4F5682D56ACD39EA8F739D35590941 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; + }; + BD8ECACEF811F60BF144B66C9A2B1A26 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; + remoteInfo = RNDeviceInfo; + }; + BE31E49F62DACCCA14464BC2DBA81EA1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; + }; + BFD507E40DD97CBF36EB2821FA14990C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; + remoteInfo = RNReanimated; + }; + C13BE6BE19EF25BEF860226FF47609A1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + C1AC9FBA6C6778FA59000C8252785450 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; + remoteInfo = UMImageLoaderInterface; + }; + C1B1706AC80688FCEE7D797A61ADF819 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 49821C2B9E764AEDF2B35DFE9AA7022F; + remoteInfo = UMBarCodeScannerInterface; + }; + C30BA82CF28C29EABD46FFB9B05D5F19 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; + remoteInfo = RNReanimated; + }; + C3201BF3ADD49F92C6565248DEFAD9F7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 982644B5B647690B2E4F5B3F54EB5717; + remoteInfo = FlipperKit; + }; + C3A023F43425A77D56B0DA70E67A920F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; + }; + C530E58ADA42AB2711FD4AFCC4C51BE8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; + }; + C54C38E1DFBCE6F451D1286B4E26E728 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + C5B031063BF6252960EF2A1C89CD41DC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; + remoteInfo = "React-RCTSettings"; + }; + C5B64C2CE8436B790D58A835CE5B74CC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + C5D5293B2DF0801981CDD92223C28E2B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; + }; + C5F512FCC98FF1EC149F0B5F21C5EECC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D00F24222F074B31C56DC6D05E806A35; + remoteInfo = RNCPicker; + }; + C66B6AC7A1560792163D464D4269216A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; + }; + C70FE02A45F5D51F9F12D5FFCF4B2241 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; + remoteInfo = "React-RCTSettings"; + }; + C74965A81D25FC996851798DDAB0429F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + C8F6AFE80630701B83F0A7A05BC2D2DF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; + remoteInfo = RNDateTimePicker; + }; + C912AE6616E04119399723382C68D163 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F3966F664F3CFAEFAB57C40FB54D3788; + remoteInfo = TOCropViewController; + }; + C9EAD16E109683FA55B420800E8A3928 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; + remoteInfo = UMConstantsInterface; + }; + CA1EB7FC1FDC48746B894E6A7D73EA87 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + CA353E563A82C4A75CA26BF793D3345E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + CB108F915CCF2D4F701126ABA68CC145 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 49821C2B9E764AEDF2B35DFE9AA7022F; + remoteInfo = UMBarCodeScannerInterface; + }; + CBFC6F0D97AF4E1EA014894CE732FC1A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; + remoteInfo = "Flipper-Folly"; + }; + CC8860A6EBE586B58D491D1CA2BB89EF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; + remoteInfo = CocoaLibEvent; + }; + CCE447BF51011142BBCA66AE2C37AA12 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; + }; + CE00ABB5487090E4F90D986E557A25AA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; + remoteInfo = BugsnagReactNative; + }; + CEFAFB6542EAC727BEDC93A5BE652757 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 50188AAB5FAECCA9583327DBA2B0AF2B; + remoteInfo = UMTaskManagerInterface; + }; + CF6DB39965AE1B7DDD84C0FE5117B1D8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; + remoteInfo = "react-native-jitsi-meet"; + }; + CFB99D01A212319DD7520E8E2A004BC4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; + remoteInfo = UMReactNativeAdapter; + }; + CFF66A321F2FFFCA318C4B9DBE466F44 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; + remoteInfo = UMFileSystemInterface; + }; + CFFCE42950C72EB92473E46CCDB27861 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; + }; + D087C3C4C78695F5573BB1C32F6515CE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; + remoteInfo = MMKVCore; + }; + D0D94D1FF0EE463A94BF902FC77B1267 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + D113ED03540890E830104BC8020AFFF2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; + }; + D1FE17227FCC3F2C0216B3FF458253A6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; + D20B3A97686B3802F7BADD8246FC8AC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + D2943384A5543E700275B35247614452 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; + remoteInfo = "react-native-slider"; + }; + D2F5945D3DA1343609E6362A3F8D096C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2D4D3D5AD93ADCCF3DD45A88009E48D6; + remoteInfo = "TOCropViewController-TOCropViewControllerBundle"; + }; + D32B846410C78F0FEF498704820AFCB4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + D37413E7EC398EE44EAB5B4CB25A8702 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; + remoteInfo = MMKV; + }; + D38F1C3E77EA1B1A3518A1A41EDE2E1F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EEBB8D24F2B3531A5C5DAA668D02331F; + remoteInfo = "react-native-blur"; + }; + D4530897D7C20B161C118258A1633F37 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + D45AEE07C0A415F1C69FA20F53ADF426 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + D4683D34085EF061352E4533C9F14784 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; + remoteInfo = MMKV; + }; + D4ADD0B06F192AD4868B3FDD841C7D11 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; + remoteInfo = EXWebBrowser; + }; + D60045C20BFF7EF0EB8D8648260D7335 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + D67870D373DE7915D46462A0A83474E1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; + D6A2058B4B1FDD1E1E02056AEC5A3674 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; + remoteInfo = "React-RCTSettings"; + }; + D79E204F83FE68897955A8CCD149894F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + D7AF37556656C33BC33E391C1975B98A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; + }; + D7FD39495E31F0310F83307145266AA9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; + remoteInfo = "React-callinvoker"; + }; + D84D517E829C96160CBB60A4F124EC86 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; + }; + D8B244408CDC93FDBC6BE540D7DD5612 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + D8E988F511051725C17C64EA77456905 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; + remoteInfo = EXAV; + }; + D94CAC2E508B8683734BD07E2D1E3B13 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; + }; + D9C20507AB9E70D85DD79CC591F7EE76 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; + remoteInfo = RNVectorIcons; + }; + DA9044671B74D643AECB39ED3BE9093A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + DAD1B45F8BD6B6C3C8C784E87C8629A4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + DAF64C20849B7F0958A39B60B9EBB5DD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + DB1B23DFC081BA796D8B6DFC646E44DF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + DB974DA8219EC0B663F25923536435FB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 74DAFD196634D10887C9A4E7BA19A5E4; + remoteInfo = "react-native-mmkv-storage"; + }; + DB9BB9CFC12000ACFC093E35F6892978 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + DBCE7B6A60F848E9CA069C3559FB4A1E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; + remoteInfo = RNBootSplash; + }; + DBCF6236F801CD04CE275BD2872F5293 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 014495932E402CA67C37681988047CA2; + remoteInfo = UMFontInterface; + }; + DC8CE8079746A31A29BC8F145EF9F4E4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; + remoteInfo = FBLazyVector; + }; + DC9349C370C933339EB2CD52FEC17F38 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + DC9E700CDF21214845D540CAE367D63F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; + remoteInfo = libwebp; + }; + DD9305587DF9AB806C6D2BE0FA3C3CE9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6D979AB5FDA2E858850D9903776A30B3; + remoteInfo = "RNImageCropPicker-QBImagePicker"; + }; + DDF5D713C40412933D9F67B763DCC01A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; + }; + DE31014C51DD95251F08565413A90086 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; + remoteInfo = "Flipper-Folly"; + }; + DE91610852FD2BCA664B4250970D3770 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + DF371A8A201DEFBA3617AA2EFD7B6F23 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + E0D951BA5C4178DFC9F1E01FC1351145 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; + remoteInfo = "react-native-document-picker"; + }; + E0F4D24A5906E9B95BA36C7030063B75 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; + remoteInfo = KeyCommands; + }; + E286BAC84975BA2C8EE2C0CCDC893363 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; + remoteInfo = SDWebImageWebPCoder; + }; + E2A7ECC5CD3AE80FC44FDE132729E462 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + E379E12261C63CC8E439F0160919CDAC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ADC4ACC657481AD27F9936D08FF7F49A; + remoteInfo = "react-native-cookies"; + }; + E3A9FDD9B181798017B6DD8DD252D878 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + E477644D97103B25E30FA5B69DD0532C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; + remoteInfo = EXPermissions; + }; + E4B1EB692DE94F6F8E6CA340F2BA3069 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; + E4C67E4A84671C19468AED4C418B88A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; + }; + E50AF0DC959FA4FCE63444C25178ABB0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2038C6F97563AAD6162C284B3EDD5B3B; + remoteInfo = UMSensorsInterface; + }; + E5239535BD46AF573DDA3A1DA71C348C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E16E206437995280D349D4B67695C894; + remoteInfo = "React-CoreModules"; + }; + E57EB48731DF25B9E3D6472EF25509CC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; + E5DA08DD05DA9D6307AC6F900F2AE5A7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; + }; + E5E8F08D6C9D560EC7377C20475C1BA2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; + }; + E626F88A373BD83B38C3382ADC791DA4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; + remoteInfo = "react-native-cameraroll"; + }; + E67B437622222AC632C6D6382D5557BA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + E87C0C8DF579FBF95B675A2FA6D60F7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; + }; + E8ABE14CC53E34E92DC0A22E3E4ED2BF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4A95B7CD1D5F80C5E8CD9CDA00D41F70; + remoteInfo = EXVideoThumbnails; + }; + E8F37D5C3C59AECC525D95F83B92FA7B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; + E9D1DC7D4BACCB772EFAAD852DC3D8F9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; + remoteInfo = FBLazyVector; + }; + EA22795901404A17182FB283D8D76174 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 50188AAB5FAECCA9583327DBA2B0AF2B; + remoteInfo = UMTaskManagerInterface; + }; + EB9117D2C7A0BD9371CD57B9D450EA69 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; + }; + EC3758CC170F2E3799100917C10ED964 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + EC7412330D68D8FC0D44761D0570EE67 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D00F24222F074B31C56DC6D05E806A35; + remoteInfo = RNCPicker; + }; + EC7527A41B8B6B4F69D75F4BFDB42DA1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + ECBB597A8CB0518A6657ECC65B3FF18E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + ECE6F467460589249BED7143291153F5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; + remoteInfo = RNRootView; + }; + ED42F90AF4E6E68F3A4F63BB3FA51199 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + ED91B509BEDF55C8B0B7E873273668EF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + EE43AF94F8D3FD143C5721A4D16C044E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; + }; + EE860676300EAC3448155A472E2EA029 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; + }; + EE9776D5DFE456FF923FEA38D8DB69E7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BDD119F8782FABE2707D3D913EC3EDE5; + remoteInfo = RNFBAnalytics; + }; + EEB184C83C26B15AD3704EE071AB38E8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4A95B7CD1D5F80C5E8CD9CDA00D41F70; + remoteInfo = EXVideoThumbnails; + }; + F0688D8BDAC3A1979A9784184F967D0A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + F096844C8C3473D90F2776B271170FAF /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; + remoteInfo = "React-RCTActionSheet"; + }; + F09E8DB036CD3C9B8B8CE689ECAD2A73 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; + remoteInfo = "rn-extensions-share"; + }; + F0CF7F160BB51EC331761D9943D0BDC5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; + remoteInfo = "react-native-orientation-locker"; + }; + F0F7359115FE36596CD322A84722DDC6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; + remoteInfo = "Flipper-Folly"; + }; + F0FAB6C17DA1170E8B6F98D81D40D1A2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BD9A27D8398DEB3205D3F8937B0672A0; + remoteInfo = "react-native-safe-area-context"; + }; + F1013885A8ACE4077EACAF53BA3887F2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; + F14566ABD110741A29881664EA3E85CA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; + }; + F2291920AB44356321C3145A1C8A26C9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; + F284A6160716ECEE9F5A0D1C2ACC3BB1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 74DAFD196634D10887C9A4E7BA19A5E4; + remoteInfo = "react-native-mmkv-storage"; + }; + F2FE4D20E8D0A22A4CCDC832DCF95EF7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0A915EE9D35CA5636731F8763E774951; + remoteInfo = UMCameraInterface; + }; + F2FF8074878F7E068C629C5EB4D71C50 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + F38062E2ECE55BF091AD03D1C677CE21 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + F38267F1DE9E7B7E5AC6E47C1F8AF9F9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; + }; + F3B5F1E44B5B8E2C69FAE4CF7B6D9C36 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; + }; + F3CF5940372906B47D63B535340676E6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + F4525C355A04F29DB2C2A5ED7714CC3C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; + remoteInfo = SDWebImageWebPCoder; + }; + F45A4380F6593FABB8C3240FBD710523 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; + remoteInfo = RNGestureHandler; + }; + F4D47550DE954D538CE85A3784015399 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; + remoteInfo = RNLocalize; + }; + F54987AD32D85094E71C955685979EA8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F3966F664F3CFAEFAB57C40FB54D3788; + remoteInfo = TOCropViewController; + }; + F64D7FB3D7EF1D4A9C62A8A6D9D49C19 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; + }; + F74305E6DC4DCF48EFB361B80E1E255B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + F74909001F06BFD80989EA1E24120FF8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; + remoteInfo = "react-native-jitsi-meet"; + }; + F76EDAEE73405BFAF4D82C3030ECF3D3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; + F7EA730CE479905747DC66FA6C7052DE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 214E42634D1E187D876346D36184B655; + remoteInfo = RNScreens; + }; + F846125E29E251D70B1AD1C25A4A8570 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 64F427905796B33B78A704063422979D; + remoteInfo = "rn-fetch-blob"; + }; + F92C542B64EA2E022ED684F60D55840A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C452F579644C83E8D8E36EC24A9BBD46; + remoteInfo = UMAppLoader; + }; + F9E1C335ABB6801F12F97BCFC9DDE53D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; + remoteInfo = "Flipper-Glog"; + }; + FA5EB785982B36CE6856B2FEDF2D954F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; + remoteInfo = "React-RCTSettings"; + }; + FA896EADDEFA186FBCF0B742EC179953 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; + remoteInfo = "rn-extensions-share"; + }; + FA8F3604D8CB9ADBDB5EBC78D17F341C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; + remoteInfo = UMImageLoaderInterface; + }; + FAFB11F04751C62952E057A901ACF5C9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D985A509BFE270C95EDCBE6B4CBAF189; + remoteInfo = "react-native-simple-crypto"; + }; + FB95FA7BB0B509BA203B43646A21E664 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; + remoteInfo = UMImageLoaderInterface; + }; + FBFB927C5DE22D4BCB49BD084158128F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; + remoteInfo = RNRootView; + }; + FC71D8679F06D6B0716C097692FE37F8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; + remoteInfo = RNReanimated; + }; + FCA51434010DA00CD0F21785C843CB4C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; + }; + FE0A344B015CE53D14C882A96C837457 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; + remoteInfo = "Flipper-Folly"; + }; + FE9E97A93061B50298A9281895A66B09 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; + FF2F45B892E30EE8A21743DAE3F37118 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; + remoteInfo = "React-callinvoker"; + }; + FF6D67A040C9A76472E39C5D7424AE62 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; + remoteInfo = GoogleDataTransportCCTSupport; + }; + FFBB3193CC4127244D032725B16AC110 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; + remoteInfo = RNDeviceInfo; + }; + FFD9E6B085DF94D9F365C59A720C0A8E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0A915EE9D35CA5636731F8763E774951; + remoteInfo = UMCameraInterface; + }; + FFE512D14DACAB0BF4B503E673362E29 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 001FA170DF13E68BB8D1594AA66EFB15 /* Hmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Hmac.h; sourceTree = ""; }; - 002201D42220A11460084594A7D41C99 /* QBVideoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIconView.m; path = ios/QBImagePicker/QBImagePicker/QBVideoIconView.m; sourceTree = ""; }; - 003CE93C4DDE4C73C96EAB73C7D060A3 /* SSLOptions.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SSLOptions.cpp; path = folly/io/async/SSLOptions.cpp; sourceTree = ""; }; - 00511100C6CD2DD4E288177234B9A70A /* Sse.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Sse.cpp; path = folly/detail/Sse.cpp; sourceTree = ""; }; - 0069084C980E0CCA18F5ECC6B7609743 /* UMFileSystemInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFileSystemInterface.release.xcconfig; sourceTree = ""; }; - 007888A61EA4BF4D7E8F20F2B5CDEDC7 /* pt-BR.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "pt-BR.lproj"; path = "Objective-C/TOCropViewController/Resources/pt-BR.lproj"; sourceTree = ""; }; - 0079DD04C30692F59F8E300E7B8FB042 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; - 008807A59B9DA1174EA44F9AC96DA0FD /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; - 0089E53114293DC4FB29B0B7FCC06010 /* react-native-blur-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-blur-prefix.pch"; sourceTree = ""; }; - 00AF277011539E1BA2A41D67DE3E835A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 00D73739E9D187B8F4C0FD08AD0A19A2 /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; - 00D91A5875E9983FFF204F32F3FD65AC /* RNCAppearanceProviderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearanceProviderManager.h; path = ios/Appearance/RNCAppearanceProviderManager.h; sourceTree = ""; }; - 00DABF756E5646DAD0648041D404544F /* UnboundedBlockingQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnboundedBlockingQueue.h; path = folly/executors/task_queue/UnboundedBlockingQueue.h; sourceTree = ""; }; - 00F76ACFECA278B41DF32219B0882794 /* BSG_KSCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry.h; sourceTree = ""; }; - 00FD92E0C6FF75F860F3D5FFBE71F46E /* filters_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_msa.c; path = src/dsp/filters_msa.c; sourceTree = ""; }; - 010C23BE5304A229FA7C6AD861D6979C /* RCTBlobCollector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobCollector.mm; sourceTree = ""; }; - 0115F5211D8EDBE619D72733150E8AC8 /* EXFilePermissionModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFilePermissionModule.m; path = EXFileSystem/EXFilePermissionModule.m; sourceTree = ""; }; - 01210A86DAC9FD816100417B221DC384 /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; + 000902304BD53E799CCEB806DC22CB37 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Sources/Private/FIRComponentContainer.h; sourceTree = ""; }; + 00175827DB99D5A9010E93077E534BEC /* SDFileAttributeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDFileAttributeHelper.m; path = SDWebImage/Private/SDFileAttributeHelper.m; sourceTree = ""; }; + 0040D9E1E7A523E3A7075DBB856F4F1B /* ResumeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ResumeManager.h; path = rsocket/ResumeManager.h; sourceTree = ""; }; + 00492756D17892490D21FC944FA2C961 /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; + 0059306D112DB7C6BF55E41D08388D23 /* FIRCLSNetworkResponseHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSNetworkResponseHandler.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSNetworkResponseHandler.m; sourceTree = ""; }; + 006665DF66925F28D67FF1FC672691EF /* DelayedDestructionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DelayedDestructionBase.h; path = folly/io/async/DelayedDestructionBase.h; sourceTree = ""; }; + 006F13F52CD11373C0ED66F8196F4D9D /* BSG_KSObjCApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjCApple.h; sourceTree = ""; }; + 007085FF1891559D5CBC799FF18BA599 /* FIRCLSURLSession_PrivateMethods.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSession_PrivateMethods.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSession_PrivateMethods.h; sourceTree = ""; }; + 00757B0157CF40DB233460CC17708188 /* FIRCLSCompactUnwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCompactUnwind.h; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.h; sourceTree = ""; }; + 007B11189DB6EFBBF762CD046EBBC8FE /* bit_reader_inl_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bit_reader_inl_utils.h; path = src/utils/bit_reader_inl_utils.h; sourceTree = ""; }; + 0092AD832845D751E242900001441BE7 /* FIRCLSFileManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFileManager.m; path = Crashlytics/Crashlytics/Models/FIRCLSFileManager.m; sourceTree = ""; }; + 00A0130F30682024AAE2CA0270DA07B6 /* EXSessionTaskDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionTaskDispatcher.m; sourceTree = ""; }; + 00C0CA3ABE1F5AF2834C0D91CAC6FE4D /* MemoryFile.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryFile.cpp; path = Core/MemoryFile.cpp; sourceTree = ""; }; + 00DD4C69F8AA90E1B6A681B8D672263E /* ARTShapeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTShapeManager.m; sourceTree = ""; }; + 00ECE302ACBC9A3121F1EB01F9C8264C /* RSocketResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketResponder.cpp; path = rsocket/RSocketResponder.cpp; sourceTree = ""; }; + 00EEFDE59B0E7F938080AC0560DB7484 /* SafeAreaSpacerViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerViewManager.h; sourceTree = ""; }; + 010E94C4E345D269CB25FBB71DF5232B /* F14IntrinsicsAvailability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14IntrinsicsAvailability.h; path = folly/container/detail/F14IntrinsicsAvailability.h; sourceTree = ""; }; + 011065FF99A392B35D65EC4675C8A4C9 /* BSG_KSCrashReportStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportStore.h; sourceTree = ""; }; 012242E4480B29DF1D5791EC61C27FEE /* libreact-native-notifications.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-notifications.a"; path = "libreact-native-notifications.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 0126D8DB3623C7F1A241B4A32C36570B /* vp8_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8_dec.h; path = src/dec/vp8_dec.h; sourceTree = ""; }; - 012F3F1056BE071FFEED0817F533614D /* filters.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters.c; path = src/dsp/filters.c; sourceTree = ""; }; - 0138066FAD6AF55B4D6F217828BD248C /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Brands.ttf; path = Fonts/FontAwesome5_Brands.ttf; sourceTree = ""; }; - 014A403173D43A6E562F2A45D2FD98B6 /* Flipper-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-dummy.m"; sourceTree = ""; }; - 015ED2908ECC524752283E9DDFAACF9C /* SDDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDisplayLink.h; path = SDWebImage/Private/SDDisplayLink.h; sourceTree = ""; }; - 0165B857DEE2F7BEDD93E7F403AF5C19 /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; - 01673B8F104177723D22F638D7170E5E /* SDWebImageDownloaderDecryptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderDecryptor.m; path = SDWebImage/Core/SDWebImageDownloaderDecryptor.m; sourceTree = ""; }; - 0173372DE7B211E3AE3C620F30C323A9 /* Frame.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Frame.cpp; path = rsocket/framing/Frame.cpp; sourceTree = ""; }; - 0186FFFE3F8C4FB045AC4589B4A964B9 /* EXLocalAuthentication.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXLocalAuthentication.debug.xcconfig; sourceTree = ""; }; - 018A4A2984A97D481F3DD6C00832B614 /* FFFastImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageSource.m; path = ios/FastImage/FFFastImageSource.m; sourceTree = ""; }; - 018F46FEAF1DD8C111F1C155BFB499E3 /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; - 01947926DBCCD95119D1A69FFC532A1D /* ThreadLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadLocal.h; path = folly/ThreadLocal.h; sourceTree = ""; }; - 01C21C249489EE346DD4A11EF19D3D5E /* RCTDisplayWeakRefreshable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayWeakRefreshable.m; sourceTree = ""; }; - 01CEB7BEDF8AFCA23480C21F1FD9A7F0 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Sources/Private/FIROptionsInternal.h; sourceTree = ""; }; - 01E0FF3687090764128063FD4FAC68F4 /* EXFileSystem-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXFileSystem-dummy.m"; sourceTree = ""; }; - 0202D87E9621206D1E57393482785D39 /* PBEncodeItem.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = PBEncodeItem.hpp; path = Core/PBEncodeItem.hpp; sourceTree = ""; }; - 02036B3C03D59D4D1FB3A3A97EFE6548 /* BugsnagConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagConfiguration.h; sourceTree = ""; }; - 0208C1262FF9EC01141A889A81EA4068 /* GDTCCTNanopbHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTNanopbHelpers.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h; sourceTree = ""; }; - 020C03DC78F7C7C55B85C4494A144FA5 /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; - 02181EF4D6485C3FC2E09BFE61552BAD /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageStoreManager.h; path = Libraries/Image/RCTImageStoreManager.h; sourceTree = ""; }; - 02191E31784030D16EB4FB91B74D0D8C /* AsyncSignalHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncSignalHandler.h; path = folly/io/async/AsyncSignalHandler.h; sourceTree = ""; }; - 021D1DC5233A6ED6ACC98C98D304204B /* RCTRedBoxSetEnabled.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxSetEnabled.h; sourceTree = ""; }; - 0227B5F183438F086560876EC317F0F2 /* BSG_KSCrashState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashState.m; sourceTree = ""; }; - 0228561F6FB9B2DF2119CB1F08277A1A /* IndexedMemPool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IndexedMemPool.h; path = folly/IndexedMemPool.h; sourceTree = ""; }; - 022B173D8F86D6F1473F8BC42E091742 /* CertificateUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CertificateUtils.h; path = xplat/Flipper/CertificateUtils.h; sourceTree = ""; }; - 023EFF0EBDCAC6817097649EF16544B4 /* FIRComponentContainerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainerInternal.h; path = FirebaseCore/Sources/FIRComponentContainerInternal.h; sourceTree = ""; }; - 0242C21AB8E1526D39739B5E33B76FA4 /* MemoryFile_OSX.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryFile_OSX.cpp; path = Core/MemoryFile_OSX.cpp; sourceTree = ""; }; - 02495614F29A1660017ED8360E99A9CC /* UIImage+MemoryCacheCost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MemoryCacheCost.m"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.m"; sourceTree = ""; }; - 02633E728006295B4207A927758C8102 /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; - 02689AE52EAB86F28DE9785AA8C61DAD /* REASetNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REASetNode.m; sourceTree = ""; }; - 02A51C37EF56880D3AFB17E9B705E658 /* PolyDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PolyDetail.h; path = folly/detail/PolyDetail.h; sourceTree = ""; }; - 02A85A7CC1DA7D8673AFB4B81DB59617 /* AtomicUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUtils.h; path = folly/synchronization/detail/AtomicUtils.h; sourceTree = ""; }; - 02B081373AE87A9295DBCA8CFDFB51C5 /* AtomicHashMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashMap.h; path = folly/AtomicHashMap.h; sourceTree = ""; }; - 02B8285D35791EE8171B2E3CEDC5F375 /* TimedDrivableExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TimedDrivableExecutor.cpp; path = folly/executors/TimedDrivableExecutor.cpp; sourceTree = ""; }; - 02B8AA2C7A15965764B182F03AA83E36 /* FIRCLSDwarfUnwindRegisters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfUnwindRegisters.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwindRegisters.h; sourceTree = ""; }; - 02E62462AA995EE87B17B581CEB7100D /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; - 02ED0FA568D5B35327B51978DE03E596 /* ImageCropPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageCropPicker.h; path = ios/src/ImageCropPicker.h; sourceTree = ""; }; - 030FB85A760428320E144F032D8DDEE4 /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; - 032C8439747D6FDE98BB8D530D891D5A /* UMFontInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFontInterface.release.xcconfig; sourceTree = ""; }; - 03443580AA593293DEA50ACC10E6C737 /* event-config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "event-config.h"; path = "src/event2/event-config.h"; sourceTree = ""; }; + 012AEF8A431D4EA31E3E1985B6C0AED4 /* ThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadPoolExecutor.h; path = folly/executors/ThreadPoolExecutor.h; sourceTree = ""; }; + 0140826316831EF5630C315DCA0E4A84 /* BlurView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BlurView.m; path = ios/BlurView.m; sourceTree = ""; }; + 014B30AAC33F5AF4683E65077F366159 /* FKPortForwardingServer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FKPortForwardingServer.h; path = iOS/FlipperKit/FKPortForwarding/FKPortForwardingServer.h; sourceTree = ""; }; + 0173C60E4048872DAFC00AE9114F945F /* BSG_KSJSONCodecObjC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSJSONCodecObjC.m; sourceTree = ""; }; + 017A2C6365E41E946D6C4365FBD5E608 /* RNGestureHandlerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerEvents.h; path = ios/RNGestureHandlerEvents.h; sourceTree = ""; }; + 017CA43813A1F62D800C048DC693CAB4 /* RNCAsyncStorage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCAsyncStorage.debug.xcconfig; sourceTree = ""; }; + 01AA4DFC050C2F2066EE7D38741351F5 /* BugsnagSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSession.m; sourceTree = ""; }; + 01B03840BE50719172A19F8878C9F88A /* libevent_core.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libevent_core.a; path = lib/libevent_core.a; sourceTree = ""; }; + 01C14D26B54B14E2C3D3C16E9D9FB416 /* EXAudioSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioSessionManager.h; path = EXAV/EXAudioSessionManager.h; sourceTree = ""; }; + 01ED0B3A55711F13FE8487AB8F53BCD8 /* stack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stack.h; path = ios/include/openssl/stack.h; sourceTree = ""; }; + 01EDB342CD7BCF8327420B7DAF331179 /* decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = decode.h; path = src/webp/decode.h; sourceTree = ""; }; + 01FA454CC5BE6D52C5AF72A217A8E779 /* FBLPromise+Wrap.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Wrap.m"; path = "Sources/FBLPromises/FBLPromise+Wrap.m"; sourceTree = ""; }; + 0212CAA27410D0FB53BA628CE92337FF /* NSError+BSG_SimpleConstructor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSError+BSG_SimpleConstructor.h"; sourceTree = ""; }; + 0217298A548E81414550B50749648BEA /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; + 021A156296AB0554566843FE9796E67A /* FBLPromiseError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromiseError.m; path = Sources/FBLPromises/FBLPromiseError.m; sourceTree = ""; }; + 022E17D1D9575039352CFAFCD7EEA286 /* RNCNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCNetInfo.h; path = ios/RNCNetInfo.h; sourceTree = ""; }; + 02685F68FD6C5940C2217560FBB9B787 /* RNRotationHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNRotationHandler.m; sourceTree = ""; }; + 028F7C1E056AF6DD397D02CD928ABF63 /* FIRCLSException.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSException.mm; path = Crashlytics/Crashlytics/Handlers/FIRCLSException.mm; sourceTree = ""; }; + 029A7C5F118B366FCF0283EFAB4C84A1 /* RCTConvertHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvertHelpers.h; sourceTree = ""; }; + 029B610777498F2743F1B0A193B3866B /* InterProcessLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InterProcessLock.h; path = Core/InterProcessLock.h; sourceTree = ""; }; + 02A03AF8BEE839AAE07CA0F5DA80153D /* File.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = File.cpp; path = folly/File.cpp; sourceTree = ""; }; + 02B03A342D21D0ED16AB6755105BBDB2 /* RCTWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWeakProxy.m; sourceTree = ""; }; + 02D55DBCA9B17A85AD71979A6D879237 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; + 03077FEF0686D9678621F3F741946193 /* RNCAppearance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearance.h; path = ios/Appearance/RNCAppearance.h; sourceTree = ""; }; + 03104D3E68F775B8F003CEE5780C999E /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; + 0312826BA35B17245A471EAA7A7080A6 /* ThreadWheelTimekeeperHighRes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadWheelTimekeeperHighRes.h; path = folly/experimental/ThreadWheelTimekeeperHighRes.h; sourceTree = ""; }; + 0325CB0F2DE23511AA9D3DC4A502DEF9 /* ConnectionContextStore.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectionContextStore.cpp; path = xplat/Flipper/ConnectionContextStore.cpp; sourceTree = ""; }; + 032F54303D375ECFCAEA8B9E72757E67 /* RCTAes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTAes.m; path = ios/RCTCrypto/RCTAes.m; sourceTree = ""; }; + 03454A02EB1C8F110E308612DA4C3AAC /* Init.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Init.cpp; path = folly/ssl/Init.cpp; sourceTree = ""; }; + 0357CEE67B08C3797C91505B75E470C6 /* PTUSBHub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PTUSBHub.m; path = peertalk/PTUSBHub.m; sourceTree = ""; }; + 035A37F50A3394D891BEE70871FE6F82 /* ScheduledRSocketResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScheduledRSocketResponder.cpp; path = rsocket/internal/ScheduledRSocketResponder.cpp; sourceTree = ""; }; 036CDF7045E86FCDADCDD019524569DD /* Pods-RocketChatRN.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-RocketChatRN.modulemap"; sourceTree = ""; }; - 036F9B209681A89B544D0842A186E161 /* pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb.h; sourceTree = ""; }; - 03809266443F83EF94EEB349A0911767 /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; - 038B90BC0493E9E9F46DD983CE071AF8 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 038FEE5B28D5DF7C455895C619386E93 /* Stdio.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Stdio.cpp; path = folly/portability/Stdio.cpp; sourceTree = ""; }; - 039839D47A4C8946C2D64C309C759DA6 /* RCTNetworkTask.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworkTask.mm; sourceTree = ""; }; - 039CA77E724E386548175DFA3BB53368 /* DynamicParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicParser.h; path = folly/experimental/DynamicParser.h; sourceTree = ""; }; - 03C08D6B11125067C4EE09313AE1DDEC /* RNFetchBlobNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobNetwork.h; path = ios/RNFetchBlobNetwork.h; sourceTree = ""; }; - 03C8C28D58A5168857490584CE90FB2D /* RCTRsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRsa.h; path = ios/RCTCrypto/RCTRsa.h; sourceTree = ""; }; - 03EB61B15FE6B01615EF4B1D593E9997 /* READebugNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = READebugNode.h; sourceTree = ""; }; - 040AD87D50B76915BDA965856789F284 /* BSG_KSMachApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachApple.h; sourceTree = ""; }; - 041E5B030A0A4AFF447EF5C92E499497 /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = SDWebImage/Core/SDImageIOCoder.m; sourceTree = ""; }; - 042726726E254DE95C4A96B291270D55 /* SDImageIOAnimatedCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOAnimatedCoder.m; path = SDWebImage/Core/SDImageIOAnimatedCoder.m; sourceTree = ""; }; - 04347FE2C60FB984DA64F6E33F195F15 /* IPAddressV4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressV4.h; path = folly/IPAddressV4.h; sourceTree = ""; }; - 045F77A41BE8832D73DDB3E43BF7D1E1 /* Demangle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Demangle.h; path = folly/detail/Demangle.h; sourceTree = ""; }; - 04688135DF61865A615255E85EBF964A /* Unicode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unicode.h; path = folly/Unicode.h; sourceTree = ""; }; - 0472646441303309E0A83153165743ED /* RCTPerfMonitor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPerfMonitor.mm; sourceTree = ""; }; - 0472651E83963940ACB29AC09FE2A27E /* GDTCORClock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORClock.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORClock.m; sourceTree = ""; }; - 04813B4D3985AC5B829A6BE775B14BB3 /* ThreadLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadLock.h; path = Core/ThreadLock.h; sourceTree = ""; }; - 04A398745848F80E21BF835100FA2C49 /* React-RCTNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTNetwork-dummy.m"; sourceTree = ""; }; - 04BB5049922B42658DC0CCB068173B3B /* ConcurrentSkipList-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ConcurrentSkipList-inl.h"; path = "folly/ConcurrentSkipList-inl.h"; sourceTree = ""; }; - 04C280FB982440DE37A4A5D90D528FCE /* UMModuleRegistryHolderReactModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryHolderReactModule.m; sourceTree = ""; }; - 04C48E439F9E9B7D68F852F8C31AFE94 /* Executor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Executor.h; path = folly/Executor.h; sourceTree = ""; }; - 04D964E01E93EEB76474F1E15D359758 /* react-native-background-timer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-background-timer.debug.xcconfig"; sourceTree = ""; }; - 04E80D24B69CAF79B647047CFBA1344A /* ReadMostlySharedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReadMostlySharedPtr.h; path = folly/experimental/ReadMostlySharedPtr.h; sourceTree = ""; }; - 04E9D0AC9FB8A933C9FA85D8C7D65515 /* GULReachabilityMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityMessageCode.h; path = GoogleUtilities/Reachability/Private/GULReachabilityMessageCode.h; sourceTree = ""; }; - 04F55D3F397ECB5EC5775353C8DF0BD9 /* experiments-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "experiments-inl.h"; sourceTree = ""; }; - 04FEF6F875101F753829E01770AD456D /* FirebaseInstallations.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.release.xcconfig; sourceTree = ""; }; - 0507420243D730CE1A403A4D95EB2038 /* picture_rescale_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_rescale_enc.c; path = src/enc/picture_rescale_enc.c; sourceTree = ""; }; - 050CB502308A92E6727ACFACBBE55769 /* Shared.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Shared.h; sourceTree = ""; }; - 052CE1583B46F9055A7087FA4FAD6732 /* EventBaseManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBaseManager.h; path = folly/io/async/EventBaseManager.h; sourceTree = ""; }; - 0553CE1EFDED0D2A6EF6DAC630542A9D /* FIRCLSPackageReportOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSPackageReportOperation.h; path = Crashlytics/Crashlytics/Operations/Reports/FIRCLSPackageReportOperation.h; sourceTree = ""; }; - 055CE69610CA194469E7C652826233F0 /* yuv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv.c; path = src/dsp/yuv.c; sourceTree = ""; }; - 057D64270D389483BE744775FE26CFB6 /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; - 058E80B7644BE3E1B25970B8AD573855 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 05C3C18773D1317ECFC99F17008FC8CF /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; - 05D9FE3083821E98413C0B52EE5EF0D3 /* FIRCrashlytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCrashlytics.m; path = Crashlytics/Crashlytics/FIRCrashlytics.m; sourceTree = ""; }; - 05F4F63DD824EF8CC9EE3D95AB9D6D9F /* Flowable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Flowable.h; path = yarpl/flowable/Flowable.h; sourceTree = ""; }; - 06008C4131E8EDCE1A8DA616D077DE04 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Sources/Private/FIRAppInternal.h; sourceTree = ""; }; - 060DCC04ED45B18EBCBA8E9E0923153A /* Bits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bits.h; path = folly/lang/Bits.h; sourceTree = ""; }; - 0628E0BC70AC9F2CFC37774730786650 /* AsyncTrace.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncTrace.cpp; path = folly/detail/AsyncTrace.cpp; sourceTree = ""; }; + 03A391F8899578F3ADE31E1B30461E8B /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBundleType.h; sourceTree = ""; }; + 03C733833A84BDFC3A972C5548EFD00D /* React-callinvoker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-callinvoker.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 03EF611335A19E0B5EDDB84BF2D9AF24 /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; + 0410D212DCDE9A2245C8714A5F44DCA5 /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = NativeToJsBridge.cpp; sourceTree = ""; }; + 041B30A5415340BEFED4EAA76B502232 /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; + 0455755620919652DDC71E90AF31EB5D /* TcpDuplexConnection.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpDuplexConnection.cpp; path = rsocket/transports/tcp/TcpDuplexConnection.cpp; sourceTree = ""; }; + 045F8404AFFDA6C19E7C43669B4F12E9 /* Fcntl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Fcntl.cpp; path = folly/portability/Fcntl.cpp; sourceTree = ""; }; + 0463705C5C8AD88A127C191E4A74C7D7 /* EventBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBase.h; path = folly/io/async/EventBase.h; sourceTree = ""; }; + 0469EBD08988085A3D9318CD4930AD16 /* SDImageHEICCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoderInternal.h; path = SDWebImage/Private/SDImageHEICCoderInternal.h; sourceTree = ""; }; + 046AC6AC697ABA697735A3767B51D1BC /* RNSScreenStackHeaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStackHeaderConfig.m; path = ios/RNSScreenStackHeaderConfig.m; sourceTree = ""; }; + 0481BC4DEBA5F686B54B970B5EDB1EDC /* ARTSurfaceView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTSurfaceView.m; path = ios/ARTSurfaceView.m; sourceTree = ""; }; + 0486180C9449772B885DC0B3230F9DC1 /* react-native-jitsi-meet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-jitsi-meet.debug.xcconfig"; sourceTree = ""; }; + 048A1AEBD5881E5420D1869E987640A4 /* double-conversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "double-conversion.h"; path = "double-conversion/double-conversion.h"; sourceTree = ""; }; + 04912550F6911C0B921FCBD2F7D8C31D /* SKYogaKitHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKYogaKitHelper.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKYogaKitHelper.h; sourceTree = ""; }; + 04B6469111401BFB0E502B3179828F9F /* GDTCCTPrioritizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTPrioritizer.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTPrioritizer.m; sourceTree = ""; }; + 04BC76B3FD500189184D2F37A7A50AB8 /* FIRCLSAllocate.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSAllocate.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.c; sourceTree = ""; }; + 04DC8BEBCBCD61D58D7720C9D70F2F13 /* dtls1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dtls1.h; path = ios/include/openssl/dtls1.h; sourceTree = ""; }; + 04F32D39B9649C511CA9ADE07B4E1A6B /* SKButtonDescriptor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKButtonDescriptor.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKButtonDescriptor.mm; sourceTree = ""; }; + 052DBC23C2595BD16CDE1D0F5FB2B8DE /* ExecutorWithPriority-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ExecutorWithPriority-inl.h"; path = "folly/executors/ExecutorWithPriority-inl.h"; sourceTree = ""; }; + 0530D03FC790D4EDEC89A8966469F3C0 /* filters_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_mips_dsp_r2.c; path = src/dsp/filters_mips_dsp_r2.c; sourceTree = ""; }; + 0546496D55B12E0B66130FF244AB7E09 /* UMReactLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactLogHandler.h; sourceTree = ""; }; + 0571EA1F9B0519AE1F8B5CAFF9B4C64F /* CertificateUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CertificateUtils.cpp; path = xplat/Flipper/CertificateUtils.cpp; sourceTree = ""; }; + 059C584615D0AC1A97DA10A01C10720D /* FIRAValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAValue.h; path = Crashlytics/Crashlytics/Helpers/FIRAValue.h; sourceTree = ""; }; + 05AE329640AE5C2CE47634EC6F9FC10B /* RNCAppearanceProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearanceProvider.m; path = ios/Appearance/RNCAppearanceProvider.m; sourceTree = ""; }; + 05B268C6CFA6DB1F366D89B968D499C7 /* RNFBAnalyticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBAnalyticsModule.h; path = ios/RNFBAnalytics/RNFBAnalyticsModule.h; sourceTree = ""; }; + 05B5BF54EBB0285CF87826145CB98B4E /* RNBootSplash.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNBootSplash.debug.xcconfig; sourceTree = ""; }; + 05B819B9D0F5E8E7D8373B00494B2F42 /* FIRCLSThreadArrayOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSThreadArrayOperation.m; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.m; sourceTree = ""; }; + 05CC0A2CFA9F540FCA4C6E079377E271 /* Barrier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Barrier.h; path = folly/futures/Barrier.h; sourceTree = ""; }; + 06029B4CCEA4A1994C185EC7BBE0EF94 /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; + 0605485DB7CC412F7210A7E521585755 /* FBLPromise+Do.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Do.m"; path = "Sources/FBLPromises/FBLPromise+Do.m"; sourceTree = ""; }; + 060763019E2E465F06870A92C77E6153 /* EXFileSystemAssetLibraryHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemAssetLibraryHandler.m; path = EXFileSystem/EXFileSystemAssetLibraryHandler.m; sourceTree = ""; }; + 060C50AC52A5A3B536E8000BA6D84D8B /* bit_writer_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_writer_utils.c; path = src/utils/bit_writer_utils.c; sourceTree = ""; }; + 061440658F855B49FF0B12EB154807A8 /* InlineFunctionRef.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InlineFunctionRef.h; path = folly/synchronization/detail/InlineFunctionRef.h; sourceTree = ""; }; + 06225DC165023E2B2382C93865C9F2F9 /* FIRCLSFile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFile.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSFile.m; sourceTree = ""; }; + 06478CAB468FDEBAC5D6AF508A28CD53 /* FIRAppAssociationRegistration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAppAssociationRegistration.m; path = FirebaseCore/Sources/FIRAppAssociationRegistration.m; sourceTree = ""; }; 06489499588BFA8FD5E63DD6375CD533 /* libFolly.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFolly.a; path = libFolly.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 065027678973792C8BE0BFAC086A9A80 /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; - 06591E4216F44D6C44D911A7EB5B966E /* RNFetchBlobConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobConst.h; path = ios/RNFetchBlobConst.h; sourceTree = ""; }; - 065CDBAB4BBD4893251619FC19DE928F /* Try-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Try-inl.h"; path = "folly/Try-inl.h"; sourceTree = ""; }; - 069CBCBAFF982144A9E3AE6183BD424E /* StorageSetters.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StorageSetters.m; path = ios/StorageSetters.m; sourceTree = ""; }; - 06B3EF543B57FC1CE21614FEC0AB4908 /* rescaler_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_sse2.c; path = src/dsp/rescaler_sse2.c; sourceTree = ""; }; - 06B9D1DAFB722F8830E2B06BD41AA29D /* RCTAppearance.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppearance.mm; sourceTree = ""; }; - 06D95F7AE2A7309D3F28A778AADB34EC /* UMConstantsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMConstantsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 06D99FEABE233078B04675E85801C805 /* UMPermissionsInterface-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMPermissionsInterface-dummy.m"; sourceTree = ""; }; - 06DE80020E4B2F19777490AC6B67380F /* PublisherBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PublisherBase.cpp; path = rsocket/statemachine/PublisherBase.cpp; sourceTree = ""; }; - 06F1093D867F278ADCF7F09C2054F50A /* IPAddressV6.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IPAddressV6.cpp; path = folly/IPAddressV6.cpp; sourceTree = ""; }; - 06F8BFFF2069E69A75B1ED75DD9E217B /* ConcurrentHashMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcurrentHashMap.h; path = folly/concurrency/ConcurrentHashMap.h; sourceTree = ""; }; + 0665E6CEF9086198C8B77743642C21C8 /* HHWheelTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HHWheelTimer.h; path = folly/io/async/HHWheelTimer.h; sourceTree = ""; }; + 067B600C9902AB66C45BE3F46CDF9985 /* FIRVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRVersion.m; path = FirebaseCore/Sources/FIRVersion.m; sourceTree = ""; }; + 067E10B4372B09320BC2CD0420B5C71F /* diy-fp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "diy-fp.h"; path = "double-conversion/diy-fp.h"; sourceTree = ""; }; + 068760A519E70A35B2C34331A54B760E /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; + 068EEF38D7EFD6F275D098357CBC1325 /* RNScreens-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNScreens-prefix.pch"; sourceTree = ""; }; + 069299EFCFF6E6430615690CFEAC7198 /* firebasecore.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = firebasecore.nanopb.c; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.c; sourceTree = ""; }; + 06998019CE075AB5293527DED9A66FCC /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; + 06A2859FB3B2D27B0C9324385973775F /* Foreach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Foreach.h; path = folly/container/Foreach.h; sourceTree = ""; }; + 06AEDE15DF84ADD8291646C4FA7FAE64 /* RNLocalize-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNLocalize-prefix.pch"; sourceTree = ""; }; + 06B22DAA676EE05EBC1B9F5D6DB870E7 /* HHWheelTimer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = HHWheelTimer.cpp; path = folly/io/async/HHWheelTimer.cpp; sourceTree = ""; }; + 06C2AF1B8ECA7FFD0AAADCDAD9D4E773 /* rand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rand.h; path = ios/include/openssl/rand.h; sourceTree = ""; }; + 06CAD0773405472569BC94754EFA4CD5 /* SanitizeLeak.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SanitizeLeak.h; path = folly/memory/SanitizeLeak.h; sourceTree = ""; }; + 06D84CBCC57034D95E396652273DA377 /* ThreadName.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadName.cpp; path = folly/system/ThreadName.cpp; sourceTree = ""; }; + 06DA4E3112A60D536D3ADB869188A55E /* RNCMaskedView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNCMaskedView-prefix.pch"; sourceTree = ""; }; + 06ED1503399F931536AD51E0C2C89640 /* MemoryMapping.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryMapping.h; path = folly/system/MemoryMapping.h; sourceTree = ""; }; 06FC5C9CF96D60C50FCD47D339C91951 /* libnanopb.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libnanopb.a; path = libnanopb.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 070696EFF4D268974F3A527D4B7DEFE2 /* BSG_KSFileUtils.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSFileUtils.c; sourceTree = ""; }; - 07069DB340596523BA0DA865DCFC0A2E /* FIRInstallationsAuthTokenResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResult.h; path = FirebaseInstallations/Source/Library/Public/FIRInstallationsAuthTokenResult.h; sourceTree = ""; }; - 07149C02A8511D2022417E487EF1F67E /* RNGestureHandlerButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerButton.h; path = ios/RNGestureHandlerButton.h; sourceTree = ""; }; - 071E75FDBFEA2AC914CD59854483E796 /* SDImageIOAnimatedCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoder.h; path = SDWebImage/Core/SDImageIOAnimatedCoder.h; sourceTree = ""; }; - 0734806CEDD62D0E9D7FF8EE51277DB5 /* JSCRuntime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSCRuntime.cpp; sourceTree = ""; }; - 074278097BD55AD377D091A521D88AA1 /* JitsiMeetSDK.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JitsiMeetSDK.release.xcconfig; sourceTree = ""; }; - 0745BF8D5B1054F96F53C67048FD03D8 /* StreamFragmentAccumulator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StreamFragmentAccumulator.h; path = rsocket/statemachine/StreamFragmentAccumulator.h; sourceTree = ""; }; - 0748B588FB16D06CBCF75DA45E52446F /* Builtins.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Builtins.cpp; path = folly/portability/Builtins.cpp; sourceTree = ""; }; - 076D53A66DD6448CF310C6DB5EFEDC8D /* upsampling_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse2.c; path = src/dsp/upsampling_sse2.c; sourceTree = ""; }; - 077A7984AA427330B9FB8A9A1DED0246 /* CodedOutputData.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CodedOutputData.cpp; path = Core/CodedOutputData.cpp; sourceTree = ""; }; - 0793CBD7F04644CD5E1899D90653E902 /* opensslconf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = opensslconf.h; path = ios/include/openssl/opensslconf.h; sourceTree = ""; }; - 07AE8145010F628CF27BCCB9923E1542 /* FBReactNativeSpec.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBReactNativeSpec.debug.xcconfig; sourceTree = ""; }; - 07B9C307E7FF9A3A841C472AD6CB3ACF /* BSG_KSCrashContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashContext.h; sourceTree = ""; }; - 07BA4D9042D32162E1E976ACDEFDE500 /* react-native-simple-crypto-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-simple-crypto-prefix.pch"; sourceTree = ""; }; - 07C8CB3B3C4D5B560422F881C4828059 /* React-jsi.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-jsi.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 07E84D720FD7374D90D6717CE19DCF84 /* REAParamNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAParamNode.h; sourceTree = ""; }; - 0800ED0246335ABD19B4572AC48F94AC /* types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = types.h; path = src/webp/types.h; sourceTree = ""; }; - 0838D012181F528996A1D16C84E143FB /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 08494FD840C7A96C7FFBD844718EB38F /* RNRootView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNRootView-prefix.pch"; sourceTree = ""; }; - 085875901D5DB825E5B6C5D38816EE79 /* ConstexprMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConstexprMath.h; path = folly/ConstexprMath.h; sourceTree = ""; }; - 085FBE8FF98A06866720F0893C463949 /* F14Defaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Defaults.h; path = folly/container/detail/F14Defaults.h; sourceTree = ""; }; - 086462D8D1C17C73B98E9C2E5E001D7B /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Solid.ttf; path = Fonts/FontAwesome5_Solid.ttf; sourceTree = ""; }; - 086CD79AFC938BBBAAC81BE9E803F7F3 /* BugsnagSessionTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTracker.m; sourceTree = ""; }; - 0873F1CBB3C5B32167C8C6A13C5F9D6F /* Flipper-RSocket-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-RSocket-dummy.m"; sourceTree = ""; }; - 08836A686AAED177499BDBDE318F72A2 /* FIRInstallationsErrorUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrorUtil.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.h; sourceTree = ""; }; - 088F1098685842F4085108AFD5AFCDD5 /* BSG_KSCrashCallCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashCallCompletion.h; sourceTree = ""; }; - 089A09671E5429ECCD84B421D5002839 /* SafeAssert.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SafeAssert.cpp; path = folly/lang/SafeAssert.cpp; sourceTree = ""; }; - 08D0D288B0D80756B149DABE9ACC350A /* Hash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hash.h; path = folly/Hash.h; sourceTree = ""; }; + 07175D29AF10E770288BF8B9D85FC3DE /* Event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Event.h; path = folly/portability/Event.h; sourceTree = ""; }; + 0769715AC8ED7B06EF09A038382D8072 /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; + 076EE8D97EF7A6EBC91CD96E90D1A10A /* FrameHeader.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameHeader.cpp; path = rsocket/framing/FrameHeader.cpp; sourceTree = ""; }; + 076FFA7EA929964428017CF526ACD793 /* FrameSerializer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameSerializer.cpp; path = rsocket/framing/FrameSerializer.cpp; sourceTree = ""; }; + 0781F7E7BAAF0A8DADD804243F814C91 /* FIRDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDiagnosticsData.h; path = FirebaseCore/Sources/FIRDiagnosticsData.h; sourceTree = ""; }; + 07BE4B814A6B137B6E34446514FA5FB7 /* FlipperKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FlipperKit-prefix.pch"; sourceTree = ""; }; + 07C13971B9F4ECF08B4ECB8F844157E1 /* ARTGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTGroup.m; path = ios/ARTGroup.m; sourceTree = ""; }; + 07C67FDC4BE18AC2E63B1012713E18A4 /* ThreadWheelTimekeeper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadWheelTimekeeper.cpp; path = folly/futures/ThreadWheelTimekeeper.cpp; sourceTree = ""; }; + 07CD9237853F7177B1756059C47A8179 /* FBLPromise+Recover.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Recover.m"; path = "Sources/FBLPromises/FBLPromise+Recover.m"; sourceTree = ""; }; + 07FAF491C4D473D315A3EDCC15CDEBC4 /* EXConstantsService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstantsService.m; path = EXConstants/EXConstantsService.m; sourceTree = ""; }; + 08097D15DEE25E1C1E4F8EF20FB0FF71 /* RNConfigReader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNConfigReader.release.xcconfig; sourceTree = ""; }; + 081A8C765C0DA10C5FA8C3D7B8127150 /* GULNetworkConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkConstants.m; path = GoogleUtilities/Network/GULNetworkConstants.m; sourceTree = ""; }; + 082A7B3B592D6A81CF11E7EDD448734C /* RCTStatusBarManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTStatusBarManager.mm; sourceTree = ""; }; + 08391954A2F97E467DB6AE01410CDE9F /* FIRCLSFABHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABHost.m; path = Crashlytics/Shared/FIRCLSFABHost.m; sourceTree = ""; }; + 0870C5DA42217B8684DF7511AF262A2B /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; + 0876696CAECA40DB9689E65FA1C02BBC /* Singleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Singleton.h; path = folly/Singleton.h; sourceTree = ""; }; + 088D867B6045E08C3426542A42C39248 /* BugsnagReactNative.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BugsnagReactNative.h; path = cocoa/BugsnagReactNative.h; sourceTree = ""; }; + 08917AE47DD0A964713A4DCB0CD85E2D /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; + 08B57705AC00A05253CC6DD9FC10187D /* RNPinchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPinchHandler.m; sourceTree = ""; }; 08D1FFC2980C1ED72AE9A4C44A0544C3 /* libreact-native-document-picker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-document-picker.a"; path = "libreact-native-document-picker.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 08D438F764FFF20D91EAA0ED5F908375 /* RCTRequired.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.debug.xcconfig; sourceTree = ""; }; - 08E048C0863E884159C9BF12D42A7418 /* AutoTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AutoTimer.h; path = folly/experimental/AutoTimer.h; sourceTree = ""; }; - 08F5473535AA199ACD63A328D2A3723E /* RCTImageURLLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoader.h; path = Libraries/Image/RCTImageURLLoader.h; sourceTree = ""; }; - 0904C9AF3A54D58F94663122B993853D /* React-RCTAnimation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAnimation-prefix.pch"; sourceTree = ""; }; - 090F7BC299047721ECA7150CF3A00439 /* FlowableOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlowableOperator.h; path = yarpl/flowable/FlowableOperator.h; sourceTree = ""; }; - 09237B423884236038ABED6E33B113CB /* FBLPromise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromise.m; path = Sources/FBLPromises/FBLPromise.m; sourceTree = ""; }; - 0936CF5AA7B318B659CA94DB79E55E34 /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; - 093FAE9F76D5A8E0F1A628474112ABB8 /* RNCMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCMaskedViewManager.m; path = ios/RNCMaskedViewManager.m; sourceTree = ""; }; - 094EFF038581C1983544596C908ECB3E /* DeferObservable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeferObservable.h; path = yarpl/observable/DeferObservable.h; sourceTree = ""; }; - 0952FB1FF0EC6BBB3FD387D18D4FA7D6 /* BSG_KSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSLogger.m; sourceTree = ""; }; - 096AEB36DD9B43852DD6E8213D51692B /* EXAppleAuthenticationMappings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppleAuthenticationMappings.h; path = EXAppleAuthentication/EXAppleAuthenticationMappings.h; sourceTree = ""; }; - 0975908072FC3137A7F3FC73AA13C310 /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; - 0976149B914517D2B8E9E05A1BDC7A78 /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; - 097E0146B99C0110251FC324F4A6BF5B /* RCTTypeSafety-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTTypeSafety-prefix.pch"; sourceTree = ""; }; - 09A7EE4C2B323EE52E83432C30BC5DB1 /* RNDeviceInfo.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDeviceInfo.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 08D3D7DC15C26E8E3B97E403623C5174 /* UMMagnetometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerInterface.h; path = UMSensorsInterface/UMMagnetometerInterface.h; sourceTree = ""; }; + 08DD01A4E965226D8BC4FC41383EBAE9 /* EXAudioSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioSessionManager.m; path = EXAV/EXAudioSessionManager.m; sourceTree = ""; }; + 08DE2CD44AF217C48F7576C1DE8CC2ED /* RCTAsyncLocalStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAsyncLocalStorage.mm; sourceTree = ""; }; + 091809CBC872C804DE3A695B7FB6918B /* RNCMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCMaskedView.h; path = ios/RNCMaskedView.h; sourceTree = ""; }; + 091B9316E2C55E334701445636365921 /* RCTSha.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSha.m; path = ios/RCTCrypto/RCTSha.m; sourceTree = ""; }; + 0932E7FA55A62ECF2AFD9B3A9CAE0053 /* GDTCORUploadCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploadCoordinator.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadCoordinator.h; sourceTree = ""; }; + 094F5EDAB5CCCE4C29647C4ECD85275D /* FBLPromise+Race.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Race.h"; path = "Sources/FBLPromises/include/FBLPromise+Race.h"; sourceTree = ""; }; + 09509A5FCC62EF4A989E868E79B258C4 /* RCTAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedImage.m; sourceTree = ""; }; + 09593B49C3807C670A36FAA809CC9F1F /* StaticSingletonManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StaticSingletonManager.h; path = folly/detail/StaticSingletonManager.h; sourceTree = ""; }; + 096C07C46041D253F0260EFD31015016 /* rescaler_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_utils.c; path = src/utils/rescaler_utils.c; sourceTree = ""; }; 09B5856105EF7C6447B9EC57E7E36B34 /* libEXKeepAwake.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXKeepAwake.a; path = libEXKeepAwake.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 09B7DEEA65B8C8BC1B2633BACEC99A15 /* FIRVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRVersion.m; path = FirebaseCore/Sources/FIRVersion.m; sourceTree = ""; }; - 09BB52AAF109E35C2D17CC35E34D503C /* NotificationQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NotificationQueue.h; path = folly/io/async/NotificationQueue.h; sourceTree = ""; }; - 09D566BB3C8B63999C45945835DD2B2B /* RNCSafeAreaViewMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewMode.m; path = ios/SafeAreaView/RNCSafeAreaViewMode.m; sourceTree = ""; }; - 09FDF543C10CA1A18E1DC6E8B99D5908 /* react-native-cookies-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-cookies-prefix.pch"; sourceTree = ""; }; - 09FF78559FA5B7EBF112AB6F10F7FCEC /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = SimpleLineIcons.ttf; path = Fonts/SimpleLineIcons.ttf; sourceTree = ""; }; - 0A0C7B210F71F8C2716DF50B5320CD12 /* UMReactNativeAdapter.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMReactNativeAdapter.debug.xcconfig; sourceTree = ""; }; - 0A323829E2B6A2452295F1C0FB344F84 /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRedBox.h; path = React/CoreModules/RCTRedBox.h; sourceTree = ""; }; - 0A35716CE53E5A13361A96727622758D /* FIRCLSRecordApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordApplication.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.h; sourceTree = ""; }; - 0A3B0AAB41F9B57894577B871DC1E5F2 /* FIRCLSInternalLogging.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSInternalLogging.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.c; sourceTree = ""; }; - 0A4F23DD05421EB572EEF126AD91F81B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 0A5A53F22D88DCD515B2AD4F9D89F74B /* SysFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysFile.h; path = folly/portability/SysFile.h; sourceTree = ""; }; - 0A6094AE3830A4927FE84150624EE0EB /* SKObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKObject.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKObject.h; sourceTree = ""; }; - 0A9EE51F40C6D1D7D752BF956E25EB3D /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; - 0AA47E7769F20AD663A768980216AED7 /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = SDWebImage/Core/SDImageCodersManager.m; sourceTree = ""; }; - 0AB35A59F45DA392AB845C736CF295F9 /* FIRCLSCompoundOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSCompoundOperation.m; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.m; sourceTree = ""; }; - 0AB4E7AD9AA8496FF913E6BBE6820873 /* FIRCLSURLSessionDataTask_PrivateMethods.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionDataTask_PrivateMethods.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDataTask_PrivateMethods.h; sourceTree = ""; }; - 0AC2582EB98BDA010CCBB354B432853B /* FIRCLSDataCollectionToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSDataCollectionToken.m; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.m; sourceTree = ""; }; - 0AECA95A98A64EAA6AECCA5DF758BCEB /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; - 0AF3A1C3731FA01B628497655FB6E1D0 /* IOBuf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOBuf.h; path = folly/io/IOBuf.h; sourceTree = ""; }; - 0B0496971D57C34048B99D7F984ACD37 /* evp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evp.h; path = ios/include/openssl/evp.h; sourceTree = ""; }; - 0B097EA029B1087BFEF60484DB16240D /* Singleton.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Singleton.cpp; path = folly/Singleton.cpp; sourceTree = ""; }; - 0B3C592644773799E80FB3D3A56CC7CE /* BugsnagSink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSink.h; sourceTree = ""; }; - 0B7CDDCA98039365795266478523172A /* RCTRsa.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTRsa.m; path = ios/RCTCrypto/RCTRsa.m; sourceTree = ""; }; - 0B7EECD438F89B9553FB8B74B467446B /* RCTActionSheetManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTActionSheetManager.mm; sourceTree = ""; }; - 0B8D9B432F6C46FD0A6C9B58434D29A3 /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; - 0B959A223C5E442E24705C6F0F7FB1EC /* DestructorCheck.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DestructorCheck.h; path = folly/io/async/DestructorCheck.h; sourceTree = ""; }; - 0BB6C4A3B20071A7658C07D99F31BC1D /* TurboModuleBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModuleBinding.cpp; path = turbomodule/core/TurboModuleBinding.cpp; sourceTree = ""; }; - 0BB88465F8EED86A56CAD79A506E3263 /* err.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = err.h; path = ios/include/openssl/err.h; sourceTree = ""; }; - 0BF358F6518B1D2767C1A7E40F1F46C5 /* JemallocNodumpAllocator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JemallocNodumpAllocator.h; path = folly/experimental/JemallocNodumpAllocator.h; sourceTree = ""; }; - 0BF959B84EC443C4637E597EDBBE8595 /* React-RCTText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTText-prefix.pch"; sourceTree = ""; }; - 0C0A7627228EB40F1834D89D676B4A2A /* UMExportedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMExportedModule.m; path = UMCore/UMExportedModule.m; sourceTree = ""; }; - 0C1BC58115162F2086B174A2E09903C8 /* fixed-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fixed-dtoa.cc"; path = "double-conversion/fixed-dtoa.cc"; sourceTree = ""; }; - 0C301452422EE5E95093145C0E5E6B8D /* obj_mac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = obj_mac.h; path = ios/include/openssl/obj_mac.h; sourceTree = ""; }; - 0C3CA6BA306C0B36C1745DA9186D159D /* RSocketStateMachine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketStateMachine.h; path = rsocket/statemachine/RSocketStateMachine.h; sourceTree = ""; }; - 0C3DE6A59FA1C9DAC116B913636DEB99 /* React-RCTLinking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTLinking-dummy.m"; sourceTree = ""; }; - 0C4B3D77C78D9BA2CD27BC9B40BE1E00 /* YGLayoutExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = YGLayoutExtensions.swift; path = YogaKit/Source/YGLayoutExtensions.swift; sourceTree = ""; }; - 0C61ED89CF1A2A977DE8C65432FCFEE8 /* RsaFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RsaFormatter.m; sourceTree = ""; }; - 0C68D43EE6DC87D41419B3949486C0CD /* EXSessionDownloadTaskDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionDownloadTaskDelegate.h; sourceTree = ""; }; - 0C880B6FEFA7BAB5184E8E2B1D91B498 /* FIRCLSNetworkOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSNetworkOperation.h; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.h; sourceTree = ""; }; - 0C8DD155DC45FF6B9CCFEB0D7661F73D /* BugsnagKSCrashSysInfoParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKSCrashSysInfoParser.h; sourceTree = ""; }; - 0CA2C273BCD417D9338017235DD5F62C /* FlipperCppBridgingConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperCppBridgingConnection.mm; path = iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.mm; sourceTree = ""; }; - 0CAC573E8B36D9314D23A96940C4F5DD /* modes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = modes.h; path = ios/include/openssl/modes.h; sourceTree = ""; }; - 0CB71E95414CFE029AA3A1754C480B91 /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; - 0CE23130ECCA17AE72F77891B99F2C23 /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; - 0CF7CE2A1D41C0082F369F6B6F01D61A /* CocoaAsyncSocket-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CocoaAsyncSocket-dummy.m"; sourceTree = ""; }; - 0D0449C0C2F908CB5238880890B3AEE3 /* RNPushKitEventListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventListener.h; path = RNNotifications/RNPushKitEventListener.h; sourceTree = ""; }; - 0D160B18FF0EBA0DBA5CABFFEC2F8341 /* react-native-simple-crypto-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-simple-crypto-dummy.m"; sourceTree = ""; }; - 0D194638A6CC51E28BA4BFF0A8046167 /* StreamThroughputTcp.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamThroughputTcp.cpp; path = rsocket/benchmarks/StreamThroughputTcp.cpp; sourceTree = ""; }; - 0D268934706CCC22149CE14AE1E8A29D /* UMKernelService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMKernelService.h; sourceTree = ""; }; - 0D2A0E8AF88F217FA0DCCA4AA44D569B /* IDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IDStore.m; path = ios/IDStore.m; sourceTree = ""; }; - 0D2B63FFED03FF5075ABE41805000AD8 /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; - 0D3E430A83D7ECAC641C7DF437926DE2 /* quant_levels_dec_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant_levels_dec_utils.h; path = src/utils/quant_levels_dec_utils.h; sourceTree = ""; }; - 0D4E16E66C350A12106F67DC6409DCBE /* jsilib-windows.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "jsilib-windows.cpp"; sourceTree = ""; }; - 0D646D5B404330B9081FDA80B25C338D /* util.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = util.h; path = src/event2/util.h; sourceTree = ""; }; - 0D9610630388245725BF1EAA1C20F500 /* REAUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REAUtils.h; path = ios/REAUtils.h; sourceTree = ""; }; - 0DA62DA3120614AB8D618E049754F290 /* FirebaseInstallationsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallationsInternal.h; path = FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h; sourceTree = ""; }; - 0DC6FD0D689E79E2042C9DC05C102398 /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; - 0DF87DD4509640BF933823BD98E5245B /* SecureStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SecureStorage.h; path = ios/SecureStorage.h; sourceTree = ""; }; - 0DFB4CBF1B671BF20C0C0FA986827E64 /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = ""; }; - 0DFF51F33DC85B446D85C3E0F4AD4EA3 /* FIRCLSCrashedMarkerFile.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSCrashedMarkerFile.c; path = Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.c; sourceTree = ""; }; - 0E0E74087C8E93DFAD7DCB3E95091A2A /* StorageGetters.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StorageGetters.m; path = ios/StorageGetters.m; sourceTree = ""; }; - 0E298A6E9D656671A0C31FDC2E04D6F8 /* RNFBApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBApp.debug.xcconfig; sourceTree = ""; }; - 0E4CC76754649238CF2D91C84F21BC25 /* ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist"; sourceTree = ""; }; - 0E6308A1CCFABCB8D67939F7FA3E94B9 /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; - 0E77D1F6EDA9A80892183B10C45D4318 /* UMAppLoaderProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAppLoaderProvider.h; path = UMAppLoader/UMAppLoaderProvider.h; sourceTree = ""; }; - 0E90EAA9D2F1AFD00638626818C280FF /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; - 0E98CD42EFB7FD614722263C6AAF76CA /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; - 0EB26CD9AF8DFA2999CBB73692F8915E /* BSG_KSCrashSentry_NSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_NSException.h; sourceTree = ""; }; - 0EBCBE3A85F10C136A035AE25AB54692 /* ColdResumeHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ColdResumeHandler.h; path = rsocket/ColdResumeHandler.h; sourceTree = ""; }; - 0EC0E997D9B3C1DE8622F249323338C9 /* SafeAreaSpacerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerView.h; sourceTree = ""; }; - 0EC461D5AF3304EFD28ECF31A24469B2 /* GDTCORUploadCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploadCoordinator.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadCoordinator.h; sourceTree = ""; }; - 0EDF59CD0B4EB929A47D97F24BA52782 /* RNCSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewLocalData.m; path = ios/SafeAreaView/RNCSafeAreaViewLocalData.m; sourceTree = ""; }; - 0EDF84B7A15B0FC511AA77E1E02E95DC /* TOCroppedImageAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCroppedImageAttributes.m; path = "Objective-C/TOCropViewController/Models/TOCroppedImageAttributes.m"; sourceTree = ""; }; - 0F022457EEAAB707474ECC83AE93BA41 /* RNCAsyncStorage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNCAsyncStorage-prefix.pch"; sourceTree = ""; }; - 0F0F810FA130445F9585BCAD1EDE7C06 /* EXWebBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXWebBrowser-dummy.m"; sourceTree = ""; }; - 0F10F5DA26A034C07378FBF0AB4042E1 /* FormatTraits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FormatTraits.h; path = folly/FormatTraits.h; sourceTree = ""; }; - 0F4F624A5E1B8C194349992363D11E81 /* RNCAsyncStorage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNCAsyncStorage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 0F75A8CAD877EEDB995D86501D3D102D /* RNSScreenContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenContainer.m; path = ios/RNSScreenContainer.m; sourceTree = ""; }; - 0F75F283F1B148EB4A5C761FC44B9711 /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; - 0F7B50DAAB8E96BDC5AEF8F49BE1DCF3 /* react-native-jitsi-meet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-jitsi-meet.debug.xcconfig"; sourceTree = ""; }; - 0F8DE274703A0B5C4DB594BFC72D6756 /* HighlighterViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HighlighterViewManager.h; sourceTree = ""; }; - 0FA56D2A2789E8CC78613DF8E836B0DA /* RNCommandsHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCommandsHandler.m; path = RNNotifications/RNCommandsHandler.m; sourceTree = ""; }; - 0FA675C05695DAA39AD850AFF8E48973 /* LNAnimatorTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNAnimatorTemp.h; sourceTree = ""; }; - 0FCBDE0276C934A80135FB36435D4216 /* upsampling.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling.c; path = src/dsp/upsampling.c; sourceTree = ""; }; - 0FCDD122EDE115A205775EA04FBFBDC6 /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAsyncLocalStorage.h; path = React/CoreModules/RCTAsyncLocalStorage.h; sourceTree = ""; }; - 0FDFF5EA774E9FE582A1820D4D5F9E67 /* GDTCORPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORPlatform.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORPlatform.m; sourceTree = ""; }; - 0FE9E80AA7365E4244F6315F186C79C7 /* ARTRadialGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTRadialGradient.h; sourceTree = ""; }; - 10051B8DC3F338C3C853B4DD1C04F8A9 /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; - 1011442DB9CB48444E24B21F67065B83 /* lossless_enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse41.c; path = src/dsp/lossless_enc_sse41.c; sourceTree = ""; }; - 10172B7BDA890067344A70AFB4CCD70F /* react-native-background-timer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-background-timer-prefix.pch"; sourceTree = ""; }; - 101B4359065D0EC458D173BA8DB365CA /* fr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fr.lproj; path = "Objective-C/TOCropViewController/Resources/fr.lproj"; sourceTree = ""; }; - 10202E6333ECA3F03D2D3363155C6504 /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; - 10550841684BCBCF0E4B1283FF198D3C /* EXImageLoader-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXImageLoader-dummy.m"; sourceTree = ""; }; - 10A43B80EA1F7832D9087630A448EE74 /* RNBootSplash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBootSplash.m; path = ios/RNBootSplash.m; sourceTree = ""; }; - 10A5B470CA9579741B7E2823563EE94A /* RNCSafeAreaProviderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaProviderManager.h; path = ios/SafeAreaView/RNCSafeAreaProviderManager.h; sourceTree = ""; }; - 10AA5CE1114B48A7D2113489DB0A1608 /* react-native-cookies-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-cookies-dummy.m"; sourceTree = ""; }; - 10AE02F4DE402E1C0DE1BF22EB5F2C96 /* EXImageLoader.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXImageLoader.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 10CD8D194B28F77C7544E1C6DE6E756D /* SKTouch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKTouch.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTouch.m; sourceTree = ""; }; - 10E5FF49B79AEC6A4CA546885822F18A /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Sources/Private/FIRAppInternal.h; sourceTree = ""; }; - 10F4222EA4A17E218B9243D34BA75888 /* EXWebBrowser.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXWebBrowser.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 112F26485E5BD088A564921383BA6AF9 /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; - 113B4A9FDE08FFFD3CE8FE3246850A7D /* MicroSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MicroSpinLock.h; path = folly/MicroSpinLock.h; sourceTree = ""; }; - 1150040DC319D66CC5FAD4E9873E0A7C /* BSG_KSCrashReportStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportStore.h; sourceTree = ""; }; - 11564896EFB7296B3B79B44F1F26CCEC /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/Core/UIImage+GIF.h"; sourceTree = ""; }; - 1162F4537DE11E35284B5C4F3B9AAF26 /* RNReanimated.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNReanimated.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 1164AE29746066AB06AD0B6B7C738952 /* lossless_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_neon.c; path = src/dsp/lossless_neon.c; sourceTree = ""; }; - 1165877EF0D17AA8CF011BD56F1A278B /* stl_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stl_logging.h; path = src/glog/stl_logging.h; sourceTree = ""; }; - 11658DFB3DB30D23315D9AC0A3C89B78 /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; - 11687B767A6B2B36A3599579D9C07EB8 /* GDTCORReachability_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORReachability_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORReachability_Private.h; sourceTree = ""; }; - 1169755FFA5835ADC55BAE1327129034 /* File.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = File.h; path = folly/File.h; sourceTree = ""; }; - 118A79804B9737D8BD1DF906BF8C1B47 /* AsyncPipe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncPipe.h; path = folly/io/async/AsyncPipe.h; sourceTree = ""; }; - 118EC79B48726F52D283682DD501920B /* QBAssetCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetCell.m; path = ios/QBImagePicker/QBImagePicker/QBAssetCell.m; sourceTree = ""; }; - 118EDD50B0741577BAD5B93E773AE048 /* FIRCLSAsyncOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSAsyncOperation.m; path = Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation.m; sourceTree = ""; }; - 11981F4078467AAD9151975025F44E6F /* MemoryFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryFile.h; path = Core/MemoryFile.h; sourceTree = ""; }; - 11AB3A653ABC3FF0A35D75FE0D0FE6CE /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; - 11B3C4CF1A1D4A2676541A7E27293D9C /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileReaderModule.h; path = Libraries/Blob/RCTFileReaderModule.h; sourceTree = ""; }; - 11CD69425CC6062F1580BC67DB789991 /* AsyncSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncSocket.h; path = folly/io/async/AsyncSocket.h; sourceTree = ""; }; - 11D18D573ED5E29CE0D35EA8D277EE17 /* EXWebBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXWebBrowser.h; path = EXWebBrowser/EXWebBrowser.h; sourceTree = ""; }; - 11DC4E2CACF8B39127B8D18638962021 /* FIRCLSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSLogger.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h; sourceTree = ""; }; - 11E0457F038B58F3C8C0134919AE3C40 /* PThread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PThread.cpp; path = folly/portability/PThread.cpp; sourceTree = ""; }; - 11E31395FC9320659B44FFDE58F3E77A /* InterProcessLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InterProcessLock.h; path = Core/InterProcessLock.h; sourceTree = ""; }; - 11E7F9A01B3DFE838D50A0160F8948B3 /* format_constants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = format_constants.h; path = src/webp/format_constants.h; sourceTree = ""; }; - 11FFC417E6AC2C6A0184D64E22004820 /* FlipperKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FlipperKit-dummy.m"; sourceTree = ""; }; - 120F766D765BAEBA01B19E3BF0F63299 /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; - 121EB4111318EF39FC46E6410312CF34 /* SKHiddenWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKHiddenWindow.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKHiddenWindow.h; sourceTree = ""; }; - 1225CF3EA81789D7E06595734A578CD1 /* WarmResumeManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WarmResumeManager.cpp; path = rsocket/internal/WarmResumeManager.cpp; sourceTree = ""; }; - 122A15023A1E9CAB57CBDA7A19C7537C /* EvictingCacheMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EvictingCacheMap.h; path = folly/container/EvictingCacheMap.h; sourceTree = ""; }; - 123208942F42565C45949267CD0A5372 /* BSG_KSCrashReportFilterCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilterCompletion.h; sourceTree = ""; }; - 123790C3CEE99514061BDDA37F75AC85 /* GDTCOREvent+GDTCCTSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GDTCOREvent+GDTCCTSupport.m"; path = "GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCOREvent+GDTCCTSupport.m"; sourceTree = ""; }; - 123AC976A8B8091B136081B9192688AF /* RNDateTimePicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDateTimePicker.debug.xcconfig; sourceTree = ""; }; - 1243928014346B0D445DC656E80A297A /* IOBufQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IOBufQueue.cpp; path = folly/io/IOBufQueue.cpp; sourceTree = ""; }; - 125D63F3B7C56E5A192E3DB7149A9410 /* WebRTC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebRTC.framework; path = Frameworks/WebRTC.framework; sourceTree = ""; }; - 126B421B19772AB99C3B24033EAED307 /* PackedSyncPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PackedSyncPtr.h; path = folly/PackedSyncPtr.h; sourceTree = ""; }; - 1281BF5AB07F7D18D4960B84CA042F0F /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; - 1284E14BAFF837FFE85C4F20BBAB3521 /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = SDWebImage/Core/SDImageCoder.h; sourceTree = ""; }; - 129554664E96421F78A43975119F7290 /* FirebaseAnalytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.debug.xcconfig; sourceTree = ""; }; - 12A3BAB7DB8383F37A8E2DD5E515B949 /* FlipperClient+Testing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FlipperClient+Testing.h"; path = "iOS/FlipperKit/FlipperClient+Testing.h"; sourceTree = ""; }; - 12E527AF19B07E4B99EDCB4498EB0962 /* lossless_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_sse2.c; path = src/dsp/lossless_sse2.c; sourceTree = ""; }; - 12F8E5864C4FE5DC43975335960CBC3F /* RNCAppearanceProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearanceProvider.m; path = ios/Appearance/RNCAppearanceProvider.m; sourceTree = ""; }; - 12FA5B046D6468C8B16FD3406D0A48DF /* Hmac.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Hmac.m; sourceTree = ""; }; + 09EA1A92DFB2EF0D78B5EAA0FD0764CE /* RCTDevLoadingViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingViewProtocol.h; sourceTree = ""; }; + 09EDD24EE429183D776B077B47CB353D /* FutureSplitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FutureSplitter.h; path = folly/futures/FutureSplitter.h; sourceTree = ""; }; + 09F57D9D2D9CE7B33BACDE547E53DEDF /* YogaKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YogaKit-prefix.pch"; sourceTree = ""; }; + 09F89969CC43A89BA24C67AB800404F4 /* TurboCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboCxxModule.h; path = turbomodule/core/TurboCxxModule.h; sourceTree = ""; }; + 09FFA9D1CFAEEC9252A44B73AA10A8A6 /* huffman_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_utils.c; path = src/utils/huffman_utils.c; sourceTree = ""; }; + 0A00C424727606BC9F8ED207E95A74F7 /* REAClockNodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAClockNodes.h; sourceTree = ""; }; + 0A11938F1A6F7C3BEF56C0100DF3760E /* react-native-netinfo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-netinfo.release.xcconfig"; sourceTree = ""; }; + 0A14EFF149F4510495C44C02DDE6539C /* FlipperKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FlipperKit.debug.xcconfig; sourceTree = ""; }; + 0A155FAF3EAE7E840667FCB18415DA04 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 0A34F4E38FF6200F1DC65C7FF9426AE3 /* RNPushKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKit.h; path = RNNotifications/RNPushKit.h; sourceTree = ""; }; + 0A42BDEFE584E6BD564883D167001FAF /* UIImage+Extension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Extension.h"; path = "ios/src/UIImage+Extension.h"; sourceTree = ""; }; + 0A4847D525003929C998851398FA9ECC /* GDTCORReachability.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORReachability.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORReachability.m; sourceTree = ""; }; + 0A48DA32A700FC4A22411D09E7A5FF9A /* UMAppLifecycleService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleService.h; sourceTree = ""; }; + 0A4F5CEDC18556C79A44F7EC84626B19 /* UMReactNativeAdapter-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMReactNativeAdapter-dummy.m"; sourceTree = ""; }; + 0A59F183A7D6535DE3336ADB7E2C3FEF /* msa_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = msa_macro.h; path = src/dsp/msa_macro.h; sourceTree = ""; }; + 0A5B795331997471B4DE2D6C68F99ADC /* React-RCTSettings-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTSettings-prefix.pch"; sourceTree = ""; }; + 0A6F2F519209E6E51A45CD729B54EDD5 /* GULSecureCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSecureCoding.h; path = GoogleUtilities/Environment/Private/GULSecureCoding.h; sourceTree = ""; }; + 0A7CB14EF7F176086DA264E6AABC452C /* react-native-restart.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-restart.debug.xcconfig"; sourceTree = ""; }; + 0A8A6BCBD4389F043F5405A485FD00D7 /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/Core/SDWebImageCompat.m; sourceTree = ""; }; + 0A933DC2C25DA05462E9F2DCDEA2F069 /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; + 0A9BE81BA29146C8FA6B0A8E3416FB01 /* RCTAlertController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertController.m; sourceTree = ""; }; + 0AA6DD14DBB3969BB6A18A2DA87C5C55 /* SDWebImageWebPCoder-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImageWebPCoder-dummy.m"; sourceTree = ""; }; + 0AABBD45F9189ECFE2FCDEDB215865B6 /* Flipper.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Flipper.release.xcconfig; sourceTree = ""; }; + 0AAD65612ACE4160D830515CEF7B8DC7 /* BSG_KSCrashSentry_MachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_MachException.h; sourceTree = ""; }; + 0AC57F38DC91B6492E3B74B637E80C5A /* FlipperKitNetworkPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperKitNetworkPlugin.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin.h; sourceTree = ""; }; + 0ACC4A46CBB74FF57050E4CA19504A63 /* RNFBPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBPreferences.m; path = ios/RNFBApp/RNFBPreferences.m; sourceTree = ""; }; + 0AE17A1B96DA90FC97C6E4611DDB5554 /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; + 0AE8FC146690DD102AB9C6F1A89A7F82 /* Sleeper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sleeper.h; path = folly/synchronization/detail/Sleeper.h; sourceTree = ""; }; + 0AEFC3661505858D16E51B4E128C2F1E /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; + 0AF07F39F0477B8C04A875E163CCD33D /* RNFetchBlob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFetchBlob.m; sourceTree = ""; }; + 0B0DA999DD390044CDB13D6DEDAEE771 /* RNBackgroundTimer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBackgroundTimer.m; path = ios/RNBackgroundTimer.m; sourceTree = ""; }; + 0B1707A672948535A931072E1F755116 /* Restart.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Restart.h; path = ios/Restart.h; sourceTree = ""; }; + 0B278E7F684583CC84C37067128E690B /* RNFastImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFastImage-prefix.pch"; sourceTree = ""; }; + 0B3F5420EA9D4DF25EAF1EFF1329790C /* Hardware.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hardware.h; path = folly/synchronization/detail/Hardware.h; sourceTree = ""; }; + 0B443544018F1FA8DA9FE231A43FC172 /* react-native-orientation-locker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-orientation-locker.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 0B4C1DE7026B7DBFC78DB627ABBBEAC5 /* opensslconf-arm64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "opensslconf-arm64.h"; path = "ios/include/openssl/opensslconf-arm64.h"; sourceTree = ""; }; + 0B53969A0452A95EF13D5EEB1C466CE7 /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; + 0B604C164297ABEFBB339CA18AE3E70C /* bignum-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "bignum-dtoa.h"; path = "double-conversion/bignum-dtoa.h"; sourceTree = ""; }; + 0B8C6E3279D0775633D5B30DF6E1E745 /* react-native-cameraroll.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cameraroll.debug.xcconfig"; sourceTree = ""; }; + 0B9EEAA9CD47A4CECB92579769CE04EC /* rescaler_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_msa.c; path = src/dsp/rescaler_msa.c; sourceTree = ""; }; + 0B9F41D67F9A3A8D7B5B8A058D5D9815 /* RCTConvert+RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+RNNotifications.h"; path = "RNNotifications/RCTConvert+RNNotifications.h"; sourceTree = ""; }; + 0BA5B665E069B481C562627BE40E6125 /* RNCSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewManager.m; path = ios/SafeAreaView/RNCSafeAreaViewManager.m; sourceTree = ""; }; + 0BBFFFB7191A61992027A98BED78B1E6 /* Future-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Future-inl.h"; path = "folly/futures/Future-inl.h"; sourceTree = ""; }; + 0BE36D51559E26128B55E3C08C964C5D /* FlipperStateUpdateListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperStateUpdateListener.h; path = iOS/FlipperKit/FlipperStateUpdateListener.h; sourceTree = ""; }; + 0BEFEEA718A62B7F6AB0182EB3B367CE /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 0BFF4472B13B1F1197170E60EDB4B635 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 0C20B5DD74073662657894DCBE40BC8A /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; + 0C2764E678593EF39C3FC9B21BC0CE9F /* FIRCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCrashlytics.h; path = Crashlytics/Crashlytics/Public/FIRCrashlytics.h; sourceTree = ""; }; + 0C28A3A3CA4E30E87C5FD484DD19507A /* BSG_KSJSONCodecObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodecObjC.h; sourceTree = ""; }; + 0C4783DB952DFA69687477F5C32DB710 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 0C4C198D1B888BD69438C802A5392B9F /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = jsireact/JSIExecutor.h; sourceTree = ""; }; + 0C5576B25F0988C4D184143361340550 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 0C582B4A8EE969F1B5754C9B38328642 /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; + 0C5EAE365EDCD043514FEE6972EC31AA /* FBLPromiseError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromiseError.h; path = Sources/FBLPromises/include/FBLPromiseError.h; sourceTree = ""; }; + 0C68F17C8C9A065157DF6A4DBFEC6591 /* FIRCLSFABAsyncOperation_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABAsyncOperation_Private.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation_Private.h; sourceTree = ""; }; + 0C6E319C60908897ED62DBABEA24A714 /* FIRCLSUserLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUserLogging.h; path = Crashlytics/Crashlytics/Components/FIRCLSUserLogging.h; sourceTree = ""; }; + 0CA3DBBA725CE911DFB2279CA808BF06 /* http.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = http.h; path = src/event2/http.h; sourceTree = ""; }; + 0CD6C24E2A6B06CF01C66E4FF8D19D26 /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; + 0CFC892DFE61DD5C159CA8A302B8B67F /* FrameTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameTransport.h; path = rsocket/framing/FrameTransport.h; sourceTree = ""; }; + 0D156FB05B0C3092BBADAF94C96E4B46 /* String-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "String-inl.h"; path = "folly/gen/String-inl.h"; sourceTree = ""; }; + 0D1B749B7A21D952FA07609DA25377B8 /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; + 0D270DDB341C9C43DFBBC00AE23FC7E1 /* Builtins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Builtins.h; path = folly/portability/Builtins.h; sourceTree = ""; }; + 0D31ACB25195EF0A84E3F58F4EDCE5F0 /* FIRCLSRecordBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordBase.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.h; sourceTree = ""; }; + 0D3E12F5CADA363DBFA669974D926E8D /* RNScreens.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNScreens.release.xcconfig; sourceTree = ""; }; + 0D5A7DFB00EC2E0B30A738EC2CB8ED1D /* RequestResponseThroughputTcp.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RequestResponseThroughputTcp.cpp; path = rsocket/benchmarks/RequestResponseThroughputTcp.cpp; sourceTree = ""; }; + 0D93C4FEB7C254E430056DE79BC57D48 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Sources/Private/FIRComponentType.h; sourceTree = ""; }; + 0DA3F95713B8DEC6D676E9C459826820 /* AtomicUnorderedMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUnorderedMap.h; path = folly/AtomicUnorderedMap.h; sourceTree = ""; }; + 0DA6371BB2811910EE1199F42CF80328 /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; + 0DD4F90E58D3847902BF011443DCE5C7 /* FIRInteropParameterNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropParameterNames.h; path = Interop/Analytics/Public/FIRInteropParameterNames.h; sourceTree = ""; }; + 0DD8DC42F0FFFC96C873E1C2A8A0A759 /* FirebaseInstallationsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallationsInternal.h; path = FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h; sourceTree = ""; }; + 0DDBAA3D193C885E101127F0BA02B146 /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketModule.h; path = React/CoreModules/RCTWebSocketModule.h; sourceTree = ""; }; + 0E079C228C72E407636DBC32C4D6743E /* GULSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSwizzler.m; path = GoogleUtilities/MethodSwizzler/GULSwizzler.m; sourceTree = ""; }; + 0E09AFDB084AF001C8F6491442D8E18A /* ClientResumeStatusCallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ClientResumeStatusCallback.h; path = rsocket/internal/ClientResumeStatusCallback.h; sourceTree = ""; }; + 0E19DC346144BE6FE34C79966525A643 /* quant_levels_dec_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant_levels_dec_utils.h; path = src/utils/quant_levels_dec_utils.h; sourceTree = ""; }; + 0E1B73D6D8D898B2E1C082B632D93A33 /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; + 0E1D773BFE122EEBCD0C89796937CF69 /* Bugsnag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Bugsnag.h; sourceTree = ""; }; + 0E2428CEA407DD266A033FC1F5231372 /* CodedOutputData.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CodedOutputData.cpp; path = Core/CodedOutputData.cpp; sourceTree = ""; }; + 0E43E2CF1565F976B059725EC5289C2C /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/Core/UIButton+WebCache.m"; sourceTree = ""; }; + 0E4747FB8C8C2971F2B3E4074EBD25DA /* BugsnagSessionTrackingApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingApiClient.h; sourceTree = ""; }; + 0E5083F8DC5A8204A94B7447DB33F6D8 /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBlobManager.h; path = Libraries/Blob/RCTBlobManager.h; sourceTree = ""; }; + 0E5E57A89D393DA2C41A994E5C5283DA /* Color+Interpolation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Color+Interpolation.m"; sourceTree = ""; }; + 0E6E60F80BFA4737661886A68FA91B3B /* EXLocalAuthentication-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXLocalAuthentication-prefix.pch"; sourceTree = ""; }; + 0E91343D4055329FB3CC8AF0CEEB8837 /* IOS7Polyfill.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOS7Polyfill.h; path = ios/IOS7Polyfill.h; sourceTree = ""; }; + 0E9420C146498C5030BCD1171B0BCD67 /* FIRConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRConfiguration.m; path = FirebaseCore/Sources/FIRConfiguration.m; sourceTree = ""; }; + 0EA3D04969981A93C7699DCDC5F67228 /* TOCroppedImageAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCroppedImageAttributes.m; path = "Objective-C/TOCropViewController/Models/TOCroppedImageAttributes.m"; sourceTree = ""; }; + 0ECD6385C2C0BDB7535E0449C7843280 /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = String.cpp; path = folly/String.cpp; sourceTree = ""; }; + 0ECF4731E83E8CC7E9826A2245353A13 /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/Core/UIView+WebCacheOperation.h"; sourceTree = ""; }; + 0EE1C35D471478C999CDD854BA16BC61 /* String-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "String-inl.h"; path = "folly/String-inl.h"; sourceTree = ""; }; + 0EEA26C17CA8E57C9DE9DC62B73FE8E1 /* react-native-document-picker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-document-picker-dummy.m"; sourceTree = ""; }; + 0EFE2BCED3FF1035557A386874408A0A /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; + 0F285C5098EC0ECBD8EC97D2854E272F /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextTransform.h; path = Libraries/Text/RCTTextTransform.h; sourceTree = ""; }; + 0F3649D89FC3D63B933469C7BDC527DC /* UIView+Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+Yoga.h"; path = "YogaKit/Source/UIView+Yoga.h"; sourceTree = ""; }; + 0F4BDAC5B8A6D49D3F4D24B33402B35A /* Cursor-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Cursor-inl.h"; path = "folly/io/Cursor-inl.h"; sourceTree = ""; }; + 0F54931782ACF7EEFCA243676B24B451 /* stl_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stl_logging.h; path = src/glog/stl_logging.h; sourceTree = ""; }; + 0F6D143765B26A2CDFBF435C1176363A /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = SDWebImage/Core/SDImageCachesManager.h; sourceTree = ""; }; + 0F6E064F8452EEF8865268F954A7D752 /* GroupVarint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GroupVarint.h; path = folly/GroupVarint.h; sourceTree = ""; }; + 0F714B791B23FA38824B311B5DE4A583 /* fixed-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fixed-dtoa.cc"; path = "double-conversion/fixed-dtoa.cc"; sourceTree = ""; }; + 0F73A02C9E64AF0B6D7D5D4858627C23 /* RCTConvert+FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FIROptions.m"; path = "ios/RNFBApp/RCTConvert+FIROptions.m"; sourceTree = ""; }; + 0F797489FA2A779C6746902BBAA91A37 /* MemoryIdler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryIdler.h; path = folly/detail/MemoryIdler.h; sourceTree = ""; }; + 0F7DB1121D762F10C8B544D6C1CBD5F8 /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; + 0F8BA9789DB2ECEC633C2ADFA917A323 /* RNSScreenStackHeaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStackHeaderConfig.h; path = ios/RNSScreenStackHeaderConfig.h; sourceTree = ""; }; + 0F8C826C5EE2D61A983288339BB7BCEE /* RNDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDeviceInfo.m; path = ios/RNDeviceInfo/RNDeviceInfo.m; sourceTree = ""; }; + 0F9956BF8C33E2A713E048A04C1E70DC /* BSG_KSCrashCallCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashCallCompletion.h; sourceTree = ""; }; + 0FCC93C9803F64F0C0FE7F03BFE4A55B /* LifoSem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LifoSem.h; path = folly/synchronization/LifoSem.h; sourceTree = ""; }; + 0FD130F92D37F953E0AD0831BCB0900C /* EXConstants.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXConstants.release.xcconfig; sourceTree = ""; }; + 0FD3B14E21016E7A90FDFD123CB4CC17 /* Flipper-Folly.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-Folly.release.xcconfig"; sourceTree = ""; }; + 0FE76A5A15D1BAEFCBA2112B7F52633C /* MMKVCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MMKVCore-dummy.m"; sourceTree = ""; }; + 100EB040B80EE6B8421985E3CECF38D4 /* ChannelResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ChannelResponder.h; path = rsocket/statemachine/ChannelResponder.h; sourceTree = ""; }; + 101E20E44FBB5F30E9F9E79E861FA29B /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; + 103C369AE3B2F9E9E9747706C021E459 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 103FC660F8CFDD4CCC812BFE19C52518 /* Flipper-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-dummy.m"; sourceTree = ""; }; + 106C1C6C61A17003684F8539BC728470 /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; + 106D0A6DACBEAE77CCC59193A3D4B2B7 /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; + 10749EAC10802ABFA582AC0F30D13C89 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 108A9F55F9A01956ADF7C3BCC27D7567 /* LNInterpolable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNInterpolable.m; sourceTree = ""; }; + 108CAA5137B858D01DEC8560B338FE85 /* SKHighlightOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKHighlightOverlay.h; path = iOS/Plugins/FlipperKitPluginUtils/FlipperKitHighlightOverlay/SKHighlightOverlay.h; sourceTree = ""; }; + 108F6BE54A0DCEFE2882EFF150B41C5D /* BSG_KSString.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSString.c; sourceTree = ""; }; + 10AA59EF494F774934362A47B6A03289 /* UMReactNativeAdapter.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMReactNativeAdapter.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 10C26B6C57391F13B031D5B60B41F7FF /* Range.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Range.h; path = folly/Range.h; sourceTree = ""; }; + 10D41D5C82DD341F63F676F754DACFE3 /* React-RCTBlob.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTBlob.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 11242847A781AC0163039F2B9881CF4A /* quant_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_dec.c; path = src/dec/quant_dec.c; sourceTree = ""; }; + 113B9DDFFEC7B7401738614040C766B2 /* SDImageCodersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCodersManager.m; path = SDWebImage/Core/SDImageCodersManager.m; sourceTree = ""; }; + 113C58D77D13F18EA2C42C2170C1E805 /* mdc2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mdc2.h; path = ios/include/openssl/mdc2.h; sourceTree = ""; }; + 1151F375916B69A3BC7B63C479029C4C /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFPSGraph.h; path = React/CoreModules/RCTFPSGraph.h; sourceTree = ""; }; + 115930C64177276C62308D6A3E16EFC8 /* FBCxxFollyDynamicConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBCxxFollyDynamicConvert.h; path = iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.h; sourceTree = ""; }; + 11649DB28F09DA2C221F0014D73E752F /* FIRCLSCompactUnwind_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCompactUnwind_Private.h; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind_Private.h; sourceTree = ""; }; + 1167A82C52B0ECBC78D83B46AD0CB121 /* BugsnagKeys.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKeys.h; sourceTree = ""; }; + 116B482B0B2264D28B43B3E671B105DA /* EXPermissions-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXPermissions-prefix.pch"; sourceTree = ""; }; + 11A03DE47CBDE423FC47DDA29F3136E4 /* RCTInspector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspector.h; sourceTree = ""; }; + 11A24AC324C55976F55724F9D4235D75 /* AtomicHashUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashUtils.h; path = folly/detail/AtomicHashUtils.h; sourceTree = ""; }; + 11ADD70E00C3BEFC01BCC31A97828A52 /* RCTDevLoadingViewSetEnabled.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingViewSetEnabled.m; sourceTree = ""; }; + 11B4F4D252B29980AAD6033DE734CF35 /* FBReactNativeSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBReactNativeSpec.h; path = FBReactNativeSpec/FBReactNativeSpec.h; sourceTree = ""; }; + 11B8128A49577069D4A1EAB52FB5414A /* KeyboardTrackingViewTempManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = KeyboardTrackingViewTempManager.h; sourceTree = ""; }; + 11C11C0A3046603B4C05F20AEAB3394D /* RCTConvert+REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+REATransition.m"; sourceTree = ""; }; + 11C87E662AC67D5498A1DE77D96AD407 /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; + 11CE9B3BA02132F719EE481C3175D22B /* RNVectorIcons-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNVectorIcons-prefix.pch"; sourceTree = ""; }; + 11EC576DB5495B159AAABD36581CE700 /* FIRCLSSymbolResolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSymbolResolver.h; path = Crashlytics/Crashlytics/Models/FIRCLSSymbolResolver.h; sourceTree = ""; }; + 11EC96E602329B308F798610BC9EEB01 /* ARTRenderable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTRenderable.h; path = ios/ARTRenderable.h; sourceTree = ""; }; + 11F01B553D15A2CFA37803115389D4AD /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorInterfaces.cpp; sourceTree = ""; }; + 11F13EDCF4E519D09E92C106D56089EB /* StaticConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StaticConst.h; path = folly/lang/StaticConst.h; sourceTree = ""; }; + 11FE0D3318F8A8083C3359A7EB5FBBC7 /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; + 120A68F88C5C315AE30D7C59E4AB7582 /* IOBuf.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IOBuf.cpp; path = folly/io/IOBuf.cpp; sourceTree = ""; }; + 121526DF0C3B2F1BAF2E342A84E751C9 /* RCTI18nManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTI18nManager.mm; sourceTree = ""; }; + 121C80BAAB9781FFB78F56A6FF70DC74 /* FIRCLSCrashedMarkerFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCrashedMarkerFile.h; path = Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.h; sourceTree = ""; }; + 121CB29F1D6AFC4C64FCE9DE921561B9 /* Phase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Phase.h; path = folly/init/Phase.h; sourceTree = ""; }; + 122E8A99C50C7776793BC31871411F2F /* FBLPromise+Retry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Retry.h"; path = "Sources/FBLPromises/include/FBLPromise+Retry.h"; sourceTree = ""; }; + 1243420770A466F72B9FED56C32943D3 /* bn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bn.h; path = ios/include/openssl/bn.h; sourceTree = ""; }; + 125AA0ADA13DC01DDB51D3A0C7D14423 /* Shell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Shell.h; path = folly/system/Shell.h; sourceTree = ""; }; + 1268EBD1567B59B38B40BD6ABB4C3F4E /* BSG_KSCrashSentry_MachException.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_MachException.c; sourceTree = ""; }; + 12BEAB72F554E7473109E9AA04077995 /* TurboModuleUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleUtils.h; path = turbomodule/core/TurboModuleUtils.h; sourceTree = ""; }; + 12C8EF895828631BF5FF655422B75552 /* openssl_opensslconf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = openssl_opensslconf.h; path = Core/aes/openssl/openssl_opensslconf.h; sourceTree = ""; }; + 12FEBBAA25ADB022C6E2F7D644167C43 /* aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = aes.h; path = ios/include/openssl/aes.h; sourceTree = ""; }; 130335B611EDD6AFF8824641E06138D6 /* libEXVideoThumbnails.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXVideoThumbnails.a; path = libEXVideoThumbnails.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 13175F776F626BC8B1B58A7D7A66BFA1 /* FireAndForgetResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FireAndForgetResponder.h; path = rsocket/statemachine/FireAndForgetResponder.h; sourceTree = ""; }; + 1313D91AE423FD57E13E8A04D59426D5 /* FlipperState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FlipperState.cpp; path = xplat/Flipper/FlipperState.cpp; sourceTree = ""; }; + 1316F12DDAF1923F2A33044388EA569E /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTStatusBarManager.h; path = React/CoreModules/RCTStatusBarManager.h; sourceTree = ""; }; 1319F7BECD61F7E408559048BB5484E5 /* Pods-ShareRocketChatRN-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ShareRocketChatRN-acknowledgements.plist"; sourceTree = ""; }; - 13262084E4CB66FDC9A45121A9A61830 /* evutil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evutil.h; path = src/evutil.h; sourceTree = ""; }; - 1340A6B341EC4E3165AD73BEF89F8720 /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; - 1348C016A5BF95208B161C3A1865442E /* Atomic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Atomic.h; path = folly/portability/Atomic.h; sourceTree = ""; }; - 13901AF5DCA74F637A18D2CEE0C1E42E /* CertificateUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CertificateUtils.cpp; path = xplat/Flipper/CertificateUtils.cpp; sourceTree = ""; }; - 139ACDF84EAA4946B78C99931E1704C8 /* RCTMultiplicationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultiplicationAnimatedNode.h; sourceTree = ""; }; - 13A1F3650E9151A0D8FFF76D34596E26 /* rand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rand.h; path = ios/include/openssl/rand.h; sourceTree = ""; }; - 13B69BD98A2CCFB4D6ABFE2176766233 /* thread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = thread.h; path = src/event2/thread.h; sourceTree = ""; }; + 13204D1DBD99998D3398EF8FB64CE9DF /* RNCSafeAreaViewEdges.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewEdges.h; path = ios/SafeAreaView/RNCSafeAreaViewEdges.h; sourceTree = ""; }; + 1322B5A410AF4AC8672E585C3DF04788 /* FIRCLSThreadState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSThreadState.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.h; sourceTree = ""; }; + 132FEDDDF44FD1E5DDFE369448A644BA /* BugsnagErrorReportApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagErrorReportApiClient.m; sourceTree = ""; }; + 1331A6332014250EB5A7436D9254487E /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; + 1342E4C32D6D019A9D63E3F2A860FB21 /* GDTCORPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORPlatform.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORPlatform.h; sourceTree = ""; }; + 134B595262E2B2DC2CE3B66C203EBD88 /* FIRCLSNetworkResponseHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSNetworkResponseHandler.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSNetworkResponseHandler.h; sourceTree = ""; }; + 1361757F1F017A72131FAD80D0FA5148 /* SafeAreaSpacerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerView.m; sourceTree = ""; }; + 1368C5910C87B9560EFEEA43E5F26243 /* DynamicConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicConverter.h; path = folly/DynamicConverter.h; sourceTree = ""; }; + 1384371C5326959A3BF4B62E57652385 /* installation.md */ = {isa = PBXFileReference; includeInIndex = 1; name = installation.md; path = docs/installation.md; sourceTree = ""; }; + 139506628B1A3399449B36F8C8911000 /* bit_reader_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_reader_utils.c; path = src/utils/bit_reader_utils.c; sourceTree = ""; }; 13C8C8B254851998F9289F71229B28A2 /* libFirebaseInstallations.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseInstallations.a; path = libFirebaseInstallations.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 13CC749B704ABC901C6074FA22236EAF /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; - 13EE2D41C8B0EA685DFBC4C1C5E8F0AB /* FIRCLSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSException.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSException.h; sourceTree = ""; }; - 13F85508DAE0D75F86568CA5DA1276C9 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 13FFC8A368C7C89D37000EB6FED8D3C1 /* CoreCachedSharedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CoreCachedSharedPtr.h; path = folly/concurrency/CoreCachedSharedPtr.h; sourceTree = ""; }; - 140B6A4EF4A43775E085AF3456652AE6 /* IPAddressSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressSource.h; path = folly/detail/IPAddressSource.h; sourceTree = ""; }; - 14434CB2F5B7D90A1F02457BB1FAA894 /* InitThreadFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InitThreadFactory.h; path = folly/executors/thread_factory/InitThreadFactory.h; sourceTree = ""; }; - 1450DCD87861C188A306D298F03E3342 /* BSGConnectivity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGConnectivity.h; sourceTree = ""; }; - 14596190F697FC316ADAE9EABD0DAAA9 /* FIRCLSProcess.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSProcess.c; path = Crashlytics/Crashlytics/Components/FIRCLSProcess.c; sourceTree = ""; }; - 146CFADC14E5F9C3A0909B66334F3AE9 /* RNDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDeviceInfo.h; path = ios/RNDeviceInfo/RNDeviceInfo.h; sourceTree = ""; }; - 146F516B2D4FB79E4AA69CF5D18D9642 /* EXConstants.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXConstants.debug.xcconfig; sourceTree = ""; }; - 1478CA9516AE374FD32F117B393BBE7D /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Demangle.cpp; path = folly/detail/Demangle.cpp; sourceTree = ""; }; - 147C1BDD6664E0F3FA618A92082C40F9 /* HHWheelTimer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = HHWheelTimer.cpp; path = folly/io/async/HHWheelTimer.cpp; sourceTree = ""; }; - 1480D13CD9721CE1A183AF21E101E81F /* Conv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Conv.h; path = folly/Conv.h; sourceTree = ""; }; - 148199B55436DB37F862EA7BEE6DCB80 /* IStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IStream.h; path = folly/gen/IStream.h; sourceTree = ""; }; - 149E38632B8669A9586126D972F4EB5A /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; - 14AE2643067A8339DB70180A01BDFCEB /* EXVideoThumbnails.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXVideoThumbnails.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 14BB4E10CEE24C76858101160DF359EF /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; - 14CC2B71CA628003CEE9AE65B17D969B /* dec_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse41.c; path = src/dsp/dec_sse41.c; sourceTree = ""; }; - 14DB251B42C0E97C18F544A21C934182 /* GDTCORRegistrar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORRegistrar.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORRegistrar.h; sourceTree = ""; }; - 14FFCA88D1378649E5DD28CBBD8846C4 /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextAttributes.m; sourceTree = ""; }; - 15012454A99EC52B3A690BA393DC9F1E /* FIRInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallations.h; path = FirebaseInstallations/Source/Library/Public/FIRInstallations.h; sourceTree = ""; }; - 1533AD2287E0700D8C6CFFE3772304C8 /* HazptrHolder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrHolder.h; path = folly/synchronization/HazptrHolder.h; sourceTree = ""; }; - 155B19E8D891A22C87FC08FCA8FE1E53 /* YGLayout+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "YGLayout+Private.h"; path = "YogaKit/Source/YGLayout+Private.h"; sourceTree = ""; }; - 1566EB1C30E4DD9E8FF456FDF02A798A /* Futex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Futex.h; path = folly/detail/Futex.h; sourceTree = ""; }; - 1568D3776ECAED8A28CD27F171FFDD21 /* SSLErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSLErrors.h; path = folly/io/async/ssl/SSLErrors.h; sourceTree = ""; }; - 15699C7A682CAD2832BF3949FC0C2E6B /* ChecksumDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ChecksumDetail.h; path = folly/hash/detail/ChecksumDetail.h; sourceTree = ""; }; - 158EBDE9A4D9AEC31972B87D26A74F8D /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; + 13CD241B5E36B9DCE7C5A93B7F1A9E9A /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; + 13DA8C3220BD577FF138656489293BA9 /* UMAppLoader.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMAppLoader.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 13E51C441BA6D4BDCE3C7476E0703319 /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; + 13EF748049061D2E49DDA06B60EDD842 /* ReactNativeART.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ReactNativeART.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 13F0A29462F625C779ECF572B1353F96 /* OpenSSLCertUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLCertUtils.h; path = folly/ssl/OpenSSLCertUtils.h; sourceTree = ""; }; + 13F4452B782828682F12ADE1275B604D /* MMKV_OSX.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKV_OSX.h; path = Core/MMKV_OSX.h; sourceTree = ""; }; + 14032B6DF2909EA928292E52FF85A81E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = rsocket/README.md; sourceTree = ""; }; + 140B832501D3D5F816835742974E1617 /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "ios/QBImagePicker/QBImagePicker/zh-Hans.lproj"; sourceTree = ""; }; + 14170FE9FF11DDAD16F33E62D86346F9 /* Yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-prefix.pch"; sourceTree = ""; }; + 1425B2F0CC636B4147403543505119A8 /* SocketFastOpen.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SocketFastOpen.cpp; path = folly/detail/SocketFastOpen.cpp; sourceTree = ""; }; + 142BCC219A98BE902B4A9A46E3F67871 /* RNFBCrashlyticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBCrashlyticsModule.m; path = ios/RNFBCrashlytics/RNFBCrashlyticsModule.m; sourceTree = ""; }; + 1433D249C3C9D290C30C41826CEAF193 /* FIRCLSFABHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABHost.h; path = Crashlytics/Shared/FIRCLSFABHost.h; sourceTree = ""; }; + 143BB0BB1E772DDAD9EC0DFFA32E60D4 /* BSG_KSCrashC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashC.c; sourceTree = ""; }; + 144166EAFBE39D3603FA5CDBC62325FA /* DistributedMutexSpecializations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DistributedMutexSpecializations.h; path = folly/synchronization/DistributedMutexSpecializations.h; sourceTree = ""; }; + 1445E0B097068CB35C33467AAD6635D7 /* RNLongPressHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNLongPressHandler.m; sourceTree = ""; }; + 144EE497A38980848F5B902705CDA9E8 /* Shared.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Shared.m; sourceTree = ""; }; + 145B48CE292EAA76F5799A61E70131FB /* RSocketStats.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketStats.cpp; path = rsocket/RSocketStats.cpp; sourceTree = ""; }; + 145FA650129CA881C56F6639EB0002F0 /* UMTaskInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskInterface.h; path = UMTaskManagerInterface/UMTaskInterface.h; sourceTree = ""; }; + 147F5B50E02D3D1F04DC42B57A7AA3E3 /* StringKeyedUnorderedSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedUnorderedSet.h; path = folly/experimental/StringKeyedUnorderedSet.h; sourceTree = ""; }; + 148682F2D807CD8544CC989AE26CBBBC /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 149C431A46F65E8D9E1058226E2683D7 /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; + 14A043F1B4E6CF6DAE5455902245535C /* RCTImageURLLoaderWithAttribution.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoaderWithAttribution.h; path = Libraries/Image/RCTImageURLLoaderWithAttribution.h; sourceTree = ""; }; + 14A8FEC046CE4FEF01CDF09AB5DEE0D0 /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; + 14ADE25D8B9F56EBF4594AD292A652A8 /* decorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = decorator.h; sourceTree = ""; }; + 14CD3913F15D6920187A56827793D3CF /* stl_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stl_logging.h; path = src/glog/stl_logging.h; sourceTree = ""; }; + 14E56BDE5BFC0425FE97F89ACDE35690 /* GDTCOREvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCOREvent.m; path = GoogleDataTransport/GDTCORLibrary/GDTCOREvent.m; sourceTree = ""; }; + 14FDD70F44EB365EDCA2EA8793BA2614 /* React-jsi-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-prefix.pch"; sourceTree = ""; }; + 15002F497B38534C7E85E93F6D8828D5 /* UMAppDelegateWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMAppDelegateWrapper.m; path = UMCore/UMAppDelegateWrapper.m; sourceTree = ""; }; + 1506362A28EA68185FB4282B57303739 /* SDWebImageWebPCoder.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageWebPCoder.release.xcconfig; sourceTree = ""; }; + 1507A41F76DD9D42DB7B9C3BAB7E694A /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; + 151A74F8B1E11245B7EEC1A1E421ED87 /* md5.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = md5.h; path = ios/include/openssl/md5.h; sourceTree = ""; }; + 1555860829E7CA0A51C1F82EECCBF570 /* SSLContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSLContext.h; path = folly/io/async/SSLContext.h; sourceTree = ""; }; + 1564F064BC7FB538AC2958CE2F7CAF97 /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHTTPRequestHandler.h; path = Libraries/Network/RCTHTTPRequestHandler.h; sourceTree = ""; }; + 15696EE7EC24A9F91EE35B92135163C9 /* muxi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = muxi.h; path = src/mux/muxi.h; sourceTree = ""; }; + 15728E2E8C6A530CD705E2CE4AC4FA98 /* nanopb-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nanopb-dummy.m"; sourceTree = ""; }; + 15784486174549E80D45256BFE704A6A /* FIRCrashlytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCrashlytics.m; path = Crashlytics/Crashlytics/FIRCrashlytics.m; sourceTree = ""; }; + 1582E233DA3441F881C9DC9898B4B8A8 /* AtomicIntrusiveLinkedList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicIntrusiveLinkedList.h; path = folly/AtomicIntrusiveLinkedList.h; sourceTree = ""; }; + 1587866A6653359CAB2D5C6BF733981F /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSBigString.cpp; sourceTree = ""; }; 15912309AA610251329D74FA111DE5CA /* libRNLocalize.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNLocalize.a; path = libRNLocalize.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 15942851F582137C8CA531F52711EB77 /* FKPortForwardingServer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FKPortForwardingServer.m; path = iOS/FlipperKit/FKPortForwarding/FKPortForwardingServer.m; sourceTree = ""; }; - 15B4E3A252DE053B9B8A4C18EAC58201 /* GULNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetwork.h; path = GoogleUtilities/Network/Private/GULNetwork.h; sourceTree = ""; }; - 15C72747D752FF29FD642F5887D41C1A /* RNTapHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNTapHandler.m; sourceTree = ""; }; - 15D0260EE1B8533622BECB0C3360B551 /* bufferevent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bufferevent.h; path = src/event2/bufferevent.h; sourceTree = ""; }; - 15D289277B422475487E10DED994F972 /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobManager.mm; sourceTree = ""; }; - 15E56031CFE723199C0977118C60B30E /* FIRCoreDiagnosticsConnector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnosticsConnector.m; path = FirebaseCore/Sources/FIRCoreDiagnosticsConnector.m; sourceTree = ""; }; - 15F6BD2F0C2EEED0A87D1087C6FD5B45 /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; - 1600DE6F3E7B770015C01A4ECB99AD22 /* nanopb.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.release.xcconfig; sourceTree = ""; }; - 161EE96520529B805BF35BB1CF1FBF99 /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; - 162ABDE4EA0DC933C7AE35689F19BF6D /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = SDWebImage/Core/SDImageGraphics.h; sourceTree = ""; }; - 162DBCED0810FE1698E6FD7172097F92 /* FlipperKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FlipperKit.debug.xcconfig; sourceTree = ""; }; - 1630D462B1AD14C8B9B86D1B4ACAF03F /* dwarf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dwarf.h; path = Crashlytics/third_party/libunwind/dwarf.h; sourceTree = ""; }; - 1665312100AF9584B91D0A6718513085 /* zh-Hant.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hant.lproj"; path = "Objective-C/TOCropViewController/Resources/zh-Hant.lproj"; sourceTree = ""; }; - 1674AB1C1162E5A324D8220FF94865FE /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; - 1674DE4EAE474C235ED58418BB01E54E /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; - 168751C88AA5F9441FFF3B09EEA9BB2C /* Bugsnag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Bugsnag.h; sourceTree = ""; }; - 16989DAF0F76111BD799F85B4F8AADAE /* FlipperResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperResponder.h; path = xplat/Flipper/FlipperResponder.h; sourceTree = ""; }; - 169F43128BFE7FFB9F361B16C7DBB6AE /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; - 16C3A57AF976FE078BC704C8EC1547C1 /* UMFontProcessorInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontProcessorInterface.h; path = UMFontInterface/UMFontProcessorInterface.h; sourceTree = ""; }; - 16D3E5936BA45F4643880BB34884358B /* FBLazyVector.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.release.xcconfig; sourceTree = ""; }; - 16DC44557FC2F997D7D6F1B9561EE742 /* RCTBlobPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobPlugins.mm; sourceTree = ""; }; - 16E56FEB4F3E06FD9EFDC2106F9CB688 /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSINativeModules.cpp; path = jsireact/JSINativeModules.cpp; sourceTree = ""; }; - 16E9B6CD0C5BF9C005878959B844A344 /* EventBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBase.h; path = folly/io/async/EventBase.h; sourceTree = ""; }; - 16EADD76213A01555AFB0878C3393F83 /* react-native-background-timer.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-background-timer.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 16EC75885D2A7AB1F853013AE1230AF9 /* filter_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filter_enc.c; path = src/enc/filter_enc.c; sourceTree = ""; }; - 16FB9DB7C4FCA485FDE1E110A212F7BA /* FIRCLSURLSessionDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionDataTask.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDataTask.h; sourceTree = ""; }; - 16FE41E4C031332A7D19A14E6F64F8D4 /* PromisesObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.release.xcconfig; sourceTree = ""; }; - 1707E438DFBC4567F5F8E21D063E0903 /* UMReactNativeEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeEventEmitter.m; sourceTree = ""; }; - 1719EAF1B00009ADFCABA82E48B52731 /* Yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Yoga-dummy.m"; sourceTree = ""; }; - 171D15BEBDBE0823232EDC5554ACD282 /* UniqueInstance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UniqueInstance.cpp; path = folly/detail/UniqueInstance.cpp; sourceTree = ""; }; - 1726175A41404D5E33009B0F6DE2DF18 /* EXConstants.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXConstants.release.xcconfig; sourceTree = ""; }; - 172767486992495A7F7F4DCCC6E77D5E /* CancellationToken-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CancellationToken-inl.h"; path = "folly/CancellationToken-inl.h"; sourceTree = ""; }; - 1733989C35C601D11F17017C564B8382 /* AtomicLinkedList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicLinkedList.h; path = folly/AtomicLinkedList.h; sourceTree = ""; }; - 173C3A9051F96EE5ABBC6D38FC4F8209 /* BSG_KSCrashReportFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilter.h; sourceTree = ""; }; - 174CBC665A89BE0C6CAFA0F991B008C9 /* ReactNativeART-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactNativeART-prefix.pch"; sourceTree = ""; }; - 17718F521FD919137D730191DC3B26AE /* DeviceUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeviceUID.h; path = ios/RNDeviceInfo/DeviceUID.h; sourceTree = ""; }; - 17815C0A4D6C993F15FEFD9E83CCD7E2 /* utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = utils.c; path = src/utils/utils.c; sourceTree = ""; }; - 17A08E29AE6232CCA0D2F6B8DEA8274C /* RCTClipboard.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTClipboard.mm; sourceTree = ""; }; - 17B4D617B8E363E77AA8852C57738EFC /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; - 17C555F6666FCC312A50B8FBD7DEB30F /* Random.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Random.h; path = folly/Random.h; sourceTree = ""; }; - 17C6CEA53F592BED4ED543755E5E9224 /* MiniPBCoder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MiniPBCoder.cpp; path = Core/MiniPBCoder.cpp; sourceTree = ""; }; - 17D3BB1FF71B99FFC3628BA80DD9E8CC /* BugsnagReactNative.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.debug.xcconfig; sourceTree = ""; }; - 17D85DAF5E5CDB34F0CCCD247AB6EF62 /* tr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = tr.lproj; path = "Objective-C/TOCropViewController/Resources/tr.lproj"; sourceTree = ""; }; - 17E4D1201550EC950AD50E073F53E53E /* TOCropViewController.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TOCropViewController.release.xcconfig; sourceTree = ""; }; - 17EFB77E790958BAEA1257097960BB46 /* ossl_typ.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ossl_typ.h; path = ios/include/openssl/ossl_typ.h; sourceTree = ""; }; - 17FD8196D0A69CDA6008090DDA7A37A8 /* React-RCTNetwork.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTNetwork.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 17FE851D39896F0F0313F462797FDF70 /* RNFastImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFastImage.release.xcconfig; sourceTree = ""; }; - 18109B78EF5421A2AB9796AC5A9884B9 /* PasswordInFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PasswordInFile.h; path = folly/io/async/PasswordInFile.h; sourceTree = ""; }; - 181577EEC9A2ACBA0E56DD4254C6918D /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/Core/UIView+WebCacheOperation.m"; sourceTree = ""; }; - 182554BBF36BB1D041C0EBF7F8333D69 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Sources/Private/FirebaseCoreInternal.h; sourceTree = ""; }; - 1831343C1E0BAEB59137245334137DA0 /* UMTaskConsumerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskConsumerInterface.h; path = UMTaskManagerInterface/UMTaskConsumerInterface.h; sourceTree = ""; }; - 185DC5970D676BDF8B99BF1716DC12CB /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; - 1871F1292B08745745E8E4E340753124 /* PublishProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PublishProcessor.h; path = yarpl/flowable/PublishProcessor.h; sourceTree = ""; }; - 187683D4CD7DBFB6174E91A592897DE2 /* FIRCLSFABAsyncOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABAsyncOperation.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.h; sourceTree = ""; }; - 1878C95CAB7B86E57FD2AD73E06FD615 /* Libgen.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Libgen.cpp; path = folly/portability/Libgen.cpp; sourceTree = ""; }; - 1880F3A4C50B7B29FC2E6F8271EEC730 /* ScheduledFrameTransport.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScheduledFrameTransport.cpp; path = rsocket/framing/ScheduledFrameTransport.cpp; sourceTree = ""; }; - 1887510BDCC5627443392E266C517392 /* RNBootSplash.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNBootSplash.debug.xcconfig; sourceTree = ""; }; - 189CA85DBFF95310E68DBFD84CD6261B /* RCTSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsManager.h; path = Libraries/Settings/RCTSettingsManager.h; sourceTree = ""; }; - 18C349DC5272DDDFF2DB5D6ED1B8E5AA /* FIRCLSNetworkClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSNetworkClient.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSNetworkClient.m; sourceTree = ""; }; + 15A7CE841196547E76CAB994F30443D3 /* Base.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = Base.lproj; path = "Objective-C/TOCropViewController/Resources/Base.lproj"; sourceTree = ""; }; + 15CD676C4280876800A904F148E764D7 /* backward_references_cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_cost_enc.c; path = src/enc/backward_references_cost_enc.c; sourceTree = ""; }; + 15D2194EF23755FBE76A2FB3FAA07FEC /* MMKV_Android.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKV_Android.cpp; path = Core/MMKV_Android.cpp; sourceTree = ""; }; + 15DD928E776E8E1468A601C836B27774 /* LNAnimatorTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNAnimatorTemp.h; sourceTree = ""; }; + 15EA15A288C680BA2C196F4FEA6F5D1F /* Pbkdf2.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Pbkdf2.m; sourceTree = ""; }; + 15F770A4D5BC785683DD7C5AE37D01A1 /* Observer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Observer.h; path = yarpl/observable/Observer.h; sourceTree = ""; }; + 15F9371AFC26821AD43D9285523D4748 /* FBLPromise+Wrap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Wrap.h"; path = "Sources/FBLPromises/include/FBLPromise+Wrap.h"; sourceTree = ""; }; + 15FB2FCBC1341B6B8B5B77C425DEB964 /* BugsnagApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagApiClient.h; sourceTree = ""; }; + 162DF357A5D6A3074EC49D6A9D7F9D03 /* FBLPromise+All.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+All.m"; path = "Sources/FBLPromises/FBLPromise+All.m"; sourceTree = ""; }; + 164181A5F456879F1ECD813AA1DD078B /* QBImagePickerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBImagePickerController.m; path = ios/QBImagePicker/QBImagePicker/QBImagePickerController.m; sourceTree = ""; }; + 166BD3AA6CAA2CCC0AB660F2BD9ABF51 /* IPAddressV4.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IPAddressV4.cpp; path = folly/IPAddressV4.cpp; sourceTree = ""; }; + 1670B045C7796A8C1BF8C8B7D3001C35 /* asn1t.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1t.h; path = ios/include/openssl/asn1t.h; sourceTree = ""; }; + 1671D95D2A1FEE5F77B2F3BFAE7BA7B1 /* SDDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDisplayLink.m; path = SDWebImage/Private/SDDisplayLink.m; sourceTree = ""; }; + 167B6DA102D18369FBE1026EF6C7B8DC /* QBSlomoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBSlomoIconView.h; path = ios/QBImagePicker/QBImagePicker/QBSlomoIconView.h; sourceTree = ""; }; + 1682C82F9B26C69C1FB419EF9304A64C /* RNDeviceInfo.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDeviceInfo.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 1684FE796CDB3D6D4406490BA4929159 /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = SDWebImage/Core/SDImageGraphics.m; sourceTree = ""; }; + 16A59E0EF96D14462C4073136CC9D50E /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = SDWebImage/Core/SDAnimatedImageRep.m; sourceTree = ""; }; + 16A80E535174A91FA700620DDFF7676C /* RNDateTimePicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDateTimePicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 16BF2F3F7FAE1B6F2BFA90146B4D2BC8 /* react-native-webview.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.debug.xcconfig"; sourceTree = ""; }; + 16D73A0F9B78AC956B935687157C8F75 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; + 16E5F638396982BB4B6499455455B0BE /* RCTLinkingPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLinkingPlugins.mm; sourceTree = ""; }; + 16F0ED504CD7D7B69162D5BD3518F90A /* JSINativeModules.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSINativeModules.cpp; path = jsireact/JSINativeModules.cpp; sourceTree = ""; }; + 16F18DBFE346A5A481E073509805F5DF /* SSLOptions.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SSLOptions.cpp; path = folly/io/async/SSLOptions.cpp; sourceTree = ""; }; + 1708504D90BF92C2DE490B535EFFB159 /* StreamRequester.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamRequester.cpp; path = rsocket/statemachine/StreamRequester.cpp; sourceTree = ""; }; + 17403AC316FCF34A863F06CB4FAD5AC2 /* Bits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bits.h; path = folly/Bits.h; sourceTree = ""; }; + 174311ED47D3D8C0E1BBD02EE2741FA4 /* MicroLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MicroLock.h; path = folly/MicroLock.h; sourceTree = ""; }; + 1747FDA73682FB78ABBE7C1F0D771F3F /* react-native-cookies-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-cookies-prefix.pch"; sourceTree = ""; }; + 1749D28981829096D828BD34F0484AD0 /* React-RCTAnimation.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTAnimation.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 17562386873948B0152954085FF687E6 /* RCTImageURLLoaderWithAttribution.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageURLLoaderWithAttribution.mm; sourceTree = ""; }; + 1772EC77AE13BFC168B7D8978E81A6C9 /* RNFastImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFastImage.release.xcconfig; sourceTree = ""; }; + 17845C38D05BBD45DFB217FFC17E7129 /* ReactCommon-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactCommon-prefix.pch"; sourceTree = ""; }; + 178AFF9E0566AE4583BFA80CAFBE88A7 /* vp8l_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_enc.c; path = src/enc/vp8l_enc.c; sourceTree = ""; }; + 1796C6A69074713A2D17439CAFBC78FE /* RNConfigReader.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNConfigReader.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 17A8CA111B7C0A352CBED6FDA0EF6E00 /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; + 17DA2C266661DD03ACE89B60391E381D /* SKStateUpdateCPPWrapper.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKStateUpdateCPPWrapper.mm; path = iOS/FlipperKit/SKStateUpdateCPPWrapper.mm; sourceTree = ""; }; + 17E2EC302E6FFA939CD2E62BD7A3DE92 /* REATransitionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionManager.m; sourceTree = ""; }; + 17EEA1AB8178522A812721C8276C2277 /* TurnSequencer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurnSequencer.h; path = folly/detail/TurnSequencer.h; sourceTree = ""; }; + 1805431BA300537A75B6F3008ECABF8E /* FirebaseCoreDiagnostics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnostics.debug.xcconfig; sourceTree = ""; }; + 180D90CEBCBD4A7E23C6FFFDA3A4C14E /* SKMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKMacros.h; path = iOS/FlipperKit/SKMacros.h; sourceTree = ""; }; + 18186A650ED00607E9D57908461861AE /* RNBootSplash.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNBootSplash.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 182174290313A6F0F4E06EE8C2709B5E /* SharedPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SharedPromise.h; path = folly/futures/SharedPromise.h; sourceTree = ""; }; + 182B047509820834CB289CB4785E27B2 /* RNCWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWebViewManager.h; path = apple/RNCWebViewManager.h; sourceTree = ""; }; + 183A3CD2CB620A391A684401DEFA61DD /* React-cxxreact.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-cxxreact.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 184328C5938286F59C0E415DAFFF44CE /* react-native-notifications-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-notifications-prefix.pch"; sourceTree = ""; }; + 18480D66825A194C07A812F54A459022 /* RNFetchBlobProgress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobProgress.m; path = ios/RNFetchBlobProgress.m; sourceTree = ""; }; + 185AF3CE12ECA801C8FF000E4ED57664 /* GULNSDataInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNSDataInternal.h; path = "GoogleUtilities/NSData+zlib/Private/GULNSDataInternal.h"; sourceTree = ""; }; + 18609DC983FCC60F828BA780192419A8 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 188D155BEC1BCF1EC6453AB17CEA1966 /* FIRCLSFABNetworkClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABNetworkClient.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSFABNetworkClient.h; sourceTree = ""; }; + 18B420544DFE8AB06F95D49E386C00AF /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; 18D0B1E13C69654196028DD6EDCC3452 /* libRNFBApp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFBApp.a; path = libRNFBApp.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 18D295F2A2428B767F420AC24FA381ED /* FIRInstallationsIDController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIDController.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.m; sourceTree = ""; }; - 18E0E57E3829257999149721C3BD6611 /* EXConstantsService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstantsService.m; path = EXConstants/EXConstantsService.m; sourceTree = ""; }; - 18EAA710CF185005E5DFA8318DD82F51 /* UTF8String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UTF8String.h; path = folly/UTF8String.h; sourceTree = ""; }; - 18FFFC7D85C13CADCFC4328954ED5669 /* FIRDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDiagnosticsData.h; path = FirebaseCore/Sources/FIRDiagnosticsData.h; sourceTree = ""; }; - 19174F22086180613BFC2468AF7BD01D /* http.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = http.h; path = src/event2/http.h; sourceTree = ""; }; - 19279F15F31FB25928235194BF2E05A0 /* SysUio.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysUio.cpp; path = folly/portability/SysUio.cpp; sourceTree = ""; }; - 19B120000A4F7B734A91B542C9A041A4 /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; - 19BEA085C19620D31E3100D07BE66400 /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedProxyCxxModule.h; sourceTree = ""; }; - 19D28AB09EA8E14CB120E0B4C5C41AA1 /* enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_msa.c; path = src/dsp/enc_msa.c; sourceTree = ""; }; - 19D55A662ADF9B8DD0A77C1DC21E0B20 /* GlobalThreadPoolList.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = GlobalThreadPoolList.cpp; path = folly/executors/GlobalThreadPoolList.cpp; sourceTree = ""; }; - 19DEADAD5C3CD8998D13020DE20E31F0 /* LifoSem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LifoSem.h; path = folly/synchronization/LifoSem.h; sourceTree = ""; }; - 19E6B9811160CEB3A10EF5B1773F6F98 /* RNCSafeAreaViewMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewMode.h; path = ios/SafeAreaView/RNCSafeAreaViewMode.h; sourceTree = ""; }; - 19F9268C20A99039F060978896D3C372 /* ObservingInputAccessoryViewTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ObservingInputAccessoryViewTemp.m; sourceTree = ""; }; - 1A155E7312943F5EA835EFA845855054 /* GDTCORDataFuture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORDataFuture.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORDataFuture.h; sourceTree = ""; }; - 1A17E1FF44146B12475F6AADAE896DAB /* GULKeychainUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainUtils.h; path = GoogleUtilities/Environment/Private/GULKeychainUtils.h; sourceTree = ""; }; - 1A1840AB44BF1B7B0290497F0EBE358F /* react-native-simple-crypto.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-simple-crypto.release.xcconfig"; sourceTree = ""; }; - 1A4263065003D9AF531FD46697DC314C /* RCTExceptionsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTExceptionsManager.mm; sourceTree = ""; }; - 1A46A049BDFBB72CF16B6D3CFFC5F485 /* CodedInputData_OSX.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CodedInputData_OSX.cpp; path = Core/CodedInputData_OSX.cpp; sourceTree = ""; }; - 1A5A517373BA233B0832819033BE2095 /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; - 1A5B0F5C295A4E3A0E279C18F3B77540 /* FBReactNativeSpec.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBReactNativeSpec.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 1A6E5AE8CCAFB614B150BC9DB530DAA9 /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; - 1A7B6C402B0553AA3305A7C5CD61911D /* InspectorInterfaces.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorInterfaces.cpp; sourceTree = ""; }; - 1A8A8259646197F1E1B0EC65C32D24DE /* FIRCLSUnwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUnwind.h; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.h; sourceTree = ""; }; - 1A8E35408562E44B1F77EA449390CD41 /* FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptions.h; path = FirebaseCore/Sources/Public/FIROptions.h; sourceTree = ""; }; - 1A91F7152B4A31F6E78FBDEC8BFA85BC /* FlipperPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperPlugin.h; path = xplat/Flipper/FlipperPlugin.h; sourceTree = ""; }; - 1AAD6855E40288749CA5559E52AD84BF /* FIRCLSDataParsing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDataParsing.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.h; sourceTree = ""; }; - 1AAF5794CF3E15852796926C4EF93EA8 /* GoogleUtilities.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.debug.xcconfig; sourceTree = ""; }; - 1ACB56C3D108B55A7034A49FC00A5447 /* GDTCORTransport_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransport_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransport_Private.h; sourceTree = ""; }; - 1ACD492721EBD9244910008D72804AE0 /* react-native-cameraroll-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-cameraroll-dummy.m"; sourceTree = ""; }; - 1ACDD41516F293FFB18FE5FE5E5B5552 /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingManager.h; path = Libraries/LinkingIOS/RCTLinkingManager.h; sourceTree = ""; }; - 1AD2CC3DE91415BD4E41912B7FE4953C /* VibrancyView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VibrancyView.m; path = ios/VibrancyView.m; sourceTree = ""; }; - 1ADB54BD51761B366F2ED153D0136176 /* Futex-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Futex-inl.h"; path = "folly/detail/Futex-inl.h"; sourceTree = ""; }; - 1AF1CAA57C7333E8AAED74ACD568F001 /* Try.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Try.h; path = folly/Try.h; sourceTree = ""; }; - 1B11B6C24904A33E4EB58112762B5B0D /* Asm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Asm.h; path = folly/portability/Asm.h; sourceTree = ""; }; - 1B170A83AADDDDC048790DE520A22900 /* ssl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl.h; path = ios/include/openssl/ssl.h; sourceTree = ""; }; - 1B1902859ECC38053EF8EE12EECBEFA7 /* RNGestureHandlerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerModule.h; path = ios/RNGestureHandlerModule.h; sourceTree = ""; }; - 1B1F0A4A6B424F9DAFC97EDE82D3BA05 /* FIRCLSCompactUnwind_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCompactUnwind_Private.h; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind_Private.h; sourceTree = ""; }; - 1B568AA350CDE51F0F3C21D3A968DCE2 /* RNCAppearanceProviderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearanceProviderManager.m; path = ios/Appearance/RNCAppearanceProviderManager.m; sourceTree = ""; }; - 1B5C1EE00A2FFBA3F837A43A65268E67 /* RNCSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewManager.h; path = ios/SafeAreaView/RNCSafeAreaViewManager.h; sourceTree = ""; }; - 1B79E7CACB26E7F29759DB489DEE478B /* Constexpr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Constexpr.h; path = folly/portability/Constexpr.h; sourceTree = ""; }; - 1B811341521027B084F5BC1B879E7416 /* AtomicIntrusiveLinkedList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicIntrusiveLinkedList.h; path = folly/AtomicIntrusiveLinkedList.h; sourceTree = ""; }; - 1B8C74CC1428F0AD937FEB5768938A0D /* RCTDevLoadingViewSetEnabled.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingViewSetEnabled.h; sourceTree = ""; }; - 1B994460DAD85E8E4CF0D7FAD4AB0F76 /* FIRCLSURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSession.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSession.h; sourceTree = ""; }; - 1BAF535BBBC5F7BE5D16A7839CC4AF0A /* StreamRequester.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamRequester.cpp; path = rsocket/statemachine/StreamRequester.cpp; sourceTree = ""; }; - 1BBC40C1BD7CFA2621C7935B1D8D1581 /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDataRequestHandler.h; path = Libraries/Network/RCTDataRequestHandler.h; sourceTree = ""; }; - 1BCB7833FDC3F31695B799C07D17B57C /* SKMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKMacros.h; path = iOS/FlipperKit/SKMacros.h; sourceTree = ""; }; - 1BD12466164EC8F48838F01B9D26879A /* EventBaseBackendBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBaseBackendBase.cpp; path = folly/io/async/EventBaseBackendBase.cpp; sourceTree = ""; }; - 1BDEDC8C1377E8B97CDED5F63D3CBB7C /* GULLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLogger.h; path = GoogleUtilities/Logger/Private/GULLogger.h; sourceTree = ""; }; - 1BDF660B412B90FA894EECE45A1367C1 /* tls1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tls1.h; path = ios/include/openssl/tls1.h; sourceTree = ""; }; - 1BE4B70B499818ED7429894CA7DBD2A5 /* FIRInstallationsItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsItem.m; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.m; sourceTree = ""; }; - 1BF4F464D36E3E663C0697C79AC321DB /* RSocketResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketResponder.h; path = rsocket/RSocketResponder.h; sourceTree = ""; }; - 1C15BB5AF0B86A38D7BAA1B434D98E09 /* RCTDeviceInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDeviceInfo.mm; sourceTree = ""; }; - 1C424FADA3ACFDFFCD10285AE1F1B579 /* Select64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Select64.h; path = folly/experimental/Select64.h; sourceTree = ""; }; - 1C43AD5718494D5EDB3C8726E1D85D37 /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; - 1C478A9A911A1728BD75B47F1FEAFCB4 /* MallctlHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MallctlHelper.h; path = folly/memory/MallctlHelper.h; sourceTree = ""; }; - 1C491D6EB47FBDBE1FC93C4AF7703743 /* EXHapticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXHapticsModule.h; path = EXHaptics/EXHapticsModule.h; sourceTree = ""; }; - 1C550A3D9FC8054FA5AB245B0991D94F /* FIRCLSURLBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLBuilder.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.h; sourceTree = ""; }; - 1C6A6527341BB35C8557A76F2DFD7211 /* BugsnagConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagConfiguration.m; sourceTree = ""; }; - 1CAE49CD2AA36206A840E020A244891A /* QBAssetCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetCell.h; path = ios/QBImagePicker/QBImagePicker/QBAssetCell.h; sourceTree = ""; }; - 1CB72D736A824DF21915228CFB0B940B /* BSG_KSJSONCodecObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodecObjC.h; sourceTree = ""; }; - 1CB8525E5681B72C1B291C5C6A6ECFAA /* GDTCORUploadPackage_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploadPackage_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadPackage_Private.h; sourceTree = ""; }; - 1CC53985AD8F9C9888119E922D4F3E43 /* BugsnagCollections.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCollections.m; sourceTree = ""; }; - 1CCDAAF8D9DA29E4F6CD03243F7A302F /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; - 1CD582F03A6BBE9B38B168E02EEE3632 /* GDTCORUploadPackage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploadPackage.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORUploadPackage.h; sourceTree = ""; }; - 1CE2FCE6B1B56264A8BA16A67F1BB503 /* EXAVObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVObject.h; path = EXAV/EXAVObject.h; sourceTree = ""; }; - 1CEA45F2DA51BB545B49C218B3968D48 /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; - 1CEDB3FC2CF895F36F3B0AD7EB8C27B6 /* FIRCLSUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUserDefaults.h; path = Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.h; sourceTree = ""; }; - 1D035ED7C9FB8F678E6089CA3D461AF5 /* dec_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse2.c; path = src/dsp/dec_sse2.c; sourceTree = ""; }; - 1D0766E2B991CA9C7CA66CAB5B502E2B /* Flipper-PeerTalk.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-PeerTalk.debug.xcconfig"; sourceTree = ""; }; - 1D0B6A4057A6B3F17EB8B3A084B26CF3 /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/Core/UIButton+WebCache.h"; sourceTree = ""; }; - 1D21D5E5EAD993852C11AB79ACC0C5AB /* rescaler_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rescaler_utils.h; path = src/utils/rescaler_utils.h; sourceTree = ""; }; - 1D2A7AB35F7C0DBC3B18CD5389D28D07 /* FIRCLSURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLSession.m; path = Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSession.m; sourceTree = ""; }; - 1D3305486A680CEF25689F94E904C76C /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.h"; sourceTree = ""; }; - 1D52D7564B324291B8EF61EE6B72C039 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 1D6FE4E9962BF66A64EE11CD38383FBB /* BSG_KSMach_Arm.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm.c; sourceTree = ""; }; - 1D74DFA2428E8A1A264F0F0F8FBA90A5 /* Framer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Framer.h; path = rsocket/framing/Framer.h; sourceTree = ""; }; - 1D96F098EFAA271B841FD455E8EF51E7 /* Future.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Future.cpp; path = folly/futures/Future.cpp; sourceTree = ""; }; - 1DA53F5DA557EACAD21660EB4C90DFF9 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 1DAAE63AAF088BB26063550143325A61 /* PBUtility.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PBUtility.cpp; path = Core/PBUtility.cpp; sourceTree = ""; }; - 1DAF12113FC2F8B95C1009B825A60044 /* RCTWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWeakProxy.m; sourceTree = ""; }; + 18DB2D0FDBBD540C6281053E3588410B /* react-native-webview-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-webview-dummy.m"; sourceTree = ""; }; + 18F5326A66E9B9F87251B3EBDF27FC01 /* RNCAssetsLibraryRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAssetsLibraryRequestHandler.h; path = ios/RNCAssetsLibraryRequestHandler.h; sourceTree = ""; }; + 18FB6816297670D9E489E39D5BE1F062 /* EXAppleAuthenticationRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppleAuthenticationRequest.h; path = EXAppleAuthentication/EXAppleAuthenticationRequest.h; sourceTree = ""; }; + 18FD7ED6DC27EACF884F102538F380D9 /* filters_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_sse2.c; path = src/dsp/filters_sse2.c; sourceTree = ""; }; + 19089AC5762E3B0A6B8D7AA7B7BAB27C /* conf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conf.h; path = ios/include/openssl/conf.h; sourceTree = ""; }; + 191E57DAFB1A44C2E9081B4461D8D241 /* ReactNativeUiLib.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ReactNativeUiLib.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 192305CD9EED58441A262C59EDABCF79 /* HazptrObjLinked.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrObjLinked.h; path = folly/synchronization/HazptrObjLinked.h; sourceTree = ""; }; + 19237521580DB582429BC6C098BD1737 /* FIRCLSConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSConstants.h; path = Crashlytics/Shared/FIRCLSConstants.h; sourceTree = ""; }; + 194E3BAF0D8BB1ED7DF7E3D4C37D6488 /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; + 196364F05AC5F5C49EAF2471D15E4A77 /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; + 1969DC4478F87606B1654B2E9E097991 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 19881F57FA6BDB29833E728A00D242E6 /* FIRCLSRecordApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordApplication.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.h; sourceTree = ""; }; + 19B7F500E18F8C527E72F66E8A9281AE /* RCTCrypto-Bridging-Header.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTCrypto-Bridging-Header.h"; path = "ios/RCTCrypto/RCTCrypto-Bridging-Header.h"; sourceTree = ""; }; + 19DC2F19298796986F2DB6D6D8DC47EC /* UMFontInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFontInterface.debug.xcconfig; sourceTree = ""; }; + 19E4A5F3E8205DD2D3B194B29C0FB96D /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; + 19F346CCE20204268E49103980DF09C4 /* BSG_KSSignalInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSignalInfo.h; sourceTree = ""; }; + 1A0B56E63420029E1AEE6643D7CC7D58 /* REAValueNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAValueNode.h; sourceTree = ""; }; + 1A0E6EA81564763BD36D19722DB4150B /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; + 1A160FC63EF8C86A7E5D51894C1D0B0F /* QuotientMultiSet-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QuotientMultiSet-inl.h"; path = "folly/experimental/QuotientMultiSet-inl.h"; sourceTree = ""; }; + 1A1721DE1E6380CAE20148A6F50F1F10 /* TurboModuleBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleBinding.h; path = turbomodule/core/TurboModuleBinding.h; sourceTree = ""; }; + 1A1768EE0AC3475ACB1ADC65D0961C91 /* RCTConvertHelpers.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTConvertHelpers.mm; sourceTree = ""; }; + 1A449FAA89D783212C4448944539A8A5 /* bufferevent_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bufferevent_compat.h; path = src/event2/bufferevent_compat.h; sourceTree = ""; }; + 1A51E975AF8C03EA935BC507DC4FC2F4 /* muxedit.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxedit.c; path = src/mux/muxedit.c; sourceTree = ""; }; + 1A586E6EB626170EAADFB59967E54BE7 /* GULAppDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m; sourceTree = ""; }; + 1A597DB99FED31AE7436208B5BCD99B1 /* PromisesObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.release.xcconfig; sourceTree = ""; }; + 1A7A7DAB415332DBDEF7E49B399BCE09 /* FlipperKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FlipperKit.release.xcconfig; sourceTree = ""; }; + 1A91E9FF28DFA7E4E89674A5B85ECD54 /* Init.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Init.h; path = folly/ssl/Init.h; sourceTree = ""; }; + 1AADEA538BA01F7FC3161B2E094449FC /* CString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CString.h; path = folly/lang/CString.h; sourceTree = ""; }; + 1AC25A44F6763BA47B30C16996F0FC43 /* StreamResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamResponder.cpp; path = rsocket/statemachine/StreamResponder.cpp; sourceTree = ""; }; + 1AC28C9334607E0B31BC61D3B0FD00E8 /* BugsnagReactNative-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BugsnagReactNative-prefix.pch"; sourceTree = ""; }; + 1AC5C912D19912B51BAB93B11DB92C81 /* Unit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unit.h; path = folly/Unit.h; sourceTree = ""; }; + 1AE8FBF3D34E6B6945FD9726EBC3073F /* Overload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Overload.h; path = folly/Overload.h; sourceTree = ""; }; + 1AE9AD276ACE023E37C3399ED9A29AC2 /* SafeAssert.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SafeAssert.cpp; path = folly/lang/SafeAssert.cpp; sourceTree = ""; }; + 1AF37032762368E8AEED68C2B4E679B7 /* ColdResumeHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ColdResumeHandler.h; path = rsocket/ColdResumeHandler.h; sourceTree = ""; }; + 1AFB9D05621A6DC286DC7D63FCC311FB /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevLoadingView.h; path = React/CoreModules/RCTDevLoadingView.h; sourceTree = ""; }; + 1B1619F8F9268185412A8228547E18F5 /* REAStyleNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAStyleNode.m; sourceTree = ""; }; + 1B41F89950BA0BD22A8B64CE892B75C6 /* FramedReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FramedReader.h; path = rsocket/framing/FramedReader.h; sourceTree = ""; }; + 1B4C78F68D9011FA8E919D461C9B2FE6 /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; + 1B55AB8636CB6B060DC158430B717DF8 /* FIRErrors.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRErrors.m; path = FirebaseCore/Sources/FIRErrors.m; sourceTree = ""; }; + 1B6180ECAE92490934C79B1E5BAAE582 /* RNCAsyncStorageDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAsyncStorageDelegate.h; path = ios/RNCAsyncStorageDelegate.h; sourceTree = ""; }; + 1B688204E377100ED83F58775A6BDC06 /* RNGestureHandlerButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerButton.h; path = ios/RNGestureHandlerButton.h; sourceTree = ""; }; + 1B6F69193AABF36ED9947802167E5568 /* LockTraits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LockTraits.h; path = folly/LockTraits.h; sourceTree = ""; }; + 1B9176D8E01C8ED7482CD22D805AF148 /* RNCMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCMaskedViewManager.h; path = ios/RNCMaskedViewManager.h; sourceTree = ""; }; + 1B982C9C75305A90662326A7440FA2FD /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; + 1B9E15C047CA81F078F50403C4544769 /* small_vector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = small_vector.h; path = folly/small_vector.h; sourceTree = ""; }; + 1BA4B2E6C4915FA5B2A4D4642938FAAD /* RCTAnimationPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAnimationPlugins.mm; sourceTree = ""; }; + 1BEA91DBF03149D8F74BBE2A2306ACB5 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Sources/Private/FIRAppInternal.h; sourceTree = ""; }; + 1BEC14CCEBE755246228F4454AF37575 /* RCTRsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRsa.h; path = ios/RCTCrypto/RCTRsa.h; sourceTree = ""; }; + 1BF1F8A01C3EED8B60BC91EB970640CB /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; + 1BF2A62CDAEC62FD3C113D8D4F055933 /* ARTBrush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTBrush.h; sourceTree = ""; }; + 1BFC213B323EB3A64C21D6580AA60B4D /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; sourceTree = ""; }; + 1C1B54031058F3D5F70B8E814CCE8BB5 /* FIRInstallationsStoredItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredItem.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.h; sourceTree = ""; }; + 1C25FA01BB9F9B0D8555E3F0D60E53F5 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = React/AccessibilityResources/en.lproj; sourceTree = ""; }; + 1C272CB1134AB5CE6C92CB94FD7864C5 /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; + 1C284536777907302C2D69E0FE9DFAE6 /* GroupVarint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = GroupVarint.cpp; path = folly/GroupVarint.cpp; sourceTree = ""; }; + 1C2C9D209F160529837157C404C4E401 /* MMKVPredef.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKVPredef.h; path = Core/MMKVPredef.h; sourceTree = ""; }; + 1C39AB9266EA68DB2D41A69239B3040B /* RNNotificationParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationParser.m; path = RNNotifications/RNNotificationParser.m; sourceTree = ""; }; + 1C4B873893D6361EDD28E9E05D56A661 /* RNRootView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNRootView-dummy.m"; sourceTree = ""; }; + 1C52934A70A9FE7DAB947507EF03C317 /* GoogleAppMeasurement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleAppMeasurement.framework; path = Frameworks/GoogleAppMeasurement.framework; sourceTree = ""; }; + 1C5C37BF94AE399FBD7929FB5E7ADC8C /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; + 1C5E9C4ECFEEBF5D2890F292C4BDAA7E /* FIRCLSMachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachException.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSMachException.h; sourceTree = ""; }; + 1C63F1BB3F8B3C3704F432C3FC5C90AC /* RNReanimated.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNReanimated.debug.xcconfig; sourceTree = ""; }; + 1C7A419EF6BE410C5E7E7B6249010259 /* EXConstants.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXConstants.debug.xcconfig; sourceTree = ""; }; + 1C8C349C07A27BB7369A3DE750B8C29E /* Sha.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Sha.h; sourceTree = ""; }; + 1C8DC4867C477A13779E86217FCCF149 /* rn-extensions-share.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-extensions-share.release.xcconfig"; sourceTree = ""; }; + 1C8FA78232A1AB6CE33837E26D172390 /* ScopedEventBaseThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScopedEventBaseThread.h; path = folly/io/async/ScopedEventBaseThread.h; sourceTree = ""; }; + 1C937DDE947AE51809EC0FE1EC6B82B9 /* React-RCTText.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.release.xcconfig"; sourceTree = ""; }; + 1CA3A3E8B8CD76761016D2F850627D82 /* ProxyLockable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProxyLockable.h; path = folly/synchronization/detail/ProxyLockable.h; sourceTree = ""; }; + 1CA3A9A847227A1B47BC323589CAC841 /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxModule.h; sourceTree = ""; }; + 1CB8136B664A0CF0E4A8135286736FAF /* EXAVPlayerData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAVPlayerData.m; path = EXAV/EXAVPlayerData.m; sourceTree = ""; }; + 1CBA489790F742726930CD6191761278 /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; + 1CC2F3646C250F6FA0B48F976A23EACB /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; + 1CDCDA48B4512ED96C68BB43177BA65B /* libevent_extra.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libevent_extra.a; path = lib/libevent_extra.a; sourceTree = ""; }; + 1CE4C2D9652D8E71C491F0536C4E996E /* FlipperPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperPlugin.h; path = xplat/Flipper/FlipperPlugin.h; sourceTree = ""; }; + 1CEA916A18C53C87C1E3A57B1B5C51C5 /* symbolize.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = symbolize.cc; path = src/symbolize.cc; sourceTree = ""; }; + 1CFFF7A81E5C833410061E0A401AAE34 /* React-RCTBlob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTBlob-dummy.m"; sourceTree = ""; }; + 1D104A1919DACBE845E02DB785246952 /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = SDWebImage/Core/SDImageGIFCoder.m; sourceTree = ""; }; + 1D1E86685077488548FA721D61F797FF /* BSG_KSCrashReportStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashReportStore.m; sourceTree = ""; }; + 1D426DFB55A83ADC32C4DBAD3E556914 /* StaticTracepoint-ELFx86.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "StaticTracepoint-ELFx86.h"; path = "folly/tracing/StaticTracepoint-ELFx86.h"; sourceTree = ""; }; + 1D4627F02FFDA1488744A51E94F2C230 /* SafeAreaSpacerShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerShadowView.h; sourceTree = ""; }; + 1D4655B419FA8F428AF966E790038B23 /* ARTContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTContainer.h; path = ios/ARTContainer.h; sourceTree = ""; }; + 1D5A942DFE226321150CFFF7E10612F6 /* FirebaseInstallations.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.release.xcconfig; sourceTree = ""; }; + 1D603460E0070E7FC1E3B02E44E8606A /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorInterfaces.h; sourceTree = ""; }; + 1D870601367295249DFDFF4998F0FEC5 /* UIImage+Metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Metadata.h"; path = "SDWebImage/Core/UIImage+Metadata.h"; sourceTree = ""; }; + 1D9156975AE29943EA8012F56E1C674A /* SKBufferingPlugin+CPPInitialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SKBufferingPlugin+CPPInitialization.h"; path = "iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKBufferingPlugin+CPPInitialization.h"; sourceTree = ""; }; + 1DB3BDD34CCD6BC5F6531626074D1F13 /* pqueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pqueue.h; path = ios/include/openssl/pqueue.h; sourceTree = ""; }; 1DC66AC6FB5802B9BA94177EDB54263D /* libRNCPicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNCPicker.a; path = libRNCPicker.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1DD2CFDE1613ED3D72B745B64D0F5B45 /* react-native-appearance.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-appearance.release.xcconfig"; sourceTree = ""; }; + 1DC6A00B0C5BF3215918217EFE366919 /* nanopb-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-prefix.pch"; sourceTree = ""; }; + 1DC909E4FA02C0D86A3E6F0A19EFB93E /* EventBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBase.cpp; path = folly/io/async/EventBase.cpp; sourceTree = ""; }; + 1DCBACDF4E050016C97F386838D40886 /* BugsnagNotifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagNotifier.h; sourceTree = ""; }; + 1DCE0217A06E0F41B806974B457DCE3C /* SysSyscall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysSyscall.h; path = folly/portability/SysSyscall.h; sourceTree = ""; }; + 1DD295EB3519DCCCB0608878C99AB22A /* React-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-prefix.pch"; sourceTree = ""; }; + 1DDA4520ED0465CB1C41101927E0409C /* bufferevent_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bufferevent_struct.h; path = src/event2/bufferevent_struct.h; sourceTree = ""; }; 1DE018D8ACA2D00162710AC12DD9FA1D /* Pods-RocketChatRN-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-RocketChatRN-acknowledgements.markdown"; sourceTree = ""; }; - 1DE7F450D523A78F5124D2CF1C283ED8 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 1DFA8AA9CE5409243939FFE7B806C3C1 /* GDTCORConsoleLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORConsoleLogger.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORConsoleLogger.m; sourceTree = ""; }; - 1E0A1B4BA99BEC8C385FB33189643645 /* F14Map-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "F14Map-fwd.h"; path = "folly/container/F14Map-fwd.h"; sourceTree = ""; }; - 1E28569B6DC49FA91F76B594C30DBA7F /* TimeoutQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimeoutQueue.h; path = folly/TimeoutQueue.h; sourceTree = ""; }; - 1E4BD599BCC1C764A5BD112CA46B234A /* UMUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMUtilities.m; path = UMCore/UMUtilities.m; sourceTree = ""; }; - 1E4E823E3F1F558D44A1858843865774 /* Util.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Util.h; path = folly/container/detail/Util.h; sourceTree = ""; }; - 1E5889E0FD052309084B4C5357C5A865 /* SKNetworkReporter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKNetworkReporter.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKNetworkReporter.h; sourceTree = ""; }; - 1E58EE3E5B22518E1A1C898415B60853 /* RCTAes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTAes.m; path = ios/RCTCrypto/RCTAes.m; sourceTree = ""; }; - 1E59DC6C261D7C80569D74A88D08FA37 /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; - 1E74672B0794FE41CBED106DC5DB6A33 /* TcpDuplexConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpDuplexConnection.h; path = rsocket/transports/tcp/TcpDuplexConnection.h; sourceTree = ""; }; - 1E85FA674C41E021CB1EF8330FD36154 /* CpuId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CpuId.h; path = folly/CpuId.h; sourceTree = ""; }; - 1EA9E2DD40AAE43F92294F396D063D17 /* ARTSurfaceViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTSurfaceViewManager.m; sourceTree = ""; }; - 1EAAA6ED67306919874D27660DC95F6E /* Aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Aes.h; sourceTree = ""; }; - 1EAB678D17C00FCC742C0BD533CDE760 /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; - 1ECEA27731B6C2F90C920C174CFC0EA7 /* FirebaseInstallations.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.debug.xcconfig; sourceTree = ""; }; - 1EE384585D9ABAC8E404A1FEFB84E9A4 /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; - 1EEB0D7A3F8867376C53E68E4A432027 /* PTPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PTPrivate.h; path = peertalk/PTPrivate.h; sourceTree = ""; }; - 1F046BEEAB42F02D5CB23207ADF42C73 /* UMSensorsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMSensorsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 1F07FF75443CB39B24E1C87B5145BCBD /* ssim.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim.c; path = src/dsp/ssim.c; sourceTree = ""; }; - 1F0D7782482DBB0336DD50543E8CA3B0 /* IPAddressV4.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IPAddressV4.cpp; path = folly/IPAddressV4.cpp; sourceTree = ""; }; - 1F0E9F1E4033DA3ABEAA236285BB83E8 /* Subscription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Subscription.h; path = yarpl/flowable/Subscription.h; sourceTree = ""; }; - 1F0F1B3AA6EFC1E6828F6F108C9B086B /* Zocial.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Zocial.ttf; path = Fonts/Zocial.ttf; sourceTree = ""; }; - 1F37423673E68C578CF60E8D55F5ABD6 /* GDTCOREvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCOREvent.m; path = GoogleDataTransport/GDTCORLibrary/GDTCOREvent.m; sourceTree = ""; }; - 1F3D8590CC614B900A23615CD7BD86DC /* RSocketServer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketServer.h; path = rsocket/RSocketServer.h; sourceTree = ""; }; - 1F6DEED2A33C52ACA188D29B87DCE68E /* RCTLocalAssetImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLocalAssetImageLoader.mm; sourceTree = ""; }; - 1F842F16C5CA576C91C45EEEBE9848A1 /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; - 1F957DCB055C61185EE4700AAE93EA06 /* REATransitionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionManager.m; sourceTree = ""; }; - 1FA8C561F44329163CEE9D5AA5FA5D9F /* EventCount.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventCount.h; path = folly/experimental/EventCount.h; sourceTree = ""; }; - 1FFAEB67B93B9E453AFA471A45BD2CB2 /* SKDescriptorMapper.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKDescriptorMapper.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKDescriptorMapper.mm; sourceTree = ""; }; - 2003AB067F07BE2BE7CDA8A162B545BE /* RNCWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWebView.m; path = apple/RNCWebView.m; sourceTree = ""; }; - 200A2D8244A30AC6040F96321B65F164 /* FIRCLSMultipartMimeStreamEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMultipartMimeStreamEncoder.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSMultipartMimeStreamEncoder.m; sourceTree = ""; }; + 1DF0954BD8054A90907EB224D57A8A24 /* GDTCORUploadCoordinator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORUploadCoordinator.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORUploadCoordinator.m; sourceTree = ""; }; + 1E23C68952D39AFDF54E388E42D8329A /* Spin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Spin.h; path = folly/synchronization/detail/Spin.h; sourceTree = ""; }; + 1E33C6EA516A521956A74363F04E7B05 /* RSocketServer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketServer.cpp; path = rsocket/RSocketServer.cpp; sourceTree = ""; }; + 1E37464D798EAB57966CFA44FD00105A /* WaitOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WaitOptions.h; path = folly/synchronization/WaitOptions.h; sourceTree = ""; }; + 1E47A898A6F7CEAEA679AB474A50D825 /* RNVectorIcons.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.release.xcconfig; sourceTree = ""; }; + 1E49826CC819AEA6F509737D0E0D7B3C /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; + 1E4B6CE6FCDF2CAC342852F32F84DB65 /* Codel.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Codel.cpp; path = folly/executors/Codel.cpp; sourceTree = ""; }; + 1E781B9995E4FE6C36B3BCF779F0139A /* FBLPromise+Reduce.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Reduce.h"; path = "Sources/FBLPromises/include/FBLPromise+Reduce.h"; sourceTree = ""; }; + 1E83BE81C1F89AA356824AA3E25195B2 /* kssl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = kssl.h; path = ios/include/openssl/kssl.h; sourceTree = ""; }; + 1E8B1EB0F730926CA1E78F34EEB9E48D /* Conv.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Conv.cpp; path = folly/Conv.cpp; sourceTree = ""; }; + 1EA0D1F9E9B7895FCF062FD37457BA6E /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Text.m"; sourceTree = ""; }; + 1EA260B91633AAA70C98D9F8893E6350 /* sha.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sha.h; path = ios/include/openssl/sha.h; sourceTree = ""; }; + 1EBCFA0249CAAE3C62FC58FBD5EC38EE /* SSLSessionImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SSLSessionImpl.cpp; path = folly/ssl/detail/SSLSessionImpl.cpp; sourceTree = ""; }; + 1EC176BD78E3F7B6F8D5458D27D6F699 /* RSocketParameters.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketParameters.cpp; path = rsocket/RSocketParameters.cpp; sourceTree = ""; }; + 1ED3204C3F2522242524FAC88331C9E9 /* Libgen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Libgen.h; path = folly/portability/Libgen.h; sourceTree = ""; }; + 1EDF3AF385422B46BBDE4E730DA5D7A6 /* QBAlbumsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumsViewController.m; path = ios/QBImagePicker/QBImagePicker/QBAlbumsViewController.m; sourceTree = ""; }; + 1EE49E61448DCC6DAEA90081E1E44046 /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; + 1EEB487112509EFEEC7A11AE7C71E84C /* FlipperClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FlipperClient.cpp; path = xplat/Flipper/FlipperClient.cpp; sourceTree = ""; }; + 1F1FE95B301E360D1B040C7AD1E3D210 /* BlurViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BlurViewManager.m; path = ios/BlurViewManager.m; sourceTree = ""; }; + 1F363F01B75B86976E015361A2BF6C20 /* React-RCTLinking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTLinking-prefix.pch"; sourceTree = ""; }; + 1F3D53023C0E3D69B72649C30D660B11 /* RCTAccessibilityManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAccessibilityManager.mm; sourceTree = ""; }; + 1F3F63A815835D0BA710DE0AA1FE0D4C /* BugsnagFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagFileStore.h; sourceTree = ""; }; + 1F5085A53FB964336062AC7BE580B553 /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; + 1F7E956FCF4EE28A6FDF118AAEE5646E /* BlurEffectWithAmount.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BlurEffectWithAmount.m; path = ios/BlurEffectWithAmount.m; sourceTree = ""; }; + 1F89529B3C7A424F3CB829FD34902285 /* FIRCLSDownloadAndSaveSettingsOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDownloadAndSaveSettingsOperation.h; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.h; sourceTree = ""; }; + 1F89C2F152A16648F2821DFF798F572E /* react-native-webview-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-webview-prefix.pch"; sourceTree = ""; }; + 1FA038F8A60594E3B8F83E00C0C44FDE /* ThreadId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadId.h; path = folly/system/ThreadId.h; sourceTree = ""; }; + 1FB047E69250FDDC997C42CAB4F469C0 /* STTimerFDTimeoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STTimerFDTimeoutManager.h; path = folly/experimental/STTimerFDTimeoutManager.h; sourceTree = ""; }; + 1FBDCBE256DB8F18B862E08A24C6F2D4 /* FIRInstallationsVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsVersion.m; path = FirebaseInstallations/Source/Library/FIRInstallationsVersion.m; sourceTree = ""; }; + 1FDDD17EF3CFC56A23AB2669A2425AF7 /* idea.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = idea.h; path = ios/include/openssl/idea.h; sourceTree = ""; }; + 1FE7A7FACDDD35547CD57D3797439B72 /* FIRCLSMachException.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSMachException.c; path = Crashlytics/Crashlytics/Handlers/FIRCLSMachException.c; sourceTree = ""; }; + 1FFECE708796EA1B529C0BE2721407AE /* RCTRedBox.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTRedBox.mm; sourceTree = ""; }; + 2007D7F6A86D0B80EEF98EF5768C3F0D /* SDWebImageDownloaderDecryptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderDecryptor.h; path = SDWebImage/Core/SDWebImageDownloaderDecryptor.h; sourceTree = ""; }; + 200F6A65EBD68007C63FCE6010D28C3F /* rpc_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rpc_compat.h; path = src/event2/rpc_compat.h; sourceTree = ""; }; 202722AA0D229A11350F6DC0F267A0BA /* libRNBootSplash.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNBootSplash.a; path = libRNBootSplash.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 202E8476D86CC0859C035F723C4683C9 /* SKObjectHash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKObjectHash.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKObjectHash.h; sourceTree = ""; }; - 20340BF7A40EB7AFE91E6EFCE02425AF /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; - 20370633AF42CE88583AC6B9F9471D03 /* UIColor+SKSonarValueCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+SKSonarValueCoder.h"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIColor+SKSonarValueCoder.h"; sourceTree = ""; }; - 203C4B90F861E8047F07194A90CE4D99 /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTResizeMode.m; sourceTree = ""; }; - 205C46F493A534D48393FC3D8808E07C /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; - 2062C98BE2352FED9ADDF3BCE8F1FDB0 /* RNLocalize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNLocalize.m; path = ios/RNLocalize.m; sourceTree = ""; }; - 206931A66C38B06DD8AFE09136A1B029 /* RCTGIFImageDecoder.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTGIFImageDecoder.mm; sourceTree = ""; }; - 206B0C87EF48DDE2D6E0F22DAE139AED /* ar.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ar.lproj; path = "Objective-C/TOCropViewController/Resources/ar.lproj"; sourceTree = ""; }; - 209770849E6D53FA154ADEB58F5DBD19 /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; - 20E6D97F9EE0BF50433ADA224DAA6308 /* FIRCLSAsyncOperation_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAsyncOperation_Private.h; path = Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation_Private.h; sourceTree = ""; }; - 20EBE762CAA3168240B354B979875725 /* ScheduledExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledExecutor.h; path = folly/executors/ScheduledExecutor.h; sourceTree = ""; }; - 20F2F62A278020045E350C9220ABE3C1 /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; - 211549C598BBEA6DB34512301D1674E2 /* ARTBrush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTBrush.m; sourceTree = ""; }; - 2117993050F0B63A5D41EE1E276EDEFE /* backward_references_cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_cost_enc.c; path = src/enc/backward_references_cost_enc.c; sourceTree = ""; }; - 212BF6DA3168D7A04EEE7654DCF27CD3 /* UMImageLoaderInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMImageLoaderInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 21315C2DE7594C18C1CC0B39CCAF15CC /* SysMman.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysMman.h; path = folly/portability/SysMman.h; sourceTree = ""; }; - 2131E930B05827D0BEB3A452733FF9D2 /* React-RCTVibration-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTVibration-dummy.m"; sourceTree = ""; }; - 213730A48ABB8ED223E42ACC22EB394B /* FramedReader.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FramedReader.cpp; path = rsocket/framing/FramedReader.cpp; sourceTree = ""; }; - 2143271D16CEDDD36804A28F31CFF25F /* UniqueInstance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UniqueInstance.h; path = folly/detail/UniqueInstance.h; sourceTree = ""; }; - 2165C8ED8D2600DC9FF690A5013C6EE0 /* FIRInstallationsItem+RegisterInstallationAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstallationsItem+RegisterInstallationAPI.h"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.h"; sourceTree = ""; }; + 20356A5E0414112A55D0E0FF83FD71D1 /* EXAVPlayerData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVPlayerData.h; path = EXAV/EXAVPlayerData.h; sourceTree = ""; }; + 203A69BB4AF747B0FA7A9C9D887BBC26 /* UMUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUtilities.h; path = UMCore/UMUtilities.h; sourceTree = ""; }; + 20458BDB63EF2D744DE66F6E49F4DE61 /* BugsnagReactNative.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = BugsnagReactNative.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 205715B347D498DDF9D463D1F90E0891 /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; + 2066598D4CA3CEB1837EB6812A0434D8 /* CocoaAsyncSocket-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaAsyncSocket-prefix.pch"; sourceTree = ""; }; + 2080A0BBC9EB23B9D268F28952C409CC /* FIRCLSUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUserDefaults.h; path = Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.h; sourceTree = ""; }; + 20AABF9118A08A9CB1F46837C090FAFA /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; + 20DCA60F05C587178955271659C6F4FA /* SKNetworkReporter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKNetworkReporter.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKNetworkReporter.h; sourceTree = ""; }; + 20FD124932F28CED59F1110BD9812B60 /* SingleWriterFixedHashMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SingleWriterFixedHashMap.h; path = folly/experimental/SingleWriterFixedHashMap.h; sourceTree = ""; }; + 210CECCD609CC3C45A9E483A9FDB6D41 /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = MethodCall.cpp; sourceTree = ""; }; + 210E4FF824FC4CB01B2165DF81E94177 /* RNFetchBlobConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobConst.h; path = ios/RNFetchBlobConst.h; sourceTree = ""; }; + 211D33C94A463E5D8FA2991A40D05941 /* react-native-simple-crypto.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-simple-crypto.debug.xcconfig"; sourceTree = ""; }; + 215DC5669A118BD23F7AAF84BC5E0D4B /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageUtils.m; sourceTree = ""; }; 216672BED32F85481BC7D29C4E5A4F05 /* Pods-RocketChatRN-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-RocketChatRN-umbrella.h"; sourceTree = ""; }; - 2166994DA586CC7474C43F52055DE5B8 /* RNGestureHandlerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerRegistry.h; path = ios/RNGestureHandlerRegistry.h; sourceTree = ""; }; - 21725178E25F97EBE301720CE7B54F35 /* RNCAppearanceProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearanceProvider.h; path = ios/Appearance/RNCAppearanceProvider.h; sourceTree = ""; }; - 21808C33416F2FCCF1B8EBDA30061F75 /* Format-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Format-inl.h"; path = "folly/Format-inl.h"; sourceTree = ""; }; - 218699432AA835BAC906BCFC82806F76 /* ConsumerBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConsumerBase.cpp; path = rsocket/statemachine/ConsumerBase.cpp; sourceTree = ""; }; - 219339A8FF13524A1700AFB92DF1CA96 /* BugsnagSessionFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionFileStore.h; sourceTree = ""; }; - 219D803DFDDFCAD96F0BC4FE85211612 /* FIRCLSUUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUUID.m; path = Crashlytics/Shared/FIRCLSUUID.m; sourceTree = ""; }; - 21A574A59F26A270647AA5E719C0680F /* RNCSafeAreaProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaProvider.m; path = ios/SafeAreaView/RNCSafeAreaProvider.m; sourceTree = ""; }; - 21B9C66C3DC84431072C2B1C9D1C2070 /* SysResource.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysResource.cpp; path = folly/portability/SysResource.cpp; sourceTree = ""; }; - 21BCDA0D8CE53145B7D9DDCB79FF71D1 /* File.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = File.h; path = folly/gen/File.h; sourceTree = ""; }; - 21BD3B1032360F043B2836007700E0E0 /* RNPushKitEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventHandler.h; path = RNNotifications/RNPushKitEventHandler.h; sourceTree = ""; }; - 21C9229FDC2DEEDBD5C60947126E9AC4 /* DistributedMutex-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DistributedMutex-inl.h"; path = "folly/synchronization/DistributedMutex-inl.h"; sourceTree = ""; }; - 21E2058879DBDE01C909A990634A1F71 /* FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRApp.m; path = FirebaseCore/Sources/FIRApp.m; sourceTree = ""; }; - 21E6631746BAB094FA24624B6F6FE22A /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Sources/Private/FIRLibrary.h; sourceTree = ""; }; - 21E677FBB48BB4511F8CF1FAD41BFFD7 /* RNFBCrashlytics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFBCrashlytics-prefix.pch"; sourceTree = ""; }; - 21FB41D6506333A35ADA92759625954B /* LNInterpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolation.h; sourceTree = ""; }; - 220019632FDDD1F5BD3B7C92F04F5CDA /* BugsnagSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSession.m; sourceTree = ""; }; + 2176F1178FAB0BD4980B49F76A1F29F6 /* EXPermissions.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXPermissions.release.xcconfig; sourceTree = ""; }; + 2187013DC1706E95EA17D296F0D7003D /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileRequestHandler.h; path = Libraries/Network/RCTFileRequestHandler.h; sourceTree = ""; }; + 218C18E1C3A7D5460C9C1F01893CAC4B /* RCTTiming.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTiming.mm; sourceTree = ""; }; + 219CAB2AB5D9006B8F52183D235333A3 /* RNDateTimePicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDateTimePicker.debug.xcconfig; sourceTree = ""; }; + 219DE4436EC46D5AE7B96F41C1AF44AC /* notificationsEvents.md */ = {isa = PBXFileReference; includeInIndex = 1; name = notificationsEvents.md; path = docs/notificationsEvents.md; sourceTree = ""; }; + 21A21091F6F3E335E9887E43AD10253E /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = CxxNativeModule.cpp; sourceTree = ""; }; + 21A3AE0B82B605342DD2F54E0614760B /* RNCommandsHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCommandsHandler.h; path = RNNotifications/RNCommandsHandler.h; sourceTree = ""; }; + 21B3A7BE2BA53AEF2DF324DEAE4BC616 /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; + 21CDF60F536705E2EF3EF7F5052C5A83 /* PTChannel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PTChannel.m; path = peertalk/PTChannel.m; sourceTree = ""; }; + 21EF08B3DAA1D0DE08BDAE7C60A779BF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 220361FF3B2778F8F38C2C4DCC5B49FD /* libEXConstants.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXConstants.a; path = libEXConstants.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 222E46FF609ABB280796A2AF1D0073F9 /* Firebase.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Firebase.release.xcconfig; sourceTree = ""; }; - 222E8A2E854024CC8AC73EB5D05FD866 /* FIRCLSURLSessionTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionTask.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionTask.h; sourceTree = ""; }; - 222F50719395F74C57A04870C831E0B5 /* GDTCORFlatFileStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORFlatFileStorage.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORFlatFileStorage.h; sourceTree = ""; }; - 22407092713EA5F7CA0850CBBF731193 /* FIRCLSUnwind_x86.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUnwind_x86.h; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.h; sourceTree = ""; }; - 2243392BA4ACEA1636D132BFF43E3222 /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; - 22491FB524756B46ECC34A51BC929EE6 /* UIImage+Extension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Extension.h"; path = "ios/src/UIImage+Extension.h"; sourceTree = ""; }; - 22836F671553C36336BF616E97181535 /* GDTCOREventTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREventTransformer.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCOREventTransformer.h; sourceTree = ""; }; - 22861C13F758345CD6B82C0054BB2548 /* LifoSemMPMCQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LifoSemMPMCQueue.h; path = folly/executors/task_queue/LifoSemMPMCQueue.h; sourceTree = ""; }; - 2289F66012F86F6DCF6E4FABA19E98BE /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 22A55A045F38E31C73F8E9B4770DEB12 /* Foreach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Foreach.h; path = folly/container/Foreach.h; sourceTree = ""; }; - 22A5B3CC7014CAB27BFC5704CD1A459B /* FIRInstallationsHTTPError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsHTTPError.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.h; sourceTree = ""; }; - 22CEDA6DCE9CDC09625E91EC2C1A9A31 /* RNCPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCPicker.debug.xcconfig; sourceTree = ""; }; - 22D2C8EF14A4890AE463173CEE6A3AEB /* RCTConvert+FFFastImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FFFastImage.m"; path = "ios/FastImage/RCTConvert+FFFastImage.m"; sourceTree = ""; }; - 22E4204550B634414B690630B8E2F9D7 /* common_sse2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse2.h; path = src/dsp/common_sse2.h; sourceTree = ""; }; - 22E7D8E0E25AD92D8E8FF4F7F7858E1A /* FIRCLSCodeMapping.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSCodeMapping.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSCodeMapping.m; sourceTree = ""; }; - 22F52861345827181A8572AB6F724EF0 /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; - 23082B7F8341444491EACB590A146BA9 /* RCTRedBox.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTRedBox.mm; sourceTree = ""; }; - 2310A91ED6A5B3BC0ED8A882774DAC32 /* SysStat.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysStat.cpp; path = folly/portability/SysStat.cpp; sourceTree = ""; }; - 2310CFBD3FAC061077E4B02039EE64D6 /* BSG_KSJSONCodecObjC.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSJSONCodecObjC.m; sourceTree = ""; }; - 231F82839C073BF9C5B15A156E32A2F1 /* FIRCLSAllocate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAllocate.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.h; sourceTree = ""; }; - 2327C799546A16C347EFE68C5586C256 /* react-native-slider.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-slider.debug.xcconfig"; sourceTree = ""; }; - 233E40FFDCBA8A97959BF1F36A25613B /* CodedInputDataCrypt.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CodedInputDataCrypt.cpp; path = Core/CodedInputDataCrypt.cpp; sourceTree = ""; }; - 234D77305299294BBF26955864E82DF8 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Sources/Private/FIRLogger.h; sourceTree = ""; }; - 236D9BE243829943BEB4A08A9FB83005 /* RCTDataRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDataRequestHandler.mm; sourceTree = ""; }; - 238369311B6CD122DC65916A08396B5B /* FIRCLSDataCollectionArbiter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDataCollectionArbiter.h; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.h; sourceTree = ""; }; - 23877B0C4C989EB1B1C407B1385E448A /* UMBarCodeScannerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerInterface.h; sourceTree = ""; }; - 238FF2E548A1263D3CCDDBF6722ACF6B /* React-RCTVibration.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.debug.xcconfig"; sourceTree = ""; }; - 2393AD1995DAE09BB41C7986244F0CA5 /* NSError+BSG_SimpleConstructor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSError+BSG_SimpleConstructor.h"; sourceTree = ""; }; - 23A908A029A4865820416EB81575E9E8 /* StreamsWriter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamsWriter.cpp; path = rsocket/statemachine/StreamsWriter.cpp; sourceTree = ""; }; - 23AA03BEC76A40C13D6CA7153F8C689A /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; - 23C10EE0FB42A2D1D869440F3ACA877C /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; - 23CE1F993981E949492B1D0129CE1A75 /* dtls1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dtls1.h; path = ios/include/openssl/dtls1.h; sourceTree = ""; }; - 23D19B2E3083832C3EBA7C211E0CBE8D /* React-RCTLinking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTLinking-prefix.pch"; sourceTree = ""; }; - 23D5CE197741FD2E2BC1EB996B6199A2 /* BSG_KSJSONCodec.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSJSONCodec.c; sourceTree = ""; }; - 23D6BD1DD8C5241C3E5F276FA19DDE12 /* FrameFlags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameFlags.h; path = rsocket/framing/FrameFlags.h; sourceTree = ""; }; - 23FF8BACE4B7D09CAD2AE5B063BCA5A6 /* Assume.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Assume.cpp; path = folly/lang/Assume.cpp; sourceTree = ""; }; - 241280FBA9CE703A301A49F7AEA11D74 /* FIRInstallationsErrorUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsErrorUtil.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.m; sourceTree = ""; }; - 2413FD4CAB497F5A6EAE56FCD01AC771 /* FramedDuplexConnection.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FramedDuplexConnection.cpp; path = rsocket/framing/FramedDuplexConnection.cpp; sourceTree = ""; }; - 241A0B006C856F440A5234FBC3589597 /* Octicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Octicons.ttf; path = Fonts/Octicons.ttf; sourceTree = ""; }; - 24231EE0E03C961B55C393073D963F38 /* FlipperConnectionManagerImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FlipperConnectionManagerImpl.cpp; path = xplat/Flipper/FlipperConnectionManagerImpl.cpp; sourceTree = ""; }; + 22128DB379E1D2CBFE351B3811F9B457 /* FIRComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponent.m; path = FirebaseCore/Sources/FIRComponent.m; sourceTree = ""; }; + 2229CD42F40FFD3FDF3CD0C92D27B401 /* RNRootViewGestureRecognizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRootViewGestureRecognizer.h; path = ios/RNRootViewGestureRecognizer.h; sourceTree = ""; }; + 225A552F4CD3FFE0863760C65CF9820E /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Sources/Private/FIRLogger.h; sourceTree = ""; }; + 22667A68519F5488DBBE56F01CA01BA5 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Sources/Private/FIRLibrary.h; sourceTree = ""; }; + 227924F2CFBBB2B87602C8A1971FF900 /* IOThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOThreadPoolExecutor.h; path = folly/executors/IOThreadPoolExecutor.h; sourceTree = ""; }; + 227BD86E4FD15BEA458D981ADF2C7765 /* FormatArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FormatArg.h; path = folly/FormatArg.h; sourceTree = ""; }; + 2288F7C01DBB2A1AF6AC4119AC1AD295 /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; + 22931B6E8AE7DE176D2E690AAAB185D4 /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSRWebSocket.h; path = Libraries/WebSocket/RCTSRWebSocket.h; sourceTree = ""; }; + 22AE55C6E55263FBB6DA8D9979D5C28D /* RNCAsyncStorage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNCAsyncStorage-dummy.m"; sourceTree = ""; }; + 22B97631BA2C9B50C897C77DB9242663 /* RNGestureHandler.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.debug.xcconfig; sourceTree = ""; }; + 22BDDDF9E75AE96EE3BE63136F30B15E /* JemallocNodumpAllocator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JemallocNodumpAllocator.h; path = folly/experimental/JemallocNodumpAllocator.h; sourceTree = ""; }; + 22CE50FF234CDD024B7673DAAEB09167 /* Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Folly-dummy.m"; sourceTree = ""; }; + 22EAE061211539C53271A4C631B3F083 /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; + 22EDB8290707A8B870E98CCA1973DCDF /* EXVideoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoView.m; sourceTree = ""; }; + 22EE82A6EB92E9F8E70DE4CAD2B552F6 /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; + 22F0EDDC1AC1AD30F5556855161B8633 /* REAParamNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAParamNode.m; sourceTree = ""; }; + 23341602752053597CADA7B8CBEE4403 /* SKBufferingPlugin.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKBufferingPlugin.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKBufferingPlugin.mm; sourceTree = ""; }; + 23494ECF83AE03010863B41F2C7587E7 /* MallctlHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MallctlHelper.h; path = folly/memory/MallctlHelper.h; sourceTree = ""; }; + 234D72060E004FEC22598304644FF94B /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = instrumentation.h; sourceTree = ""; }; + 234F94CE3B0B511AAA98738A3335BD68 /* RNDeviceInfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDeviceInfo-prefix.pch"; sourceTree = ""; }; + 236B6CD372823D3EDEC53BC56621E08A /* RCTRequired.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTRequired.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 23D83884863E7B8B775CF0A3181494C4 /* Flipper-Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-Folly-dummy.m"; sourceTree = ""; }; + 23E84F204BB252E609BE565396A1D47F /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; + 23E8851081162A8ED820AC1CA1814539 /* lossless.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless.c; path = src/dsp/lossless.c; sourceTree = ""; }; + 24054634C028FF998D36AE3BE904A5EB /* REAAlwaysNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAlwaysNode.h; sourceTree = ""; }; + 240861E49F15AEF12B54DCFDADD3881A /* FFFastImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageSource.m; path = ios/FastImage/FFFastImageSource.m; sourceTree = ""; }; + 2412740D8B5C699F1DA6D7FF2E5B0326 /* FIRHeartbeatInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatInfo.h; path = FirebaseCore/Sources/Private/FIRHeartbeatInfo.h; sourceTree = ""; }; + 241FD703C652FD7E0EF392952EC4C081 /* RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotifications.h; path = RNNotifications/RNNotifications.h; sourceTree = ""; }; + 242734FB9BCAEF9B6FF14DD078DFD54E /* GDTCOREventDataObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREventDataObject.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCOREventDataObject.h; sourceTree = ""; }; 242758B9EDFF146ABE411909CAC8F130 /* libreact-native-appearance.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-appearance.a"; path = "libreact-native-appearance.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 24514EA7A07D835C4A034611861F7CE6 /* FIRCLSSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSignal.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSSignal.h; sourceTree = ""; }; - 2460A240EC6BCAD25EE7577EE2051AAD /* TimerFD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimerFD.h; path = folly/experimental/TimerFD.h; sourceTree = ""; }; - 2484B828BB0EBF1F68089AE4B7F1D1DC /* BaselinesAsyncSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaselinesAsyncSocket.cpp; path = rsocket/benchmarks/BaselinesAsyncSocket.cpp; sourceTree = ""; }; - 248A56B962F78797EB584C4AE1F6DD8A /* Unit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unit.h; path = folly/Unit.h; sourceTree = ""; }; - 249F15146CBAB403721DE8B85B2BCD05 /* SwappableEventBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SwappableEventBase.cpp; path = rsocket/internal/SwappableEventBase.cpp; sourceTree = ""; }; - 24A1A7BDED14554796301A4ABD6775E3 /* GULHeartbeatDateStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULHeartbeatDateStorage.m; path = GoogleUtilities/Environment/GULHeartbeatDateStorage.m; sourceTree = ""; }; - 24C145FE5FD0F175FF62F650C1267D39 /* Chrono.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Chrono.h; path = folly/Chrono.h; sourceTree = ""; }; - 24C3E99244D8E34214698038851B3F01 /* FIRCLSURLSessionDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLSessionDataTask.m; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDataTask.m; sourceTree = ""; }; - 24EF74D955878FCEB90C5E1CF20E74F4 /* UMBarometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarometerInterface.h; path = UMSensorsInterface/UMBarometerInterface.h; sourceTree = ""; }; - 25181EB968F2F2D68664880111240A98 /* evrpc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evrpc.h; path = src/evrpc.h; sourceTree = ""; }; - 252282ACA011B3968DA6CB402E2E6849 /* FIRInstallationsVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsVersion.m; path = FirebaseInstallations/Source/Library/FIRInstallationsVersion.m; sourceTree = ""; }; - 252800D40312220564DB690CC7F9E16D /* RNGestureHandlerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerManager.m; path = ios/RNGestureHandlerManager.m; sourceTree = ""; }; - 252ED16B0AEA21CEE0F8C96A84759127 /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; - 25349A864009B46301B84888D04DFB10 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Sources/Private/FIRLogger.h; sourceTree = ""; }; - 2539F2F1EF33E43A8EAC342384661F58 /* UIImage+Metadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Metadata.m"; path = "SDWebImage/Core/UIImage+Metadata.m"; sourceTree = ""; }; - 2548E7545719B23D8AB2D43D64AFD069 /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; - 255AFDB5B7B81EE4CFA18F0E6E2F18AC /* SKApplicationDescriptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKApplicationDescriptor.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKApplicationDescriptor.m; sourceTree = ""; }; - 2568B1D258175568E5F2E1E5CCE6FE1F /* BSG_KSSystemInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSSystemInfo.m; sourceTree = ""; }; - 25777E497FF20138347308049C3D26B8 /* REATransitionAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionAnimation.m; sourceTree = ""; }; + 242F245388767C253E6CB45585494230 /* PicoSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoSpinLock.h; path = folly/synchronization/PicoSpinLock.h; sourceTree = ""; }; + 242F6FB2E71B408B4473F8766AD49835 /* GoogleUtilities-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleUtilities-prefix.pch"; sourceTree = ""; }; + 2450F579CD8D878D25C509E688505ED8 /* glog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "glog-dummy.m"; sourceTree = ""; }; + 24527175F6A31B914998D72AF9A77136 /* PTProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PTProtocol.h; path = peertalk/PTProtocol.h; sourceTree = ""; }; + 247721F3AE16D0D071439314506AAB14 /* libwebp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = libwebp.debug.xcconfig; sourceTree = ""; }; + 249841D9E5B16AC18A5478E54E4D3A1B /* Expected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Expected.h; path = folly/Expected.h; sourceTree = ""; }; + 24A284BCC4BBB7EBBC56F959F74558E6 /* experiments-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "experiments-inl.h"; sourceTree = ""; }; + 24CAF573C6411643321A822F7D6D4FDB /* FBReactNativeSpec.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBReactNativeSpec.debug.xcconfig; sourceTree = ""; }; + 24D132FCA4B2DB6650217068FC501B15 /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; + 24E6B55212718489DDE516F0095A3BAC /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; + 25064B5D821155534630D95B78FD7790 /* ApplyTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ApplyTuple.h; path = folly/functional/ApplyTuple.h; sourceTree = ""; }; + 25067D08B8650D088EEC3234D643B3AD /* SKViewControllerDescriptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKViewControllerDescriptor.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewControllerDescriptor.m; sourceTree = ""; }; + 251399F4F19CF72905E528830E3DAAB1 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Sources/Private/FIROptionsInternal.h; sourceTree = ""; }; + 2525C4D2A06A3A9EE8E686423ECDF538 /* QBVideoIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIndicatorView.m; path = ios/QBImagePicker/QBImagePicker/QBVideoIndicatorView.m; sourceTree = ""; }; + 25282C86F15E264A602742799E4BF61D /* BSG_RFC3339DateTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_RFC3339DateTool.m; sourceTree = ""; }; + 2536F35ACD20A17C94316B87FCBF3BA9 /* UMCore.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCore.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 25461D6029E03FFB1916F10D7867E951 /* RNBackgroundTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBackgroundTimer.h; path = ios/RNBackgroundTimer.h; sourceTree = ""; }; + 2546416853335A62168C5F2BE29C7AB9 /* quant_levels_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_utils.c; path = src/utils/quant_levels_utils.c; sourceTree = ""; }; + 254B8AF8693FF0B9AE0C60604D3153AE /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; + 254CBC5E3F119BDEA4ED0006C815D414 /* AESCrypt.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AESCrypt.cpp; path = Core/aes/AESCrypt.cpp; sourceTree = ""; }; 2577F299FCB0A19824FE989BE77B8E8F /* libReact-jsinspector.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsinspector.a"; path = "libReact-jsinspector.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2595CC3A842957DCE6941C61AFC67897 /* RNFBCrashlytics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFBCrashlytics-dummy.m"; sourceTree = ""; }; - 2597FB466A3758F72F26B3931AAF3145 /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = SDWebImage/Core/SDImageCachesManager.m; sourceTree = ""; }; - 25A36DDB8B25323503548DF359FCFD89 /* PicoSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PicoSpinLock.h; path = folly/synchronization/PicoSpinLock.h; sourceTree = ""; }; - 25AA676D5908642C7D1CDE4B1C9D96B3 /* GCDAsyncSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GCDAsyncSocket.h; path = Source/GCD/GCDAsyncSocket.h; sourceTree = ""; }; - 25B8867068B12D57D2F8AF3D76BDED2C /* UMUtilitiesInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUtilitiesInterface.h; sourceTree = ""; }; - 25C913EA370EE4E4AE54002DD66B5CF1 /* react-native-document-picker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-document-picker.release.xcconfig"; sourceTree = ""; }; - 25D05AC428F51B04A997319822BD0C3C /* EXHaptics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXHaptics.release.xcconfig; sourceTree = ""; }; - 25D63C24B201B29EAC438DF256785885 /* react-native-blur-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-blur-dummy.m"; sourceTree = ""; }; - 26048FD4993C544DFB97A542859431D8 /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; - 2608412276BE98D1603F950B593828B5 /* OpenSSLThreading.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLThreading.h; path = folly/ssl/detail/OpenSSLThreading.h; sourceTree = ""; }; - 260D73B12AAF5BC7E27912760377B594 /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = SDWebImage/Core/SDImageIOCoder.h; sourceTree = ""; }; - 2612419C53A9FF5653A96DEBF2FE33B9 /* enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_neon.c; path = src/dsp/enc_neon.c; sourceTree = ""; }; - 2613D116D6F04B680C6C2D398F50293C /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; - 264458520059E2213558321B8A9D2570 /* REATransitionValues.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionValues.h; sourceTree = ""; }; - 264A4B1C11B5C4997F7B688A95A735C8 /* Malloc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Malloc.h; path = folly/portability/Malloc.h; sourceTree = ""; }; - 26627C136AED73EAB2D4EA62CCDD2F7A /* FIRLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRLogger.m; path = FirebaseCore/Sources/FIRLogger.m; sourceTree = ""; }; - 266AFF9B0B0DA9C990F93BD289B9F2FE /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Sources/Private/FIRLogger.h; sourceTree = ""; }; - 266C38D88EC1B5DDAA6A4323643E199E /* React-RCTAnimation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.debug.xcconfig"; sourceTree = ""; }; - 267D4D724AA2AFFD37B3C7AD5E13C806 /* mux_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux_types.h; path = src/webp/mux_types.h; sourceTree = ""; }; - 267E24E6ECCA2B5A71AE7F40A666011E /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; - 267F27853EF0503B06B8DBE7B45B475B /* Subscription.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Subscription.cpp; path = yarpl/observable/Subscription.cpp; sourceTree = ""; }; + 259405060C1E4630A48CBD1827C26A80 /* React-jsi.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.release.xcconfig"; sourceTree = ""; }; + 25BDD2DC13551189D15F275EA994D8A7 /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; + 25E22908FBEE2CD0D563561BF2134467 /* SDAnimatedImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "SDAnimatedImageView+WebCache.m"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.m"; sourceTree = ""; }; + 25F23965428B577A58CF06457B67BB02 /* GULKeychainStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainStorage.h; path = GoogleUtilities/Environment/Private/GULKeychainStorage.h; sourceTree = ""; }; + 25FF97004F3FD3906A3A2BA762C7D676 /* FBLPromise+Catch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Catch.h"; path = "Sources/FBLPromises/include/FBLPromise+Catch.h"; sourceTree = ""; }; + 260437C1E424B4DC870B0D0F9B1A7F5B /* ossl_typ.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ossl_typ.h; path = ios/include/openssl/ossl_typ.h; sourceTree = ""; }; + 268097D45D9A19D40E5715C9C006F94B /* UMCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMCore-dummy.m"; sourceTree = ""; }; 269BE773C9482484B70949A40F4EA525 /* libReact-RCTSettings.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTSettings.a"; path = "libReact-RCTSettings.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 26B07676A13B37EABA6D857D72EA80E7 /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; - 26BBFE6C1A1776A894CDB853A00C87B2 /* UIImage+Resize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Resize.h"; path = "ios/src/UIImage+Resize.h"; sourceTree = ""; }; - 26BD65DF0793EEC43501BDFEE40A1890 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Sources/Private/FIRDependency.h; sourceTree = ""; }; - 26DC5F404BEDDCE6FA5D544DC8FFEF35 /* MethodCall.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = MethodCall.cpp; sourceTree = ""; }; - 26E050D75222331A4D6BBCE0B8681632 /* conf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conf.h; path = ios/include/openssl/conf.h; sourceTree = ""; }; - 26E25BA9DB6BBDF50E25101B9D2E4AF8 /* SanitizeLeak.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SanitizeLeak.cpp; path = folly/memory/SanitizeLeak.cpp; sourceTree = ""; }; - 26E977733407FA6B939BA7241A86D1FA /* FBString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBString.h; path = folly/FBString.h; sourceTree = ""; }; - 26F4BFF70378EDAACB5BD16237CD30A9 /* UIColor+SDHexString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+SDHexString.m"; path = "SDWebImage/Private/UIColor+SDHexString.m"; sourceTree = ""; }; - 26F95DCC81000DA7669345F936682C4A /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSModulesUnbundle.h; sourceTree = ""; }; - 26F97E23211813E192AA65E01EA11136 /* FIRCLSDataCollectionArbiter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSDataCollectionArbiter.m; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.m; sourceTree = ""; }; - 2703FF057DC4339B537E33DB5F03EBCB /* ConcurrentBitSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcurrentBitSet.h; path = folly/ConcurrentBitSet.h; sourceTree = ""; }; - 2713DFC2D56808FDBC448C3B86E9A611 /* TurboModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModule.cpp; path = turbomodule/core/TurboModule.cpp; sourceTree = ""; }; - 27203D3FD9B93B5E3EB3CCD57204B354 /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; - 2729CC984F8697B70423444DFFD21E61 /* RNCWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWebViewManager.m; path = apple/RNCWebViewManager.m; sourceTree = ""; }; - 2737B1616653B5FAE24C9BB6FDC97CE8 /* react-native-restart.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-restart.debug.xcconfig"; sourceTree = ""; }; - 2743D49247FF8F893DD2A2ADA219CFB2 /* React-CoreModules.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.release.xcconfig"; sourceTree = ""; }; - 274EBE9688283EE4FAC297B98549D352 /* REAPropsNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAPropsNode.h; sourceTree = ""; }; - 275471776DB14C9D7AFCF793D3346D00 /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = "Objective-C/TOCropViewController/Resources/es.lproj"; sourceTree = ""; }; - 2766B425FC9E4BB2CB0365D9F9DF33D6 /* GULSceneDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler.h; path = GoogleUtilities/SceneDelegateSwizzler/Private/GULSceneDelegateSwizzler.h; sourceTree = ""; }; - 2768AD8A3694814DD581950813C78CE7 /* RNVectorIconsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNVectorIconsManager.m; path = RNVectorIconsManager/RNVectorIconsManager.m; sourceTree = ""; }; - 276D56D3137C5B662FC0966E1CA0E7B2 /* QBCheckmarkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBCheckmarkView.h; path = ios/QBImagePicker/QBImagePicker/QBCheckmarkView.h; sourceTree = ""; }; - 27737A902D9B79B3A84481F25062C161 /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTGIFImageDecoder.h; path = Libraries/Image/RCTGIFImageDecoder.h; sourceTree = ""; }; + 26A77560F98BA85C75AA5C07DBBB0FAE /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; + 26B9A978711EC8A73E1692D28FE3DE2F /* RCTTextAttributes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextAttributes.m; sourceTree = ""; }; + 26DFC9501081F4391FB60AA04CF1FBF3 /* EXVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoManager.m; sourceTree = ""; }; + 26EA354254BF71D3B5271E1E1B2A101C /* PasswordInFile.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PasswordInFile.cpp; path = folly/io/async/PasswordInFile.cpp; sourceTree = ""; }; + 270E33066FA63F9FE472144800B72237 /* Uri.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Uri.cpp; path = folly/Uri.cpp; sourceTree = ""; }; + 271CF860946C7D804590EAE4A5AD900A /* openssl_aesv8-armx.S */ = {isa = PBXFileReference; includeInIndex = 1; name = "openssl_aesv8-armx.S"; path = "Core/aes/openssl/openssl_aesv8-armx.S"; sourceTree = ""; }; + 272062318C1FFD878DD4E468C4215242 /* RNFetchBlobNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobNetwork.h; path = ios/RNFetchBlobNetwork.h; sourceTree = ""; }; + 274DD63F7B00F4B33499901FD6A1C5CE /* experiments.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = experiments.h; sourceTree = ""; }; + 27574B0E654D95290197489FC4CABA3B /* Flipper-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-prefix.pch"; sourceTree = ""; }; + 2775BE0F83A65DFEEDECAEFCADE17983 /* EXVideoThumbnails-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXVideoThumbnails-prefix.pch"; sourceTree = ""; }; + 277BCC2BA22472D1032C16EFE262626A /* EXHaptics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXHaptics-dummy.m"; sourceTree = ""; }; + 2786196FFAD333404806BF8C6442A607 /* Flipper-Glog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-Glog.debug.xcconfig"; sourceTree = ""; }; 279390C893577F74DD2049383E1EDD1A /* libKeyCommands.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libKeyCommands.a; path = libKeyCommands.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 279404C3879A3BAA69E0BD044D1A335F /* FlipperRSocketResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FlipperRSocketResponder.cpp; path = xplat/Flipper/FlipperRSocketResponder.cpp; sourceTree = ""; }; - 27A23A067206358ECAED836F10FDB34A /* RNReanimated.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNReanimated.debug.xcconfig; sourceTree = ""; }; - 27C509B23C93ED60AE2047FB1DAB5716 /* RCTHmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHmac.h; path = ios/RCTCrypto/RCTHmac.h; sourceTree = ""; }; - 27DD32A8FA80CF687F440CA554F48318 /* Invoke.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Invoke.h; path = folly/functional/Invoke.h; sourceTree = ""; }; - 27F40963E180086BF03AC984AC822807 /* OpenSSL-Universal.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "OpenSSL-Universal.release.xcconfig"; sourceTree = ""; }; - 27FE065A2D6A80E5BFCF7298EB6CE893 /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; - 281BB357DBCF20811C3736E8A19FAC74 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/Core/UIImageView+WebCache.h"; sourceTree = ""; }; - 281D25EF4A06592D0DBFDB513D1AB888 /* AsymmetricMemoryBarrier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsymmetricMemoryBarrier.h; path = folly/synchronization/AsymmetricMemoryBarrier.h; sourceTree = ""; }; - 282038B4B4D0ABE5139B46E9B61C0C12 /* quant_levels_dec_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_dec_utils.c; path = src/utils/quant_levels_dec_utils.c; sourceTree = ""; }; - 2825B426015D86ECAF164C61954829D1 /* UMPermissionsInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMPermissionsInterface.release.xcconfig; sourceTree = ""; }; + 27C7EFA675E1A1A7EB387B454227730C /* EXAppleAuthentication-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAppleAuthentication-prefix.pch"; sourceTree = ""; }; + 27D2AD842BA25BA578CC76FABEF37040 /* Sched.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sched.h; path = folly/portability/Sched.h; sourceTree = ""; }; + 27DDCC14C61BF218CE8C8B34351E7679 /* FIRCLSRecordIdentity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordIdentity.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.m; sourceTree = ""; }; + 27DEF9BD8ED2901CD0BD517A7D758B89 /* openssl_aes_core.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = openssl_aes_core.cpp; path = Core/aes/openssl/openssl_aes_core.cpp; sourceTree = ""; }; + 2808039B06913C5F4B5138BD2828D70E /* BugsnagReactNative.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.release.xcconfig; sourceTree = ""; }; + 280880F67755E30D63DF44A536EDDCB9 /* PolyDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PolyDetail.h; path = folly/detail/PolyDetail.h; sourceTree = ""; }; + 2813D121859B55717FEB3F6263D8A3D6 /* FIRCLSReportManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReportManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.m; sourceTree = ""; }; + 2823B7A813446A42A2AA92B1CCE316E2 /* log_severity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_severity.h; path = src/glog/log_severity.h; sourceTree = ""; }; + 282BBF82E293B481DE0248B7E42CE8FE /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; + 283318D8A815563D2EEEE3A92F92F234 /* REAFunctionNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAFunctionNode.m; sourceTree = ""; }; + 28405A232AD4FA4698BB863B254ACA6E /* EXFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystem.m; path = EXFileSystem/EXFileSystem.m; sourceTree = ""; }; 2843CE246C3884DD21A4C251E8B34E25 /* libReactNativeUiLib.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libReactNativeUiLib.a; path = libReactNativeUiLib.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 28444C6AAA86E40853E945920F9A6B1B /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Demangle.cpp; path = folly/detail/Demangle.cpp; sourceTree = ""; }; - 2844DF0879362D29D0B30AF79D71A200 /* FIRCLSCompactUnwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCompactUnwind.h; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.h; sourceTree = ""; }; - 28620BFAE0C8AE45343FC6FFD723BE7C /* BSG_KSCrashSentry.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry.c; sourceTree = ""; }; - 286C73839C0521D368C8ED6D8738CA0C /* RNBootSplash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBootSplash.h; path = ios/RNBootSplash.h; sourceTree = ""; }; - 287BD662636B286DF02A84393DE5E0AA /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; - 287E5B4E48C69E5BD901CE94BADA5278 /* REAParamNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAParamNode.m; sourceTree = ""; }; - 2888DFDA2340CEE136EF08FC5C922466 /* FKPortForwardingCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FKPortForwardingCommon.h; path = iOS/FlipperKit/FKPortForwarding/FKPortForwardingCommon.h; sourceTree = ""; }; - 289063AF1CACEA72AE19286CB84647B3 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 28959DCCB421A9498E444E5E550D560A /* SingletonStackTrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SingletonStackTrace.h; path = folly/detail/SingletonStackTrace.h; sourceTree = ""; }; - 28AA8DC9D335D3CA978765B0E031B971 /* RCTRequired.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.release.xcconfig; sourceTree = ""; }; - 28AF399E228FE9E1F251B4289F40440E /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; - 28C766AEB2205F09E799F3C175155D87 /* BSG_KSCrashSentry_NSException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashSentry_NSException.m; sourceTree = ""; }; - 28C7B21354E7B7FCF2A03B2C49C82440 /* DeferFlowable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeferFlowable.h; path = yarpl/flowable/DeferFlowable.h; sourceTree = ""; }; - 28CD655221DC2DD2BC921F438CD6436E /* Subprocess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Subprocess.h; path = folly/Subprocess.h; sourceTree = ""; }; - 28CFB4AFCCF9286358B328C476BEECEE /* decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = decode.h; path = src/webp/decode.h; sourceTree = ""; }; - 28D1D58B0D62BA4FDD0F0E2DC4428F4A /* AtomicHashMap-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicHashMap-inl.h"; path = "folly/AtomicHashMap-inl.h"; sourceTree = ""; }; - 28D4E14F5D33C322610CBE24691A7ED8 /* SafeAreaSpacerViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerViewManager.h; sourceTree = ""; }; - 28E08380D9CB688066595AF78CE8E161 /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = event.cpp; sourceTree = ""; }; - 28E331B79D5FE9A276477E64D548ECEC /* BugsnagHandledState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagHandledState.h; sourceTree = ""; }; - 28F2FDD76FA59D48C82CD9533948E806 /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCacheOperation.h"; path = "SDWebImage/Core/UIView+WebCacheOperation.h"; sourceTree = ""; }; - 29489C32923842D027AF04288BE999C3 /* REAJSCallNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAJSCallNode.m; sourceTree = ""; }; - 2956553C5FD3FD049B235A7AD0ED2AF5 /* ThreadName.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadName.h; path = folly/system/ThreadName.h; sourceTree = ""; }; - 2973B08F1DEFBAD3E7F46D0220444D67 /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; - 2992F8B4B3C833D0A8B5A45A6C73B123 /* SpookyHashV1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpookyHashV1.h; path = folly/hash/SpookyHashV1.h; sourceTree = ""; }; - 29A3BEA2E961F78E10A60366180BDE9E /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageShadowView.h; path = Libraries/Image/RCTImageShadowView.h; sourceTree = ""; }; - 29B14CC1B59C4EF6B5DEC5F2C3EDA0E3 /* enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse41.c; path = src/dsp/enc_sse41.c; sourceTree = ""; }; - 29C2CEC06CEDAE455B92E560197A17C1 /* txt_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = txt_db.h; path = ios/include/openssl/txt_db.h; sourceTree = ""; }; - 29C4A0B8427A0BF4009C6AD7F4D3A6A7 /* FIRCLSMachO.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachO.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.h; sourceTree = ""; }; - 29C56E05F862087DF9F57185E1B8022F /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; - 29D856070DD7320FB08E7A332AFB73C3 /* UMViewManagerAdapterClassesRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapterClassesRegistry.h; sourceTree = ""; }; - 29FDDD3E626A876A1BC3C800593E6956 /* FlipperCppBridgingResponder.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperCppBridgingResponder.mm; path = iOS/FlipperKit/CppBridge/FlipperCppBridgingResponder.mm; sourceTree = ""; }; - 2A0358B3CBF78D296EB4AC2E5D9FA912 /* FlipperCppWrapperPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperCppWrapperPlugin.h; path = iOS/FlipperKit/CppBridge/FlipperCppWrapperPlugin.h; sourceTree = ""; }; - 2A088D69DCEBEC2C4DB966352F3168A0 /* UMAppLoaderProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMAppLoaderProvider.m; path = UMAppLoader/UMAppLoaderProvider.m; sourceTree = ""; }; - 2A1C77AE4C42C95A362029FBC7DA5FC3 /* dec_clip_tables.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_clip_tables.c; path = src/dsp/dec_clip_tables.c; sourceTree = ""; }; - 2A2FE20212FF7FF02F6875B8E2A7B92C /* REAStyleNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAStyleNode.m; sourceTree = ""; }; - 2A3935854AAB25E5E5F6E53915BBEC08 /* GULSecureCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSecureCoding.h; path = GoogleUtilities/Environment/Private/GULSecureCoding.h; sourceTree = ""; }; - 2A42675963375C63C8EE33249EAFAFB2 /* SKHiddenWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKHiddenWindow.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKHiddenWindow.m; sourceTree = ""; }; - 2A4739BAF6EA383DB0D1C5E0FB4D3422 /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; - 2A51EEA1DFC6FCCC4B2B31B48552DDA2 /* PTProtocol.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PTProtocol.m; path = peertalk/PTProtocol.m; sourceTree = ""; }; - 2A65F60955ED476615DE17852B465249 /* RNBootSplash-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNBootSplash-prefix.pch"; sourceTree = ""; }; - 2A7D0EADFF21C5E04688017C831681FB /* UMViewManagerAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapter.m; sourceTree = ""; }; - 2A7D9550EE5C1C25FFF90F2F84949791 /* BSG_KSMachHeaders.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachHeaders.h; sourceTree = ""; }; - 2A8A03DF81770696AF6B8E98C70B0A7A /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.m; sourceTree = ""; }; - 2AAA485044951A432017D755F4B0C1C9 /* VirtualEventBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VirtualEventBase.h; path = folly/io/async/VirtualEventBase.h; sourceTree = ""; }; - 2AABA53A274446F34113280226A0B733 /* React-jsi.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.debug.xcconfig"; sourceTree = ""; }; - 2AB1EFD69EF42BE0A3AA7E30E710383C /* Flipper-PeerTalk-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-PeerTalk-dummy.m"; sourceTree = ""; }; - 2AB9E3FF9C71A4270B664DB515585EDB /* FIRCLSInternalReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSInternalReport.m; path = Crashlytics/Crashlytics/Models/FIRCLSInternalReport.m; sourceTree = ""; }; - 2AD17B8869BD84E41E0CB921634875A9 /* RCTTypedModuleConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTypedModuleConstants.h; sourceTree = ""; }; - 2AD5447011D8A8106C553442762BFE6F /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; + 284A3D9B3BC17461B00A872841C45843 /* FIRCLSInstallIdentifierModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSInstallIdentifierModel.m; path = Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.m; sourceTree = ""; }; + 284D14CCBD98F2AB84465B52C992584B /* RNFetchBlobReqBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobReqBuilder.m; path = ios/RNFetchBlobReqBuilder.m; sourceTree = ""; }; + 284D5C030EBD23F64492F20E6A0B1505 /* BSG_RFC3339DateTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_RFC3339DateTool.h; sourceTree = ""; }; + 287FC9E015DC2422E3834CF079A00BBA /* conf_api.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conf_api.h; path = ios/include/openssl/conf_api.h; sourceTree = ""; }; + 288175A123085F117C9E489403509505 /* FIRInstallationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStore.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.h; sourceTree = ""; }; + 2892D36ECF907FE906A2CE5EE0578258 /* react-native-background-timer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-background-timer-dummy.m"; sourceTree = ""; }; + 28A1942F367ABC7903ABB67F7C710369 /* Hazptr-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Hazptr-fwd.h"; path = "folly/synchronization/Hazptr-fwd.h"; sourceTree = ""; }; + 28B5EAF2362DEBD3E2A741565E2DA35F /* Cursor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Cursor.cpp; path = folly/io/Cursor.cpp; sourceTree = ""; }; + 28C3D5F1440D6F8FA2C8C586500A0F5F /* RNTapHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNTapHandler.h; sourceTree = ""; }; + 28FF376BB5CB374C7973B8724C10BED0 /* signalhandler.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = signalhandler.cc; path = src/signalhandler.cc; sourceTree = ""; }; + 290204908EF4A16EA1C79C35F670FBE2 /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; + 290388B4AF3BED08F2703E6385F28071 /* UMPermissionsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMPermissionsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 290CD65D40E54C31A2E113E36F70FDD9 /* NestedCommandLineApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NestedCommandLineApp.h; path = folly/experimental/NestedCommandLineApp.h; sourceTree = ""; }; + 290FB4BE1CF191877CA6D19DA9DEEB79 /* ShutdownSocketSet.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShutdownSocketSet.cpp; path = folly/io/ShutdownSocketSet.cpp; sourceTree = ""; }; + 292D917D1E5BD18FF76CCBA142913329 /* FIRInstallations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallations.m; path = FirebaseInstallations/Source/Library/FIRInstallations.m; sourceTree = ""; }; + 293B733D9DACA8D94B56AE17B3F29674 /* MacAddress.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MacAddress.cpp; path = folly/MacAddress.cpp; sourceTree = ""; }; + 2944CA750EBEBBB663715DECC789F0E3 /* FIRCLSFileManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFileManager.h; path = Crashlytics/Crashlytics/Models/FIRCLSFileManager.h; sourceTree = ""; }; + 2953338E10F0349490F46D4252F9E667 /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTHTTPRequestHandler.mm; sourceTree = ""; }; + 29537CD66643FF7EDA26FC50C2A01839 /* Executor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Executor.cpp; path = folly/Executor.cpp; sourceTree = ""; }; + 2978AF65B5D1B1112A1D33AE7D4C8C30 /* RCTVibrationPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVibrationPlugins.mm; sourceTree = ""; }; + 298CFDEBE7178C6E8CBE03482A0141FD /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 298D78B7BBD6828CF55DF97F89AD73DD /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; + 29B5115769C5913A43E66C3058B68BE2 /* SKDescriptorMapper.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKDescriptorMapper.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKDescriptorMapper.mm; sourceTree = ""; }; + 29BE1B758034408B336F5212D21B46CB /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; + 29E0977E20A297A2E904D6C85C1752DB /* BSG_KSSysCtl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSysCtl.h; sourceTree = ""; }; + 29FA3689DDFA1CFFBD3083C772A9A09C /* StreamResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StreamResponder.h; path = rsocket/statemachine/StreamResponder.h; sourceTree = ""; }; + 29FAABE12234FD7501BE35E74456B3F7 /* ssim_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim_sse2.c; path = src/dsp/ssim_sse2.c; sourceTree = ""; }; + 2A045482B71AE04F4AB12DB96CA85903 /* FBReactNativeSpec.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBReactNativeSpec.release.xcconfig; sourceTree = ""; }; + 2A377E24B8689DB0A06E5033D5D0A889 /* WaitOptions.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WaitOptions.cpp; path = folly/synchronization/WaitOptions.cpp; sourceTree = ""; }; + 2A3E3876D5698F2337E952FF6AB9F2A0 /* ThreadFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadFactory.h; path = folly/executors/thread_factory/ThreadFactory.h; sourceTree = ""; }; + 2A409E54C5081EAFFF2C79F8373DC4EA /* opensslv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = opensslv.h; path = ios/include/openssl/opensslv.h; sourceTree = ""; }; + 2A5799880B571DE4D467FA068096507A /* UIImage+MemoryCacheCost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MemoryCacheCost.h"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.h"; sourceTree = ""; }; + 2A7EDF0984368323B132AE195FD3E3CB /* ARTText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTText.m; path = ios/ARTText.m; sourceTree = ""; }; + 2A80B4CFD2DB2A92D5E4670406B4D6D1 /* SharedMutex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SharedMutex.cpp; path = folly/SharedMutex.cpp; sourceTree = ""; }; + 2A82AC8EF00629A69A6E6F7495AF0F86 /* FIRCLSReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReport.m; path = Crashlytics/Crashlytics/Models/FIRCLSReport.m; sourceTree = ""; }; + 2A853ABC233566B21D6498BAEA4C33F9 /* REABlockNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABlockNode.h; sourceTree = ""; }; + 2A95492B8C3933CEDE3DEFAEF70CAA15 /* BugsnagNotifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagNotifier.m; sourceTree = ""; }; + 2A9F88135D09342AFDD91B64DC73C2AE /* webpi_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = webpi_dec.h; path = src/dec/webpi_dec.h; sourceTree = ""; }; + 2AD6F60872029D99F430278A120AFF99 /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; + 2ADB839D8E97A5BA67A8085C35FB027F /* FBLPromise+Recover.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Recover.h"; path = "Sources/FBLPromises/include/FBLPromise+Recover.h"; sourceTree = ""; }; + 2ADF7D625829E5C086765B0222E8B4D5 /* RCTImageView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageView.mm; sourceTree = ""; }; 2AE9C51AC524FAF90F73601566183A95 /* libreact-native-restart.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-restart.a"; path = "libreact-native-restart.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2AF1832D00DDC650CBA494788CAC9FA2 /* Uri.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Uri.h; path = folly/Uri.h; sourceTree = ""; }; - 2AF28E2E4B7D9E8CA9A1A7764E358184 /* log_severity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_severity.h; path = src/glog/log_severity.h; sourceTree = ""; }; - 2AFEEA043B329FE884B1E76B234B23D7 /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; - 2B0A448CF435BFA079179D815A51998E /* SKViewDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKViewDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewDescriptor.h; sourceTree = ""; }; - 2B0AB863E450571254336F2C37E2E6D6 /* SocketFileDescriptorMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketFileDescriptorMap.h; path = folly/net/detail/SocketFileDescriptorMap.h; sourceTree = ""; }; + 2AF33C91A990BF6287432F0FDE89720F /* MMKVCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MMKVCore.debug.xcconfig; sourceTree = ""; }; + 2B111C3B85B5E5E529D9C5B1A2EB632A /* EXAudioRecordingPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioRecordingPermissionRequester.m; path = EXAV/EXAudioRecordingPermissionRequester.m; sourceTree = ""; }; 2B17A71888AA28CEFEC37B72F2A68A91 /* libreact-native-slider.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-slider.a"; path = "libreact-native-slider.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2B454B373530AC149FD27ACA594A530C /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; - 2B514C688D504015550DEA4ABE9A4437 /* react-native-document-picker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-document-picker.debug.xcconfig"; sourceTree = ""; }; - 2B6296435CE6258DE20223268BAE8D0E /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; - 2B658452E4C84B0FE139DC8962C20573 /* AtomicStruct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicStruct.h; path = folly/synchronization/AtomicStruct.h; sourceTree = ""; }; - 2B6B3159F5021D3BF450DB791C3C0BC9 /* ParallelMap-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ParallelMap-inl.h"; path = "folly/gen/ParallelMap-inl.h"; sourceTree = ""; }; - 2B6CB0F5A038E45CE87CCFA43687EE44 /* RCTImageLoaderProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderProtocol.h; path = Libraries/Image/RCTImageLoaderProtocol.h; sourceTree = ""; }; - 2B9816C5A3EC6E6F7493FDBD8F9B73AF /* React-RCTNetwork.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.debug.xcconfig"; sourceTree = ""; }; - 2BB5946FE58F28FE586E3BC01968EE08 /* WTCallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WTCallback.h; path = folly/futures/WTCallback.h; sourceTree = ""; }; - 2BB7B6575F3D1DBB8925AA2CDDCCEEAC /* ARTRenderable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTRenderable.h; path = ios/ARTRenderable.h; sourceTree = ""; }; - 2BECA078BB33E08C678E33971D5960C0 /* FIRCLSApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSApplication.h; path = Crashlytics/Crashlytics/Components/FIRCLSApplication.h; sourceTree = ""; }; - 2BF9C0225BD8A4EBDA4B9E8623351F11 /* MPMCPipeline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCPipeline.h; path = folly/MPMCPipeline.h; sourceTree = ""; }; - 2C2030DF3E84A5B0142D6DD3BEE18BDA /* SSLSessionImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSLSessionImpl.h; path = folly/ssl/detail/SSLSessionImpl.h; sourceTree = ""; }; - 2C24DE059349D85431F6C5BBB1EBDB14 /* AsymmetricMemoryBarrier.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsymmetricMemoryBarrier.cpp; path = folly/synchronization/AsymmetricMemoryBarrier.cpp; sourceTree = ""; }; - 2C3A58338A3816C943D435444857084F /* EXPermissions.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXPermissions.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 2C50B81E8E9B432CEF74A0A37966CAF8 /* react-native-netinfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-netinfo-dummy.m"; sourceTree = ""; }; - 2C5942982C5B1F3152F370B0772710EA /* YogaKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YogaKit.release.xcconfig; sourceTree = ""; }; - 2C6B07192495B593D1940802ABAB4148 /* opensslconf-armv7s.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "opensslconf-armv7s.h"; path = "ios/include/openssl/opensslconf-armv7s.h"; sourceTree = ""; }; - 2C6C6630CFB49789DF6DD639D37382E1 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 2C70AE4693761926F0F8456BB0C9456C /* NSImage+Compatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+Compatibility.m"; path = "SDWebImage/Core/NSImage+Compatibility.m"; sourceTree = ""; }; - 2C7236E4591C1694497E0E1523528840 /* YogaKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YogaKit.debug.xcconfig; sourceTree = ""; }; - 2C7AE179362A9AE423DDA94835780A3C /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; - 2C81BED255FFB3C92850D93059BDE731 /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; - 2C96437F6CFBC2BB48C39CF2542639A2 /* Flipper-RSocket.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-RSocket.debug.xcconfig"; sourceTree = ""; }; - 2CAA50C80CDFE88A0B286702BCFC0FFA /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedNodesManager.h; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; - 2CC5879EC7876DEDDBF841FFBBB5801D /* BugsnagLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagLogger.h; sourceTree = ""; }; - 2CCE540970A5C632EBC1383793B467BD /* rescaler_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_utils.c; path = src/utils/rescaler_utils.c; sourceTree = ""; }; - 2CDCBC2902FF7AD96C96AAB010E25893 /* FlipperClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FlipperClient.cpp; path = xplat/Flipper/FlipperClient.cpp; sourceTree = ""; }; - 2D10D8772746157562E2B9517F76D7AE /* RCTImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageLoader.mm; sourceTree = ""; }; - 2D143833EBCFB5C8EC61F6AB9EC5557A /* ui.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ui.h; path = ios/include/openssl/ui.h; sourceTree = ""; }; - 2D2B785D046FC7BB97717B4C9C939560 /* react-native-mmkv-storage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-mmkv-storage.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 2D3FE85136F6B2475A3674B1BFAB2CCC /* FIRInstallationsSingleOperationPromiseCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsSingleOperationPromiseCache.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.h; sourceTree = ""; }; - 2D58B1094FB89943DE31108CAE312DE0 /* RNRootViewGestureRecognizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRootViewGestureRecognizer.m; path = ios/RNRootViewGestureRecognizer.m; sourceTree = ""; }; - 2D59E09471639ACA6921C836EF1D7D12 /* GDTCOREvent_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREvent_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCOREvent_Private.h; sourceTree = ""; }; - 2D5AAFA8F224446E89A207E2406653F7 /* NetOps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = NetOps.cpp; path = folly/net/NetOps.cpp; sourceTree = ""; }; - 2D5CC734B08BE251478D819D7395A989 /* TOCroppedImageAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCroppedImageAttributes.h; path = "Objective-C/TOCropViewController/Models/TOCroppedImageAttributes.h"; sourceTree = ""; }; - 2D66B1CAD9CD5DE07DEEE99DBF834C91 /* FIRCLSURLSessionConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionConfiguration.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSessionConfiguration.h; sourceTree = ""; }; - 2D74D23B8EF5513E1CD3AA05E8A23E93 /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; - 2D7CCC3A35ED01CF8DD97243D695A42D /* FLEXNetworkTransaction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLEXNetworkTransaction.h; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkTransaction.h; sourceTree = ""; }; + 2B23696C4D2092E47E753B377B79D93E /* BugsnagReactNative.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BugsnagReactNative.m; path = cocoa/BugsnagReactNative.m; sourceTree = ""; }; + 2B3AB399CD5F1F88D1F9412FD173C159 /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; + 2B5A73E3C85EBE7C64B8D45F76B1448B /* FIRErrorCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrorCode.h; path = FirebaseCore/Sources/Private/FIRErrorCode.h; sourceTree = ""; }; + 2B7C15B57EA8189CBA05AE26BEFA5600 /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxNativeModule.h; sourceTree = ""; }; + 2BA69D009D60B41DDC5490431F6763B4 /* enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse2.c; path = src/dsp/enc_sse2.c; sourceTree = ""; }; + 2BA9F71EAC3F82E40B42B2CA75551412 /* neon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = neon.h; path = src/dsp/neon.h; sourceTree = ""; }; + 2BAF1443AFFFE849AC332F65CBCB189B /* SaturatingSemaphore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SaturatingSemaphore.h; path = folly/synchronization/SaturatingSemaphore.h; sourceTree = ""; }; + 2BD3D35018FB8A604BB27FE0D5110042 /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; + 2BE2A3D02176E7FC68FF572B0100FABA /* FKTextSearchable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FKTextSearchable.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutTextSearchable/FKTextSearchable.h; sourceTree = ""; }; + 2BEAC3BEF3D50BABC188C4E75CD7369D /* UIButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIButton+WebCache.h"; path = "SDWebImage/Core/UIButton+WebCache.h"; sourceTree = ""; }; + 2BF7832FD712FE447DB20573C559B54C /* react-native-restart-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-restart-prefix.pch"; sourceTree = ""; }; + 2C1DBE6A2CF58D2454F50323D40DBE56 /* RSocketConnectionEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketConnectionEvents.h; path = rsocket/RSocketConnectionEvents.h; sourceTree = ""; }; + 2C20E8396D13BA76B347FDF6932C5913 /* UMReactNativeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeAdapter.h; sourceTree = ""; }; + 2C47B9EE00E71D5616E0B86A3A50C82B /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; + 2C96800C9E28C4273961F0192E793199 /* upsampling_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_mips_dsp_r2.c; path = src/dsp/upsampling_mips_dsp_r2.c; sourceTree = ""; }; + 2CAD02EDD67B7BDC82E8CCB7C7DE9F1E /* RNFetchBlobRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobRequest.m; path = ios/RNFetchBlobRequest.m; sourceTree = ""; }; + 2CC9F137A0DD4D3D385C5631CD6348E8 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Sources/Private/FIRComponentContainer.h; sourceTree = ""; }; + 2CD9F1101FC80FEE0A6A76DC220000F5 /* Time.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Time.cpp; path = folly/portability/Time.cpp; sourceTree = ""; }; + 2CEED376EB5C578A21754FB1C2DD8A2E /* FIRInstallationsLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsLogger.h; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.h; sourceTree = ""; }; + 2D11127509DD4AE35092F138FBE3F8F3 /* Folly-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Folly-prefix.pch"; sourceTree = ""; }; + 2D1A49FE63AE0048233702D8974CBA1F /* SequencedExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SequencedExecutor.h; path = folly/executors/SequencedExecutor.h; sourceTree = ""; }; + 2D1AC39EB4AFD5AA46DCA9BB791486B2 /* GDTCORPrioritizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORPrioritizer.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORPrioritizer.h; sourceTree = ""; }; + 2D3AF1C5AE70E2A5904EB4656D35CD7F /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; + 2D7346ACF081103646C53D731C0637CD /* UMViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMViewManager.h; path = UMCore/UMViewManager.h; sourceTree = ""; }; 2D86D213801ABEF7CD86291D4F3FDD34 /* libUMAppLoader.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMAppLoader.a; path = libUMAppLoader.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2D93ECA8E5BE1CF1CBAD9D22F5D70C39 /* RNNotificationCenterMulticast.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenterMulticast.m; path = RNNotifications/RNNotificationCenterMulticast.m; sourceTree = ""; }; - 2DAB92658AE023C106F88F7B86ECAF4E /* huffman_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_utils.c; path = src/utils/huffman_utils.c; sourceTree = ""; }; - 2DB0DAB5167D920FB531AF507D922157 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 2DE5C3E74AE19E56F0CDAEE62AEC7F7F /* GlobalShutdownSocketSet.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = GlobalShutdownSocketSet.cpp; path = folly/io/GlobalShutdownSocketSet.cpp; sourceTree = ""; }; - 2DFF757C1669E1B0DEF136C255D4BEAF /* RCTRsaUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTRsaUtils.m; path = ios/RCTCrypto/RCTRsaUtils.m; sourceTree = ""; }; - 2E172FE0982345DFC903D82B4FB8F2B3 /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Private/GULUserDefaults.h; sourceTree = ""; }; - 2E235A23BEF45A81A2308FA34E86C5D1 /* BugsnagBreadcrumb.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagBreadcrumb.m; sourceTree = ""; }; - 2E23D9CCC1D2D6C9D8D7BBF2CA0FEC6E /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; - 2E35B156FD35FCCE3A76E073598605AD /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; - 2E3E7D90C04DA80F371556C597EC8005 /* RCTFileRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFileRequestHandler.mm; sourceTree = ""; }; - 2E5161EFE836AD1EEC12CC4820D01DBA /* EXLocalAuthentication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXLocalAuthentication.h; path = EXLocalAuthentication/EXLocalAuthentication.h; sourceTree = ""; }; - 2E67D4779D76AD2FEB15FFB601D68E67 /* FIRCLSFCRAnalytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFCRAnalytics.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSFCRAnalytics.h; sourceTree = ""; }; - 2E7DBA48C71B4DAC7D59FC2A940393A7 /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyboardObserver.h; path = React/CoreModules/RCTKeyboardObserver.h; sourceTree = ""; }; - 2E7F97AA4325554391F848845E3109F9 /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; - 2E9151044DD4FA5034F4F6253C790189 /* FIRCLSURLSessionUploadTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLSessionUploadTask.m; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionUploadTask.m; sourceTree = ""; }; - 2EA84AD24B77D8C651768180286134A4 /* ConnectionAcceptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConnectionAcceptor.h; path = rsocket/ConnectionAcceptor.h; sourceTree = ""; }; - 2EBDDFDFA80F2997CB3293ABDE1B158B /* RNGestureHandlerModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerModule.m; path = ios/RNGestureHandlerModule.m; sourceTree = ""; }; - 2ECA7509E5654118AB7360EE5A638BF3 /* String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = String.h; path = folly/String.h; sourceTree = ""; }; - 2ED2EF2B979B0A29828AF5B4BAFD7B40 /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageCache.m; sourceTree = ""; }; - 2EE39288AE06A2A5BC31A870158958E4 /* Future-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Future-inl.h"; path = "folly/futures/Future-inl.h"; sourceTree = ""; }; - 2EE5F54DBB652FE9F02BCF65B33D728D /* FIRCLSFileManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFileManager.h; path = Crashlytics/Crashlytics/Models/FIRCLSFileManager.h; sourceTree = ""; }; - 2EF2B5B002A1B5A214C40FB58E7E038D /* RNLocalize-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNLocalize-dummy.m"; sourceTree = ""; }; - 2EFF0AE8DEF5E0127E7359BA5FBE3678 /* FirebaseCrashlytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCrashlytics.release.xcconfig; sourceTree = ""; }; - 2F354DC7AEB03208EA1EBCF28AEA1919 /* http_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = http_struct.h; path = src/event2/http_struct.h; sourceTree = ""; }; - 2F35E216751B0646C45929A26A0A3F4C /* AtomicNotification.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AtomicNotification.cpp; path = folly/synchronization/AtomicNotification.cpp; sourceTree = ""; }; - 2F3657979DCAC4D3524B660D89F3007B /* React-RCTAnimation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.release.xcconfig"; sourceTree = ""; }; - 2F37B85809B0B03C3DA2BF790554B77E /* Common.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Common.cpp; path = rsocket/internal/Common.cpp; sourceTree = ""; }; - 2F3D271BF132984B827F90F1EBDFBDC3 /* CodedOutputData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodedOutputData.h; path = Core/CodedOutputData.h; sourceTree = ""; }; - 2F4A0035548B05D78144ED48AE01599F /* EventBaseLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBaseLocal.h; path = folly/io/async/EventBaseLocal.h; sourceTree = ""; }; - 2F4A0E306CCEF469DCCCA72E595F2331 /* BSG_KSCrashReportWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportWriter.h; sourceTree = ""; }; - 2F51E2134E42ED889CE2D40A8BCDE57D /* OpenSSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSL.h; path = folly/portability/OpenSSL.h; sourceTree = ""; }; - 2F534D3B63DE785DA4DC628D153BD013 /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; - 2F9CC1A52F02ABB3B675DBA1B7408A55 /* RNScreens.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNScreens.debug.xcconfig; sourceTree = ""; }; - 2FA596F85ECBCFBE824159B18957A8A6 /* LongLivedObject.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LongLivedObject.cpp; path = turbomodule/core/LongLivedObject.cpp; sourceTree = ""; }; - 2FAF08C282F0E3B1160ACF781E9B0516 /* RCTRawTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextViewManager.h; sourceTree = ""; }; - 2FCB71BC1C410A1F0697BD08EC00B127 /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; - 2FCC3390E2E3D454A04AE0EDC37107CC /* lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc.c; path = src/dsp/lossless_enc.c; sourceTree = ""; }; - 2FD707BD4E7FA54C06104569F7581092 /* ebcdic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ebcdic.h; path = ios/include/openssl/ebcdic.h; sourceTree = ""; }; - 2FFECB0B4DDC647D631B1BA79DAA8434 /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; - 3017ACF3FD26992F268D922D4F198DC5 /* CoreModulesPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CoreModulesPlugins.h; path = React/CoreModules/CoreModulesPlugins.h; sourceTree = ""; }; - 3034A1DDE30DB423BE9B7FDCD70F1684 /* FIRCLSDownloadAndSaveSettingsOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDownloadAndSaveSettingsOperation.h; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.h; sourceTree = ""; }; - 30352D85CC808CD0297E9A86D2061D41 /* FrameHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameHeader.h; path = rsocket/framing/FrameHeader.h; sourceTree = ""; }; - 303D54CC1F99ABC7A2BA9DCEF0FCFAAC /* FIRInteropEventNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropEventNames.h; path = Interop/Analytics/Public/FIRInteropEventNames.h; sourceTree = ""; }; - 3050B639F6206DD2789E8D23D715E5EA /* RCTSha.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSha.m; path = ios/RCTCrypto/RCTSha.m; sourceTree = ""; }; - 30521FC75026EC179DA69B3FE2212D00 /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; - 3055855B3AA070BE540C211E125DF757 /* FIRCLSReportAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReportAdapter.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.m; sourceTree = ""; }; - 30B345F2B3E52ED8FCE1F1A289BC23D6 /* RSocketResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketResponder.cpp; path = rsocket/RSocketResponder.cpp; sourceTree = ""; }; - 30BF1C162B6463E637B7E437F5DB5A97 /* RequestResponseResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RequestResponseResponder.cpp; path = rsocket/statemachine/RequestResponseResponder.cpp; sourceTree = ""; }; - 30C1F9147F9DD05BB2B49B56C45FD453 /* EXHapticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXHapticsModule.m; path = EXHaptics/EXHapticsModule.m; sourceTree = ""; }; - 30C5D07EC2753CD7C0DAF2696BCDC782 /* QBAssetsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetsViewController.m; path = ios/QBImagePicker/QBImagePicker/QBAssetsViewController.m; sourceTree = ""; }; - 30D46993BA75D4A13679C650A0FC78AD /* UMUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUtilities.h; path = UMCore/UMUtilities.h; sourceTree = ""; }; - 30F246BDD9D93C83F3E79B6294E6E3FC /* RNDeviceInfo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDeviceInfo.debug.xcconfig; sourceTree = ""; }; - 30FE36AAA64204DD62507F8F190F0228 /* ThreadedExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadedExecutor.cpp; path = folly/executors/ThreadedExecutor.cpp; sourceTree = ""; }; - 310801553DCEBF91934A84929004C3B2 /* ColdResumeHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ColdResumeHandler.cpp; path = rsocket/ColdResumeHandler.cpp; sourceTree = ""; }; - 310D9BAC6646D16431B18DE630C28CD1 /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; - 31143BD46510E4EC61AD6EC289BE6DD8 /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialCommunityIcons.ttf; path = Fonts/MaterialCommunityIcons.ttf; sourceTree = ""; }; - 3115747752305708DC09AD5DEB86359E /* ecdsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ecdsa.h; path = ios/include/openssl/ecdsa.h; sourceTree = ""; }; - 3122F7A0C1D2CA69B8F82D86F2EFFA4E /* UMReactLogHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactLogHandler.m; sourceTree = ""; }; - 3131066A16F33FCF54FA03B4DABCEB04 /* RCTConvertHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvertHelpers.h; sourceTree = ""; }; - 315E7AC5CAD5639B1D92C3C36E34FA87 /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIDynamic.h; sourceTree = ""; }; - 315FFC4C7F00BF4F358001D27C54EDED /* vp8i_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_dec.h; path = src/dec/vp8i_dec.h; sourceTree = ""; }; - 3166480EFC9306BE0E0FE470825A2346 /* WriteChainAsyncTransportWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WriteChainAsyncTransportWrapper.h; path = folly/io/async/WriteChainAsyncTransportWrapper.h; sourceTree = ""; }; - 317731C9EDCF5D27BAD7C2E8A5992653 /* ThreadLocalDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadLocalDetail.h; path = folly/detail/ThreadLocalDetail.h; sourceTree = ""; }; - 319B954312CD9CB0E4CF870F37EED893 /* Assume.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Assume.cpp; path = folly/lang/Assume.cpp; sourceTree = ""; }; - 31A8456E45AE7DAF049F51B63A8266BE /* RCTTypeSafety-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTTypeSafety-dummy.m"; sourceTree = ""; }; - 31AE02D73D4D84CEECC6E63C52F68C77 /* ARTGroupManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTGroupManager.h; sourceTree = ""; }; - 31AE7293DE93549F6C2F3CF6429B2BDC /* RNCAsyncStorage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNCAsyncStorage-dummy.m"; sourceTree = ""; }; - 31AEF6E6268FE53555FF22E57326B93F /* KeyCommands-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KeyCommands-prefix.pch"; sourceTree = ""; }; - 31C1A7E29D432CE37D7D9E6177623731 /* project.pbxproj */ = {isa = PBXFileReference; includeInIndex = 1; path = project.pbxproj; sourceTree = ""; }; - 31FBDB4ADC51D1D0A5601CEDAE6B7A93 /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; - 320A2939657FC8064AA3211F435F9546 /* pt.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pt.lproj; path = "Objective-C/TOCropViewController/Resources/pt.lproj"; sourceTree = ""; }; - 3224869CFB08C9C3D856F4285F0814EF /* JSONSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSONSchema.h; path = folly/experimental/JSONSchema.h; sourceTree = ""; }; - 3228425916A5B6968901CCBBA5558482 /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = ios/QBImagePicker/QBImagePicker/es.lproj; sourceTree = ""; }; - 32354399CBD66084920759CE8FAF3397 /* RCTBackedTextInputDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegate.h; sourceTree = ""; }; - 3254412B404C3C01F29D9C2F34B7ED1A /* FIRCLSFileManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFileManager.m; path = Crashlytics/Crashlytics/Models/FIRCLSFileManager.m; sourceTree = ""; }; - 3265554CBE12CB4CDC80DB69599B3BC2 /* FLEXUtility.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FLEXUtility.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXUtility.mm; sourceTree = ""; }; - 329F1770B40BD4E2BC9C092FE0BB434B /* Async.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Async.h; path = folly/executors/Async.h; sourceTree = ""; }; - 32C588DB3046A911DBC4D8600796E562 /* FrameTransportImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameTransportImpl.h; path = rsocket/framing/FrameTransportImpl.h; sourceTree = ""; }; - 32CA4020265B6284F12CABB3C529A4E4 /* MapUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MapUtil.h; path = folly/MapUtil.h; sourceTree = ""; }; - 32F755B76A08B53F7B6115413681DEDF /* GDTCORClock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORClock.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORClock.h; sourceTree = ""; }; - 32F82065750CD6C926DA5C1E835E175F /* react-native-notifications.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-notifications.debug.xcconfig"; sourceTree = ""; }; - 3306AA797103FDABE4AA4AE8E22E1228 /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; - 331483DB8531D19F7D0331BA08ED2CCC /* EXFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystem.m; path = EXFileSystem/EXFileSystem.m; sourceTree = ""; }; - 33234B2EA53ADF7D5285B618DC5423C6 /* nanopb-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-prefix.pch"; sourceTree = ""; }; - 332B1AACE6CCE4BF106968086718E2B5 /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; - 333FA868A4E0F5E1F01718F842DD7C29 /* IOBuf.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IOBuf.cpp; path = folly/io/IOBuf.cpp; sourceTree = ""; }; + 2D92768EACDE5ACF476B77CECA5ECCF1 /* RNDocumentPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDocumentPicker.m; path = ios/RNDocumentPicker/RNDocumentPicker.m; sourceTree = ""; }; + 2DAC3515B699F5348095BA37D913A13D /* RangeCommon.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RangeCommon.cpp; path = folly/detail/RangeCommon.cpp; sourceTree = ""; }; + 2DAF9728E876D22874FBE51C057DFCA7 /* FlipperKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FlipperKit.modulemap; sourceTree = ""; }; + 2DBCB58BD721BE3EF9D9E3B628E51176 /* BSG_KSJSONCodec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodec.h; sourceTree = ""; }; + 2DC7DF0F5A7DBD515DC76D84F2282F69 /* ScopeGuard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScopeGuard.h; path = folly/ScopeGuard.h; sourceTree = ""; }; + 2DCB0AD1DE726E50561CDCC364AEDF93 /* EXHaptics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXHaptics.debug.xcconfig; sourceTree = ""; }; + 2DDDF5C2CC19423D74352A73A11A5B55 /* MMKVCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MMKVCore-prefix.pch"; sourceTree = ""; }; + 2DF5CE9E50FAD23D82228DF4981B6BA9 /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; + 2E210D1F93ABC2506EA97E989B269F81 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 2E405489A70AA3B62D5E0212E2833D3F /* UMCameraInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMCameraInterface.h; path = UMCameraInterface/UMCameraInterface.h; sourceTree = ""; }; + 2E40860CB0B92269D4CF2AD3976F6658 /* rescaler_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_sse2.c; path = src/dsp/rescaler_sse2.c; sourceTree = ""; }; + 2E468A626F48E35895D0642F68355D31 /* RCTPackagerClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerClient.h; sourceTree = ""; }; + 2E5B30971C3FAD5EFBBB341F042B9455 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; + 2E73BDA8E009354600891EA2E74BD8D4 /* REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransition.m; sourceTree = ""; }; + 2E90692F05B774143CAEF5069161DBC2 /* TestObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TestObserver.h; path = yarpl/observable/TestObserver.h; sourceTree = ""; }; + 2EA5C92E336234BB166F02380D0164D2 /* react-native-simple-crypto.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-simple-crypto.release.xcconfig"; sourceTree = ""; }; + 2EAA32868BCEE1CD6838F7117FB221D7 /* RNLocalize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNLocalize.m; path = ios/RNLocalize.m; sourceTree = ""; }; + 2ECB2B4C502267356B91B34510DE8D5E /* PriorityThreadFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PriorityThreadFactory.h; path = folly/executors/thread_factory/PriorityThreadFactory.h; sourceTree = ""; }; + 2F2710461ABDEAC782FB715902C10D17 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 2F563CC4948AD230BB1285F545B6227B /* FIRInstallationsAuthTokenResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAuthTokenResult.m; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResult.m; sourceTree = ""; }; + 2F80CD194F85D900365658F4B5E47468 /* CocoaAsyncSocket.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaAsyncSocket.debug.xcconfig; sourceTree = ""; }; + 2F84A0C9C70F211C99B5CD9A162FFC82 /* IPAddressV6.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IPAddressV6.cpp; path = folly/IPAddressV6.cpp; sourceTree = ""; }; + 2F855175245BC27E9487E44C62628327 /* RNLocalize.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNLocalize.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 2F8E0FB6F25809863C5872F6BB18C5AF /* FIRInstallationsItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsItem.h; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.h; sourceTree = ""; }; + 2FA1F8D3469455C601A3280769239543 /* RCTAlertManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAlertManager.mm; sourceTree = ""; }; + 2FAC9FEB7A99173E63BD1ECBF8E073E9 /* modes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = modes.h; path = ios/include/openssl/modes.h; sourceTree = ""; }; + 2FBA720AC34082FE3A5CE0DD59A59F4C /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; + 2FCBF627F1CAC2F3E915A184363FC424 /* RCTTVNavigationEventEmitter.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTVNavigationEventEmitter.mm; sourceTree = ""; }; + 2FE1460F948B8E8D1B9CCD052318F09E /* SanitizeThread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SanitizeThread.cpp; path = folly/synchronization/SanitizeThread.cpp; sourceTree = ""; }; + 2FEE645C36EAECF90EA0B313A2E333EE /* REABezierNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABezierNode.m; sourceTree = ""; }; + 300E3873E330F62DCC05C69935C5E453 /* dso.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dso.h; path = ios/include/openssl/dso.h; sourceTree = ""; }; + 302B2D7B832D36B91C0FC19F8442A977 /* CPUThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CPUThreadPoolExecutor.h; path = folly/executors/CPUThreadPoolExecutor.h; sourceTree = ""; }; + 305A4E35667077125CCDCE18A522D8B0 /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; + 3067252EEE5CADBFF8AE459F44B33E47 /* BSG_KSSystemInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSSystemInfo.m; sourceTree = ""; }; + 306C77FF57CB4BFB1500AE14020D2F18 /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; + 307DB26CCB565242806D4B12FFEFBDC9 /* Types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Types.h; path = folly/futures/detail/Types.h; sourceTree = ""; }; + 3088F468687484EE8F9AD0F0247D2144 /* CpuId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CpuId.h; path = folly/CpuId.h; sourceTree = ""; }; + 30AAE515220085A51074FB6B5057AAAF /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Sources/Private/FIRLibrary.h; sourceTree = ""; }; + 30BFA2BBC1094FD96E81130C38786A50 /* GULNSData+zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULNSData+zlib.h"; path = "GoogleUtilities/NSData+zlib/Public/GULNSData+zlib.h"; sourceTree = ""; }; + 30BFABA57598DD4777656F08D17D59FA /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; + 30CD421BEF66ACA8E37209ADA6D34080 /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; + 30E7CC619C9D4AC088E51EA97C5DF658 /* SKDescriptorMapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKDescriptorMapper.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKDescriptorMapper.h; sourceTree = ""; }; + 30ED102AFCF0C83E70A15B7BC24B2BAC /* dns.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dns.h; path = src/event2/dns.h; sourceTree = ""; }; + 30F57F37ADA4D4804611A0C771A85F6A /* SKButtonDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKButtonDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKButtonDescriptor.h; sourceTree = ""; }; + 31097FF023386ADF7829A14BE14AEE2F /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; + 3142282CACA691C0B7519DE2D72DA78B /* QBVideoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIconView.h; path = ios/QBImagePicker/QBImagePicker/QBVideoIconView.h; sourceTree = ""; }; + 3149155B7651E674E91E71658DCFD1C0 /* AtomicHashArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashArray.h; path = folly/AtomicHashArray.h; sourceTree = ""; }; + 318500A68F26B6B4842452542F5494AF /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; + 31A74DE51A809847EFFA44376B6F010C /* DistributedMutex-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DistributedMutex-inl.h"; path = "folly/synchronization/DistributedMutex-inl.h"; sourceTree = ""; }; + 31ABB6EFB73566B9C699FEB3A1698B3E /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RAMBundleRegistry.cpp; sourceTree = ""; }; + 31C653FE4A72393BFAC2B82B2AA0C8D3 /* TOCropScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropScrollView.h; path = "Objective-C/TOCropViewController/Views/TOCropScrollView.h"; sourceTree = ""; }; + 31CB668A08E5BD0AE7474E75154D8FAF /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; + 31D1E3A9EB8E66351A7360B6FC90CAF4 /* RNCMaskedView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNCMaskedView-dummy.m"; sourceTree = ""; }; + 31D229352F2DE3C9A822916471849309 /* SKStateUpdateCPPWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKStateUpdateCPPWrapper.h; path = iOS/FlipperKit/SKStateUpdateCPPWrapper.h; sourceTree = ""; }; + 31D9D19310A96500920AAB0B199069A4 /* BlurViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlurViewManager.h; path = ios/BlurViewManager.h; sourceTree = ""; }; + 31E1A752B9AE89ED1332D84970D6BB51 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = ios/QBImagePicker/QBImagePicker/en.lproj; sourceTree = ""; }; + 31FEBC930971FE46F55A7C092AF41849 /* StorageSetters.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StorageSetters.m; path = ios/StorageSetters.m; sourceTree = ""; }; + 3201201F02556417A0ECE40E585C90FC /* EXHaptics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXHaptics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 3203F7EE04CCAB8B6DBDB13ED1D08D97 /* FBReactNativeSpec-generated.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "FBReactNativeSpec-generated.mm"; path = "FBReactNativeSpec/FBReactNativeSpec-generated.mm"; sourceTree = ""; }; + 320EC59642F2D942185540B9EB15C2CD /* BSG_KSObjC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSObjC.c; sourceTree = ""; }; + 3211F430D1083367A16B13AD25B91833 /* SDWebImageWebPCoder-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImageWebPCoder-prefix.pch"; sourceTree = ""; }; + 322A82C498CD553E8EAB29EEFDB652E0 /* F14Mask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Mask.h; path = folly/container/detail/F14Mask.h; sourceTree = ""; }; + 323354DFB6ED51722DC8251CF672BC8A /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIndexedRAMBundle.h; sourceTree = ""; }; + 3248A206F08A03BFE1BE10BA77D2BD8C /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; + 3256AA43CE2BFC1B9E9126DBB10173CF /* GDTCORConsoleLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORConsoleLogger.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORConsoleLogger.h; sourceTree = ""; }; + 3277ADBF5B7BF4B582D63F985B01CA58 /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; + 32B2408B3F9DB70767A7F501805ED1C6 /* AsyncTrace.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncTrace.cpp; path = folly/detail/AsyncTrace.cpp; sourceTree = ""; }; + 32BD8CA986C2EDD131A6664A797558DB /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; + 32C2B727C55504BEA6319B64DC61771E /* react-native-notifications.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-notifications.release.xcconfig"; sourceTree = ""; }; + 32DCF7053D1393D8C9359438190591DE /* lossless_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_sse2.c; path = src/dsp/lossless_sse2.c; sourceTree = ""; }; + 32E6519E7F77CEEDC26E885E9000D990 /* RNNotificationCenterMulticast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenterMulticast.h; path = RNNotifications/RNNotificationCenterMulticast.h; sourceTree = ""; }; + 32F06E26515C9916226FBCAB17E6B1DA /* AtomicUnorderedMapUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUnorderedMapUtils.h; path = folly/detail/AtomicUnorderedMapUtils.h; sourceTree = ""; }; + 32F169BD2188C918E2B972E1CB4C5E96 /* SDDeviceHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDeviceHelper.h; path = SDWebImage/Private/SDDeviceHelper.h; sourceTree = ""; }; + 32F351ABA1D2BA4285C4210D118A1A71 /* F14SetFallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14SetFallback.h; path = folly/container/detail/F14SetFallback.h; sourceTree = ""; }; + 330FF1CD6EDF4A20B4F6BC37C82064BE /* ConcurrentHashMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcurrentHashMap.h; path = folly/concurrency/ConcurrentHashMap.h; sourceTree = ""; }; + 3319AB8E6ED3207DEBF19CDEB4F281BA /* RSocketServiceHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketServiceHandler.cpp; path = rsocket/RSocketServiceHandler.cpp; sourceTree = ""; }; 3347A1AB6546F0A3977529B8F199DC41 /* libPromisesObjC.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libPromisesObjC.a; path = libPromisesObjC.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 334CBB0C982C1D71C8B4C95131C47892 /* RCTVibrationPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVibrationPlugins.mm; sourceTree = ""; }; - 3385BFEB50436FE2CF2907C5B07C71ED /* RNVectorIcons.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNVectorIcons.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 338AFC73BC8534F001EAC1541A33667A /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; - 3396B7514EC2369EA1E558D65E360013 /* Overload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Overload.h; path = folly/Overload.h; sourceTree = ""; }; - 33D3A91460B4028AD3EECCADD535C860 /* EXAppleAuthentication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthentication.m; path = EXAppleAuthentication/EXAppleAuthentication.m; sourceTree = ""; }; - 340C71B417F789B2DD06EFCAC77E220F /* UMFontInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFontInterface.debug.xcconfig; sourceTree = ""; }; - 34335357119D81923767520B9618F973 /* FIRInstallationsStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStatus.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsStatus.h; sourceTree = ""; }; - 3436FA1ABB32A6382D64DEE68269EB05 /* FBCxxFollyDynamicConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBCxxFollyDynamicConvert.h; path = iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.h; sourceTree = ""; }; - 343D8E009CB5ACB36A9F34CD6884AD4C /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; - 34574EA523A001F3A3BEA6FF870EC450 /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBigString.h; sourceTree = ""; }; - 346F18D9330B2BE83B2F08F01DAD1D27 /* lossless_enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_msa.c; path = src/dsp/lossless_enc_msa.c; sourceTree = ""; }; - 34706840AC6831B6584852A668597637 /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; - 34762E5217864656EE01DEBE034B57D7 /* RNCPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCPicker.m; path = ios/RNCPicker.m; sourceTree = ""; }; - 348618F86A3BC0E0ED145EB58B57C911 /* upsampling_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_mips_dsp_r2.c; path = src/dsp/upsampling_mips_dsp_r2.c; sourceTree = ""; }; - 349019FDFB9F533D0958F795FB2A920C /* String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = String.h; path = folly/gen/String.h; sourceTree = ""; }; - 34904034074DBDB0F992DD8FF77AAC9F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 34C247E9B1B6C62CF1E598F1D8DAA639 /* libwebp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = libwebp.release.xcconfig; sourceTree = ""; }; + 334DF39048B78C6511ADD6728934DA0F /* EXResumablesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXResumablesManager.h; sourceTree = ""; }; + 335EEB75B6D7D5E4080465F4E6B62705 /* SKSearchResultNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKSearchResultNode.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKSearchResultNode.m; sourceTree = ""; }; + 337C05F80AB577936A86803EDEADA135 /* UMReactNativeEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeEventEmitter.m; sourceTree = ""; }; + 337F7EA575D070F381DD806734C074FC /* listener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = listener.h; path = src/event2/listener.h; sourceTree = ""; }; + 338DC693935796B06D164690F04084E3 /* SDWebImageDownloaderResponseModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderResponseModifier.m; path = SDWebImage/Core/SDWebImageDownloaderResponseModifier.m; sourceTree = ""; }; + 33A43B9D9134098ACB08DE372E9D6684 /* UMImageLoaderInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMImageLoaderInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 33BAA8C32AE816808A6B5391FF5B9C0E /* RNImageCropPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNImageCropPicker-prefix.pch"; sourceTree = ""; }; + 33C35BA759A1D77DB5CB1724A8F05112 /* Replaceable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Replaceable.h; path = folly/Replaceable.h; sourceTree = ""; }; + 33C75BD5F057C9EBD1F79AC01CD1EB9D /* GDTCCTCompressionHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTCompressionHelper.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTCompressionHelper.h; sourceTree = ""; }; + 33CD38A805803F9E727DAA3989B58F1A /* FIRCLSFABNetworkClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABNetworkClient.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSFABNetworkClient.m; sourceTree = ""; }; + 33D053F3CBB98EC1B0EA4627B854C3FD /* ThreadCachedArena.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadCachedArena.cpp; path = folly/memory/ThreadCachedArena.cpp; sourceTree = ""; }; + 33DBC9A52BA573AA67A9DF21EF146A3A /* contents.xcworkspacedata */ = {isa = PBXFileReference; includeInIndex = 1; path = contents.xcworkspacedata; sourceTree = ""; }; + 33F53D3786FA5E1CBDD6F7141DE5BEA1 /* RCTAppearance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAppearance.h; path = React/CoreModules/RCTAppearance.h; sourceTree = ""; }; + 342512805C1A125FEE18047F913F6FD0 /* RCTRawTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRawTextShadowView.h; sourceTree = ""; }; + 344134F852960A380D61378D288D08CC /* CppAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CppAttributes.h; path = folly/CppAttributes.h; sourceTree = ""; }; + 3444ACB861DEEF1B5A180544A66B06F6 /* RNForceTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNForceTouchHandler.m; sourceTree = ""; }; + 3447678C17782CEF55E001D70F451781 /* alpha_processing_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse2.c; path = src/dsp/alpha_processing_sse2.c; sourceTree = ""; }; + 3447BCA313DD125901B04D7A3FD9D60F /* GULMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULMutableDictionary.m; path = GoogleUtilities/Network/GULMutableDictionary.m; sourceTree = ""; }; + 344B55D81B2D5AB8EE569A0615784269 /* x509_vfy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509_vfy.h; path = ios/include/openssl/x509_vfy.h; sourceTree = ""; }; + 3458090CB8B48D96EDAB07F5B4CEC80E /* FIRAEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAEvent.h; path = Crashlytics/Crashlytics/Helpers/FIRAEvent.h; sourceTree = ""; }; + 34584BA3A2D5AF7650D5D8B749A2A129 /* EXFileSystemLocalFileHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemLocalFileHandler.m; path = EXFileSystem/EXFileSystemLocalFileHandler.m; sourceTree = ""; }; + 346A4F1BCF46984D930243141F05CC10 /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; + 346B6F904D7B151C306D6D111F2FF3AC /* BSG_KSMach.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach.c; sourceTree = ""; }; + 34725C1DA2003EC8A547C1246793094F /* openssl_md5_one.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = openssl_md5_one.cpp; path = Core/aes/openssl/openssl_md5_one.cpp; sourceTree = ""; }; + 34A03E7ADB6A965377CB4349317BD042 /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; + 34AEDE0BD8179E53D2D3DB6B7B9F40B7 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 34C3F5093715DA799856143F7346F799 /* RNCPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNCPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 34C4F3F2A22FD60BFFD178C41DF9A7F2 /* YGValue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGValue.cpp; path = yoga/YGValue.cpp; sourceTree = ""; }; 34C842CD40D88AB4B2BF24FC77DA0009 /* libRNFBAnalytics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFBAnalytics.a; path = libRNFBAnalytics.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 34D672531A4191B427FBF4C400170326 /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageViewManager.h; path = Libraries/Image/RCTImageViewManager.h; sourceTree = ""; }; - 35170CDD0C274C1BBAB0826BB62D2DC8 /* libwebp-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "libwebp-prefix.pch"; sourceTree = ""; }; - 352493A49B1B245AA5F4C1997CF25348 /* BSGSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGSerialization.m; sourceTree = ""; }; - 352C79C1C29ACACCEE23F7F38FD5D932 /* ScheduledSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledSubscriber.h; path = rsocket/internal/ScheduledSubscriber.h; sourceTree = ""; }; - 354A825467D7FCF6F014D30FD436A42B /* FIRCLSReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReport.m; path = Crashlytics/Crashlytics/Models/FIRCLSReport.m; sourceTree = ""; }; - 354B4C89E9D5AD640F8D7380A38359F8 /* FIRCLSMachOSlice.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachOSlice.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.m; sourceTree = ""; }; - 354D68091E4C3F425265E2A5C2F8D2DA /* MMKV-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MMKV-dummy.m"; sourceTree = ""; }; - 355226761119387B84545E25A09880E8 /* FIRCLSSymbolResolver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSymbolResolver.h; path = Crashlytics/Crashlytics/Models/FIRCLSSymbolResolver.h; sourceTree = ""; }; - 35679E5B60E9F38A22B63DD5B1CA573F /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; - 3567CD878C63E05F8E8DAB606D4E9294 /* opensslconf-armv7.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "opensslconf-armv7.h"; path = "ios/include/openssl/opensslconf-armv7.h"; sourceTree = ""; }; - 357624EA6FA97D5EFC358BD532C77D5E /* RNDateTimePicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDateTimePicker-prefix.pch"; sourceTree = ""; }; - 359A199BC21EA9146C670D2A64EBC901 /* FlipperClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperClient.h; path = xplat/Flipper/FlipperClient.h; sourceTree = ""; }; - 35A97F4482D7D06C0B3D5DA5E7E48FE1 /* QBCheckmarkView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBCheckmarkView.m; path = ios/QBImagePicker/QBImagePicker/QBCheckmarkView.m; sourceTree = ""; }; - 35C80F3A1CE53B23D38C1363B344D05B /* BSG_KSCrashType.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashType.c; sourceTree = ""; }; - 3601CEBB2D12A7BCB18A906953968DB5 /* FKUserDefaultsSwizzleUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FKUserDefaultsSwizzleUtility.m; path = iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsSwizzleUtility.m; sourceTree = ""; }; - 3611C4488B77F228A97EC23FEADABDF3 /* FIRCLSNetworkResponseHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSNetworkResponseHandler.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSNetworkResponseHandler.h; sourceTree = ""; }; - 361211191AE267936AA0CF4D7B8F061F /* CocoaAsyncSocket-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaAsyncSocket-prefix.pch"; sourceTree = ""; }; - 362248917E73E3621FD7A6BF18BCC061 /* RCTConvert+FFFastImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FFFastImage.h"; path = "ios/FastImage/RCTConvert+FFFastImage.h"; sourceTree = ""; }; - 3634DFDEEA65B3875544315FC2A9C379 /* SDGraphicsImageRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDGraphicsImageRenderer.h; path = SDWebImage/Core/SDGraphicsImageRenderer.h; sourceTree = ""; }; - 36411F13D852D4503EA2FE8FF2EA912A /* json_patch.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json_patch.cpp; path = folly/json_patch.cpp; sourceTree = ""; }; - 364C680B3BCA5D5101A43A291A1C72D4 /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; - 36A528EF6FF6E301D1F34A9AE6EBB205 /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = YogaKit/Source/YGLayout.h; sourceTree = ""; }; - 36B7E0E18F10BFB95618C006C1D82CA1 /* FrameType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameType.cpp; path = rsocket/framing/FrameType.cpp; sourceTree = ""; }; - 36B8FDA976A9AF6A3F1207659524FFAA /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; - 36C488C5BA59133949EE4BB279640F36 /* OpenSSLHash.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpenSSLHash.cpp; path = folly/ssl/OpenSSLHash.cpp; sourceTree = ""; }; - 36C75A3E4582195AD7E1214F6A7A88C0 /* FlipperCppBridgingResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperCppBridgingResponder.h; path = iOS/FlipperKit/CppBridge/FlipperCppBridgingResponder.h; sourceTree = ""; }; - 36CA88B646C75DAB264E5521020A3489 /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; - 36D8676555E580163CC04D21F4A93D4B /* RNScreens-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNScreens-prefix.pch"; sourceTree = ""; }; - 370A3816E54FA09B42C07185BC7D518C /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsArgumentHelpers.h; sourceTree = ""; }; - 370BCC6791115AC50FD503028A6F33B7 /* FirebaseInstallations-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseInstallations-dummy.m"; sourceTree = ""; }; + 3511BEDB797B895918FE2673667BF97E /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; + 3515F77B426C6CF110E121A941250BB3 /* FLEXNetworkTransaction.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FLEXNetworkTransaction.m; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkTransaction.m; sourceTree = ""; }; + 3517226A63DAF6EA8168A50B0B38522C /* double-conversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "double-conversion.h"; path = "double-conversion/double-conversion.h"; sourceTree = ""; }; + 351727A9002248E1942FA98BBA348167 /* IOExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOExecutor.h; path = folly/executors/IOExecutor.h; sourceTree = ""; }; + 353DC34412B94D6B16E449F4BA38ACDF /* Demangle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Demangle.h; path = folly/Demangle.h; sourceTree = ""; }; + 3543E6EFF0F9CACDA2ABD0379BE4B03A /* quant_levels_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant_levels_utils.h; path = src/utils/quant_levels_utils.h; sourceTree = ""; }; + 356316D7DD3E39D91E9FF0EF40AFE4EE /* FlipperResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperResponder.h; path = iOS/FlipperKit/FlipperResponder.h; sourceTree = ""; }; + 356539DE9F35EC327ECB1735C3DE73DF /* react-native-document-picker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-document-picker.release.xcconfig"; sourceTree = ""; }; + 358346C86A1A890A5D0EE4F1E8498913 /* SDImageAssetManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAssetManager.m; path = SDWebImage/Private/SDImageAssetManager.m; sourceTree = ""; }; + 35854F89CE706E36D49834D6557C4985 /* JitsiMeet.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JitsiMeet.framework; path = Frameworks/JitsiMeet.framework; sourceTree = ""; }; + 3594DF1CD01D964FAA8763E627265CB0 /* BasicTransportCertificate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BasicTransportCertificate.h; path = folly/io/async/ssl/BasicTransportCertificate.h; sourceTree = ""; }; + 35A81BB48565CED85BFE1A8A56968595 /* UMModuleRegistryAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryAdapter.m; sourceTree = ""; }; + 35C1BFECF08D1AFC2352E5B5CCD5395D /* FIRCLSUserLogging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUserLogging.m; path = Crashlytics/Crashlytics/Components/FIRCLSUserLogging.m; sourceTree = ""; }; + 35C3BA28E9605DF443EF2F517495090F /* FIRCLSApplication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSApplication.m; path = Crashlytics/Crashlytics/Components/FIRCLSApplication.m; sourceTree = ""; }; + 35E4D6A1904487120B7DD3A697709AF8 /* FIRCLSdSYM.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSdSYM.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSdSYM.m; sourceTree = ""; }; + 35E6F8E98D1958D1E2B3256809997612 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 35E714CEFDC6BF26C15AF5F6428B3D7B /* QueuedImmediateExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = QueuedImmediateExecutor.cpp; path = folly/executors/QueuedImmediateExecutor.cpp; sourceTree = ""; }; + 35E787EECC1A06FFFE236DA1E4064D68 /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; + 35EEA3296C37AD023DFC5B1E63F413CF /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MallocImpl.cpp; path = folly/memory/detail/MallocImpl.cpp; sourceTree = ""; }; + 35F61E3C6B07427BB835C244D999622A /* AESCrypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AESCrypt.h; path = Core/aes/AESCrypt.h; sourceTree = ""; }; + 35FC211269EEAEF354EF384B6FE359E8 /* SKNodeDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKNodeDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.h; sourceTree = ""; }; + 36089D8A62176AEBC1A1C33BB1F4587A /* AsyncUDPSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncUDPSocket.h; path = folly/io/async/AsyncUDPSocket.h; sourceTree = ""; }; + 3641A108B0B857CEFEDB302429A0B556 /* UMModuleRegistryDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryDelegate.h; sourceTree = ""; }; + 365253DEF2465ED467D7A385BFD2B59B /* VibrancyViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VibrancyViewManager.h; path = ios/VibrancyViewManager.h; sourceTree = ""; }; + 3662CE20B49CF29EB7741E0C534B58FE /* StorageGetters.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StorageGetters.m; path = ios/StorageGetters.m; sourceTree = ""; }; + 3678C40804B44D0B1830109F30526C13 /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; + 367D7E063FF43E1359A7875D2872E8EF /* ExceptionWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExceptionWrapper.h; path = folly/ExceptionWrapper.h; sourceTree = ""; }; + 369986811C8C5B922B81879190BE308F /* REANode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REANode.m; sourceTree = ""; }; + 36AA0CF9EDC69151C5781E3FCAAC0B35 /* RNFBVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBVersion.m; path = ios/RNFBApp/RNFBVersion.m; sourceTree = ""; }; + 36B7F3281228D81ACA10503A7747FBA2 /* FlipperKitCertificateProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperKitCertificateProvider.h; path = iOS/FlipperKit/FlipperKitCertificateProvider.h; sourceTree = ""; }; + 36C16253FC02878ED51B236A0A19E9DD /* FIRCLSReportManager_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportManager_Private.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportManager_Private.h; sourceTree = ""; }; + 36EBA64DF381CBBD5C3B807FF94149C8 /* RSocketTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketTransport.h; path = rsocket/transports/RSocketTransport.h; sourceTree = ""; }; + 36FEA324A8D5A0D423822FABB541691A /* SKIOSNetworkAdapter.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKIOSNetworkAdapter.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/SKIOSNetworkAdapter.mm; sourceTree = ""; }; + 3700A9BEECD96E3243E6DDA35822E66A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 3707C79B5D7912313B6F2133321D63DF /* HighlighterView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HighlighterView.h; sourceTree = ""; }; + 370D6914C4C75169673E242ED5AFC8BE /* RNRootView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNRootView.debug.xcconfig; sourceTree = ""; }; + 371A76D159083F6DAC646395A308432D /* IOBufQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IOBufQueue.cpp; path = folly/io/IOBufQueue.cpp; sourceTree = ""; }; + 371EBDFAD3773DD3F3D32C375C9F0D76 /* RCTTypedModuleConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTypedModuleConstants.h; sourceTree = ""; }; + 372C88C139F6DECDDDE39091642AD22F /* GDTCORDataFuture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORDataFuture.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORDataFuture.m; sourceTree = ""; }; 3730E1B747E494E9DBBBAF5A262EA01E /* Pods-ShareRocketChatRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ShareRocketChatRN.debug.xcconfig"; sourceTree = ""; }; - 374358E440CF9643D03FCCB7D260930B /* RSocketRequester.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketRequester.cpp; path = rsocket/RSocketRequester.cpp; sourceTree = ""; }; - 374B449C83BDC08E809939C92869732C /* fr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fr.lproj; path = ios/QBImagePicker/QBImagePicker/fr.lproj; sourceTree = ""; }; - 374BDAD97A426EF6756E23C0852B7D5A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 373C9F59C3DDFA4B431689CCFE1496E9 /* TestUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TestUtil.h; path = folly/experimental/TestUtil.h; sourceTree = ""; }; + 374AEE2E788671CD524D7389FFD7ECEC /* BSG_KSCrashState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashState.m; sourceTree = ""; }; 37592FDAD45752511010F4B06AC57355 /* libReact-cxxreact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-cxxreact.a"; path = "libReact-cxxreact.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 375AFE840DF8E77C9875A98B11B4B70B /* RNSScreenStackHeaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStackHeaderConfig.m; path = ios/RNSScreenStackHeaderConfig.m; sourceTree = ""; }; - 37694C37AD2205488E89B54F8DCF023C /* id.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = id.lproj; path = "Objective-C/TOCropViewController/Resources/id.lproj"; sourceTree = ""; }; - 378D2C9B42B3121B5B5C0329D7FC3ED8 /* Exception.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Exception.h; path = folly/lang/Exception.h; sourceTree = ""; }; - 37ABAAC7BA2D0FF580AA7A2EC143E7D7 /* ARTNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTNode.h; path = ios/ARTNode.h; sourceTree = ""; }; - 37B58EAA7666364605B5AFB557C034DA /* SDWebImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.debug.xcconfig; sourceTree = ""; }; - 37DDD120D37887E4E047AD30B5ADB099 /* EmitterFlowable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EmitterFlowable.h; path = yarpl/flowable/EmitterFlowable.h; sourceTree = ""; }; - 37F1A2670C92D87EB5D0312400F50081 /* ParallelMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParallelMap.h; path = folly/gen/ParallelMap.h; sourceTree = ""; }; - 38065DD6BA8D1AB41088E54F37AA27EE /* Yoga.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.release.xcconfig; sourceTree = ""; }; - 383099BCDE380567B0F96E4157FA308F /* FIRCLSUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.c; sourceTree = ""; }; - 383885AAEF1D2D3B02AE2DCDF6158C70 /* F14IntrinsicsAvailability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14IntrinsicsAvailability.h; path = folly/container/detail/F14IntrinsicsAvailability.h; sourceTree = ""; }; - 384C39DBA3C190B9B3E39DF479925C16 /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; - 38529F1BE16E16CDD5FA698929086DA1 /* Flipper-Glog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-Glog.release.xcconfig"; sourceTree = ""; }; - 38551F1070B388D26067B64B2A282657 /* SafeAssert.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SafeAssert.cpp; path = folly/lang/SafeAssert.cpp; sourceTree = ""; }; - 3855CA8FEA3509C4E0FC9008DFF4A13D /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; - 3864813644F24CB71A185AC605E6F8C8 /* RNRandomBytes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRandomBytes.m; path = ios/RCTCrypto/RNRandomBytes.m; sourceTree = ""; }; - 3879865B30CDDF28AD531C68B04C89F0 /* RCTInputAccessoryView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryView.m; sourceTree = ""; }; - 389C6BDD73417B452E38924B6F89B793 /* StreamsWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StreamsWriter.h; path = rsocket/statemachine/StreamsWriter.h; sourceTree = ""; }; - 38EE712A28680D14F7AF23B9651192AE /* FIRCLSReportManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.h; sourceTree = ""; }; - 38FBB4C364997305AE6EA7EBA0BCDA01 /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; - 38FBF5D564F20E4FEC936E9A50630A4C /* FirebaseCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.debug.xcconfig; sourceTree = ""; }; - 3907C3CE12C7F36B975C099BD3837EA4 /* GoogleUtilities-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleUtilities-prefix.pch"; sourceTree = ""; }; - 3935509D045E7E555C8B3B89AC2C5090 /* REATransformNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransformNode.h; sourceTree = ""; }; - 3950996546D21903055CB9CE69327EE7 /* RNCMaskedView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCMaskedView.debug.xcconfig; sourceTree = ""; }; - 3954A59CAA38E371B506AFB29D2EC06A /* symbolize.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = symbolize.cc; path = src/symbolize.cc; sourceTree = ""; }; - 3976FE67E7951F368BCB1A6227877279 /* dso.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dso.h; path = ios/include/openssl/dso.h; sourceTree = ""; }; - 3983E567AA8413D20BF7458F09A681A3 /* IPAddress.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IPAddress.cpp; path = folly/IPAddress.cpp; sourceTree = ""; }; - 39846383137E24A30FF6FF77CD6E2BCF /* BlockingQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlockingQueue.h; path = folly/executors/task_queue/BlockingQueue.h; sourceTree = ""; }; - 3995B98BE9068C7CFEEE8C570E61CA2C /* GDTCORTransformer_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransformer_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer_Private.h; sourceTree = ""; }; - 39A907BE9008E60353DAE68C854E5CF9 /* SDAssociatedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAssociatedObject.h; path = SDWebImage/Private/SDAssociatedObject.h; sourceTree = ""; }; - 39E858A2445B730B224E163A6E812DE6 /* hmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = hmac.h; path = ios/include/openssl/hmac.h; sourceTree = ""; }; - 39EB30439F6EF948634979864E7C3A4A /* BSG_KSCrashCallCompletion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashCallCompletion.m; sourceTree = ""; }; - 39F1042DCEF69C1094AF1FF0464341E5 /* RCTImageLoaderWithAttributionProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderWithAttributionProtocol.h; path = Libraries/Image/RCTImageLoaderWithAttributionProtocol.h; sourceTree = ""; }; - 3A097379C2833C4C6C12DCEFF58032F0 /* UMReactNativeEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeEventEmitter.h; sourceTree = ""; }; - 3A0990452C7AA0A9759339D96F602F67 /* alpha_processing_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_neon.c; path = src/dsp/alpha_processing_neon.c; sourceTree = ""; }; - 3A0C5B5B9D8EA196907C858C6710F755 /* FIRCLSRecordBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordBase.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.m; sourceTree = ""; }; - 3A0FB0034D54324634C8214790CA67FE /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; - 3A1175A41DB4BCC394BC39B99E94D4AB /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "Objective-C/TOCropViewController/Resources/zh-Hans.lproj"; sourceTree = ""; }; - 3A371928B76DB16931DFAD4F1571AF59 /* HeterogeneousAccess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HeterogeneousAccess.h; path = folly/container/HeterogeneousAccess.h; sourceTree = ""; }; - 3A43B56A959224EA935C24911E23A0B3 /* EXPermissions-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXPermissions-dummy.m"; sourceTree = ""; }; - 3A50DC6AE2EFABD3CE660A2529425699 /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; - 3A72E1B5176E2D23872DBCA22E8303D6 /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; - 3A75DF4EBFA48E9A6FC13A39C413ED34 /* BSG_KSBacktrace_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace_Private.h; sourceTree = ""; }; - 3A80D2B3DB2DCBFE524B24072824D98A /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; - 3A95FD1B9FD33BD98492779E8F6EB525 /* react-native-simple-crypto.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-simple-crypto.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 3A9E90C2637BFE617054CD10501423AA /* Foundation.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Foundation.ttf; path = Fonts/Foundation.ttf; sourceTree = ""; }; - 3A9FA1223360F85AA1E562FAF1E2BDCE /* SysStat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysStat.h; path = folly/portability/SysStat.h; sourceTree = ""; }; - 3AD0084B22698AF1EDC972C68BB2322B /* RCTLogBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLogBox.h; path = React/CoreModules/RCTLogBox.h; sourceTree = ""; }; - 3AE905BFF9456274E328AAF824591FF7 /* ARTRadialGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTRadialGradient.m; sourceTree = ""; }; + 376581529487B99184BD6C839402D91A /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; + 3782EEB74985B9C222CB86C0A4007BD0 /* EXLocalAuthentication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXLocalAuthentication.m; path = EXLocalAuthentication/EXLocalAuthentication.m; sourceTree = ""; }; + 3789426A11BE45CFE1082ACDFDA325CA /* EXLocalAuthentication.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXLocalAuthentication.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 37B412BC1F64FB826EE5B0CCADAE63B2 /* SwappableEventBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SwappableEventBase.cpp; path = rsocket/internal/SwappableEventBase.cpp; sourceTree = ""; }; + 37B72A1B6814F32C7AF02DD191124F22 /* Aes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Aes.m; sourceTree = ""; }; + 37BB25D6EB3783A18E7263072268DAD5 /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; + 37C627DA202972DF211CEBEB84486E4D /* EventBaseThread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBaseThread.cpp; path = folly/io/async/EventBaseThread.cpp; sourceTree = ""; }; + 37CBDE16C7254141CB3CBF83759881C8 /* React-Core.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.release.xcconfig"; sourceTree = ""; }; + 37DA2F9051F6DF45E1CB248C9B98FA19 /* SDImageCachesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManager.m; path = SDWebImage/Core/SDImageCachesManager.m; sourceTree = ""; }; + 37E34396F5508D2A8E01F8C3724E719E /* DiscriminatedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DiscriminatedPtr.h; path = folly/DiscriminatedPtr.h; sourceTree = ""; }; + 37EFFE3643F7D3B32A469D781741A344 /* UMReactLogHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactLogHandler.m; sourceTree = ""; }; + 37F1B7412B8B415A53059C4FF77224B4 /* FIRCLSUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUserDefaults.m; path = Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.m; sourceTree = ""; }; + 37F304C9B2717287A94602284A638E6F /* Subscription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Subscription.h; path = yarpl/observable/Subscription.h; sourceTree = ""; }; + 37F8C450D828AD4F801323050276E874 /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTReconnectingWebSocket.h; path = Libraries/WebSocket/RCTReconnectingWebSocket.h; sourceTree = ""; }; + 3801F5C83168F9BB951E60F559752318 /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; + 3824072BC35AFA3E8D2381D9F7B91CED /* EXHapticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXHapticsModule.h; path = EXHaptics/EXHapticsModule.h; sourceTree = ""; }; + 383706DC96B33ED34DACE9EF99CA6BD1 /* FBReactNativeSpec.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBReactNativeSpec.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 383AF26142A3C7B25389DB8A33CD982F /* log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log.h; path = yoga/log.h; sourceTree = ""; }; + 3844FEA05A4C6D97DE02FF7CBAB7C2CB /* ScheduledFrameProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledFrameProcessor.h; path = rsocket/framing/ScheduledFrameProcessor.h; sourceTree = ""; }; + 386C27420ABBBC60FE85BAA7EC0ACCFE /* UMAppLoader-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMAppLoader-dummy.m"; sourceTree = ""; }; + 38B69FFBB1BF11494CE3EB2B48623F78 /* FIRErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrors.h; path = FirebaseCore/Sources/Private/FIRErrors.h; sourceTree = ""; }; + 38C94751FB64B5B33314BCD0D26474B7 /* react-native-appearance-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-appearance-prefix.pch"; sourceTree = ""; }; + 38CFAEA33138B1F36ED31DE00763D08D /* EXSessionResumableDownloadTaskDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionResumableDownloadTaskDelegate.h; sourceTree = ""; }; + 38F45570ECFA55AB2AE971CA49503BAA /* Uri.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Uri.h; path = folly/Uri.h; sourceTree = ""; }; + 390B0E2CFB3143148CFDED46B050CB03 /* KeyCommands.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KeyCommands.debug.xcconfig; sourceTree = ""; }; + 39197A4EC89FA16F432531D6C2BDA1EC /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; + 391B04E599A2E8CF7BE30903066AF0B7 /* react-native-jitsi-meet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-jitsi-meet-dummy.m"; sourceTree = ""; }; + 391FBFD807085307ABA61A876784E1BE /* RNFBAnalyticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBAnalyticsModule.m; path = ios/RNFBAnalytics/RNFBAnalyticsModule.m; sourceTree = ""; }; + 3932B4BFFCEA5D7D7FC7F6AFBF9D247B /* UMFaceDetectorInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFaceDetectorInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 393EA614431E7CC362E47763C9A913E3 /* react-native-cameraroll-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-cameraroll-prefix.pch"; sourceTree = ""; }; + 39581FE68301A0DDB9812414733C50A1 /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ModuleRegistry.cpp; sourceTree = ""; }; + 3963387F6C875B1235572275D143B9DC /* ColdResumeHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ColdResumeHandler.cpp; path = rsocket/ColdResumeHandler.cpp; sourceTree = ""; }; + 397B8181873BD84BE101F44B0ABE482F /* ARTShapeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTShapeManager.h; sourceTree = ""; }; + 3995E9A733022BC9625CF21E64F2B82A /* SSLOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSLOptions.h; path = folly/io/async/SSLOptions.h; sourceTree = ""; }; + 39B4AEE412F19D5B029E3763DB83C416 /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; + 39B7FB9FEDA213E7D987311504F39356 /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; + 39F50BA5F87B8932FD3E45C8340FC1CB /* UMAccelerometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAccelerometerInterface.h; path = UMSensorsInterface/UMAccelerometerInterface.h; sourceTree = ""; }; + 3A04D0EF519DA96C67F7DA276E06CC18 /* FIRAppAssociationRegistration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppAssociationRegistration.h; path = FirebaseCore/Sources/FIRAppAssociationRegistration.h; sourceTree = ""; }; + 3A25E9578CCDCEA3AB90E87500EED360 /* react-native-safe-area-context.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-safe-area-context.release.xcconfig"; sourceTree = ""; }; + 3A3882B0DD28CD28781B9FA5323D1826 /* SysStat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysStat.h; path = folly/portability/SysStat.h; sourceTree = ""; }; + 3A3FA54BCB39977C7312036C8DF2F424 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 3A5FB16064BAC59510A5A786EF144516 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = src/utils/utils.h; sourceTree = ""; }; + 3A6C910E810FBD3DCC2D19B68FA7B794 /* NetOps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = NetOps.cpp; path = folly/net/NetOps.cpp; sourceTree = ""; }; + 3A82729D716B14128CCEE52DE9AE9184 /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; + 3A8C7401EE1F0655B8F6371EC6A75070 /* SafeAreaManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaManager.h; sourceTree = ""; }; + 3AAAB72B09A3F282CD608B001E7C3B86 /* FBCxxFollyDynamicConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FBCxxFollyDynamicConvert.mm; path = iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.mm; sourceTree = ""; }; + 3AABC173CEFDB3E4DB71464CBC5BC8E4 /* ReentrantAllocator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ReentrantAllocator.cpp; path = folly/memory/ReentrantAllocator.cpp; sourceTree = ""; }; + 3AC6369993EE60F39D85C876FD6C77AA /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevMenu.h; path = React/CoreModules/RCTDevMenu.h; sourceTree = ""; }; + 3ACA36F81869A587390EC3455FF07951 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 3ACB0DCDF8BF3CA082E94F07DFF5E8D3 /* FIRCLSURLSessionUploadTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionUploadTask.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionUploadTask.h; sourceTree = ""; }; + 3AD33D82B3E5E94C3A896176AF64608F /* MicroSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MicroSpinLock.h; path = folly/MicroSpinLock.h; sourceTree = ""; }; + 3AD52B24ED4122E0D296351770E21F71 /* F14Map.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Map.h; path = folly/container/F14Map.h; sourceTree = ""; }; + 3AE5ED118C3823A9D08C4B9FDB7158EB /* srp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = srp.h; path = ios/include/openssl/srp.h; sourceTree = ""; }; + 3AE89D4FBD958EBA906CB11EEBDAB761 /* filters_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_neon.c; path = src/dsp/filters_neon.c; sourceTree = ""; }; 3AEA4A114C08533A2C0F8E039A4C5EB9 /* libRNImageCropPicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNImageCropPicker.a; path = libRNImageCropPicker.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3AF22FB927042505C9B286E4EC46B8D1 /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPlatform.h; path = React/CoreModules/RCTPlatform.h; sourceTree = ""; }; - 3AFA957D26D2871DABDC3F35EEDC9CB7 /* F14Mask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Mask.h; path = folly/container/detail/F14Mask.h; sourceTree = ""; }; - 3B024BE322988A0EB517DFF9F453F562 /* predictor_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = predictor_enc.c; path = src/enc/predictor_enc.c; sourceTree = ""; }; - 3B1944D901373C05F30DE749A35D11B2 /* UMReactFontManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactFontManager.h; sourceTree = ""; }; - 3B27247FD6076827BB3B9433F1C2E120 /* FIRAEvent+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRAEvent+Internal.h"; path = "Crashlytics/Crashlytics/Helpers/FIRAEvent+Internal.h"; sourceTree = ""; }; - 3B533CA64B1CD570E1912ED5323D7427 /* RNBridgeModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBridgeModule.m; path = RNNotifications/RNBridgeModule.m; sourceTree = ""; }; - 3B600987437E33AADEDFF6A6FBB3E63F /* FlipperDiagnosticsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperDiagnosticsViewController.h; path = iOS/FlipperKit/FlipperDiagnosticsViewController.h; sourceTree = ""; }; - 3B609D6768DF50AB0E7D0275300E3EC4 /* BlurViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BlurViewManager.m; path = ios/BlurViewManager.m; sourceTree = ""; }; + 3B03B2A3A4C4729288E68F023EBD7DB8 /* Bits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bits.h; path = folly/experimental/Bits.h; sourceTree = ""; }; + 3B0EA0F360C1A755E8A7F142807876E7 /* MMKV-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MMKV-dummy.m"; sourceTree = ""; }; + 3B224B82971B4C38EAE3461DCB917937 /* lossless_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_mips_dsp_r2.c; path = src/dsp/lossless_mips_dsp_r2.c; sourceTree = ""; }; + 3B2CCEBD48651125917A4A11FD179AC6 /* MallctlHelper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MallctlHelper.cpp; path = folly/memory/MallctlHelper.cpp; sourceTree = ""; }; + 3B30C7DEADFABC231C99CEBC43B5640D /* anim_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_decode.c; path = src/demux/anim_decode.c; sourceTree = ""; }; + 3B3D12B714F253905BAB4E84F4C8F2FD /* AsyncSSLSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncSSLSocket.h; path = folly/io/async/AsyncSSLSocket.h; sourceTree = ""; }; + 3B3F447A9E5641258E030C1988C10923 /* ThreadName.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadName.h; path = folly/system/ThreadName.h; sourceTree = ""; }; + 3B574198EE92346A64C3F82D6750DB9C /* BugsnagSessionTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTracker.m; sourceTree = ""; }; + 3B5FEB9BBC34C38471BFC0C565F5147F /* FIRInstallationsVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsVersion.h; path = FirebaseInstallations/Source/Library/Public/FIRInstallationsVersion.h; sourceTree = ""; }; 3B640835BAA914DD267B5E780D8CFEC7 /* libUMReactNativeAdapter.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMReactNativeAdapter.a; path = libUMReactNativeAdapter.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3B8869496FC3A20F73193272F09882AC /* KeyCommands.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = KeyCommands.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 3B99D108828D64D392189DF323023E4D /* FBLPromiseError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromiseError.m; path = Sources/FBLPromises/FBLPromiseError.m; sourceTree = ""; }; - 3B9CF1F09D43774C5DD8CCE1145A42A3 /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; - 3BA1C3E0F60E47542F51745099149490 /* REAValueNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAValueNode.m; sourceTree = ""; }; - 3BA3356EF421AD5EC904687779428B52 /* Flipper-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-prefix.pch"; sourceTree = ""; }; - 3BBBC0465C7FFAD1AC6D648A3735EBBE /* event_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = event_compat.h; path = src/event2/event_compat.h; sourceTree = ""; }; - 3BC75EB83410F61F891679C5A1EEC92B /* UMAppLifecycleService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleService.h; sourceTree = ""; }; - 3BDB8BEA869BA7200AC24BD22C8D5929 /* TypedIOBuf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TypedIOBuf.h; path = folly/io/TypedIOBuf.h; sourceTree = ""; }; - 3BEEC076361B14D09A07783C6C7B68D9 /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; - 3BF77FA2F6DB09F8679968C9D83C832A /* RCTDevMenu.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevMenu.h; path = React/CoreModules/RCTDevMenu.h; sourceTree = ""; }; - 3C013015235E046BF5CCF08B7330D5ED /* EventBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBase.cpp; path = folly/io/async/EventBase.cpp; sourceTree = ""; }; - 3C0FE19AA21551E3F56BEF8CAEB81378 /* FIRCLSSerializeSymbolicatedFramesOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSerializeSymbolicatedFramesOperation.m; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.m; sourceTree = ""; }; - 3C29587D578457CE8D4F35FC02EA7D58 /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; - 3C348CF636ACFE3761A6632ADBEB7872 /* MaterialIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialIcons.ttf; path = Fonts/MaterialIcons.ttf; sourceTree = ""; }; - 3C4101E42C745A964AFAD242BF1ED8B2 /* UIView+SKInvalidation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "UIView+SKInvalidation.mm"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIView+SKInvalidation.mm"; sourceTree = ""; }; - 3C576B9C396BD0035D5932452F8D2FA2 /* Flipper-Glog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-Glog-dummy.m"; sourceTree = ""; }; - 3C84FB2D11607F365E98EA94BEDD1F59 /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; + 3B6C601FB3100A475935F51AF49B4DE1 /* BSG_KSBacktrace_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace_Private.h; sourceTree = ""; }; + 3B752571FDF0D03A5A7318387BB42224 /* React-Core.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-Core.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 3B757DF0BF0F3F8A34A70A3D18FCCD99 /* histogram_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = histogram_enc.c; path = src/enc/histogram_enc.c; sourceTree = ""; }; + 3B80E9E91ED962992F40D62010CAB648 /* shim.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = shim.h; path = ios/include/openssl/shim.h; sourceTree = ""; }; + 3B84D1BF690E36802CC64BACD1AD34EC /* log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = log.cpp; path = yoga/log.cpp; sourceTree = ""; }; + 3B885D77DC28404FB4C9B172DEF84857 /* FIRCLSMachOSlice.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachOSlice.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.m; sourceTree = ""; }; + 3B9D65BF5E13DD9FFD393E3CD73B2CDB /* Folly.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Folly.debug.xcconfig; sourceTree = ""; }; + 3C0B50FDFE45238B4F1D34B744F5F4C8 /* RCTBlobManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobManager.mm; sourceTree = ""; }; + 3C136C6AC4E802D16EFAC808B57C9DEF /* React-RCTBlob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTBlob-prefix.pch"; sourceTree = ""; }; + 3C208BFD875A962BE00739D7720F6543 /* UMPermissionsInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMPermissionsInterface.release.xcconfig; sourceTree = ""; }; + 3C21795CC1787100D8FD5952589A2B91 /* JSIDynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIDynamic.h; sourceTree = ""; }; + 3C6C830832BC7D7C39A270128476117B /* BSG_KSDynamicLinker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSDynamicLinker.h; sourceTree = ""; }; + 3C787215ED9F53763DAEE7051948729B /* FIRCLSInternalLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInternalLogging.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.h; sourceTree = ""; }; + 3C8C92FC0A77F86561EAD00F7269958A /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; + 3C94234CD585CB45DDF502DE4972F108 /* MiniPBCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MiniPBCoder.h; path = Core/MiniPBCoder.h; sourceTree = ""; }; + 3C95271CE56C4347B8A59A622AC281AB /* Observables.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Observables.cpp; path = yarpl/observable/Observables.cpp; sourceTree = ""; }; + 3C956CDF96AC19AC13089AFD2393F859 /* GDTCORFlatFileStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORFlatFileStorage.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORFlatFileStorage.h; sourceTree = ""; }; + 3C9EADFF955D23ECDEA2ABCBF971A195 /* SDImageIOCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOCoder.h; path = SDWebImage/Core/SDImageIOCoder.h; sourceTree = ""; }; + 3CA1CAEDFAE68FE24A7A7080778B535C /* QuotientMultiSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QuotientMultiSet.h; path = folly/experimental/QuotientMultiSet.h; sourceTree = ""; }; + 3CA41D84B3FBE103D480168508BF6498 /* ManualExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ManualExecutor.cpp; path = folly/executors/ManualExecutor.cpp; sourceTree = ""; }; 3CA7A9404CCDD6BA22C97F8348CE3209 /* libglog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libglog.a; path = libglog.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3CAC1ECD4EF1A79AAAE187F415B6801A /* RNDeviceInfo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDeviceInfo.release.xcconfig; sourceTree = ""; }; - 3CAC3356ED529856ED95189D45A124D9 /* GlobalThreadPoolList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GlobalThreadPoolList.h; path = folly/executors/GlobalThreadPoolList.h; sourceTree = ""; }; - 3CAD22E44532C9E97C27D575C947219B /* enc_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips_dsp_r2.c; path = src/dsp/enc_mips_dsp_r2.c; sourceTree = ""; }; - 3CBA79CF6E37B63B75D143C19C30C5F3 /* react-native-document-picker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-document-picker-dummy.m"; sourceTree = ""; }; - 3CCB5AA5DD6DB8760C2F20CF0C3D71DE /* RNCMaskedView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNCMaskedView-prefix.pch"; sourceTree = ""; }; - 3CD3389FC2942A8D97C914E1E61C39C1 /* SpookyHashV2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpookyHashV2.h; path = folly/hash/SpookyHashV2.h; sourceTree = ""; }; - 3CD3477658F5509C125B03BB113325DA /* Flowable_FromObservable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Flowable_FromObservable.h; path = yarpl/flowable/Flowable_FromObservable.h; sourceTree = ""; }; - 3D106D60EED55755CD84F0F4C92080FF /* Base.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Base.h; path = folly/gen/Base.h; sourceTree = ""; }; - 3D13B3D61B215555A77740E991502B76 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 3D1A4F18986519E88CDF163C6A5301CD /* RequestResponseResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RequestResponseResponder.h; path = rsocket/statemachine/RequestResponseResponder.h; sourceTree = ""; }; - 3D1DCCC75B800E19204DA00E11DE8A17 /* RNNativeViewHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNNativeViewHandler.h; sourceTree = ""; }; - 3D3274C9C74CAF7A59CAF64614A43C29 /* nl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = nl.lproj; path = "Objective-C/TOCropViewController/Resources/nl.lproj"; sourceTree = ""; }; - 3D46631059E5848C3631C66B8657357E /* ErrorCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ErrorCode.h; path = rsocket/framing/ErrorCode.h; sourceTree = ""; }; - 3D5BAE22EB2D8BE51DAE81E86362E152 /* SKTapListenerImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKTapListenerImpl.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTapListenerImpl.h; sourceTree = ""; }; - 3D610076EBE54E65B9D62BF45009FDA6 /* libMMKV.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = libMMKV.mm; path = iOS/MMKV/MMKV/libMMKV.mm; sourceTree = ""; }; - 3D7C5B37069F24A7D744FDADCA5965EF /* FIRCLSFeatures.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFeatures.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h; sourceTree = ""; }; - 3D86950D605B799CDE740301EFB11ACE /* EventBaseThread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBaseThread.cpp; path = folly/io/async/EventBaseThread.cpp; sourceTree = ""; }; - 3DC3256E58A5D0ABF72849B0E4DA17FA /* rn-fetch-blob.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-fetch-blob.release.xcconfig"; sourceTree = ""; }; + 3CAE129DDD47A3599747EE6B89383529 /* react-native-cookies-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-cookies-dummy.m"; sourceTree = ""; }; + 3CC7D3CB5395ECDD26AAA7EC972072BB /* GoogleDataTransportCCTSupport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransportCCTSupport-dummy.m"; sourceTree = ""; }; + 3CF2D326A2EDEAD99E537F120D48D52E /* RNNotificationCenter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenter.h; path = RNNotifications/RNNotificationCenter.h; sourceTree = ""; }; + 3CFEA0460BA87D4649E5FCE9631C830C /* EXPermissions.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXPermissions.debug.xcconfig; sourceTree = ""; }; + 3D1B0F617DB13603FD3F2164820EDDF5 /* DuplexConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DuplexConnection.h; path = rsocket/DuplexConnection.h; sourceTree = ""; }; + 3D1D3E03323804483A8B1002CC1CFFFD /* RCTNetworkPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkPlugins.h; path = Libraries/Network/RCTNetworkPlugins.h; sourceTree = ""; }; + 3D274898AA4701C06E0A5D5290F2FD3F /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; + 3D27A4E53812367C6079BB5B0AC57501 /* AsyncSignalHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncSignalHandler.cpp; path = folly/io/async/AsyncSignalHandler.cpp; sourceTree = ""; }; + 3D32290E9726366C8A5258D620A28B01 /* ManualExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ManualExecutor.h; path = folly/executors/ManualExecutor.h; sourceTree = ""; }; + 3D33D15D5083476886ACAD72FED3BB59 /* SpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpinLock.h; path = folly/SpinLock.h; sourceTree = ""; }; + 3D438F38D94F27C2D4F272BAFC52B53E /* HazptrRec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrRec.h; path = folly/synchronization/HazptrRec.h; sourceTree = ""; }; + 3D44D59DCEFC071F7744D6EEBDDA9A7C /* FIRCLSContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSContext.m; path = Crashlytics/Crashlytics/Components/FIRCLSContext.m; sourceTree = ""; }; + 3D49E0D43DDBBC0D27282E37D5CB6576 /* EXAppleAuthenticationButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthenticationButton.m; path = EXAppleAuthentication/EXAppleAuthenticationButton.m; sourceTree = ""; }; + 3D4BD70342E0173091183ED631DA2729 /* EXAppleAuthentication.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAppleAuthentication.release.xcconfig; sourceTree = ""; }; + 3D5BDFFB8DA9E0C8D0F0DF040BE9DA96 /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; + 3D737604CB5D970AF2EC09F282F6B437 /* Common.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Common.cpp; path = rsocket/internal/Common.cpp; sourceTree = ""; }; + 3D8F01ADAB3DF896F0B1176B29B5F88F /* FIRCLSURLSessionDownloadTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionDownloadTask.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDownloadTask.h; sourceTree = ""; }; + 3DBD6639A8ECB049C054C81E674B3EC2 /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSBundleType.cpp; sourceTree = ""; }; + 3DCC178DE14763A2C80268EC0526B22D /* Unistd.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Unistd.cpp; path = folly/portability/Unistd.cpp; sourceTree = ""; }; 3DCCC9C42EB3E07CFD81800EC8A2515D /* QBImagePicker.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = QBImagePicker.bundle; path = "RNImageCropPicker-QBImagePicker.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; - 3DD093A77893B07598CDE702A82CA5B9 /* RNDateTimePicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDateTimePicker-dummy.m"; sourceTree = ""; }; - 3DD6E715E3C2635F076D013E5A235F3B /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MethodCall.h; sourceTree = ""; }; - 3E084ADF794DABD33F98599EF4AD0B81 /* muxedit.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxedit.c; path = src/mux/muxedit.c; sourceTree = ""; }; - 3E0E6F5A82BB342BB8E3B31367BEE799 /* RNCSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewManager.m; path = ios/SafeAreaView/RNCSafeAreaViewManager.m; sourceTree = ""; }; - 3E470ACF9346155FC0C5431A6FC0C5E4 /* evhttp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evhttp.h; path = src/evhttp.h; sourceTree = ""; }; - 3E6520181FD75BA3E4C266E464393923 /* VirtualExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VirtualExecutor.h; path = folly/VirtualExecutor.h; sourceTree = ""; }; - 3E846D327651862A3A53BDC6512647DC /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTExceptionsManager.h; path = React/CoreModules/RCTExceptionsManager.h; sourceTree = ""; }; - 3E8BC0684FE09F364AD46DBFF928CF3A /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; - 3EB80F94A76E3706069243137743082A /* dsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dsa.h; path = ios/include/openssl/dsa.h; sourceTree = ""; }; - 3EDA4EF65F18F86C7D5625C1154D9C6F /* UMAppLoader-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMAppLoader-dummy.m"; sourceTree = ""; }; + 3DCFD86117B85F8793F5051E9FF6E1E2 /* GULLoggerCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerCodes.h; path = GoogleUtilities/Common/GULLoggerCodes.h; sourceTree = ""; }; + 3DD31C4F35B140831E47CC68A86A5D6D /* FIRCLSRecordIdentity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordIdentity.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.h; sourceTree = ""; }; + 3DFDD8BE3D6FA694A8F0D97824C471EF /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; + 3E04A42256243F07DA15337B2A0A0D65 /* StreamThroughputTcp.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamThroughputTcp.cpp; path = rsocket/benchmarks/StreamThroughputTcp.cpp; sourceTree = ""; }; + 3E11D330985329B8B6D0E6A5B3B37419 /* FIRInstallationsAPIService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAPIService.m; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.m; sourceTree = ""; }; + 3E5A2972DCC76B25BA302F7753968308 /* GlobalThreadPoolList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GlobalThreadPoolList.h; path = folly/executors/GlobalThreadPoolList.h; sourceTree = ""; }; + 3E6621284928A4F9127989B9EF1C7BB9 /* UMPermissionsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMPermissionsInterface.h; path = UMPermissionsInterface/UMPermissionsInterface.h; sourceTree = ""; }; + 3E6F85464D0E9C589588B0CEA2AFC418 /* RSocketStats.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketStats.h; path = rsocket/RSocketStats.h; sourceTree = ""; }; + 3E76722C2C3CB706BD6FA0EEADCD162C /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = YogaKit/Source/YGLayout.h; sourceTree = ""; }; + 3E85121D71C337EC33D59DC67F3A22EE /* FBLPromise+Catch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Catch.m"; path = "Sources/FBLPromises/FBLPromise+Catch.m"; sourceTree = ""; }; + 3EBA5DF374B2E9BF9FD9A407E7D7AAF8 /* FIRCLSURLSessionDownloadTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLSessionDownloadTask.m; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDownloadTask.m; sourceTree = ""; }; + 3EBAF478D66D1DA851FD439F90D53934 /* Codel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Codel.h; path = folly/executors/Codel.h; sourceTree = ""; }; + 3EBF339D81D1D4A6DBA7F532E24B125F /* FirebaseInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallations.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations.h; sourceTree = ""; }; + 3EC78C34ABD67F073783156FE44FE310 /* Assume.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Assume.cpp; path = folly/lang/Assume.cpp; sourceTree = ""; }; + 3ED62CCE5562500EA4D702D3C23A833F /* crashlytics.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = crashlytics.nanopb.h; path = Crashlytics/Protogen/nanopb/crashlytics.nanopb.h; sourceTree = ""; }; + 3ED9B3AA787DEC6C195D1DFE11C34958 /* RNCAsyncStorage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCAsyncStorage.release.xcconfig; sourceTree = ""; }; + 3EE8FE43BC10C7A3290B0511031653BE /* quant_levels_dec_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_dec_utils.c; path = src/utils/quant_levels_dec_utils.c; sourceTree = ""; }; 3EEAA606F6866DA20E6601B9655B1027 /* libBugsnagReactNative.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libBugsnagReactNative.a; path = libBugsnagReactNative.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3EEE690BB3CC589FCC9CAFF95C135A07 /* SysTime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysTime.h; path = folly/portability/SysTime.h; sourceTree = ""; }; - 3EF6152BB169F3506ACDA20178C74930 /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Instance.h; sourceTree = ""; }; - 3F37C5855897A7166C715230E7026464 /* BSG_KSSystemCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemCapabilities.h; sourceTree = ""; }; - 3F3AC52D7B18A473C2D0CE836572759E /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; - 3F3D2A8BB58AB3F74B767E6FD301A034 /* ReactNativeShareExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ReactNativeShareExtension.m; path = ios/ReactNativeShareExtension.m; sourceTree = ""; }; - 3F5C09F262F4E05F07ACC3E0115CBF55 /* Semaphore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Semaphore.h; path = folly/portability/Semaphore.h; sourceTree = ""; }; - 3F60DF97893C2A43F93E70AD4F9E4D1E /* FLEXNetworkRecorder.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FLEXNetworkRecorder.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkRecorder.mm; sourceTree = ""; }; - 3F654D3E35AD4400029D2FE547FD8383 /* Subscription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Subscription.h; path = yarpl/observable/Subscription.h; sourceTree = ""; }; - 3F685ADA0C84C715CC71DC71407A58A8 /* anim_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_encode.c; path = src/mux/anim_encode.c; sourceTree = ""; }; - 3F7752D5FBE6C09D5F1AB0B1D15EB7FB /* RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotifications.h; path = RNNotifications/RNNotifications.h; sourceTree = ""; }; - 3F7F31D2D59667DA3854A2F6F03A2BB1 /* SDWebImageWebPCoder-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImageWebPCoder-dummy.m"; sourceTree = ""; }; - 3F8C522B4929B04D3DC998990E8910A7 /* FileUtilDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FileUtilDetail.h; path = folly/detail/FileUtilDetail.h; sourceTree = ""; }; - 3FAC7F67534E1DE0ED6F8512829FBD78 /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; - 3FBBEDBE4009D32E76B5E8D95BB9C99D /* JitsiMeet.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JitsiMeet.framework; path = Frameworks/JitsiMeet.framework; sourceTree = ""; }; - 3FD051DF4EF8485443320E4C682D5BD7 /* UMCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCore.debug.xcconfig; sourceTree = ""; }; - 401670E554D7F2F4720B13CF20348C0F /* FIRInstallationsLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsLogger.m; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.m; sourceTree = ""; }; + 3EECE18D8A08691D02B4518B3D21AEF0 /* FlipperResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperResponder.h; path = xplat/Flipper/FlipperResponder.h; sourceTree = ""; }; + 3EF95370E7F6204C45B587645E4B5A0A /* RCTPbkdf2.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTPbkdf2.m; path = ios/RCTCrypto/RCTPbkdf2.m; sourceTree = ""; }; + 3EFBA99B4E0C8F3A90337D95F312EE1C /* SysTime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysTime.h; path = folly/portability/SysTime.h; sourceTree = ""; }; + 3F0E869378E98258663692CAE64D3225 /* EXPermissions-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXPermissions-dummy.m"; sourceTree = ""; }; + 3F1339A3F9F1C1EDC77423632689F47E /* UMTaskServiceInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskServiceInterface.h; path = UMTaskManagerInterface/UMTaskServiceInterface.h; sourceTree = ""; }; + 3F13B21F405601EA336D96B1B3F04FE5 /* quant.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant.h; path = src/dsp/quant.h; sourceTree = ""; }; + 3F3CCA2162BC0859BAE73645CCB23A35 /* React-RCTText.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTText.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 3F3EE8AE636321E9D4655B2BEACB9728 /* NSData+EXFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+EXFileSystem.m"; path = "EXFileSystem/NSData+EXFileSystem.m"; sourceTree = ""; }; + 3F5744FABB388827D57808557D9928B3 /* FBLPromise+All.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+All.h"; path = "Sources/FBLPromises/include/FBLPromise+All.h"; sourceTree = ""; }; + 3F5D4705DE48CE5EB0F04C1232D5D7A0 /* FIRCLSSettingsOnboardingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSettingsOnboardingManager.h; path = Crashlytics/Crashlytics/Settings/FIRCLSSettingsOnboardingManager.h; sourceTree = ""; }; + 3F71F980459D45BA165D5658FFB635E4 /* AtomicRef.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicRef.h; path = folly/synchronization/AtomicRef.h; sourceTree = ""; }; + 3F7D338AF97B235C95DB031AB511F855 /* Zocial.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Zocial.ttf; path = Fonts/Zocial.ttf; sourceTree = ""; }; + 3F90AC41491A338EFCFEBF8714855CC6 /* REATransformNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransformNode.m; sourceTree = ""; }; + 3FB379E5D133D3B5BD5907B8C2FEC426 /* GDTCORLifecycle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORLifecycle.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORLifecycle.h; sourceTree = ""; }; + 3FC0717E49BA9AC1408D053AA64EF4A0 /* TimeoutManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TimeoutManager.cpp; path = folly/io/async/TimeoutManager.cpp; sourceTree = ""; }; + 3FCDF3FDFF30EE661C9F808CC27E7CF3 /* UIImage+Resize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Resize.h"; path = "ios/src/UIImage+Resize.h"; sourceTree = ""; }; + 3FD56F3C757D6901737808BE8C593F2F /* BSG_KSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSLogger.h; sourceTree = ""; }; + 3FDA28519DD3F0AD4D98F9F787A6904C /* FrameProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameProcessor.h; path = rsocket/framing/FrameProcessor.h; sourceTree = ""; }; + 3FDDC4602AC6D2C76628D42154AB26DD /* GDTCORUploadPackage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORUploadPackage.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORUploadPackage.m; sourceTree = ""; }; + 401A310C8975CB5E068A59575A723A4F /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Sources/Private/FIRComponentType.h; sourceTree = ""; }; + 401F112876C24559A739C63A8523667B /* React-RCTLinking.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.debug.xcconfig"; sourceTree = ""; }; + 403C4C6AF3897C87B0ECE6746F085751 /* ExceptionWrapper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ExceptionWrapper.cpp; path = folly/ExceptionWrapper.cpp; sourceTree = ""; }; 4047BC0750B116B1191149A8E7B5389B /* libreact-native-mmkv-storage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-mmkv-storage.a"; path = "libreact-native-mmkv-storage.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 40620C8FE8E346F2F75F8E6327C10832 /* MMKVPredef.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKVPredef.h; path = Core/MMKVPredef.h; sourceTree = ""; }; - 407360215A200E23CF2F9C3AEE743E07 /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = String.cpp; path = folly/String.cpp; sourceTree = ""; }; - 4084026A3B564668A300B0A5CAD7F5D2 /* Libgen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Libgen.h; path = folly/portability/Libgen.h; sourceTree = ""; }; - 40931F00E586919283A298B86B858868 /* REAModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REAModule.m; path = ios/REAModule.m; sourceTree = ""; }; - 40A0593E5A5058B1A3BFC7008B8CF801 /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; - 40ACBCB9C30DBA2F11F57BD2B2E45D4B /* AsyncTransportCertificate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncTransportCertificate.h; path = folly/io/async/AsyncTransportCertificate.h; sourceTree = ""; }; - 40C2586F4E90EAFDFA9A85016E24AD1D /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; sourceTree = ""; }; - 40C643447709A4C2C797DD3DC5B3F23C /* BSGConnectivity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGConnectivity.m; sourceTree = ""; }; - 40CF4D2D6DE37F2273291C8C481406C2 /* MMKV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKV.h; path = Core/MMKV.h; sourceTree = ""; }; - 40DEB0322D980656A21A3FB04002EFFA /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; - 40E0EBEDED8DAD825E5E3119CFE23B9A /* RCTAlertManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAlertManager.mm; sourceTree = ""; }; - 40E963C3AB5D626CA2174276D2518320 /* react-native-notifications-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-notifications-prefix.pch"; sourceTree = ""; }; - 4149876AC0A2313C2D2165BFFB2E5E82 /* BugsnagSessionTrackingPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingPayload.h; sourceTree = ""; }; - 417328A6A9C0A43AF6E9CAC9A351E1A6 /* EXVideoThumbnails-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXVideoThumbnails-prefix.pch"; sourceTree = ""; }; - 418D177EAEF50DCF900F31A816E9FF5D /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; - 418EFD4BD2EF9E85F2234802DD8076C0 /* RNCSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSlider.h; path = ios/RNCSlider.h; sourceTree = ""; }; - 41915B3002354C3D043C5D5D8CF02217 /* ARTPattern.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTPattern.m; sourceTree = ""; }; - 41AB64A47B8F2D2A6A467A86BD3C74EE /* EXAudioRecordingPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioRecordingPermissionRequester.m; path = EXAV/EXAudioRecordingPermissionRequester.m; sourceTree = ""; }; - 41D78AFE7FC606C0A57F98B6240FDD9E /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 4068EDB19F682F55EC1F015C385747E0 /* BugsnagSessionFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionFileStore.m; sourceTree = ""; }; + 40975B0D8530B3851E16A8DE9DE30CF3 /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; + 4099190E5CD5B56FCE4D2AB9AEF5762C /* BugsnagSink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSink.m; sourceTree = ""; }; + 409F88FDB3C948345884DADE30844ECE /* BSG_KSFileUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSFileUtils.h; sourceTree = ""; }; + 40A2DB39044B51CA5142EB721767D713 /* RNConfigReader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNConfigReader.debug.xcconfig; sourceTree = ""; }; + 40AB364E75933614EBCAC26691F4A178 /* NSValue+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSValue+Interpolation.h"; sourceTree = ""; }; + 40BA1B76245D2214E75D5702AA7FE69B /* SocketAddress.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SocketAddress.cpp; path = folly/SocketAddress.cpp; sourceTree = ""; }; + 40BCA14A3E2A1C4FA4B85E84C953CB2E /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSourceCode.h; path = React/CoreModules/RCTSourceCode.h; sourceTree = ""; }; + 40BD2E7AC013B9E41AAD85D186A4FA8B /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = WebImage/SDWebImage.h; sourceTree = ""; }; + 40D33D2546013B9EAE647569F13DD7D5 /* BSG_KSCrashState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashState.h; sourceTree = ""; }; + 40D5F4B631B7C5B6BE449E2DC1341AFB /* RNGestureHandlerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerManager.h; path = ios/RNGestureHandlerManager.h; sourceTree = ""; }; + 40DE86CB2622D5F0DF420D9A44512DD4 /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = SDWebImage/Core/SDImageCoder.m; sourceTree = ""; }; + 40E22757FF9FF39234BA0CD24958BF4B /* IOThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IOThreadPoolExecutor.cpp; path = folly/executors/IOThreadPoolExecutor.cpp; sourceTree = ""; }; + 40ECAD6379EE139209460BE826E875A2 /* REANodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REANodesManager.m; path = ios/REANodesManager.m; sourceTree = ""; }; + 40F7C973C5414744EC41B554A01CDFBC /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; + 40FCE6A8456734765E55871D900EE746 /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; + 4122391440979A5E67FCFFA3C9AF9E76 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 4125CC60712437828270A8BCAE44E53C /* RSocketErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketErrors.h; path = rsocket/RSocketErrors.h; sourceTree = ""; }; + 412AD2AC451D2087ED85E933B15A58E5 /* AsyncTransportCertificate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncTransportCertificate.h; path = folly/io/async/AsyncTransportCertificate.h; sourceTree = ""; }; + 412D0615B16BE3B93E19BC0936F0B59F /* RNFBAppModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBAppModule.h; path = ios/RNFBApp/RNFBAppModule.h; sourceTree = ""; }; + 412D7DB361D3F3A236B8C9DF2BAD42AB /* BSG_KSCrashIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashIdentifier.h; sourceTree = ""; }; + 4148650F89BB7671F7AD6E178535E393 /* REAConcatNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAConcatNode.m; sourceTree = ""; }; + 41670F5EC41E7A2332A9F91C1E272D82 /* OpenSSLCertUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpenSSLCertUtils.cpp; path = folly/ssl/OpenSSLCertUtils.cpp; sourceTree = ""; }; + 41758DF07308A697F34A55A0E9F85134 /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Text.h"; path = "Libraries/Text/RCTConvert+Text.h"; sourceTree = ""; }; + 417615BAA99E891F377A3B67761F435E /* BSG_KSCrashSentry_CPPException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_CPPException.h; sourceTree = ""; }; + 4177A5C506C7D1C92F532B7B3FD2AB91 /* FIRCLSURLSessionTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionTask.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionTask.h; sourceTree = ""; }; + 4185FFF8B56A31314072CD0DFFDF0B31 /* UIResponder+FirstResponderTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIResponder+FirstResponderTemp.h"; sourceTree = ""; }; + 419EA50BE00934136EA276D52DD6D30D /* HazptrThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrThreadPoolExecutor.h; path = folly/synchronization/HazptrThreadPoolExecutor.h; sourceTree = ""; }; + 41AA3D7073247C2CC63EF9EC2BC87788 /* diy-fp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "diy-fp.h"; path = "double-conversion/diy-fp.h"; sourceTree = ""; }; + 41AB0F94837FC688A10E982707AC286A /* FIRCLSBinaryImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSBinaryImage.m; path = Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.m; sourceTree = ""; }; + 41B1FB90879A0B9F4D4E6DBC981523DA /* cost_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_sse2.c; path = src/dsp/cost_sse2.c; sourceTree = ""; }; + 41B7A3479066B0FC7AB643E263538B16 /* 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; }; + 41CB53DD8DAC4BF0EDAF296CAA1A58E1 /* RNFBMeta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBMeta.m; path = ios/RNFBApp/RNFBMeta.m; sourceTree = ""; }; + 41CEC56D764C23ADC7CAA4FCE1143B65 /* BSG_KSString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSString.h; sourceTree = ""; }; + 41CFD537EC501FAA9FDDC28A666407B0 /* react-native-cookies.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-cookies.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 41D392A9A6CBBFE9049B72F2DE284171 /* GDTCORTransformer_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransformer_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer_Private.h; sourceTree = ""; }; + 41D64D7574C4DFD78DA40432303FDCEB /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; + 41EC5930B8C1892BEE85D9814875D011 /* FIRInteropEventNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropEventNames.h; path = Interop/Analytics/Public/FIRInteropEventNames.h; sourceTree = ""; }; + 41EC9A082146249F7FAADB7E975CB5ED /* FIRCLSProcess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSProcess.h; path = Crashlytics/Crashlytics/Components/FIRCLSProcess.h; sourceTree = ""; }; 41F745C7FC986BBCF4E59170B04E63D0 /* Pods-NotificationService-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-NotificationService-acknowledgements.plist"; sourceTree = ""; }; - 422C13CB35DE5B59811DBCC0579E5D8A /* SocketAddress.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SocketAddress.cpp; path = folly/SocketAddress.cpp; sourceTree = ""; }; - 42310569F675D87AB92C3C96988464A3 /* vp8li_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_dec.h; path = src/dec/vp8li_dec.h; sourceTree = ""; }; - 4236DBE36AF5F5313D39D1993AAE41D3 /* endian_inl_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = endian_inl_utils.h; path = src/utils/endian_inl_utils.h; sourceTree = ""; }; + 41FFD780B2EECEA59A816381F57BA52E /* Benchmark.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Benchmark.cpp; path = folly/Benchmark.cpp; sourceTree = ""; }; + 4200F978FCA1E0B9D4D7A1637954CBE6 /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; + 4203EB175AFC90369B754FAE7363F797 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Sources/Private/FIRAppInternal.h; sourceTree = ""; }; + 420BA6842703D1CCC82D83147EB4064D /* filters_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_msa.c; path = src/dsp/filters_msa.c; sourceTree = ""; }; + 420C2299A3D9F193072479F161BB46B4 /* RSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocket.cpp; path = rsocket/RSocket.cpp; sourceTree = ""; }; 42384ABE1D4CF2F0EE93A81A9323B514 /* Pods-NotificationService.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-NotificationService.release.xcconfig"; sourceTree = ""; }; - 4269DFEA3926FFBA5A70FB965223A26B /* SKSearchResultNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKSearchResultNode.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKSearchResultNode.h; sourceTree = ""; }; - 4270E2E9768E1A0A111CC8E040FCA470 /* GDTCCTUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTUploader.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTUploader.m; sourceTree = ""; }; - 42A017BE14321A298E2CE77FE3465702 /* FIRCLSMachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachException.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSMachException.h; sourceTree = ""; }; - 42A1C327D1B8BA3B9FE1E55A3AF16E56 /* FIRInstallationsIIDTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDTokenStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.m; sourceTree = ""; }; - 42C09347A3AE576EBBFFB88FA4C18986 /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; - 43014A40CF86524DC370CE6A2A2E7904 /* CString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CString.cpp; path = folly/lang/CString.cpp; sourceTree = ""; }; - 430BD06B07FF91EFF04017130918CD5A /* SDGraphicsImageRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDGraphicsImageRenderer.m; path = SDWebImage/Core/SDGraphicsImageRenderer.m; sourceTree = ""; }; - 43230C1610BDF1FC5CD6CE200AEF6CE7 /* SKSwizzle.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKSwizzle.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKSwizzle.mm; sourceTree = ""; }; - 432473A907F5BB11A0D2014693318DDD /* ConcurrentSkipList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcurrentSkipList.h; path = folly/ConcurrentSkipList.h; sourceTree = ""; }; - 434B633EEA860E4A24711830AAECAE78 /* SafeAreaSpacerViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerViewManager.m; sourceTree = ""; }; - 434B7ED49E505A8857C85384E1583F89 /* UMFileSystemInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFileSystemInterface.h; path = UMFileSystemInterface/UMFileSystemInterface.h; sourceTree = ""; }; - 436B479202B935FD35AED92864B51A46 /* CallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallInvoker.h; path = ReactCommon/CallInvoker.h; sourceTree = ""; }; - 437EBE6DDE194DCF0C60EF238BF8B97A /* RNCAssetsLibraryRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAssetsLibraryRequestHandler.m; path = ios/RNCAssetsLibraryRequestHandler.m; sourceTree = ""; }; - 438C0048403F9C478AC9065B1299C58E /* REANodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REANodesManager.m; path = ios/REANodesManager.m; sourceTree = ""; }; - 439280FAB3D1CAD3B77DAA1A068FDAEA /* RCTStyleAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStyleAnimatedNode.h; sourceTree = ""; }; - 4397EFD2DCFCBFAC1DA12F6CF35A9572 /* RNFetchBlob.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFetchBlob.m; sourceTree = ""; }; - 439D9A548F74CE4447E4B5A7197CCBD9 /* Enumerate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Enumerate.h; path = folly/container/Enumerate.h; sourceTree = ""; }; - 43A87F0D3F08AFCFC15CBB3678593D37 /* RNSScreenStackHeaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStackHeaderConfig.h; path = ios/RNSScreenStackHeaderConfig.h; sourceTree = ""; }; - 43BF262C6F6FC0AE13978C8BF9764933 /* EnableSharedFromThis.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EnableSharedFromThis.h; path = folly/memory/EnableSharedFromThis.h; sourceTree = ""; }; - 43D609C2303A865CF6C583686CCB9659 /* FIRCLSUserDefaults_private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUserDefaults_private.h; path = Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults_private.h; sourceTree = ""; }; - 43EDA9C3F02705CFBB403C3BBCAA0CE7 /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = event.h; path = src/event2/event.h; sourceTree = ""; }; - 440347144918155E56C12E2A6BFADCCF /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 4410295409E13D3028BA2EC79B066AA2 /* BSG_KSBacktrace.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSBacktrace.c; sourceTree = ""; }; - 44532AFFD8500B38727FC966666AD5AB /* HazptrObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrObj.h; path = folly/synchronization/HazptrObj.h; sourceTree = ""; }; - 445425CD4E861A868BAEEB21BA59D596 /* BSG_KSJSONCodec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodec.h; sourceTree = ""; }; - 446F7F668CCE97311FDE605E45A5F2CA /* alphai_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = alphai_dec.h; path = src/dec/alphai_dec.h; sourceTree = ""; }; - 447EA48A8FE6E4073B0F2091ED308286 /* RCTUtilsUIOverride.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtilsUIOverride.h; sourceTree = ""; }; - 447F73CCA5870D40BD5A29412E7A728A /* AESCrypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AESCrypt.h; path = Core/aes/AESCrypt.h; sourceTree = ""; }; - 44800F1EB3065D73915B2CC33E2EDC57 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 44830F2CFA5F4AB4CF719FE02E7C4AD0 /* experiments.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = experiments.cpp; sourceTree = ""; }; - 449FAA1C98EF7C65560CA61E42FC445E /* BSG_KSSystemInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfo.h; sourceTree = ""; }; - 44BD99A49BA7F5DE9569C9FFD170C13A /* react-native-jitsi-meet.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-jitsi-meet.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 44CE49707DB96B1CA8E34E08F2B0147F /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; - 44D308BE3DF6C9B0603A82F80E3CE2AD /* Sse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sse.h; path = folly/detail/Sse.h; sourceTree = ""; }; - 44DAB88FC2DE9F52E217571BB2377F7F /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; - 44DCE8506870BE124B48DC3CD52766D8 /* React-jsinspector-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-prefix.pch"; sourceTree = ""; }; - 44DD631C4DE28D8EE14D1C10E9E05AE7 /* BSG_KSCrashC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashC.h; sourceTree = ""; }; - 44E1266A2D582921839F96AC367652FC /* FIRCLSApplicationIdentifierModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSApplicationIdentifierModel.h; path = Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.h; sourceTree = ""; }; - 44F08B5B53109927C5F02DB13F1EBEE1 /* StringKeyedUnorderedMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedUnorderedMap.h; path = folly/experimental/StringKeyedUnorderedMap.h; sourceTree = ""; }; - 44F9B067A9F886DC07A10727143E434D /* react-native-simple-crypto.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-simple-crypto.debug.xcconfig"; sourceTree = ""; }; - 4516AC3D46AF545E393559CD70DE85B6 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 4538767425653D18587E5AFA3B866EEC /* symhacks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = symhacks.h; path = ios/include/openssl/symhacks.h; sourceTree = ""; }; - 453C8D8838191E9E133E6598106F4D69 /* PriorityUnboundedQueueSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PriorityUnboundedQueueSet.h; path = folly/concurrency/PriorityUnboundedQueueSet.h; sourceTree = ""; }; - 45420FD57069CFE96A11B1B2E881D6C7 /* Payload.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Payload.cpp; path = rsocket/Payload.cpp; sourceTree = ""; }; - 454D96DABF641CDD1FC9EA249A76B96A /* SSLSessionImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SSLSessionImpl.cpp; path = folly/ssl/detail/SSLSessionImpl.cpp; sourceTree = ""; }; - 45683120D7FDEC4DAA409C62B222D7EB /* UMViewManagerAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapter.h; sourceTree = ""; }; - 457F3682714A4E77230007CCA1B433D2 /* UMAppLoader-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMAppLoader-prefix.pch"; sourceTree = ""; }; - 4592F31E9A25741843A03EBC9801328B /* NetworkSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NetworkSocket.h; path = folly/net/NetworkSocket.h; sourceTree = ""; }; - 45AC7C60E7AF322822118E8DDA92D520 /* RCTLinkingPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLinkingPlugins.mm; sourceTree = ""; }; - 45AF6AAA0A9179CCD79CD8C79E0F114C /* SDWebImageOptionsProcessor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOptionsProcessor.m; path = SDWebImage/Core/SDWebImageOptionsProcessor.m; sourceTree = ""; }; - 45C2741CD7BC37C923CB1EFDD9F5EB5A /* QBImagePickerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBImagePickerController.h; path = ios/QBImagePicker/QBImagePicker/QBImagePickerController.h; sourceTree = ""; }; - 45C4D2AA7FD03CCD42ED422522EBF415 /* RCTNativeAnimatedModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeAnimatedModule.mm; sourceTree = ""; }; - 45DB8B8D82C9B5741C07841A627D22F8 /* sorted_vector_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sorted_vector_types.h; path = folly/sorted_vector_types.h; sourceTree = ""; }; - 45DD2B8B66880F29C28ADED53B6F7841 /* FIRBundleUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRBundleUtil.h; path = FirebaseCore/Sources/FIRBundleUtil.h; sourceTree = ""; }; - 45F7EAC3DEB7E94D7C7A7FD7B6928B1A /* HazptrThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = HazptrThreadPoolExecutor.cpp; path = folly/synchronization/HazptrThreadPoolExecutor.cpp; sourceTree = ""; }; - 45F95EA3CF16388B45207938345080DE /* GoogleDataTransport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransport-dummy.m"; sourceTree = ""; }; - 45F973FFC2ADF73CFC0C73EDACC899AE /* ReactNativeUiLib-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactNativeUiLib-prefix.pch"; sourceTree = ""; }; - 461295E86F61CC0D0546869E26164DD1 /* lossless_enc_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_mips_dsp_r2.c; path = src/dsp/lossless_enc_mips_dsp_r2.c; sourceTree = ""; }; - 461C21371344EC0B83630A982D521817 /* ResourceBundle-AccessibilityResources-React-Core-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-AccessibilityResources-React-Core-Info.plist"; sourceTree = ""; }; - 4620A204FF553E48E7EC95F0DD363260 /* ApplyTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ApplyTuple.h; path = folly/functional/ApplyTuple.h; sourceTree = ""; }; - 462202E3C517B3DD4F4E6C899F786EA6 /* FirebaseCoreDiagnostics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCoreDiagnostics-dummy.m"; sourceTree = ""; }; - 46229BE449240A6F4DBE0CA23D7AD2F9 /* React-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-prefix.pch"; sourceTree = ""; }; - 4625874FE6BCF399061BE80A8AF324F8 /* react-native-blur.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-blur.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 4626E1428B471EB8DA688BA67C77A308 /* cpu.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cpu.c; path = src/dsp/cpu.c; sourceTree = ""; }; - 4661BBE80136BA8189EF55EBC7100E6B /* bn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bn.h; path = ios/include/openssl/bn.h; sourceTree = ""; }; - 4666385F6DFC21C3B8697F5A3FEB7AFE /* UMReactNativeAdapter.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMReactNativeAdapter.release.xcconfig; sourceTree = ""; }; - 466C11194E7A88831B05D08349F1AEC9 /* REANode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REANode.m; sourceTree = ""; }; - 467D58CC1D69A564123E6ECFF5FCC019 /* Singleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Singleton.h; path = folly/detail/Singleton.h; sourceTree = ""; }; - 46823A6354979B0AD1B8EFCE68BBAD75 /* RNCConnectionState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCConnectionState.m; path = ios/RNCConnectionState.m; sourceTree = ""; }; - 4682C45C30786C73132A8BB5D662ECFC /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageBlurUtils.m; sourceTree = ""; }; - 4692C89B7525BD0CDBF8F3398DA2F417 /* RWSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RWSpinLock.h; path = folly/RWSpinLock.h; sourceTree = ""; }; - 469953A753B96DB93635FC575454578B /* RNFBCrashlyticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBCrashlyticsModule.m; path = ios/RNFBCrashlytics/RNFBCrashlyticsModule.m; sourceTree = ""; }; - 46AE9B2E4FE9A77B7DDC20407884429A /* RCTImageStoreManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageStoreManager.mm; sourceTree = ""; }; - 46B05780D9B8B9DBEC0734DCF9337950 /* FIRCLSSymbolicationOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSymbolicationOperation.m; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.m; sourceTree = ""; }; - 46BDD5BAF9937B407985A5E960BBC3CE /* Aes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Aes.m; sourceTree = ""; }; - 46BE6CEB143A723C9D7CA6586C653051 /* GDTCCTCompressionHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTCompressionHelper.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTCompressionHelper.m; sourceTree = ""; }; - 46E2B8157BC43C0192739F7CD4E27785 /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSIndexedRAMBundle.cpp; sourceTree = ""; }; - 46E38BAA1A50E2489608AC7493C69043 /* FlipperKitNetworkPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperKitNetworkPlugin.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin.h; sourceTree = ""; }; - 47162A112230D0B00D2C5E988538F3A9 /* FBLazyIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyIterator.h; path = FBLazyVector/FBLazyIterator.h; sourceTree = ""; }; - 47173A1B5FD399AEA16DCF901E4113B6 /* MasterPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MasterPtr.h; path = folly/experimental/MasterPtr.h; sourceTree = ""; }; - 47280F8C5838C066050315BB52426F78 /* FIRCLSURLSessionTask_PrivateMethods.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionTask_PrivateMethods.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionTask_PrivateMethods.h; sourceTree = ""; }; - 472D2BE3101DEDB3A031997E27F6CEFE /* String-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "String-inl.h"; path = "folly/String-inl.h"; sourceTree = ""; }; - 473BD675FB827D56C355BFEEB2EF73D1 /* lossless_enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_neon.c; path = src/dsp/lossless_enc_neon.c; sourceTree = ""; }; - 475DC4B30B1B08CD98E4C856D535E859 /* openssl_md32_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = openssl_md32_common.h; path = Core/aes/openssl/openssl_md32_common.h; sourceTree = ""; }; - 4764739DBA39199F7E358772B79BA9C2 /* jsilib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsilib.h; sourceTree = ""; }; - 476586C0F2C7B76090C0668DD0F58F4B /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; - 477A45A6D0B0D923F6F259CF18443FFC /* BugsnagUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagUser.m; sourceTree = ""; }; - 47978E8F6DD77DB5D439E9706D7453E1 /* UMAppRecordInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppRecordInterface.h; sourceTree = ""; }; - 47FAEDBB31CEBEB7631439376553A0D6 /* GULSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSwizzler.m; path = GoogleUtilities/MethodSwizzler/GULSwizzler.m; sourceTree = ""; }; - 480F39171CB3AF2ED975A4417195ADE6 /* OpenSSLLockTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLLockTypes.h; path = folly/ssl/OpenSSLLockTypes.h; sourceTree = ""; }; - 48192094AB0D39A5D94F8008E06C8A37 /* RNFBCrashlyticsInitProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBCrashlyticsInitProvider.m; path = ios/RNFBCrashlytics/RNFBCrashlyticsInitProvider.m; sourceTree = ""; }; - 483A62CB270424832ADAB6D5D94F72D2 /* EXVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoPlayerViewController.m; sourceTree = ""; }; + 423F3952D7C60D2A97C19C94C400F4FC /* MiniPBCoder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MiniPBCoder.cpp; path = Core/MiniPBCoder.cpp; sourceTree = ""; }; + 426DAA1C7099F44D847FACA87A7AB248 /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; + 4278E6D5CBD1835FDDDBFD6C73E5E85A /* Benchmark.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Benchmark.h; path = folly/Benchmark.h; sourceTree = ""; }; + 429C944037B09F67FFDB4D9982A75A0A /* Flowable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Flowable.h; path = yarpl/flowable/Flowable.h; sourceTree = ""; }; + 42BF07A272BFF84B1F4116A62A58DEB9 /* GDTCORStorageProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORStorageProtocol.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORStorageProtocol.h; sourceTree = ""; }; + 42C7E318F6C06F0F28E50533CB8255AE /* MMKV_OSX.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKV_OSX.cpp; path = Core/MMKV_OSX.cpp; sourceTree = ""; }; + 42D9833BAE9B6DCB448907D2133D40A1 /* BSG_KSCrashContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashContext.h; sourceTree = ""; }; + 42DF8387DBA5D153864865916F5EEB06 /* RCTConvert+FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FIRApp.h"; path = "ios/RNFBApp/RCTConvert+FIRApp.h"; sourceTree = ""; }; + 4311671915DF334E27A7ED2B0123315E /* FBLPromise+Timeout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Timeout.m"; path = "Sources/FBLPromises/FBLPromise+Timeout.m"; sourceTree = ""; }; + 4320DDED14499598AFABF627614CDD12 /* RNCWKProcessPoolManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKProcessPoolManager.h; path = apple/RNCWKProcessPoolManager.h; sourceTree = ""; }; + 43569585D898326F13E05425D78F1B28 /* EXAppleAuthenticationButtonViewManagers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthenticationButtonViewManagers.m; path = EXAppleAuthentication/EXAppleAuthenticationButtonViewManagers.m; sourceTree = ""; }; + 436C40584EA39BCE1F8CD9D22CEDD0D8 /* Flipper-Folly-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-Folly-prefix.pch"; sourceTree = ""; }; + 437DC85346074A9265D7B13844F4A421 /* FIRExceptionModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRExceptionModel.h; path = Crashlytics/Crashlytics/Public/FIRExceptionModel.h; sourceTree = ""; }; + 437FA421E76768EEF8745E6F92868F9E /* EXVideoThumbnails.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXVideoThumbnails.release.xcconfig; sourceTree = ""; }; + 438CC441C34A6B90C603EA95CD90A297 /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; + 4390DE90AA49DDA263BAF9BC6AEB2641 /* UMAppRecordInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppRecordInterface.h; sourceTree = ""; }; + 43A96EC03127E3E9D0AF85764CAE35BE /* REAPropsNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAPropsNode.h; sourceTree = ""; }; + 43BD74B44187A6CEA94B6BB0947477FE /* RNFBUtilsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBUtilsModule.h; path = ios/RNFBApp/RNFBUtilsModule.h; sourceTree = ""; }; + 43C0C1192214C8336CF88696F0FA25FF /* OpenSSL-Universal.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "OpenSSL-Universal.debug.xcconfig"; sourceTree = ""; }; + 43DC6B18562D8277B642E9400F967111 /* nl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = nl.lproj; path = "Objective-C/TOCropViewController/Resources/nl.lproj"; sourceTree = ""; }; + 43FE6782A65CB4CEB4E4F36703B86439 /* rpc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rpc.h; path = src/event2/rpc.h; sourceTree = ""; }; + 4406FD946F84D4056316B36CE18DE4F2 /* BSG_KSCrashReportFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFields.h; sourceTree = ""; }; + 44139071FC098FD8447630E64A2B01AE /* ssim.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim.c; path = src/dsp/ssim.c; sourceTree = ""; }; + 442092B4C183043A0E146BF6588195C5 /* FLEXUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLEXUtility.h; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXUtility.h; sourceTree = ""; }; + 444DCC1F0AE6951DB2A4D62FCFA8823C /* SysMman.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysMman.cpp; path = folly/portability/SysMman.cpp; sourceTree = ""; }; + 445C853D0D51E07D96D598DDB886563C /* JitsiMeetSDK.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JitsiMeetSDK.debug.xcconfig; sourceTree = ""; }; + 44606393BBBAA7B6C207966388A89D9B /* RNFBAnalytics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFBAnalytics-prefix.pch"; sourceTree = ""; }; + 44672A7A3BC339C8FE063A2228A810BB /* NetOps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NetOps.h; path = folly/net/NetOps.h; sourceTree = ""; }; + 4470CCA6A92335DA7A0945BFB237BC24 /* RCTAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimatedImage.h; path = Libraries/Image/RCTAnimatedImage.h; sourceTree = ""; }; + 447318E4843F113904756BF2D628A9CA /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; + 44B0F3FAFCF338F4782C3BED90798AEA /* IndexedMemPool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IndexedMemPool.h; path = folly/IndexedMemPool.h; sourceTree = ""; }; + 44B1F19AFDA9FD7B7897E643F7E1BCD4 /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/Core/UIImage+GIF.m"; sourceTree = ""; }; + 44BFF3DAA7F1DCC5E5C3DFAC211EDE1F /* UICollectionView+SKInvalidation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UICollectionView+SKInvalidation.h"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UICollectionView+SKInvalidation.h"; sourceTree = ""; }; + 44D3B29C5FF6A2C4C948A999FE930F10 /* Singleton.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Singleton.cpp; path = folly/Singleton.cpp; sourceTree = ""; }; + 44DD50027694D12307F2F079CE95B327 /* ARTPattern.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTPattern.m; sourceTree = ""; }; + 44ED55D47C0F0F5BEC5AAB3A44337CC0 /* RNDeviceInfo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDeviceInfo.debug.xcconfig; sourceTree = ""; }; + 4504C42DD5D2E518351870D3454D86DD /* AtomicSharedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicSharedPtr.h; path = folly/concurrency/AtomicSharedPtr.h; sourceTree = ""; }; + 4505A1DD58413984C97399A26AE241B1 /* buffer_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = buffer_compat.h; path = src/event2/buffer_compat.h; sourceTree = ""; }; + 452392B37A05B95791672BD16864164C /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageView.h; path = Libraries/Image/RCTImageView.h; sourceTree = ""; }; + 453D8790C5A5D68EC9C6E08AB2BF4FAA /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 4553E9E98C980E75FBF5A4B16A8EBF4F /* UMFileSystemInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFileSystemInterface.debug.xcconfig; sourceTree = ""; }; + 455B5702E493E1ADACD4621A4BDFFCC7 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Sources/Private/FIRAppInternal.h; sourceTree = ""; }; + 455CEBDE0FEEBF5D10E04FAED9A27356 /* RNFetchBlobFS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobFS.h; path = ios/RNFetchBlobFS.h; sourceTree = ""; }; + 45701D45F1AF1DBAACB55B9487BFF1C4 /* react-native-restart-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-restart-dummy.m"; sourceTree = ""; }; + 457CA7A96B8A8153A99AB322459317D8 /* SafeAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SafeAssert.h; path = folly/lang/SafeAssert.h; sourceTree = ""; }; + 458A1600C5523F4145E315BF88A7D792 /* RNTapHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNTapHandler.m; sourceTree = ""; }; + 45B4FBE317831AE4A6442251D259B467 /* da-DK.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "da-DK.lproj"; path = "Objective-C/TOCropViewController/Resources/da-DK.lproj"; sourceTree = ""; }; + 45B80A9F33E706DADBF1F1FAC3660E0F /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; + 45C7ECFCB345E24E6066828F00C0A11E /* Core.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Core.h; path = folly/gen/Core.h; sourceTree = ""; }; + 45E913232E1A32F18CB1C296C7F89335 /* FBLPromise+Async.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Async.h"; path = "Sources/FBLPromises/include/FBLPromise+Async.h"; sourceTree = ""; }; + 45FD7665344B59ED61C5124A0E402718 /* RSocketClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketClient.h; path = rsocket/RSocketClient.h; sourceTree = ""; }; + 46050E86C51236D2C9250A040807AC4A /* RNVectorIcons.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.debug.xcconfig; sourceTree = ""; }; + 460B7CBB08584E388575352E90D01862 /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; + 461454BFA71F2BF6E61325718BA6C32E /* Flipper-RSocket-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-RSocket-dummy.m"; sourceTree = ""; }; + 461500AEC9FE8ADDD3128D3FB00B09D8 /* React-RCTNetwork.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTNetwork.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 4617AF53726F1A206276B9A478205EAE /* react-native-jitsi-meet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-jitsi-meet.release.xcconfig"; sourceTree = ""; }; + 461E2A75FDF8BD648F4BE54A94A598C6 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 4628DC9E68A5681A4D63DBD0BEF33CC2 /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; + 46338FE5E05B38F4ECDE7AFB8C372458 /* FIRDiagnosticsData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDiagnosticsData.m; path = FirebaseCore/Sources/FIRDiagnosticsData.m; sourceTree = ""; }; + 463952356618CD3D0B4A62611F8B538E /* cost_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_neon.c; path = src/dsp/cost_neon.c; sourceTree = ""; }; + 464CAC1D47B8BF5F540D0505E7F7FD4E /* IOVec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOVec.h; path = folly/portability/IOVec.h; sourceTree = ""; }; + 467EF229681A437A154E79591E6AB8D3 /* EXAppleAuthenticationMappings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppleAuthenticationMappings.h; path = EXAppleAuthentication/EXAppleAuthenticationMappings.h; sourceTree = ""; }; + 468599CA25DC1B045D66FAF26EF187CA /* RCTAdditionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAdditionAnimatedNode.m; sourceTree = ""; }; + 468BF10F94F03FFDD57011F0B9459FB2 /* UIView+SKInvalidation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+SKInvalidation.h"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIView+SKInvalidation.h"; sourceTree = ""; }; + 468EC82A8661A2770F2172EAA1F5CB29 /* react-native-document-picker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-document-picker-prefix.pch"; sourceTree = ""; }; + 46A2A223ACF1E98367F1D00A717989C5 /* ec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ec.h; path = ios/include/openssl/ec.h; sourceTree = ""; }; + 46A589FFB39FC43423BBA1EB95EBD0AA /* SDAnimatedImagePlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImagePlayer.m; path = SDWebImage/Core/SDAnimatedImagePlayer.m; sourceTree = ""; }; + 46AE1E72F55216E57314DC5EC6A46F94 /* VirtualExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VirtualExecutor.h; path = folly/VirtualExecutor.h; sourceTree = ""; }; + 471512DD9D59447E786D3CCBD337B33A /* React-cxxreact.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.debug.xcconfig"; sourceTree = ""; }; + 4721D3F64CC61B9E7C3183AE601D9E87 /* GDTCCTNanopbHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTNanopbHelpers.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTNanopbHelpers.m; sourceTree = ""; }; + 473157251EE2D60303CC7FDBE72E175C /* upsampling_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse41.c; path = src/dsp/upsampling_sse41.c; sourceTree = ""; }; + 47336F7580D86E7261B14E41058A4EC9 /* FIRInstallationsIDController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIDController.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.m; sourceTree = ""; }; + 47345683D16D77F100D41EBB7282A5C5 /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; + 4743C5C05781D771D42C650FEDDF2071 /* Math.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Math.h; path = folly/Math.h; sourceTree = ""; }; + 4751C8842DB12D9676EE1AE4FCD9D340 /* FIRCLSSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSettings.h; path = Crashlytics/Crashlytics/Models/FIRCLSSettings.h; sourceTree = ""; }; + 475C2F6D34E0688DAAADFD4D0C4E48FA /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; + 4766F8C8885C09721BDADFFC5921980A /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; + 4770C53781C94337830323C5187A6E73 /* enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc.c; path = src/dsp/enc.c; sourceTree = ""; }; + 4771E5BABF4D1510211AF5CEFD35C967 /* MallocImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MallocImpl.h; path = folly/memory/detail/MallocImpl.h; sourceTree = ""; }; + 47911BDD5392F9B7EC2BC4EC53F4A7A1 /* RNSScreen.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreen.m; path = ios/RNSScreen.m; sourceTree = ""; }; + 479A270F52E4CE79810EB8A66507B5FB /* BSG_KSSignalInfo.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSignalInfo.c; sourceTree = ""; }; + 479D0BA9041D6E5591E26CC5AB95CDD3 /* evhttp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evhttp.h; path = src/evhttp.h; sourceTree = ""; }; + 47B7AE2E939555846225EFD1419889AF /* React-jsinspector-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsinspector-prefix.pch"; sourceTree = ""; }; + 47C0C9E8CDB1CFA284E847787DFD6BAB /* REAStyleNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAStyleNode.h; sourceTree = ""; }; + 47C9F079BBD5698DDA6879F6FEFD711F /* BSG_KSCrashReportWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportWriter.h; sourceTree = ""; }; + 47CB5C9DC677EB29112C5827775293D7 /* RCTSurfacePresenterStub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfacePresenterStub.m; sourceTree = ""; }; + 47DEB57BD04F512CB489562CCB83E276 /* EXImageLoader-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXImageLoader-prefix.pch"; sourceTree = ""; }; + 47F5059E476055CCDBF6024C67AD07FB /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = jsireact/JSINativeModules.h; sourceTree = ""; }; + 48055EC489F160A0F7D06948347DB910 /* RSocketStateMachine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketStateMachine.h; path = rsocket/statemachine/RSocketStateMachine.h; sourceTree = ""; }; + 4806C2727EFA9AE0C5A0FFB4EECD6E48 /* SKSearchResultNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKSearchResultNode.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKSearchResultNode.h; sourceTree = ""; }; + 480D20C840F348F49EFC2259B1B36543 /* FKUserDefaultsSwizzleUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FKUserDefaultsSwizzleUtility.m; path = iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsSwizzleUtility.m; sourceTree = ""; }; + 481134D4F87608D656A45092F1CF1B7A /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 483B0D1A8CC59EF89DABB0105C4A4433 /* OpenSSL-Universal.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "OpenSSL-Universal.release.xcconfig"; sourceTree = ""; }; + 483D58D7C717E7418C4BD2707C2E636D /* FIRHeartbeatInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatInfo.h; path = FirebaseCore/Sources/Private/FIRHeartbeatInfo.h; sourceTree = ""; }; + 48418BA4B2E91BF56802B010BDE77C5A /* RNNotificationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationsStore.h; path = RNNotifications/RNNotificationsStore.h; sourceTree = ""; }; 48425DA2F01D82A20786D5E55E264A29 /* libreact-native-orientation-locker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-orientation-locker.a"; path = "libreact-native-orientation-locker.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 48438DB6ECB50A848547858B2B8BBFA8 /* GULUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULUserDefaults.m; path = GoogleUtilities/UserDefaults/GULUserDefaults.m; sourceTree = ""; }; - 484AD8E2CE81CAE964B7C48A70021156 /* idec_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = idec_dec.c; path = src/dec/idec_dec.c; sourceTree = ""; }; - 48522D2BC13F679631C05A3790F478CF /* tree_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_enc.c; path = src/enc/tree_enc.c; sourceTree = ""; }; - 486E5B8D9F1437BFECD007AD87C02105 /* BlurView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlurView.h; path = ios/BlurView.h; sourceTree = ""; }; - 48755D89C6D6CEDC135F6A0F9BE24694 /* YogaKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YogaKit-dummy.m"; sourceTree = ""; }; - 48A44C478B7183CB4CA8B3BBBD53769F /* FBReactNativeSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBReactNativeSpec.h; path = FBReactNativeSpec/FBReactNativeSpec.h; sourceTree = ""; }; - 48C65DA1B5B4B7DF00BC75B19004B198 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Sources/Private/FIROptionsInternal.h; sourceTree = ""; }; - 48DC47B9466665E48750FC5C870EDA82 /* CodedInputDataCrypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodedInputDataCrypt.h; path = Core/CodedInputDataCrypt.h; sourceTree = ""; }; - 48E25F1C81EADF804AB9A14094FBCEFA /* AsyncSSLSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncSSLSocket.h; path = folly/io/async/AsyncSSLSocket.h; sourceTree = ""; }; - 48EEE684E4C6B0D83F3BD4FDBF35BDDD /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; - 48F2848ACD6A155BF2396E2D615B0360 /* RNFBPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBPreferences.h; path = ios/RNFBApp/RNFBPreferences.h; sourceTree = ""; }; - 49001D4F1215FFA2224F4870DF1E637D /* react-native-safe-area-context-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-safe-area-context-prefix.pch"; sourceTree = ""; }; - 490A80E844FAAA2BBF9B60FF4E9ED186 /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; - 4920FB96D1322859BE613428DD912C88 /* RCTSRWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSRWebSocket.h; path = Libraries/WebSocket/RCTSRWebSocket.h; sourceTree = ""; }; - 49221CEFEE8CD83E3591E1CED4C8883B /* GoogleDataTransport.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransport.release.xcconfig; sourceTree = ""; }; - 492B087C228B14FF4B5E8869F1A984B4 /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; - 492DCB063C11CF244E4C67A583BABCEB /* FlipperClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperClient.h; path = iOS/FlipperKit/FlipperClient.h; sourceTree = ""; }; - 494E1559B9B80559EE17DCA06D74B026 /* RNFBVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBVersion.h; path = ios/RNFBApp/RNFBVersion.h; sourceTree = ""; }; + 4848704885A6980498A14E98D206BADD /* MMKVStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MMKVStorage.m; path = ios/MMKVStorage.m; sourceTree = ""; }; + 484BD4926AFF28D70BED9F986AF7C5EF /* TOCropView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropView.h; path = "Objective-C/TOCropViewController/Views/TOCropView.h"; sourceTree = ""; }; + 484DDBFFEFAD37DA5A1115CC609214F0 /* openssl_cfb128.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = openssl_cfb128.cpp; path = Core/aes/openssl/openssl_cfb128.cpp; sourceTree = ""; }; + 48546C71C4560C58B3287B7563077CF4 /* RNFBAnalytics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFBAnalytics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 487CF710D3B25928B13048868687BE1A /* RCTAes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAes.h; path = ios/RCTCrypto/RCTAes.h; sourceTree = ""; }; + 488BE7245926826349B84DACEB75AB92 /* BSGSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGSerialization.h; sourceTree = ""; }; + 48AB268B643C4E3E60E84B9E68D0D1A5 /* REATransitionValues.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionValues.h; sourceTree = ""; }; + 48B1F0EEB5BC7CD84FE4740E7A2F918A /* cached-powers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "cached-powers.h"; path = "double-conversion/cached-powers.h"; sourceTree = ""; }; + 48BFEA31A6C733A34A6F900FA47D8E05 /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; + 48C849A8E066DDD8307A81BE243979BE /* AsyncSocketException.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncSocketException.cpp; path = folly/io/async/AsyncSocketException.cpp; sourceTree = ""; }; + 48FA79EE99D886D173E52987090A976E /* FIRCLSByteUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSByteUtility.h; path = Crashlytics/Shared/FIRCLSByteUtility.h; sourceTree = ""; }; + 49038FF0B234901AC8BEF0F9FA2F1604 /* HazptrDomain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrDomain.h; path = folly/synchronization/HazptrDomain.h; sourceTree = ""; }; + 49085752636EB16CFB43D8E330FD6FD7 /* DestructorCheck.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DestructorCheck.h; path = folly/io/async/DestructorCheck.h; sourceTree = ""; }; + 4913EB95076B93A53620BCE044869DD6 /* REAAllTransitions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAllTransitions.m; sourceTree = ""; }; + 491717DA716B09C2F41FF2E25E908226 /* FBVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBVector.h; path = folly/FBVector.h; sourceTree = ""; }; + 4936BE198CA4CA50809965673E8AA0C2 /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = ""; }; + 494AD1ABF69D42F423FD489DFB38D39E /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; 494E934B4070A029E1A8D42C9BDF4646 /* libEXImageLoader.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXImageLoader.a; path = libEXImageLoader.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 4958C8E11C948C9E320A1061C17393C2 /* FileUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FileUtil.h; path = folly/FileUtil.h; sourceTree = ""; }; - 49613C98A83512BDA2AB4C10D961694E /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.h; sourceTree = ""; }; - 496F277E94DD379112179057144D68BA /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 4970A36294E587573CF38F3203878FE5 /* instrumentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = instrumentation.h; sourceTree = ""; }; - 497244BD63D1DE1E3889F703FE30D435 /* FIRCLSReport_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReport_Private.h; path = Crashlytics/Crashlytics/Models/FIRCLSReport_Private.h; sourceTree = ""; }; - 498CD0AB0C18F61A0D2ACD3AD4C4995E /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; - 498E0652ECC446B99E3E10F15CEF6346 /* GCDAsyncUdpSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GCDAsyncUdpSocket.m; path = Source/GCD/GCDAsyncUdpSocket.m; sourceTree = ""; }; - 4991B59AE236A69F86C842CC0122FD8C /* QBAlbumsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumsViewController.h; path = ios/QBImagePicker/QBImagePicker/QBAlbumsViewController.h; sourceTree = ""; }; - 49A6EA8E60F2F5100FFEB2F6DD0770AB /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; sourceTree = ""; }; - 49A886238E999E0F6AF6811C1584B0DB /* MemoryFile_Win32.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryFile_Win32.cpp; path = Core/MemoryFile_Win32.cpp; sourceTree = ""; }; - 49CA202EFEE348AFB30F75145BE1AF57 /* glog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.release.xcconfig; sourceTree = ""; }; - 49E98636D95B88AC25BC3507FC008104 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; - 4A03563005357D8D6CAA5A59C52915F5 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; - 4A0577B99ED8E6A17552D095BBE0E984 /* DecoratedAsyncTransportWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DecoratedAsyncTransportWrapper.h; path = folly/io/async/DecoratedAsyncTransportWrapper.h; sourceTree = ""; }; - 4A091D34C2AD375AD86C067D2B486DF1 /* AtomicHashArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashArray.h; path = folly/AtomicHashArray.h; sourceTree = ""; }; - 4A0D80ACA2745D7B166865A52F59BF2B /* QBVideoIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIndicatorView.h; path = ios/QBImagePicker/QBImagePicker/QBVideoIndicatorView.h; sourceTree = ""; }; - 4A0DD3F2581090D91EC6D7B7CB7AB428 /* EXAVPlayerData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAVPlayerData.m; path = EXAV/EXAVPlayerData.m; sourceTree = ""; }; - 4A1788A3CB38E2847EF6E6CB789BC503 /* ResumeIdentificationToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ResumeIdentificationToken.h; path = rsocket/framing/ResumeIdentificationToken.h; sourceTree = ""; }; - 4A19855FEA1116566571DE5084E1466B /* EXAppleAuthenticationButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppleAuthenticationButton.h; path = EXAppleAuthentication/EXAppleAuthenticationButton.h; sourceTree = ""; }; - 4A198F9E2CC27E62565474FDE438B6E3 /* React-RCTVibration.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTVibration.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 4A251A8D8EA0592AB420A22FAB867E4A /* RCTConvert+FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FIROptions.m"; path = "ios/RNFBApp/RCTConvert+FIROptions.m"; sourceTree = ""; }; - 4A259CF62DCDE19F056019A6358C871C /* FutureExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FutureExecutor.h; path = folly/executors/FutureExecutor.h; sourceTree = ""; }; - 4A749F3355189014A1B1185F04AD0993 /* BugsnagCrashReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashReport.m; sourceTree = ""; }; - 4A90E9C68065203865223EC9569BE35A /* buffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = buffer.h; path = ios/include/openssl/buffer.h; sourceTree = ""; }; - 4A92F7BC5401E15A10EB02583A1DE16B /* Malloc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Malloc.h; path = folly/memory/Malloc.h; sourceTree = ""; }; - 4A98BBBCFB180613839B16CE8308D982 /* MPMCQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCQueue.h; path = folly/MPMCQueue.h; sourceTree = ""; }; - 4A99E99C4CA34033E7712A45B7E29FED /* SKResponseInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKResponseInfo.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKResponseInfo.h; sourceTree = ""; }; - 4AA4146DDD9937F56AEEFB736E60CD17 /* dns_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dns_compat.h; path = src/event2/dns_compat.h; sourceTree = ""; }; - 4AA90063807461306D49CE31EEE893FC /* EXFileSystem.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXFileSystem.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 4AAC3CC67133882C1EBEC37F585C906E /* GDTCORPrioritizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORPrioritizer.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORPrioritizer.h; sourceTree = ""; }; - 4ACAF4AE6ECAE5D6EEF48CEA69352E17 /* huffman_encode_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = huffman_encode_utils.h; path = src/utils/huffman_encode_utils.h; sourceTree = ""; }; - 4ADEF0C4A732AB25D0247CD89B6F85F4 /* BugsnagFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagFileStore.m; sourceTree = ""; }; - 4AE3969FFD2585AF55D6A58DE026826B /* dsp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dsp.h; path = src/dsp/dsp.h; sourceTree = ""; }; - 4B0479DBD2E13D73232DA1B57D9BCE6D /* common_sse41.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse41.h; path = src/dsp/common_sse41.h; sourceTree = ""; }; - 4B17D02B6D18AB4711CC788024A21E39 /* AsyncServerSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncServerSocket.h; path = folly/io/async/AsyncServerSocket.h; sourceTree = ""; }; - 4B30808907EF604624BF4D0E9E6B5635 /* Yoga.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.debug.xcconfig; sourceTree = ""; }; - 4B3826AEE3E6191D82B36D588C662931 /* BugsnagReactNative.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.release.xcconfig; sourceTree = ""; }; - 4B3DADA8B77481ED00A5528995D00E83 /* FIRCLSBinaryImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSBinaryImage.h; path = Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.h; sourceTree = ""; }; - 4B46EEB37F8FA2B8845C62E28AC26C2C /* BSG_KSCrashReportVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportVersion.h; sourceTree = ""; }; - 4B4C942F70C53D8FD1AAC6DBE416AFB8 /* cms.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cms.h; path = ios/include/openssl/cms.h; sourceTree = ""; }; - 4B9E5224489E77F0B9A36B1557F15C27 /* log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = log.cpp; path = yoga/log.cpp; sourceTree = ""; }; - 4BA0798554B949FF360962F12A636368 /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; - 4BA8457B6829C85F6F9238153B2EE524 /* rc4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rc4.h; path = ios/include/openssl/rc4.h; sourceTree = ""; }; - 4BBC2161C85464C7A1725813721552CB /* FIRCoreDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsData.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsData.h; sourceTree = ""; }; - 4BC0030B163510E70FD77BFA14BCE75D /* GoogleAppMeasurement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleAppMeasurement.framework; path = Frameworks/GoogleAppMeasurement.framework; sourceTree = ""; }; - 4BC871D2B5DF1A1DBC040C5D14C1AFB8 /* Shared.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Shared.m; sourceTree = ""; }; - 4BC90698D3ABFFD6EAE6AE1E35E96F3C /* RNCConnectionState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCConnectionState.h; path = ios/RNCConnectionState.h; sourceTree = ""; }; + 496883CA368B15F42142494FBB165AD2 /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; + 497902DE8B2F7E50F503FE12548875DC /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; + 498AABB4FAD21EE24A6887F5A7631523 /* predictor_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = predictor_enc.c; path = src/enc/predictor_enc.c; sourceTree = ""; }; + 49A1C3EB17C28690DD5DAD1494DE1ECC /* GDTCORDataFuture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORDataFuture.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORDataFuture.h; sourceTree = ""; }; + 49A301425B2AB20DE56829EF1E3F2177 /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; + 49BF35CA84406AEC8EFC01BD5B82FBF7 /* ReactNativeUiLib-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactNativeUiLib-dummy.m"; sourceTree = ""; }; + 49F5C778CBAEE035E54C82340ADF74C3 /* RNReanimated.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNReanimated.release.xcconfig; sourceTree = ""; }; + 4A08D0A526D0922D841D686298B327FE /* buffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = buffer.h; path = src/event2/buffer.h; sourceTree = ""; }; + 4A1A8E70B255D9488BD6855B126EA26F /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; + 4A1C0F8935CA413440DE830417BAD358 /* TOCropViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropViewController.m; path = "Objective-C/TOCropViewController/TOCropViewController.m"; sourceTree = ""; }; + 4A1C622790C451A10BF2B8E0251B47D9 /* BSG_KSCrashSentry_Signal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Signal.h; sourceTree = ""; }; + 4A26A3F1DF98D84223AFBC7FC933AD2F /* RNFetchBlobReqBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobReqBuilder.h; path = ios/RNFetchBlobReqBuilder.h; sourceTree = ""; }; + 4A448E1D18774989AD2F40886184AABE /* FIRCLSSettings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSettings.m; path = Crashlytics/Crashlytics/Models/FIRCLSSettings.m; sourceTree = ""; }; + 4A5AAD7F6ADA478197438B8FC683D30D /* FBLPromise+Delay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Delay.m"; path = "Sources/FBLPromises/FBLPromise+Delay.m"; sourceTree = ""; }; + 4A6B890DA189F0B49128762662665E27 /* event-config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "event-config.h"; path = "src/event2/event-config.h"; sourceTree = ""; }; + 4A8322E323B0AB12E9B919C998ED3B01 /* FIRInstallationsErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrors.h; path = FirebaseInstallations/Source/Library/Public/FIRInstallationsErrors.h; sourceTree = ""; }; + 4A960098296ADA51D72F49A79A874F75 /* OpenSSLUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLUtils.h; path = folly/io/async/ssl/OpenSSLUtils.h; sourceTree = ""; }; + 4AB93AFBE9410F315C7FC65F8EABDF31 /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; + 4ABFB4085DEA73E6C94D62F182080034 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Sources/Private/FIRDependency.h; sourceTree = ""; }; + 4AD1873F1D03A2360CCC0DB15C1EDDF0 /* QBCheckmarkView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBCheckmarkView.m; path = ios/QBImagePicker/QBImagePicker/QBCheckmarkView.m; sourceTree = ""; }; + 4AD8238B579C5F6AE9EBA7440CCA788C /* fixed-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fixed-dtoa.cc"; path = "double-conversion/fixed-dtoa.cc"; sourceTree = ""; }; + 4AEA684460C72648D2B819B76AC93FAC /* OpenSSLThreading.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLThreading.h; path = folly/ssl/detail/OpenSSLThreading.h; sourceTree = ""; }; + 4B1CB337F3E1A26D21CC5F820983F115 /* ConnectionFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConnectionFactory.h; path = rsocket/ConnectionFactory.h; sourceTree = ""; }; + 4B24A0B7911FD8C10A796C5118ECA95C /* UMAppLoaderProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAppLoaderProvider.h; path = UMAppLoader/UMAppLoaderProvider.h; sourceTree = ""; }; + 4B3637BE4E8B41FB5723F2C4EC85696A /* FLEXNetworkObserver.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FLEXNetworkObserver.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkObserver.mm; sourceTree = ""; }; + 4B42CAFBD2556FDBC4A4AB93BBC9AF41 /* KeyCommands.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KeyCommands.release.xcconfig; sourceTree = ""; }; + 4B51C21441A03A8C01D2A67CC1A6A07A /* FlipperResponderImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperResponderImpl.h; path = xplat/Flipper/FlipperResponderImpl.h; sourceTree = ""; }; + 4B6AD01C7D4D40D9498D1FFF25FB004C /* ARTShadow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTShadow.h; path = ios/ARTShadow.h; sourceTree = ""; }; + 4B6AF1B6D82B997289C1F57155B95B87 /* FIRErrorCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrorCode.h; path = FirebaseCore/Sources/Private/FIRErrorCode.h; sourceTree = ""; }; + 4B6B9EBF7BDC8B35AF82ADA42D843897 /* SocketFastOpen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketFastOpen.h; path = folly/detail/SocketFastOpen.h; sourceTree = ""; }; + 4B70647CBF6F95430F40F6C3A3605239 /* RNFlingHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFlingHandler.h; sourceTree = ""; }; + 4B799514983C7F49C87F2E9893838063 /* UMBarCodeScannerInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMBarCodeScannerInterface.debug.xcconfig; sourceTree = ""; }; + 4B9E4307D26929BE04F4C7B7643614EC /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 4BB845326BB43E0587B4A1AB7180638F /* DeferObservable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeferObservable.h; path = yarpl/observable/DeferObservable.h; sourceTree = ""; }; + 4BB8CBE36F0DACC934E2F61272C23171 /* KeyboardTrackingViewTempManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = KeyboardTrackingViewTempManager.m; sourceTree = ""; }; 4BCACB575EE2A65671EFF9BD8304B570 /* Pods-NotificationService-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-NotificationService-resources.sh"; sourceTree = ""; }; - 4BDD939FAB9730A3544F42A4D5CAB819 /* enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips32.c; path = src/dsp/enc_mips32.c; sourceTree = ""; }; - 4BE4A2A8BD96830945B5AFB9D8FCB5C4 /* UMNativeModulesProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMNativeModulesProxy.m; sourceTree = ""; }; - 4C1DCBFB212A62AC19A9DCF6C171511D /* RNImageCropPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.release.xcconfig; sourceTree = ""; }; - 4C1E487826834B918967FE1C699C77F1 /* Demangle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Demangle.h; path = folly/Demangle.h; sourceTree = ""; }; - 4C2C35087655F2E65FA331610D911729 /* Futex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Futex.cpp; path = folly/detail/Futex.cpp; sourceTree = ""; }; - 4C81B1BD014CFAA0E56F524005AF1EE1 /* GULAppDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h; sourceTree = ""; }; - 4C90446AF5BD442BCEE150984507FC99 /* backward_references_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_enc.c; path = src/enc/backward_references_enc.c; sourceTree = ""; }; - 4CB6959DAEAF3EE9D6A0DFA7CF2BEF30 /* BSG_KSMach.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach.c; sourceTree = ""; }; - 4CB9CA33338970F92790998AFEDC8DED /* UMJavaScriptContextProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMJavaScriptContextProvider.h; sourceTree = ""; }; - 4CE8AED8F4C6814D54CF68A0BA075968 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Sources/Private/FIRLibrary.h; sourceTree = ""; }; - 4CFC5AB3925E331BC6204B020F805885 /* RNCAsyncStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAsyncStorage.h; path = ios/RNCAsyncStorage.h; sourceTree = ""; }; - 4D09D45EFDD9FB1F4D3693EF9D2FAF01 /* EXAV-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAV-prefix.pch"; sourceTree = ""; }; - 4D20B8B9C4C1FD70A7DEE3FCE5531257 /* EvilIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = EvilIcons.ttf; path = Fonts/EvilIcons.ttf; sourceTree = ""; }; - 4D2868D10C592955B4A8DD5E06884A2B /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/Private/GULAppEnvironmentUtil.h; sourceTree = ""; }; - 4D2CC65A871328260638E3E5C60D069C /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalAssetImageLoader.h; path = Libraries/Image/RCTLocalAssetImageLoader.h; sourceTree = ""; }; - 4D30E7F01736E150CD502DAC039B2E96 /* ObservableDoOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObservableDoOperator.h; path = yarpl/observable/ObservableDoOperator.h; sourceTree = ""; }; - 4D345910515E21E1AD7D327EE5DC086B /* glog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "glog-prefix.pch"; sourceTree = ""; }; - 4D37A09D142BCDCD729D0524E7FCE962 /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; - 4D404FB8734306E5D7186D63A719B3AF /* SSLContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSLContext.h; path = folly/io/async/SSLContext.h; sourceTree = ""; }; - 4D451DDF2AB04176CA62E461E48EDD5A /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; - 4D560E3A0BD7387D1A33E6AD5C2B30CA /* SKTapListenerImpl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKTapListenerImpl.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTapListenerImpl.m; sourceTree = ""; }; - 4D763D0F828ACDA6EEC25B9BB08BF97A /* RCTCustomInputControllerTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomInputControllerTemp.h; sourceTree = ""; }; - 4D933851946D7AC809B0BD507FD3C5F4 /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; - 4D98C51E98DA0636836B94605832768D /* StringKeyedSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedSet.h; path = folly/experimental/StringKeyedSet.h; sourceTree = ""; }; - 4D9C21081064289EB44ABBCE109760F7 /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; - 4DB537C8DC6DA08BD0C3DAB66B2901DF /* SKTapListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKTapListener.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTapListener.h; sourceTree = ""; }; - 4DC3258E2E09C887405B29ECCE22E943 /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; - 4DC9C8C05B17D29ABB51AC8D5936E1ED /* PriorityLifoSemMPMCQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PriorityLifoSemMPMCQueue.h; path = folly/executors/task_queue/PriorityLifoSemMPMCQueue.h; sourceTree = ""; }; - 4DDDC1CD7AB42102F76715B6239FD153 /* FFFastImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageViewManager.m; path = ios/FastImage/FFFastImageViewManager.m; sourceTree = ""; }; - 4E01EB50FA4609E579FA7ECEDDD64E9C /* RNCSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSlider.m; path = ios/RNCSlider.m; sourceTree = ""; }; - 4E0B171692572069C4CAEC3BE2363614 /* MicroLock.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MicroLock.cpp; path = folly/MicroLock.cpp; sourceTree = ""; }; - 4E187C52C4EBA854E76BD83724A87335 /* BSG_KSCrashSentry_CPPException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_CPPException.h; sourceTree = ""; }; - 4E3EBAF151C11E8119DC9A92805CC304 /* objects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = objects.h; path = ios/include/openssl/objects.h; sourceTree = ""; }; - 4E5FA62810235EAEA60120FA78680485 /* RCTView+SafeAreaCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTView+SafeAreaCompat.m"; path = "ios/SafeAreaView/RCTView+SafeAreaCompat.m"; sourceTree = ""; }; - 4E6183A113B7F4EF1380B7E249287933 /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; - 4E68ADAA3752EC47F76C316914420059 /* SKIOSNetworkAdapter.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKIOSNetworkAdapter.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/SKIOSNetworkAdapter.mm; sourceTree = ""; }; - 4E757952E5704A8508A3CBCE5571C9FE /* RNNativeViewHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNNativeViewHandler.m; sourceTree = ""; }; - 4E76BB4617F8049BF6C78DDDEB2A4056 /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; - 4E7BC4995D4093A07B2BDE209468113E /* BugsnagMetaData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagMetaData.h; sourceTree = ""; }; - 4E959FFE3ACD72BDD818FD1037D21090 /* ripemd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ripemd.h; path = ios/include/openssl/ripemd.h; sourceTree = ""; }; - 4E991BE86D645732D4B29144077897BE /* BugsnagKeys.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKeys.h; sourceTree = ""; }; - 4E9C898302957A573CF41819FC843AA8 /* SpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpinLock.h; path = folly/SpinLock.h; sourceTree = ""; }; - 4EAE58576A4156FCD24CBD83132102A9 /* EXKeepAwake.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXKeepAwake.release.xcconfig; sourceTree = ""; }; - 4EBD0D5392C13A5DCB0B9D5CDFB00FAB /* ScheduledSingleObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledSingleObserver.h; path = rsocket/internal/ScheduledSingleObserver.h; sourceTree = ""; }; - 4EBD85841D242FEFD0B16ABE3C8D786F /* FIRCLSReportUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReportUploader.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.m; sourceTree = ""; }; - 4EC1C11BCB79F99CE17972BCCED94B85 /* rescaler_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_msa.c; path = src/dsp/rescaler_msa.c; sourceTree = ""; }; - 4EDACEF0E3E6CEA32BBD6DAEA14C1EA8 /* F14Policy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Policy.h; path = folly/container/detail/F14Policy.h; sourceTree = ""; }; - 4EDD357E923885D3208156A2982A5685 /* HardwareConcurrency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HardwareConcurrency.h; path = folly/system/HardwareConcurrency.h; sourceTree = ""; }; - 4EE216B6F1A9B44AD306B335EEE1CC0E /* GDTCORReachability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORReachability.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORReachability.h; sourceTree = ""; }; - 4F190A73D4918BC54FEA614AD5A7BC45 /* Color+Interpolation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Color+Interpolation.m"; sourceTree = ""; }; - 4F1913A29DA369380176683FD429B2BD /* Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Private.h; sourceTree = ""; }; - 4F3D6A64148F58CB025BAB0CFE558150 /* ResourceBundle-TOCropViewControllerBundle-TOCropViewController-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-TOCropViewControllerBundle-TOCropViewController-Info.plist"; sourceTree = ""; }; - 4F4D3C4B793E5DD83B28106FD0A27A04 /* dec_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips32.c; path = src/dsp/dec_mips32.c; sourceTree = ""; }; - 4F6FE6ABC90782785135CF9173C72388 /* FirebaseAnalytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseAnalytics.framework; path = Frameworks/FirebaseAnalytics.framework; sourceTree = ""; }; - 4F715E5BA3F4764F906669CA825AF91F /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = SDWebImage/Core/SDWebImageCacheSerializer.m; sourceTree = ""; }; - 4F8B263F6F2140E1E05E1565006ADA94 /* ClockGettimeWrappers.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ClockGettimeWrappers.cpp; path = folly/ClockGettimeWrappers.cpp; sourceTree = ""; }; - 4F8CA7886A6BA921E63EED6C2ED976FC /* FunctionScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FunctionScheduler.h; path = folly/experimental/FunctionScheduler.h; sourceTree = ""; }; - 4F9222630C5FC5D194D3CA3A34835163 /* PTChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PTChannel.h; path = peertalk/PTChannel.h; sourceTree = ""; }; - 4F96F8CE2921C672A45D2DE0521959F7 /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; - 4F9D78C50A1597E211B8632C222C3714 /* React-RCTNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTNetwork-prefix.pch"; sourceTree = ""; }; - 4FA152862FB02C682579A02332039EB5 /* asn1t.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1t.h; path = ios/include/openssl/asn1t.h; sourceTree = ""; }; - 4FBF5CADE802E4393DC964429CF7B98C /* AtomicUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUtil.h; path = folly/synchronization/AtomicUtil.h; sourceTree = ""; }; - 4FC2C3F6D652173390F5A62DAC46007A /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; - 4FCAECA2475F72B9C9A0D5394D3D37C6 /* Codel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Codel.h; path = folly/executors/Codel.h; sourceTree = ""; }; - 4FCC934845E5F92487612B67AEDF779D /* Singleton-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Singleton-inl.h"; path = "folly/Singleton-inl.h"; sourceTree = ""; }; - 4FD9B073B526324B4C079BBF3FAF0625 /* React-RCTText.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.release.xcconfig"; sourceTree = ""; }; + 4BDA04A718F21904E7484E417CDD46B5 /* AtomicHashMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashMap.h; path = folly/AtomicHashMap.h; sourceTree = ""; }; + 4C03602D11840A5F48222F313327DF79 /* SKScrollViewDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKScrollViewDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKScrollViewDescriptor.h; sourceTree = ""; }; + 4C1139BDB0810D99E932F602F6CAE5BD /* FlipperCertificateProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperCertificateProvider.h; path = xplat/Flipper/FlipperCertificateProvider.h; sourceTree = ""; }; + 4C38FBE8F7CED699F64860EE64073516 /* RNImageCropPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNImageCropPicker-dummy.m"; sourceTree = ""; }; + 4C3D1218B46DEC690FC0396913E30100 /* HighlighterView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = HighlighterView.m; sourceTree = ""; }; + 4C5360DBAB0AB91E1E9C203685F3F32F /* MMKVStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKVStorage.h; path = ios/MMKVStorage.h; sourceTree = ""; }; + 4C9596D82E6E835B25E9AFE06E7169B1 /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; + 4C9D9821932EE2629AF1DE9ED3D36747 /* EXKeepAwake-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXKeepAwake-prefix.pch"; sourceTree = ""; }; + 4CBADA021721A701B7CEA6E12F9FC90C /* Assume.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Assume.cpp; path = folly/lang/Assume.cpp; sourceTree = ""; }; + 4CC8BB6AEB410A5326E73F49FFF9001C /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "SDWebImage/Core/UIView+WebCache.h"; sourceTree = ""; }; + 4CE3129DAEFF6106FEC95CBC81B25E4C /* RCTExceptionsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTExceptionsManager.mm; sourceTree = ""; }; + 4CED4A49F87BAEFFB40B3F4315F9E7C4 /* PTProtocol.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PTProtocol.m; path = peertalk/PTProtocol.m; sourceTree = ""; }; + 4CF7E573127AF72C9A42EEF0DF8EA580 /* CancelingSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CancelingSubscriber.h; path = yarpl/flowable/CancelingSubscriber.h; sourceTree = ""; }; + 4CF9A9E7DD178D05A0CA23DF6914AC6F /* GULNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetwork.m; path = GoogleUtilities/Network/GULNetwork.m; sourceTree = ""; }; + 4CFD3D3D3268E249840A1192B05D5CF0 /* AtFork.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AtFork.cpp; path = folly/detail/AtFork.cpp; sourceTree = ""; }; + 4D01199F240B9C44B0B8666651D283D6 /* bignum-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "bignum-dtoa.h"; path = "double-conversion/bignum-dtoa.h"; sourceTree = ""; }; + 4D0EF528D05BDBB8FE6A827598FDBFAE /* UMAppLifecycleListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleListener.h; sourceTree = ""; }; + 4D14B7C2DEA9663D5411F4CEAD9FF2C8 /* ThreadLock.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadLock.cpp; path = Core/ThreadLock.cpp; sourceTree = ""; }; + 4D1BFC86B1AC56D40C3CBC99E483B661 /* lhash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lhash.h; path = ios/include/openssl/lhash.h; sourceTree = ""; }; + 4D25D5A50E9D0DD9A828996A4D2502A3 /* SDAssociatedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAssociatedObject.m; path = SDWebImage/Private/SDAssociatedObject.m; sourceTree = ""; }; + 4D3CFB5C40849F70E0378037198D2082 /* react-native-appearance.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-appearance.release.xcconfig"; sourceTree = ""; }; + 4D4699513F040957CB9723281D5E8479 /* UMDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDefines.h; path = UMCore/UMDefines.h; sourceTree = ""; }; + 4D5526331D14CDE44EAA056206EA6F52 /* Constexpr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Constexpr.h; path = folly/portability/Constexpr.h; sourceTree = ""; }; + 4D57021F2C41E933692B418C69B5D54D /* dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec.c; path = src/dsp/dec.c; sourceTree = ""; }; + 4D5A2F9EBC423BA5D767010433B5A888 /* RNFBApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBApp.release.xcconfig; sourceTree = ""; }; + 4D7003A410EAD69619630C1D06DDCA0A /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; + 4D7B9879BAAA40F0864DE45E3473A152 /* FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIROptions.m; path = FirebaseCore/Sources/FIROptions.m; sourceTree = ""; }; + 4D7E566608A1776F022A084665FC7222 /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTReconnectingWebSocket.m; path = Libraries/WebSocket/RCTReconnectingWebSocket.m; sourceTree = ""; }; + 4DD48FAFF30872A16D5A4FCA059647AC /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; + 4DE0CD137E0889EE1737A9B9030EFF07 /* MMKV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKV.h; path = iOS/MMKV/MMKV/MMKV.h; sourceTree = ""; }; + 4E0FC15E0C888523E04A0C99E7CB65BF /* FBLPromise+Reduce.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Reduce.m"; path = "Sources/FBLPromises/FBLPromise+Reduce.m"; sourceTree = ""; }; + 4E446962D13DA9D49930FE2E5C110DF5 /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.h"; sourceTree = ""; }; + 4E492BE216BFC85EE02E2AD66FDF2AAA /* FIRCLSHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSHandler.m; path = Crashlytics/Crashlytics/Handlers/FIRCLSHandler.m; sourceTree = ""; }; + 4E4A3B454CC0D59A901D453A216E10A0 /* FrameSerializer_v1_0.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameSerializer_v1_0.h; path = rsocket/framing/FrameSerializer_v1_0.h; sourceTree = ""; }; + 4E4D461AC4A5D3B90EDE62CD68FE7209 /* FIRCLSRecordApplication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordApplication.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.m; sourceTree = ""; }; + 4E4EE11798B94DD9E5692E3D041A1693 /* MMKVCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MMKVCore.release.xcconfig; sourceTree = ""; }; + 4E5E6EE620230FB76DE2E86C00BF5731 /* lossless_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_msa.c; path = src/dsp/lossless_msa.c; sourceTree = ""; }; + 4E69FB63AE9470E269AB70135F80FD92 /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; + 4E70029A2909BA264FA3C8D6F4E32DBA /* openssl_md5.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = openssl_md5.h; path = Core/aes/openssl/openssl_md5.h; sourceTree = ""; }; + 4E7133DBA510305431B00EE71F75310C /* PromisesObjC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.debug.xcconfig; sourceTree = ""; }; + 4E8715BEBCF28ED8E993FC16CFE0A642 /* FIRComponentContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentContainer.m; path = FirebaseCore/Sources/FIRComponentContainer.m; sourceTree = ""; }; + 4ECF75C457511BC97636A6DAC002131E /* BSG_KSSystemCapabilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemCapabilities.h; sourceTree = ""; }; + 4EE9BEC4C9C1445412EF648ED645BC0D /* FIRCLSFCRAnalytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFCRAnalytics.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSFCRAnalytics.m; sourceTree = ""; }; + 4EF4A99163A58A1DA5A09770A7BA1483 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = rsocket/benchmarks/README.md; sourceTree = ""; }; + 4F05177E9EB56BC4B68D13024F08946B /* libMMKV.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = libMMKV.mm; path = iOS/MMKV/MMKV/libMMKV.mm; sourceTree = ""; }; + 4F2A7B945616C2D89600DAC389F1692F /* BSG_KSMach_Arm64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm64.c; sourceTree = ""; }; + 4F39B5E174B24391350A285AE5559A9F /* ReactNativeART.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeART.debug.xcconfig; sourceTree = ""; }; + 4F40F93A59D88F61721018906C44431C /* FlipperKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FlipperKit-umbrella.h"; sourceTree = ""; }; + 4F46AE99DE3C6B69F1F203BFEC8D879E /* AtomicHashArray-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicHashArray-inl.h"; path = "folly/AtomicHashArray-inl.h"; sourceTree = ""; }; + 4F4A90714C57405CC5449D6F3662BC2E /* EXConstants.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXConstants.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 4F541C82A5E7D389CBBDDE1C34AE57B7 /* FlipperCppBridgingResponder.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperCppBridgingResponder.mm; path = iOS/FlipperKit/CppBridge/FlipperCppBridgingResponder.mm; sourceTree = ""; }; + 4F5C26FE371357C147A24E3D3DEDB384 /* RNCConnectionStateWatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCConnectionStateWatcher.m; path = ios/RNCConnectionStateWatcher.m; sourceTree = ""; }; + 4F6DE549B010C2AC4ED1BD8B5D1DEB5E /* SDWebImageDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDefine.h; path = SDWebImage/Core/SDWebImageDefine.h; sourceTree = ""; }; + 4FB1C7782EB8A7266C10739275BE3A39 /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; + 4FB84CACC22716A77A1295F00B185BFF /* FIRCLSProcessReportOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSProcessReportOperation.m; path = Crashlytics/Crashlytics/Operations/Reports/FIRCLSProcessReportOperation.m; sourceTree = ""; }; + 4FD967CB2A69DF4238399868AAE90EC4 /* ARTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTSurfaceView.h; path = ios/ARTSurfaceView.h; sourceTree = ""; }; 4FDA96879D96070EB1983E98E655CBDC /* librn-fetch-blob.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "librn-fetch-blob.a"; path = "librn-fetch-blob.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 4FDDF93553EBF23556996B3088E56DB9 /* RCTFollyConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFollyConvert.mm; sourceTree = ""; }; - 4FE73145B28D560351E78D5E79D72353 /* BugsnagCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashReport.h; sourceTree = ""; }; - 4FEF4F75AD5C25611E3D42E5C652C0DD /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; - 4FF9DCE69D04124536CF3D83C06DCC9F /* RNFetchBlobFS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobFS.h; path = ios/RNFetchBlobFS.h; sourceTree = ""; }; - 50146CB564DFE46C66ABB3067BBFF919 /* RNPanHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPanHandler.h; sourceTree = ""; }; - 5022B20B0597EC75C3D890557F5B3E03 /* Bugsnag.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Bugsnag.m; sourceTree = ""; }; - 50278CBC09EEE6E4FC80FD769E4017F8 /* FBLPromise+Do.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Do.m"; path = "Sources/FBLPromises/FBLPromise+Do.m"; sourceTree = ""; }; - 503212134A5074821EF9C84FC1E9EFB8 /* FIRCLSURLSessionDownloadTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLSessionDownloadTask.m; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDownloadTask.m; sourceTree = ""; }; - 503929E09729F5341FC7359ADFC640B2 /* EXImageLoader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXImageLoader.debug.xcconfig; sourceTree = ""; }; - 5052DE5F064AD50E6F58AF9826D51F43 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = "Objective-C/TOCropViewController/Resources/en.lproj"; sourceTree = ""; }; - 50673EFEF21F053BB7D0AD70947E0D79 /* FIRCLSFABAsyncOperation_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABAsyncOperation_Private.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation_Private.h; sourceTree = ""; }; - 50A32F655C446AB028954B33B24AFDB6 /* RNCWKProcessPoolManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKProcessPoolManager.m; path = apple/RNCWKProcessPoolManager.m; sourceTree = ""; }; - 50B1A4B51F3D9D6A0F73B5BDEA2764CE /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; + 4FEF72871F3218B5CE0086559222EECD /* symhacks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = symhacks.h; path = ios/include/openssl/symhacks.h; sourceTree = ""; }; + 4FEFBDFED2380515A2CEA5D505C5F533 /* picture_rescale_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_rescale_enc.c; path = src/enc/picture_rescale_enc.c; sourceTree = ""; }; + 4FF4EDF7EAC223B97F0C821792A8FAD1 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 4FF83F1EFF96ACCA38944ADB20A1D894 /* FIRInstallationsStoredAuthToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredAuthToken.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.h; sourceTree = ""; }; + 501806FB83EF04868BB89BABCF421A94 /* CheckedMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CheckedMath.h; path = folly/lang/CheckedMath.h; sourceTree = ""; }; + 5027173D497DA6BB6AC4E1BADDC5DFFE /* UMConstantsInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMConstantsInterface.debug.xcconfig; sourceTree = ""; }; + 50278D0943A0CD72E09DD2EB4778FDFA /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; + 503CA212C16E0442D44FB965AB156C32 /* NSTextStorage+FontScaling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+FontScaling.h"; sourceTree = ""; }; + 503E67DAE1DFF0C92FC7712F09ECD834 /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; + 504A3E8E57874AEB79378F0713B97A52 /* UMTaskManagerInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMTaskManagerInterface.debug.xcconfig; sourceTree = ""; }; + 504BFB23DF17D5CE94E18563B62F744A /* double-conversion.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "double-conversion.cc"; path = "double-conversion/double-conversion.cc"; sourceTree = ""; }; + 505DC01EC690CDA77383F54D2B5CC354 /* Arena-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Arena-inl.h"; path = "folly/memory/Arena-inl.h"; sourceTree = ""; }; + 50806EBBB72E05C0D3C5161556BB2129 /* react-native-slider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-slider-dummy.m"; sourceTree = ""; }; + 508B89267CE4D93F39E22DE3249FDED0 /* StreamFragmentAccumulator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StreamFragmentAccumulator.h; path = rsocket/statemachine/StreamFragmentAccumulator.h; sourceTree = ""; }; + 508BD290EED630F8D0FA685ADA5F8B37 /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; + 50A11E4285F9582D6B1FF0B483C92A1D /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = "Objective-C/TOCropViewController/Resources/es.lproj"; sourceTree = ""; }; + 50A238E54439A97124948140D36137BB /* UMModuleRegistryConsumer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryConsumer.h; sourceTree = ""; }; + 50A50A97EC3C954256B3D9F8339A7A58 /* RSocketServerState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketServerState.h; path = rsocket/RSocketServerState.h; sourceTree = ""; }; + 50AB456024FEC70BE7878C36E8F2D88A /* EXImageLoader-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXImageLoader-dummy.m"; sourceTree = ""; }; 50B5347C9A6E93B7D4CFC3673BA6FB7E /* libRNScreens.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNScreens.a; path = libRNScreens.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 50BE4653FE2F08D89343441A9256E876 /* ARTShapeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTShapeManager.m; sourceTree = ""; }; - 50EDEC53A930D34173893AB51CAEB851 /* SwappableEventBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwappableEventBase.h; path = rsocket/internal/SwappableEventBase.h; sourceTree = ""; }; - 50FA2890E818ED98801FA1CDB1CE0167 /* AsyncSocketException.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncSocketException.cpp; path = folly/io/async/AsyncSocketException.cpp; sourceTree = ""; }; - 50FD43279FD29274D19840148588442C /* Observer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Observer.h; path = yarpl/observable/Observer.h; sourceTree = ""; }; - 510F8F9F48FD7711389424D570444C49 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 511986319505D90E8643F0D0F4F15CCE /* FIRInstallationsLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsLogger.h; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.h; sourceTree = ""; }; - 5137787D074A6A4230F1992FB35F7347 /* ScheduledSingleSubscription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledSingleSubscription.h; path = rsocket/internal/ScheduledSingleSubscription.h; sourceTree = ""; }; - 51482745B70807318B311D7FE4ED33D9 /* 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 = ""; }; - 514B694E70468B2B4F2B8D71A2AA0CC6 /* Yoga.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Yoga.modulemap; sourceTree = ""; }; - 516E47D46D8DB4361CE60D4D302A9117 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; - 517CAE413F2C6CEC7055CCCFF4D6D6DB /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = "Objective-C/TOCropViewController/Resources/de.lproj"; sourceTree = ""; }; - 517D81BC84874F544B8A840781A10F97 /* des.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = des.h; path = ios/include/openssl/des.h; sourceTree = ""; }; - 518262DCCE8DC9BA832F707AD7BAC54D /* react-native-cameraroll.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cameraroll.release.xcconfig"; sourceTree = ""; }; - 5189A6828B6D443E2751678292725698 /* react-native-cameraroll.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cameraroll.debug.xcconfig"; sourceTree = ""; }; - 51A5B8E831B792F921AD3B472DC8E0EE /* SocketFastOpen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketFastOpen.h; path = folly/detail/SocketFastOpen.h; sourceTree = ""; }; + 50BAB90234D1B2FAB5AF8E521ECAA389 /* SKHighlightOverlay.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKHighlightOverlay.mm; path = iOS/Plugins/FlipperKitPluginUtils/FlipperKitHighlightOverlay/SKHighlightOverlay.mm; sourceTree = ""; }; + 50C7620F94EE080AA893EF337D271C70 /* FIRInstallationsSingleOperationPromiseCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsSingleOperationPromiseCache.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.h; sourceTree = ""; }; + 50CA26AD93CF915BF8170B001ECA905C /* Request.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Request.h; path = folly/io/async/Request.h; sourceTree = ""; }; + 50D5BB58FA7D8F591876E5678A7DEC39 /* HighlighterViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = HighlighterViewManager.m; sourceTree = ""; }; + 50EB7D549194AFA4AAC39D54FEF60897 /* RNCPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCPickerManager.h; path = ios/RNCPickerManager.h; sourceTree = ""; }; + 50FDEB6D80DC9C0E3743CA42C41620E4 /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; + 5103C064C0E77E403E70266EF5BCFC08 /* CPUThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CPUThreadPoolExecutor.cpp; path = folly/executors/CPUThreadPoolExecutor.cpp; sourceTree = ""; }; + 510A56C0C0869F304ADFA58AE135F71B /* boost-for-react-native.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "boost-for-react-native.release.xcconfig"; sourceTree = ""; }; + 5128F25C51E08276E7669C7921520E74 /* FIRCLSApplicationIdentifierModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSApplicationIdentifierModel.h; path = Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.h; sourceTree = ""; }; + 51328D2109FF04C8F3FCC4CBEFB52BC5 /* ThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadPoolExecutor.cpp; path = folly/executors/ThreadPoolExecutor.cpp; sourceTree = ""; }; + 51333A5EE8575773A2BC855C5216171E /* RNBootSplash-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNBootSplash-dummy.m"; sourceTree = ""; }; + 5133650B4ADF600B754741A7C41F4682 /* GDTCCTUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTUploader.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTUploader.m; sourceTree = ""; }; + 513A07E168888371D73F80F61D2E9A21 /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/Core/SDWebImageDownloaderOperation.m; sourceTree = ""; }; + 514CB02E8C846A54E6EF67A615C99674 /* READebugNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = READebugNode.m; sourceTree = ""; }; + 515C9FBF878ADDD3E55AE5D076DF4209 /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; + 515F0D02BFDBF54CA5391E3B9EE543D4 /* FIRCLSCompoundOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCompoundOperation.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.h; sourceTree = ""; }; + 519416238C8BE63015D2786DD22DFA0E /* TOActivityCroppedImageProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOActivityCroppedImageProvider.h; path = "Objective-C/TOCropViewController/Models/TOActivityCroppedImageProvider.h"; sourceTree = ""; }; + 51978262E5ACC8C3CC6402220C0270ED /* RCTTypeSafety.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.release.xcconfig; sourceTree = ""; }; + 519A1542C20CDC28671125ED5EF0D3D7 /* Assume-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Assume-inl.h"; path = "folly/lang/Assume-inl.h"; sourceTree = ""; }; + 519DA7A2D9C8B560335CEAD3BC0321F6 /* ThreadedExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadedExecutor.cpp; path = folly/executors/ThreadedExecutor.cpp; sourceTree = ""; }; + 51B4A34003CF6A66513D01C42D3166A2 /* ParkingLot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParkingLot.h; path = folly/synchronization/ParkingLot.h; sourceTree = ""; }; 51B50F20C76CF72E2BEF8D4764235306 /* libReactNativeART.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libReactNativeART.a; path = libReactNativeART.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 51CB3D0DB1D52F6975C4836A2FD5C2BD /* RCTHmac.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTHmac.m; path = ios/RCTCrypto/RCTHmac.m; sourceTree = ""; }; - 51DADE9E97F2F8B18813C0633FC5266F /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; - 51DFEB2CACA330A3DA85ACBDFC92DEF9 /* UMBarCodeScannerInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMBarCodeScannerInterface.debug.xcconfig; sourceTree = ""; }; - 51E4A1CF52B5B0297D9A75B86AC0C6D4 /* FileUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FileUtil.cpp; path = folly/FileUtil.cpp; sourceTree = ""; }; - 51E5B8A8D050A6B14426F7B0F50161C9 /* GULNetworkMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkMessageCode.h; path = GoogleUtilities/Network/Private/GULNetworkMessageCode.h; sourceTree = ""; }; - 51E75E93B932F7316860EBA6027E63C5 /* SharedMutex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SharedMutex.h; path = folly/SharedMutex.h; sourceTree = ""; }; - 52037D2C4846D6F2E75A91AC98C2E57F /* GULNetworkConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkConstants.m; path = GoogleUtilities/Network/GULNetworkConstants.m; sourceTree = ""; }; - 5208383FF02589231FCF665B66E0EB45 /* RNConfigReader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNConfigReader.release.xcconfig; sourceTree = ""; }; - 52178B9CB64EB6BD76488CD51111296E /* RCTMessageThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMessageThread.h; sourceTree = ""; }; - 52709A6CB50C8227E87E5757B19249E1 /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; - 5271CE57DEB54AE7D4944BBC0ADF7C61 /* decorator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = decorator.h; sourceTree = ""; }; - 5288AE668B728E11A51EF0100AA9B561 /* react-native-cookies.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-cookies.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 528F6C3B745BC7B765F8E1F83197A174 /* alpha_processing_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse2.c; path = src/dsp/alpha_processing_sse2.c; sourceTree = ""; }; - 52B7F98D8C45CC1E071E3D4C3325BABC /* openssl_arm_arch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = openssl_arm_arch.h; path = Core/aes/openssl/openssl_arm_arch.h; sourceTree = ""; }; - 52CB84F38C8B7D09606D66144D528FCC /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; - 52D4A8E9AD19C7C63CD031515DBD6591 /* GDTCOREvent+GDTCCTSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GDTCOREvent+GDTCCTSupport.h"; path = "GoogleDataTransportCCTSupport/GDTCCTLibrary/Public/GDTCOREvent+GDTCCTSupport.h"; sourceTree = ""; }; + 51B63412DE867C9C9A5E249B9ABF435E /* GDTCORReachability_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORReachability_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORReachability_Private.h; sourceTree = ""; }; + 51C86608809F431866498A0826C02853 /* UMModuleRegistryHolderReactModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryHolderReactModule.h; sourceTree = ""; }; + 51D0275D760CA010A0AF89E327CE1670 /* Observable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Observable.h; path = yarpl/observable/Observable.h; sourceTree = ""; }; + 51E36E7821F0670AF78C7220FDDE7E4E /* RCTConvert+REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+REATransition.h"; sourceTree = ""; }; + 51E67A74C89886F5470BBD115A44A5B9 /* HazptrThrLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrThrLocal.h; path = folly/synchronization/HazptrThrLocal.h; sourceTree = ""; }; + 5216B3E2531DD99512AED9064B0317DC /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; + 521DC6D413BCF45B5E091B1ADEDAE457 /* cost_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips32.c; path = src/dsp/cost_mips32.c; sourceTree = ""; }; + 523C5C116153DE5654B9857C56355ABD /* Cursor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Cursor.h; path = folly/io/Cursor.h; sourceTree = ""; }; + 524E7CC021A6E1CFAA8846BB14DB9DF7 /* experiments.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = experiments.cpp; sourceTree = ""; }; + 52808A151BEC66F6C4E2B5A8F7130D19 /* GDTCCTNanopbHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTNanopbHelpers.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h; sourceTree = ""; }; + 5286B3DEA16326BD2205A600C78F948A /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Sources/Private/FIRLogger.h; sourceTree = ""; }; + 52C8F50D99D56E3D3E26A5C273F4A659 /* MMKV_IO.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKV_IO.cpp; path = Core/MMKV_IO.cpp; sourceTree = ""; }; + 52CC96E6451AD75A33760E37D04A7962 /* Memory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Memory.h; path = folly/portability/Memory.h; sourceTree = ""; }; + 52E9CCB81E502830A996D96E311A2AB8 /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/Core/NSData+ImageContentType.h"; sourceTree = ""; }; + 52F6793F806DBC31A3F13B5F711D5EE6 /* BlurEffectWithAmount.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlurEffectWithAmount.h; path = ios/BlurEffectWithAmount.h; sourceTree = ""; }; + 52F6E11E761079105FB55EAA4A24422A /* firebasecore.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = firebasecore.nanopb.h; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.h; sourceTree = ""; }; 52FCF98CEFF94C742080B6965D537AD0 /* libreact-native-safe-area-context.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-safe-area-context.a"; path = "libreact-native-safe-area-context.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 52FE0EC07B78B96E36D6E13EFC8E72A1 /* Cursor-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Cursor-inl.h"; path = "folly/io/Cursor-inl.h"; sourceTree = ""; }; - 5305C8CF34CE8550D906C4B5C1BA0334 /* Yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-prefix.pch"; sourceTree = ""; }; - 530A23CB8E2D80F2CE0FBD6FEA4EE2E0 /* UMAppLoader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMAppLoader.debug.xcconfig; sourceTree = ""; }; - 530FDFDE9582DBAC4C506FA8DAD2D8CF /* REACondNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACondNode.h; sourceTree = ""; }; - 5313137A5072D82D2846654C60A131BA /* RNRootView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNRootView.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 53248059723BB144925AA882AC93CBAF /* RNRootView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNRootView.debug.xcconfig; sourceTree = ""; }; - 5379DB501944DB49212D88297D88F1A8 /* FIRCLSURLSessionDownloadTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionDownloadTask.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDownloadTask.h; sourceTree = ""; }; - 538612758AAB47B6E530D3B4351A3E0B /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; - 53927FE01AC09410197DE8AF893DE137 /* Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compression.h; path = ios/src/Compression.h; sourceTree = ""; }; - 53995E02D20892E402B78BBEC7C3E5CA /* RNCPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCPicker.release.xcconfig; sourceTree = ""; }; - 53AB43AAA9797925F3F4CBAAC44FA2EC /* FBLPromise+Any.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Any.h"; path = "Sources/FBLPromises/include/FBLPromise+Any.h"; sourceTree = ""; }; - 53AFA49090F0D05D0230B7F8C6261D24 /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; - 53C61EA1D0204B9382D2755D3400D0A1 /* FIRCLSMachO.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachO.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.m; sourceTree = ""; }; - 53CAFACD61B3720A636CD8006A33E6D7 /* RNFetchBlobNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobNetwork.m; path = ios/RNFetchBlobNetwork.m; sourceTree = ""; }; - 53D6B54E7938CFEC34F60D1563460E37 /* FIRInstallationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStore.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.h; sourceTree = ""; }; - 53E02BC4C07B69756993A9E8C9F52B05 /* Flipper-DoubleConversion-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-DoubleConversion-dummy.m"; sourceTree = ""; }; - 5405BCB406DE0256B90DD6082844EFFD /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; - 541FAB4AD3B609262242ECE3F0F2ED72 /* RNImageCropPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.debug.xcconfig; sourceTree = ""; }; - 5457E7659E0B14F4EFA90AE951DAA559 /* HazptrRec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrRec.h; path = folly/synchronization/HazptrRec.h; sourceTree = ""; }; - 5460FB569D2CD846DA4AF693B1D85414 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 546878DE09DD38C5B8E3301BE0A83E52 /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTResizeMode.h; path = Libraries/Image/RCTResizeMode.h; sourceTree = ""; }; - 547ED7E8D811323D15149459ADECBAB2 /* RCTTVNavigationEventEmitter.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTVNavigationEventEmitter.mm; sourceTree = ""; }; - 5497714B0DF795AF50853B75FEFBBD1A /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; - 54A25EAFF7E8E8BA0681645C857A0E94 /* EXWebBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXWebBrowser-prefix.pch"; sourceTree = ""; }; - 54A6210D47288C18238F15E7ECB154F0 /* libevent.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libevent.a; path = lib/libevent.a; sourceTree = ""; }; - 54B184C104F3799D4957EDF4C3BC79E1 /* FIRCLSBinaryImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSBinaryImage.m; path = Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.m; sourceTree = ""; }; - 54CBCEC805257372C4A2E400DDC2A5E9 /* EXKeepAwake-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXKeepAwake-dummy.m"; sourceTree = ""; }; - 54DA15D557DB771B5CBD549CF19B804D /* SDWebImageDownloaderResponseModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderResponseModifier.m; path = SDWebImage/Core/SDWebImageDownloaderResponseModifier.m; sourceTree = ""; }; - 54EE91F8F2BA9D1F16A45D296F1E2641 /* GDTCORAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORAssert.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORAssert.m; sourceTree = ""; }; - 5518F97877E6EA3F7E8430D7BD8B18E6 /* FBLPromise+Then.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Then.h"; path = "Sources/FBLPromises/include/FBLPromise+Then.h"; sourceTree = ""; }; - 551AC2066522348A8ACB0F01B5A29BDB /* ShutdownSocketSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShutdownSocketSet.h; path = folly/io/ShutdownSocketSet.h; sourceTree = ""; }; - 5543164160A64CC6216EAFF22F6DC78B /* thread_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = thread_utils.h; path = src/utils/thread_utils.h; sourceTree = ""; }; - 554465EB67BB451C9809E6DD04A5386F /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; - 556737AF5A617F0D7A1735500CEAE35C /* PromisesObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PromisesObjC-dummy.m"; sourceTree = ""; }; - 5573AC77F392E6664F5076C313A0746F /* SKObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKObject.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKObject.mm; sourceTree = ""; }; - 557FBDB6DE955249BDC3F8CD22AB2E90 /* tag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tag.h; path = src/event2/tag.h; sourceTree = ""; }; - 55CED6751CC2770979336963066E120E /* FlipperResponderImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperResponderImpl.h; path = xplat/Flipper/FlipperResponderImpl.h; sourceTree = ""; }; - 55D657B9C1BA4A98DF11C770EC9B83AA /* NSBezierPath+SDRoundedCorners.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBezierPath+SDRoundedCorners.m"; path = "SDWebImage/Private/NSBezierPath+SDRoundedCorners.m"; sourceTree = ""; }; - 55F100FCF8475C73AD839A1593E9ADF9 /* FBLPromise+Async.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Async.h"; path = "Sources/FBLPromises/include/FBLPromise+Async.h"; sourceTree = ""; }; - 55F35E3B58E9CB154587788A4E7B406F /* RNCSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaView.h; path = ios/SafeAreaView/RNCSafeAreaView.h; sourceTree = ""; }; - 55FBCAEBF943FB7FF5D5CAD2D4849CFF /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = SDWebImage/Core/SDAnimatedImageRep.h; sourceTree = ""; }; - 560827854D09AC398F0CAAD8F9C6C45D /* FlipperKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FlipperKit-prefix.pch"; sourceTree = ""; }; - 561072127D3099A34C9741C488F69423 /* RNGestureHandler.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNGestureHandler.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 562E41E174ACC7AD4C61F3FA7055EBED /* React-RCTBlob.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTBlob.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 563A91BFE49319845967ADF36D788897 /* bignum-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "bignum-dtoa.h"; path = "double-conversion/bignum-dtoa.h"; sourceTree = ""; }; + 5309424D2A908CCBF514347A0C64FCDD /* bit_writer_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bit_writer_utils.h; path = src/utils/bit_writer_utils.h; sourceTree = ""; }; + 533524283F5FE7F6A54D8E1A8FE71CC8 /* Dirent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Dirent.cpp; path = folly/portability/Dirent.cpp; sourceTree = ""; }; + 534285AC1650EE9E8632931911267ED8 /* Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Compression.m; path = ios/src/Compression.m; sourceTree = ""; }; + 5354E78EBA35232E8D5ED26CFB99DBA3 /* Fingerprint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fingerprint.h; path = folly/Fingerprint.h; sourceTree = ""; }; + 5366C3090AC167749AE83A2236D0758F /* SDImageIOAnimatedCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoder.h; path = SDWebImage/Core/SDImageIOAnimatedCoder.h; sourceTree = ""; }; + 5372B749A3F361F3801C08437F71D5E2 /* KeyCommands-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KeyCommands-prefix.pch"; sourceTree = ""; }; + 5385E7A5570B1ECECF59DAACCE531316 /* FBLPromise+Do.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Do.h"; path = "Sources/FBLPromises/include/FBLPromise+Do.h"; sourceTree = ""; }; + 53A4CDBA6AD03870DC331FF96C541EFB /* IOBuf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOBuf.h; path = folly/io/IOBuf.h; sourceTree = ""; }; + 53AF6D6CFD2FCBDE168FFB00EFCBDF7C /* RCTConvert+FFFastImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FFFastImage.h"; path = "ios/FastImage/RCTConvert+FFFastImage.h"; sourceTree = ""; }; + 53BA95CA5635D6F03708BA1F8A82D760 /* FIRCLSUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.c; sourceTree = ""; }; + 53BB4F540600B7833F3CBB4ECAE8CD9C /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageCache.h; path = Libraries/Image/RCTImageCache.h; sourceTree = ""; }; + 53F3E96273465DA750E81619209A59EF /* ThreadedExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadedExecutor.h; path = folly/executors/ThreadedExecutor.h; sourceTree = ""; }; + 53F444FE8A1691E1A3AF95527CF9473D /* TypedIOBuf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TypedIOBuf.h; path = folly/io/TypedIOBuf.h; sourceTree = ""; }; + 53FB7361A6A40D90635C1CB2D7E57F7A /* FBLPromise+Then.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Then.h"; path = "Sources/FBLPromises/include/FBLPromise+Then.h"; sourceTree = ""; }; + 542D8AB7F14739399401108A8DEF08DF /* BugsnagSink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSink.h; sourceTree = ""; }; + 542E4972B175A70D474D455D9526F6C2 /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; + 54362F94A16B7AD9497672967166697D /* RNCAsyncStorage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNCAsyncStorage-prefix.pch"; sourceTree = ""; }; + 5436B8BE2BEAFFAA07EB64F404C97A8E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 544099F9C0CD9BAA5CF6A30D931C4B33 /* SKTouch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKTouch.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTouch.h; sourceTree = ""; }; + 544C7CBA8C6B0405C35792D56547EBFE /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = "Objective-C/TOCropViewController/Resources/ja.lproj"; sourceTree = ""; }; + 545BB6975D6C8DF60AE9F41DE5C999C7 /* TOCropScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropScrollView.m; path = "Objective-C/TOCropViewController/Views/TOCropScrollView.m"; sourceTree = ""; }; + 545F3C1875A4AB7241963CC405C95086 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; + 54745CF432FC03E87DFC80E5DCAB7BBF /* api.md */ = {isa = PBXFileReference; includeInIndex = 1; name = api.md; path = docs/api.md; sourceTree = ""; }; + 547A0C9DC63A513DEDCFD8058B7926C8 /* dec_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse2.c; path = src/dsp/dec_sse2.c; sourceTree = ""; }; + 54810C5C0E8E69AFD3D420BB21C4FC19 /* TurboCxxModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboCxxModule.cpp; path = turbomodule/core/TurboCxxModule.cpp; sourceTree = ""; }; + 548D3E56BD9004A127232C4A552D3923 /* huffman_encode_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = huffman_encode_utils.h; path = src/utils/huffman_encode_utils.h; sourceTree = ""; }; + 5494499DB29C97AF18FEFA98F1A36FB5 /* React-RCTImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTImage.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 549F2E274E3F2572A2C6E45523BC7241 /* EXReactNativeUserNotificationCenterProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXReactNativeUserNotificationCenterProxy.h; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.h; sourceTree = ""; }; + 54A39B5CC8BD12A3A5B6EE6B1B19F0C6 /* BlockingQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlockingQueue.h; path = folly/executors/task_queue/BlockingQueue.h; sourceTree = ""; }; + 54A53497F63A29BB772218162F82EF75 /* MPMCQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCQueue.h; path = folly/MPMCQueue.h; sourceTree = ""; }; + 54AD4B9E2276D86FA4B0EC49AB66BE7E /* GLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GLog.h; path = folly/GLog.h; sourceTree = ""; }; + 54C0586723B76D6A5ED2D586437A44B6 /* react-native-simple-crypto-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-simple-crypto-umbrella.h"; sourceTree = ""; }; + 54E6D6644E0C5AE27AFC8D5CC2734AC0 /* histogram_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = histogram_enc.h; path = src/enc/histogram_enc.h; sourceTree = ""; }; + 54F1CA2913DE601A66BE82A1CD485366 /* bignum.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = bignum.cc; path = "double-conversion/bignum.cc"; sourceTree = ""; }; + 554C91BEEA75AFFEFA852B002C0412A1 /* RNBootSplash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBootSplash.h; path = ios/RNBootSplash.h; sourceTree = ""; }; + 5568C46C1F75203584ED8E33CE30250C /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = SDWebImage/Core/SDImageCacheConfig.m; sourceTree = ""; }; + 55698434B3A4EA91F67DC780B16B080D /* config_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = config_enc.c; path = src/enc/config_enc.c; sourceTree = ""; }; + 556D1740C4E71EAF95F29E56CC622B1D /* BugsnagApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagApiClient.m; sourceTree = ""; }; + 55B07ACB7AE286509B75F27838D58F18 /* BitIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitIterator.h; path = folly/container/BitIterator.h; sourceTree = ""; }; + 55BA64EB38470A03520E45CC73BC958E /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; + 55C2D50E1754B1CE76B432DF936924E6 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 55E857B2B9500F13B6BAE067AD5D4E69 /* RCTVibration.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVibration.mm; sourceTree = ""; }; + 55E9F8D7B356B377A01649F9FFF19140 /* RCTGIFImageDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTGIFImageDecoder.h; path = Libraries/Image/RCTGIFImageDecoder.h; sourceTree = ""; }; + 55F3051D8D0CB73E730100C80168D5EE /* FKPortForwardingCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FKPortForwardingCommon.h; path = iOS/FlipperKit/FKPortForwarding/FKPortForwardingCommon.h; sourceTree = ""; }; + 55FB37F67E1FC26BBDFC263F5203019D /* Sha.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Sha.m; sourceTree = ""; }; + 5601C24190BC8459E613EC7B1063BFC0 /* AsymmetricMemoryBarrier.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsymmetricMemoryBarrier.cpp; path = folly/synchronization/AsymmetricMemoryBarrier.cpp; sourceTree = ""; }; + 56374DF2B4465C96ACCC150ED45ED297 /* RCTTypedModuleConstants.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTypedModuleConstants.mm; sourceTree = ""; }; 563E0A0FEB65B564D6A02A0A948B2E62 /* libPods-NotificationService.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-NotificationService.a"; path = "libPods-NotificationService.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 5645D2F2827622AEC516FFD5BA0C5F77 /* react-native-restart-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-restart-dummy.m"; sourceTree = ""; }; - 5647240893F1D1A92E2815F9FD349DB7 /* ThreadCachedLists.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedLists.h; path = folly/synchronization/detail/ThreadCachedLists.h; sourceTree = ""; }; - 566EE9C1DEFEE611F2D66A201053BFFE /* SingleWriterFixedHashMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SingleWriterFixedHashMap.h; path = folly/experimental/SingleWriterFixedHashMap.h; sourceTree = ""; }; - 568D675169D882EE60AC41E4F441ACE5 /* ExceptionWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExceptionWrapper.h; path = folly/ExceptionWrapper.h; sourceTree = ""; }; - 56920F74F15329C6877394C14E58104B /* Unistd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unistd.h; path = folly/portability/Unistd.h; sourceTree = ""; }; - 56962BC79902A290AB080EF592205CCD /* ssl2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl2.h; path = ios/include/openssl/ssl2.h; sourceTree = ""; }; - 56CC867DDD6D73478F4E9147D0DB6346 /* Log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Log.cpp; path = xplat/Flipper/Log.cpp; sourceTree = ""; }; - 56CD83E086489E956DAE183DD7D88483 /* Shell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Shell.h; path = folly/system/Shell.h; sourceTree = ""; }; - 56E7435D7EFE29E83FEF00EFFEA8F73A /* ScheduledFrameTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledFrameTransport.h; path = rsocket/framing/ScheduledFrameTransport.h; sourceTree = ""; }; - 56EA547028CE64C07C18094540082BED /* PThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PThread.h; path = folly/portability/PThread.h; sourceTree = ""; }; - 56F20BBC2DB77EDFAD984AAF30AE354E /* react-native-slider.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-slider.release.xcconfig"; sourceTree = ""; }; - 5709EA7F1652409D9ACE94DA3C90BD53 /* Likely.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Likely.h; path = folly/Likely.h; sourceTree = ""; }; - 570B604D0EDCB054BC404E5CF99B51B4 /* TokenBucket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TokenBucket.h; path = folly/TokenBucket.h; sourceTree = ""; }; - 570F5E5549F51B4AB7B827E62F4A6B4E /* bufferevent_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bufferevent_compat.h; path = src/event2/bufferevent_compat.h; sourceTree = ""; }; - 571A5E9C5FCB78D46584B90A993DDB28 /* TLRefCount.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TLRefCount.h; path = folly/experimental/TLRefCount.h; sourceTree = ""; }; - 57259A4DAE5C3C6221BF7057074DE81A /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; - 5729C4C6ECF1139A12EEEBD651C273E4 /* opensslv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = opensslv.h; path = ios/include/openssl/opensslv.h; sourceTree = ""; }; + 5648D0DED4B95E9007B01DF3192B7AE9 /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; + 5658C71B558145AD425C652C11FC74CB /* GULSecureCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSecureCoding.m; path = GoogleUtilities/Environment/GULSecureCoding.m; sourceTree = ""; }; + 566CD7825450A314A4F8663F9EABA050 /* BSGOutOfMemoryWatchdog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGOutOfMemoryWatchdog.m; sourceTree = ""; }; + 5682B81F132F46A49566E1FEDD0D7FE5 /* rn-extensions-share-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-extensions-share-prefix.pch"; sourceTree = ""; }; + 5683A8EF32A6F18B3ACFB05B22548E02 /* cost_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips_dsp_r2.c; path = src/dsp/cost_mips_dsp_r2.c; sourceTree = ""; }; + 568CE2640FC163078A3B38A92B643050 /* rc4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rc4.h; path = ios/include/openssl/rc4.h; sourceTree = ""; }; + 5696C60DADF60B9A971AF4EBE6C82C44 /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; + 5697F11A11D826D61C3BB08A6E796840 /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RecoverableError.h; sourceTree = ""; }; + 56998FC15EB9F0D02233BDC9808668FA /* AsyncTimeout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncTimeout.cpp; path = folly/io/async/AsyncTimeout.cpp; sourceTree = ""; }; + 56BCF70089D0019AFB53BCE74F7DB116 /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; + 56C05ECD2D97266A5FA32C86606F1767 /* FirebaseAnalytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseAnalytics.framework; path = Frameworks/FirebaseAnalytics.framework; sourceTree = ""; }; + 56DE755460910820B5A3CAE972DBAE66 /* TOCropToolbar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropToolbar.h; path = "Objective-C/TOCropViewController/Views/TOCropToolbar.h"; sourceTree = ""; }; + 56E499F2B159DB9A0F9234FC5740DD1A /* FIRCLSProfiling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSProfiling.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSProfiling.h; sourceTree = ""; }; + 56EB0BBEC86C775EF1DD9EA3807842AF /* RNCPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNCPicker-dummy.m"; sourceTree = ""; }; + 56ED77DCABC11D49D1D2C0219FE9F6E4 /* StreamThroughputMemory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamThroughputMemory.cpp; path = rsocket/benchmarks/StreamThroughputMemory.cpp; sourceTree = ""; }; + 572AE574D6BE9C0DBB2FB58BB3A808E0 /* React-RCTLinking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTLinking-dummy.m"; sourceTree = ""; }; + 5732A5ECEBCEE4A462DCAE8927ED197E /* GULReachabilityChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityChecker.h; path = GoogleUtilities/Reachability/Private/GULReachabilityChecker.h; sourceTree = ""; }; 5737DDB4BC95AD399B3206838AB97095 /* libRNCAsyncStorage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNCAsyncStorage.a; path = libRNCAsyncStorage.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 574DF364DC602889A1B0A8A6A6D216C0 /* CallOnce.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallOnce.h; path = folly/synchronization/CallOnce.h; sourceTree = ""; }; + 57491249F8D1EE485BC9974427425C2B /* FIRInstallationsStoredItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredItem.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.m; sourceTree = ""; }; 574E8A849B86DCF8EE5726418D974721 /* libEXWebBrowser.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXWebBrowser.a; path = libEXWebBrowser.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 576293A6173C9175B6FDB3B753E3CA42 /* FIRCLSProcessReportOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSProcessReportOperation.m; path = Crashlytics/Crashlytics/Operations/Reports/FIRCLSProcessReportOperation.m; sourceTree = ""; }; - 5796122E2E69F134B682B733531BE900 /* FBLPromise+Wrap.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Wrap.m"; path = "Sources/FBLPromises/FBLPromise+Wrap.m"; sourceTree = ""; }; - 57966003E462CBCCD2D0ECF62D25B9D1 /* MiniPBCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MiniPBCoder.h; path = Core/MiniPBCoder.h; sourceTree = ""; }; - 57A1F52C18E60EE478C452618B972E79 /* ARTRenderableManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTRenderableManager.h; sourceTree = ""; }; - 57B13A6319246E56227D00DF2C0103C2 /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; - 57D08E32E220189FFA0999221B3F7B86 /* sha.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sha.h; path = ios/include/openssl/sha.h; sourceTree = ""; }; - 57E21668F07911CCB870615C2657A6B2 /* AsyncSocketBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncSocketBase.h; path = folly/io/async/AsyncSocketBase.h; sourceTree = ""; }; - 57FBA7130F10FB5D6B17F69F05845853 /* React-RCTLinking.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.release.xcconfig"; sourceTree = ""; }; - 5803C08A51F87F03DB90364D32C90A14 /* SDDeviceHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDeviceHelper.h; path = SDWebImage/Private/SDDeviceHelper.h; sourceTree = ""; }; - 580477D78C557257DFE03501D1D7B57C /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; - 5817BDF7EEFC03A43BB5D078A9E6A7AA /* Sockets.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sockets.h; path = folly/portability/Sockets.h; sourceTree = ""; }; - 58211294EC89161D8570FDBE8712FC61 /* BSGOutOfMemoryWatchdog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGOutOfMemoryWatchdog.h; sourceTree = ""; }; - 582F6A521C6BAE86950DCD289A3C89F2 /* diy-fp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "diy-fp.h"; path = "double-conversion/diy-fp.h"; sourceTree = ""; }; - 582FBCC3A9508228F73AFC26F70C86C1 /* RNEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNEventEmitter.h; path = RNNotifications/RNEventEmitter.h; sourceTree = ""; }; - 583EED4D340B55CFD0D649D100F9EBAE /* RCTConvert+REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+REATransition.m"; sourceTree = ""; }; - 584254B2021AEC69B10405490115E5BD /* ThreadCachedArena.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadCachedArena.cpp; path = folly/memory/ThreadCachedArena.cpp; sourceTree = ""; }; - 5846DE943AFEC0FD28AC074849482B57 /* React-jsi-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsi-prefix.pch"; sourceTree = ""; }; - 5847717A34C727B378FB8A680FE96E7A /* BSG_KSCrashDoctor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashDoctor.m; sourceTree = ""; }; - 5853321AC724003E5228DD540D1A330C /* FramedDuplexConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FramedDuplexConnection.h; path = rsocket/framing/FramedDuplexConnection.h; sourceTree = ""; }; + 57527C1ADD33E17351588E6EDC76AF72 /* EventBaseManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBaseManager.h; path = folly/io/async/EventBaseManager.h; sourceTree = ""; }; + 5759BDFEC341915F75AEE1B768C3097A /* IPAddress.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IPAddress.cpp; path = folly/IPAddress.cpp; sourceTree = ""; }; + 575B25FE7855718572C034B6255A981F /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; + 576F13703190D0EA6E5631025D438A95 /* UMViewManagerAdapterClassesRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapterClassesRegistry.m; sourceTree = ""; }; + 577D18592A51A28BA6BF756EBBC9D7A1 /* RCTCxxMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxMethod.h; sourceTree = ""; }; + 57806793A1397E49CE878A52F7BC900E /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; + 5791CBE9F30DE44EE14C14D96556BB35 /* FIRInstallationsIIDTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDTokenStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.h; sourceTree = ""; }; + 57C7016184762D7632319F53C45FD79C /* RNCMaskedView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCMaskedView.release.xcconfig; sourceTree = ""; }; + 57D665E0B76742C9DEEF2CDF4AF2140A /* FirebaseAnalytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.release.xcconfig; sourceTree = ""; }; + 57F0E47BFE999ABE114386B957E8A80E /* BugsnagSessionTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTracker.h; sourceTree = ""; }; + 57F58CB39739BCD7EB2A2F0C9D833555 /* UniqueInstance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UniqueInstance.h; path = folly/detail/UniqueInstance.h; sourceTree = ""; }; + 580E6012017FA946FFD766E17030AD64 /* RNCPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNCPicker-prefix.pch"; sourceTree = ""; }; + 5810A2CAD229D5E26C07A9AFDAE72C9F /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/Core/NSData+ImageContentType.m"; sourceTree = ""; }; + 583A5CE961C7C321B6AEDC6BD910170D /* ExecutorWithPriority.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ExecutorWithPriority.cpp; path = folly/executors/ExecutorWithPriority.cpp; sourceTree = ""; }; + 5864337237459EAD63F46D06D344250F /* NotificationQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NotificationQueue.h; path = folly/io/async/NotificationQueue.h; sourceTree = ""; }; 586602EDE69E2D273945D156ECB89853 /* libPods-RocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-RocketChatRN.a"; path = "libPods-RocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 5878A348B854C5CB6C0A05E8962216C1 /* rescaler.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler.c; path = src/dsp/rescaler.c; sourceTree = ""; }; - 58953EFB05E34ADC19594BE3C3363A7E /* QuotientMultiSet-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "QuotientMultiSet-inl.h"; path = "folly/experimental/QuotientMultiSet-inl.h"; sourceTree = ""; }; - 589C53478F25311FC3BC826B0A3C3199 /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; - 58D5369436BCD3ED0445940FC4002A58 /* FIRCLSMachOBinary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachOBinary.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.h; sourceTree = ""; }; - 58ED8CE523D78DCB451AFE24CE382BB1 /* react-native-slider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-slider-prefix.pch"; sourceTree = ""; }; - 58EF60B3EAA308AC161116719ADA3E6C /* Ionicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Ionicons.ttf; path = Fonts/Ionicons.ttf; sourceTree = ""; }; - 58F4AA7197E9F31E4C505403D99F5A53 /* evdns.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evdns.h; path = src/evdns.h; sourceTree = ""; }; - 5933E41845D61F52F2AC7D750E6465B6 /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; - 5938B228143ED4DA4FD428855F6DDD12 /* RNReanimated-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNReanimated-dummy.m"; sourceTree = ""; }; - 5957E2AB10A676C9187DB35FC1D57684 /* SDImageCachesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManager.h; path = SDWebImage/Core/SDImageCachesManager.h; sourceTree = ""; }; - 5982BE1523F2DE0CF5337F7964BD4741 /* Dirent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Dirent.h; path = folly/portability/Dirent.h; sourceTree = ""; }; - 598D5ADCDD11960B13BDC84A01E5703D /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 5998B94642EF779D0A0B9520654AF5B1 /* Unistd.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Unistd.cpp; path = folly/portability/Unistd.cpp; sourceTree = ""; }; - 59A02DCBE4B4AA4965876F31AB12B74B /* webp_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_dec.c; path = src/dec/webp_dec.c; sourceTree = ""; }; - 59C052CF1E95585B52F22573DF6F586E /* Expected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Expected.h; path = folly/Expected.h; sourceTree = ""; }; - 59C217DAE1F8E7FD62022A61ECDCEDEF /* FIRConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRConfiguration.m; path = FirebaseCore/Sources/FIRConfiguration.m; sourceTree = ""; }; - 59ED526F49B0B67AA127424E77EC416E /* RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotifications.m; path = RNNotifications/RNNotifications.m; sourceTree = ""; }; - 59F5731031A0C4C2CD0197E8CED15653 /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; - 59FD13B1731CCBFE1C778EFBDFCB87AA /* RNCAppearance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearance.m; path = ios/Appearance/RNCAppearance.m; sourceTree = ""; }; - 5A0378FFC00CE84D00DA4731FB4774B7 /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; - 5A0CDE2AEED677758E7E12F6EB9F9BA2 /* lossless.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless.h; path = src/dsp/lossless.h; sourceTree = ""; }; - 5A1001AE9B9C32A87BFD0EFF23957AD1 /* FlipperInitConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperInitConfig.h; path = xplat/Flipper/FlipperInitConfig.h; sourceTree = ""; }; - 5A1BEA239ADD8AB347A4BE5961B6F443 /* CString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CString.cpp; path = folly/lang/CString.cpp; sourceTree = ""; }; - 5A22BEC1CC310BB63B8C7D97C091D674 /* SKYogaKitHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKYogaKitHelper.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKYogaKitHelper.h; sourceTree = ""; }; - 5A53A9F7466C8F596D81394779110177 /* animi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = animi.h; path = src/mux/animi.h; sourceTree = ""; }; - 5A672BBE836ABD946E7FCCF592FC43B7 /* ReentrantAllocator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ReentrantAllocator.cpp; path = folly/memory/ReentrantAllocator.cpp; sourceTree = ""; }; - 5A6B52633AFC19E416B9E442017E83C7 /* RCTAccessibilityManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAccessibilityManager.mm; sourceTree = ""; }; - 5A71228AA3D89DF8050CDFB5B07FC3E2 /* BugsnagApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagApiClient.h; sourceTree = ""; }; - 5A79C0CCB7A6CCA0D60DD70B623072CE /* react-native-background-timer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-background-timer.release.xcconfig"; sourceTree = ""; }; - 5A8FD9D312A63E080E3D9659170979BD /* react-native-mmkv-storage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-mmkv-storage.debug.xcconfig"; sourceTree = ""; }; - 5AABC0F0F380EA656D74B0E3E4D5ED8F /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; + 586EA495F3CDFC6F7ED11ED20E3201C4 /* RCTConvert+ART.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+ART.h"; path = "ios/RCTConvert+ART.h"; sourceTree = ""; }; + 5877AFDEC339C9F71246DF078C6383BE /* ChannelResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ChannelResponder.cpp; path = rsocket/statemachine/ChannelResponder.cpp; sourceTree = ""; }; + 5882C8B326D8C2896E07CEB956D8A202 /* StringKeyedUnorderedMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedUnorderedMap.h; path = folly/experimental/StringKeyedUnorderedMap.h; sourceTree = ""; }; + 58867A44AB3C91E7BF1716ACDAD868D0 /* FIRCoreDiagnosticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsInterop.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h; sourceTree = ""; }; + 588A2F76B97DCC69EEC0ADD7933D4B29 /* ConstexprMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConstexprMath.h; path = folly/ConstexprMath.h; sourceTree = ""; }; + 58AB994521FD4D5415715A13F67DDC86 /* NSButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSButton+WebCache.m"; path = "SDWebImage/Core/NSButton+WebCache.m"; sourceTree = ""; }; + 58E7F83D446EF1D0F268AE62F514548E /* GULKeychainUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainUtils.h; path = GoogleUtilities/Environment/Private/GULKeychainUtils.h; sourceTree = ""; }; + 58E8E8675CA087837856610D2F3AD3A9 /* RSocketRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketRequester.h; path = rsocket/RSocketRequester.h; sourceTree = ""; }; + 58F840D6AA1892A8F858310121E0488F /* TimeoutQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimeoutQueue.h; path = folly/TimeoutQueue.h; sourceTree = ""; }; + 59090E80FB6B1B63C5DABD61B86951B8 /* ThriftStreamShim.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThriftStreamShim.h; path = yarpl/flowable/ThriftStreamShim.h; sourceTree = ""; }; + 590B92C661C38A079042B697E64EC4C2 /* FIRCLSConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSConstants.m; path = Crashlytics/Shared/FIRCLSConstants.m; sourceTree = ""; }; + 592577787E6D7CF24EDF5392204060A2 /* EDFThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EDFThreadPoolExecutor.h; path = folly/executors/EDFThreadPoolExecutor.h; sourceTree = ""; }; + 592885BF4774CBF8CB0D923078849459 /* BSG_KSJSONCodec.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSJSONCodec.c; sourceTree = ""; }; + 592DD80BBBA797B54652D50053D7B60F /* TimeoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimeoutManager.h; path = folly/io/async/TimeoutManager.h; sourceTree = ""; }; + 5933F4F939F7CC98848B03A96477BA97 /* picture_csp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_csp_enc.c; path = src/enc/picture_csp_enc.c; sourceTree = ""; }; + 594DA5C684A1F3E750ECDF673845F41B /* ObservableDoOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObservableDoOperator.h; path = yarpl/observable/ObservableDoOperator.h; sourceTree = ""; }; + 595A19DAA5BBFAC8265EB86C4F602CD4 /* BSG_KSCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry.h; sourceTree = ""; }; + 596348D663CAD4C093E331A36EA1F008 /* GULLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULLogger.m; path = GoogleUtilities/Logger/GULLogger.m; sourceTree = ""; }; + 5968DA24D6D3F1772EB1706FF3C1D40A /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; + 5981F4437234DFC0326886AC9E27D0D3 /* React-jsinspector.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.release.xcconfig"; sourceTree = ""; }; + 598376BAF2EB78D1BEB6B570512ECA06 /* JSCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCRuntime.h; sourceTree = ""; }; + 5995B483B9AC918FBAEDEF7F604C89F9 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; + 599E1258B9568B7CEE685BD128186A64 /* Format.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Format.h; path = folly/Format.h; sourceTree = ""; }; + 59C4AF2D4F1DA2588C8EC94898F2D084 /* SDWebImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.debug.xcconfig; sourceTree = ""; }; + 5A09E78BF93669FC33C640C83769FB89 /* BSG_KSCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrash.m; sourceTree = ""; }; + 5A16D244366D432E38B8E997E46E2E6C /* FIRCLSSerializeSymbolicatedFramesOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSerializeSymbolicatedFramesOperation.m; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.m; sourceTree = ""; }; + 5A1E03841F4E5C270ED66C8D09ED7636 /* ReadMostlySharedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReadMostlySharedPtr.h; path = folly/experimental/ReadMostlySharedPtr.h; sourceTree = ""; }; + 5A3078DDC949A3296470EE900D1420C6 /* EventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventHandler.h; path = folly/io/async/EventHandler.h; sourceTree = ""; }; + 5A3E1C4DCBFA4BD27E867E02BB4A1216 /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; + 5A42B29DA8DCC509D2967F364F45C6DB /* StreamRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StreamRequester.h; path = rsocket/statemachine/StreamRequester.h; sourceTree = ""; }; + 5A42D98799F7756E4AEA181A8B8BB607 /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; sourceTree = ""; }; + 5A599A30AC2C9561DEA9B8C021C8045F /* Sockets.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sockets.h; path = folly/portability/Sockets.h; sourceTree = ""; }; + 5A61D1D21DA61E63B633541A52EC3B33 /* File.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = File.h; path = folly/File.h; sourceTree = ""; }; + 5A6864F1DC76993A019E7FF5D2B52E5E /* TOCropViewController-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TOCropViewController-prefix.pch"; sourceTree = ""; }; + 5A74019B547CECA96E7F45657B514245 /* TupleOps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TupleOps.h; path = folly/experimental/TupleOps.h; sourceTree = ""; }; + 5A7852727745085FA4D604E935ADB37D /* UMModuleRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistry.m; sourceTree = ""; }; + 5A887E0E13E049590CB57AE1AC5B4A44 /* UMImageLoaderInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMImageLoaderInterface.debug.xcconfig; sourceTree = ""; }; + 5A8F4D41E448E3CFB067F47381E98A30 /* IPAddressV4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressV4.h; path = folly/IPAddressV4.h; sourceTree = ""; }; + 5A9117E5161E91DE6D9FB7096AF981CF /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; + 5A923EE728DC48A2A99DCEA87ADA8B34 /* REATransitionAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionAnimation.h; sourceTree = ""; }; + 5AA44050E5587A713DE4EE46F41B7FA6 /* JSBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBigString.h; sourceTree = ""; }; + 5AA778BF9A1C50FA6D862CEFC0D5388C /* Log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Log.cpp; path = xplat/Flipper/Log.cpp; sourceTree = ""; }; + 5AB19C1880516910F892753A3E7BFF38 /* PThread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PThread.cpp; path = folly/portability/PThread.cpp; sourceTree = ""; }; + 5AB3C649C585BDA1CC889A3ACB1EC56D /* react-native-mmkv-storage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-mmkv-storage.debug.xcconfig"; sourceTree = ""; }; 5AB4C53466CBBE6F35CF70C0E6BA9B15 /* Pods-NotificationService.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-NotificationService.debug.xcconfig"; sourceTree = ""; }; - 5ABFF129CB16F1E5153FC5697C500AE4 /* FIRCLSInternalReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInternalReport.h; path = Crashlytics/Crashlytics/Models/FIRCLSInternalReport.h; sourceTree = ""; }; - 5B03E7BCC11B49302C38AA6FCE6F36C0 /* react-native-restart.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-restart.release.xcconfig"; sourceTree = ""; }; - 5B0A5B1CF4FA00D392BFA9CA2041742B /* YogaKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YogaKit-prefix.pch"; sourceTree = ""; }; + 5AC04944C7785AE334ECB6E6F32571D6 /* libevent_pthreads.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libevent_pthreads.a; path = lib/libevent_pthreads.a; sourceTree = ""; }; + 5AD104F4D43C131F3A60BD50B2D9350A /* Hardware.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hardware.h; path = folly/chrono/Hardware.h; sourceTree = ""; }; + 5AE5E332B3CD70ED6F893B915FCE6104 /* rsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rsa.h; path = ios/include/openssl/rsa.h; sourceTree = ""; }; + 5B0394692BFDC48EDAF0F9D65F4907F2 /* Uri-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Uri-inl.h"; path = "folly/Uri-inl.h"; sourceTree = ""; }; + 5B076D51433AF81890FBA02A14179862 /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = event.h; path = src/event2/event.h; sourceTree = ""; }; + 5B2203EE6182D3AFC8D5E39E221F53A6 /* StorageSetters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StorageSetters.h; path = ios/StorageSetters.h; sourceTree = ""; }; 5B3357A1CE67C0BF4AE31936A1BE6888 /* libYogaKit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libYogaKit.a; path = libYogaKit.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5B3541B39915843B39D68744B908C1E5 /* FIRInstallationsVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsVersion.h; path = FirebaseInstallations/Source/Library/Public/FIRInstallationsVersion.h; sourceTree = ""; }; - 5B3944B6853330CF6604A3B30F7C55C6 /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; - 5B47E2E3EF7D2C645D9269049D3D360F /* REATransitionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionManager.h; sourceTree = ""; }; - 5BAF20BC6ED43D3B1215BD495A13E76F /* UMTaskServiceInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskServiceInterface.h; path = UMTaskManagerInterface/UMTaskServiceInterface.h; sourceTree = ""; }; - 5BB09561C78CD9CF7D36A89384AA2215 /* react-native-restart-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-restart-prefix.pch"; sourceTree = ""; }; - 5BB62B30BB36073A9F48E774C1BBF922 /* NetOps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = NetOps.cpp; path = folly/net/NetOps.cpp; sourceTree = ""; }; - 5BCBB59E90419404C06ADEE2D1CF1E44 /* GULKeychainUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainUtils.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m; sourceTree = ""; }; - 5BD8DB2BD1B080DB3937693A6FE2C96B /* Malloc.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Malloc.cpp; path = folly/portability/Malloc.cpp; sourceTree = ""; }; - 5BED477B5E45A426873C4613707FA82B /* TOCropViewConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropViewConstants.h; path = "Objective-C/TOCropViewController/Constants/TOCropViewConstants.h"; sourceTree = ""; }; - 5BF0A17C50E637EE625BEE524CA032E2 /* React-RCTActionSheet.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTActionSheet.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 5C03549EBE115187A34696FCE960C61D /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Sources/Private/FIRComponentType.h; sourceTree = ""; }; - 5C081F81F3AC51CCB87F01CD17B47F43 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 5C28F27A2781674508C1E938D672819C /* SafeAreaSpacerViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerViewLocalData.m; sourceTree = ""; }; - 5C602EDE4FBB5A9C0C5EA1E42D9D404A /* RCTLinkingPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingPlugins.h; path = Libraries/LinkingIOS/RCTLinkingPlugins.h; sourceTree = ""; }; - 5C7FBB00D55337158A9FA5FD3966B142 /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageShadowView.m; sourceTree = ""; }; - 5C98F42DE8E89A39542F8AD8EDE1EF76 /* FirebaseInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallations.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations.h; sourceTree = ""; }; - 5CADBD5154F6AC038CC54E6430B9E344 /* GDTCORUploadCoordinator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORUploadCoordinator.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORUploadCoordinator.m; sourceTree = ""; }; - 5CB2C8598A78186087EFAD11563E4703 /* SDImageLoadersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoadersManager.h; path = SDWebImage/Core/SDImageLoadersManager.h; sourceTree = ""; }; - 5CC8D5E9BDDF9AE7EC844622946B58FC /* FBLPromise+Race.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Race.m"; path = "Sources/FBLPromises/FBLPromise+Race.m"; sourceTree = ""; }; - 5CCE21979BF69467A64B0DAC95A09C84 /* Exception.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Exception.h; path = folly/Exception.h; sourceTree = ""; }; - 5CEBA58F61DFC16C22E73978FC4CA562 /* JSCExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCExecutorFactory.h; sourceTree = ""; }; - 5CED9141A762A8D2BABE38E60E6C8C00 /* JSIndexedRAMBundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSIndexedRAMBundle.h; sourceTree = ""; }; - 5D034F7D6FEAD393A7ABD75AF1EB7B9B /* RCTCustomInputControllerTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomInputControllerTemp.m; sourceTree = ""; }; - 5D067FD3B8AF19CAD0D9DC292702934A /* Hardware.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hardware.h; path = folly/chrono/Hardware.h; sourceTree = ""; }; - 5D08E10D52B2673BABBFB140C4196A8D /* RCTDevLoadingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevLoadingView.h; path = React/CoreModules/RCTDevLoadingView.h; sourceTree = ""; }; - 5D0D217C04BD36D432F55C69592B4EB3 /* RCTDevLoadingViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingViewProtocol.h; sourceTree = ""; }; - 5D1FD64D9F24362E82F034B00E36F777 /* Singleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Singleton.h; path = folly/Singleton.h; sourceTree = ""; }; - 5D29F458A418DE1FF720CE2D6755FF09 /* AsyncTimeout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncTimeout.cpp; path = folly/io/async/AsyncTimeout.cpp; sourceTree = ""; }; - 5D2A2ADD5E798B9C094EB0F4B7F31CCE /* FormatArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FormatArg.h; path = folly/FormatArg.h; sourceTree = ""; }; - 5D353FD5C143B9AB5EDE108F3CC683F1 /* RSocketTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketTransport.h; path = rsocket/transports/RSocketTransport.h; sourceTree = ""; }; - 5D38E73322388C1A10EFD64A7640887D /* RNFlingHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFlingHandler.h; sourceTree = ""; }; - 5D57548D1F221EEB174F9689FC6B8EF4 /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; - 5D66719D23382535D423505292018152 /* GULLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULLogger.m; path = GoogleUtilities/Logger/GULLogger.m; sourceTree = ""; }; - 5D6692319FBCB2C548FA7CFB1B79ADC3 /* RNSScreenStack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStack.h; path = ios/RNSScreenStack.h; sourceTree = ""; }; - 5D6A9D8332E1B15D3AF0B3230CC185E9 /* react-native-netinfo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-netinfo.debug.xcconfig"; sourceTree = ""; }; - 5D6BC0D1EA8161D76A02E47521A92AF7 /* FingerprintPolynomial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FingerprintPolynomial.h; path = folly/detail/FingerprintPolynomial.h; sourceTree = ""; }; - 5D74B5746888E60D713E8D8E9F79D74E /* SKStateUpdateCPPWrapper.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKStateUpdateCPPWrapper.mm; path = iOS/FlipperKit/SKStateUpdateCPPWrapper.mm; sourceTree = ""; }; - 5DA8AC40A54B43A4085F193DCBF3BA87 /* RNDateTimePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDateTimePicker.h; path = ios/RNDateTimePicker.h; sourceTree = ""; }; - 5DB2848D0166480811F5DAD5CC1ED367 /* HazptrObjLinked.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrObjLinked.h; path = folly/synchronization/HazptrObjLinked.h; sourceTree = ""; }; - 5DC87C5B7AF86C5559A98771B020625A /* DistributedMutexSpecializations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DistributedMutexSpecializations.h; path = folly/synchronization/DistributedMutexSpecializations.h; sourceTree = ""; }; - 5DE091A97DCFB51324BFCDAB56F244E8 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 5E064AB59A12B184432C2B74F4FD4721 /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; - 5E0AA8D2CC259D1EF47D73F9A2C1D441 /* AtomicReadMostlyMainPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicReadMostlyMainPtr.h; path = folly/experimental/AtomicReadMostlyMainPtr.h; sourceTree = ""; }; - 5E0CC95DB6BA9DF61354BE3A90DFB63F /* UMModuleRegistryProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryProvider.h; sourceTree = ""; }; - 5E12276A6C8C895FFB342D8471718980 /* FBLPromiseError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromiseError.h; path = Sources/FBLPromises/include/FBLPromiseError.h; sourceTree = ""; }; - 5E2133FA95032CD7B0E5BCA5071A6D7A /* BSG_KSSystemInfoC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfoC.h; sourceTree = ""; }; - 5E3DBE677B2A43A451B65887FD6DF619 /* FlowableConcatOperators.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlowableConcatOperators.h; path = yarpl/flowable/FlowableConcatOperators.h; sourceTree = ""; }; - 5E44833D0F1D4E4B04FCF411378E1C28 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 5B4EB78DA68B9B8D3B35E2CFCE318F72 /* GULLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLogger.h; path = GoogleUtilities/Logger/Private/GULLogger.h; sourceTree = ""; }; + 5B5CE3CB0094EC676C92DCED91729BC6 /* asn1_mac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1_mac.h; path = ios/include/openssl/asn1_mac.h; sourceTree = ""; }; + 5B6B3373367726E09243436F3264991D /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.h"; sourceTree = ""; }; + 5B9FBBA3C9B48C0FF635ED6FFD48FA8B /* React-jsinspector-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsinspector-dummy.m"; sourceTree = ""; }; + 5BA387EA97F001C16AAEBB8058CEC51E /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = ""; }; + 5BEABB790CF31D1854C545A7E0AF6A41 /* DelayedDestruction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DelayedDestruction.h; path = folly/io/async/DelayedDestruction.h; sourceTree = ""; }; + 5BF20AEE9629FF57E3DBA1374DF5158B /* FirebaseCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCore-dummy.m"; sourceTree = ""; }; + 5C0613BF6D05BBA88027F2EA5030B8FD /* Singleton-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Singleton-inl.h"; path = "folly/Singleton-inl.h"; sourceTree = ""; }; + 5C10D6FD9FAA288054D1A307945AE4EB /* RSocketParameters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketParameters.h; path = rsocket/RSocketParameters.h; sourceTree = ""; }; + 5C11C44A2D9489E22B2FED225FB6B8D8 /* FLEXUtility.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FLEXUtility.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXUtility.mm; sourceTree = ""; }; + 5C12600FD05EB6F904D709D9BEA39F37 /* react-native-safe-area-context-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-safe-area-context-dummy.m"; sourceTree = ""; }; + 5C1515D750DAA8DC9CEC19011F6EDB20 /* Time.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Time.h; path = folly/portability/Time.h; sourceTree = ""; }; + 5C1AA60341C45A1D87060CC6811A3ABC /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 5C2A172DABE612EA73299FA5E2DA086E /* upsampling_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_msa.c; path = src/dsp/upsampling_msa.c; sourceTree = ""; }; + 5C3DF36C9C5693CA3885178A485C0EA4 /* FlipperStep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperStep.h; path = xplat/Flipper/FlipperStep.h; sourceTree = ""; }; + 5C41F085EC6B4AEA272F386CC12C2231 /* React-RCTAnimation-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTAnimation-prefix.pch"; sourceTree = ""; }; + 5C46D1443C6C1C0D36F0D76896951DC0 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; + 5C4EC921ADC7DE0C21E22E92B1958790 /* UMSensorsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMSensorsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 5C53CCA429164B642AD8D046A2E7E447 /* TOCropToolbar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropToolbar.m; path = "Objective-C/TOCropViewController/Views/TOCropToolbar.m"; sourceTree = ""; }; + 5C5967EFEEF8DA65BF4FEC35B2266BD9 /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ModuleRegistry.h; sourceTree = ""; }; + 5C6E7195BDB8072FDAB3908CF9B70685 /* FlipperKitReactPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FlipperKitReactPlugin.m; path = iOS/Plugins/FlipperKitReactPlugin/FlipperKitReactPlugin/FlipperKitReactPlugin.m; sourceTree = ""; }; + 5C76B4289ED679B67CF5684C116ACB4A /* SDFileAttributeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDFileAttributeHelper.h; path = SDWebImage/Private/SDFileAttributeHelper.h; sourceTree = ""; }; + 5C8C07D0E15174388F9C548C783507D4 /* RNJitsiMeetView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetView.m; path = ios/RNJitsiMeetView.m; sourceTree = ""; }; + 5C9DB5EBFD9195ED559D5FCF74D0ED09 /* REAClockNodes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAClockNodes.m; sourceTree = ""; }; + 5C9F4E89BD15F556A6A5814E998F3F34 /* EXFileSystem.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXFileSystem.release.xcconfig; sourceTree = ""; }; + 5CA9966DF755C9B18EF7EB51D2A8841D /* ThreadedRepeatingFunctionRunner.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadedRepeatingFunctionRunner.h; path = folly/experimental/ThreadedRepeatingFunctionRunner.h; sourceTree = ""; }; + 5CF2F44E930E5B95CD723C9EF8940438 /* x509v3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509v3.h; path = ios/include/openssl/x509v3.h; sourceTree = ""; }; + 5CF45B559F056D70AC4BE3FEB2311C3C /* RNCSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSliderManager.h; path = ios/RNCSliderManager.h; sourceTree = ""; }; + 5D305DF7D7D5B3FE8785B5534CEB59B9 /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; + 5D47772AEA2809890215F21916D852EA /* event_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = event_compat.h; path = src/event2/event_compat.h; sourceTree = ""; }; + 5D6ACAE37768703D6BE0A3064D9A9AF5 /* EXHaptics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXHaptics-prefix.pch"; sourceTree = ""; }; + 5D96FA7C131F44E288380401DBB2BA2E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 5D9AF96F88680045728AC4C4F4525E3A /* Promise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Promise.h; path = folly/futures/Promise.h; sourceTree = ""; }; + 5DB210A073B76CA9A00756D07ACE4188 /* dns_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dns_struct.h; path = src/event2/dns_struct.h; sourceTree = ""; }; + 5DC4EE825AE83E4E1922C5BA56F4F3D0 /* BSG_KSCrashType.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashType.c; sourceTree = ""; }; + 5DC7951B226DF5449C013D5A4B53C2E2 /* GULAppDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULAppDelegateSwizzler.h; sourceTree = ""; }; + 5DD862F5BB790136CC54E049F7D6B37D /* FIRAEvent+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRAEvent+Internal.m"; path = "Crashlytics/Crashlytics/Helpers/FIRAEvent+Internal.m"; sourceTree = ""; }; + 5DDDF70397E873FB66A7DD6FD2386304 /* HHWheelTimer-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "HHWheelTimer-fwd.h"; path = "folly/io/async/HHWheelTimer-fwd.h"; sourceTree = ""; }; + 5E01B8C4C7D391A02220FAC33AA4BEE0 /* dwarf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dwarf.h; path = Crashlytics/third_party/libunwind/dwarf.h; sourceTree = ""; }; + 5E2FA64151348D7C827CB5D3D72262EE /* RCTDataRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDataRequestHandler.mm; sourceTree = ""; }; + 5E4013B781E6FA18F1ED8763DAF5639A /* RNFBCrashlytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBCrashlytics.debug.xcconfig; sourceTree = ""; }; + 5E418FE0CA836FF3609A983A812AB37A /* SetupResumeAcceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SetupResumeAcceptor.cpp; path = rsocket/internal/SetupResumeAcceptor.cpp; sourceTree = ""; }; 5E4674603A5D5B9215FFA0F8E69F8B71 /* liblibwebp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = liblibwebp.a; path = liblibwebp.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 5E72CE48236C74E35DCB27E2309C33F7 /* InlineExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InlineExecutor.cpp; path = folly/executors/InlineExecutor.cpp; sourceTree = ""; }; - 5E8465B70156CE25EF8997F74BABED90 /* UMViewManagerAdapterClassesRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapterClassesRegistry.m; sourceTree = ""; }; - 5E9B22A83F7AB8F008AEA5BDB2240A10 /* keyvalq_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = keyvalq_struct.h; path = src/event2/keyvalq_struct.h; sourceTree = ""; }; - 5E9D5308BC2F12F4E1BD9CDEA3AA9E74 /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = SDWebImage/Core/SDWebImageTransition.m; sourceTree = ""; }; - 5EB3B9BD3284402B44E4DEDA579AA7E5 /* opensslconf-i386.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "opensslconf-i386.h"; path = "ios/include/openssl/opensslconf-i386.h"; sourceTree = ""; }; - 5EB8556CA61789304716E62517FE600C /* BSG_KSCrashReport.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashReport.c; sourceTree = ""; }; - 5EBFD6FC0557EBB971CE2ED410C39A96 /* FIRCLSRecordIdentity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordIdentity.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.m; sourceTree = ""; }; - 5ECF9FF32CA98B157B2590777D618B27 /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; - 5EDF2DDDE1682952B95F4AEC0103225C /* AtomicUnorderedMapUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUnorderedMapUtils.h; path = folly/detail/AtomicUnorderedMapUtils.h; sourceTree = ""; }; - 5EE01601DE5E55BF4299C42BF15059AE /* RNFBApp-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFBApp-dummy.m"; sourceTree = ""; }; - 5F1D18765AA7F39C8AED771676C48B92 /* EXKeepAwake-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXKeepAwake-prefix.pch"; sourceTree = ""; }; - 5F2B6A5CE87255DFB3137341A597ED73 /* PTChannel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PTChannel.m; path = peertalk/PTChannel.m; sourceTree = ""; }; - 5F38AB200A951D9A3A9DC3DEEF7F97FF /* STTimerFDTimeoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = STTimerFDTimeoutManager.h; path = folly/experimental/STTimerFDTimeoutManager.h; sourceTree = ""; }; - 5F46C7F58E09118CBD98B1BD1EADEE6E /* json.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json.h; path = folly/json.h; sourceTree = ""; }; - 5F4A3E45806986F060FF64AD1F915166 /* GoogleDataTransportCCTSupport.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransportCCTSupport.debug.xcconfig; sourceTree = ""; }; - 5F4FA594CA408E63F8F47D489F67309A /* RCTBackedTextInputDelegateAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputDelegateAdapter.h; sourceTree = ""; }; - 5F7355636114061320B49B31DB960085 /* Align.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Align.h; path = folly/lang/Align.h; sourceTree = ""; }; - 5FCC251B6130B40B3912FAD85467DE28 /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; - 5FDA69EE11AF86F9FAE9E1F8041A97A1 /* ThreadedExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadedExecutor.h; path = folly/executors/ThreadedExecutor.h; sourceTree = ""; }; - 5FE40E952AF650BE8DBD4668B5BDC6E8 /* GoogleUtilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleUtilities-dummy.m"; sourceTree = ""; }; - 5FED7FC8AE26C86CBEDBFC501A7BE856 /* openssl_md5.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = openssl_md5.h; path = Core/aes/openssl/openssl_md5.h; sourceTree = ""; }; - 6004553B3F9C60E06A1C38DCD8B7AB19 /* BSG_KSDynamicLinker.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSDynamicLinker.c; sourceTree = ""; }; - 600C3A22652285CD154E860575753553 /* BugsnagCrashSentry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashSentry.m; sourceTree = ""; }; - 6026AE1CCEC7FBF85500F813A410C0F1 /* cached-powers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "cached-powers.h"; path = "double-conversion/cached-powers.h"; sourceTree = ""; }; - 60354B3AF94818DC307389E3644E0600 /* Flipper-DoubleConversion.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-DoubleConversion.release.xcconfig"; sourceTree = ""; }; - 603A2FBBA95F6BB3ACD5F291D1295AEF /* RNRootView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNRootView.release.xcconfig; sourceTree = ""; }; - 605A554852F8BC83422196F02E622FCA /* pem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pem.h; path = ios/include/openssl/pem.h; sourceTree = ""; }; - 605DEEA639EE74AE2C477BDD00F888C7 /* Tearable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Tearable.h; path = folly/synchronization/Tearable.h; sourceTree = ""; }; - 6060ECB44B2FDFB8DBEB93108B1FCA3E /* RequestResponseRequester.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RequestResponseRequester.cpp; path = rsocket/statemachine/RequestResponseRequester.cpp; sourceTree = ""; }; - 6079429D4210877CF608A86FD278318E /* BugsnagReactNative.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = BugsnagReactNative.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 6083117FF978997B93E6120A98FB6A6D /* IPAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddress.h; path = folly/detail/IPAddress.h; sourceTree = ""; }; - 60A4A1190F918BA6A477784D23209C19 /* FIRCLSFABHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABHost.m; path = Crashlytics/Shared/FIRCLSFABHost.m; sourceTree = ""; }; - 60B3220480C7541B0560C31D0A978CD8 /* SDWebImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SDWebImage-dummy.m"; sourceTree = ""; }; - 60B9417BD9D42B2EA8E184765B8478D9 /* FIRInstallationsSingleOperationPromiseCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsSingleOperationPromiseCache.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.m; sourceTree = ""; }; - 60C32215AC2F9DCA7696347F6854F385 /* BSG_KSCrashSentry_CPPException.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_CPPException.mm; sourceTree = ""; }; - 6100D5A2AF6BA5830AF835A1C4ABD33C /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; - 61091714003A0DC01ED70720A9382A22 /* Uri.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Uri.cpp; path = folly/Uri.cpp; sourceTree = ""; }; - 6119A1233411DE72C541B3AD832EAB89 /* StorageSetters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StorageSetters.h; path = ios/StorageSetters.h; sourceTree = ""; }; - 611F72B442C997A8F3F72028A35EF346 /* LICENCE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENCE; sourceTree = ""; }; - 612316364B09DE6289043E35664FE754 /* RNNotificationEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationEventHandler.m; path = RNNotifications/RNNotificationEventHandler.m; sourceTree = ""; }; - 612C32B2D95910A3361A902C83CEA408 /* UIImage+GIF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+GIF.m"; path = "SDWebImage/Core/UIImage+GIF.m"; sourceTree = ""; }; - 614651C5AFF2963EC24639CE4DA08665 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 6153DE79359D6AEEE423BE2CE912C33A /* FIRExceptionModel_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRExceptionModel_Private.h; path = Crashlytics/Crashlytics/Private/FIRExceptionModel_Private.h; sourceTree = ""; }; - 615B007A430E757B4F26C2DD3E13D91B /* Config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Config.h; path = folly/portability/Config.h; sourceTree = ""; }; - 615BF83CFFFE5BFE10275720663457A3 /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; - 61613F62532F7AB9AAC2A65F8B5A44D5 /* FIRCLSException.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSException.mm; path = Crashlytics/Crashlytics/Handlers/FIRCLSException.mm; sourceTree = ""; }; - 616CF41E5457EE684A5AAB7CBAE13C8F /* FIRCLSCompactUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSCompactUnwind.c; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.c; sourceTree = ""; }; - 61852F402F4D6B6F18A8884F5709FCCF /* RCTVibration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibration.h; path = Libraries/Vibration/RCTVibration.h; sourceTree = ""; }; - 619EEA12A6D45CE5160705AF656A0B68 /* mdc2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mdc2.h; path = ios/include/openssl/mdc2.h; sourceTree = ""; }; - 61A39B9BC927AE0D61AAE9E1C3821785 /* React-RCTVibration-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTVibration-prefix.pch"; sourceTree = ""; }; - 620D0FE4D76AC0C84A2072F06BBE5C24 /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; - 620DCC02B789945CE3DB19824B6D54E3 /* FIRErrorCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrorCode.h; path = FirebaseCore/Sources/Private/FIRErrorCode.h; sourceTree = ""; }; - 6223A58CE27EB97A01C5089BC15591EE /* react-native-netinfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-netinfo-prefix.pch"; sourceTree = ""; }; - 6232C2954738E9F14292B8018C8329EE /* react-native-slider-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-slider-dummy.m"; sourceTree = ""; }; - 627A18407690EB4C2FF8EE995D8837F4 /* GDTCORTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORTransport.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORTransport.m; sourceTree = ""; }; - 628E91CF6B3063F0CB1FB25D8686FAA9 /* React-RCTText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTText-dummy.m"; sourceTree = ""; }; - 62B95AC88B6DC0CBCD4D79E1D35FE8C7 /* React.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.debug.xcconfig; sourceTree = ""; }; - 62CFF101B57981055F50A1881A01D4F2 /* AsyncUDPSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncUDPSocket.h; path = folly/io/async/AsyncUDPSocket.h; sourceTree = ""; }; - 62D51BD0584C1EF7FD486E9D97623716 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeToJsBridge.h; sourceTree = ""; }; - 62D670FB1F5F4CB67A62B88ED7B975AB /* pb_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_common.h; sourceTree = ""; }; - 62E0AE28136E927B7D0AC81BA2D4F35E /* ImageCropPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ImageCropPicker.m; path = ios/src/ImageCropPicker.m; sourceTree = ""; }; - 62E1C2D1AB055CFC59731A35952ED88B /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 6308402C265EA55D23260866067C8D41 /* EXImageLoader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXImageLoader.release.xcconfig; sourceTree = ""; }; - 631C020830B6193E0798274726EA160C /* react-native-blur.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-blur.release.xcconfig"; sourceTree = ""; }; - 632ACA028A010D033DBBF8D3097CD94C /* react-native-appearance-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-appearance-prefix.pch"; sourceTree = ""; }; - 63457DB7E250E18B6E2303BE4432A6AB /* StreamResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamResponder.cpp; path = rsocket/statemachine/StreamResponder.cpp; sourceTree = ""; }; - 635A4FB8E48C924657B295123F89848C /* EXPermissions.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXPermissions.debug.xcconfig; sourceTree = ""; }; - 637BC64FB28C61EC04879B869D5A969D /* EXAudioSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioSessionManager.m; path = EXAV/EXAudioSessionManager.m; sourceTree = ""; }; - 6386C8BE5ED18FF53FCF6DC6A1074F44 /* React-jsi.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.release.xcconfig"; sourceTree = ""; }; - 639B4C303BE8640A55CEE216A049C7C1 /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; - 63A21352FB7EA129C507C697502BE4F7 /* BaselinesTcp.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaselinesTcp.cpp; path = rsocket/benchmarks/BaselinesTcp.cpp; sourceTree = ""; }; - 63A483D17BDBC2837F9EA0A3070944B1 /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; - 63A9338F1B6FD59995F1078F9F7628ED /* ProxyLockable-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ProxyLockable-inl.h"; path = "folly/synchronization/detail/ProxyLockable-inl.h"; sourceTree = ""; }; - 63B89137B25B076F5B0C2B42AD2E5559 /* StaticTracepoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StaticTracepoint.h; path = folly/tracing/StaticTracepoint.h; sourceTree = ""; }; - 63DA44E83A468EE74531A2DEBACC8BC6 /* UIImage+ExtendedCacheData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ExtendedCacheData.m"; path = "SDWebImage/Core/UIImage+ExtendedCacheData.m"; sourceTree = ""; }; - 6417C9D778BE2E2BAF2226971492F485 /* FBReactNativeSpec-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBReactNativeSpec-dummy.m"; sourceTree = ""; }; - 64237C3FD8BCFF29442EC05AF5FD91CA /* GroupVarintDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GroupVarintDetail.h; path = folly/detail/GroupVarintDetail.h; sourceTree = ""; }; - 6441F9E41C6B9EC2FDE6C6AFF098C4D0 /* UIResponder+FirstResponderTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIResponder+FirstResponderTemp.h"; sourceTree = ""; }; - 6445E163A412E217B84C3EDC0618872D /* mips_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mips_macro.h; path = src/dsp/mips_macro.h; sourceTree = ""; }; - 645F0FB025BDD515DF345A089BF67C92 /* BSG_KSSingleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSingleton.h; sourceTree = ""; }; - 646EAABEA53F8B27F5F33853C3A63FB2 /* cmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cmac.h; path = ios/include/openssl/cmac.h; sourceTree = ""; }; - 6472D86AE81AB56B0DC284AD6F7A579A /* UMAppLoader.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMAppLoader.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 647488FA38B8B6200E7F9AD1B115A97A /* NSData+EXFileSystem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+EXFileSystem.m"; path = "EXFileSystem/NSData+EXFileSystem.m"; sourceTree = ""; }; - 649621CDD8B2AC43956D2950EC665A74 /* cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_enc.c; path = src/enc/cost_enc.c; sourceTree = ""; }; - 64D320351F9A9DBF9B4A25B6720683EE /* RNNotificationParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationParser.h; path = RNNotifications/RNNotificationParser.h; sourceTree = ""; }; - 64D37B23DAF3450B8C477CE39873C68B /* Log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Log.h; path = xplat/Flipper/Log.h; sourceTree = ""; }; - 64DA53D7A6BAF1957484726F1ADC485E /* openssl_md5_locl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = openssl_md5_locl.h; path = Core/aes/openssl/openssl_md5_locl.h; sourceTree = ""; }; - 64FE1DA5E0275DBF374B53B487E71F11 /* Synchronized.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Synchronized.h; path = folly/Synchronized.h; sourceTree = ""; }; + 5E506FE1181DF4E7CD2909912B03081D /* Combine-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Combine-inl.h"; path = "folly/gen/Combine-inl.h"; sourceTree = ""; }; + 5E55D5B8DEA41627F6DFC40B4CE99FEF /* DecoratedAsyncTransportWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DecoratedAsyncTransportWrapper.h; path = folly/io/async/DecoratedAsyncTransportWrapper.h; sourceTree = ""; }; + 5E665198D622FA71128BB4BBF9E153F7 /* InitThreadFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InitThreadFactory.h; path = folly/executors/thread_factory/InitThreadFactory.h; sourceTree = ""; }; + 5E6929DF44F768671E142897ED8025C9 /* fi.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fi.lproj; path = "Objective-C/TOCropViewController/Resources/fi.lproj"; sourceTree = ""; }; + 5E8364C4F10CB2CF4BABE86FEC658B94 /* EXConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstants.h; path = EXConstants/EXConstants.h; sourceTree = ""; }; + 5E856ABC8D8851441E31927B0E15F848 /* BSG_KSMachApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachApple.h; sourceTree = ""; }; + 5E9397A0636933F5CE512BE3684A997E /* FIRCLSDwarfUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDwarfUnwind.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.c; sourceTree = ""; }; + 5ED164BAC32C89B4DF890E99E8DB7D15 /* RNPushKitEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventHandler.m; path = RNNotifications/RNPushKitEventHandler.m; sourceTree = ""; }; + 5EEDBB21EBB3E01D69486EAA9260B600 /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; + 5EEEFA3512B947070E238D049313EC11 /* SKNamed.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKNamed.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNamed.h; sourceTree = ""; }; + 5EFA3227D27951DBA39BDA3975E5EC56 /* SDWebImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImage-prefix.pch"; sourceTree = ""; }; + 5F16C7F90CBEB074329AD1E8576DBBD7 /* ParkingLot.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParkingLot.cpp; path = folly/synchronization/ParkingLot.cpp; sourceTree = ""; }; + 5F1A2BCB3306D3CB6D7AA9595D6F1B9A /* UMFontProcessorInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontProcessorInterface.h; path = UMFontInterface/UMFontProcessorInterface.h; sourceTree = ""; }; + 5F25BF5AB17CF3FD6E5451EE13AF8298 /* EventBaseLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBaseLocal.h; path = folly/io/async/EventBaseLocal.h; sourceTree = ""; }; + 5F29FDE63785762650AF7B38ACF4EEE1 /* React-RCTImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.release.xcconfig"; sourceTree = ""; }; + 5F520C7593DD790E52779344866D0ABA /* UMConstantsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMConstantsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 5F54326AC621E597F0AE6531674584AA /* FIRCLSReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReport.h; path = Crashlytics/Crashlytics/Models/FIRCLSReport.h; sourceTree = ""; }; + 5F5C2BA97A702CD2B80B5A00DD0D99AA /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; + 5F7E8616EDDC74829E2CC1DD96E0C217 /* des_old.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = des_old.h; path = ios/include/openssl/des_old.h; sourceTree = ""; }; + 5F8E5F3740725BCB36489B4A92A84002 /* RNForceTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNForceTouchHandler.h; sourceTree = ""; }; + 5F9B30D5F2E3412ACB207D784D6DC5E6 /* FIRCLSNetworkClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSNetworkClient.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSNetworkClient.h; sourceTree = ""; }; + 5FA31CBEBF7D0603B48F99391B4B3661 /* UIImage+GIF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+GIF.h"; path = "SDWebImage/Core/UIImage+GIF.h"; sourceTree = ""; }; + 5FD2212C32FB6588D5F6BCB188042E17 /* AtomicHashMap-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicHashMap-inl.h"; path = "folly/AtomicHashMap-inl.h"; sourceTree = ""; }; + 5FD3692921DE1167D5624A42D3089C23 /* UMExportedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMExportedModule.h; path = UMCore/UMExportedModule.h; sourceTree = ""; }; + 5FD71FF5C8BD920171A1B57B1D9AB856 /* ExecutionObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExecutionObserver.h; path = folly/experimental/ExecutionObserver.h; sourceTree = ""; }; + 5FF3AE96B28A7E922C58706840507B31 /* React-CoreModules.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-CoreModules.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 5FF5BA25F4801A977AD9F29C1F285CC9 /* RNFBAppModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBAppModule.m; path = ios/RNFBApp/RNFBAppModule.m; sourceTree = ""; }; + 602729A1A186FA43431840830ED8D83D /* YGLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YGLayout.m; path = YogaKit/Source/YGLayout.m; sourceTree = ""; }; + 602DAD918827E43F59A128461ABCE145 /* FLEXNetworkTransaction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLEXNetworkTransaction.h; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkTransaction.h; sourceTree = ""; }; + 603495E4212299A4F638482B5E8D0D9D /* GDTCCTUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTUploader.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTUploader.h; sourceTree = ""; }; + 6043CF70F3F3E9AEDE78DA009EC53ADA /* RCTHmac.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTHmac.m; path = ios/RCTCrypto/RCTHmac.m; sourceTree = ""; }; + 6061AFB304BAA22A42A7CCA902D03268 /* tree_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_enc.c; path = src/enc/tree_enc.c; sourceTree = ""; }; + 60767CEDDCA8FF2434B80CC2F0C1710A /* EXAppleAuthentication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthentication.m; path = EXAppleAuthentication/EXAppleAuthentication.m; sourceTree = ""; }; + 607AB916C717A51003196F1DC5580FA6 /* RequestResponseRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RequestResponseRequester.h; path = rsocket/statemachine/RequestResponseRequester.h; sourceTree = ""; }; + 6088A2B844CD5CAFD8F933F983CA263C /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 60B7352C13A58F5E736F5302C3997684 /* FIRCLSUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUtility.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h; sourceTree = ""; }; + 60BA11728D3E532E6696981AAEDDB3D2 /* React-Core-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Core-dummy.m"; sourceTree = ""; }; + 60BE7111F93BA79923A3DE77A2E94794 /* RNLocalize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNLocalize.h; path = ios/RNLocalize.h; sourceTree = ""; }; + 60ED83E4498EEEC2A5C4980AEA4D5BFC /* PriorityUnboundedBlockingQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PriorityUnboundedBlockingQueue.h; path = folly/executors/task_queue/PriorityUnboundedBlockingQueue.h; sourceTree = ""; }; + 611E954E7192B2EF43E41C320A15E139 /* React-Core.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "React-Core.modulemap"; sourceTree = ""; }; + 61230F39D87DAF48C03B6974E0D662B4 /* RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotifications.m; path = RNNotifications/RNNotifications.m; sourceTree = ""; }; + 6124E76124D5D68655590FC59714379D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 6130685A33B1E8BCB339590945AF2D45 /* Pbkdf2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Pbkdf2.h; sourceTree = ""; }; + 61341C96A15BAD59AC95E8378ADDDA1D /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = FirebaseCore/Sources/Private/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; + 614D39C3DD5173CD0CD7EB332740FDB1 /* Future.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Future.cpp; path = folly/futures/Future.cpp; sourceTree = ""; }; + 615E8F8BDB54C96D575E86107995249D /* SwappableEventBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwappableEventBase.h; path = rsocket/internal/SwappableEventBase.h; sourceTree = ""; }; + 6182EB3F1AE32D43809E1995378EE73D /* MMKVLog_Android.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKVLog_Android.cpp; path = Core/MMKVLog_Android.cpp; sourceTree = ""; }; + 61871730238884B88402BCAD51437C79 /* DrivableExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DrivableExecutor.h; path = folly/executors/DrivableExecutor.h; sourceTree = ""; }; + 6194DBE2865CDE620E065AAF89038627 /* Util.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Util.h; path = folly/container/detail/Util.h; sourceTree = ""; }; + 61A37FEACD8D3C0CE0430F27FB2FEA88 /* IntrusiveList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IntrusiveList.h; path = folly/IntrusiveList.h; sourceTree = ""; }; + 61A86BEA0C197B97291FB70BC98056C3 /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; + 61B64956614FEA28C8B529B2F5CBEB59 /* UniqueInstance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UniqueInstance.cpp; path = folly/detail/UniqueInstance.cpp; sourceTree = ""; }; + 61C232D7CA848B24A2B46232418494A6 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 61CC2BB9F12029297BF12A35867A2E9C /* MemoryFile_Android.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryFile_Android.cpp; path = Core/MemoryFile_Android.cpp; sourceTree = ""; }; + 61CDCF0443B295BF4A749BD252BA3531 /* SKTouch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKTouch.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTouch.m; sourceTree = ""; }; + 61D37A53F0171EE410BA6C01CA28F3C4 /* react-native-simple-crypto.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-simple-crypto.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 61E840949B0C19AA3898E1F4FDF0477A /* REAModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REAModule.h; path = ios/REAModule.h; sourceTree = ""; }; + 61F91A94F1C85E99006D6BF2C1B552A4 /* RNPushKitEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventHandler.h; path = RNNotifications/RNPushKitEventHandler.h; sourceTree = ""; }; + 61FD7F597307F0B5DEEB583E6722C13E /* BSG_KSCrashReport.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashReport.c; sourceTree = ""; }; + 6209FAE6D1637CABE395F9466EDB6299 /* openssl_md5_dgst.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = openssl_md5_dgst.cpp; path = Core/aes/openssl/openssl_md5_dgst.cpp; sourceTree = ""; }; + 621E5592EE985B8A158093CE8BE54414 /* react-native-jitsi-meet.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-jitsi-meet.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 6221F69231986FD00D657A121A52B96F /* EXAV.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAV.debug.xcconfig; sourceTree = ""; }; + 624FFE504A4CFAB723F5F9356C566F94 /* RCTImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageCache.m; sourceTree = ""; }; + 6256C5840249E45455DEA3D710D429D2 /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; + 626200AE3A3CF5624B35EB1686270AE3 /* Chrono.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Chrono.h; path = folly/Chrono.h; sourceTree = ""; }; + 62825E089B77010CEDD1245EBC1CBEF4 /* File-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "File-inl.h"; path = "folly/gen/File-inl.h"; sourceTree = ""; }; + 628F22AF8BCC8F344AC80F0F4E6DF69B /* EDFThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EDFThreadPoolExecutor.cpp; path = folly/executors/EDFThreadPoolExecutor.cpp; sourceTree = ""; }; + 62941B228C8E98E989E0A8F55E26915A /* FIRCLSURLSessionDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionDataTask.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDataTask.h; sourceTree = ""; }; + 62A6F7B4BF9992C5DEE0E3B39E71D24E /* React-jsi.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsi.debug.xcconfig"; sourceTree = ""; }; + 62B9970332BFF2909EF0E4120A9D3AE9 /* rn-extensions-share-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-extensions-share-dummy.m"; sourceTree = ""; }; + 62C8135AE51B9D216C36B03A2E83B407 /* REAPropsNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAPropsNode.m; sourceTree = ""; }; + 62D3FFC76E768F50527141D4D81DE464 /* RNNotificationCenter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenter.m; path = RNNotifications/RNNotificationCenter.m; sourceTree = ""; }; + 62D74D8724AC9AA4E99E5580E099DB5F /* lossless_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_neon.c; path = src/dsp/lossless_neon.c; sourceTree = ""; }; + 62F26365B420C521A21A161E97F87189 /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; + 62F76032D52982B8B017C3CB97D5A131 /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; + 630603AE2E4FC96AB0BE9A746894CED5 /* SKApplicationDescriptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKApplicationDescriptor.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKApplicationDescriptor.m; sourceTree = ""; }; + 63074048A49EC4CC313857FC650C28B4 /* double-conversion.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "double-conversion.cc"; path = "double-conversion/double-conversion.cc"; sourceTree = ""; }; + 63136F9E083327AB1933E8DCA635D161 /* react-native-blur-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-blur-prefix.pch"; sourceTree = ""; }; + 6316C5700EC43BB7BF0757E67FB8C053 /* RNRotationHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNRotationHandler.h; sourceTree = ""; }; + 6346DD6671D27AFD36E6F7FDF56C3684 /* Payload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Payload.h; path = rsocket/Payload.h; sourceTree = ""; }; + 6353F876492CF27AA5E2CD8FBC6F8B7E /* FlatCombiningPriorityQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlatCombiningPriorityQueue.h; path = folly/experimental/FlatCombiningPriorityQueue.h; sourceTree = ""; }; + 6378BD1B094A75F2EE49A3628FA0E91C /* ScheduledRSocketResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledRSocketResponder.h; path = rsocket/internal/ScheduledRSocketResponder.h; sourceTree = ""; }; + 639AE67EFF13A5A954EA3309B36505E2 /* CallstackHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallstackHelper.h; path = xplat/Flipper/utils/CallstackHelper.h; sourceTree = ""; }; + 63A25DBD06FCB8AB33E0A12153BDBF23 /* MMKVHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKVHandler.h; path = iOS/MMKV/MMKV/MMKVHandler.h; sourceTree = ""; }; + 63AD4D5E1462C64AA10BE3AA9C59A2E7 /* AtomicUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUtil.h; path = folly/synchronization/AtomicUtil.h; sourceTree = ""; }; + 63B3B4840E0FE7AF3611576E056FE1F5 /* RCTDivisionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDivisionAnimatedNode.m; sourceTree = ""; }; + 63B9522FB756289AAF91DAEF6C4AC4FF /* GDTCORClock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORClock.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORClock.m; sourceTree = ""; }; + 63CB6A3006C88E014F9742E1AB6FD744 /* UMPermissionsMethodsDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMPermissionsMethodsDelegate.m; path = UMPermissionsInterface/UMPermissionsMethodsDelegate.m; sourceTree = ""; }; + 63D9B7627DD7EF46ECF2E7C227E18ADA /* FIRAnalyticsConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAnalyticsConfiguration.m; path = FirebaseCore/Sources/FIRAnalyticsConfiguration.m; sourceTree = ""; }; + 63E3A1192256CFADCF0C8F051DE2EDE0 /* frame_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_dec.c; path = src/dec/frame_dec.c; sourceTree = ""; }; + 63F871D16064AF77B1DB0AB6A40CA1F8 /* Checksum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Checksum.h; path = Core/crc32/Checksum.h; sourceTree = ""; }; + 63FE483EBA2A7B8CA548A65D1F33BAFB /* Entypo.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Entypo.ttf; path = Fonts/Entypo.ttf; sourceTree = ""; }; + 6411BAD261388E816FCA2AACD9F1BAC7 /* REAValueNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAValueNode.m; sourceTree = ""; }; + 6422A45A92167BE49DCD58FEF0B24961 /* BaselinesAsyncSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaselinesAsyncSocket.cpp; path = rsocket/benchmarks/BaselinesAsyncSocket.cpp; sourceTree = ""; }; + 6437C95462C71872990620A9AF6EB1B3 /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; + 645FAE5B305F7AEED4017653AAD71641 /* backward_references_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = backward_references_enc.c; path = src/enc/backward_references_enc.c; sourceTree = ""; }; + 6469C39B5F4637D1201F578AF38A0A12 /* REAOperatorNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAOperatorNode.m; sourceTree = ""; }; + 646DECD24D179C072D2DB483C4B51A77 /* CacheLocality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CacheLocality.h; path = folly/concurrency/CacheLocality.h; sourceTree = ""; }; + 647A3F3F232601D461AC0D2D1E72DE55 /* nanopb.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.release.xcconfig; sourceTree = ""; }; + 647A8F5A3D2198EF7CEC7680252421F0 /* OpenSSLThreading.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpenSSLThreading.cpp; path = folly/ssl/detail/OpenSSLThreading.cpp; sourceTree = ""; }; + 64AE35DEE55E9E48060085497F8C7326 /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworking.h; path = Libraries/Network/RCTNetworking.h; sourceTree = ""; }; + 64B198E55977C63B6F78131BCC55629E /* EventBaseLocal.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBaseLocal.cpp; path = folly/io/async/EventBaseLocal.cpp; sourceTree = ""; }; + 64BB49DBE3A11D54F8EC4D72350F3519 /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; + 64C6ECDA260FE579F23972C1EAC9085D /* RCTNativeAnimatedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedModule.h; path = Libraries/NativeAnimation/RCTNativeAnimatedModule.h; sourceTree = ""; }; + 64DB98BEE8E0B74B3722D60671CB681D /* QBImagePickerController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBImagePickerController.h; path = ios/QBImagePicker/QBImagePicker/QBImagePickerController.h; sourceTree = ""; }; + 64DBC4A41C836D10CD2B65B9C83ADC3D /* MMBuffer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMBuffer.cpp; path = Core/MMBuffer.cpp; sourceTree = ""; }; + 64E34FF8A9C8FE05062ECDFA0B8287A1 /* react-native-slider-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-slider-prefix.pch"; sourceTree = ""; }; + 65061896354E14FFE9FA62CCD47449AB /* FIRCLSFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFile.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSFile.h; sourceTree = ""; }; 65234B3E668A42D9137B2C7AB051EE37 /* libFlipperKit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFlipperKit.a; path = libFlipperKit.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 6545EB7E5383480E346FF525F83DC0A0 /* ProgramOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProgramOptions.h; path = folly/experimental/ProgramOptions.h; sourceTree = ""; }; - 655407E9ACCF5E962CB10B8DD133E35F /* RCTNetworkPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworkPlugins.mm; sourceTree = ""; }; - 655FCD5852E7143EE775CBFDAF2F1E01 /* GDTCORRegistrar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORRegistrar.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORRegistrar.m; sourceTree = ""; }; - 656BA97AD0E9619D73681B725BA3CF1B /* Builtins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Builtins.h; path = folly/portability/Builtins.h; sourceTree = ""; }; - 657C8B19C068ED40440857A014E24DC3 /* RCTConvert+RNNotifications.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+RNNotifications.h"; path = "RNNotifications/RCTConvert+RNNotifications.h"; sourceTree = ""; }; - 659B218DF5C686A7BB4EAC414ECD5111 /* react-native-notifications.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-notifications.release.xcconfig"; sourceTree = ""; }; - 65AF5E11CA3CF7DE1EB9D4F73309B5B2 /* FIRComponentContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentContainer.m; path = FirebaseCore/Sources/FIRComponentContainer.m; sourceTree = ""; }; - 65BDD869B4C5ECE72824038C1A764CAA /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; - 65C6C445C595BFAF33DDDDF9383AB5B2 /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; - 65C9B625136921FCB9B57D459014A2EC /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; + 652D1CDD53E31E74B821F67139F86D06 /* PropagateConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PropagateConst.h; path = folly/lang/PropagateConst.h; sourceTree = ""; }; + 652E04564294D4AC4C2F15690F088976 /* UMErrorCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMErrorCodes.h; path = UMCore/UMErrorCodes.h; sourceTree = ""; }; + 6557362EFA665983657C29DC7EDB1E42 /* RCTValueAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTValueAnimatedNode.h; sourceTree = ""; }; + 656659D6922818AF6A80D3F057625E42 /* StampedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StampedPtr.h; path = folly/experimental/StampedPtr.h; sourceTree = ""; }; + 656C39989F4BBA58463712D2CC9ECB78 /* RNCSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaView.h; path = ios/SafeAreaView/RNCSafeAreaView.h; sourceTree = ""; }; + 657A7BD32C86B54F9F37E6FFA881E56C /* rn-extensions-share.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-extensions-share.debug.xcconfig"; sourceTree = ""; }; + 658C24EF831543E9A3F3B93CBBBE0599 /* EXFileSystemLocalFileHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemLocalFileHandler.h; path = EXFileSystem/EXFileSystemLocalFileHandler.h; sourceTree = ""; }; + 65AEC802D795588CB432E42F1C99BE4C /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = FirebaseCore/Sources/Private/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; + 65BA2A20A84D3EE87769B0EFC95EBE52 /* MemoryResource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryResource.h; path = folly/memory/MemoryResource.h; sourceTree = ""; }; + 65C0132C916BC74C97D07BA881A743DA /* RNDateTimePicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDateTimePicker-dummy.m"; sourceTree = ""; }; 65D0A19C165FA1126B1360680FE6DB12 /* libYoga.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libYoga.a; path = libYoga.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 660314E8572E74831A8C3110A1BC1084 /* GULAppDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m; sourceTree = ""; }; - 662326B46FD9FD3F9BB0C88337EEB1FC /* FIRCLSUnwind_arch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUnwind_arch.h; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arch.h; sourceTree = ""; }; - 66389CE38A0DE463102750D8685248BA /* BugsnagSessionTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTracker.h; sourceTree = ""; }; - 6643CC3B4DFD652DD7DE5609003C7B24 /* ARTShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTShape.h; path = ios/ARTShape.h; sourceTree = ""; }; - 6649C295380A9C427D98BE0599723143 /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; - 6653320846BAFF8FC8DBB6D777388920 /* READebugNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = READebugNode.m; sourceTree = ""; }; - 666AE9A48394DD43173EFFF089F0BC72 /* JSBundleType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSBundleType.cpp; sourceTree = ""; }; - 66725A27E65BC935EB102648E84DF33F /* Poly.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Poly.h; path = folly/Poly.h; sourceTree = ""; }; - 6673069D9211CB2BB9B2E107CCF3895F /* UMBarCodeScannerProviderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerProviderInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerProviderInterface.h; sourceTree = ""; }; - 66B5E2E6AE055D3F18FCDEBACF451F2E /* FBLPromise+Async.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Async.m"; path = "Sources/FBLPromises/FBLPromise+Async.m"; sourceTree = ""; }; - 66C03B4B03C512994B813C80DD63C0BC /* PublisherBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PublisherBase.h; path = rsocket/statemachine/PublisherBase.h; sourceTree = ""; }; - 66D031AD18131A0C0206B502BDFE90E5 /* IPAddressV6.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressV6.h; path = folly/IPAddressV6.h; sourceTree = ""; }; - 66E7D4C63ECA78AC99E730BCEE7C9AD0 /* RNImageCropPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNImageCropPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 66FB32B4E4192BCFAE23AECA1263176B /* RNReanimated.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNReanimated.release.xcconfig; sourceTree = ""; }; - 670896CC32FD2BAE521781171ADA1F57 /* FIRCLSDwarfExpressionMachine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfExpressionMachine.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.h; sourceTree = ""; }; - 672D574D85E1FE254F52EC7F60FF87FB /* EXSessionTaskDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionTaskDispatcher.h; sourceTree = ""; }; - 6732E8693A9F86EF3466ADD93AB172C2 /* RCTRefreshableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshableProtocol.h; sourceTree = ""; }; - 674ED6AAE35703E994B61EA6CE45D08A /* AsyncTimeout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncTimeout.h; path = folly/io/async/AsyncTimeout.h; sourceTree = ""; }; + 65D8C51C2CF0A60527B73406F16BAEC8 /* EXHapticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXHapticsModule.m; path = EXHaptics/EXHapticsModule.m; sourceTree = ""; }; + 65F120F63B7CEC100D6A4AFF8BD54AF0 /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = src/glog/logging.h; sourceTree = ""; }; + 660138AA021958790F4E9F5918B461BD /* TOCropOverlayView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropOverlayView.m; path = "Objective-C/TOCropViewController/Views/TOCropOverlayView.m"; sourceTree = ""; }; + 66213C6A99D2085765AE01D5A02E58B0 /* Stdlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Stdlib.h; path = folly/portability/Stdlib.h; sourceTree = ""; }; + 6621977D08F9623E0C7B934C84F82760 /* RNConfigReader-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNConfigReader-prefix.pch"; sourceTree = ""; }; + 6621F03B4DA69CC4D2112D4A79E073E5 /* FIRCLSReportUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReportUploader.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.m; sourceTree = ""; }; + 662D79DDBC8EACA9A9EF4F690557BDD3 /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; + 663096CFF31EE2B1B7783BA46C88B7DE /* React-CoreModules-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-CoreModules-dummy.m"; sourceTree = ""; }; + 663C10BC17623407E951843DEB8FCD97 /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; + 66445E1AAC8E884669D7B0DE96EF6783 /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; + 66479D519BB35A5676A0805E3F8C24F6 /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; + 66645F9A724F28B51E98DC1B4F82F28B /* RNGestureHandlerState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerState.h; path = ios/RNGestureHandlerState.h; sourceTree = ""; }; + 6667DE5BC19DACA3854C1D6E7078BD31 /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; + 666C36D3A10C3DCACFFBE5D7BDD465F9 /* React-RCTNetwork-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTNetwork-prefix.pch"; sourceTree = ""; }; + 668DDB233AB6DCDB3D011837485392DE /* EventUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventUtil.h; path = folly/io/async/EventUtil.h; sourceTree = ""; }; + 66A8A932C4D00ABF2AE0D2E871296EE3 /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; + 66AEB2F3E20850096C282E326E9887CC /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; + 66BEC153E46B0F4876BA86DA3D143443 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 66C1945BE7A4B68DC5A01A5D23F5A7E8 /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; + 66CFBB4CBFEAD63EE3FC74774E96F6BA /* EXConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstants.m; path = EXConstants/EXConstants.m; sourceTree = ""; }; + 66D4371EEDD3EC8650DD4B10E7B086ED /* EXFileSystem.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXFileSystem.debug.xcconfig; sourceTree = ""; }; + 66D60376E2A92A64AC37C940F9E0982A /* FIRConfigurationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfigurationInternal.h; path = FirebaseCore/Sources/FIRConfigurationInternal.h; sourceTree = ""; }; + 66F46FF3B31B10364578628AF58E2DD4 /* boost-for-react-native.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "boost-for-react-native.debug.xcconfig"; sourceTree = ""; }; + 66F4BC60BE0EA9665EFDFD5F54456D79 /* REAAlwaysNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAlwaysNode.m; sourceTree = ""; }; + 66FF878144AC55F60FA09C94541A71D7 /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; sourceTree = ""; }; + 6711DB488A61D426C84C1893A5107E3F /* FlipperKitReactPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperKitReactPlugin.h; path = iOS/Plugins/FlipperKitReactPlugin/FlipperKitReactPlugin/FlipperKitReactPlugin.h; sourceTree = ""; }; + 672F718A19F95C14309E2900A52C82B5 /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; sourceTree = ""; }; + 67382333CD20F8EDA4DAF7E49C4A9409 /* ReactNativeUiLib-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactNativeUiLib-prefix.pch"; sourceTree = ""; }; + 674AFC2FE2A330702E69EE5FEAF95657 /* RNVectorIconsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNVectorIconsManager.m; path = RNVectorIconsManager/RNVectorIconsManager.m; sourceTree = ""; }; + 6767FDF2F84A19D64BB463A3893663BE /* RCTDisplayWeakRefreshable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDisplayWeakRefreshable.h; path = Libraries/Image/RCTDisplayWeakRefreshable.h; sourceTree = ""; }; 6771D231F4C8C5976470A369C474B32E /* libReact-CoreModules.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-CoreModules.a"; path = "libReact-CoreModules.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 678A5EE970E2A05D48901942913304FF /* analysis_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = analysis_enc.c; path = src/enc/analysis_enc.c; sourceTree = ""; }; - 67946A998EF3B1BAA0B49697BB5BDEFC /* ReactCommon.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.debug.xcconfig; sourceTree = ""; }; - 67A2A38A56509BF378AC776924D4BD60 /* MMKV.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MMKV.release.xcconfig; sourceTree = ""; }; - 67C5B9A33A15E6D4979F9C78C8B32ACF /* BlurViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlurViewManager.h; path = ios/BlurViewManager.h; sourceTree = ""; }; - 67CE76D70225790BCC740908F30D6925 /* React-jsiexecutor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsiexecutor-dummy.m"; sourceTree = ""; }; - 67E79DBFEAAE9F8C6E9334ABACD56650 /* BSG_KSCrashSentry_Signal.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_Signal.c; sourceTree = ""; }; - 680545BB289248C7E56EFEF9827D1993 /* dec_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_neon.c; path = src/dsp/dec_neon.c; sourceTree = ""; }; - 6808FAB6B5AAE9A7A382F239D3E2F739 /* RNCookieManagerIOS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCookieManagerIOS.m; path = ios/RNCookieManagerIOS/RNCookieManagerIOS.m; sourceTree = ""; }; - 680F880B8D3708DC4342A5645952C8F1 /* CPortability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CPortability.h; path = folly/CPortability.h; sourceTree = ""; }; - 68201561936660D13245611E3E73F825 /* DiscriminatedPtrDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DiscriminatedPtrDetail.h; path = folly/detail/DiscriminatedPtrDetail.h; sourceTree = ""; }; - 683351FC6C8BE8BD1D9C4389F03BFBBA /* EXAppleAuthenticationButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthenticationButton.m; path = EXAppleAuthentication/EXAppleAuthenticationButton.m; sourceTree = ""; }; - 6835E9AC842E1259B7FF3671845F33A5 /* React-RCTSettings.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.debug.xcconfig"; sourceTree = ""; }; - 6847200D56C1B5A48397F925FA24A957 /* json_pointer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json_pointer.cpp; path = folly/json_pointer.cpp; sourceTree = ""; }; - 685E35EFE0376D57849A543056BF1437 /* RCTImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageView.h; path = Libraries/Image/RCTImageView.h; sourceTree = ""; }; - 687BA7BF0D1FB7FF725032B2B1E172DB /* PromisesObjC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.debug.xcconfig; sourceTree = ""; }; - 68A977DD6BD78763512B0CA536279B5B /* TypeList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TypeList.h; path = folly/detail/TypeList.h; sourceTree = ""; }; - 68CE6E014F981D76DB9758157B9CD372 /* EXAudioSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioSessionManager.h; path = EXAV/EXAudioSessionManager.h; sourceTree = ""; }; - 68F6D1EC9AAE282EDFFD28706C82BC70 /* double-conversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "double-conversion.h"; path = "double-conversion/double-conversion.h"; sourceTree = ""; }; - 68FEA5714830185170AF4C87C428118E /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; - 6905AE9845FDA3E56CA10D22D854F300 /* REACallFuncNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACallFuncNode.m; sourceTree = ""; }; - 690B4C9E14C2C401F8A4B7024A774FFD /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; - 6912767249821C8134767D092D4E967C /* ThreadCachedInt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedInt.h; path = folly/ThreadCachedInt.h; sourceTree = ""; }; - 6928D670B73CDD66C4D4DB9B339597CF /* RCTVirtualTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextViewManager.h; sourceTree = ""; }; - 693B36698B338782DF4E18EF9AFD257F /* FBLPromise+Race.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Race.h"; path = "Sources/FBLPromises/include/FBLPromise+Race.h"; sourceTree = ""; }; + 67772880E4B73BD8F3356BE9517E4FF3 /* UMAppLoader-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMAppLoader-prefix.pch"; sourceTree = ""; }; + 677E894EE13E20E30C11AAD24818CB6F /* NSBezierPath+SDRoundedCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+SDRoundedCorners.h"; path = "SDWebImage/Private/NSBezierPath+SDRoundedCorners.h"; sourceTree = ""; }; + 67842D28929C76D46E029F383CEB104F /* BugsnagReactNative-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BugsnagReactNative-dummy.m"; sourceTree = ""; }; + 67AEAC3B349881C4C8192247BFEF670B /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; + 67B4CA6B716F5320FB9608B5EFA12518 /* TOCropViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropViewController.h; path = "Objective-C/TOCropViewController/TOCropViewController.h"; sourceTree = ""; }; + 67B8AABDCCD394EAEF02548581A72401 /* FBLPromise+Await.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Await.m"; path = "Sources/FBLPromises/FBLPromise+Await.m"; sourceTree = ""; }; + 67CAB87AE61AACC4942A014CBD2387BD /* FlipperStateUpdateListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperStateUpdateListener.h; path = xplat/Flipper/FlipperStateUpdateListener.h; sourceTree = ""; }; + 67CCD4719914673799D3077A01CF300D /* FLEXNetworkRecorder.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FLEXNetworkRecorder.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkRecorder.mm; sourceTree = ""; }; + 67CEB21B090DA92FF2707B2F4F08F485 /* EXSessionUploadTaskDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionUploadTaskDelegate.h; sourceTree = ""; }; + 67DD32A87887649300AA6FD6492B31A3 /* Framer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Framer.cpp; path = rsocket/framing/Framer.cpp; sourceTree = ""; }; + 67E330CDB08073CD5F0DAFAE166A2FC7 /* CustomizationPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CustomizationPoint.h; path = folly/lang/CustomizationPoint.h; sourceTree = ""; }; + 67F2F4A9C9471033EEC8C788561A7658 /* color_cache_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = color_cache_utils.c; path = src/utils/color_cache_utils.c; sourceTree = ""; }; + 682774410C7E15025320250801A58948 /* BugsnagSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSession.h; sourceTree = ""; }; + 6830A30329C0FD2B7EACC75BD7AA0A10 /* Futex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Futex.cpp; path = folly/detail/Futex.cpp; sourceTree = ""; }; + 6831653DFA5D395950540CB4B14BEBED /* FIRCLSDownloadAndSaveSettingsOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSDownloadAndSaveSettingsOperation.m; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.m; sourceTree = ""; }; + 6853AF4E3B5E911271A201EF798F77BC /* react-native-netinfo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-netinfo.debug.xcconfig"; sourceTree = ""; }; + 685602E60FBDC5CDDAC8BA1D4C1D2652 /* GDTCORAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORAssert.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORAssert.m; sourceTree = ""; }; + 685720BB994EE929CBAE022C7ABFB1C2 /* FIRCLSCrashedMarkerFile.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSCrashedMarkerFile.c; path = Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.c; sourceTree = ""; }; + 686091145045944E5FEFEE5A8B414D2A /* EventFDWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventFDWrapper.h; path = folly/io/async/EventFDWrapper.h; sourceTree = ""; }; + 686A62F7537EA166C62BAD585401ED21 /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialCommunityIcons.ttf; path = Fonts/MaterialCommunityIcons.ttf; sourceTree = ""; }; + 687C6B80300E8DA5365EA671BDC5C876 /* UIColor+SDHexString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+SDHexString.h"; path = "SDWebImage/Private/UIColor+SDHexString.h"; sourceTree = ""; }; + 68917CEE2D828038F9EF57A7E7D13DFF /* FingerprintPolynomial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FingerprintPolynomial.h; path = folly/detail/FingerprintPolynomial.h; sourceTree = ""; }; + 689820111A6A322ED7A64C7FBE1CCD39 /* Async.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Async.h; path = folly/executors/Async.h; sourceTree = ""; }; + 689FE599332A86A80A780E764CB1AC5A /* FirebaseCrashlytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCrashlytics.debug.xcconfig; sourceTree = ""; }; + 68A97104A720CDBC40BC0BF900031DB2 /* RNGestureHandlerDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerDirection.h; path = ios/RNGestureHandlerDirection.h; sourceTree = ""; }; + 68C2A1C6F563A702807EA50D70A689D4 /* TurboModuleUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModuleUtils.cpp; path = turbomodule/core/TurboModuleUtils.cpp; sourceTree = ""; }; + 68CB6B19910E7EAC6B3A634FCC579393 /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; + 68D85EA3D17230576386210F4FD87576 /* RCTTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextShadowView.m; sourceTree = ""; }; + 68E483198650FC383AF5031BC92C4B4E /* FIRCLSCodeMapping.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCodeMapping.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSCodeMapping.h; sourceTree = ""; }; + 68E6804879FAF7B9CD0BECEFB41BE7BE /* YGValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGValue.h; path = yoga/YGValue.h; sourceTree = ""; }; + 68EE7B0B34F9B644E75733097D393A9B /* UMLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogManager.h; sourceTree = ""; }; + 691C9C602EF28BE33B0DABF11CFF403A /* EXImageLoader.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXImageLoader.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 6926473A4717FC5968554E56DAB79D07 /* ARTGroupManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTGroupManager.h; sourceTree = ""; }; 6942351307BC1F54575D9853307EAE0E /* libGoogleDataTransportCCTSupport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleDataTransportCCTSupport.a; path = libGoogleDataTransportCCTSupport.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 695D0CB9662C8F43A3AF92685DDCD0B5 /* Checksum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Checksum.h; path = Core/crc32/Checksum.h; sourceTree = ""; }; - 697846AC6B9253DEC1940066CEFA2B86 /* GULHeartbeatDateStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorage.h; path = GoogleUtilities/Environment/Private/GULHeartbeatDateStorage.h; sourceTree = ""; }; - 6989FB11BE7CAF73030C32023D01FF2C /* IDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IDStore.h; path = ios/IDStore.h; sourceTree = ""; }; - 699182E95FB50CAD44F7B8039FEA5E97 /* UMConstantsInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMConstantsInterface.release.xcconfig; sourceTree = ""; }; - 69A1770167F98E8615B3BE0F43742BE1 /* FIRComponentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentType.m; path = FirebaseCore/Sources/FIRComponentType.m; sourceTree = ""; }; - 69A8C8B1A058EE633744824AAF7603BE /* GDTCORStorageProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORStorageProtocol.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORStorageProtocol.h; sourceTree = ""; }; - 69BE1E053114EB052B970558A72F5CDA /* FIRCLSDwarfUnwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfUnwind.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.h; sourceTree = ""; }; - 69C2E6B8C5009894F44A6D18480CC303 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = src/utils/utils.h; sourceTree = ""; }; - 69C98094A201B15947AE6FA1FBEC07F2 /* UMCameraInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCameraInterface.debug.xcconfig; sourceTree = ""; }; - 6A0EA4FAC0425B48B697473763B7FD40 /* rc2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rc2.h; path = ios/include/openssl/rc2.h; sourceTree = ""; }; - 6A2CCF02D20541FA93D85EB098F4E73D /* UMModuleRegistryDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryDelegate.h; sourceTree = ""; }; - 6A3890DAFA51DDECDAC84E9EB887EFE9 /* SDAnimatedImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "SDAnimatedImageView+WebCache.m"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.m"; sourceTree = ""; }; - 6A4C0429C25235730B8E45BCF4CB441B /* FIRCLSRecordHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordHost.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.m; sourceTree = ""; }; - 6A70376F32F68498C9DC71663FD7BE08 /* rpc_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rpc_compat.h; path = src/event2/rpc_compat.h; sourceTree = ""; }; - 6A758BC90D9EA7814687C060D349343A /* UMMagnetometerUncalibratedInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerUncalibratedInterface.h; path = UMSensorsInterface/UMMagnetometerUncalibratedInterface.h; sourceTree = ""; }; - 6A7B232120504CF011D9F1C1656CDFE2 /* EXKeepAwake.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXKeepAwake.debug.xcconfig; sourceTree = ""; }; - 6A9BEFCACC50E9FB20D07EF409A20213 /* encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = encode.h; path = src/webp/encode.h; sourceTree = ""; }; - 6AA0B401E14729ADD1C2C0A68D2210F6 /* FrameSerializer_v1_0.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameSerializer_v1_0.h; path = rsocket/framing/FrameSerializer_v1_0.h; sourceTree = ""; }; - 6AAB13BDCB0577E1D0674A3278750E7B /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; - 6AB04CCAF5FC335395193721DDFA8B19 /* openssl_md5_dgst.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = openssl_md5_dgst.cpp; path = Core/aes/openssl/openssl_md5_dgst.cpp; sourceTree = ""; }; - 6AD454C4B28D9A950B6CBB3936BFBDA0 /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTiming.h; path = React/CoreModules/RCTTiming.h; sourceTree = ""; }; - 6AF3FD2E4FEB11D79BB59C5E13CAFD28 /* RNConfigReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNConfigReader.h; path = ios/RNConfigReader.h; sourceTree = ""; }; - 6AF631082CEA672AC3B73940F5B4B117 /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; - 6AFE332223BCF3A650CDFAB36BCB6B45 /* Pbkdf2.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Pbkdf2.m; sourceTree = ""; }; - 6AFF86A69F32699DC26E4BF629726771 /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; - 6B07F58F5E00C416B743F9E65E8AAAF3 /* CacheLocality.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CacheLocality.cpp; path = folly/concurrency/CacheLocality.cpp; sourceTree = ""; }; - 6B0AEFE4874F791AB0433A825C7D2358 /* EXLocalAuthentication-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXLocalAuthentication-prefix.pch"; sourceTree = ""; }; - 6B13640C5079101AC2E0BA803E70B0CC /* GDTCORAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORAssert.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORAssert.h; sourceTree = ""; }; - 6B21821BFFC3755A7CC9F7AA1B63E3AD /* AtomicNotification-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicNotification-inl.h"; path = "folly/synchronization/AtomicNotification-inl.h"; sourceTree = ""; }; - 6B40D7721DF5E0C0CACD1D732CDADABA /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; - 6B48B61202175EE409F55DBB79FCC12C /* UIView+SKInvalidation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+SKInvalidation.h"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIView+SKInvalidation.h"; sourceTree = ""; }; - 6B6281CF9955D11F8D9A4FF9E6EE812C /* GULNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULNSData+zlib.m"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.m"; sourceTree = ""; }; - 6B72813467FF6E7A65C65ACC8AA9BD25 /* EXVideoManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoManager.m; sourceTree = ""; }; - 6B939C77CA9D3CFECB1E20A2D8B1F284 /* EXHaptics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXHaptics-dummy.m"; sourceTree = ""; }; - 6B992F3D7ACA46560D8A3C1283345B63 /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; - 6BC8350BE1C77684327FF714328F7650 /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; - 6BD1FBCBD3B24D0D5364BC76BBC3DF27 /* TestSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TestSubscriber.h; path = yarpl/flowable/TestSubscriber.h; sourceTree = ""; }; - 6BD80CB5A06AB80926B6A693B4EBFB9D /* RCTTiming.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTiming.mm; sourceTree = ""; }; - 6BDF60C5D952041D4CE51019F4D1FDCD /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; - 6BE3FB69C0DD892E9AB75B2FC0262729 /* FIRCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCrashlytics.h; path = Crashlytics/Crashlytics/Public/FIRCrashlytics.h; sourceTree = ""; }; - 6BE537D5A7629D97585F2B5C40C394D7 /* BSG_KSCrashSentry_User.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_User.h; sourceTree = ""; }; - 6BE5AE256E39E9199B0D32DDD87EC408 /* FKUserDefaultsPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FKUserDefaultsPlugin.h; path = iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsPlugin.h; sourceTree = ""; }; - 6BFB5F65B8831BF38FE51745C4025F95 /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; - 6BFD0A04A366BA7ED164C880B5FD5CF8 /* Utility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utility.h; path = folly/Utility.h; sourceTree = ""; }; - 6BFF912C19877655E646450B5D6F1ABA /* FIRCLSThreadState.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSThreadState.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.c; sourceTree = ""; }; - 6C1D58A01F59395486C2DD8FF386A8B9 /* dns.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dns.h; path = src/event2/dns.h; sourceTree = ""; }; - 6C2E7A2144584197473E04797BED95DD /* FireAndForgetResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FireAndForgetResponder.cpp; path = rsocket/statemachine/FireAndForgetResponder.cpp; sourceTree = ""; }; - 6C3238FEF27EFD898CDBC8AF78E114B7 /* Pbkdf2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Pbkdf2.h; sourceTree = ""; }; - 6C38D43B08DCD779C7E71AB8834C5255 /* lhash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lhash.h; path = ios/include/openssl/lhash.h; sourceTree = ""; }; - 6C3E8E5F4765B75486618544C4F5978B /* RNFBCrashlytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBCrashlytics.debug.xcconfig; sourceTree = ""; }; - 6C52AC3ABBD5027A4BE8C3C174D5B16A /* FBLPromise+Wrap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Wrap.h"; path = "Sources/FBLPromises/include/FBLPromise+Wrap.h"; sourceTree = ""; }; - 6C54527C21FCB55A6E516C4695742F39 /* SequencedExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SequencedExecutor.h; path = folly/executors/SequencedExecutor.h; sourceTree = ""; }; - 6C61301D9CA45629C9D3FF006E1CB994 /* FlipperKitLayoutPlugin.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperKitLayoutPlugin.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.mm; sourceTree = ""; }; - 6C76AD588515BC1C08F529B35AC40F71 /* TurboModuleBinding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleBinding.h; path = turbomodule/core/TurboModuleBinding.h; sourceTree = ""; }; + 694B2E378A778921F90DF52E859BBF48 /* BugsnagLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagLogger.h; sourceTree = ""; }; + 694F805E85E19B56A75B91B472C179E3 /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTClipboard.h; path = React/CoreModules/RCTClipboard.h; sourceTree = ""; }; + 694FB5F5BD16A7E1F73E9EB117A63E62 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAppState.h; path = React/CoreModules/RCTAppState.h; sourceTree = ""; }; + 6967DDDD6C405B101D7ABF092A4E9495 /* UMFileSystemInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFileSystemInterface.h; path = UMFileSystemInterface/UMFileSystemInterface.h; sourceTree = ""; }; + 696AE8749E750CFA278A5D7A45557C8C /* Flowables.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Flowables.h; path = yarpl/flowable/Flowables.h; sourceTree = ""; }; + 6979279AB2795473A07E6E6F24D32122 /* SecureStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SecureStorage.m; path = ios/SecureStorage.m; sourceTree = ""; }; + 69799623B0E0EF1C5538BB57A4FD2886 /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; + 6980B4A688FED7424141AC865CE16AD9 /* UMTaskManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskManagerInterface.h; path = UMTaskManagerInterface/UMTaskManagerInterface.h; sourceTree = ""; }; + 69C0E7B92A0ECABBA5DFBDB79AA03201 /* SKInvalidation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKInvalidation.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKInvalidation.h; sourceTree = ""; }; + 69C5C04672EFE24387CA33FFEB4FC61F /* REAModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = REAModule.m; path = ios/REAModule.m; sourceTree = ""; }; + 69C887D0A79950BD4A99556405A3C390 /* React-callinvoker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-callinvoker.release.xcconfig"; sourceTree = ""; }; + 69D9CB206CBDE61C70DA21F59CA0740D /* RCTLocalAssetImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLocalAssetImageLoader.h; path = Libraries/Image/RCTLocalAssetImageLoader.h; sourceTree = ""; }; + 69DDE0B4682903AF1E6DFDE7F551A0DB /* mux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux.h; path = src/webp/mux.h; sourceTree = ""; }; + 69E2296D72ABD80A5FD98B137D853E66 /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; + 69F60EF69DDCEC6BD74C6BC5B00C3E86 /* ts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ts.h; path = ios/include/openssl/ts.h; sourceTree = ""; }; + 69F9D3FDF4C191561494C6C04A5E6D21 /* React-RCTImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTImage-dummy.m"; sourceTree = ""; }; + 6A0FB21F11FF8ED636FADBEFDB13FA70 /* OpenSSLHash.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpenSSLHash.cpp; path = folly/ssl/OpenSSLHash.cpp; sourceTree = ""; }; + 6A179A32E5564BD3B3295ED91530321C /* SKRequestInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKRequestInfo.m; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKRequestInfo.m; sourceTree = ""; }; + 6A2F3B3AE429A87A808AC5D7273225FE /* SynchronizedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SynchronizedPtr.h; path = folly/SynchronizedPtr.h; sourceTree = ""; }; + 6A35586F61E9501D2042F021A6A8C699 /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; + 6A4DA65B2D98F33C40CF2F6CA9F92A49 /* FlipperState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperState.h; path = xplat/Flipper/FlipperState.h; sourceTree = ""; }; + 6A5033A84C0078FFB850A6F9A5483FD4 /* Aligned.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Aligned.h; path = folly/lang/Aligned.h; sourceTree = ""; }; + 6A53AE53105460CAFA8EF29139045BE3 /* RCTSourceCode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSourceCode.mm; sourceTree = ""; }; + 6A5F8F5145DE7C4DF29EB022D33C988F /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; + 6A632E777BB69D8E1044748E63DA47B1 /* react-native-blur.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-blur.debug.xcconfig"; sourceTree = ""; }; + 6A648F3CEEC58AFB53427164E71A9EE8 /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; + 6A6C140CF9B910AEEDD17458E7F21EBD /* HazptrThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = HazptrThreadPoolExecutor.cpp; path = folly/synchronization/HazptrThreadPoolExecutor.cpp; sourceTree = ""; }; + 6AA5BD40CBF8EF808F05361E302B7423 /* StorageIndexer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StorageIndexer.m; path = ios/StorageIndexer.m; sourceTree = ""; }; + 6AC75328B863B1EE0AA4D64AEE291072 /* GoogleDataTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GoogleDataTransport.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport.h; sourceTree = ""; }; + 6ACA45ED26ADA136A123760F633EFF79 /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = String.cpp; path = folly/portability/String.cpp; sourceTree = ""; }; + 6ACF4106397D7F2DA54082AED34ACA21 /* yuv_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_neon.c; path = src/dsp/yuv_neon.c; sourceTree = ""; }; + 6AD307818DA700DDB3CB7DD6D96A3236 /* RNFBJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBJSON.h; path = ios/RNFBApp/RNFBJSON.h; sourceTree = ""; }; + 6AE873137F7B9CB9919C63B50A27A316 /* React-jsi.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-jsi.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 6AEB19EE53AEA1B4A8E3B134A7BBE963 /* FIRDependency.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDependency.m; path = FirebaseCore/Sources/FIRDependency.m; sourceTree = ""; }; + 6AF2B6AE6C4383D0113F3EBAC25F3631 /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; + 6AFCB154C55B9E2D70EBDE9BA4A7276A /* PTChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PTChannel.h; path = peertalk/PTChannel.h; sourceTree = ""; }; + 6B12881F3C64DE9B79251DDDE5B25D39 /* react-native-netinfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-netinfo-prefix.pch"; sourceTree = ""; }; + 6B1871AF19BCF306923F0E2B87432706 /* FFFastImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageView.m; path = ios/FastImage/FFFastImageView.m; sourceTree = ""; }; + 6B1ACA5CAA89C6CE7DED29A1A070C169 /* RNNotificationCenterMulticast.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenterMulticast.m; path = RNNotifications/RNNotificationCenterMulticast.m; sourceTree = ""; }; + 6B1E2A900697D6E72C9E7B098676DD50 /* React-RCTText-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTText-dummy.m"; sourceTree = ""; }; + 6B244F1A0BC81462228E5209EF39673B /* dec_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips32.c; path = src/dsp/dec_mips32.c; sourceTree = ""; }; + 6B2D9BC3B472CF16ABC96753CC73C072 /* Access.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Access.h; path = folly/container/Access.h; sourceTree = ""; }; + 6B315F97E506E5B42BB62F45AD75574D /* RNCSafeAreaViewMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewMode.h; path = ios/SafeAreaView/RNCSafeAreaViewMode.h; sourceTree = ""; }; + 6B4F2D3B5E7FDC511C0C047620D2C928 /* FramedReader.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FramedReader.cpp; path = rsocket/framing/FramedReader.cpp; sourceTree = ""; }; + 6B530F423B7BCB94F7615C96C8F6D391 /* RangeSse42.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RangeSse42.h; path = folly/detail/RangeSse42.h; sourceTree = ""; }; + 6B563787B475E138B99D047A2373BADB /* Lazy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Lazy.h; path = folly/Lazy.h; sourceTree = ""; }; + 6B631A92EB31541DD1E5AF27F9974C0B /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; + 6B79BFF083B5FFA6D374A077C7DBFE5B /* Flipper-Glog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-Glog-dummy.m"; sourceTree = ""; }; + 6B7E167EBAE1B66CF3424614021F35B6 /* ClockGettimeWrappers.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ClockGettimeWrappers.cpp; path = folly/ClockGettimeWrappers.cpp; sourceTree = ""; }; + 6B8747211390899A50607C121E2F89BE /* BSG_KSObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjC.h; sourceTree = ""; }; + 6B888FCA3A56CA1CA6E6F0CBED255517 /* TOCropViewControllerTransitioning.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropViewControllerTransitioning.m; path = "Objective-C/TOCropViewController/Models/TOCropViewControllerTransitioning.m"; sourceTree = ""; }; + 6B8E83314CF933CBAFE49C7227667187 /* MiniPBCoder_OSX.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MiniPBCoder_OSX.cpp; path = Core/MiniPBCoder_OSX.cpp; sourceTree = ""; }; + 6B91AEE1F9DEF2FEA26402031DBF986A /* FlipperInitConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperInitConfig.h; path = xplat/Flipper/FlipperInitConfig.h; sourceTree = ""; }; + 6BA90A091B790BE2A8079782D7A08882 /* FIRInstallationsStoredAuthToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredAuthToken.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.m; sourceTree = ""; }; + 6BA9A26E2876148FFA46B295BCF50D92 /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = ios/QBImagePicker/QBImagePicker/ja.lproj; sourceTree = ""; }; + 6BD6FEC5CB51E8431772F4DD4F998EE8 /* RNDocumentPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDocumentPicker.h; path = ios/RNDocumentPicker/RNDocumentPicker.h; sourceTree = ""; }; + 6BDDAD7D235B2E81F3A154616267A68C /* FIRCLSHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSHost.h; path = Crashlytics/Crashlytics/Components/FIRCLSHost.h; sourceTree = ""; }; + 6BF3DF3337117B3025A4BABBF1F457BB /* thread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = thread.h; path = src/event2/thread.h; sourceTree = ""; }; + 6BFAA89B3DB9E0B1FBD834E9B50055A2 /* RCTActionSheetManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTActionSheetManager.mm; sourceTree = ""; }; + 6BFC660A968D2F15BB84C70C1520CC1A /* VibrancyView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VibrancyView.m; path = ios/VibrancyView.m; sourceTree = ""; }; + 6C1DE546B0319937F7A440525CB6DD07 /* FIRCLSUUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUUID.m; path = Crashlytics/Shared/FIRCLSUUID.m; sourceTree = ""; }; + 6C2604436F1E024FBDF3AF99E4FDD05B /* REAUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REAUtils.h; path = ios/REAUtils.h; sourceTree = ""; }; + 6C33147532421B945104DEC0983F251B /* UMFontScalerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalerInterface.h; path = UMFontInterface/UMFontScalerInterface.h; sourceTree = ""; }; + 6C39B1AE2A47A5CCEC117A966E77C454 /* REAAllTransitions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAllTransitions.h; sourceTree = ""; }; + 6C3D1B2CD5D89B2C758F92FA4913F711 /* GoogleDataTransportCCTSupport.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransportCCTSupport.release.xcconfig; sourceTree = ""; }; + 6C5E670C42AF99BE0F73E19F2BB1A2E9 /* demux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = demux.h; path = src/webp/demux.h; sourceTree = ""; }; + 6C652D7493EF7A264B11D482404A8996 /* react-native-simple-crypto.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "react-native-simple-crypto.modulemap"; sourceTree = ""; }; + 6C6B72E14C752AC38D0E6F874B475419 /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; + 6C766963641258C96B9032BD883A99AF /* BSG_KSCrashDoctor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashDoctor.h; sourceTree = ""; }; + 6C7808A4C92632C172528C81DF6A3533 /* RNDeviceInfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDeviceInfo-dummy.m"; sourceTree = ""; }; + 6C82545394C91C63294CFE4A57A347BD /* idec_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = idec_dec.c; path = src/dec/idec_dec.c; sourceTree = ""; }; + 6C9A8B52CD04055445C5A10CDDAF7C0E /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; + 6CB3706820435745D6FD4D38E142ADFC /* UMAppLoaderProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMAppLoaderProvider.m; path = UMAppLoader/UMAppLoaderProvider.m; sourceTree = ""; }; 6CBEFE4F9E22AFDC6347A739BB35FF8C /* libCocoaAsyncSocket.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libCocoaAsyncSocket.a; path = libCocoaAsyncSocket.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 6CC2AF39028C03B8A4CB9E7976E5CEF1 /* RNBackgroundTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBackgroundTimer.h; path = ios/RNBackgroundTimer.h; sourceTree = ""; }; - 6CD8BFDCA5670E341AEB251538B86C7D /* ReactNativeART-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactNativeART-dummy.m"; sourceTree = ""; }; - 6CDC9EFB2A2D03205FD07E3990CE629B /* ConnectionContextStore.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectionContextStore.cpp; path = xplat/Flipper/ConnectionContextStore.cpp; sourceTree = ""; }; - 6CE5BC53E2C29232D1DBA136FF3644BF /* engine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = engine.h; path = ios/include/openssl/engine.h; sourceTree = ""; }; - 6CF56DF7C209BA122DA2825E980F59D9 /* EXAppleAuthentication.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAppleAuthentication.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 6CFD6D02B9AC6962409D8F3C07485358 /* FirebaseCrashlytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCrashlytics.debug.xcconfig; sourceTree = ""; }; - 6D2E8277CADB62251062F3D9AA18E8A5 /* RNFlingHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFlingHandler.m; sourceTree = ""; }; - 6D5066187826BCB65A1DF377880D4BD1 /* Core.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Core.h; path = folly/gen/Core.h; sourceTree = ""; }; + 6CCA007C0855E826753E08519BF20529 /* UMDeviceMotionInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDeviceMotionInterface.h; path = UMSensorsInterface/UMDeviceMotionInterface.h; sourceTree = ""; }; + 6CF4628F0256B1CAFD09491759F5EA8B /* react-native-background-timer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-background-timer.release.xcconfig"; sourceTree = ""; }; + 6D20EF6282ABDEDD9B30AD34728F4BE2 /* EXKeepAwake.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXKeepAwake.m; path = EXKeepAwake/EXKeepAwake.m; sourceTree = ""; }; + 6D420B4DBE40630F8CCC20339424553C /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Sources/Private/FIRComponentContainer.h; sourceTree = ""; }; + 6D49B576C8D8D847BA7119BD1359D61F /* ObservingInputAccessoryViewTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ObservingInputAccessoryViewTemp.h; sourceTree = ""; }; + 6D50D14EB9726B769C2185B481E625E7 /* Parallel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Parallel.h; path = folly/gen/Parallel.h; sourceTree = ""; }; + 6D51787BA2A2079D1B905C5D0D4F3796 /* EXVideoThumbnails.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXVideoThumbnails.debug.xcconfig; sourceTree = ""; }; + 6D5248E8AFB5A1CCAC4BA2D01419C455 /* Bits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bits.h; path = folly/lang/Bits.h; sourceTree = ""; }; + 6D59EB8B78779F9EA55989B300F44159 /* FIRCLSAllocate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAllocate.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.h; sourceTree = ""; }; + 6D60DC773ED9A638954E2BC86A2FD627 /* libwebp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = libwebp.release.xcconfig; sourceTree = ""; }; 6D65F1A831B333D8CF7EB66829B4339A /* libreact-native-blur.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-blur.a"; path = "libreact-native-blur.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 6D812F2BE29F2D1D06DDCFDF95475AB2 /* QBAlbumCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumCell.m; path = ios/QBImagePicker/QBImagePicker/QBAlbumCell.m; sourceTree = ""; }; - 6D845BA318830444D3C879C3A22DEF7E /* ProducerConsumerQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProducerConsumerQueue.h; path = folly/ProducerConsumerQueue.h; sourceTree = ""; }; - 6D9ADD4CA2C091E06437AD924E5E01C5 /* RNFBAnalytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBAnalytics.release.xcconfig; sourceTree = ""; }; - 6DA27FAE422C8A891392A00C78F2ECD5 /* RCTStatusBarManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTStatusBarManager.mm; sourceTree = ""; }; - 6DB0E9BA205B5A5E504270657EAE579C /* UMFileSystemInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFileSystemInterface.debug.xcconfig; sourceTree = ""; }; - 6DC5422116C59BD53164246AAA65B0BB /* FBReactNativeSpec.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBReactNativeSpec.release.xcconfig; sourceTree = ""; }; - 6DE171DAF72515E6FACF1FF10CFF8C6E /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; - 6DE54DA45D99D210B92DDF691072CB1D /* GULNSData+zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULNSData+zlib.h"; path = "GoogleUtilities/NSData+zlib/Public/GULNSData+zlib.h"; sourceTree = ""; }; - 6DFBE845ECD29283F6E9474719D56D53 /* GDTCORTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORTransformer.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORTransformer.m; sourceTree = ""; }; - 6E04B81D091F6A6515A7E6AA1B67F2E3 /* color_cache_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = color_cache_utils.h; path = src/utils/color_cache_utils.h; sourceTree = ""; }; - 6E0866D87F469FA82928179585D78747 /* EXVideoThumbnails.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXVideoThumbnails.debug.xcconfig; sourceTree = ""; }; - 6E18877C3792D2DDD838D1A12EF8DCF6 /* PropagateConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PropagateConst.h; path = folly/lang/PropagateConst.h; sourceTree = ""; }; - 6E24CFA96FE83522DBEEBB336A85B3F7 /* RCTTypeSafety.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.debug.xcconfig; sourceTree = ""; }; - 6E2D141569E6115ADE5B5ABF6B745CDC /* Subscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Subscriber.h; path = yarpl/flowable/Subscriber.h; sourceTree = ""; }; - 6E5F7076DD7F1DE3033B30C1D787186C /* ARTRenderableManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTRenderableManager.m; sourceTree = ""; }; - 6E773EE2EF4ED2854C2F079BF229AC5F /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Sources/Private/FIRComponentContainer.h; sourceTree = ""; }; - 6E78C25B755C491955E1AAC3EAC4F384 /* UMImageLoaderInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMImageLoaderInterface.debug.xcconfig; sourceTree = ""; }; - 6EBE61F1F2BCDDB32D75681AA51A466E /* FontAwesome.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome.ttf; path = Fonts/FontAwesome.ttf; sourceTree = ""; }; - 6ED17BC555D6DB0FA1A9D72A631AD44E /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; - 6EFDB7D8774D22D830151ABDEF06E821 /* RCTSettingsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSettingsManager.mm; sourceTree = ""; }; - 6F3CBEE419B9E20C30C6B429A7BBEB79 /* NativeToJsBridge.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = NativeToJsBridge.cpp; sourceTree = ""; }; - 6F3EAA3996AE07438613862605B404C5 /* RCTSettingsPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSettingsPlugins.mm; sourceTree = ""; }; - 6F411981E192B7E53FF1CABB16575458 /* RNForceTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNForceTouchHandler.m; sourceTree = ""; }; - 6F4634835DD242B0721D3D923F36E476 /* ARTGroupManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTGroupManager.m; sourceTree = ""; }; - 6F4B4BF550644983585CE0DC1638AF3E /* GDTCCTCompressionHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTCompressionHelper.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTCompressionHelper.h; sourceTree = ""; }; - 6F8151351E02E66B31FBCA895774DAF3 /* rpc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rpc.h; path = src/event2/rpc.h; sourceTree = ""; }; - 6F8593A089557CC5FA5D33B4820C6451 /* RNBootSplash.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNBootSplash.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 6F877B9E67DC0034E0291D0D8D2461AB /* FIRCLSConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSConstants.m; path = Crashlytics/Shared/FIRCLSConstants.m; sourceTree = ""; }; - 6F9F34F833BDDF2319232B9A51412166 /* GULAppEnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppEnvironmentUtil.m; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m; sourceTree = ""; }; - 6FBD5FC107F20073962E3777FA187F38 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Sources/Private/FirebaseCoreInternal.h; sourceTree = ""; }; - 6FE27A51F250E66324F67CA14F1B4381 /* RCTWebSocketModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketModule.h; path = React/CoreModules/RCTWebSocketModule.h; sourceTree = ""; }; - 6FE92D8394E2069E272B00BC8B86F519 /* UIView+Yoga.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+Yoga.m"; path = "YogaKit/Source/UIView+Yoga.m"; sourceTree = ""; }; + 6D6C6FAC22F10A5997A189134FC8431B /* RCTTurboModuleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModuleManager.h; sourceTree = ""; }; + 6D73E375B560AF218AE2AF4BA31730AD /* bufferevent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bufferevent.h; path = src/event2/bufferevent.h; sourceTree = ""; }; + 6D80216B746E66FF364A6A8519E30778 /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; + 6D843D9CD648FB77F5EE9FF5ACEA4ECD /* RNFBCrashlytics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFBCrashlytics-dummy.m"; sourceTree = ""; }; + 6D861316CC97FBDB3DF0B006C5597405 /* FIRExceptionModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRExceptionModel.m; path = Crashlytics/Crashlytics/FIRExceptionModel.m; sourceTree = ""; }; + 6D9D9A067EDF4B886292E1304BC72B8C /* React-RCTBlob.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.debug.xcconfig"; sourceTree = ""; }; + 6DA028C5F8099A49B66F89104620E009 /* FireAndForgetResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FireAndForgetResponder.cpp; path = rsocket/statemachine/FireAndForgetResponder.cpp; sourceTree = ""; }; + 6DA2987C15726CA925D4C3195CBE80D8 /* FIRStackFrame_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRStackFrame_Private.h; path = Crashlytics/Crashlytics/Private/FIRStackFrame_Private.h; sourceTree = ""; }; + 6DA2BB4160FD7BAD56FEF89E1499C02F /* ManualTimekeeper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ManualTimekeeper.h; path = folly/futures/ManualTimekeeper.h; sourceTree = ""; }; + 6DB0AC95241F579A3ACFBD26952453AD /* EXFileSystem.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXFileSystem.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 6DB0CD0B4046E0513F1D4064BDA1E73A /* crashlytics.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = crashlytics.nanopb.c; path = Crashlytics/Protogen/nanopb/crashlytics.nanopb.c; sourceTree = ""; }; + 6DDCE98AB8DC4764E1FAB4ED28805080 /* HardwareConcurrency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HardwareConcurrency.h; path = folly/system/HardwareConcurrency.h; sourceTree = ""; }; + 6DF7297F5CDA5581F4FA44088A2097A3 /* ARTRenderableManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTRenderableManager.h; sourceTree = ""; }; + 6E04F2A241B2B183F3D8A822864B760E /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.txt; sourceTree = ""; }; + 6E075784007E2D319862BA72A46015F7 /* RNCSafeAreaViewEdges.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewEdges.m; path = ios/SafeAreaView/RNCSafeAreaViewEdges.m; sourceTree = ""; }; + 6E0DC02D2CBB4E83810E20904F4A94A9 /* F14MapFallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14MapFallback.h; path = folly/container/detail/F14MapFallback.h; sourceTree = ""; }; + 6E15BEBE80D07141821A953B32F8665C /* ripemd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ripemd.h; path = ios/include/openssl/ripemd.h; sourceTree = ""; }; + 6E1DFE0D3B5AF43B8C84A3E7966B2B1B /* QBAlbumCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumCell.h; path = ios/QBImagePicker/QBImagePicker/QBAlbumCell.h; sourceTree = ""; }; + 6E30690E9943B49ED8BBF818F98E88C7 /* AtomicUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUtils.h; path = folly/synchronization/detail/AtomicUtils.h; sourceTree = ""; }; + 6E4A9AE0B2E9BA8C1C6197E59D70BACE /* FIRCLSInternalReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSInternalReport.m; path = Crashlytics/Crashlytics/Models/FIRCLSInternalReport.m; sourceTree = ""; }; + 6E4FB1B3AFC4E3774C5FF0C4B55ED02E /* RCTInputAccessoryShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryShadowView.m; sourceTree = ""; }; + 6E76B0D19598070AF15C8E40D3E9CB2E /* GULSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzler.h; path = GoogleUtilities/MethodSwizzler/Private/GULSwizzler.h; sourceTree = ""; }; + 6E803959C68AF2D291AB73175966820A /* ScheduledSubscription.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScheduledSubscription.cpp; path = rsocket/internal/ScheduledSubscription.cpp; sourceTree = ""; }; + 6E904A227C3FE457C01C1EC73FA8DA97 /* BSG_KSCrashAdvanced.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashAdvanced.h; sourceTree = ""; }; + 6EC92D96BA4130E646EE570999BE56EC /* FIRInstallationsErrorUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrorUtil.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.h; sourceTree = ""; }; + 6ED2D6A04D6FD6000CA54B6F9F847023 /* RNReanimated.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNReanimated.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 6EF150234A75B08D1602D5F5CD063E4F /* FIRInstallationsIIDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.m; sourceTree = ""; }; + 6F2B73DEB95AD65B0F8B8371305D10A8 /* Parallel-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Parallel-inl.h"; path = "folly/gen/Parallel-inl.h"; sourceTree = ""; }; + 6F718F7B37DD6F239BD9C833E376A6D4 /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCacheOperation.m"; path = "SDWebImage/Core/UIView+WebCacheOperation.m"; sourceTree = ""; }; + 6F730836B4EFB479F5E1AD9372D69A04 /* RCTSpringAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSpringAnimation.h; sourceTree = ""; }; + 6F8594EF5847E3B2F915EC7CA133A62A /* FIRCLSNetworkOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSNetworkOperation.h; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.h; sourceTree = ""; }; + 6FC31A3BB6F8B5DBFEA9C47E4A72A046 /* SKIOSNetworkAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKIOSNetworkAdapter.h; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/SKIOSNetworkAdapter.h; sourceTree = ""; }; + 6FC95942C8E7F7A88AED7844C86293A5 /* HighlighterViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HighlighterViewManager.h; sourceTree = ""; }; + 6FE76BAFD3E50E24EAC8852D95B62FA1 /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; 6FFB7B2992BB53405E6B771A5BA1E97D /* libDoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libDoubleConversion.a; path = libDoubleConversion.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 703C211B2A8AE7580CB73C8D51ED98DE /* React-callinvoker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-callinvoker.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 70480B850FA5E96B817644171C81190C /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; - 70542275423D6F7B0BF6B817D76B4146 /* EXKeepAwake.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXKeepAwake.h; path = EXKeepAwake/EXKeepAwake.h; sourceTree = ""; }; - 7054C2CF73A8AD8A096F6DBC82EF67B2 /* MallocImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MallocImpl.h; path = folly/memory/detail/MallocImpl.h; sourceTree = ""; }; - 706B49417104A68C964EA8678F006EE4 /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Private/GULUserDefaults.h; sourceTree = ""; }; - 706D7AC41E4C897CD693D161D15CED8F /* RCTPlatform.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPlatform.mm; sourceTree = ""; }; - 7071CE2C439F7D37D2AF632010778180 /* OpenSSLCertUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLCertUtils.h; path = folly/ssl/OpenSSLCertUtils.h; sourceTree = ""; }; - 7072CED3C44DD914A66B2D47743EEC40 /* UMNativeModulesProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMNativeModulesProxy.h; sourceTree = ""; }; - 70E823991955DD94B192B69EFA7C760B /* RCTBaseTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputViewManager.h; sourceTree = ""; }; - 70FA312D86F60A15E1F525B572CBA8B2 /* Random-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Random-inl.h"; path = "folly/Random-inl.h"; sourceTree = ""; }; - 70FFE3DFD8560EF5CC9535BE94027654 /* RNCAsyncStorageDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAsyncStorageDelegate.h; path = ios/RNCAsyncStorageDelegate.h; sourceTree = ""; }; - 71174159A59604B064549A3DD1059E82 /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ReactMarker.cpp; sourceTree = ""; }; - 712B69C0D0DB8E698556E5B9534455E4 /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; - 7141B53E78C9DEAA2CC09D3494BDC55F /* FBLPromise+Await.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Await.h"; path = "Sources/FBLPromises/include/FBLPromise+Await.h"; sourceTree = ""; }; - 7144BF48EAE5A15C2C3746D50115D9B5 /* Shell.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Shell.cpp; path = folly/system/Shell.cpp; sourceTree = ""; }; - 714AEF7BBAC99A6C905911D13FDF1ADF /* REASetNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REASetNode.h; sourceTree = ""; }; - 71743637E177945328B5188B04A91650 /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; - 718E5771766B68E9FFECA0E158EF8FF6 /* UMSingletonModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMSingletonModule.m; path = UMCore/UMSingletonModule.m; sourceTree = ""; }; - 71A3A6D5A486FEFA2DBAF03FD6AEA166 /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; - 71BE4DFE83137B56839551DFFFF8C9B4 /* RCTAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedImage.m; sourceTree = ""; }; - 71FB132E832AF06FA007541146012E38 /* react-native-notifications-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-notifications-dummy.m"; sourceTree = ""; }; - 721153C0E06254197BA272CF7943F1C4 /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MallocImpl.cpp; path = folly/memory/detail/MallocImpl.cpp; sourceTree = ""; }; - 7215DC302778547D30B497018308A0FA /* RCTAnimationDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationDriver.h; sourceTree = ""; }; - 722814987296B4EEFE118F15D3B5D770 /* SDImageCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoder.m; path = SDWebImage/Core/SDImageCoder.m; sourceTree = ""; }; - 72403254FFE19759BF447B02D10C7EED /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/Core/SDWebImageDownloaderOperation.h; sourceTree = ""; }; - 724090EF43772915E660A3B620024DC7 /* react-native-blur.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-blur.debug.xcconfig"; sourceTree = ""; }; - 724B7300366D8C8592FA081D59F6BB73 /* React-RCTAnimation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAnimation-dummy.m"; sourceTree = ""; }; - 724D338450C30B642764C3B26DE5BDFB /* BugsnagReactNative.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BugsnagReactNative.m; path = cocoa/BugsnagReactNative.m; sourceTree = ""; }; - 724FBB488E769E4715D21DA42D547690 /* react-native-mmkv-storage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-mmkv-storage-dummy.m"; sourceTree = ""; }; - 72533CE33A2B862C44EF197197EDDFA8 /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; + 6FFEC0B71BAAA2833F594D9DE4A5C56E /* Flipper-DoubleConversion.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-DoubleConversion.release.xcconfig"; sourceTree = ""; }; + 700CF89718B60C00AD0E59F0A9235242 /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; + 7031E1BFA220F514070D1D16ABDF2116 /* jsilib-posix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "jsilib-posix.cpp"; sourceTree = ""; }; + 703921FCD7B0FBDE6E5F831E42217371 /* Flipper-PeerTalk-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-PeerTalk-prefix.pch"; sourceTree = ""; }; + 70735C22847AF52492A4E1C2786C80DA /* lossless_enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_msa.c; path = src/dsp/lossless_enc_msa.c; sourceTree = ""; }; + 70889C20B2B9CB6BFEB33E64450AAA66 /* FIRCLSFeatures.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFeatures.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h; sourceTree = ""; }; + 70ACFD097CEC9691CBC2F6EE5CE13D76 /* OpenSSLUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpenSSLUtils.cpp; path = folly/io/async/ssl/OpenSSLUtils.cpp; sourceTree = ""; }; + 71226302BE45A7B0F501A945DA65C8AB /* glog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.debug.xcconfig; sourceTree = ""; }; + 7143D84619784393D94401910DE2F013 /* Shared.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Shared.h; sourceTree = ""; }; + 7147C2A50B1A4E9B50D4743768A6DAA2 /* ProtocolVersion.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ProtocolVersion.cpp; path = rsocket/framing/ProtocolVersion.cpp; sourceTree = ""; }; + 71484EB728EF2BD10A80516F52EF1833 /* TestSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TestSubscriber.h; path = yarpl/flowable/TestSubscriber.h; sourceTree = ""; }; + 7157FC7634DAC29CD337EC7A7C0349B6 /* Flipper-PeerTalk.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-PeerTalk.release.xcconfig"; sourceTree = ""; }; + 7182D45BF8BC1E8C313FD6330F6D3B88 /* GDTCOREvent+GDTCCTSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GDTCOREvent+GDTCCTSupport.m"; path = "GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCOREvent+GDTCCTSupport.m"; sourceTree = ""; }; + 718943491CC8D969D7BA4A63A3CC240F /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; + 718BB8333B0F2AF0FD3F8AC14960DB95 /* GDTCOREvent_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREvent_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCOREvent_Private.h; sourceTree = ""; }; + 719905B6632ED1EA36743269AC271928 /* QBSlomoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBSlomoIconView.m; path = ios/QBImagePicker/QBImagePicker/QBSlomoIconView.m; sourceTree = ""; }; + 719A358C95C4D18F0996733D16D8DF75 /* FrameFlags.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameFlags.cpp; path = rsocket/framing/FrameFlags.cpp; sourceTree = ""; }; + 71B862867B68A60B59B8B7CD248BCA1E /* REATransformNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransformNode.h; sourceTree = ""; }; + 71DDBA22A54A2202A50E664AA0487711 /* FIRInstallationsHTTPError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsHTTPError.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.h; sourceTree = ""; }; + 721AC8A1EA4AAA5B1F3976F1DF05A811 /* BSG_KSArchSpecific.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSArchSpecific.h; sourceTree = ""; }; + 721E5C5CA3B7FFC6A3BFE71F5AAB9DCA /* visibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = visibility.h; path = src/event2/visibility.h; sourceTree = ""; }; + 7224F4F6F3CF90212229C2B708F5FC2D /* UMCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCore.release.xcconfig; sourceTree = ""; }; + 723B40B79C57C810431A92944D1FACB8 /* NSDataBigString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NSDataBigString.h; sourceTree = ""; }; + 724974B0E7925F98994D3CAF6E6DEB92 /* RootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RootView.m; path = ios/RootView.m; sourceTree = ""; }; 72558F571738704549E1838E845D2770 /* libEXLocalAuthentication.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXLocalAuthentication.a; path = libEXLocalAuthentication.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 72626F10841FC9DD7DE4E55E19B62269 /* neon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = neon.h; path = src/dsp/neon.h; sourceTree = ""; }; - 7265EBBD471B9B5512A95478ABACE0A3 /* FIRCLSSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSettings.h; path = Crashlytics/Crashlytics/Models/FIRCLSSettings.h; sourceTree = ""; }; - 7268047D8909A79EC7149EBE7059B931 /* Baton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Baton.h; path = folly/synchronization/Baton.h; sourceTree = ""; }; - 7271C07F318A61EFFA578DA456E8B07E /* FIRInstallationsAPIService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAPIService.m; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.m; sourceTree = ""; }; - 72B165931472C576476EE63D6E851611 /* GULNetworkURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkURLSession.h; path = GoogleUtilities/Network/Private/GULNetworkURLSession.h; sourceTree = ""; }; - 72BE3B1ECB853A30DA2C021F4A5F8E76 /* FIRCLSReportUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportUploader.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.h; sourceTree = ""; }; - 72C5A4C2336F7A4FFCAF906F7F06C7AC /* RNGestureHandler.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.release.xcconfig; sourceTree = ""; }; - 72C8544DFD5C76AF97AE5C4A70076128 /* EXSessionUploadTaskDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionUploadTaskDelegate.h; sourceTree = ""; }; - 72D8C97B99DEEA111AAF60AC08914F60 /* GoogleUtilities.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.release.xcconfig; sourceTree = ""; }; + 7269BD086EEEC468227F23935738531E /* UMCameraInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCameraInterface.debug.xcconfig; sourceTree = ""; }; + 7284BE298526DE78C58427749C524E83 /* random_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = random_utils.h; path = src/utils/random_utils.h; sourceTree = ""; }; + 72870748BF81DCEEF46E35D6AB6DE330 /* UIImage+ForceDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ForceDecode.m"; path = "SDWebImage/Core/UIImage+ForceDecode.m"; sourceTree = ""; }; + 72885251281C0F93D0DEA481E95DCAFC /* react-native-orientation-locker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-orientation-locker.debug.xcconfig"; sourceTree = ""; }; + 728F6769C04E37B0EE21CC943C97ABEB /* EXAudioRecordingPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioRecordingPermissionRequester.h; path = EXAV/EXAudioRecordingPermissionRequester.h; sourceTree = ""; }; + 7291020222CAA31DD8ADB5F9DABF8AF7 /* RNLocalize-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNLocalize-dummy.m"; sourceTree = ""; }; + 729497AD49DA3890D6D3A38C2E450F46 /* FIRCLSMachO.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachO.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.m; sourceTree = ""; }; + 729EE69E13E54D8927D5B2EDE144589D /* EXSessionDownloadTaskDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionDownloadTaskDelegate.m; sourceTree = ""; }; + 72AEB3BD68CDE6B37221B1707A3E75D2 /* RNEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNEventEmitter.m; path = RNNotifications/RNEventEmitter.m; sourceTree = ""; }; + 72C8CC6514D001CD2751ECEBAFD50F1A /* GULHeartbeatDateStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULHeartbeatDateStorage.m; path = GoogleUtilities/Environment/GULHeartbeatDateStorage.m; sourceTree = ""; }; + 72D87B5455C42C975BE6B854D2D3893F /* TurboModuleBinding.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModuleBinding.cpp; path = turbomodule/core/TurboModuleBinding.cpp; sourceTree = ""; }; + 72DCBAB566E7D46B89A9E7E490404F46 /* UMFontManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontManagerInterface.h; path = UMFontInterface/UMFontManagerInterface.h; sourceTree = ""; }; 72DE4BF3FB9CE0858E90F96FEF8A53AE /* libRNDateTimePicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNDateTimePicker.a; path = libRNDateTimePicker.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 72DEAB027E706AAB83F0AE4383D395A9 /* BSG_KSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSLogger.m; sourceTree = ""; }; + 72E0AC19E55696594533B20555734F3D /* react-native-webview.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-webview.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 72E4797CF8DDAD46E7ADA80AB4F0609D /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSIExecutor.cpp; path = jsireact/JSIExecutor.cpp; sourceTree = ""; }; 72E494917AC5EC2582197F07061A28B0 /* libEXPermissions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXPermissions.a; path = libEXPermissions.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 72E7C9A921C023DF915DDB9CBC4C3ACE /* md5.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = md5.h; path = ios/include/openssl/md5.h; sourceTree = ""; }; - 7308C372D645E3F1E8EF4FDF8466F9F0 /* DynamicBoundedQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicBoundedQueue.h; path = folly/concurrency/DynamicBoundedQueue.h; sourceTree = ""; }; - 730AE03FEBFAF1896766926C4A1C8FF2 /* cost_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_neon.c; path = src/dsp/cost_neon.c; sourceTree = ""; }; - 731B1F592D83B4C9AA29337A7DEF25C4 /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; - 7322FB4748BED82D906B44EC8CC69C0F /* RNVectorIcons-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNVectorIcons-dummy.m"; sourceTree = ""; }; - 7328812DB51DB4E1E0FEA28B02D37EB1 /* FKPortForwardingServer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FKPortForwardingServer.h; path = iOS/FlipperKit/FKPortForwarding/FKPortForwardingServer.h; sourceTree = ""; }; - 732F8964301003DC57C4003929AEB017 /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; - 73329B92A130F1DD1BA5898A24820150 /* diy-fp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "diy-fp.h"; path = "double-conversion/diy-fp.h"; sourceTree = ""; }; - 734ED99E7FFA0FACC47671F13FF330D8 /* F14Map.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Map.h; path = folly/container/F14Map.h; sourceTree = ""; }; - 7357E5AF8AE7313E39BDBDDAEC01F1F1 /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = SDWebImage/Core/SDImageAPNGCoder.m; sourceTree = ""; }; - 735E67678BF2C5560A5479038E5E0C88 /* BSG_KSSysCtl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSysCtl.h; sourceTree = ""; }; - 7362C0F651E59C3E2CC681A68E9D2F92 /* GDTCCTPrioritizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTPrioritizer.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTPrioritizer.h; sourceTree = ""; }; - 73700850B5680EDA2F4B3BA299F77837 /* EXVideoThumbnailsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXVideoThumbnailsModule.m; path = EXVideoThumbnails/EXVideoThumbnailsModule.m; sourceTree = ""; }; - 7374D673628E5F56B5B9CAC64C9DF658 /* MMKVCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MMKVCore.release.xcconfig; sourceTree = ""; }; - 73764437896EFC0C958D497A5C38386E /* RSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocket.cpp; path = rsocket/RSocket.cpp; sourceTree = ""; }; - 7379223B34E77C5504CD5EC44401E062 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 738BA4FC614721AAFD0B0832EFC731E8 /* SDWebImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImage.h; path = WebImage/SDWebImage.h; sourceTree = ""; }; - 7391727E2E6F10BD0592AFE6A236195E /* x509v3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509v3.h; path = ios/include/openssl/x509v3.h; sourceTree = ""; }; - 739300194B262552941824FC80F70401 /* RNForceTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNForceTouchHandler.h; sourceTree = ""; }; - 739ADE93C1E852DFD6D6CE1E64501B98 /* FlipperConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperConnection.h; path = xplat/Flipper/FlipperConnection.h; sourceTree = ""; }; - 73B1C66016344BD16D8749C44E3BAFB9 /* UMImageLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMImageLoaderInterface.h; path = UMImageLoaderInterface/UMImageLoaderInterface.h; sourceTree = ""; }; - 73B7315B056CD78BABC6B6558D85B4DD /* md4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = md4.h; path = ios/include/openssl/md4.h; sourceTree = ""; }; - 73F2BF79B5B9B41A730CFC8740E1D56B /* RCTCrypto-Bridging-Header.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTCrypto-Bridging-Header.h"; path = "ios/RCTCrypto/RCTCrypto-Bridging-Header.h"; sourceTree = ""; }; - 740DEDD1574D0EDDE72FC0DDEB6AFA2D /* Executor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Executor.cpp; path = folly/Executor.cpp; sourceTree = ""; }; - 74219AB9441AEC696A6A0DB2FEB27F4B /* BugsnagErrorReportApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagErrorReportApiClient.h; sourceTree = ""; }; - 7425498C1C2ACC864DEB505E227EFA0B /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Sources/Private/FIRComponent.h; sourceTree = ""; }; - 742ACFA86F3737E6926C0A460DA1F9F6 /* AESCrypt.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AESCrypt.cpp; path = Core/aes/AESCrypt.cpp; sourceTree = ""; }; - 74321CCD727B803EE16EC0111E022187 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/Core/SDWebImageDownloader.m; sourceTree = ""; }; - 744B8F055E20270F71B6AE6695A9F8E8 /* camellia.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = camellia.h; path = ios/include/openssl/camellia.h; sourceTree = ""; }; - 744BAE2513C38A3F7F7814B6CD5D1FE8 /* rn-extensions-share.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "rn-extensions-share.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 744D5A6A749F4D432283581D2D5A05A0 /* Flipper-Folly-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-Folly-prefix.pch"; sourceTree = ""; }; - 744E11F8DCB0AD42E0C51C91DF3C4636 /* UIImage+WebP.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+WebP.m"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.m"; sourceTree = ""; }; - 7450ECB06BB3DA426B79F11F9F97AA7F /* ScheduledFrameProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledFrameProcessor.h; path = rsocket/framing/ScheduledFrameProcessor.h; sourceTree = ""; }; - 7458D149A39F65BBC4C758216928AACA /* Yoga-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-umbrella.h"; sourceTree = ""; }; - 745924A4AE378A09BF9EA7242DEC6E85 /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAccessibilityManager.h; path = React/CoreModules/RCTAccessibilityManager.h; sourceTree = ""; }; - 746A5115E7229F299BA81F49831B1BDD /* RSocketParameters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketParameters.h; path = rsocket/RSocketParameters.h; sourceTree = ""; }; - 748475DED4E493F7B2C64E66800CE42A /* SKDispatchQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKDispatchQueue.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKDispatchQueue.h; sourceTree = ""; }; - 74A7FC812166D7E40A31C4A6FA201DA6 /* MemoryFile.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryFile.cpp; path = Core/MemoryFile.cpp; sourceTree = ""; }; - 74B60D6C9016F9041B5A876D61EA3E7A /* RNCMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCMaskedViewManager.h; path = ios/RNCMaskedViewManager.h; sourceTree = ""; }; - 74C5AEB0BB88ACBC1FB8394B6D743114 /* Access.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Access.h; path = folly/container/Access.h; sourceTree = ""; }; - 74D06C825E18CCFB5405698548DD5F5F /* React-RCTImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTImage.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 74D8C3849334584A5329E274B22829FD /* F14Table.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Table.h; path = folly/container/detail/F14Table.h; sourceTree = ""; }; - 74D9A284837488E779E81F4E31AD63D3 /* EXSessionResumableDownloadTaskDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionResumableDownloadTaskDelegate.m; sourceTree = ""; }; - 74E1698E1E77E575800E53FCB6BC9D4C /* Subscription.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Subscription.cpp; path = yarpl/flowable/Subscription.cpp; sourceTree = ""; }; - 74E38BB37CCA1E7EAC6D31E445220742 /* FIRCLSUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUtility.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSUtility.h; sourceTree = ""; }; - 74EB94829D661E11875EDCA959C4D283 /* RNSScreen.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreen.m; path = ios/RNSScreen.m; sourceTree = ""; }; - 74EFADCEA274590633A8C1761AC519A1 /* TOCropView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropView.m; path = "Objective-C/TOCropViewController/Views/TOCropView.m"; sourceTree = ""; }; - 751FAF512721302AD099CFC35D23FE84 /* RNCPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCPicker.h; path = ios/RNCPicker.h; sourceTree = ""; }; - 753C76A13AC442DB3F3E0DD6DAD79F09 /* HHWheelTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HHWheelTimer.h; path = folly/io/async/HHWheelTimer.h; sourceTree = ""; }; - 75506798E42CE556870A19F98AF0D507 /* Fixture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fixture.h; path = rsocket/benchmarks/Fixture.h; sourceTree = ""; }; - 7553C726ECB614A170553037DB699A20 /* react-native-orientation-locker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-orientation-locker.debug.xcconfig"; sourceTree = ""; }; - 755AE0C54F312F490A74A21EE25662BE /* bignum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bignum.h; path = "double-conversion/bignum.h"; sourceTree = ""; }; - 755F3DEB1A04444085FC820DDEEEBF79 /* Flipper.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Flipper.debug.xcconfig; sourceTree = ""; }; - 758291E538225C70DE6734133AC3A499 /* EXAppleAuthenticationMappings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthenticationMappings.m; path = EXAppleAuthentication/EXAppleAuthenticationMappings.m; sourceTree = ""; }; - 75991068B986E8BADAC054696E93AE74 /* React-CoreModules-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-CoreModules-prefix.pch"; sourceTree = ""; }; - 75A0E1F699D93362A36DB6C55268DF13 /* ThreadFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadFactory.h; path = folly/executors/thread_factory/ThreadFactory.h; sourceTree = ""; }; - 75A14844323E08872EB3256566FEA960 /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; - 75AED86A153950A80D0499EB90E3AEF0 /* RCTDisplayWeakRefreshable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDisplayWeakRefreshable.h; path = Libraries/Image/RCTDisplayWeakRefreshable.h; sourceTree = ""; }; - 75BDBF541DDEFA5DB199453CF3A81D58 /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; - 75BED721274B00E811B7667A0DC1877F /* RCTModuloAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuloAnimatedNode.h; sourceTree = ""; }; - 75C90A0B82D583F2E9E7D87A78E46A33 /* fi.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fi.lproj; path = "Objective-C/TOCropViewController/Resources/fi.lproj"; sourceTree = ""; }; - 75CCFE2F8F7DD615590A677ED90EEAC3 /* json_patch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json_patch.h; path = folly/json_patch.h; sourceTree = ""; }; - 75CD49FA7973DF5CC4C688AFABE28749 /* Flipper-Glog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-Glog-prefix.pch"; sourceTree = ""; }; - 75DAA4039B86377EF4FC2C45B396A383 /* FlowableTimeoutOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlowableTimeoutOperator.h; path = yarpl/flowable/FlowableTimeoutOperator.h; sourceTree = ""; }; - 76015CE36C25A6F07C63B1B1EFD628C2 /* FirebaseAnalytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.release.xcconfig; sourceTree = ""; }; - 760714B7BC2BCC86833E96970322F524 /* REAEventNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAEventNode.m; sourceTree = ""; }; - 762226592732E5A0B3B51B99B5C0D77F /* React-RCTText.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTText.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 76287052B465828B399CC8547CC4C16C /* DelayedDestructionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DelayedDestructionBase.h; path = folly/io/async/DelayedDestructionBase.h; sourceTree = ""; }; - 763E32608AEABE93026E125E75BB278E /* VibrancyView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VibrancyView.h; path = ios/VibrancyView.h; sourceTree = ""; }; - 76673C2F29C995187FFC94F0D878DABB /* StreamStateMachineBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamStateMachineBase.cpp; path = rsocket/statemachine/StreamStateMachineBase.cpp; sourceTree = ""; }; - 767CF4A323E85509A1047D1881465BA8 /* REAFunctionNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAFunctionNode.h; sourceTree = ""; }; - 76820469546E31EE7768306C5E177ADF /* BSG_KSMach_x86_64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_64.c; sourceTree = ""; }; - 76B1C0130667898B600BDFC36255422D /* ARTText.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTText.m; path = ios/ARTText.m; sourceTree = ""; }; - 76C4E399820A21199CC1E4C34E07EF57 /* ClockGettimeWrappers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ClockGettimeWrappers.h; path = folly/ClockGettimeWrappers.h; sourceTree = ""; }; - 76E543CFB76269BD67FBC55FC4031020 /* RNCSafeAreaProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaProvider.h; path = ios/SafeAreaView/RNCSafeAreaProvider.h; sourceTree = ""; }; - 76EF929C01F40E010FE6EA4F4F399446 /* FIRInstallationsIIDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.m; sourceTree = ""; }; - 76F978A2E5030EFE1541FA01FF49F781 /* DoubleConversion.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.release.xcconfig; sourceTree = ""; }; - 7700679169927F89D83EE953A5363651 /* KeyCommands-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KeyCommands-dummy.m"; sourceTree = ""; }; - 770EF3B3A8E394FEF486F513E647B794 /* REAConcatNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAConcatNode.m; sourceTree = ""; }; - 772FE22B88DED0CEB4444B039B12D3AF /* ReactNativeART.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeART.debug.xcconfig; sourceTree = ""; }; - 773EA4CD666B2F2D00BC4A056552515A /* RNNotificationEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationEventHandler.h; path = RNNotifications/RNNotificationEventHandler.h; sourceTree = ""; }; - 77684A35E7398A826CFD85123677477B /* RCTImageViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageViewManager.mm; sourceTree = ""; }; - 779164E92487A50C908E598C31B5332A /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; - 77948F0A5575D3F107CF5F8414361EED /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = yoga/CompactValue.h; sourceTree = ""; }; - 779FDF96F03F0D5E5EACECCCA03D5E44 /* Peertalk.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Peertalk.h; path = peertalk/Peertalk.h; sourceTree = ""; }; - 77A041A5493C8AE5F72F049584C8AA69 /* OpenSSL-Universal.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "OpenSSL-Universal.debug.xcconfig"; sourceTree = ""; }; - 77D38A5B26DC7A7584087FEAD74BDBA9 /* AtFork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtFork.h; path = folly/detail/AtFork.h; sourceTree = ""; }; - 77D8A925F3FBFA907320A9EC1746EB74 /* bit_reader_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_reader_utils.c; path = src/utils/bit_reader_utils.c; sourceTree = ""; }; - 77EA857E87B4B5F2C65E388591CE4AA5 /* RCTCustomKeyboardViewControllerTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomKeyboardViewControllerTemp.h; sourceTree = ""; }; - 77F1F0E0C0DAB0CDEB4270C6F12439D6 /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; - 77FC1BAC2BA190DA5BFF1D7342FD528F /* YogaKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YogaKit.modulemap; sourceTree = ""; }; - 781E0DC6D433B96BE5FE0F71C335D461 /* rescaler_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_neon.c; path = src/dsp/rescaler_neon.c; sourceTree = ""; }; - 782DA1813BF292658891FD8F3DA8E40D /* FIRCLSProfiling.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSProfiling.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSProfiling.c; sourceTree = ""; }; - 78497E90DC733789EDCE160DAED8F149 /* RNSScreen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreen.h; path = ios/RNSScreen.h; sourceTree = ""; }; - 784F1B3124CD66F76D8028DE32F8F90B /* small_vector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = small_vector.h; path = folly/small_vector.h; sourceTree = ""; }; + 72F202DD289F582C14C88B797856D7FB /* RNCAsyncStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAsyncStorage.m; path = ios/RNCAsyncStorage.m; sourceTree = ""; }; + 72F2D2D2A05538565B7E0551735184F1 /* cct.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cct.nanopb.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h; sourceTree = ""; }; + 730556F68595133BD4C32BC4171FBDE9 /* HazptrObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrObj.h; path = folly/synchronization/HazptrObj.h; sourceTree = ""; }; + 73236AEC23C14548045B4DC4E82D0095 /* RCTUITextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextView.h; sourceTree = ""; }; + 73676A8DDBE9CA35B931BCA10CC5636B /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; + 73728E59E9AC89979E754C49279982D5 /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; + 7388E740C032DBA9EF4890F70C6E4CEA /* RNGestureHandler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNGestureHandler-dummy.m"; sourceTree = ""; }; + 738C6B6E9169BE2D4B6F6BDEAD7E0359 /* endian_inl_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = endian_inl_utils.h; path = src/utils/endian_inl_utils.h; sourceTree = ""; }; + 73989356532406432F25FC28C53757A0 /* UMViewManagerAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapter.h; sourceTree = ""; }; + 7399E0BFA69307474E43AED1CCF826B4 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Sources/Private/FIROptionsInternal.h; sourceTree = ""; }; + 739F466C5540DA8E136AA5804151AA72 /* FlipperClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperClient.h; path = xplat/Flipper/FlipperClient.h; sourceTree = ""; }; + 73A16102B2018BA31D7EFB9EF4A652D4 /* React-callinvoker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-callinvoker.debug.xcconfig"; sourceTree = ""; }; + 73A98A77CD3A29D350923E4ABEFB2250 /* MMKV.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MMKV.debug.xcconfig; sourceTree = ""; }; + 73E2B26B49CCF57F4F2FBF4809F14470 /* FBLPromises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromises.h; path = Sources/FBLPromises/include/FBLPromises.h; sourceTree = ""; }; + 74078EC14A75838BD67C1C35BE61B321 /* RCTInspectorDevServerHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorDevServerHelper.h; sourceTree = ""; }; + 740E3F21A2345367A0E1E8A7430F17B5 /* cast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cast.h; path = ios/include/openssl/cast.h; sourceTree = ""; }; + 7413EE6DBF1AC157F060058A535851A2 /* UMGyroscopeInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMGyroscopeInterface.h; path = UMSensorsInterface/UMGyroscopeInterface.h; sourceTree = ""; }; + 741EB95C0E2C993307CF55653185C60C /* QBImagePicker.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = QBImagePicker.storyboard; path = ios/QBImagePicker/QBImagePicker/QBImagePicker.storyboard; sourceTree = ""; }; + 7437B5D00DDFD8473220DDB52602C82A /* react-native-appearance.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-appearance.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 74560CC510D37D57F437D1F3E3B31B90 /* GDTCORTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORTransformer.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORTransformer.m; sourceTree = ""; }; + 746FA0BBE67532F465D29859821FC4CE /* Dirent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Dirent.h; path = folly/portability/Dirent.h; sourceTree = ""; }; + 74A8FC08F2B447B5B7E18E49212906DB /* RsaFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RsaFormatter.h; sourceTree = ""; }; + 74B5E20D68E642ECCD6708CF0DCAD679 /* RCTView+SafeAreaCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTView+SafeAreaCompat.m"; path = "ios/SafeAreaView/RCTView+SafeAreaCompat.m"; sourceTree = ""; }; + 74D6D351BA93FCDA1515ACD895EE361F /* HazptrHolder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrHolder.h; path = folly/synchronization/HazptrHolder.h; sourceTree = ""; }; + 74DBFAF01E3614054C37B9B96562D26C /* SKNamed.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKNamed.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNamed.mm; sourceTree = ""; }; + 74F3803F542E8771E6192D36D0FC01A7 /* RSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocket.h; path = rsocket/RSocket.h; sourceTree = ""; }; + 75364908BF6A650FF3D57C3619C85A33 /* SDAssociatedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAssociatedObject.h; path = SDWebImage/Private/SDAssociatedObject.h; sourceTree = ""; }; + 753784CB92204D241BA96D017F0FA675 /* CString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CString.cpp; path = folly/lang/CString.cpp; sourceTree = ""; }; + 7543099DFCF3098C6A1B696B827EECE3 /* GoogleAppMeasurement.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.debug.xcconfig; sourceTree = ""; }; + 75554076E2F2CF6641A8AF612E276040 /* Enumerate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Enumerate.h; path = folly/container/Enumerate.h; sourceTree = ""; }; + 755D288E71799C55B35C4C01FA4E9849 /* FirebaseInstallations-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseInstallations-dummy.m"; sourceTree = ""; }; + 75718D880731ABF38145370C0B66CD20 /* BSG_KSMach_x86_64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_64.c; sourceTree = ""; }; + 75A977C87BF5E040DF07DE5709A4C010 /* REASetNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REASetNode.m; sourceTree = ""; }; + 75AA678EBF6C67F0875FD2F3F41DD38C /* FIRCLSURLSessionTask_PrivateMethods.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionTask_PrivateMethods.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionTask_PrivateMethods.h; sourceTree = ""; }; + 75B81694B4C54625AABB0A114A6A6ABA /* BaselinesTcp.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = BaselinesTcp.cpp; path = rsocket/benchmarks/BaselinesTcp.cpp; sourceTree = ""; }; + 75B8541BBD1052972DCA5E0811DA58C5 /* FIRAnalyticsConnector.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FIRAnalyticsConnector.framework; path = Frameworks/FIRAnalyticsConnector.framework; sourceTree = ""; }; + 75BFAAE24E258C08E424570C6E565C60 /* RNPanHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPanHandler.h; sourceTree = ""; }; + 75C42928321D836F303996EE268BD902 /* GULNetworkConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkConstants.h; path = GoogleUtilities/Network/Private/GULNetworkConstants.h; sourceTree = ""; }; + 75C54F4BD4A8E740A1E6E8923E574ED3 /* IOObjectCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOObjectCache.h; path = folly/executors/IOObjectCache.h; sourceTree = ""; }; + 75F4036E0D4AD737642EB96CA3D75D43 /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; + 75FAB4B2A9D6C1EE005C3C69A279E67D /* FBLPromise+Timeout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Timeout.h"; path = "Sources/FBLPromises/include/FBLPromise+Timeout.h"; sourceTree = ""; }; + 760DC6A5B813BD761CBF8BC767648A0A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 7611F894136F4E0771206A7FC6088291 /* ReactMarker.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ReactMarker.cpp; sourceTree = ""; }; + 7613A9E875DBAF77677DB4C10B346C42 /* FIRComponentContainerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainerInternal.h; path = FirebaseCore/Sources/FIRComponentContainerInternal.h; sourceTree = ""; }; + 761B0FA07520E2BDC38ECFE43E631A06 /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Solid.ttf; path = Fonts/FontAwesome5_Solid.ttf; sourceTree = ""; }; + 76231EC71D774BB102B80089570B7A6E /* TOCropViewControllerTransitioning.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropViewControllerTransitioning.h; path = "Objective-C/TOCropViewController/Models/TOCropViewControllerTransitioning.h"; sourceTree = ""; }; + 762FD21B3739F5F2E25B8A6DCF36BE18 /* FrameHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameHeader.h; path = rsocket/framing/FrameHeader.h; sourceTree = ""; }; + 7634584434E7C4CB33AD329C3575B8F9 /* BSG_KSCrashSentry_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Private.h; sourceTree = ""; }; + 7647854FBFB397F83ED8C01851904487 /* libcrypto.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libcrypto.a; path = ios/lib/libcrypto.a; sourceTree = ""; }; + 7650F58D597418B37BAD5544DE08E389 /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextAttributes.h; path = Libraries/Text/RCTTextAttributes.h; sourceTree = ""; }; + 7658EE8734CC7A5E8602CE50E1ECABE2 /* F14Table.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Table.h; path = folly/container/detail/F14Table.h; sourceTree = ""; }; + 765B33FFC6B0697D2F87BF025A940461 /* SDWebImageDownloaderResponseModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderResponseModifier.h; path = SDWebImage/Core/SDWebImageDownloaderResponseModifier.h; sourceTree = ""; }; + 765D975B14C95CD0E5DDAF589122C261 /* stop_watch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stop_watch.h; path = folly/stop_watch.h; sourceTree = ""; }; + 76669C60209A2D4FCF269BB833B6772B /* UMNativeModulesProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMNativeModulesProxy.m; sourceTree = ""; }; + 76695462B73E91B1615661EC5D55C694 /* BugsnagCollections.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCollections.m; sourceTree = ""; }; + 76896F14E643A1222C612EE96A9558E1 /* CString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CString.cpp; path = folly/lang/CString.cpp; sourceTree = ""; }; + 768F4D51D54C84BF6F09B8ADBB8EF53E /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Private/GULUserDefaults.h; sourceTree = ""; }; + 769AEE4652D593F049958B31A4AF3D6E /* yuv_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips32.c; path = src/dsp/yuv_mips32.c; sourceTree = ""; }; + 76C30D110C24DAA76DFF3160B5501B35 /* RCTImageBlurUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageBlurUtils.m; sourceTree = ""; }; + 76CA3EEDED2A5E20E9D3D1458D5FA5B1 /* RCTValueAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTValueAnimatedNode.m; sourceTree = ""; }; + 76E1731657F2B6852E4989F5CB136ECD /* Compression.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Compression.h; path = ios/src/Compression.h; sourceTree = ""; }; + 76E7C9CAF30765AB22F55A22EEC0A944 /* QBCheckmarkView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBCheckmarkView.h; path = ios/QBImagePicker/QBImagePicker/QBCheckmarkView.h; sourceTree = ""; }; + 76F0FD6E0C17DADB617DF6B66B56A3E1 /* tag.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tag.h; path = src/event2/tag.h; sourceTree = ""; }; + 76FC4C7C13303A2A5E7748322DDC9D41 /* React-RCTSettings-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTSettings-dummy.m"; sourceTree = ""; }; + 7704F8FBEFE7EEE7A5BC729F8ABA3258 /* LNInterpolable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolable.h; sourceTree = ""; }; + 77066ED9888600814ED2D67397DD0E7D /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; + 7721BE1D962D54CE089AB9651B66DC3A /* Subscription.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Subscription.cpp; path = yarpl/observable/Subscription.cpp; sourceTree = ""; }; + 773850A196FDB6791BA815B886377AC3 /* Builtins.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Builtins.cpp; path = folly/portability/Builtins.cpp; sourceTree = ""; }; + 775164EA873952B011041E713DFBCD20 /* dec_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_msa.c; path = src/dsp/dec_msa.c; sourceTree = ""; }; + 77779F49900F85F220ACB9EF14BBC3B1 /* AtomicLinkedList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicLinkedList.h; path = folly/AtomicLinkedList.h; sourceTree = ""; }; + 777A6CEA1DB169E129FEC44F494A83BF /* Flipper.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Flipper.debug.xcconfig; sourceTree = ""; }; + 779501FB36FA9DA3094A55FF678C5F70 /* RNGestureHandlerRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerRegistry.m; path = ios/RNGestureHandlerRegistry.m; sourceTree = ""; }; + 77BBDAFB29DEEDCBB1C0E98CB8451025 /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; + 77CD1510113BAE90C54D402B64193D9C /* RNCMaskedView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNCMaskedView.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 77D47F57764ADC03C72580A4D8058A4E /* EventCount.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventCount.h; path = folly/experimental/EventCount.h; sourceTree = ""; }; + 77D646F33CEAC405A184C67743BA9C38 /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/Core/SDWebImagePrefetcher.m; sourceTree = ""; }; + 7820A01445E127670B911E2F7714A7ED /* FIRCLSUnwind_arch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUnwind_arch.h; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arch.h; sourceTree = ""; }; + 7839F2D96277B4431678105EB411A0BA /* GULAppDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h; sourceTree = ""; }; + 783FFD383FD81B55027FA28773133E96 /* RNCWKProcessPoolManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWKProcessPoolManager.m; path = apple/RNCWKProcessPoolManager.m; sourceTree = ""; }; + 784877AE8D53457ACA0080F31AB8E54D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 7862928F09842A7D47C7A8599F03B215 /* PublisherBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PublisherBase.cpp; path = rsocket/statemachine/PublisherBase.cpp; sourceTree = ""; }; 7862C607B7BE0510C2D65193F9B4B4F9 /* libTOCropViewController.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libTOCropViewController.a; path = libTOCropViewController.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 7870EFE2AA8E3F2EFB2CE73AADC8E3D3 /* RCTBaseTextInputShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputShadowView.m; sourceTree = ""; }; - 7874DE46561BFEA8A2DC885641F6BDA1 /* ChannelResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ChannelResponder.h; path = rsocket/statemachine/ChannelResponder.h; sourceTree = ""; }; - 78A032020FBB9956A857EDE58BF315B5 /* BSG_KSCrashSentry_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Private.h; sourceTree = ""; }; - 78A59395B02A6288A98A9123CD8502AE /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/Core/NSData+ImageContentType.m"; sourceTree = ""; }; - 78AF766A75F15E866F7B69F024877173 /* ExecutorWithPriority.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ExecutorWithPriority.cpp; path = folly/executors/ExecutorWithPriority.cpp; sourceTree = ""; }; - 78F34E9EF0439725D236766F3DA56768 /* RCTInputAccessoryView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryView.h; sourceTree = ""; }; + 788287DA6833A06D1186481C47D0B85A /* RNNotificationEventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationEventHandler.h; path = RNNotifications/RNNotificationEventHandler.h; sourceTree = ""; }; + 789FF3B7EE0059D61C7763C937C70844 /* React-jsiexecutor-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsiexecutor-dummy.m"; sourceTree = ""; }; + 78E383F75A1316536FD489207552C079 /* Stdio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Stdio.h; path = folly/portability/Stdio.h; sourceTree = ""; }; + 78E61F6F41AF9506D619EC8762A5957B /* FirebaseAnalytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.debug.xcconfig; sourceTree = ""; }; + 78FD30412ED7246AB07F383D9B2AE03E /* RCTSettingsPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSettingsPlugins.mm; sourceTree = ""; }; 790673EC8417F666CD08A2E31652B656 /* Pods-ShareRocketChatRN.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-ShareRocketChatRN.modulemap"; sourceTree = ""; }; - 7927FC04B1EB3668326D805FA0C4AF46 /* ocsp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ocsp.h; path = ios/include/openssl/ocsp.h; sourceTree = ""; }; - 792F179A08B90F1063340F0C3766AD4B /* vp8i_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_enc.h; path = src/enc/vp8i_enc.h; sourceTree = ""; }; - 79332C24135598C170476104BC3B4ADC /* HazptrUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrUtils.h; path = folly/synchronization/detail/HazptrUtils.h; sourceTree = ""; }; - 793AB7EC72B440545DA1CCAB1310E59A /* picture_tools_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_tools_enc.c; path = src/enc/picture_tools_enc.c; sourceTree = ""; }; - 793F070D8CBEB4B11E57178E609821AD /* SysMman.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysMman.cpp; path = folly/portability/SysMman.cpp; sourceTree = ""; }; - 7949CDE403E5AE72554B5DD2ABAC0130 /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; - 794D874F30A957CF217AD75D445E2F47 /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; sourceTree = ""; }; - 79502E8F90D32A4DF29B37B6E441A90B /* PriorityUnboundedBlockingQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PriorityUnboundedBlockingQueue.h; path = folly/executors/task_queue/PriorityUnboundedBlockingQueue.h; sourceTree = ""; }; - 796616FCA34D48F8ABE92F8FA3DC9A21 /* BugsnagCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashSentry.h; sourceTree = ""; }; + 7908AF05DE2D24CAA964C965EB69F7F1 /* React-RCTLinking.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.release.xcconfig"; sourceTree = ""; }; + 79252D56C698CFD25799CC4B521EFF1E /* UMBarCodeScannerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerInterface.h; sourceTree = ""; }; + 792797FC9AA31485974B18F66925F055 /* SKNodeDescriptor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKNodeDescriptor.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.mm; sourceTree = ""; }; + 792DB259EBB61C9322F1A516F7C515D6 /* event_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = event_struct.h; path = src/event2/event_struct.h; sourceTree = ""; }; + 7940BD2651DEDF343D573E9FCBD79638 /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; + 795764D57C74218C1DC80757258B116B /* EXVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoPlayerViewController.m; sourceTree = ""; }; + 796CD8553C5802D31544788DC42D6954 /* FIRStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRStackFrame.h; path = Crashlytics/Crashlytics/Public/FIRStackFrame.h; sourceTree = ""; }; + 797053A263030741BF625E329E5086C4 /* ImageCropPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageCropPicker.h; path = ios/src/ImageCropPicker.h; sourceTree = ""; }; 79871AFFE61A579E1E9A87BC2D2E5D43 /* Pods-RocketChatRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RocketChatRN.debug.xcconfig"; sourceTree = ""; }; - 798C613AEFF42CFE06D322C106C209FD /* React-RCTLinking.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTLinking.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 79DAD3011AB09403AACE0C85A7318029 /* REATransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransition.m; sourceTree = ""; }; - 79E4260DC140D94A2E1077C5DF861B7D /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTClipboard.h; path = React/CoreModules/RCTClipboard.h; sourceTree = ""; }; - 79FC78D56A3FB19C0290641822FE096F /* FIRAppAssociationRegistration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAppAssociationRegistration.m; path = FirebaseCore/Sources/FIRAppAssociationRegistration.m; sourceTree = ""; }; - 79FEA3AE6C065C3EAB809F2FB262229F /* GDTCCTPrioritizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTPrioritizer.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTPrioritizer.m; sourceTree = ""; }; - 7A0A2A913145A5623A003F4B16A20E10 /* histogram_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = histogram_enc.h; path = src/enc/histogram_enc.h; sourceTree = ""; }; - 7A139255183B5E5A9C18F6EC2146E6BB /* vi.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = vi.lproj; path = "Objective-C/TOCropViewController/Resources/vi.lproj"; sourceTree = ""; }; - 7A1435EC45AE7758431842BC2EEFFDBC /* React-RCTText.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.debug.xcconfig"; sourceTree = ""; }; - 7A20F86B8E10A034B4CB4971E57170A7 /* React-callinvoker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-callinvoker.release.xcconfig"; sourceTree = ""; }; - 7A3C21D0F0CB9E3503DB0D245BFA9BE2 /* MiniPBCoder_OSX.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MiniPBCoder_OSX.cpp; path = Core/MiniPBCoder_OSX.cpp; sourceTree = ""; }; - 7A41AAF4C4D59FA84C68EA87A15A634A /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Sources/Private/FIRComponentContainer.h; sourceTree = ""; }; - 7A976500406D7F50F37ADF75A7A7E707 /* SKInvalidation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKInvalidation.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKInvalidation.m; sourceTree = ""; }; - 7A9DC22B901296EA8C499C3089667E40 /* RNBootSplash-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNBootSplash-dummy.m"; sourceTree = ""; }; - 7A9F26CD21E8D6CBE95B4F11221C483D /* UIImage+Resize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Resize.m"; path = "ios/src/UIImage+Resize.m"; sourceTree = ""; }; - 7AC83A671F9806C7378838DE175A67AD /* React-RCTImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.debug.xcconfig"; sourceTree = ""; }; - 7AFCCE648EC6C8213DB1DF7234C0F70F /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAlertManager.h; path = React/CoreModules/RCTAlertManager.h; sourceTree = ""; }; - 7B11111E0E1DDE5FD0CB3A721E317257 /* ReactCommon.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.release.xcconfig; sourceTree = ""; }; - 7B18FFD70A7788ABC4A3BC8973F5DB17 /* AsyncSSLSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncSSLSocket.cpp; path = folly/io/async/AsyncSSLSocket.cpp; sourceTree = ""; }; - 7B1FF40CF494F6EA4DEDA5B56A6CA260 /* lossless_enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse2.c; path = src/dsp/lossless_enc_sse2.c; sourceTree = ""; }; - 7B27BDEC2DB789528896D19E95148F51 /* Replaceable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Replaceable.h; path = folly/Replaceable.h; sourceTree = ""; }; - 7B387F2A5D678E732F3ED86A20310BC6 /* BSGSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGSerialization.h; sourceTree = ""; }; - 7B38CF230A5B60C1661CE91F1FC8CCC5 /* rn-fetch-blob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-fetch-blob-prefix.pch"; sourceTree = ""; }; - 7B42F9B33E6247593A1DDEE3C447791E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 7B8211A6EC65400750E4E1AE9451057E /* Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Folly-dummy.m"; sourceTree = ""; }; - 7B9109A26E4E09EF2FAAE2BEE7610679 /* ReactCommon-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactCommon-dummy.m"; sourceTree = ""; }; - 7B986EF7E4120DAFB269EE6ED91221FB /* BlurEffectWithAmount.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlurEffectWithAmount.h; path = ios/BlurEffectWithAmount.h; sourceTree = ""; }; - 7BB449FD2696FE70F8937E6572D4B93E /* ec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ec.h; path = ios/include/openssl/ec.h; sourceTree = ""; }; - 7BC69915C16F5A5FA354CE10CB2BEE83 /* Hazptr.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Hazptr.cpp; path = folly/synchronization/Hazptr.cpp; sourceTree = ""; }; - 7BD0C62FE55983ED32A7F56B5BD049AE /* RNFBAppModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBAppModule.m; path = ios/RNFBApp/RNFBAppModule.m; sourceTree = ""; }; - 7BDA8A9E5F94F7587665ECABCB7CB1F1 /* BlurView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BlurView.m; path = ios/BlurView.m; sourceTree = ""; }; - 7BE3C9FF6FA00F2B0C00CA0CF46E846C /* RSocketStateMachine.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketStateMachine.cpp; path = rsocket/statemachine/RSocketStateMachine.cpp; sourceTree = ""; }; - 7BEAF02EEB2E672DB56B105DEE002A2F /* RCTKeyCommandConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyCommandConstants.h; path = ios/KeyCommands/RCTKeyCommandConstants.h; sourceTree = ""; }; - 7C05D0DD3C215BEF9723FCD405C480E5 /* Fontisto.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Fontisto.ttf; path = Fonts/Fontisto.ttf; sourceTree = ""; }; - 7C06E146E4C034EF399891B208A8055C /* TimekeeperScheduledExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimekeeperScheduledExecutor.h; path = folly/executors/TimekeeperScheduledExecutor.h; sourceTree = ""; }; - 7C112208A0F703DD2DFA3969BC43C7B5 /* SysMembarrier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysMembarrier.h; path = folly/portability/SysMembarrier.h; sourceTree = ""; }; - 7C135B502069F2B1D06C2C3BA95FE395 /* Sleeper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sleeper.h; path = folly/synchronization/detail/Sleeper.h; sourceTree = ""; }; - 7C39A6B4A1789E69F68C2DAEE8A52FC5 /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; - 7C4BDABB675409FCDEC3B5AFF6CA032B /* TcpConnectionFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpConnectionFactory.h; path = rsocket/transports/tcp/TcpConnectionFactory.h; sourceTree = ""; }; - 7C65B05DB9BF1C384D862055AFA80062 /* FIRCLSThreadState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSThreadState.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.h; sourceTree = ""; }; - 7C7ADB8ED78C54E79130507CC30D4396 /* SDWebImageWebPCoder.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageWebPCoder.release.xcconfig; sourceTree = ""; }; - 7C7F3B7BDAB96176BD0FF5B765D99176 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = React/AccessibilityResources/en.lproj; sourceTree = ""; }; - 7C9F5F8D746F6530C6A5A2F7C869CCA0 /* TOCropScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropScrollView.m; path = "Objective-C/TOCropViewController/Views/TOCropScrollView.m"; sourceTree = ""; }; - 7CB568E4AD5ABF74211E338ED4AD1E7F /* AtFork.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AtFork.cpp; path = folly/detail/AtFork.cpp; sourceTree = ""; }; - 7CC9DA373D93B1726702614BF8AE3A26 /* OpenSSLUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpenSSLUtils.cpp; path = folly/io/async/ssl/OpenSSLUtils.cpp; sourceTree = ""; }; - 7CCBC5000AB49A940FA2A3AE755AC8F7 /* GCDAsyncSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GCDAsyncSocket.m; path = Source/GCD/GCDAsyncSocket.m; sourceTree = ""; }; - 7CDC5EBD556AE30660D6F9F5D840D982 /* StackTraceUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StackTraceUtils.h; path = rsocket/internal/StackTraceUtils.h; sourceTree = ""; }; - 7CDF8DE18D74819A76FA2BEEEF169980 /* OpenSSL.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpenSSL.cpp; path = folly/portability/OpenSSL.cpp; sourceTree = ""; }; - 7CFE643860E2E446BA743C093C06C6B0 /* RNCPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCPickerManager.h; path = ios/RNCPickerManager.h; sourceTree = ""; }; - 7D04BEE92DB0DE738C9803D87D408114 /* RCTInspectorPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInspectorPackagerConnection.h; sourceTree = ""; }; - 7D0E6D361B1F84C6E5ECC0FBD9C67B8A /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; - 7D299E9914E1DB834FA0470A23C25749 /* ThreadWheelTimekeeperHighRes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadWheelTimekeeperHighRes.h; path = folly/experimental/ThreadWheelTimekeeperHighRes.h; sourceTree = ""; }; - 7D316CB89ED6A345899E24A7AC49601B /* Merge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Merge.h; path = folly/container/Merge.h; sourceTree = ""; }; - 7D3BC1A8736DAD7DA2860C652229D7C1 /* BSG_KSDynamicLinker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSDynamicLinker.h; sourceTree = ""; }; - 7D574F086036572609127D36B0C48B71 /* SKNodeDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKNodeDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.h; sourceTree = ""; }; - 7D5CFA56EE36D3A2D5C07FF0526A4E93 /* fast-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fast-dtoa.cc"; path = "double-conversion/fast-dtoa.cc"; sourceTree = ""; }; - 7D65BBDBE940FCA6F3F4AEA1907A643F /* HardwareConcurrency.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = HardwareConcurrency.cpp; path = folly/system/HardwareConcurrency.cpp; sourceTree = ""; }; - 7D6B3A889D6BB5DA80510E8C706DA9C6 /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; - 7D730FE4F2C522C3563904D9400A4507 /* UMPermissionsInterface-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMPermissionsInterface-prefix.pch"; sourceTree = ""; }; - 7D7BAAFCAA29AD37A6508303AB63D93E /* EXFileSystemLocalFileHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemLocalFileHandler.h; path = EXFileSystem/EXFileSystemLocalFileHandler.h; sourceTree = ""; }; - 7D9CAD1152FB77C87AC89E1E191956DB /* des_old.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = des_old.h; path = ios/include/openssl/des_old.h; sourceTree = ""; }; - 7DA40D5E3FBC6A93F1FF7F4D13B28638 /* log_severity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_severity.h; path = src/glog/log_severity.h; sourceTree = ""; }; - 7DA751C680919A66EDB88006E483FB86 /* SerialExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SerialExecutor.cpp; path = folly/executors/SerialExecutor.cpp; sourceTree = ""; }; - 7DB3326C075D290E3221E669920CC2F2 /* REABlockNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABlockNode.m; sourceTree = ""; }; - 7DB95B089E4E7262F68BD07CC1D516CF /* StorageIndexer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StorageIndexer.h; path = ios/StorageIndexer.h; sourceTree = ""; }; - 7DE212E5CD8975B72A0F13B83BE80FF7 /* RCTInputAccessoryViewContent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewContent.m; sourceTree = ""; }; + 799028AACA216BADD41A165C2F4AD654 /* Flipper-Folly.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-Folly.debug.xcconfig"; sourceTree = ""; }; + 79953A84002682D319C3156FF2C14B3C /* LongLivedObject.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LongLivedObject.cpp; path = turbomodule/core/LongLivedObject.cpp; sourceTree = ""; }; + 7996B01E669016211C1E9FB309FEA27F /* react-native-slider.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-slider.release.xcconfig"; sourceTree = ""; }; + 799B84ADE607E3B5F5DA2EF124DD3E6D /* GULReachabilityChecker+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULReachabilityChecker+Internal.h"; path = "GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h"; sourceTree = ""; }; + 799E6CA0A3DBC71F0BD2768B99BA52A1 /* GULNetworkLoggerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkLoggerProtocol.h; path = GoogleUtilities/Network/Private/GULNetworkLoggerProtocol.h; sourceTree = ""; }; + 79A07B20A25B5F8E552A71848887B615 /* DoubleConversion.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.release.xcconfig; sourceTree = ""; }; + 79A1BDF33A0DF9405EF2566151D61261 /* CacheLocality.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CacheLocality.cpp; path = folly/concurrency/CacheLocality.cpp; sourceTree = ""; }; + 79D3F34B1220BDA7ED526FFA1223287D /* RCTLinkingPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingPlugins.h; path = Libraries/LinkingIOS/RCTLinkingPlugins.h; sourceTree = ""; }; + 79E0A5D35BB7344824EE2C24204CAB73 /* FIRCLSSerializeSymbolicatedFramesOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSerializeSymbolicatedFramesOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.h; sourceTree = ""; }; + 7A0F90A558FED00AB43E8DCD8BD78283 /* JemallocHugePageAllocator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JemallocHugePageAllocator.h; path = folly/experimental/JemallocHugePageAllocator.h; sourceTree = ""; }; + 7A27A32531E808540E8C8D43F12F5DB8 /* UIImage+Resize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Resize.m"; path = "ios/src/UIImage+Resize.m"; sourceTree = ""; }; + 7A284FE8F2FFB51BC7D64897024818B8 /* FirebaseCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCore.h; path = FirebaseCore/Sources/Public/FirebaseCore.h; sourceTree = ""; }; + 7A3134B9954D27BB17E8D00039F3C165 /* QueuedImmediateExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QueuedImmediateExecutor.h; path = folly/executors/QueuedImmediateExecutor.h; sourceTree = ""; }; + 7A452D29D9EE7CE052C324DE9F63AE3D /* REACondNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACondNode.h; sourceTree = ""; }; + 7A479D89FF60C881EE796DDDF92F4FF6 /* muxinternal.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxinternal.c; path = src/mux/muxinternal.c; sourceTree = ""; }; + 7A521FD27B8E3145D0A2E93916587D9C /* YogaKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "YogaKit-dummy.m"; sourceTree = ""; }; + 7A6F3749C087FCF308DF196556357C7F /* FIRCLSProcess.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSProcess.c; path = Crashlytics/Crashlytics/Components/FIRCLSProcess.c; sourceTree = ""; }; + 7A733A450242065A3F62A9CEE267F84D /* RCTNativeAnimatedNodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNativeAnimatedNodesManager.h; path = Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h; sourceTree = ""; }; + 7A75E757BEF2844969C0E4EA4B7B8A74 /* FIRCoreDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsData.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsData.h; sourceTree = ""; }; + 7A7B47DE6FB5556DBCC9109F3A598A05 /* Function.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Function.h; path = folly/Function.h; sourceTree = ""; }; + 7A9EC48C7EF3509A1710A4C98F5CE047 /* RCTInspector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspector.mm; sourceTree = ""; }; + 7AA7E7FD784E554499F7327FDC15C76E /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; + 7AD9CD5C06D54384214C78241EBC1D24 /* EXConstants-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXConstants-prefix.pch"; sourceTree = ""; }; + 7AE7E3CDE7CD356A9862BD899B71C9B4 /* SDDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDisplayLink.h; path = SDWebImage/Private/SDDisplayLink.h; sourceTree = ""; }; + 7B013CAD2DF222CA7021EAD5EB483865 /* RNFBApp.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFBApp.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 7B0EEB7DA1EC3630EA1AA859A96C2756 /* SKApplicationDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKApplicationDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKApplicationDescriptor.h; sourceTree = ""; }; + 7B121DCA9D609A2FBC3C80A63CCDE5D1 /* Iterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Iterator.h; path = folly/container/Iterator.h; sourceTree = ""; }; + 7B16C0CAF17D87BD8378FB79E3F81243 /* EXWebBrowser.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXWebBrowser.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 7B1731A628203B06831BEB10F2F4129C /* ro.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ro.lproj; path = "Objective-C/TOCropViewController/Resources/ro.lproj"; sourceTree = ""; }; + 7B26CCE5CCD2B21D012E39A0C2FB3126 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 7B313EA0C36D2B4AC2B1B2F462149798 /* enc_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips_dsp_r2.c; path = src/dsp/enc_mips_dsp_r2.c; sourceTree = ""; }; + 7B36E9CF2F9A37853EFE90CFD933D27D /* React-cxxreact.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.release.xcconfig"; sourceTree = ""; }; + 7B444503E2F06201D119A2380EAAA238 /* BugsnagSessionFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionFileStore.h; sourceTree = ""; }; + 7B51541806B7140CF45915170978B4D7 /* RCTTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModule.h; sourceTree = ""; }; + 7B5620BCD5B2FD27CD75A16045E55FB1 /* RNRandomBytes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRandomBytes.h; path = ios/RCTCrypto/RNRandomBytes.h; sourceTree = ""; }; + 7B58ACE3455CE27C415E35751B672BF8 /* Folly.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Folly.release.xcconfig; sourceTree = ""; }; + 7B65BF195BFE8652CD669510DC77661B /* RNFetchBlobProgress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobProgress.h; path = ios/RNFetchBlobProgress.h; sourceTree = ""; }; + 7B8B9B4E0321EFB6FA2521EA586B4DFD /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; + 7B9AFB6F2E2BD5E79C5AC7188853A0B9 /* ARTSurfaceViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTSurfaceViewManager.h; sourceTree = ""; }; + 7BA2779BAC85C6B1E2DD5CA84D678298 /* Hmac.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Hmac.m; sourceTree = ""; }; + 7BA492FBDB4DBDBB89AB69B950DDB886 /* FIRCLSRecordHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordHost.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.m; sourceTree = ""; }; + 7BA7E8BFE2A902C8F99FBEBECCB83C70 /* DoubleConversion.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.debug.xcconfig; sourceTree = ""; }; + 7BB2B66DBE1BC02B3D493F77CC0CDF91 /* ScheduledFrameTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledFrameTransport.h; path = rsocket/framing/ScheduledFrameTransport.h; sourceTree = ""; }; + 7BB547ED64A1761EB0FDBE6F1B09AD24 /* vp8_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8_dec.c; path = src/dec/vp8_dec.c; sourceTree = ""; }; + 7BDB1BD5D3771A6E8D242099A07832C1 /* ScheduledSubscription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledSubscription.h; path = rsocket/internal/ScheduledSubscription.h; sourceTree = ""; }; + 7BF2D83FD5825D0D3792A11C97037A85 /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = SDWebImage/Core/SDImageCoderHelper.h; sourceTree = ""; }; + 7BFB611831F7F1869D42D9EA90A1EEC8 /* utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = utils.c; path = src/utils/utils.c; sourceTree = ""; }; + 7C02134652DC0E225160FB001D088C81 /* FIRAEvent+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRAEvent+Internal.h"; path = "Crashlytics/Crashlytics/Helpers/FIRAEvent+Internal.h"; sourceTree = ""; }; + 7C04D5D0A1D167E0C1E0D11708F4DBD6 /* Octicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Octicons.ttf; path = Fonts/Octicons.ttf; sourceTree = ""; }; + 7C05B594A351BB549971F63880744C01 /* UMFontScalersManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalersManagerInterface.h; path = UMFontInterface/UMFontScalersManagerInterface.h; sourceTree = ""; }; + 7C34EF5347198F9829384D8244C9273F /* RCTTextView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextView.h; sourceTree = ""; }; + 7C4224729ED2CA01F3D27FBA9AEEC618 /* LICENCE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENCE; sourceTree = ""; }; + 7C5CAA57C12C0FCEF7D5AAEF638D9F79 /* Cast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Cast.h; path = folly/lang/Cast.h; sourceTree = ""; }; + 7C5CFD617EFAC0677C432A234ADE7A83 /* RNReanimated-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNReanimated-prefix.pch"; sourceTree = ""; }; + 7C66FC61052AD8B9222B815285514516 /* ReactCommon.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.release.xcconfig; sourceTree = ""; }; + 7C70EA35AD8CDA3CF11E6D20788F213F /* RCTAppearance.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppearance.mm; sourceTree = ""; }; + 7C8F251FB760F233C71E159304F78453 /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; + 7C96F8A1AAA35B76BE7D663A69F5BD22 /* NSImage+Compatibility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSImage+Compatibility.m"; path = "SDWebImage/Core/NSImage+Compatibility.m"; sourceTree = ""; }; + 7CC28B5B270E7445B52FFAB5B588EFA1 /* Flipper-RSocket-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-RSocket-prefix.pch"; sourceTree = ""; }; + 7CCBE44A15630D879320BD8AC8FD9028 /* MMKV_IO.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKV_IO.h; path = Core/MMKV_IO.h; sourceTree = ""; }; + 7CD0447938624C9437DB2425625A7AFA /* FIRCLSFABAsyncOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABAsyncOperation.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.h; sourceTree = ""; }; + 7CF42FF7B2EBC06C1B82D50DAE22336D /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; + 7CF65B475E2DD0D558171A453E414524 /* GULSceneDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler.h; path = GoogleUtilities/SceneDelegateSwizzler/Private/GULSceneDelegateSwizzler.h; sourceTree = ""; }; + 7D0A55543B055D21E4E2D873085D1424 /* FBLPromise+Async.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Async.m"; path = "Sources/FBLPromises/FBLPromise+Async.m"; sourceTree = ""; }; + 7D184A6F65C90BE0CE568AC1F4363B08 /* RNRootViewGestureRecognizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRootViewGestureRecognizer.m; path = ios/RNRootViewGestureRecognizer.m; sourceTree = ""; }; + 7D5A4E43D695613ABE5660952E1BE0D8 /* EXWebBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXWebBrowser.m; path = EXWebBrowser/EXWebBrowser.m; sourceTree = ""; }; + 7D5C967BD780F20E700AEA22FA14D2FE /* FIRCLSRecordHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordHost.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.h; sourceTree = ""; }; + 7D778FBB5BB438017DA1A03F67FB36F4 /* FBLPromise+Always.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Always.m"; path = "Sources/FBLPromises/FBLPromise+Always.m"; sourceTree = ""; }; + 7D7A9998BC9522CCCA9AE830BBD6789B /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; + 7D85B3A1036C1D8E8D3B74D8792ECBFD /* SharedProxyCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SharedProxyCxxModule.h; sourceTree = ""; }; + 7D86AFEA1E8D436FD296806D0744D774 /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; + 7D918544FAA1512877A6DBA3F16FA19B /* GDTCCTPrioritizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTPrioritizer.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTPrioritizer.h; sourceTree = ""; }; + 7DC33E903E83A31D9689A6DD1A54A6ED /* FlipperCppBridgingConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperCppBridgingConnection.mm; path = iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.mm; sourceTree = ""; }; + 7DDAE664C6BD4BA52FCE28BE3DC2DCC8 /* ARTSolidColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTSolidColor.h; sourceTree = ""; }; + 7DE191BE35CFD49038086C981EEDB402 /* RNRootView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNRootView.release.xcconfig; sourceTree = ""; }; 7DE39BB6E23FCAE946AA526F2767DA25 /* Pods-ShareRocketChatRN-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ShareRocketChatRN-resources.sh"; sourceTree = ""; }; - 7DF65795520839C9167D6432DC75BC37 /* UMDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDefines.h; path = UMCore/UMDefines.h; sourceTree = ""; }; - 7E01D894C879F43335D74EBFFAE30CB0 /* BugsnagSessionTrackingApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingApiClient.m; sourceTree = ""; }; - 7E03F5D52F91709551134348F940C22F /* GoogleDataTransportCCTSupport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransportCCTSupport-dummy.m"; sourceTree = ""; }; - 7E071F36C7AA52AD59394822FB03E665 /* EXVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; + 7DEAE6497ACC519E2A1D895242035633 /* color_cache_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = color_cache_utils.h; path = src/utils/color_cache_utils.h; sourceTree = ""; }; + 7DF77F19591CE6A8C8B54CD722C85377 /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; + 7E074A29F34F6A41EF0C25CC20F1453F /* QBAlbumCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumCell.m; path = ios/QBImagePicker/QBImagePicker/QBAlbumCell.m; sourceTree = ""; }; + 7E090770D5755EB4139E3C4895934382 /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAccessibilityManager.h; path = React/CoreModules/RCTAccessibilityManager.h; sourceTree = ""; }; + 7E0ABF6A3008DC62DF39C50AD01515B9 /* CodedInputData_OSX.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CodedInputData_OSX.cpp; path = Core/CodedInputData_OSX.cpp; sourceTree = ""; }; 7E103FA6ED177E4D7EF38AD267B42C58 /* libreact-native-cookies.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-cookies.a"; path = "libreact-native-cookies.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 7E1429D0C69CF73FFAE33A65C9418E27 /* rn-fetch-blob.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-fetch-blob.debug.xcconfig"; sourceTree = ""; }; - 7E3627B6DFB8DC0754BEA93D73EFC664 /* subscription.md */ = {isa = PBXFileReference; includeInIndex = 1; name = subscription.md; path = docs/subscription.md; sourceTree = ""; }; - 7E38B262C55AC6E919AAE2C9B5CB90D4 /* UMModuleRegistryConsumer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryConsumer.h; sourceTree = ""; }; - 7E4A517889E03E02E8DCCBFCE0E6B0B3 /* RNLocalize-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNLocalize-prefix.pch"; sourceTree = ""; }; - 7E5862C024808F2E46B5304C29797B27 /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; + 7E109B1431C976080FCB144DF5B3CC44 /* FIRCLSReportAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportAdapter.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.h; sourceTree = ""; }; + 7E259C3E6DE6F96851D12BCE522F5D90 /* GoogleDataTransportCCTSupport.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransportCCTSupport.debug.xcconfig; sourceTree = ""; }; + 7E36B65BFA4D2504ADD2C4D6A1EE9025 /* 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 = ""; }; + 7E525D8DEC88F2B11187D0F7AAD7A70A /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/Private/GULAppEnvironmentUtil.h; sourceTree = ""; }; + 7E54145403F4EE715FDB3C24ADD2250F /* SDDeviceHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDeviceHelper.m; path = SDWebImage/Private/SDDeviceHelper.m; sourceTree = ""; }; + 7E613A038999E650A4514A3543861142 /* RNGestureHandler.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNGestureHandler.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 7E75E6E67F482C56EC4FF2D3EB7F33EA /* Hash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hash.h; path = folly/hash/Hash.h; sourceTree = ""; }; 7E7E46B76D0AFE3DFC477DC55C5DB326 /* libEXAppleAuthentication.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXAppleAuthentication.a; path = libEXAppleAuthentication.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 7E854EFF6DF0D7C8A105D694EE0D55C0 /* RCTSourceCode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSourceCode.mm; sourceTree = ""; }; - 7E8DA43944941A19B1E64EE81E4F2E5B /* SKNodeDescriptor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKNodeDescriptor.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.mm; sourceTree = ""; }; - 7E95506074486C30581632418E751DF8 /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; - 7E973FBB09DF8F50A1B593ACED95649D /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; - 7EAD79984452EE93B8C39269CA5F8E89 /* RCTConvert+FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FIRApp.h"; path = "ios/RNFBApp/RCTConvert+FIRApp.h"; sourceTree = ""; }; - 7EBB97FDB05DC08EE7B33B0CEFCEF9E9 /* Range.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Range.h; path = folly/Range.h; sourceTree = ""; }; - 7EBF82DDEE3E3C8FB178450C5C7FC509 /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBundleType.h; sourceTree = ""; }; - 7EC5F06FFA30E178D0C29E66D0692616 /* BugsnagSessionTrackingPayload.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingPayload.m; sourceTree = ""; }; - 7EE2C6948BB0E438DCE2D6E49FC7DC15 /* BugsnagSessionFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionFileStore.m; sourceTree = ""; }; - 7EE5C84E058A488AB22C8BB061DF13ED /* RCTBaseTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextViewManager.h; sourceTree = ""; }; - 7EF37E411D94143C84FD8C3EC98D3F0E /* RNReanimated-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNReanimated-prefix.pch"; sourceTree = ""; }; - 7F02E003C3213E40996D3A941CD13975 /* GDTCORTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransformer.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer.h; sourceTree = ""; }; - 7F059310494F675E034561A616A86778 /* FIRCLSMultipartMimeStreamEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMultipartMimeStreamEncoder.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSMultipartMimeStreamEncoder.h; sourceTree = ""; }; - 7F0C37D2B9A69A0D851BA1699BCEADA9 /* RelaxedConcurrentPriorityQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RelaxedConcurrentPriorityQueue.h; path = folly/experimental/RelaxedConcurrentPriorityQueue.h; sourceTree = ""; }; - 7F0FF8B15D1233CCEC9B873AA2DD00F9 /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; - 7F1656BE69733E2212497529F64DD1BC /* ConsumerBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConsumerBase.h; path = rsocket/statemachine/ConsumerBase.h; sourceTree = ""; }; - 7F29335A84CCA06A12E8F0EC1A6F9E24 /* HeterogeneousAccess-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "HeterogeneousAccess-fwd.h"; path = "folly/container/HeterogeneousAccess-fwd.h"; sourceTree = ""; }; - 7F2F809326F88213FC8A48DDFFAE8605 /* SDImageCoderHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoderHelper.h; path = SDWebImage/Core/SDImageCoderHelper.h; sourceTree = ""; }; - 7F329F79EF351DD302FD6E72128DDE3A /* TcpDuplexConnection.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpDuplexConnection.cpp; path = rsocket/transports/tcp/TcpDuplexConnection.cpp; sourceTree = ""; }; - 7F3B821EE58E1E561E8E177E11FB116B /* PTProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PTProtocol.h; path = peertalk/PTProtocol.h; sourceTree = ""; }; - 7F6FE601686240A498E0F764A78A62FB /* REATransformNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransformNode.m; sourceTree = ""; }; - 7F7893687EE01BB5F5E797BCDB6354EE /* rescaler_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips32.c; path = src/dsp/rescaler_mips32.c; sourceTree = ""; }; - 7F86C744318B9FE842ECC330EDFE9FCA /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; - 7F9060629B9D8A1B96C723AC6433A324 /* FIRCLSFile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFile.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSFile.m; sourceTree = ""; }; - 7F9B9319A5A20BD8796BD42609257B4F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 7F9FA0FAE14C70D6B50872653B415BF9 /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; - 7FA8373B613CC943546E5163B46A0C76 /* UMEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitter.h; sourceTree = ""; }; - 7FC02EB65635CB0D1829239772F9F6E4 /* React-Core.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.debug.xcconfig"; sourceTree = ""; }; - 7FE0408D934A56E87324F7845E419DDE /* UMReactNativeAdapter.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMReactNativeAdapter.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 80184F9ABD2A64A45E6882C1BDFED861 /* F14MapFallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14MapFallback.h; path = folly/container/detail/F14MapFallback.h; sourceTree = ""; }; - 801A06ADAF9B48211299F4FF401F6E4B /* SDImageIOAnimatedCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoderInternal.h; path = SDWebImage/Private/SDImageIOAnimatedCoderInternal.h; sourceTree = ""; }; + 7E989A2F41C24D1E7C562F56117B742B /* QBAssetsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetsViewController.m; path = ios/QBImagePicker/QBImagePicker/QBAssetsViewController.m; sourceTree = ""; }; + 7EA3C07A080C8580BDF69166E8CCBA8B /* DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DoubleConversion-prefix.pch"; sourceTree = ""; }; + 7EAE2379E3D4750C38D45A3FA553531B /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; + 7EB6D8FECC88E58F8C3F6C040627E05F /* Fcntl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fcntl.h; path = folly/portability/Fcntl.h; sourceTree = ""; }; + 7EC482390AAE297B11A3EEE8F4B27274 /* RCTRawTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextShadowView.m; sourceTree = ""; }; + 7EC861892742E129F7FFFA83ADB1F8B2 /* pl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pl.lproj; path = ios/QBImagePicker/QBImagePicker/pl.lproj; sourceTree = ""; }; + 7EC9AAD18BAB6C40FACF97437C6C9C33 /* FIRCLSReportManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportManager.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.h; sourceTree = ""; }; + 7EF80AF95C1C50601C29F42ADB025199 /* Yoga.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.debug.xcconfig; sourceTree = ""; }; + 7F08A7D58F1202141D45D338D6E77280 /* FFFastImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageSource.h; path = ios/FastImage/FFFastImageSource.h; sourceTree = ""; }; + 7F44CB6DE9AEB9060BDF3E12B02D9076 /* SKSwizzle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKSwizzle.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKSwizzle.h; sourceTree = ""; }; + 7F5BF85693864C3DF4E7B76BFA9C61A2 /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; + 7F60927F01B886851D4BBD02360D3240 /* ReactNativeVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactNativeVersion.h; sourceTree = ""; }; + 7F6E4A5D611195155900B5842B7C3D6D /* BSG_KSCrashSentry_User.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_User.h; sourceTree = ""; }; + 7F962E4A849DE8D3F2FDDB79EF3F790A /* ObservableOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObservableOperator.h; path = yarpl/observable/ObservableOperator.h; sourceTree = ""; }; + 7FB1C1EDE36FEEFDC95053A51056638D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 7FB2AA31244FC34FC31487A1D466C376 /* SDImageIOAnimatedCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageIOAnimatedCoderInternal.h; path = SDWebImage/Private/SDImageIOAnimatedCoderInternal.h; sourceTree = ""; }; + 7FB84E77AD1F7C6F7297E3452FE37E49 /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; + 7FBAA894CE5747B29CE616102D70E5F2 /* TypeInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TypeInfo.h; path = folly/lang/TypeInfo.h; sourceTree = ""; }; + 7FC1044D1891B44709E42FE1E674BCDA /* react-native-orientation-locker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-orientation-locker-dummy.m"; sourceTree = ""; }; + 7FC4001D9175E5F86880BA1A091F803B /* GULOriginalIMPConvenienceMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULOriginalIMPConvenienceMacros.h; path = GoogleUtilities/MethodSwizzler/Private/GULOriginalIMPConvenienceMacros.h; sourceTree = ""; }; + 7FECC050D982AE8D761B4AF5DDFA7F64 /* FIRLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLoggerLevel.h; path = FirebaseCore/Sources/Public/FIRLoggerLevel.h; sourceTree = ""; }; + 7FF8DD1DCDA181E030C480AED8B9ED86 /* FirebaseCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.debug.xcconfig; sourceTree = ""; }; + 800DFAF29EE6D28B545E53F49FDC0B12 /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; + 8018CE6950A730B10F9A1F1D618B9A8B /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; + 8020FF565C7585E9C16EE39081AFF9F2 /* RNBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBridgeModule.h; path = RNNotifications/RNBridgeModule.h; sourceTree = ""; }; 802121F5B756ACBFDD6D08C36246DADD /* libReact-RCTLinking.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTLinking.a"; path = "libReact-RCTLinking.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 8025C62546350DE794AD1999C1D387EB /* CocoaAsyncSocket.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaAsyncSocket.debug.xcconfig; sourceTree = ""; }; - 80382CD680B9BF0E48C89995222B45D8 /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; - 803E12AA0352B59F62FD56CC804A0AC1 /* StreamFragmentAccumulator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamFragmentAccumulator.cpp; path = rsocket/statemachine/StreamFragmentAccumulator.cpp; sourceTree = ""; }; - 805604410F7B150ACF79D6D8BF47F60D /* FFFastImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageView.h; path = ios/FastImage/FFFastImageView.h; sourceTree = ""; }; + 80260BF7390F1AC61FF453CBCF4A806F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 8038B793E8F2CAA05F827FB6F7653642 /* RCTConvert+FFFastImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FFFastImage.m"; path = "ios/FastImage/RCTConvert+FFFastImage.m"; sourceTree = ""; }; + 805A04F814D4CFD1725AD16D242ACC8E /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; + 805C841207E4FC08B0F39BB21B2D0AEB /* QBAlbumsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumsViewController.h; path = ios/QBImagePicker/QBImagePicker/QBAlbumsViewController.h; sourceTree = ""; }; 8074129DF318155B29544548E1CAF4A3 /* libreact-native-jitsi-meet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-jitsi-meet.a"; path = "libreact-native-jitsi-meet.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 8084983274BBED73D5C758DC3DBC0B97 /* RCTDevMenu.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevMenu.mm; sourceTree = ""; }; - 8088B5F3924AEF3C3DB0A1118A881C73 /* SDWebImageWebPCoder.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageWebPCoder.debug.xcconfig; sourceTree = ""; }; - 8089BAFEE24D6FE18A4CE4D03BB3CD7B /* UMSensorsInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMSensorsInterface.debug.xcconfig; sourceTree = ""; }; + 80A05F3F6DA63B80315D5D95AF244A40 /* SKViewControllerDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKViewControllerDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewControllerDescriptor.h; sourceTree = ""; }; + 80A3043D2879C28BCEB0B08D17CF1FF5 /* ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist"; sourceTree = ""; }; 80A51B61FECFED8D1A0D95AAD32A2938 /* libEXHaptics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXHaptics.a; path = libEXHaptics.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 80AF47EE2BB7C1F2B0422FCA32DB0944 /* TOCropScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropScrollView.h; path = "Objective-C/TOCropViewController/Views/TOCropScrollView.h"; sourceTree = ""; }; - 80DF0517B71B2F641C61BCD0F14EFEB9 /* FIRCLSThreadArrayOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSThreadArrayOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.h; sourceTree = ""; }; - 80E2380B744E8EAA48A5E1B40F133A65 /* api.md */ = {isa = PBXFileReference; includeInIndex = 1; name = api.md; path = docs/api.md; sourceTree = ""; }; - 80F187EF6BD0F2810CDF0C61B6EE51C6 /* UMTaskManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskManagerInterface.h; path = UMTaskManagerInterface/UMTaskManagerInterface.h; sourceTree = ""; }; - 81110B10F390874C89517D4E6169051A /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCExecutorFactory.mm; sourceTree = ""; }; - 8111A99626B0FF8A757095645DC97D17 /* RNNotificationParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationParser.m; path = RNNotifications/RNNotificationParser.m; sourceTree = ""; }; - 8123E8A0672AC784A99A586210F46AAA /* FIRCLSUserLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUserLogging.h; path = Crashlytics/Crashlytics/Components/FIRCLSUserLogging.h; sourceTree = ""; }; + 80C256F55B147A46814919D09BFE7D8C /* FrameTransportImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameTransportImpl.cpp; path = rsocket/framing/FrameTransportImpl.cpp; sourceTree = ""; }; + 80DD0A8F4C5CF406C0F37818D10DA35A /* PolyException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PolyException.h; path = folly/PolyException.h; sourceTree = ""; }; + 80DF766C6A559928E4F082BDD91DF0EE /* bignum.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = bignum.cc; path = "double-conversion/bignum.cc"; sourceTree = ""; }; + 80EC24282038C689CF310848A948D9EC /* GCDAsyncUdpSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GCDAsyncUdpSocket.h; path = Source/GCD/GCDAsyncUdpSocket.h; sourceTree = ""; }; + 80F22F54359580DC39EC85C58F0CB206 /* http_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = http_compat.h; path = src/event2/http_compat.h; sourceTree = ""; }; + 80F2AB84AA9338BF9535DD5EE42F1D98 /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; + 80FEF1633468F2369547D7240D7B3EBC /* nanopb.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.debug.xcconfig; sourceTree = ""; }; + 8124455877A854EE6D578F6970CD6514 /* ChannelRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ChannelRequester.h; path = rsocket/statemachine/ChannelRequester.h; sourceTree = ""; }; 812ED9CD85898FB3B82136F7CB9A3191 /* libRNConfigReader.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNConfigReader.a; path = libRNConfigReader.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 8133DD011351A91D45087AEB896EE038 /* UMLogManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogManager.h; sourceTree = ""; }; - 8137C422B7EB1757386C7E9B8994488F /* TOActivityCroppedImageProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOActivityCroppedImageProvider.h; path = "Objective-C/TOCropViewController/Models/TOActivityCroppedImageProvider.h"; sourceTree = ""; }; - 814139026BF4287C2A9AB4DD369F6FB0 /* FBLPromise+Always.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Always.m"; path = "Sources/FBLPromises/FBLPromise+Always.m"; sourceTree = ""; }; - 814CC36681B209646870220D9DAC0300 /* SDImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageWebPCoder.h; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.h; sourceTree = ""; }; - 815F5C3168224F72C1AEAA2C4D42EFA3 /* TupleOps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TupleOps.h; path = folly/experimental/TupleOps.h; sourceTree = ""; }; - 816238013F5C48D2E21B6320CE4276D0 /* rpc_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rpc_struct.h; path = src/event2/rpc_struct.h; sourceTree = ""; }; - 8165532DA69FBB06F986BA8FAA1F29F9 /* Pretty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Pretty.h; path = folly/lang/Pretty.h; sourceTree = ""; }; - 816B3CF03700D8BC4CE7E5DFCB316FBD /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 81AA2D16D1B54FDB8D3A259B35A40059 /* FlatCombiningPriorityQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlatCombiningPriorityQueue.h; path = folly/experimental/FlatCombiningPriorityQueue.h; sourceTree = ""; }; - 81C4065B83ED3935B0E34ACD07B08542 /* FIRCLSReportAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportAdapter.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.h; sourceTree = ""; }; - 81C4A6DC7BF1EAEC44C83DDE40BEBF93 /* CheckedMath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CheckedMath.h; path = folly/lang/CheckedMath.h; sourceTree = ""; }; - 81DCBF320B8A1C5C416109EAF27DB64B /* NetOps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NetOps.h; path = folly/net/NetOps.h; sourceTree = ""; }; - 81E15FEC7B69F7156451E6E96B32E858 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 81EB4072E90E110ACB54E7F7E0BC7963 /* BSG_KSCrashType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashType.h; sourceTree = ""; }; - 81F4C2B7EC587E62A87A6BC9C5C1382A /* SKSearchResultNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKSearchResultNode.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKSearchResultNode.m; sourceTree = ""; }; - 82223F59B2134A88B57F0504741B94BE /* ResumeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ResumeManager.h; path = rsocket/ResumeManager.h; sourceTree = ""; }; - 82325A6841F193F44BFF14C4CC0871B8 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; - 8241D7350C87ABD7BF4AE4B6D447E683 /* RSocketException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketException.h; path = rsocket/RSocketException.h; sourceTree = ""; }; - 827F1F8DD98D3E9BE35BA0BEB46CE111 /* cost_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cost_enc.h; path = src/enc/cost_enc.h; sourceTree = ""; }; - 82B18F4C24DBA9EEDB634DB6EED65F97 /* ru.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ru.lproj; path = "Objective-C/TOCropViewController/Resources/ru.lproj"; sourceTree = ""; }; - 82B88734E2159DBE2EC73F4169A03336 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 82DD80974FF30273244F3EA921126A80 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 82F58990957FEF90BCD3EBC4E8E2B312 /* NSDataBigString.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = NSDataBigString.mm; sourceTree = ""; }; - 82FF835B03772280F0E600FC48BDFC79 /* F14Set.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Set.h; path = folly/container/F14Set.h; sourceTree = ""; }; - 83067A5603ACA113920E29964D06C3A2 /* REAAllTransitions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAllTransitions.m; sourceTree = ""; }; - 831E5489A3EB1F840287A7C336525D5E /* Framer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Framer.cpp; path = rsocket/framing/Framer.cpp; sourceTree = ""; }; - 831ED1B66C1C1435316AF810BBE73AA7 /* React-RCTSettings-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTSettings-dummy.m"; sourceTree = ""; }; - 831F167498E0829CD9480C326CB3B078 /* NSImage+Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+Compatibility.h"; path = "SDWebImage/Core/NSImage+Compatibility.h"; sourceTree = ""; }; - 8321C689B1EB2F2570C34AC5C1F060C3 /* String-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "String-inl.h"; path = "folly/gen/String-inl.h"; sourceTree = ""; }; - 83262FD98C6FE238854879F74CD737F4 /* SDImageGIFCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGIFCoder.h; path = SDWebImage/Core/SDImageGIFCoder.h; sourceTree = ""; }; - 83359118ADA8529CE3A9F9350D413CAB /* ConnectionContextStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConnectionContextStore.h; path = xplat/Flipper/ConnectionContextStore.h; sourceTree = ""; }; - 8366D523CD1241068CC8CFB1A128C489 /* PTUSBHub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PTUSBHub.m; path = peertalk/PTUSBHub.m; sourceTree = ""; }; - 837F24DA449C95C449137BF274B4EB13 /* UncaughtExceptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UncaughtExceptions.h; path = folly/lang/UncaughtExceptions.h; sourceTree = ""; }; - 838C65FDB055A130F8886897702DB3BC /* AtomicSharedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicSharedPtr.h; path = folly/concurrency/AtomicSharedPtr.h; sourceTree = ""; }; - 8393B3FC2BB2F0A9E44436A4BF792986 /* FIRCLSdSYM.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSdSYM.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSdSYM.h; sourceTree = ""; }; - 8398107EDC07D1A5E7D9CA67FB6AFE9F /* Cursor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Cursor.h; path = folly/io/Cursor.h; sourceTree = ""; }; + 81410AA3099B405DF4442793A002DCF6 /* PriorityUnboundedQueueSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PriorityUnboundedQueueSet.h; path = folly/concurrency/PriorityUnboundedQueueSet.h; sourceTree = ""; }; + 8149A739BDBC5F5A04AF5FEED280EA19 /* react-native-jitsi-meet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-jitsi-meet-prefix.pch"; sourceTree = ""; }; + 8152E6667CD117CC356A65F289EFDBAE /* SKBufferingPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKBufferingPlugin.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKBufferingPlugin.h; sourceTree = ""; }; + 815D8630D1298C3A7BC07270A98E1DAA /* Asm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Asm.h; path = folly/portability/Asm.h; sourceTree = ""; }; + 815DB4AECA76A60B88FCD84CCC5F1706 /* FIRInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallations.h; path = FirebaseInstallations/Source/Library/Public/FIRInstallations.h; sourceTree = ""; }; + 817138865E815F7FEF679AED95B64D76 /* TimedDrivableExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TimedDrivableExecutor.cpp; path = folly/executors/TimedDrivableExecutor.cpp; sourceTree = ""; }; + 8184AE57AC6345FD36C0E02C77E1304B /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevSettings.h; path = React/CoreModules/RCTDevSettings.h; sourceTree = ""; }; + 81F822092F642F552A94E7CF09633E8F /* FIRCLSURLSessionDownloadTask_PrivateMethods.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionDownloadTask_PrivateMethods.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDownloadTask_PrivateMethods.h; sourceTree = ""; }; + 8214342B383E5EDE394900F6DD42681A /* RNCPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCPicker.release.xcconfig; sourceTree = ""; }; + 823BDC381C7F5B32A396B087AA4484D5 /* enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse41.c; path = src/dsp/enc_sse41.c; sourceTree = ""; }; + 8251DD181950D8CCD9F0075C54B8B85A /* buffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = buffer.h; path = ios/include/openssl/buffer.h; sourceTree = ""; }; + 8256CFC27BC64125A30CFF60C0DA83CC /* Synchronized.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Synchronized.h; path = folly/Synchronized.h; sourceTree = ""; }; + 82AA0C8CCE52C88692C267C9AED694C3 /* FIRInstallationsItem+RegisterInstallationAPI.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstallationsItem+RegisterInstallationAPI.m"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.m"; sourceTree = ""; }; + 82B68BA1DB91A28831B1C0ED1E4D39C6 /* FIRErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrors.h; path = FirebaseCore/Sources/Private/FIRErrors.h; sourceTree = ""; }; + 82F93C7A7944D58921268E9F2948C950 /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; + 830DDE73D95BEB28927942E5A69ABE82 /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; + 8328EE242308AB157F8D434189FE6519 /* UMReactNativeAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeAdapter.m; sourceTree = ""; }; + 832F083FF532BE671C8BEBEE62C4FC73 /* FIRCLSMultipartMimeStreamEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMultipartMimeStreamEncoder.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSMultipartMimeStreamEncoder.h; sourceTree = ""; }; + 833B4FEE990B8F87CD4511C93CFE556D /* cpu.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cpu.c; path = src/dsp/cpu.c; sourceTree = ""; }; + 835195C4438CBE7C38F29F71AB0D4C3A /* RCTUITextField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUITextField.h; sourceTree = ""; }; + 835ADD44A28632BCE32D411369C77029 /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; + 83755F2B091B00BE6CA539A99E0D964A /* FIRCLSFABAsyncOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABAsyncOperation.m; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.m; sourceTree = ""; }; + 8396C8E90F63350EFC8B3E9D8E8D8A6F /* FIRCLSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSException.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSException.h; 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; }; - 83B4EA627B372AADC2F985F55D13C19E /* FIRCLSDemangleOperation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDemangleOperation.mm; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.mm; sourceTree = ""; }; - 83C0B7AD58E5CDDF3F91C319C70E7734 /* SDWebImageDownloaderRequestModifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderRequestModifier.m; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.m; sourceTree = ""; }; - 83E1BB329AEDE8CCE51E47F00CFB26C2 /* IPAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddress.h; path = folly/IPAddress.h; sourceTree = ""; }; - 83F11B6F9A97B944DA35831342E090C4 /* ScheduledRSocketResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScheduledRSocketResponder.cpp; path = rsocket/internal/ScheduledRSocketResponder.cpp; sourceTree = ""; }; - 83F188FAAA5FAAE9058693CE0B875B13 /* vp8l_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_dec.c; path = src/dec/vp8l_dec.c; sourceTree = ""; }; - 841CADF5FA4E9421E09B9A05742FDC2E /* Sha.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Sha.m; sourceTree = ""; }; - 842CF2EF5F5DA5BB61DD90F3E6E9F1C0 /* RCTSubtractionAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSubtractionAnimatedNode.m; sourceTree = ""; }; - 84360462A58BFA95825358E8F7F203A6 /* FIRCLSPackageReportOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSPackageReportOperation.m; path = Crashlytics/Crashlytics/Operations/Reports/FIRCLSPackageReportOperation.m; sourceTree = ""; }; - 84385D97903B32D4216D20C625331809 /* lossless.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless.c; path = src/dsp/lossless.c; sourceTree = ""; }; - 844D43ADDC2C94E920F8A6E5ECC8935F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 845290F3A2997E05A47BCC3B80B6B7A9 /* DynamicConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicConverter.h; path = folly/DynamicConverter.h; sourceTree = ""; }; - 845BA2B2C9D54D1DEF1B7D4650AD2E8B /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationUtils.h; path = Libraries/NativeAnimation/RCTAnimationUtils.h; sourceTree = ""; }; - 845C8236DC998206338CA4E40EA9E614 /* react-native-jitsi-meet-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-jitsi-meet-dummy.m"; sourceTree = ""; }; - 8473CF006EF0B62317EF319ABB31E76C /* ScopedEventBaseThread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScopedEventBaseThread.cpp; path = folly/io/async/ScopedEventBaseThread.cpp; sourceTree = ""; }; - 848332FC9FA961386F0A77E23E0E612F /* FIRInstallationsItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsItem.h; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.h; sourceTree = ""; }; - 84D2D74D7AB010FEB961E4D95CE26573 /* SDWebImageCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCompat.m; path = SDWebImage/Core/SDWebImageCompat.m; sourceTree = ""; }; - 84FCF1B7D7CD45D3505988B644D9D33B /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; - 8505400BFC6AEC3A8BB90E56C4852638 /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageQueueThread.h; sourceTree = ""; }; - 8517646712591CE34B00C12DB03C1503 /* EXVideoThumbnailsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXVideoThumbnailsModule.h; path = EXVideoThumbnails/EXVideoThumbnailsModule.h; sourceTree = ""; }; - 851E9EA9D17728C7795A550E67E9B9C4 /* BSG_KSCrashSentry_Signal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_Signal.h; sourceTree = ""; }; - 8523EE79F41EDE592596F74CE14CF507 /* cost_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips32.c; path = src/dsp/cost_mips32.c; sourceTree = ""; }; - 85262599D7F17E300BDE1B67C62FD3A7 /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; - 85267077766CED5D1A81746347A5CDE3 /* GoogleAppMeasurement.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.release.xcconfig; sourceTree = ""; }; - 8544D8BBA15964CCFBE085F858F8B29B /* FIRInstallationsAPIService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAPIService.h; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.h; sourceTree = ""; }; - 8555924A6DAEBBDD0AF4A9C0F3279135 /* EXConstants.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXConstants.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 83E0A838D8FD9AEFAF1A22A50B01D6E3 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 83E88240D219BA3DDF24AC3708FD3720 /* TcpConnectionFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpConnectionFactory.cpp; path = rsocket/transports/tcp/TcpConnectionFactory.cpp; sourceTree = ""; }; + 83EE5B1A59B06EFFB72FCC380B82122C /* ScopedLock.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = ScopedLock.hpp; path = Core/ScopedLock.hpp; sourceTree = ""; }; + 83F22A0F81FF2CFB18B29CD08150A4BC /* UIImage+Metadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Metadata.m"; path = "SDWebImage/Core/UIImage+Metadata.m"; sourceTree = ""; }; + 8402EE57733F135E544FB68EB738B581 /* FIRCoreDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsData.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsData.h; sourceTree = ""; }; + 842C512A6A27333DB043D3E8BA427397 /* React-RCTSettings.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.debug.xcconfig"; sourceTree = ""; }; + 843CDA5E3A165279AA0F2B8022C7720D /* RNFBJSON.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBJSON.m; path = ios/RNFBApp/RNFBJSON.m; sourceTree = ""; }; + 8440B91410AA90FC2A97EC7B1EB9CA55 /* DynamicBoundedQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicBoundedQueue.h; path = folly/concurrency/DynamicBoundedQueue.h; sourceTree = ""; }; + 845D74BBD351AA8079E571392D1C0E7C /* MemoryFile_OSX.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryFile_OSX.cpp; path = Core/MemoryFile_OSX.cpp; sourceTree = ""; }; + 8472E72307D883DB5F32304DE8E4477C /* Fixture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fixture.h; path = rsocket/benchmarks/Fixture.h; sourceTree = ""; }; + 847AFE3401DC323E712E61C2DF495686 /* Peertalk.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Peertalk.h; path = peertalk/Peertalk.h; sourceTree = ""; }; + 848740252DEE09684AE446178DD76237 /* ReactNativeUiLib.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeUiLib.debug.xcconfig; sourceTree = ""; }; + 8491C97850AEF0F64B1A320FA8E57D08 /* FKUserDefaultsSwizzleUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FKUserDefaultsSwizzleUtility.h; path = iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsSwizzleUtility.h; sourceTree = ""; }; + 84A05D19571183421DD7120C1319D0A6 /* REAEventNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAEventNode.m; sourceTree = ""; }; + 84A19277708679835A472301E2174AE8 /* WriteChainAsyncTransportWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WriteChainAsyncTransportWrapper.h; path = folly/io/async/WriteChainAsyncTransportWrapper.h; sourceTree = ""; }; + 84B1158396BE1CFCA72E202AAA55BEA2 /* BugsnagSessionTrackingApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingApiClient.m; sourceTree = ""; }; + 84C0338FBE144CD1E8FA98AAF6F6493E /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 84C56D0FD7FEAAAB2E538FF50CE3881F /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; + 84D23AB7AE5FC7CD12596F0B525FEF4A /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; + 84D87AE31DF1473D84DF3B268DFFC8B8 /* RCTRequired.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRequired.h; path = RCTRequired/RCTRequired.h; sourceTree = ""; }; + 850528C71C5E12585662631D71CBD210 /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeModule.h; sourceTree = ""; }; + 8509DC6B1B59E8D5D93BFAA30EE12494 /* MMKVLog.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKVLog.cpp; path = Core/MMKVLog.cpp; sourceTree = ""; }; + 850F4C22D89650FC2FA270C103A9EA59 /* Firebase.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Firebase.debug.xcconfig; sourceTree = ""; }; + 8515047CB0087555BD409D51A2035216 /* SKTapListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKTapListener.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTapListener.h; sourceTree = ""; }; + 851FD11D01303434055928A2C8B543BE /* UMViewManagerAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMViewManagerAdapter.m; sourceTree = ""; }; + 8522DB206FA8263B200BEDAA70F35507 /* crc32_armv8.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = crc32_armv8.cpp; path = Core/crc32/crc32_armv8.cpp; sourceTree = ""; }; + 85291DAC4D152EC2DF0A71FC89E022C0 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Sources/Private/FIRDependency.h; sourceTree = ""; }; + 85377F31B72D491022867C559C1CB709 /* EXConstants-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXConstants-dummy.m"; sourceTree = ""; }; + 8544CF2BCD559E23FA4E3D9D6A2A0158 /* RNDateTimePicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDateTimePicker-prefix.pch"; sourceTree = ""; }; + 8544EE9A868239C0CD2A14F9A082C9F2 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 856872DA92625CE76A75D8573412EAFB /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 85695A9E7D722393701AC84057AC5483 /* UMTaskConsumerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskConsumerInterface.h; path = UMTaskManagerInterface/UMTaskConsumerInterface.h; sourceTree = ""; }; 856B5CD56F194FAD26EA91620B66D614 /* libGoogleDataTransport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleDataTransport.a; path = libGoogleDataTransport.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 856C51D31C872C65286272450B01884E /* SKButtonDescriptor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKButtonDescriptor.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKButtonDescriptor.mm; sourceTree = ""; }; - 857B8F0EEC5B6E7D258BDB5795167667 /* FIRCLSProfiling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSProfiling.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSProfiling.h; sourceTree = ""; }; - 857E05F7F0F3BE3E9BB5B6D027DCA5BD /* RCTImageURLLoaderWithAttribution.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoaderWithAttribution.h; path = Libraries/Image/RCTImageURLLoaderWithAttribution.h; sourceTree = ""; }; - 857F85C58D8A208392631CF750953028 /* FIRCLSDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDefines.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h; sourceTree = ""; }; + 856C16951D8E717CD504466F88CB476D /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = SDWebImage/Core/SDImageCoderHelper.m; sourceTree = ""; }; + 857C151B50B543208E2559AD2D534277 /* StaticTracepoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StaticTracepoint.h; path = folly/tracing/StaticTracepoint.h; sourceTree = ""; }; + 85894402DE158F768A5AB403A3E8B761 /* FIRCLSSignal.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSSignal.c; path = Crashlytics/Crashlytics/Handlers/FIRCLSSignal.c; sourceTree = ""; }; 858AFA83985937825473045CF6808B15 /* librn-extensions-share.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "librn-extensions-share.a"; path = "librn-extensions-share.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 85A617DB7328CB9F4DB03DAA8C3513A8 /* HazptrThrLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrThrLocal.h; path = folly/synchronization/HazptrThrLocal.h; sourceTree = ""; }; - 85C99B3E2DB187C80EE4B5F37115AC0D /* GULSceneDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSceneDelegateSwizzler.m; path = GoogleUtilities/SceneDelegateSwizzler/GULSceneDelegateSwizzler.m; sourceTree = ""; }; - 85CF7D63F2565317670F46C26E34E1FA /* Combine-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Combine-inl.h"; path = "folly/gen/Combine-inl.h"; sourceTree = ""; }; - 85E517240A99F994546FA85F59847EF1 /* FIRCLSInternalLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInternalLogging.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.h; sourceTree = ""; }; - 85F3FBC1C15208769628B65B8B622CBA /* BasicTransportCertificate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BasicTransportCertificate.h; path = folly/io/async/ssl/BasicTransportCertificate.h; sourceTree = ""; }; - 85FD5105EE24AC49ADCEBA173C65A6E0 /* GoogleAppMeasurement.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.debug.xcconfig; sourceTree = ""; }; - 85FFCD637E5CDE6426C36CE674074349 /* FIRCLSReportAdapter_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportAdapter_Private.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter_Private.h; sourceTree = ""; }; - 86064732620175BC8ABEAE6734C023EB /* GDTCORDataFuture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORDataFuture.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORDataFuture.m; sourceTree = ""; }; - 862141628FB6525F87C0A81DC339D0F5 /* RCTLinkingManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLinkingManager.mm; sourceTree = ""; }; - 8625A6EA360138C0E763AA171ED3145E /* EXWebBrowser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXWebBrowser.m; path = EXWebBrowser/EXWebBrowser.m; sourceTree = ""; }; - 862CF8754C7D88AC9E67F4CFA4EE0F4C /* FIRCLSExecutionIdentifierModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSExecutionIdentifierModel.h; path = Crashlytics/Crashlytics/Models/FIRCLSExecutionIdentifierModel.h; sourceTree = ""; }; - 8630299AC51780BC20A6992204163BFB /* Cursor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Cursor.cpp; path = folly/io/Cursor.cpp; sourceTree = ""; }; - 8636C2D7784853CDD320DEC4926FFA1D /* Common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Common.h; path = rsocket/internal/Common.h; sourceTree = ""; }; + 858E349C75E586859650200BCA05AAFE /* BSG_KSCrashReportFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilter.h; sourceTree = ""; }; + 8595D862C159DC625887EC92F0A99BAA /* RNCNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCNetInfo.m; path = ios/RNCNetInfo.m; sourceTree = ""; }; + 8597C79584D101B7CEFD80623ECAF7CB /* RNBridgeModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBridgeModule.m; path = RNNotifications/RNBridgeModule.m; sourceTree = ""; }; + 859A01DB9BD91E8691E025D3259F4357 /* FIRCLSInstallIdentifierModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInstallIdentifierModel.h; path = Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.h; sourceTree = ""; }; + 85B327BD769BA53E87CCEC970600007E /* RNGestureHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandler.h; path = ios/RNGestureHandler.h; sourceTree = ""; }; + 85BAE6A637841D1572B8698BF23835B5 /* FlipperPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperPlugin.h; path = iOS/FlipperKit/FlipperPlugin.h; sourceTree = ""; }; + 85BFE3588184664472F789A05D7EF6CD /* YGLayout+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "YGLayout+Private.h"; path = "YogaKit/Source/YGLayout+Private.h"; sourceTree = ""; }; + 85F59B9B90304267C7154E3BCEDAE35F /* FBLPromisePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromisePrivate.h; path = Sources/FBLPromises/include/FBLPromisePrivate.h; sourceTree = ""; }; + 85F6CD622423E9C138EE45B94362A35C /* CancellationToken.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CancellationToken.cpp; path = folly/CancellationToken.cpp; sourceTree = ""; }; + 8601B7570AA252E718888D82F16048C8 /* SDInternalMacros.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDInternalMacros.m; path = SDWebImage/Private/SDInternalMacros.m; sourceTree = ""; }; + 860272BD7F2D2CFFF082AA6DFD8F7DD0 /* EXSessionTaskDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionTaskDelegate.h; sourceTree = ""; }; 86375444C196BA272DDBB8165BF64A15 /* libFirebaseCrashlytics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseCrashlytics.a; path = libFirebaseCrashlytics.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 863E48F1ACF8EF9122EFE03F6C907D78 /* FIRCLSFABAsyncOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABAsyncOperation.m; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSFABAsyncOperation.m; sourceTree = ""; }; - 86518F2F2364A8F63DA06EB2724F6614 /* SDImageFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageFrame.h; path = SDWebImage/Core/SDImageFrame.h; sourceTree = ""; }; - 866738F314A89C7C35F1A037EB989814 /* FBLPromise+Timeout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Timeout.h"; path = "Sources/FBLPromises/include/FBLPromise+Timeout.h"; sourceTree = ""; }; - 868B922216EB28A18BCE10A2B1901656 /* Flowables.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Flowables.cpp; path = yarpl/flowable/Flowables.cpp; sourceTree = ""; }; - 869835C53CE8AF05282F2B178687C170 /* EXResumablesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXResumablesManager.m; sourceTree = ""; }; - 8699A719D53CD3CBC17C5A2AFDE79A48 /* React-RCTImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.release.xcconfig"; sourceTree = ""; }; - 86B48D082485E5DF2DB7BAE832F02045 /* TurboCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboCxxModule.h; path = turbomodule/core/TurboCxxModule.h; sourceTree = ""; }; - 86B9031F316FCB59D26688968A67A83D /* TestObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TestObserver.h; path = yarpl/observable/TestObserver.h; sourceTree = ""; }; - 86C60DAA9BDD5BAA73F3BC2280B593FE /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = SDWebImage/Core/SDMemoryCache.h; sourceTree = ""; }; - 86C78EDF03F58633964D89FB1A8EC74E /* RecordIO.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RecordIO.h; path = folly/io/RecordIO.h; sourceTree = ""; }; - 86C95ADD636CD99BC7A815677679B2EF /* EXFileSystemLocalFileHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemLocalFileHandler.m; path = EXFileSystem/EXFileSystemLocalFileHandler.m; sourceTree = ""; }; - 871005C4C5B0851484B3CFC0720EAE46 /* Spin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Spin.h; path = folly/synchronization/detail/Spin.h; sourceTree = ""; }; - 8716687C3CBA99BE0DB3A8721D0EECC3 /* UIImage+MemoryCacheCost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MemoryCacheCost.h"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.h"; sourceTree = ""; }; - 873C9A6B3F6E59F7F4BA1A5A1BBC72CA /* RNDeviceInfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNDeviceInfo-dummy.m"; sourceTree = ""; }; - 8752CC92BB388FAB065FEF879D0F6841 /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; - 87637DCE325BC5BDC41FEFE0E5C36DA8 /* GoogleDataTransportCCTSupport.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransportCCTSupport.release.xcconfig; sourceTree = ""; }; - 877408A76EB8D293BD922527CFD43025 /* MemoryFile_Android.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryFile_Android.cpp; path = Core/MemoryFile_Android.cpp; sourceTree = ""; }; - 8784CC66F9D39A4FE584B2672673A95B /* Varint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Varint.h; path = folly/Varint.h; sourceTree = ""; }; - 878E0611221F5847F575947D32D8DDEC /* SanitizeLeak.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SanitizeLeak.h; path = folly/memory/SanitizeLeak.h; sourceTree = ""; }; - 8796DEC8C8393D78F63DF2AD12659A9E /* RNCSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSliderManager.m; path = ios/RNCSliderManager.m; sourceTree = ""; }; - 87AFE97336A48930AE98B4040C160998 /* RNCMaskedView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNCMaskedView-dummy.m"; sourceTree = ""; }; - 87D99A1107093EF4BB791E2C408423C1 /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; - 87E781CCCBCCB7D275EAB76A1E549D9D /* KeyCommands.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KeyCommands.release.xcconfig; sourceTree = ""; }; - 87EF4257C993D3D72FA2BB189A46C4E1 /* visibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = visibility.h; path = src/event2/visibility.h; sourceTree = ""; }; - 880592C0AD9537C68F2639E9C4BCE26E /* BugsnagErrorReportApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagErrorReportApiClient.m; sourceTree = ""; }; - 881DCD47B8013103361225724BCFD972 /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/Core/SDWebImageOperation.h; sourceTree = ""; }; - 8832E467FA18E07B03E3118741FB90E7 /* Restart.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Restart.h; path = ios/Restart.h; sourceTree = ""; }; - 883A8F6A5E2835AD09091E26023A0289 /* react-native-webview-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-webview-dummy.m"; sourceTree = ""; }; - 8884CCC6F73AABF255C9CEC7691359C3 /* StampedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StampedPtr.h; path = folly/experimental/StampedPtr.h; sourceTree = ""; }; - 8886576438847E284C8E6C5A969D07D0 /* GULNetworkLoggerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkLoggerProtocol.h; path = GoogleUtilities/Network/Private/GULNetworkLoggerProtocol.h; sourceTree = ""; }; - 88B70445671A1E0287DCBFBB667DEBDF /* RNFBSharedUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBSharedUtils.m; path = ios/RNFBApp/RNFBSharedUtils.m; sourceTree = ""; }; - 88B97CE0881CBF718941F6810B3D1D61 /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; - 88C20B4B67C4B53FCB0D50BB2B63B1F9 /* UMFontScalersManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalersManagerInterface.h; path = UMFontInterface/UMFontScalersManagerInterface.h; sourceTree = ""; }; - 88D40CF3CA174748A055C0F90EE0B0E1 /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; - 88E121B5FF0A2CDB96A4D192845F32BF /* EXHaptics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXHaptics.debug.xcconfig; sourceTree = ""; }; - 892F8A33FAD25DDE6B6381E5BA032BC1 /* Conv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Conv.h; path = folly/chrono/Conv.h; sourceTree = ""; }; - 894A36DDE6C17A51E39CA0D7B8C73313 /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSDeltaBundleClient.h; sourceTree = ""; }; - 894B49388EC3E7E54300F42F48309FAA /* x509.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509.h; path = ios/include/openssl/x509.h; sourceTree = ""; }; - 897787742E019BA7DEC9C217365A1A4C /* RNRotationHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNRotationHandler.m; sourceTree = ""; }; - 898381ADE0DDC0667104F1B880C46A82 /* NSButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSButton+WebCache.h"; path = "SDWebImage/Core/NSButton+WebCache.h"; sourceTree = ""; }; + 86403A062C4B1989DE899652B10D967A /* UnboundedBlockingQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnboundedBlockingQueue.h; path = folly/executors/task_queue/UnboundedBlockingQueue.h; sourceTree = ""; }; + 866D07E45A7D4780A71AE12D71948654 /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; + 867783A0FCA3A8F968DEEEF71E2E5F12 /* Subscription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Subscription.h; path = yarpl/flowable/Subscription.h; sourceTree = ""; }; + 867ACB56D848877F90EF67F16D1BCC7C /* FIRCLSSettingsOnboardingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSettingsOnboardingManager.m; path = Crashlytics/Crashlytics/Settings/FIRCLSSettingsOnboardingManager.m; sourceTree = ""; }; + 868281833BCADF0154A7AC1D3097A3D6 /* threadsafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = threadsafe.h; sourceTree = ""; }; + 868C93C3ECFCA73E088E04EA098613C2 /* RCTNativeAnimatedNodesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNativeAnimatedNodesManager.m; sourceTree = ""; }; + 86911015483D66203785C04F3792A6F3 /* RCTPlatform.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPlatform.mm; sourceTree = ""; }; + 869165C4DCAF5320CFAF800BF8B965FD /* RCTDataRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDataRequestHandler.h; path = Libraries/Network/RCTDataRequestHandler.h; sourceTree = ""; }; + 86D9336DFD51B93D5E521B80A47C8276 /* EXSessionUploadTaskDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionUploadTaskDelegate.m; sourceTree = ""; }; + 86E6F7AFE85016C0C564440A53EEE2FB /* Semaphore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Semaphore.h; path = folly/portability/Semaphore.h; sourceTree = ""; }; + 8701553180267703D4EF14A32216C450 /* bignum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bignum.h; path = "double-conversion/bignum.h"; sourceTree = ""; }; + 8706F46587B792368C3146E54694F612 /* FIRCLSReportUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportUploader.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader.h; sourceTree = ""; }; + 87100FFF4EC926F665E372575992B1E1 /* FirebaseInstallations.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.debug.xcconfig; sourceTree = ""; }; + 871ECAE6E6E2B5A42737651C9CE63C07 /* RCTBaseTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputView.m; sourceTree = ""; }; + 8736DB4C0F3CBA8756C5F1D2D32BA738 /* yuv.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv.c; path = src/dsp/yuv.c; sourceTree = ""; }; + 8739F23BCE0DE12CAE398BA77984346D /* enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_mips32.c; path = src/dsp/enc_mips32.c; sourceTree = ""; }; + 8758AA72565DFF44F351ECC18FA9C063 /* UIImage+ExtendedCacheData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ExtendedCacheData.m"; path = "SDWebImage/Core/UIImage+ExtendedCacheData.m"; sourceTree = ""; }; + 875BA03E5DDFFFE1C24F53EACDD7B0F2 /* RNFBAnalytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBAnalytics.debug.xcconfig; sourceTree = ""; }; + 876E59C898291065CF465AFFE98225A8 /* AtomicStruct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicStruct.h; path = folly/synchronization/AtomicStruct.h; sourceTree = ""; }; + 87AEB47A6985A23B74B6E8616F909CEA /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; + 87B2E604CC2EFAFFA74C077504E28FBA /* MasterPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MasterPtr.h; path = folly/experimental/MasterPtr.h; sourceTree = ""; }; + 87D1B1412B73BB7D48C1F9B5773A217C /* SysFile.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysFile.cpp; path = folly/portability/SysFile.cpp; sourceTree = ""; }; + 87EC70FB4C2C48F3039DF064F79B0A26 /* ThreadCachedInts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedInts.h; path = folly/synchronization/detail/ThreadCachedInts.h; sourceTree = ""; }; + 87EC7BE455FB110AFAA74D23B532EA6D /* AsyncTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncTransport.h; path = folly/io/async/AsyncTransport.h; sourceTree = ""; }; + 87EED5D49E9CDECA9147E519F94CF95A /* RNGestureHandlerButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerButton.m; path = ios/RNGestureHandlerButton.m; sourceTree = ""; }; + 88208E61D8DC10FE764D43B30D1250F2 /* EXAppleAuthenticationButton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppleAuthenticationButton.h; path = EXAppleAuthentication/EXAppleAuthenticationButton.h; sourceTree = ""; }; + 883484B7EAE1C680C8C0E40C30D89748 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 883CE17F2721B97DF732F8B1A565744C /* UIColor+SKSonarValueCoder.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "UIColor+SKSonarValueCoder.mm"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIColor+SKSonarValueCoder.mm"; sourceTree = ""; }; + 884E53CF9309A7042B109BBDC934A4B2 /* File.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = File.h; path = folly/gen/File.h; sourceTree = ""; }; + 888F5F44E72D01BACEE44828F57CEB3D /* RCTMultilineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputViewManager.m; sourceTree = ""; }; + 88C94E988554F95922DF77CA6F0C1F36 /* FIRAnalyticsConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsConfiguration.h; path = FirebaseCore/Sources/FIRAnalyticsConfiguration.h; sourceTree = ""; }; + 88CB2ED7EF97FD56CDC5BE6B8D275AFB /* SDWebImageOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOperation.h; path = SDWebImage/Core/SDWebImageOperation.h; sourceTree = ""; }; + 88EBC419AC2A10EBDB6F4E7D5C0FC7EB /* ARTSurfaceViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTSurfaceViewManager.m; sourceTree = ""; }; + 890771E4F5C5579569F3B5D8C7ADC5A5 /* React-RCTBlob.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.release.xcconfig"; sourceTree = ""; }; + 891C2B8C7D01B8EE8C438269661008F5 /* SKInvalidation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKInvalidation.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKInvalidation.m; sourceTree = ""; }; + 891E3AAEF176E71155FDFF301BA851D9 /* Fixture.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Fixture.cpp; path = rsocket/benchmarks/Fixture.cpp; sourceTree = ""; }; + 892193E1996EEA8A63110BD4816ABE36 /* FIRCLSUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUtility.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSUtility.m; sourceTree = ""; }; + 892BE48739F1E3D6975C32247270421C /* GoogleUtilities.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.debug.xcconfig; sourceTree = ""; }; + 892DBD086354A43D4AC20999CB2B9538 /* FrameSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameSerializer.h; path = rsocket/framing/FrameSerializer.h; sourceTree = ""; }; + 8950B5A3E14254388B625E44CEAB52CC /* WTCallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WTCallback.h; path = folly/futures/WTCallback.h; sourceTree = ""; }; + 896397EFB178BF2EA2A31A427DE71965 /* FIRCLSDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDefines.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSDefines.h; sourceTree = ""; }; + 89689B0B52DAB2E08752945DA6CF62EF /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderOperation.h; path = SDWebImage/Core/SDWebImageDownloaderOperation.h; sourceTree = ""; }; + 8977D178FB424E2C46F7830F61F996BB /* RNSScreenStack.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStack.m; path = ios/RNSScreenStack.m; sourceTree = ""; }; + 899712BF06FD0303EE320631BFA20DDB /* cost_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cost_enc.h; path = src/enc/cost_enc.h; sourceTree = ""; }; 8998273719FDD789E6F9C7541AFD0B33 /* libRNVectorIcons.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNVectorIcons.a; path = libRNVectorIcons.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 89A0881357D55CC79819C38738ABB565 /* GFlags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GFlags.h; path = folly/portability/GFlags.h; sourceTree = ""; }; - 89B166DB86BA34E524D659775BAD54FD /* EXSessionTaskDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionTaskDispatcher.m; sourceTree = ""; }; - 89C56ADED545D3AE7E2752C3AD0A8A02 /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; - 89DB2ABC0B7F4B17414F7A49FDB1DE2F /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; - 89E0D7160256055FF41A4D803B92D76B /* EXFileSystem.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXFileSystem.release.xcconfig; sourceTree = ""; }; - 89E389AFC5C503F1E797BADEEB070979 /* RNGestureHandler.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.debug.xcconfig; sourceTree = ""; }; - 89E591F2023CF0E903D93C1C4FC4C214 /* RSocketErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketErrors.h; path = rsocket/RSocketErrors.h; sourceTree = ""; }; - 89E760D05B774F98D5B82E33818C23F9 /* FIRCLSHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSHandler.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSHandler.h; sourceTree = ""; }; - 8A0C4F73C57C64EC635C2B50463B0ED9 /* UICollectionView+SKInvalidation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "UICollectionView+SKInvalidation.mm"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UICollectionView+SKInvalidation.mm"; sourceTree = ""; }; - 8A2A234A3EA0CD7E15232168BB7A23A8 /* RCTSettingsPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsPlugins.h; path = Libraries/Settings/RCTSettingsPlugins.h; sourceTree = ""; }; - 8A2E110EDE7D83B166A1FEE0A731572D /* Hazptr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hazptr.h; path = folly/synchronization/Hazptr.h; sourceTree = ""; }; - 8A2EAA2E7D7775C4929B9E31D65795D2 /* FIRHeartbeatInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatInfo.h; path = FirebaseCore/Sources/Private/FIRHeartbeatInfo.h; sourceTree = ""; }; - 8A389CFCADEFB61076941F8CD17B0686 /* FIRCLSNetworkOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSNetworkOperation.m; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.m; sourceTree = ""; }; - 8A3FE52DCFCC25B1C47A7DF7CB103F53 /* DistributedMutex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = DistributedMutex.cpp; path = folly/synchronization/DistributedMutex.cpp; sourceTree = ""; }; - 8A53713322A8BF470E035A0203300397 /* common_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_dec.h; path = src/dec/common_dec.h; sourceTree = ""; }; - 8A5DB030F40DA7F19A2039081CCF21CE /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; - 8A60F4FD380EF34A4E070B6687038A9A /* REAValueNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAValueNode.h; sourceTree = ""; }; - 8A61E5AAC724DF0DC4554F30A1411523 /* RNCAsyncStorage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCAsyncStorage.release.xcconfig; sourceTree = ""; }; - 8A63CA7B729784FFBB555AC4153E9F96 /* FIRCLSMachException.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSMachException.c; path = Crashlytics/Crashlytics/Handlers/FIRCLSMachException.c; sourceTree = ""; }; - 8A678C13EF2BCBB2ED3D89FDCD9DD715 /* Subprocess.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Subprocess.cpp; path = folly/Subprocess.cpp; sourceTree = ""; }; - 8A851070B358CE1DF1475C4B1B6CCFEB /* FIRInstallationsItem+RegisterInstallationAPI.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstallationsItem+RegisterInstallationAPI.m"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.m"; sourceTree = ""; }; - 8A94BC245DD4B6E7A283FCCC366CA7D6 /* RNFastImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFastImage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 8A963742BFCD1064DA05F3B4AC3227AA /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.m; sourceTree = ""; }; - 8AAB471678D021D050799DF4102C642E /* localNotifications.md */ = {isa = PBXFileReference; includeInIndex = 1; name = localNotifications.md; path = docs/localNotifications.md; sourceTree = ""; }; - 8AB34357D4BA4A5442A15B451D61E376 /* FIRCLSConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSConstants.h; path = Crashlytics/Shared/FIRCLSConstants.h; sourceTree = ""; }; - 8ABFAC365F4B619316634548978FEAE1 /* FIRAnalyticsConnector.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FIRAnalyticsConnector.framework; path = Frameworks/FIRAnalyticsConnector.framework; sourceTree = ""; }; - 8AE0240B76F1F45D9DAE4C960AEE6A32 /* SingletonStackTrace.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SingletonStackTrace.cpp; path = folly/detail/SingletonStackTrace.cpp; sourceTree = ""; }; - 8AED2492CAB717BF36D75FAF9ABFC312 /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; - 8AFA418655EBAD12C9A7084CFDF3AE47 /* EnvUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EnvUtil.h; path = folly/experimental/EnvUtil.h; sourceTree = ""; }; - 8B005CB2E4250AF4BFDF6FE30FD0D969 /* Time.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Time.h; path = folly/portability/Time.h; sourceTree = ""; }; - 8B02C2EFED1B5B0102F6498C26C7BA27 /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; - 8B0E7F6355AA27AB311034DFF308D08A /* ExceptionWrapper-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ExceptionWrapper-inl.h"; path = "folly/ExceptionWrapper-inl.h"; sourceTree = ""; }; - 8B1693E2B18D1009CF35186ACD6F2626 /* FIRInstallationsAuthTokenResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAuthTokenResult.m; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResult.m; sourceTree = ""; }; - 8B364030DC83D130DC336E81DE366EF3 /* FBLPromise+Any.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Any.m"; path = "Sources/FBLPromises/FBLPromise+Any.m"; sourceTree = ""; }; - 8B3C3F47C089CD794A8C23FCC6A1867D /* StreamThroughputMemory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamThroughputMemory.cpp; path = rsocket/benchmarks/StreamThroughputMemory.cpp; sourceTree = ""; }; - 8B4D7AEC765CF66B0AC60BD768891BBA /* FIRCLSOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSOperation.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSOperation.h; sourceTree = ""; }; - 8B51B9AA8C62BEB64D9CF1273E26401B /* React-jsiexecutor.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.debug.xcconfig"; sourceTree = ""; }; - 8B52CF3660A8F88E71A79683A5C5757D /* ssim_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim_sse2.c; path = src/dsp/ssim_sse2.c; sourceTree = ""; }; - 8B5D6E1CEF010B744AD5A6248E59A602 /* REAEventNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAEventNode.h; sourceTree = ""; }; - 8B623F5A7FA619317DDFC08CAA139B9A /* DoubleConversion.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DoubleConversion.debug.xcconfig; sourceTree = ""; }; - 8B6856D545259C60011C6D267F1F2FDE /* Stdlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Stdlib.h; path = folly/portability/Stdlib.h; sourceTree = ""; }; - 8B6C6B3824F55E7E822837590B78554B /* picture_psnr_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_psnr_enc.c; path = src/enc/picture_psnr_enc.c; sourceTree = ""; }; - 8B7990642E7AE5F6DF8911D958797566 /* FIRCLSDwarfExpressionMachine.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDwarfExpressionMachine.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.c; sourceTree = ""; }; - 8B879949FB8D825A48AB0208DB0B26A0 /* frame_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_dec.c; path = src/dec/frame_dec.c; sourceTree = ""; }; - 8B947888487DBF35E661301941CEC085 /* Cast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Cast.h; path = folly/lang/Cast.h; sourceTree = ""; }; - 8BB5F21767FC982EA5F2FF6D2967B206 /* dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec.c; path = src/dsp/dec.c; sourceTree = ""; }; - 8BD2FD2D6533243703191CAE45CA121E /* react-native-jitsi-meet-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-jitsi-meet-prefix.pch"; sourceTree = ""; }; - 8BF83B1F5884B788DC9A56F20D2ACC7E /* EXAppleAuthentication-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAppleAuthentication-prefix.pch"; sourceTree = ""; }; - 8C0512C75C81E0DDCCB94B46362F431F /* JitsiMeetSDK.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JitsiMeetSDK.debug.xcconfig; sourceTree = ""; }; - 8C082C39701F6B0FDCA2E15853FC092D /* whrlpool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = whrlpool.h; path = ios/include/openssl/whrlpool.h; sourceTree = ""; }; - 8C15287A43E747DDE01BE34E0B579B00 /* FlipperCppBridgingConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperCppBridgingConnection.h; path = iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.h; sourceTree = ""; }; - 8C29939FA91C5E8C004D1C7FE2AB51D6 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Sources/Private/FIRComponentType.h; sourceTree = ""; }; + 89A36CA364D4EE9E04445C18D43138A0 /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; + 89A5CCC6744A5C7FC6A36F5719D03C2A /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; + 89AED319083C725959FA8631A7176C27 /* UMEventEmitterService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitterService.h; sourceTree = ""; }; + 89B519CB827D78846DD785BAE3BC8220 /* RNFBRCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBRCTEventEmitter.m; path = ios/RNFBApp/RNFBRCTEventEmitter.m; sourceTree = ""; }; + 89D6D8E138B454AE47EFCC5CACECC07E /* RNGestureHandlerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerManager.m; path = ios/RNGestureHandlerManager.m; sourceTree = ""; }; + 89DB19A537351C7C617B17F3B123451F /* FIRCLSApplicationIdentifierModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSApplicationIdentifierModel.m; path = Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.m; sourceTree = ""; }; + 89EB72C002BA7DF59494B86F88DD02C0 /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSDeltaBundleClient.cpp; sourceTree = ""; }; + 89FBBB0A830EF374488DC1F11FEACFDE /* RCTLogBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLogBox.h; path = React/CoreModules/RCTLogBox.h; sourceTree = ""; }; + 8A045E671C955FD32FAF4D1A4512BABF /* lossless_enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse41.c; path = src/dsp/lossless_enc_sse41.c; sourceTree = ""; }; + 8A380ADB622E3098F54D064DCE23EF9C /* BugsnagUser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagUser.m; sourceTree = ""; }; + 8A3C08363F19F422B585F52CF128B12C /* Sockets.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Sockets.cpp; path = folly/portability/Sockets.cpp; sourceTree = ""; }; + 8A4203864C5F04A8BE26254BEBB6D6A4 /* Exception.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Exception.h; path = folly/Exception.h; sourceTree = ""; }; + 8A579996C6F9D5E30538CBABA769FD36 /* RCTCxxUtils.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxUtils.mm; sourceTree = ""; }; + 8A63EEA7A695D8DE3F01D6D694C5A4F5 /* EXReactNativeUserNotificationCenterProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXReactNativeUserNotificationCenterProxy.m; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.m; sourceTree = ""; }; + 8A693699EFE06B3ADC3108F4BCE64852 /* ConsumerBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConsumerBase.cpp; path = rsocket/statemachine/ConsumerBase.cpp; sourceTree = ""; }; + 8A708508FD76815E6CBFE650E175E77D /* AsyncServerSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncServerSocket.cpp; path = folly/io/async/AsyncServerSocket.cpp; sourceTree = ""; }; + 8A77B32EAF530C0C92A7466260362EE7 /* SpookyHashV1.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SpookyHashV1.cpp; path = folly/hash/SpookyHashV1.cpp; sourceTree = ""; }; + 8A7F41270D74406F24B147616739EB60 /* RCTInputAccessoryViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInputAccessoryViewManager.m; sourceTree = ""; }; + 8A997D158F2193CFCCA64D2F89CE6587 /* RCTImagePlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImagePlugins.mm; sourceTree = ""; }; + 8A9CCAE35584F6CE18642AC5956A83C4 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Sources/Private/FIRComponentType.h; sourceTree = ""; }; + 8AB9C3CF4449B723F5D73679F164418A /* RNCSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewLocalData.m; path = ios/SafeAreaView/RNCSafeAreaViewLocalData.m; sourceTree = ""; }; + 8ACFA7FE798C16FC15EA00B58694A512 /* RCTLinkingManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLinkingManager.mm; sourceTree = ""; }; + 8AE07402A57E12990AF65FD68120AA83 /* RCTAppState.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppState.mm; sourceTree = ""; }; + 8AE22BAA611A1102F87A21EF80A5B324 /* ScopedEventBaseThread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScopedEventBaseThread.cpp; path = folly/io/async/ScopedEventBaseThread.cpp; sourceTree = ""; }; + 8AEA83B57666893662C84F0AD4A511F4 /* Core-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Core-inl.h"; path = "folly/gen/Core-inl.h"; sourceTree = ""; }; + 8AF15F2B9344353371F116C71187A05D /* RCTImageEditingManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageEditingManager.mm; sourceTree = ""; }; + 8B0145349A2ACA814521A89B5B5BF1E2 /* FixedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FixedString.h; path = folly/FixedString.h; sourceTree = ""; }; + 8B1833E9DB6ED61A15449946587E1B54 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 8B3441D2555C9CB912A8C993AC3E21E1 /* MPMCPipeline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCPipeline.h; path = folly/MPMCPipeline.h; sourceTree = ""; }; + 8B4442858DFEF43F7CFCB6445A5AD2B0 /* RNCAppearanceProviderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearanceProviderManager.h; path = ios/Appearance/RNCAppearanceProviderManager.h; sourceTree = ""; }; + 8B71F531AC37900D92A4413203AA7E91 /* SingletonRelaxedCounter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SingletonRelaxedCounter.h; path = folly/experimental/SingletonRelaxedCounter.h; sourceTree = ""; }; + 8B889AC7BD01D79469523089DE4E7AA7 /* SSLContext.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SSLContext.cpp; path = folly/io/async/SSLContext.cpp; sourceTree = ""; }; + 8B8D6F699ACD121C75CAB0326E9BD3DD /* FBLPromise+Then.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Then.m"; path = "Sources/FBLPromises/FBLPromise+Then.m"; sourceTree = ""; }; + 8B966AD28A40E9EAC2DE66A680DC35B7 /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; + 8B9CCCBA2F7CCF6A2E05FAB36DDEF85D /* ARTShape.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTShape.m; path = ios/ARTShape.m; sourceTree = ""; }; + 8BA3207D705FB558677E719EB7FE37F5 /* UMCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMCore-prefix.pch"; sourceTree = ""; }; + 8BA3B522EB35FCD031C5ED3DEBD47378 /* UMLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMLogManager.m; sourceTree = ""; }; + 8BA89ADFAE2C751837BFB321B2E716B5 /* UMViewManagerAdapterClassesRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMViewManagerAdapterClassesRegistry.h; sourceTree = ""; }; + 8BAB4F64F36FA871EE139DF6F1BA1078 /* CocoaAsyncSocket-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CocoaAsyncSocket-dummy.m"; sourceTree = ""; }; + 8BE7866B4725267A59E5B49B76E96D87 /* JSCExecutorFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCExecutorFactory.h; sourceTree = ""; }; + 8BE9D10A63EC27660BAE4DCE5633DFFC /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; + 8BEC7ECAC89D5CE3687033686D9EAD78 /* advancedIos.md */ = {isa = PBXFileReference; includeInIndex = 1; name = advancedIos.md; path = docs/advancedIos.md; sourceTree = ""; }; + 8C0439FD89FB3C2BA9405682F4678374 /* FIRCLSReportAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReportAdapter.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter.m; sourceTree = ""; }; + 8C06FAE4CE2EB6DEF3C5F49BEC7FF988 /* MMKV-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MMKV-prefix.pch"; sourceTree = ""; }; + 8C161A0D9AD64B1BCAC02DB33B770404 /* DefaultKeepAliveExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DefaultKeepAliveExecutor.h; path = folly/DefaultKeepAliveExecutor.h; sourceTree = ""; }; + 8C3397862E1CA92C490EFE462C69C3E6 /* ExceptionWrapper-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ExceptionWrapper-inl.h"; path = "folly/ExceptionWrapper-inl.h"; sourceTree = ""; }; 8C3E2A6E6F93E60E397F6C0BBA710BF5 /* libreact-native-cameraroll.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-cameraroll.a"; path = "libreact-native-cameraroll.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 8C4A1CC12DBD5834E735096500EC18F7 /* PriorityThreadFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PriorityThreadFactory.h; path = folly/executors/thread_factory/PriorityThreadFactory.h; sourceTree = ""; }; - 8C6096EE461733F43177D81C618723FE /* React-RCTSettings.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.release.xcconfig"; sourceTree = ""; }; - 8C68DE6DC0097B455F5AF47DE37D115B /* vp8_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8_dec.c; path = src/dec/vp8_dec.c; sourceTree = ""; }; - 8C7B4CAE32A2D788DED2FBA6EE96DB76 /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; - 8C7D9AFC9CDC0D37DBE4FAE426855F2F /* JSINativeModules.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSINativeModules.h; path = jsireact/JSINativeModules.h; sourceTree = ""; }; - 8C9D397107A7E750DB13344E4D84F113 /* SKSwizzle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKSwizzle.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKSwizzle.h; sourceTree = ""; }; - 8C9F70EA9B33F52DD172D85BEF78C8A6 /* ARTSolidColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTSolidColor.h; sourceTree = ""; }; - 8CB6E135ABB19B111012BCE2DFA624F6 /* GDTCCTNanopbHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTNanopbHelpers.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTNanopbHelpers.m; sourceTree = ""; }; - 8CB8C8830FC07321FA0096C31FC307F4 /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; - 8CC5484C686B84E6B6FAA3D0BA9EAAD8 /* RNFetchBlobRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobRequest.h; path = ios/RNFetchBlobRequest.h; sourceTree = ""; }; + 8C3E5DA9E58038D966DC82D54ACD1B88 /* FBLazyVector.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.release.xcconfig; sourceTree = ""; }; + 8C495572209CA1076629939C84258D5B /* React-RCTSettings.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTSettings.release.xcconfig"; sourceTree = ""; }; + 8C4BA8951FF4749378980A0C90981761 /* SDWebImageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageManager.h; path = SDWebImage/Core/SDWebImageManager.h; sourceTree = ""; }; + 8C5BBD4AF728F69889ABCD0E4D9B18BC /* FIRConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfiguration.h; path = FirebaseCore/Sources/Public/FIRConfiguration.h; sourceTree = ""; }; + 8C76E9788295AE67A4CC93BD6A99DE57 /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; + 8C78CF6D5D7E02A42A10C1BA48D3BCC3 /* Poly-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Poly-inl.h"; path = "folly/Poly-inl.h"; sourceTree = ""; }; + 8C96DE1AA32329A2D07E963B9DAA1CFA /* RNNotificationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationUtils.h; path = RNNotifications/RNNotificationUtils.h; sourceTree = ""; }; + 8C9A55E4CCC0855A699918175C1A0B19 /* SSLErrors.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SSLErrors.cpp; path = folly/io/async/ssl/SSLErrors.cpp; sourceTree = ""; }; + 8C9F7EC64A03F828046765AC004D6458 /* StringKeyedCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedCommon.h; path = folly/experimental/StringKeyedCommon.h; sourceTree = ""; }; + 8CA06F652E0EA1989B4BB55CF4FDE0CA /* subscription.md */ = {isa = PBXFileReference; includeInIndex = 1; name = subscription.md; path = docs/subscription.md; sourceTree = ""; }; + 8CB3DF8C785A7D07601400CFF9D04B58 /* GULSceneDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSceneDelegateSwizzler.m; path = GoogleUtilities/SceneDelegateSwizzler/GULSceneDelegateSwizzler.m; sourceTree = ""; }; + 8CC57D93AFEC44C47FF828624A59C128 /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDeviceInfo.h; path = React/CoreModules/RCTDeviceInfo.h; sourceTree = ""; }; 8CC9178C366942FD6FF6A115604EAD58 /* libFirebaseCoreDiagnostics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseCoreDiagnostics.a; path = libFirebaseCoreDiagnostics.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 8CF04F22616FC340C026FC26085208DC /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Regular.ttf; path = Fonts/FontAwesome5_Regular.ttf; sourceTree = ""; }; - 8CF657F28863532426FE684F389FFD2A /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; - 8D0A76ECDB0548B1A811AC4558CC3A30 /* RNScreens.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNScreens.release.xcconfig; sourceTree = ""; }; - 8D19A4EC6BF2C1DDFDF6D29853A0CBE8 /* FIRAnalyticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInterop.h; path = Interop/Analytics/Public/FIRAnalyticsInterop.h; sourceTree = ""; }; - 8D22307A77F2B2C0D10AA0081506065A /* RCTNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworking.h; path = Libraries/Network/RCTNetworking.h; sourceTree = ""; }; - 8D35C19C70B24489103D5469D9375512 /* BugsnagKSCrashSysInfoParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagKSCrashSysInfoParser.m; sourceTree = ""; }; - 8D4F566C3B60BC4380613A0297B629B7 /* NSButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSButton+WebCache.m"; path = "SDWebImage/Core/NSButton+WebCache.m"; sourceTree = ""; }; - 8D517510D9C00DF5291D239B89662C61 /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageCache.h; path = Libraries/Image/RCTImageCache.h; sourceTree = ""; }; - 8D52480B9781489F52B286958F89C811 /* RNFBCrashlytics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFBCrashlytics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 8D6C86229C4FA3A5B82E69723FC2BB55 /* enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc.c; path = src/dsp/enc.c; sourceTree = ""; }; - 8D71B55902CC6D012E2F0ECAE630BE0A /* RNPinchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPinchHandler.h; sourceTree = ""; }; - 8D735803D85B67027F5E8940F7C40653 /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; - 8D7832814059AF3003D4DE96CC6441F0 /* bignum.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = bignum.cc; path = "double-conversion/bignum.cc"; sourceTree = ""; }; - 8D7C3181E3658315E6CC9151CEB66498 /* RNRootViewGestureRecognizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRootViewGestureRecognizer.h; path = ios/RNRootViewGestureRecognizer.h; sourceTree = ""; }; - 8D87CF09B7FB321AB7B54842A8C338CD /* FixedString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FixedString.h; path = folly/FixedString.h; sourceTree = ""; }; - 8DA4B7C2FC3D15AB659D34F428F3D60D /* ReactNativeART.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeART.release.xcconfig; sourceTree = ""; }; + 8CDD3FC763152E8C4556BBB678599AB4 /* UMReactNativeAdapter.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMReactNativeAdapter.debug.xcconfig; sourceTree = ""; }; + 8CE2A048FF71006E42E3A8193DC390F9 /* frame_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_enc.c; path = src/enc/frame_enc.c; sourceTree = ""; }; + 8CEDC5110EB13A53A24E779C0A7353CB /* GDTCORRegistrar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORRegistrar.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORRegistrar.m; sourceTree = ""; }; + 8D08C042F15860EF0CC04BCFA8733012 /* BSG_KSMach_x86_32.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_32.c; sourceTree = ""; }; + 8D2C9EDD5E9C10BDE9B4CB29FC93EF62 /* dec_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips_dsp_r2.c; path = src/dsp/dec_mips_dsp_r2.c; sourceTree = ""; }; + 8D3EC4142C13E3996C1FB854A7AC556E /* Invoke.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Invoke.h; path = folly/functional/Invoke.h; sourceTree = ""; }; + 8D746FBD74B0665C482C2B05EAC398DE /* React-RCTLinking.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTLinking.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 8D77327E12522BD66B0D30F1750F8F40 /* Retrying.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Retrying.h; path = folly/futures/Retrying.h; sourceTree = ""; }; + 8D8DA7502B9AE9F65D7D69BAEE603002 /* RCTTurboModuleManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModuleManager.mm; sourceTree = ""; }; + 8D9024458C9CB9909900E274D398BE33 /* FIRCLSURLSessionUploadTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLSessionUploadTask.m; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionUploadTask.m; sourceTree = ""; }; + 8DA985AD107AE755BE2DFA1DE2741257 /* SDAnimatedImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageView.h; path = SDWebImage/Core/SDAnimatedImageView.h; sourceTree = ""; }; + 8DE0AE382E73F391070A03814F33213A /* RCTView+SafeAreaCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTView+SafeAreaCompat.h"; path = "ios/SafeAreaView/RCTView+SafeAreaCompat.h"; sourceTree = ""; }; + 8DE2FCAA1B424D6F77BB338866FA3E99 /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; + 8DEC9AD0441F9F074930565044F2F6BA /* UIImage+Extension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Extension.m"; path = "ios/src/UIImage+Extension.m"; sourceTree = ""; }; 8DF63376066E2275FF26820B3A512A9B /* libreact-native-webview.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-webview.a"; path = "libreact-native-webview.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 8E2BF43091764C23C4990402C6C4CC78 /* RNFBJSON.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBJSON.m; path = ios/RNFBApp/RNFBJSON.m; sourceTree = ""; }; - 8E344FD17FD6CA603D7093D3B65BD96B /* Frame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Frame.h; path = rsocket/framing/Frame.h; sourceTree = ""; }; - 8E5A196DAE8636D2276C93B0F7D99578 /* BugsnagSink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSink.m; sourceTree = ""; }; - 8E9A908636E54CD33407808E6014A3C7 /* RNGestureHandlerRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerRegistry.m; path = ios/RNGestureHandlerRegistry.m; sourceTree = ""; }; - 8EAC762054FB433CC52C283D155745F4 /* react-native-webview.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.debug.xcconfig"; sourceTree = ""; }; - 8EB851EB0F33C0154DAD927AED70BAC5 /* EXFileSystemAssetLibraryHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemAssetLibraryHandler.h; path = EXFileSystem/EXFileSystemAssetLibraryHandler.h; sourceTree = ""; }; - 8ED064A7EB09E44BA42A5F9F7BD892C0 /* IOS7Polyfill.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOS7Polyfill.h; path = ios/IOS7Polyfill.h; sourceTree = ""; }; - 8EE4F55D92BA8FCD5EA6735179C5ADA7 /* FIRCLSURLSessionAvailability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionAvailability.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSessionAvailability.h; sourceTree = ""; }; - 8EF48BE5FB0EE5A2AAD787F994F26C5F /* QBAlbumsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumsViewController.m; path = ios/QBImagePicker/QBImagePicker/QBAlbumsViewController.m; sourceTree = ""; }; - 8EFA7D202120B0055A58432479FDB651 /* BSG_KSArchSpecific.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSArchSpecific.h; sourceTree = ""; }; - 8F0BEC325C6451E9B049841D9BFD0657 /* EXAppleAuthenticationRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthenticationRequest.m; path = EXAppleAuthentication/EXAppleAuthenticationRequest.m; sourceTree = ""; }; + 8DFDA5A6D8EC5517A564A1A4C6B3A702 /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; + 8DFFCF6C7618636B00905C9A7F4C3637 /* dsp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dsp.h; path = src/dsp/dsp.h; sourceTree = ""; }; + 8E0634A773BB2B5B361457F9AA4A4D5E /* ConcurrentSkipList-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ConcurrentSkipList-inl.h"; path = "folly/ConcurrentSkipList-inl.h"; sourceTree = ""; }; + 8E0F05E8626CAB5E5B8CF1E705B4A28D /* RCTDevLoadingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevLoadingView.mm; sourceTree = ""; }; + 8E159075A80E1B4C3AC9F0450A316FE2 /* SerialExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SerialExecutor.cpp; path = folly/executors/SerialExecutor.cpp; sourceTree = ""; }; + 8E1A25CC54C59072C25E89561934C73B /* PBUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PBUtility.h; path = Core/PBUtility.h; sourceTree = ""; }; + 8E21D202408BFA2C1202396AB2357282 /* mux_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux_types.h; path = src/webp/mux_types.h; sourceTree = ""; }; + 8E3A31623C49AF52BECC0B6A9143D46D /* RCTKeyboardObserver.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTKeyboardObserver.mm; sourceTree = ""; }; + 8E67FE872588AF0586E8991033688771 /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; + 8E871AAC1EDC6BE43EB92D292E2E8CD4 /* Flipper-Glog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-Glog.release.xcconfig"; sourceTree = ""; }; + 8E939CB44FD2253D4D1B596BB963F44D /* alpha_processing_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_neon.c; path = src/dsp/alpha_processing_neon.c; sourceTree = ""; }; + 8E93A0CD469D7E85F8F3E028A7CDDE5C /* FFFastImageView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageView.h; path = ios/FastImage/FFFastImageView.h; sourceTree = ""; }; + 8E9AF4946C813470571E7F70196972FD /* GULKeychainUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainUtils.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m; sourceTree = ""; }; + 8EADF844BC58524F751BFC9BD8362F89 /* FBLazyIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyIterator.h; path = FBLazyVector/FBLazyIterator.h; sourceTree = ""; }; + 8EB443CCAA8B3910763F8BDAD00AF053 /* UMModuleRegistryProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryProvider.h; sourceTree = ""; }; + 8EDA30FD146BE39B7EA870C76B401DC3 /* ScheduledSingleSubscription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledSingleSubscription.h; path = rsocket/internal/ScheduledSingleSubscription.h; sourceTree = ""; }; + 8EDE17CAE0A1A7F42D205146966204FF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 8EE487702AFDECABDE1A5814478567B8 /* RNCConnectionStateWatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCConnectionStateWatcher.h; path = ios/RNCConnectionStateWatcher.h; sourceTree = ""; }; + 8EED4240F4EF0C13033AFF0DAB0045F4 /* UMConstantsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMConstantsInterface.h; path = UMConstantsInterface/UMConstantsInterface.h; sourceTree = ""; }; + 8EFAF70FC7AD5745B398BEB23402B339 /* FBLPromise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromise.m; path = Sources/FBLPromises/FBLPromise.m; sourceTree = ""; }; + 8F16FA63E9856238A35EB81220CB3D85 /* READebugNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = READebugNode.h; sourceTree = ""; }; + 8F1AADEB994A06753733D5DA30E49EE9 /* FIRCLSDwarfUnwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfUnwind.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.h; sourceTree = ""; }; + 8F34077B6C1A1F970C869CFC459EF523 /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; 8F3B7EF7FEAE0F036B87223B377B7C14 /* Pods-NotificationService-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-NotificationService-umbrella.h"; sourceTree = ""; }; - 8F3FE5711100AA16E2EBC463ECFCE9A1 /* RCTKeyCommandsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyCommandsManager.h; path = ios/KeyCommands/RCTKeyCommandsManager.h; sourceTree = ""; }; - 8F42F7EC868C6619187521DF8ECDA221 /* FBLPromise+Recover.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Recover.m"; path = "Sources/FBLPromises/FBLPromise+Recover.m"; sourceTree = ""; }; - 8F631725687B42E1080A4523DEDF2CFC /* cast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cast.h; path = ios/include/openssl/cast.h; sourceTree = ""; }; + 8F4A3C3B8AADB6C5C49E91CBE496CFE2 /* UMModuleRegistryProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryProvider.m; sourceTree = ""; }; 8F65F9361F2069CF9E9D751272968DE4 /* libRNGestureHandler.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNGestureHandler.a; path = libRNGestureHandler.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 8F7A9453B7DD4B0873F07BDB18BFD62D /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 8F7F78D36F891D698E9A5B35737657F1 /* Assume.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Assume.h; path = folly/lang/Assume.h; sourceTree = ""; }; - 8F9196844ABAA3DDCE829D8414434538 /* FIRExceptionModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRExceptionModel.h; path = Crashlytics/Crashlytics/Public/FIRExceptionModel.h; sourceTree = ""; }; - 8F95B8886059B178794778FE76CE12A5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 8FA51B3ABCA8CA1D0300A11092FBA7C2 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Sources/Private/FIRLibrary.h; sourceTree = ""; }; - 8FA67F0E112CF377C2BC4CBF44C5A6DD /* RNCMaskedView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNCMaskedView.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 8FBEFAF4B71CAE281E76680230889DDC /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 8FD6267A26AE3BB6E6788ED50C42D06B /* Semaphore.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Semaphore.cpp; path = folly/portability/Semaphore.cpp; sourceTree = ""; }; - 8FD685E1330E924EC509195F485876B3 /* RCTWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWeakProxy.h; sourceTree = ""; }; - 8FE449F748B73D110B2D93C190E28A75 /* SlowFingerprint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SlowFingerprint.h; path = folly/detail/SlowFingerprint.h; sourceTree = ""; }; - 8FF8F78FE9C33B13573137D165C878CC /* RCTAnimationPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationPlugins.h; path = Libraries/NativeAnimation/RCTAnimationPlugins.h; sourceTree = ""; }; - 9009FE029F7EED25077BCF260FD0DD29 /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RAMBundleRegistry.h; sourceTree = ""; }; - 9012FFC67A4803B75C88174F584524DC /* glog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "glog-dummy.m"; sourceTree = ""; }; - 9041E6BC3BD1A64EE1FFBAE6C10E7E1C /* QBImagePickerController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBImagePickerController.m; path = ios/QBImagePicker/QBImagePicker/QBImagePickerController.m; sourceTree = ""; }; - 904A7B5FD95C9B494BFD5F11F02DED72 /* pem2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pem2.h; path = ios/include/openssl/pem2.h; sourceTree = ""; }; - 904B4AAA09B7B92F53BCF75934E62514 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; - 9059C915ABA73AC14DF213B390F84195 /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; - 905F18FC223F4CE2E94696104CA3D153 /* Syslog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Syslog.h; path = folly/portability/Syslog.h; sourceTree = ""; }; - 906D654B881FFD21388D28A59C15421A /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; - 907A4B7AD4D5365A5669F8F516D2CDF3 /* REAClockNodes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAClockNodes.m; sourceTree = ""; }; - 9099C7420F9CFE1CE912D967D645A108 /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; - 909C940CF6ECDB1CF9D1F60906C1F106 /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimationUtils.m; sourceTree = ""; }; - 90AF8BDBBE65A10C2AC1B4E678809859 /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = SDWebImage/Core/SDWebImageDefine.m; sourceTree = ""; }; - 90BEB1F422E8C53570AB587C01BA3417 /* MMKVMetaInfo.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = MMKVMetaInfo.hpp; path = Core/MMKVMetaInfo.hpp; sourceTree = ""; }; - 90CC53E5A3CD4EA4493A408B0D0097B6 /* double-conversion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "double-conversion.h"; path = "double-conversion/double-conversion.h"; sourceTree = ""; }; - 914AA61C67EE91A176E654DE10492783 /* MMKVStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKVStorage.h; path = ios/MMKVStorage.h; sourceTree = ""; }; - 91507ECB986E4D44CFD9AD5C99EA84F3 /* UMTaskLaunchReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskLaunchReason.h; path = UMTaskManagerInterface/UMTaskLaunchReason.h; sourceTree = ""; }; - 91513ADBE983C3EB6286444AFD01F195 /* Combine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Combine.h; path = folly/gen/Combine.h; sourceTree = ""; }; - 9173E43E4EC84FB477D8BDCB65290A3C /* QuotientMultiSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QuotientMultiSet.h; path = folly/experimental/QuotientMultiSet.h; sourceTree = ""; }; - 91878FC52AD4FAC5B9185A9F5E420D38 /* BSG_KSCrashReportFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFields.h; sourceTree = ""; }; - 919CC2E1D5E78D4436E1FDF110C5D80C /* FBLazyVector.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBLazyVector.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 919F904FFFB23CCF729F6445FEA37B41 /* FIRInstallationsStoredAuthToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredAuthToken.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.m; sourceTree = ""; }; - 91ABC6238CC0328ED7A2F864D8162D94 /* FIRCLSCodeMapping.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCodeMapping.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSCodeMapping.h; sourceTree = ""; }; - 91CD055A55318789AE116F08F759FD9C /* Barrier.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Barrier.cpp; path = folly/futures/Barrier.cpp; sourceTree = ""; }; - 91D2B668FF47C72849E839121702630E /* String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = String.h; path = folly/portability/String.h; sourceTree = ""; }; - 91F5B8FE2CC4CA41BC3F3FD2A42AD132 /* TOCropToolbar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropToolbar.m; path = "Objective-C/TOCropViewController/Views/TOCropToolbar.m"; sourceTree = ""; }; - 91FA7EF55E7841A5F0D98639B05946EA /* SKButtonDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKButtonDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKButtonDescriptor.h; sourceTree = ""; }; - 9209529B805E06922224C81A03741A52 /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; - 9213EC22E09FC29C5AC7065CFF6C6674 /* MallctlHelper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MallctlHelper.cpp; path = folly/memory/MallctlHelper.cpp; sourceTree = ""; }; - 924723D1DB4DC3425649AEF3E5178984 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; - 92499953C20D95F12D364B5E96232C9B /* ARTGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTGroup.h; path = ios/ARTGroup.h; sourceTree = ""; }; - 924B6C509CDB0CA6746B1648EBC7D4D3 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAppState.h; path = React/CoreModules/RCTAppState.h; sourceTree = ""; }; - 9253311DC0F28C8EBBE34AB9060C459A /* RNLocalize.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNLocalize.debug.xcconfig; sourceTree = ""; }; - 9257A7364D2F98B1FC0A854B3EF22673 /* ThreadLock.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadLock.cpp; path = Core/ThreadLock.cpp; sourceTree = ""; }; - 925BC00EDA9186EFC93BC29ED3A29ACA /* UMUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUIManager.h; sourceTree = ""; }; - 925D90218FEE857C9DE8F797A9A72EBC /* React-RCTSettings.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTSettings.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 925DDBB1A3855FCFD8A612B0FA026484 /* FIRStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRStackFrame.m; path = Crashlytics/Crashlytics/FIRStackFrame.m; sourceTree = ""; }; - 9278278465311372DCD02AC2B7DD567F /* Instructions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Instructions.h; path = folly/experimental/Instructions.h; sourceTree = ""; }; - 92A19B347DBACA75ED493373285E374D /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; - 92B722657589F5566C6B11031FDB7B70 /* config_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = config_enc.c; path = src/enc/config_enc.c; sourceTree = ""; }; - 92BAE3A8051E19FF27173F538711E17F /* GlobalShutdownSocketSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GlobalShutdownSocketSet.h; path = folly/io/GlobalShutdownSocketSet.h; sourceTree = ""; }; - 92C4CDAA56D1F49F1420573AE9A6A366 /* shim.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = shim.h; path = ios/include/openssl/shim.h; sourceTree = ""; }; - 92CEF69280E39473F30E5D95ED9440D8 /* FBLPromise+Retry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Retry.m"; path = "Sources/FBLPromises/FBLPromise+Retry.m"; sourceTree = ""; }; - 92D395A719598C43A5A12F1946D6302B /* ARTText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTText.h; path = ios/ARTText.h; sourceTree = ""; }; - 92D8FD89F7A2810681D4C220BB99C204 /* RNCWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWebView.h; path = apple/RNCWebView.h; sourceTree = ""; }; - 92DCBF91AE55EF87035D47B95D466DD9 /* FIRStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRStackFrame.h; path = Crashlytics/Crashlytics/Public/FIRStackFrame.h; sourceTree = ""; }; - 92E4ED9235D73F7C2D257778645AC867 /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; - 92E5BAF03EABD7E8B02950BDFDB009F8 /* RNCCameraRollManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCCameraRollManager.h; path = ios/RNCCameraRollManager.h; sourceTree = ""; }; - 92E9682217BCFD1A5B1A5CF012F738AF /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "ios/QBImagePicker/QBImagePicker/zh-Hans.lproj"; sourceTree = ""; }; - 92F98C2C149393192EC00487D62BBE1F /* FIRAppAssociationRegistration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppAssociationRegistration.h; path = FirebaseCore/Sources/FIRAppAssociationRegistration.h; sourceTree = ""; }; - 92FEB6CB53204D888288C762DE71F6B7 /* token_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = token_enc.c; path = src/enc/token_enc.c; sourceTree = ""; }; - 9309966292E26688D5D73E8140FF6E1A /* FIRInstallationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStore.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.m; sourceTree = ""; }; - 93241783413CE94F2F13E0E4819174D7 /* OpenSSLVersionFinder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLVersionFinder.h; path = folly/ssl/OpenSSLVersionFinder.h; sourceTree = ""; }; - 932DD2BBA1BA757EBFB19485743F7FD5 /* ReactCommon-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactCommon-prefix.pch"; sourceTree = ""; }; - 933CA89417AA99195F122F090E780A4B /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; - 93415F2C5D7408B047D03635EEA47A04 /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; - 93455D3A4FFE46685926EE28BF8851E4 /* RCTBackedTextInputViewProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBackedTextInputViewProtocol.h; sourceTree = ""; }; - 9346ED0C653359697D7C94B1DF2AD660 /* RNCPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCPickerManager.m; path = ios/RNCPickerManager.m; sourceTree = ""; }; - 935E1390F54C6800CD98500B25723BE5 /* logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = logging.cc; path = src/logging.cc; sourceTree = ""; }; - 93618B0E1489F8F2634C7366B875E4DA /* KeyboardTrackingViewTempManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = KeyboardTrackingViewTempManager.h; sourceTree = ""; }; - 93778B6A203A7A0B0F48D6AAD7A92603 /* FIRCLSApplicationIdentifierModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSApplicationIdentifierModel.m; path = Crashlytics/Crashlytics/Settings/Models/FIRCLSApplicationIdentifierModel.m; sourceTree = ""; }; - 937BC2AE364170D58CA60EA57D7D431D /* GDTCORTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransport.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORTransport.h; sourceTree = ""; }; - 938776071C392F6619F10975C0375564 /* REAClockNodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAClockNodes.h; sourceTree = ""; }; - 938CD9B4CAFFA54028E062875606D686 /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = src/glog/logging.h; sourceTree = ""; }; - 939B266D7E132CCBE04310341A63F3A9 /* Flipper.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Flipper.release.xcconfig; sourceTree = ""; }; - 939C57DD489196624F7D0F01B4838BCE /* utilities.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = utilities.cc; path = src/utilities.cc; sourceTree = ""; }; - 93A11C71A9C0DCD25DA3C103AEDDC37F /* RSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocket.h; path = rsocket/RSocket.h; sourceTree = ""; }; - 93A8A036882972E80C3254BC3BD06E2B /* RNDateTimePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDateTimePickerManager.m; path = ios/RNDateTimePickerManager.m; sourceTree = ""; }; - 93B4E17FA0EFEDE84BF9546EE69F7560 /* pkcs12.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pkcs12.h; path = ios/include/openssl/pkcs12.h; sourceTree = ""; }; - 93E88C83BDCCFB4820EB446D75FAC1AA /* UMAppLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLoaderInterface.h; sourceTree = ""; }; - 93F8305901DEFB9DFC37ED228C0AC192 /* EXImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXImageLoader.m; path = EXImageLoader/EXImageLoader.m; sourceTree = ""; }; - 93FC29EC0663E27CC6352591F943B057 /* RCTComponentEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentEvent.h; sourceTree = ""; }; - 93FCE2EE1F9C59A79639B5C3012B73CA /* rn-extensions-share-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-extensions-share-prefix.pch"; sourceTree = ""; }; - 93FDB3A987A82F1C29D3176228928A67 /* FIRCLSMachOBinary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachOBinary.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.m; sourceTree = ""; }; - 93FF034E2A6A1EAAF9B4BAD131417B25 /* hu.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = hu.lproj; path = "Objective-C/TOCropViewController/Resources/hu.lproj"; sourceTree = ""; }; - 940323617B19642232F6485F52D149CF /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; - 9406ADFFCA1C437737E1818EF79D8F03 /* UMFontManagerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontManagerInterface.h; path = UMFontInterface/UMFontManagerInterface.h; sourceTree = ""; }; - 940BF278EBB816A489D9AD7C037C5786 /* OpenSSLCertUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpenSSLCertUtils.cpp; path = folly/ssl/OpenSSLCertUtils.cpp; sourceTree = ""; }; - 941BE9F66A932D509C30251C7BB9E31B /* SparseByteSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SparseByteSet.h; path = folly/container/SparseByteSet.h; sourceTree = ""; }; - 9422B92BC35488952CDB49BA8F113DE4 /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RAMBundleRegistry.cpp; sourceTree = ""; }; - 942B3A993ADEC6F3870283EB4775AC47 /* GULKeychainStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainStorage.h; path = GoogleUtilities/Environment/Private/GULKeychainStorage.h; sourceTree = ""; }; - 944C455C9F110CE26B7904C49848387B /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; - 9452B5C43EA916CD281EA01557B6D6CD /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSourceCode.h; path = React/CoreModules/RCTSourceCode.h; sourceTree = ""; }; - 9453C965735BDE97EFE8B040DA3E948B /* BSG_KSCrashIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashIdentifier.h; sourceTree = ""; }; - 946C39A0164D6B3E242B9546EECF1366 /* stl_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stl_logging.h; path = src/glog/stl_logging.h; sourceTree = ""; }; - 948AF75B1C51115FDC586F37831EB9CD /* Arena.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Arena.h; path = folly/memory/Arena.h; sourceTree = ""; }; - 948BCB679E5FD574E3B9FEA0F49BB7C3 /* Compression.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Compression.m; path = ios/src/Compression.m; sourceTree = ""; }; - 94930ED2FAB4565FF55DDBA21E4BCC00 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoader.h; path = Libraries/Image/RCTImageLoader.h; sourceTree = ""; }; - 949B5BBA9D567039866C67CCC6B0BD36 /* EXVideoThumbnails.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXVideoThumbnails.release.xcconfig; sourceTree = ""; }; - 949F1102F9DB43DB06DFB762AB11E35C /* ReactNativeART.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ReactNativeART.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 94A48C3A40E951AD4CCF11DBDB4FB656 /* EXWebBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXWebBrowser.release.xcconfig; sourceTree = ""; }; - 94C47832D2728EF9F75E7F2C73D6B221 /* EXPermissions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPermissions.h; path = EXPermissions/EXPermissions.h; sourceTree = ""; }; - 94C7A86041A4F5F68FA25D82D45B0CAA /* RSocketServer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketServer.cpp; path = rsocket/RSocketServer.cpp; sourceTree = ""; }; - 94CACCF476E3D3640588485DDC82AFBA /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; - 94D10BF31360E8601604E0F3DB59F912 /* RNGestureHandler-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNGestureHandler-dummy.m"; sourceTree = ""; }; - 94D7B289A15FC2D2B3B9BAB6E38C8B0D /* kssl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = kssl.h; path = ios/include/openssl/kssl.h; sourceTree = ""; }; - 94DD4CB0F7BF9B5DE5E31B29F8210979 /* RNConfigReader-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNConfigReader-dummy.m"; sourceTree = ""; }; - 94E135E3C64BD81BE0902ED816197875 /* SKResponseInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKResponseInfo.m; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKResponseInfo.m; sourceTree = ""; }; - 94E8F12574FF413B0D4B850A506521EC /* SSLErrors.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SSLErrors.cpp; path = folly/io/async/ssl/SSLErrors.cpp; sourceTree = ""; }; - 94EF8BC1D5373DCE66646554C3DA2716 /* ThreadLocalDetail.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadLocalDetail.cpp; path = folly/detail/ThreadLocalDetail.cpp; sourceTree = ""; }; - 94F6F95BD56F1B74831571771099C314 /* IOThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IOThreadPoolExecutor.cpp; path = folly/executors/IOThreadPoolExecutor.cpp; sourceTree = ""; }; - 951776A355E1DF3F80199151FA41C376 /* FIRCLSDownloadAndSaveSettingsOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSDownloadAndSaveSettingsOperation.m; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSDownloadAndSaveSettingsOperation.m; sourceTree = ""; }; - 951DAB70FC629E18CB055E8AEDA0C87A /* muxi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = muxi.h; path = src/mux/muxi.h; sourceTree = ""; }; - 9525E3EBD0BAD7257E929F53873D5F28 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 952611B11CE146A55CFE4403BB3FAC23 /* RCTConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConstants.m; sourceTree = ""; }; - 9527194C7127D679255CE25DE714CA1D /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; - 952A00E762464E5C2B12E60EA9669682 /* DistributedMutex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DistributedMutex.h; path = folly/synchronization/DistributedMutex.h; sourceTree = ""; }; - 954E366F6708AD5E142365A3619A0232 /* FrameSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameSerializer.h; path = rsocket/framing/FrameSerializer.h; sourceTree = ""; }; - 955D357882FD1E44BE1D01820D143757 /* AsyncSignalHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncSignalHandler.cpp; path = folly/io/async/AsyncSignalHandler.cpp; sourceTree = ""; }; - 958F4715FAC79A6E15516A357E2F49FA /* RNBootSplash.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNBootSplash.release.xcconfig; sourceTree = ""; }; - 95CF62AE0EB7A819489B7BC96C5D3EC2 /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; - 962031C300B06597BD535185B3420DE8 /* EXConstants-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXConstants-prefix.pch"; sourceTree = ""; }; - 9623E86353B2F7B3E7FE28FDC268114C /* FIRCLSDataParsing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDataParsing.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.c; sourceTree = ""; }; - 962ABFE01BB6BBA9778054B591C3C0D4 /* FIRCLSCrashedMarkerFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCrashedMarkerFile.h; path = Crashlytics/Crashlytics/Components/FIRCLSCrashedMarkerFile.h; sourceTree = ""; }; - 963287400AD42FDA7C8A87DFF8B483E6 /* event_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = event_struct.h; path = src/event2/event_struct.h; sourceTree = ""; }; - 963A123F88652655072E679275D0CAA8 /* RNCAppearance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearance.h; path = ios/Appearance/RNCAppearance.h; sourceTree = ""; }; - 96519B9FAE58DF7B2853096678CAFA12 /* ARTLinearGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTLinearGradient.h; sourceTree = ""; }; - 965A76D76F83BF7EF3FAB2CA7A21C83C /* SpookyHashV2.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SpookyHashV2.cpp; path = folly/hash/SpookyHashV2.cpp; sourceTree = ""; }; - 9670C398C07BE89C28A06E2A457C6E15 /* rn-fetch-blob.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "rn-fetch-blob.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 968746A4ACB023161D3386EF315EAB36 /* Memory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Memory.h; path = folly/Memory.h; sourceTree = ""; }; - 968835E398CBC7ED6FDE53006116FD8D /* Benchmark.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Benchmark.cpp; path = folly/Benchmark.cpp; sourceTree = ""; }; - 9692753BCAF066488DA6771F9D798C87 /* Observables.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Observables.cpp; path = yarpl/observable/Observables.cpp; sourceTree = ""; }; - 96A149FE31349E2088FEF01FDD58A29C /* Partial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Partial.h; path = folly/functional/Partial.h; sourceTree = ""; }; - 96A3D5F883838F863498F2C8EAA9D2F0 /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = FirebaseCore/Sources/Private/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; - 96AB126D1D2C3D5AD528116CD59B46C9 /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; - 96B2FFEE5FF5725E511A634EFE5E639A /* yuv_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_neon.c; path = src/dsp/yuv_neon.c; sourceTree = ""; }; - 96B49814857071A5437B6FEC560C1BE5 /* RCTConvert+REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+REATransition.h"; sourceTree = ""; }; - 96EC81DC08D79ED683C5E60491DDCA3B /* RNTapHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNTapHandler.h; sourceTree = ""; }; - 96F845141488EE145BD57F12346195A1 /* MacAddress.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MacAddress.cpp; path = folly/MacAddress.cpp; sourceTree = ""; }; - 97005829B614B806B294CAED0A7D6083 /* Latch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Latch.h; path = rsocket/benchmarks/Latch.h; sourceTree = ""; }; - 970A2EA7B31D46B11E1F16BC496265D4 /* EXAppleAuthentication-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAppleAuthentication-dummy.m"; sourceTree = ""; }; + 8F6D0A14D4A6C24A84295B2F70D90BA4 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; + 8F7C40EDBB310FAFE3A984FE4ECF0774 /* React-RCTSettings.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTSettings.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 8F7DC3B2CB7EB4121BCE697DCCC32F06 /* UMBarCodeScannerProviderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerProviderInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerProviderInterface.h; sourceTree = ""; }; + 8F93D2270527986885BC70DDA7AC8FD6 /* RCTFileRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFileRequestHandler.mm; sourceTree = ""; }; + 8FA3467C61F628A26A2C7E187ABB1AD6 /* F14Defaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Defaults.h; path = folly/container/detail/F14Defaults.h; sourceTree = ""; }; + 8FC039396EC0EE31835A540BBE40E1CA /* React-CoreModules-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-CoreModules-prefix.pch"; sourceTree = ""; }; + 8FC1AC7213C4EDF9C891DB73A3F26545 /* RCTUtilsUIOverride.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtilsUIOverride.m; sourceTree = ""; }; + 8FD1A6013BE26CF0DF77977974AF20E0 /* Subscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Subscriber.h; path = yarpl/flowable/Subscriber.h; sourceTree = ""; }; + 8FE3D443F4C2CDDA1466E9E7FB3185D1 /* FBLazyVector.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FBLazyVector.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 901D1D6CE3AE56FDAAB87B622D2BF89C /* UIImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/Core/UIImageView+WebCache.h"; sourceTree = ""; }; + 903566020BC94B678C25CAE9BDE3FB91 /* Tearable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Tearable.h; path = folly/synchronization/Tearable.h; sourceTree = ""; }; + 90436EDBE872AF84866087D3169F0D74 /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; + 906A7119807C1AB50E631EDF48DB7703 /* UIImage+WebP.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+WebP.m"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.m"; sourceTree = ""; }; + 9079E9B255A30F2CD2A57CEA12D2B80B /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; + 908DF3BD9F9EE2B44E09CE2D18A280A9 /* rescaler_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips_dsp_r2.c; path = src/dsp/rescaler_mips_dsp_r2.c; sourceTree = ""; }; + 9091528AB3DE05E81F82CD460DB2A29F /* RNFastImage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFastImage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 90986995F73CCFA582576D9230F61C62 /* fast-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fast-dtoa.h"; path = "double-conversion/fast-dtoa.h"; sourceTree = ""; }; + 909BB716C469526E0B45EE3AF10DDB4E /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; + 90AB8D66BBBC5C27AF3710F7120116B4 /* FBLazyVector.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.debug.xcconfig; sourceTree = ""; }; + 90E21723A26C13EDF6EDE255EBB52EB2 /* RCTDiffClampAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDiffClampAnimatedNode.h; sourceTree = ""; }; + 90E2832F7FA0FC8F2F24DDEBBDEE5F2E /* RNFBPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBPreferences.h; path = ios/RNFBApp/RNFBPreferences.h; sourceTree = ""; }; + 90EB305222160B2F7E0FA257C2B1412C /* SysFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysFile.h; path = folly/portability/SysFile.h; sourceTree = ""; }; + 90F1A03723D04E9913C74B4F619423B4 /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; + 90F43879F6E718B81C33730EED047DD9 /* Rsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Rsa.h; sourceTree = ""; }; + 910745743C14274B6C29E2C8082C92BE /* tls1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tls1.h; path = ios/include/openssl/tls1.h; sourceTree = ""; }; + 910C9A9869C89DEA22C1CF4AFBAB7196 /* RCTConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConstants.h; sourceTree = ""; }; + 911E1131C3831A9F8C757A9AB84FB83A /* PublishProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PublishProcessor.h; path = yarpl/flowable/PublishProcessor.h; sourceTree = ""; }; + 911FBDB5300FF33E3149975DC5929B63 /* SpookyHashV2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpookyHashV2.h; path = folly/hash/SpookyHashV2.h; sourceTree = ""; }; + 9134EDE83037B7C8B550868CF03CC0CF /* Partial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Partial.h; path = folly/functional/Partial.h; sourceTree = ""; }; + 9140CC475C67BFA99773D8D8C9F70A7F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 914E3BD35F915AD23C39284356B03C4B /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; + 919AE47F8EC82970938228AD40575C59 /* react-native-background-timer.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-background-timer.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 91A6812B296965E182366CC34D1A9752 /* RNFBAnalytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBAnalytics.release.xcconfig; sourceTree = ""; }; + 91B98D8523C8A91E30E06FC6148CC309 /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; + 91C027F2180488EB1CD198DAC4DFF690 /* RNConfigReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNConfigReader.h; path = ios/RNConfigReader.h; sourceTree = ""; }; + 91C91B47B25F184DD484787D2CD1BC4B /* RCTFileReaderModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFileReaderModule.mm; sourceTree = ""; }; + 91F1B0EBFE87C325A5AAB9C3A107E1AB /* GULKeychainUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainUtils.h; path = GoogleUtilities/Environment/Private/GULKeychainUtils.h; sourceTree = ""; }; + 921EB7BF8E7D52E2AF99AEC8CC0CAAE1 /* UMSingletonModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMSingletonModule.h; path = UMCore/UMSingletonModule.h; sourceTree = ""; }; + 922624B276649DBE39FA637FB2236D7C /* RNCWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWebViewManager.m; path = apple/RNCWebViewManager.m; sourceTree = ""; }; + 923D5461CCB848719C5F41CD1009F40B /* RCTLogBox.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLogBox.mm; sourceTree = ""; }; + 9246657F51B7A60381223A4E5A6D11EF /* MMKVMetaInfo.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = MMKVMetaInfo.hpp; path = Core/MMKVMetaInfo.hpp; sourceTree = ""; }; + 9247C7A8FAB5D4901935A3053ECE7C1E /* SKScrollViewDescriptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKScrollViewDescriptor.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKScrollViewDescriptor.m; sourceTree = ""; }; + 9249D9A33A803FE765583E06E7DD43A0 /* FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptions.h; path = FirebaseCore/Sources/Public/FIROptions.h; sourceTree = ""; }; + 9279A2B8AB440EE181531F0CBFF90CBE /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Sources/Private/FIROptionsInternal.h; sourceTree = ""; }; + 92878A0929D5F9021D8A036AC8B7D3C6 /* RCTVibration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibration.h; path = Libraries/Vibration/RCTVibration.h; sourceTree = ""; }; + 9290C878E1AB6225AC7AE7CD1C5A9DA0 /* Arena.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Arena.h; path = folly/memory/Arena.h; sourceTree = ""; }; + 92968289E23201632E45F34B0268AF68 /* SKTapListenerImpl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKTapListenerImpl.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTapListenerImpl.m; sourceTree = ""; }; + 92CB8E89BD841A3E87A709A8BFD2B061 /* GDTCORAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORAssert.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORAssert.h; sourceTree = ""; }; + 92CEC99045734C43053205068949728F /* RNPushKitEventListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKitEventListener.h; path = RNNotifications/RNPushKitEventListener.h; sourceTree = ""; }; + 92CF0630022A5B5B486403B7FDC7C6DC /* ConsumerBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConsumerBase.h; path = rsocket/statemachine/ConsumerBase.h; sourceTree = ""; }; + 92EEFAFF46CE331ADD8A17F4D6F3F582 /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; + 931B7A71DC2C55CF9BC19B4407A29EBE /* InlineExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InlineExecutor.cpp; path = folly/executors/InlineExecutor.cpp; sourceTree = ""; }; + 936EC6FD858093EF095D610AF5EB00F0 /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "Objective-C/TOCropViewController/Resources/zh-Hans.lproj"; sourceTree = ""; }; + 9388C1C21EF6DEECFEB06DA212C39122 /* RangeCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RangeCommon.h; path = folly/detail/RangeCommon.h; sourceTree = ""; }; + 939623CE233075C87D5FE25ED1C64FE2 /* FIRCLSCompactUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSCompactUnwind.c; path = Crashlytics/Crashlytics/Unwind/Compact/FIRCLSCompactUnwind.c; sourceTree = ""; }; + 93BC81BD4B8421AA0D05341EE0B566EE /* GDTCORReachability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORReachability.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORReachability.h; sourceTree = ""; }; + 93D5B1A720AD78320734CB6F6B4FFC80 /* CodedInputDataCrypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodedInputDataCrypt.h; path = Core/CodedInputDataCrypt.h; sourceTree = ""; }; + 941EDB9E2081D4D47E70886FB88DD216 /* upsampling.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling.c; path = src/dsp/upsampling.c; sourceTree = ""; }; + 942500BF13F5304019A8EE44A942A11D /* RSocketServer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketServer.h; path = rsocket/RSocketServer.h; sourceTree = ""; }; + 9430874F1AC842EC9A0090BD51FB87E5 /* FBLPromise+Testing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Testing.m"; path = "Sources/FBLPromises/FBLPromise+Testing.m"; sourceTree = ""; }; + 943675A5316E6F3D7059DA18E16F5686 /* pkcs12.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pkcs12.h; path = ios/include/openssl/pkcs12.h; sourceTree = ""; }; + 9456009E9C3957415C25A2051572B093 /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; + 94562FEEE041FCA17B182DAEBEEC0438 /* FlipperUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FlipperUtil.m; path = iOS/FlipperKit/FlipperUtil.m; sourceTree = ""; }; + 945DDAA2417D5562D5FFEE8DDB64DC83 /* FIRCLSFCRAnalytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFCRAnalytics.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSFCRAnalytics.h; sourceTree = ""; }; + 9463CCABFF349B52758B917D4C9FA77C /* QBAssetsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetsViewController.h; path = ios/QBImagePicker/QBImagePicker/QBAssetsViewController.h; sourceTree = ""; }; + 9472E6A8ADC8A9E6144C9B61E96FC491 /* EXKeepAwake.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXKeepAwake.h; path = EXKeepAwake/EXKeepAwake.h; sourceTree = ""; }; + 949FCAA1C40C1CAD7736386449E3DE02 /* FIRInstallationsStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStatus.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsStatus.h; sourceTree = ""; }; + 94B455AA04E262EDE77D78D9D032C64A /* FIRCLSDemangleOperation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDemangleOperation.mm; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.mm; sourceTree = ""; }; + 94BE4A916A924189C6D1A5836209327D /* StreamsWriter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamsWriter.cpp; path = rsocket/statemachine/StreamsWriter.cpp; sourceTree = ""; }; + 94F9BA574A8A46B7167CD92B69083E93 /* ARTTextManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTTextManager.m; sourceTree = ""; }; + 94FDE5CB1694A059D142CEAD90C6B0C9 /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; + 95071628C82FD6159FD8B810E09CA0D6 /* CompactValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CompactValue.h; path = yoga/CompactValue.h; sourceTree = ""; }; + 9507710A21691CC0E9B78E5EF2DDBD16 /* FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRApp.h; path = FirebaseCore/Sources/Public/FIRApp.h; sourceTree = ""; }; + 951053E9081E358A9E0D3F31399017E0 /* EXVideoThumbnails.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXVideoThumbnails.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 95131DED26FCD3661A50BDF2E2C567E0 /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+HighlightedWebCache.m"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.m"; sourceTree = ""; }; + 9517A2E0022C27D6CB0653AF42F19A1E /* EXKeepAwake.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXKeepAwake.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9526C0B001C7D576AD01336B4D96B9C3 /* tag_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tag_compat.h; path = src/event2/tag_compat.h; sourceTree = ""; }; + 95289BDA6350DEF07E4955FA1EC52519 /* GDTCORPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORPlatform.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORPlatform.m; sourceTree = ""; }; + 952E43498603CB8FFFECD7B352F24A95 /* REAParamNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAParamNode.h; sourceTree = ""; }; + 9544851CF3DB6DC719F81B5625CDB34F /* react-native-restart.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-restart.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 954918646509AF93DC0ABEB99FE68685 /* react-native-cameraroll-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-cameraroll-dummy.m"; sourceTree = ""; }; + 955D1CB93D8630D106A768A7E39526C7 /* Conv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Conv.h; path = folly/Conv.h; sourceTree = ""; }; + 9563B6B9694AF47C395BDD0A33E23050 /* React-jsiexecutor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsiexecutor-prefix.pch"; sourceTree = ""; }; + 959051C1EE88F658A671A97D79E891CA /* UMKernelService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMKernelService.h; sourceTree = ""; }; + 959EE8119DC02447F35D8C08D986F483 /* pb_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_common.h; sourceTree = ""; }; + 95BAC5CB0D279B5958E7B0D88AD3C358 /* ThreadLocalDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadLocalDetail.h; path = folly/detail/ThreadLocalDetail.h; sourceTree = ""; }; + 95BBD1E808205BD2C0EF96522256F8B6 /* UMLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogHandler.h; sourceTree = ""; }; + 95C88FD20D5D13529D47BC4F9568264F /* HazptrUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrUtils.h; path = folly/synchronization/detail/HazptrUtils.h; sourceTree = ""; }; + 95DBA7B85E03C333EEC4A6FB37E4763A /* Portability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Portability.h; path = folly/futures/Portability.h; sourceTree = ""; }; + 95F4A76FAC1A61395798CE6287242218 /* RNFetchBlobNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobNetwork.m; path = ios/RNFetchBlobNetwork.m; sourceTree = ""; }; + 95FB8C8276999A1DB67E7FCD5131C4E5 /* WarmResumeManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WarmResumeManager.cpp; path = rsocket/internal/WarmResumeManager.cpp; sourceTree = ""; }; + 96259C4D7D9352CB52FE81EE311BE24C /* IPAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddress.h; path = folly/IPAddress.h; sourceTree = ""; }; + 962CCB4F39D9B0208C07FD60C25C9395 /* SysUio.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysUio.cpp; path = folly/portability/SysUio.cpp; sourceTree = ""; }; + 964075248E29555CDD17DF2AA331F751 /* yuv_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips_dsp_r2.c; path = src/dsp/yuv_mips_dsp_r2.c; sourceTree = ""; }; + 964520F4BAD81827EED8571ABA67F9B2 /* RNFBCrashlytics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFBCrashlytics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 964E5D3773A0F9836351C7D1157D2063 /* SysResource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysResource.h; path = folly/portability/SysResource.h; sourceTree = ""; }; + 9656DBD548118B7ABDFE5CFD5B69AB12 /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; + 966F6D42B400FE804C91606061DF3033 /* React-Core-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-umbrella.h"; sourceTree = ""; }; + 9683485DD8F0BEB47BB9E40938D3C9D0 /* ScheduledSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledSubscriber.h; path = rsocket/internal/ScheduledSubscriber.h; sourceTree = ""; }; + 96943C6C2A1A1DA13749C5762ED8D4AC /* JSCRuntime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSCRuntime.cpp; sourceTree = ""; }; + 96A43DC232EA3F0DC5265F6C2A19EE84 /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; + 96A59D54749883576DB2D6E08DDA4BFE /* RCTRsa.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTRsa.m; path = ios/RCTCrypto/RCTRsa.m; sourceTree = ""; }; + 96BABF48CDDDB6FFD5262835706FBBF9 /* ARTRadialGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTRadialGradient.h; sourceTree = ""; }; + 96BACFBFC6E0CB22F6BB2B9C3CB7572C /* keyvalq_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = keyvalq_struct.h; path = src/event2/keyvalq_struct.h; sourceTree = ""; }; + 96BEDC9457114A9F2662CF1FCC8449E8 /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; + 96D0B4D2C8E7747DE10DD1DEE485BDAB /* React-Core.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.debug.xcconfig"; sourceTree = ""; }; + 96D7AB664B3C5240389A2D3A10416B9D /* pt-BR.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "pt-BR.lproj"; path = "Objective-C/TOCropViewController/Resources/pt-BR.lproj"; sourceTree = ""; }; + 96E091C1728A0B6070091502D5AA2B1E /* RNCAppearanceProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAppearanceProvider.h; path = ios/Appearance/RNCAppearanceProvider.h; sourceTree = ""; }; + 96E893AF918D549A209B6A206692B8A1 /* UMFaceDetectorManagerProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManagerProvider.h; path = UMFaceDetectorInterface/UMFaceDetectorManagerProvider.h; sourceTree = ""; }; + 96E9EB922C36476C0786587EF297BE4E /* FlipperConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperConnection.h; path = iOS/FlipperKit/FlipperConnection.h; sourceTree = ""; }; + 96F6E8528C4EC7786262B3CE7BE4614C /* FarmHash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FarmHash.h; path = folly/hash/FarmHash.h; sourceTree = ""; }; + 970C9F3C3AA798D83003BE7C7129E3A0 /* yuv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = yuv.h; path = src/dsp/yuv.h; sourceTree = ""; }; 970D07DACCDEE7DE92D50C01EC1DEA23 /* Pods-RocketChatRN-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-RocketChatRN-resources.sh"; sourceTree = ""; }; - 97142130E51C3690391B2EE97822BB5E /* lossless_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_mips_dsp_r2.c; path = src/dsp/lossless_mips_dsp_r2.c; sourceTree = ""; }; - 971AD74CEE34F8B5AC9C996BE50FCF1D /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; - 971D7C00E251C69CFA0EA69686F59A61 /* FIRCLSByteUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSByteUtility.m; path = Crashlytics/Shared/FIRCLSByteUtility.m; sourceTree = ""; }; - 9739EAC1FF5404FB4083BF6446A16037 /* Payload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Payload.h; path = rsocket/Payload.h; sourceTree = ""; }; - 974E830714D9DA8D04FFBCBB14A519BA /* TurboCxxModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboCxxModule.cpp; path = turbomodule/core/TurboCxxModule.cpp; sourceTree = ""; }; - 975434864E0AE3AAF31AA0952124C5DC /* Aligned.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Aligned.h; path = folly/lang/Aligned.h; sourceTree = ""; }; - 975F6487A4DF21BA5D563A2BAA6A37BE /* UMConstantsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMConstantsInterface.h; path = UMConstantsInterface/UMConstantsInterface.h; sourceTree = ""; }; - 977AFFAB5CE09795B34A522239BBE5A5 /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; - 978C9168A00E5742FBAB3A83BEBB6CE9 /* e_os2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = e_os2.h; path = ios/include/openssl/e_os2.h; sourceTree = ""; }; - 9799DBA96FF385F23E992A14DE63FC24 /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; - 979EB9DE85531FC2E40B527C10CAF50B /* TOCropOverlayView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropOverlayView.h; path = "Objective-C/TOCropViewController/Views/TOCropOverlayView.h"; sourceTree = ""; }; - 97CAF8387EDE90A10D00648AA57BF226 /* FBLPromise+All.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+All.h"; path = "Sources/FBLPromises/include/FBLPromise+All.h"; sourceTree = ""; }; - 97FE62C574DC65956556580EBF3180B6 /* nanopb.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.debug.xcconfig; sourceTree = ""; }; - 980016E66348F5B0EAD9255E973AD9CB /* log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log.h; path = yoga/log.h; sourceTree = ""; }; - 983D4E3BA09DC9EB62CA85AAAD8FA23D /* UMFilePermissionModuleInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFilePermissionModuleInterface.h; path = UMFileSystemInterface/UMFilePermissionModuleInterface.h; sourceTree = ""; }; - 984520EC98FA5B58906B233D19F7F802 /* blowfish.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = blowfish.h; path = ios/include/openssl/blowfish.h; sourceTree = ""; }; - 9880B9CCF4D7EF9662DC8A849004219A /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; - 9894C354894EA1FE970197F8C3AE24A9 /* RootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RootView.h; path = ios/RootView.h; sourceTree = ""; }; - 98974A83E0BB7078986D7D482E557EE1 /* UninitializedMemoryHacks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UninitializedMemoryHacks.h; path = folly/memory/UninitializedMemoryHacks.h; sourceTree = ""; }; - 98A05B1A0392EB236CF743FE0E71496E /* ProtocolVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProtocolVersion.h; path = rsocket/framing/ProtocolVersion.h; sourceTree = ""; }; - 98F677AA9FD9BE0FF6041155297733A4 /* FlipperResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperResponder.h; path = iOS/FlipperKit/FlipperResponder.h; sourceTree = ""; }; - 98FD8B74A621794AD5402E599B8A0029 /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; - 98FF21EFA0B3E5F6F03DFC0F10E85771 /* KeyCommands.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KeyCommands.debug.xcconfig; sourceTree = ""; }; - 9917B2EE80CFF651172863FBEBB77B7D /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = ios/QBImagePicker/QBImagePicker/en.lproj; sourceTree = ""; }; - 9932BC606BC41D635D721A888455D167 /* SKViewControllerDescriptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKViewControllerDescriptor.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewControllerDescriptor.m; sourceTree = ""; }; - 9932FB791D85AFE59E07910E6DF71BF7 /* RNFBApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBApp.release.xcconfig; sourceTree = ""; }; - 994765CC41EFF6A7524D74A1D75A580F /* DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DoubleConversion-prefix.pch"; sourceTree = ""; }; - 9964295B68B8E5CB833B75E2E3411602 /* CxxNativeModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = CxxNativeModule.cpp; sourceTree = ""; }; - 9991DC8D808E127F48F11CF903AE10B0 /* RNFBAnalytics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFBAnalytics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 99989ACF42998CB802CC0F6FC4EB1F6A /* bignum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bignum.h; path = "double-conversion/bignum.h"; sourceTree = ""; }; - 99A309C670617D8725D4213E4CD4D44E /* advancedIos.md */ = {isa = PBXFileReference; includeInIndex = 1; name = advancedIos.md; path = docs/advancedIos.md; sourceTree = ""; }; - 99A5E6A44E2683BD6E3A64FA1E9870A0 /* PolyException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PolyException.h; path = folly/PolyException.h; sourceTree = ""; }; + 9719666CAEC85DBF140837F26DD5CD5A /* Merge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Merge.h; path = folly/container/Merge.h; sourceTree = ""; }; + 971F6980AC142F945F3F5B9BEE8FFE12 /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; + 97201ED66448D042727D78C9709B0952 /* React-RCTAnimation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.debug.xcconfig"; sourceTree = ""; }; + 9728B984966BC98860FAB0C677395B47 /* FIRCLSMultipartMimeStreamEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMultipartMimeStreamEncoder.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSMultipartMimeStreamEncoder.m; sourceTree = ""; }; + 9739DB2412D22C208A57481EE2578872 /* FIRCLSURLSessionConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLSessionConfiguration.m; path = Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSessionConfiguration.m; sourceTree = ""; }; + 97553F4F84C36FDAB0AC65A47B3A590B /* EXAppleAuthentication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppleAuthentication.h; path = EXAppleAuthentication/EXAppleAuthentication.h; sourceTree = ""; }; + 975EFFE50671181EA7FE65731F444625 /* GlobalShutdownSocketSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GlobalShutdownSocketSet.h; path = folly/io/GlobalShutdownSocketSet.h; sourceTree = ""; }; + 97628F8B00ED909995A47B37E5F8E510 /* ScopedTraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScopedTraceSection.h; path = folly/tracing/ScopedTraceSection.h; sourceTree = ""; }; + 9764A3A8252EFF14A321A56C6FF810E2 /* Traits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Traits.h; path = folly/Traits.h; sourceTree = ""; }; + 976EBC26DA9461E86553E0F5A8335904 /* rn-fetch-blob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-fetch-blob-dummy.m"; sourceTree = ""; }; + 9774D943E843E824D7D308FB45DD4F46 /* CallInvoker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallInvoker.h; path = ReactCommon/CallInvoker.h; sourceTree = ""; }; + 9788D2E725AD263B6340AF22F0829124 /* FutureExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FutureExecutor.h; path = folly/executors/FutureExecutor.h; sourceTree = ""; }; + 9793837FBB5DA5B8D10F6991435CD2DA /* React-RCTAnimation-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTAnimation-dummy.m"; sourceTree = ""; }; + 9794EDEEDC460DB9C662F8AF412956EA /* UMBarCodeScannerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMBarCodeScannerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 97CFDE5D34E3D1C7BC4E80FAD8569932 /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSExecutor.h; sourceTree = ""; }; + 97D0B04C58FFAAAC62DCED943B9A570F /* UIView+SKInvalidation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "UIView+SKInvalidation.mm"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIView+SKInvalidation.mm"; sourceTree = ""; }; + 97DFB4A27CD0E547DA4548C135FBCA5F /* FIRInstallationsSingleOperationPromiseCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsSingleOperationPromiseCache.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.m; sourceTree = ""; }; + 97E555B98EF905EE8FBE20AEC300AFA3 /* BugsnagCrashSentry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashSentry.h; sourceTree = ""; }; + 98090DEBEE0A484DCB283999B3C4FE16 /* demux.c */ = {isa = PBXFileReference; includeInIndex = 1; name = demux.c; path = src/demux/demux.c; sourceTree = ""; }; + 982F8988B9769866A92398D41CB15D22 /* Syslog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Syslog.h; path = folly/portability/Syslog.h; sourceTree = ""; }; + 9834FCEDF152C5846256FAA9FC2F1BB4 /* FIRCLSPackageReportOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSPackageReportOperation.m; path = Crashlytics/Crashlytics/Operations/Reports/FIRCLSPackageReportOperation.m; sourceTree = ""; }; + 98423AA23C34FBCBE4D9202F773B530F /* EXKeepAwake.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXKeepAwake.release.xcconfig; sourceTree = ""; }; + 984DEB675CC05B7ED11F153E250DC2DC /* DynamicParser-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DynamicParser-inl.h"; path = "folly/experimental/DynamicParser-inl.h"; sourceTree = ""; }; + 984F0BE697C69441407D7B8F19C8ED65 /* GDTCORTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransformer.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer.h; sourceTree = ""; }; + 98830BD5762CE9D3AA5D468415BF95BB /* RNFetchBlobConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobConst.m; path = ios/RNFetchBlobConst.m; sourceTree = ""; }; + 988A2ECB752D54226C4EEE37590504F5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 989E6D4CADEF6B6756421069D7599BB8 /* SafeAreaSpacerViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerViewLocalData.h; sourceTree = ""; }; + 98A833216C7A724A688CF71D22E6FA8C /* lossless_enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_mips32.c; path = src/dsp/lossless_enc_mips32.c; sourceTree = ""; }; + 98FFFB3B367F5C1068DE90A69C635A53 /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkTask.h; path = Libraries/Network/RCTNetworkTask.h; sourceTree = ""; }; + 9904F6620AF734A2B9670844E5AE633C /* TimeoutQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TimeoutQueue.cpp; path = folly/TimeoutQueue.cpp; sourceTree = ""; }; + 990D8C8EAF8BC29F8D671DFC91560098 /* alpha_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_dec.c; path = src/dec/alpha_dec.c; sourceTree = ""; }; + 99279CE2EF83F3793AC533A392168F16 /* Hmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Hmac.h; sourceTree = ""; }; + 992BD5FC7AF125FC198350E045910B0E /* FlipperRSocketResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperRSocketResponder.h; path = xplat/Flipper/FlipperRSocketResponder.h; sourceTree = ""; }; + 992F3DF4EDB6532738E826305A62C097 /* Conv.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Conv.cpp; path = folly/Conv.cpp; sourceTree = ""; }; + 992FD1C9C6068B939633B419103E9660 /* FlipperClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperClient.mm; path = iOS/FlipperKit/FlipperClient.mm; sourceTree = ""; }; + 9933D6A798F1B97EDE2070F186B8C9CD /* RNCConnectionState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCConnectionState.m; path = ios/RNCConnectionState.m; sourceTree = ""; }; + 995556FF72A35310617D533819A4DED5 /* cms.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cms.h; path = ios/include/openssl/cms.h; sourceTree = ""; }; + 9962BFC91082B39B9517318ED95ECFFC /* FIRInstallationsAPIService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAPIService.h; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.h; sourceTree = ""; }; + 99688F282F0A012B1381B6068A7624FA /* RNCSafeAreaProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaProvider.m; path = ios/SafeAreaView/RNCSafeAreaProvider.m; sourceTree = ""; }; + 998CB3A78C1C83E13D5F12DD69A928FD /* hmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = hmac.h; path = ios/include/openssl/hmac.h; sourceTree = ""; }; + 998ED50118B48A58FB600312862A692C /* SafeAreaManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaManager.m; sourceTree = ""; }; + 9993ABD3D44958DAE192881FA1B41348 /* RCTSurfacePresenterStub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfacePresenterStub.h; sourceTree = ""; }; + 99A9802E64B7ACC83ECEA19FF77EA7C1 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 99A9F8BB2CA1319B902F9B26DEFAF104 /* UMSensorsInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMSensorsInterface.debug.xcconfig; sourceTree = ""; }; + 99AFE56C3813CE95CF52861C6A2A5554 /* ResumeIdentificationToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ResumeIdentificationToken.h; path = rsocket/framing/ResumeIdentificationToken.h; sourceTree = ""; }; + 99B5BB18B3F462B9460E4C2DECAD8D2B /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; + 99B922B5E113EFAABB5E8B04E2BBEA07 /* near_lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = near_lossless_enc.c; path = src/enc/near_lossless_enc.c; sourceTree = ""; }; + 99CE2A872BE300E59F685B377853DCBC /* Yoga.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Yoga.modulemap; sourceTree = ""; }; + 99D29B9EDD95915E4DC8B919652ED467 /* UMImageLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMImageLoaderInterface.h; path = UMImageLoaderInterface/UMImageLoaderInterface.h; sourceTree = ""; }; 99D5CD245388DC76AAEF6E1E351A90ED /* libFlipper-Folly.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libFlipper-Folly.a"; path = "libFlipper-Folly.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 99D960924878EC60E5CCA9869303885D /* FlipperKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FlipperKit-umbrella.h"; sourceTree = ""; }; - 99DC374B6E3167D13C5B3C905FD81FC2 /* FIRCLSCompoundOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSCompoundOperation.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.h; sourceTree = ""; }; - 99E972144ED3BA5880F25931EE2DCF5D /* FIRCLSUUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUUID.h; path = Crashlytics/Shared/FIRCLSUUID.h; sourceTree = ""; }; - 99FE75F217DA64820F06D3D5E303AE95 /* LockTraits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LockTraits.h; path = folly/LockTraits.h; sourceTree = ""; }; - 9A03E1967BF272AB2C7191C1D95D2674 /* SDImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoader.m; path = SDWebImage/Core/SDImageLoader.m; sourceTree = ""; }; - 9A0DD696B736550245BD5A804ABCEF92 /* UMPermissionsMethodsDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMPermissionsMethodsDelegate.h; path = UMPermissionsInterface/UMPermissionsMethodsDelegate.h; sourceTree = ""; }; - 9A104B4F913AA8FE2754B575F6E085E1 /* RNCCameraRollManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCCameraRollManager.m; path = ios/RNCCameraRollManager.m; sourceTree = ""; }; - 9A1D05CFBA1B65546664036F6E289061 /* RNNotificationCenterListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenterListener.m; path = RNNotifications/RNNotificationCenterListener.m; sourceTree = ""; }; - 9A2AFD99F1646AABBA198F3C05BBC839 /* IOVec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOVec.h; path = folly/portability/IOVec.h; sourceTree = ""; }; - 9A31829BC879F8D03FA40BC885E8B740 /* SingletonRelaxedCounter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SingletonRelaxedCounter.h; path = folly/experimental/SingletonRelaxedCounter.h; sourceTree = ""; }; - 9A327625FF9A516BED139006B6731328 /* x509_vfy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509_vfy.h; path = ios/include/openssl/x509_vfy.h; sourceTree = ""; }; - 9A3688C2CE52B81C20771851358A142C /* RCTKeyCommandsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTKeyCommandsManager.m; path = ios/KeyCommands/RCTKeyCommandsManager.m; sourceTree = ""; }; - 9A4885B64117CC0BD3101DD660E6B9FF /* RCTConvert+FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FIRApp.m"; path = "ios/RNFBApp/RCTConvert+FIRApp.m"; sourceTree = ""; }; - 9A5F85CD9CCD8527D260AF95B836AD9C /* EventUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventUtil.h; path = folly/io/async/EventUtil.h; sourceTree = ""; }; - 9A646EFF6137303A51152472B5D9CC56 /* SSLOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSLOptions.h; path = folly/io/async/SSLOptions.h; sourceTree = ""; }; - 9A72DC51FF9745B0CF75AC715F6482CE /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Sources/Private/FIRDependency.h; sourceTree = ""; }; - 9A75939EDDDC15C065BFA9A154879074 /* FIRCLSURLSessionUploadTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionUploadTask.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionUploadTask.h; sourceTree = ""; }; - 9A7E937077EF1740F3DC39A3D982DE6E /* Yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = Yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9A8165EEF3203CCF1CA4A5FCC6F8D363 /* SDImageAPNGCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAPNGCoder.h; path = SDWebImage/Core/SDImageAPNGCoder.h; sourceTree = ""; }; - 9A88DF17BF471D883BF68716ABC7F8C8 /* RNDateTimePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDateTimePickerManager.h; path = ios/RNDateTimePickerManager.h; sourceTree = ""; }; - 9A99AD66E22B16BD1290E0511C19C417 /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; - 9AC7F1208FE86D2472797CD8B747D0A6 /* SanitizeThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SanitizeThread.h; path = folly/synchronization/SanitizeThread.h; sourceTree = ""; }; - 9ACE6D7F4A83D00C43FD077B120DB4D2 /* UMBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBridgeModule.h; path = UMReactNativeAdapter/UMBridgeModule.h; sourceTree = ""; }; - 9AE0EBEF695D6F94F2602A99400E7813 /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; - 9AE14983CA197FFEC07327B55C62171E /* yuv_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse41.c; path = src/dsp/yuv_sse41.c; sourceTree = ""; }; - 9B0687862E0C1DFD616C8A7F6B30FDA5 /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; - 9B07024C44E0B3DF12F23D8A2388953F /* ChannelRequester.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ChannelRequester.cpp; path = rsocket/statemachine/ChannelRequester.cpp; sourceTree = ""; }; - 9B0A00AAF22C306C3F476C642DDD8C36 /* BugsnagSessionTrackingApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingApiClient.h; sourceTree = ""; }; - 9B0BBDC19C493D7ABCE30E86BADF01C5 /* SDImageCoderHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCoderHelper.m; path = SDWebImage/Core/SDImageCoderHelper.m; sourceTree = ""; }; - 9B0CE549237C8D21C3C2A86CED314462 /* AsyncServerSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncServerSocket.cpp; path = folly/io/async/AsyncServerSocket.cpp; sourceTree = ""; }; - 9B23756A2FBB43E46117BEBC8C0F768F /* pb_decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_decode.h; sourceTree = ""; }; - 9B26BAD5E9DF5956F8DC7E1020ED36BB /* GDTCORFlatFileStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORFlatFileStorage.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORFlatFileStorage.m; sourceTree = ""; }; - 9B29B34CB2CF25DC6C9494C1D1DE92B7 /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; - 9B3096078B773284B8119E26F42B61F8 /* RecordIO.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RecordIO.cpp; path = folly/io/RecordIO.cpp; sourceTree = ""; }; - 9B48A7EFBF867B161081B2FF453CB822 /* RSocketStats.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketStats.cpp; path = rsocket/RSocketStats.cpp; sourceTree = ""; }; - 9B4C38DB1E3144891D405DD8E517F87D /* RecordIO-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RecordIO-inl.h"; path = "folly/io/RecordIO-inl.h"; sourceTree = ""; }; - 9B693181E87FE205E5C5141C1D385056 /* double-conversion.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "double-conversion.cc"; path = "double-conversion/double-conversion.cc"; sourceTree = ""; }; - 9B7154471B4C0108A96E233956854614 /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; - 9B8CA394AE0A702F7B6EEF66D8B516FB /* react-native-safe-area-context-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-safe-area-context-dummy.m"; sourceTree = ""; }; - 9B90096731AB92CB7FAFF9C2A7BC7FB3 /* AsyncGeneratorShim.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncGeneratorShim.h; path = yarpl/flowable/AsyncGeneratorShim.h; sourceTree = ""; }; - 9B91B8CC4D00C1EBBAB95508E588AFFC /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = "Objective-C/TOCropViewController/Resources/ja.lproj"; sourceTree = ""; }; - 9BCC8CB5B9439F7EB8D21EC427A411BE /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTStatusBarManager.h; path = React/CoreModules/RCTStatusBarManager.h; sourceTree = ""; }; - 9BF3FDA508C5399E9E02918A9640F9B4 /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = SDWebImage/Core/SDWebImageDownloaderConfig.m; sourceTree = ""; }; - 9BF7754DA09A0BE658E46C2BD9F0FC0D /* ReactNativeShareExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactNativeShareExtension.h; path = ios/ReactNativeShareExtension.h; sourceTree = ""; }; - 9C0931F4E61302B55B5BE2783A96D7DD /* EXResumablesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXResumablesManager.h; sourceTree = ""; }; - 9C14D31D2DEB0C684BBE4E736B0EA41D /* React-jsiexecutor.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.release.xcconfig"; sourceTree = ""; }; - 9C3304082CDBAD96A43882975469ECD2 /* RCTSurfacePresenterStub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfacePresenterStub.m; sourceTree = ""; }; - 9C33F61052DD314540778FB0B83AF879 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 9C3EB431FA0447DFDD7AA29C6D6AF001 /* WarmResumeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WarmResumeManager.h; path = rsocket/internal/WarmResumeManager.h; sourceTree = ""; }; - 9C40E47EDB64D0924D97C4A6F27718EB /* FIRCoreDiagnosticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsInterop.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h; sourceTree = ""; }; - 9C6DCF82E3FF71FB1FDC72A1991C9964 /* BSG_KSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSLogger.h; sourceTree = ""; }; - 9C7A042A2EBAF8127EB30E3D543597A9 /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; - 9C8B904515A74CFC1341EAA0E96EF002 /* DelayedDestruction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DelayedDestruction.h; path = folly/io/async/DelayedDestruction.h; sourceTree = ""; }; - 9C8D29BAAF80FA04222789A88B7CE0B2 /* BSG_KSCrashAdvanced.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashAdvanced.h; sourceTree = ""; }; - 9C953E3B47941FBAEC34CE32B63763C8 /* RNVectorIcons.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.release.xcconfig; sourceTree = ""; }; - 9CC7A3268913C3274668721A52D6EBE7 /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; - 9CD6D306D95A8D8DAB3B90CCDFC26E58 /* TOCropViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropViewController.h; path = "Objective-C/TOCropViewController/TOCropViewController.h"; sourceTree = ""; }; - 9CD7513B28DF52EC4D8814D07EC099F7 /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = jsireact/JSIExecutor.h; sourceTree = ""; }; - 9CF15C9894265FF5D3AB0728DC025FD4 /* RCTHTTPRequestHandler.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTHTTPRequestHandler.mm; sourceTree = ""; }; - 9D05F25C6A9B22ABFCF063EE4B66C171 /* ARTNodeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTNodeManager.m; sourceTree = ""; }; - 9D1E3ED391378CA4B600D2B13FBC4D6E /* SDImageHEICCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoder.h; path = SDWebImage/Core/SDImageHEICCoder.h; sourceTree = ""; }; - 9D2EAC74BE0BC84023BD275824E28B51 /* OpenSSLHash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLHash.h; path = folly/ssl/OpenSSLHash.h; sourceTree = ""; }; - 9D376B19B776DB2486BE35145E0052BC /* MMKV_OSX.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKV_OSX.h; path = Core/MMKV_OSX.h; sourceTree = ""; }; - 9D4E3FA0DD998F9290E4FA8527C0AC3C /* ModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ModuleRegistry.h; sourceTree = ""; }; - 9D62A2DE4875E945F6F97EFDD8E6844E /* IntrusiveList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IntrusiveList.h; path = folly/IntrusiveList.h; sourceTree = ""; }; - 9D697C9F587B6EC355A8C63AD1CF84E0 /* MacAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MacAddress.h; path = folly/MacAddress.h; sourceTree = ""; }; - 9D69D98FBE6E5CB392B2A677CBB2F324 /* FrameSerializer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameSerializer.cpp; path = rsocket/framing/FrameSerializer.cpp; sourceTree = ""; }; - 9D6C553032E8D1626A4FBE469D4686BE /* RCTVibrationPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibrationPlugins.h; path = Libraries/Vibration/RCTVibrationPlugins.h; sourceTree = ""; }; - 9D758EF252AFB83924CE1F1E259E6482 /* react-native-document-picker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-document-picker.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 99E03EB3BF06B276D4104459448AF467 /* RCTAlertController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAlertController.h; path = React/CoreModules/RCTAlertController.h; sourceTree = ""; }; + 99E362D23328BDA804415B87C734366F /* SocketAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketAddress.h; path = folly/SocketAddress.h; sourceTree = ""; }; + 99ECAE0756CB9A6CF18C83DAD4EE9389 /* RCTPerfMonitor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPerfMonitor.mm; sourceTree = ""; }; + 99F929A7CBBE1B940E9A555F418665AB /* RCTPropsAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPropsAnimatedNode.h; sourceTree = ""; }; + 99F93EE64440E9A1DA652BA54E830184 /* GDTCORConsoleLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORConsoleLogger.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORConsoleLogger.m; sourceTree = ""; }; + 9A08C4E80228947F81AEA182199A3F5C /* FIRCLSDataCollectionToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSDataCollectionToken.m; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.m; sourceTree = ""; }; + 9A0C5B5473384886AA1132CD987308B9 /* GCDAsyncSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GCDAsyncSocket.m; path = Source/GCD/GCDAsyncSocket.m; sourceTree = ""; }; + 9A44D8E81D4437550898DAC348E5935E /* AsymmetricMemoryBarrier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsymmetricMemoryBarrier.h; path = folly/synchronization/AsymmetricMemoryBarrier.h; sourceTree = ""; }; + 9A48A0E71519556555E8E1A63D4F2F6C /* SDWebImageDownloaderDecryptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderDecryptor.m; path = SDWebImage/Core/SDWebImageDownloaderDecryptor.m; sourceTree = ""; }; + 9A4A7AE398B60B9F6AAF3117ABA8E9AB /* react-native-blur.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-blur.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9A741E67F376D13AED71A59F03319337 /* rn-fetch-blob.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-fetch-blob.release.xcconfig"; sourceTree = ""; }; + 9A938720142367E9CD794ADE709F2B56 /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; + 9AA321FA80597BC40DB40102D4F0376A /* BSG_KSBacktrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace.h; sourceTree = ""; }; + 9AC0FE394EAA78C2B411DDEDD41E418B /* JSModulesUnbundle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSModulesUnbundle.h; sourceTree = ""; }; + 9ACA613FA2E732C0F91F7A91191D77AB /* MMKV.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKV.cpp; path = Core/MMKV.cpp; sourceTree = ""; }; + 9B0EAF492B4F04F12123444633411766 /* ConnectionSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConnectionSet.h; path = rsocket/internal/ConnectionSet.h; sourceTree = ""; }; + 9B1291155C81687F0E27949F38FDD0C7 /* BSG_KSCrashSentry_User.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_User.c; sourceTree = ""; }; + 9B2DFEB4FE01D1878667F3796ECD2582 /* SysResource.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysResource.cpp; path = folly/portability/SysResource.cpp; sourceTree = ""; }; + 9B5767023355713B841DB2AF7F0FDA02 /* AutoTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AutoTimer.h; path = folly/experimental/AutoTimer.h; sourceTree = ""; }; + 9B89D89DA2CCB3A2791086A4F9FE0F48 /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; + 9B9998BCBCFFF793B3063DFF96CCB4CE /* ARTGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTGroup.h; path = ios/ARTGroup.h; sourceTree = ""; }; + 9B9C65A2804562C2DBD5FAB5660C9E56 /* UIImage+CropRotate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+CropRotate.m"; path = "Objective-C/TOCropViewController/Categories/UIImage+CropRotate.m"; sourceTree = ""; }; + 9BA8FF8FC05DB1E6BFD997E8F81E1492 /* FIRCLSSymbolResolver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSymbolResolver.m; path = Crashlytics/Crashlytics/Models/FIRCLSSymbolResolver.m; sourceTree = ""; }; + 9BACA24472AB96FACF4551B128F8C249 /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; + 9BB9275ECC167791B2A760E7C566ECC4 /* react-native-document-picker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-document-picker.debug.xcconfig"; sourceTree = ""; }; + 9BC26AB54DAC5AB636C3AA8D92CC7327 /* RCTHmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHmac.h; path = ios/RCTCrypto/RCTHmac.h; sourceTree = ""; }; + 9BCB26049F8BDDC57B9315FCEE338DD2 /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; + 9BCFF7938EB577125261CD1FBE3CB72B /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; + 9C1AA65DC9842F2A35F5C1D5B880178D /* ImageCropPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ImageCropPicker.m; path = ios/src/ImageCropPicker.m; sourceTree = ""; }; + 9C3A536A1ECAAACACA8D65D17C12A514 /* GDTCCTCompressionHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTCompressionHelper.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTCompressionHelper.m; sourceTree = ""; }; + 9C4D31969FB4C2B4E1904CA60A3076E1 /* GULHeartbeatDateStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorage.h; path = GoogleUtilities/Environment/Private/GULHeartbeatDateStorage.h; sourceTree = ""; }; + 9C6D00181B29496E53096597571A4B3B /* FIRCLSReportUploader_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportUploader_Private.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader_Private.h; sourceTree = ""; }; + 9C70DF689386C6615E84D91DCD02A33A /* UMUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMUtilities.m; path = UMCore/UMUtilities.m; sourceTree = ""; }; + 9C9F64D0A008E2CBACB0B541A08029AD /* SDWebImageDownloaderRequestModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderRequestModifier.h; path = SDWebImage/Core/SDWebImageDownloaderRequestModifier.h; sourceTree = ""; }; + 9CA1164FA29470976F94D37EA5CE4CF3 /* ResourceBundle-AccessibilityResources-React-Core-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-AccessibilityResources-React-Core-Info.plist"; sourceTree = ""; }; + 9CA65A71D65C0B04968B26F2CBAA664C /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; + 9CC0B0AE9E01979C233E42CDAC57458C /* RNDateTimePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDateTimePicker.m; path = ios/RNDateTimePicker.m; sourceTree = ""; }; + 9CCC4EA73679DA02656450FF7E2161A4 /* REAOperatorNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAOperatorNode.h; sourceTree = ""; }; + 9CCF44C59DF1779D4F7DFC832AAD9090 /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_encode.c; sourceTree = ""; }; + 9CD3044319CEDF52FADA7F9D42F0FA28 /* GoogleUtilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleUtilities-dummy.m"; sourceTree = ""; }; + 9D1331AFBC431236D61E0518E19186C2 /* RCTConvert+RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+RNNotifications.m"; path = "RNNotifications/RCTConvert+RNNotifications.m"; sourceTree = ""; }; + 9D139CBB4B92DD283EE550CC4E607A32 /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; + 9D21782055A37268F0A0911B93392E04 /* crypto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = crypto.h; path = ios/include/openssl/crypto.h; sourceTree = ""; }; + 9D241354271BACCED4B10713DBE1F73E /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = "Objective-C/TOCropViewController/Resources/en.lproj"; sourceTree = ""; }; + 9D3B700A25B61CBED5D23753C9361F3B /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/Core/UIImage+MultiFormat.m"; sourceTree = ""; }; + 9D3FAB3E5EFD505AF28C8091927D78F7 /* RCTSha.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSha.h; path = ios/RCTCrypto/RCTSha.h; sourceTree = ""; }; + 9D5339B37012C1922CA12EC47722CF59 /* NSImage+Compatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSImage+Compatibility.h"; path = "SDWebImage/Core/NSImage+Compatibility.h"; sourceTree = ""; }; + 9D64741766C5F92F94128CA72CF61AA4 /* Request.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Request.cpp; path = folly/io/async/Request.cpp; sourceTree = ""; }; + 9D6734B30B32966C805DBF7C73F0C226 /* RCTNetworkTask.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworkTask.mm; sourceTree = ""; }; + 9D7A4D77C138AF76E7332512C04101DC /* FireForgetThroughputTcp.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FireForgetThroughputTcp.cpp; path = rsocket/benchmarks/FireForgetThroughputTcp.cpp; sourceTree = ""; }; + 9D89AC07305184E37A620F129423F7EC /* ms.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ms.lproj; path = "Objective-C/TOCropViewController/Resources/ms.lproj"; sourceTree = ""; }; + 9D8CE21E7ADBD7A4E9A1867C7F39EC04 /* RecordIO.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RecordIO.cpp; path = folly/io/RecordIO.cpp; 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; }; - 9D99613FD75415E5BE51BEE256E615D8 /* GDTCORPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORPlatform.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORPlatform.h; sourceTree = ""; }; - 9DA3986C97D3F9952CC2523DBB6FAEFB /* DynamicParser-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DynamicParser-inl.h"; path = "folly/experimental/DynamicParser-inl.h"; sourceTree = ""; }; - 9DA8CDAACA8760EC5FFAFEE8497B56FA /* FIRInstallations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallations.m; path = FirebaseInstallations/Source/Library/FIRInstallations.m; sourceTree = ""; }; - 9DB8C0BBD7086056FC9DE49C1D9246A8 /* FBLPromise+Always.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Always.h"; path = "Sources/FBLPromises/include/FBLPromise+Always.h"; sourceTree = ""; }; - 9DC33A87F87C8CF4CCE5565A9567E7BA /* FIRHeartbeatInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatInfo.h; path = FirebaseCore/Sources/Private/FIRHeartbeatInfo.h; sourceTree = ""; }; - 9DD263E94BC70D4D5B268D8062FBD2CE /* Flipper-RSocket-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-RSocket-prefix.pch"; sourceTree = ""; }; - 9DE3FA805EA5D5A1CB99D620DABEFFE6 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloader.h; path = SDWebImage/Core/SDWebImageDownloader.h; sourceTree = ""; }; - 9E374E3EE8324ACD3F055E4D19990E64 /* NSBezierPath+SDRoundedCorners.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+SDRoundedCorners.h"; path = "SDWebImage/Private/NSBezierPath+SDRoundedCorners.h"; sourceTree = ""; }; - 9E526DACB84987F0B62C0936A2510DEF /* react-native-safe-area-context.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-safe-area-context.debug.xcconfig"; sourceTree = ""; }; - 9E60912ACCBA24416DDB405C0C1A9EC2 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - 9E620544C00EE75FD0F99F66D029F094 /* Iterators.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Iterators.h; path = folly/detail/Iterators.h; sourceTree = ""; }; - 9E6A3BF5F1D0D84C00E672BD8C705760 /* Windows.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Windows.h; path = folly/portability/Windows.h; sourceTree = ""; }; - 9E744D1C2907DE43EB186C8DBA928ABC /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; - 9E979E9C2A1D1B3CD178466AF1BE2D38 /* react-native-safe-area-context.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-safe-area-context.release.xcconfig"; sourceTree = ""; }; - 9E9B4DBCBA626E6C49DFB838A8C576C5 /* React-cxxreact-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-cxxreact-dummy.m"; sourceTree = ""; }; - 9EAA09702B73AC14E809E4A9299829DA /* RCTScrollEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollEvent.h; sourceTree = ""; }; - 9EB8FBC07C1C47CAF03EB14BB5671FEC /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; - 9EBCD30920B6E5A11ED33A858BE11AAA /* AsyncTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncTransport.h; path = folly/io/async/AsyncTransport.h; sourceTree = ""; }; - 9EC2F54F744EDAE4E3B2932407DEB7B7 /* FKUserDefaultsPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FKUserDefaultsPlugin.m; path = iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsPlugin.m; sourceTree = ""; }; - 9ED2C98E0A09F7192E5F477ED4C4C6F0 /* FlipperKitNetworkPlugin.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperKitNetworkPlugin.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin.mm; sourceTree = ""; }; - 9F0CF729BE4B77F090561B5F18D7F4AB /* EXAV-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAV-dummy.m"; sourceTree = ""; }; - 9F228B351FDA616094BEAECC7BFAFA6B /* BSG_KSObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjC.h; sourceTree = ""; }; - 9F28BFD5CC72DE72A1D1FC7A9566FAC5 /* GULOriginalIMPConvenienceMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULOriginalIMPConvenienceMacros.h; path = GoogleUtilities/MethodSwizzler/Private/GULOriginalIMPConvenienceMacros.h; sourceTree = ""; }; - 9F446EC001FACE8BEED9E530855AB611 /* AsyncSocketException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncSocketException.h; path = folly/io/async/AsyncSocketException.h; sourceTree = ""; }; - 9F4C5096CBF6E7BF0DE316578F405324 /* SaturatingSemaphore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SaturatingSemaphore.h; path = folly/synchronization/SaturatingSemaphore.h; sourceTree = ""; }; - 9F6F325AF9742AF2F70D1FB237B156D8 /* GoogleDataTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GoogleDataTransport.h; path = GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport.h; sourceTree = ""; }; - 9FA26ACA478462F00383B24D2F6A0C35 /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = String.cpp; path = folly/String.cpp; sourceTree = ""; }; - 9FB115C8D8392A3EF9AC5E7367DA2A96 /* UMViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMViewManager.h; path = UMCore/UMViewManager.h; sourceTree = ""; }; - 9FB370BEDB462F2BB5A0F5030140DDA2 /* dec_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_mips_dsp_r2.c; path = src/dsp/dec_mips_dsp_r2.c; sourceTree = ""; }; - 9FBF29E5F5416FCB4340174041488073 /* webp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_enc.c; path = src/enc/webp_enc.c; sourceTree = ""; }; - 9FCF5D62945B2ACE1276BE63B47181CD /* PasswordInFile.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PasswordInFile.cpp; path = folly/io/async/PasswordInFile.cpp; sourceTree = ""; }; - 9FD4BEEFB9A758E272026D38D6B917A2 /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/Private/GULAppEnvironmentUtil.h; sourceTree = ""; }; - 9FDD2193087A3C3FB74058EEA42CFF07 /* CPUThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CPUThreadPoolExecutor.cpp; path = folly/executors/CPUThreadPoolExecutor.cpp; sourceTree = ""; }; - 9FEE7853EBE4C7A471D3C8D750426019 /* SDImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCache.h; path = SDWebImage/Core/SDImageCache.h; sourceTree = ""; }; - 9FF84D2C6F863A78E53A2FC1C5550B2B /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; - A025AD9583C2CE6C1BEE4133B9F2AE32 /* RNDocumentPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDocumentPicker.m; path = ios/RNDocumentPicker/RNDocumentPicker.m; sourceTree = ""; }; - A0422882335034CBF3E47BB8621BA82F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - A04AD591327010A2B45B50AC8C48C5D1 /* alpha_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_dec.c; path = src/dec/alpha_dec.c; sourceTree = ""; }; - A04B7559B094A1566C67218DF679AF43 /* FBLPromise+Await.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Await.m"; path = "Sources/FBLPromises/FBLPromise+Await.m"; sourceTree = ""; }; - A060CB88EE771A676218CF33DB59EC5B /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = ""; }; - A06FBA33DC1212169F05CF09AF109746 /* UMBarCodeScannerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMBarCodeScannerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - A08AFD9C8E3EFDAA6282D060518C533E /* ReactNativeUiLib-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactNativeUiLib-dummy.m"; sourceTree = ""; }; - A0A949251C59C747E80E4F1D175E00A2 /* Flipper-PeerTalk.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-PeerTalk.release.xcconfig"; sourceTree = ""; }; - A0AFAAB094BDCC4AFB40FE7F5386BE8C /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Sources/Private/FIRComponentType.h; sourceTree = ""; }; - A0B175454E06C8792BE2AE31DCD37A3C /* installation.md */ = {isa = PBXFileReference; includeInIndex = 1; name = installation.md; path = docs/installation.md; sourceTree = ""; }; - A0B2E2EB41F8D7BF01A2CF72B8FECB1C /* Fcntl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Fcntl.cpp; path = folly/portability/Fcntl.cpp; sourceTree = ""; }; - A0CF17BE10EC6469178FEB2FB415A2BA /* UIImage+WebP.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+WebP.h"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.h"; sourceTree = ""; }; - A0D4B04D4908B0DDC1B7B98505287803 /* Hardware.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hardware.h; path = folly/synchronization/detail/Hardware.h; sourceTree = ""; }; - A0E76E8D6073649605033FAD59A4CA70 /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; - A0FA1D8B61667D0A2C3EB89C996603DA /* REATransitionValues.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionValues.m; sourceTree = ""; }; - A10FC22A1CC7977238E6616D8D0D20BA /* FramedReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FramedReader.h; path = rsocket/framing/FramedReader.h; sourceTree = ""; }; - A11BFB624ADA1C832FA6A3212FEFC96B /* RCTComponentEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentEvent.m; sourceTree = ""; }; - A1458BDF76E05235C9B14DCBC4E74C23 /* RNCSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaView.m; path = ios/SafeAreaView/RNCSafeAreaView.m; sourceTree = ""; }; - A14BE50B7512D4B65C4CCCC60BA1B4E5 /* FIRCLSGlobals.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSGlobals.h; path = Crashlytics/Crashlytics/Components/FIRCLSGlobals.h; sourceTree = ""; }; - A1628F7591560170DADC81AF82F4B232 /* opensslconf-x86_64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "opensslconf-x86_64.h"; path = "ios/include/openssl/opensslconf-x86_64.h"; sourceTree = ""; }; - A19AB2222BEEC0F0C067069067D47CCB /* Memory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Memory.h; path = folly/portability/Memory.h; sourceTree = ""; }; - A1B335A5F74B96ADBD7075188EA9DE8B /* RNFastImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFastImage-dummy.m"; sourceTree = ""; }; - A1B683A1BBD42C323F0BE02F14604E83 /* RCTMultiplicationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultiplicationAnimatedNode.m; sourceTree = ""; }; - A1C4FA5C3826DA857200143A7647DA04 /* RNCSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewLocalData.h; path = ios/SafeAreaView/RNCSafeAreaViewLocalData.h; sourceTree = ""; }; - A1D18C4CAE7C09DF2BFC70C1434AF206 /* Event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Event.h; path = folly/portability/Event.h; sourceTree = ""; }; - A1E0ABF278073876AD33D4B0E288AEDA /* SKApplicationDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKApplicationDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKApplicationDescriptor.h; sourceTree = ""; }; - A1E25DA4ACAEC3ECEC0263E9071D468E /* GDTCORRegistrar_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORRegistrar_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORRegistrar_Private.h; sourceTree = ""; }; - A1FA8AE11DA53465C1DACF44072D1FDD /* dec_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_msa.c; path = src/dsp/dec_msa.c; sourceTree = ""; }; - A2177EA2578F2D4C5137AD6D8355007A /* RNCookieManagerIOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCookieManagerIOS.h; path = ios/RNCookieManagerIOS/RNCookieManagerIOS.h; sourceTree = ""; }; - A281B06B1AB9EBC9C4FE799AA839BEF3 /* SDDiskCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDDiskCache.h; path = SDWebImage/Core/SDDiskCache.h; sourceTree = ""; }; - A29C623F958C3E2F123E01B3D89F79AB /* RNCWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWebViewManager.h; path = apple/RNCWebViewManager.h; sourceTree = ""; }; - A2B51096AB9237F76674A652CD7ECE7C /* FIRCLSSettingsOnboardingManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSettingsOnboardingManager.m; path = Crashlytics/Crashlytics/Settings/FIRCLSSettingsOnboardingManager.m; sourceTree = ""; }; - A2BD30F6D8B23C4E4175C9FB59808596 /* InterProcessLock.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InterProcessLock.cpp; path = Core/InterProcessLock.cpp; sourceTree = ""; }; - A2CBE2A61A0B6045C148C4CD69FD8DE4 /* RNPushKit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKit.m; path = RNNotifications/RNPushKit.m; sourceTree = ""; }; - A2E59BF0AD6B132D1E74E4B955F4222C /* FlipperPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperPlugin.h; path = iOS/FlipperKit/FlipperPlugin.h; sourceTree = ""; }; - A312B48069F2E4F59E4F7288846C00D1 /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; - A315E74AB34E5D7AE27B60E6C75D933B /* react-native-simple-crypto.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "react-native-simple-crypto.modulemap"; sourceTree = ""; }; - A3258EBC773B8337B6C33118ADF72A63 /* React-RCTActionSheet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.debug.xcconfig"; sourceTree = ""; }; - A337730CA12247FB99BD394C44B00131 /* near_lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = near_lossless_enc.c; path = src/enc/near_lossless_enc.c; sourceTree = ""; }; - A35587BE5A86A8475C2BA1AFA8229A0C /* FIRCLSApplication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSApplication.m; path = Crashlytics/Crashlytics/Components/FIRCLSApplication.m; sourceTree = ""; }; - A366EEBB0A84094C588C613C2E856E0A /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; - A36A4F686A9666BDA82C3925845F2CB5 /* RNRandomBytes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRandomBytes.h; path = ios/RCTCrypto/RNRandomBytes.h; sourceTree = ""; }; - A36AD51B71E68331EAC6FB0EBD5FDE23 /* MMKV_IO.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKV_IO.h; path = Core/MMKV_IO.h; sourceTree = ""; }; - A39AA6D95BA15DF520349B5DE692FC3A /* MPMCPipelineDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCPipelineDetail.h; path = folly/detail/MPMCPipelineDetail.h; sourceTree = ""; }; - A3AA53450DB21CE0917AA418679A264C /* React-RCTAnimation.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTAnimation.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - A4010A02F7E3DA78BCBF67E1BE2B8375 /* SKEnvironmentVariables.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKEnvironmentVariables.m; path = iOS/FlipperKit/SKEnvironmentVariables.m; sourceTree = ""; }; - A41F42FF908D0FC01E5B85427746BC66 /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageUtils.m; sourceTree = ""; }; - A42B4B1D05B1A88646A4FE5887CE05E0 /* EXPermissions-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXPermissions-prefix.pch"; sourceTree = ""; }; - A431C9C066F2105ADCABACAB1CCA22A9 /* RCTKeyCommandConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTKeyCommandConstants.m; path = ios/KeyCommands/RCTKeyCommandConstants.m; sourceTree = ""; }; - A44ECEFA67C6968257EAC8B996618BF9 /* REAAlwaysNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAAlwaysNode.m; sourceTree = ""; }; - A4512D02513B4BF1D908A479DBFD920C /* RNCConnectionStateWatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCConnectionStateWatcher.h; path = ios/RNCConnectionStateWatcher.h; sourceTree = ""; }; - A4518E9D4C8E1A3B494C3F22EE0B6058 /* Iterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Iterator.h; path = folly/container/Iterator.h; sourceTree = ""; }; - A46392B172F642B11BDA5D84351B65C9 /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; - A482F61A2C2AFE466A1474367DD2C4BF /* BSG_KSString.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSString.c; sourceTree = ""; }; - A497C0B15AC08B850077B783E9346C79 /* UMModuleRegistryProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryProvider.m; sourceTree = ""; }; - A4A1E4A2E3B2ED91A5FBEDC266912332 /* FBLPromise+Delay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Delay.h"; path = "Sources/FBLPromises/include/FBLPromise+Delay.h"; sourceTree = ""; }; - A4A7178DD5F5AC48C5E660F83E592689 /* ro.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ro.lproj; path = "Objective-C/TOCropViewController/Resources/ro.lproj"; sourceTree = ""; }; - A4C2B711A18A6CD8DDE715A500377FCA /* SharedPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SharedPromise.h; path = folly/futures/SharedPromise.h; sourceTree = ""; }; - A4D83B0C2B47423EC2C4E6E6726B89BE /* Time.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Time.cpp; path = folly/portability/Time.cpp; sourceTree = ""; }; - A4EC31B640518F863E25434489857E7F /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; - A4F190BACDDC92ABF862C5C74B2EF054 /* Flipper-DoubleConversion.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-DoubleConversion.debug.xcconfig"; sourceTree = ""; }; - A51AEDB1805697F5684B1B8084220CFB /* UMPermissionsInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMPermissionsInterface.h; path = UMPermissionsInterface/UMPermissionsInterface.h; sourceTree = ""; }; - A51BAA6C36BD30FD0CD6AC6016FEE297 /* REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransition.h; sourceTree = ""; }; - A51E9549D1FD26CF384DAB6DA299296D /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = jsi.cpp; sourceTree = ""; }; - A523A8F8152A3849025C190664B69BCF /* EXAV.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAV.release.xcconfig; sourceTree = ""; }; - A52A5E50576227517767DF3E9DB1A3FE /* CocoaLibEvent.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaLibEvent.debug.xcconfig; sourceTree = ""; }; - A53A79E5DF22BFE2AD31F530B23551F6 /* React-CoreModules-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-CoreModules-dummy.m"; sourceTree = ""; }; - A5425C061804EAE21160FFC243532C90 /* TimeoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimeoutManager.h; path = folly/io/async/TimeoutManager.h; sourceTree = ""; }; - A550429B7F83CAF839FEF8595E600405 /* RCTSurfacePresenterStub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfacePresenterStub.h; sourceTree = ""; }; - A559A7DFA439D148DA086B0B9889922D /* BSG_KSCrashSentry_User.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_User.c; sourceTree = ""; }; - A559D7E8A8BBD08623139D81D40C716B /* EXSessionResumableDownloadTaskDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionResumableDownloadTaskDelegate.h; sourceTree = ""; }; - A57B6B963B3D34DB53407A51DE2FE25D /* RNCommandsHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCommandsHandler.h; path = RNNotifications/RNCommandsHandler.h; sourceTree = ""; }; - A58066833EE6C4F4541C9E50FB6626EF /* Barrier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Barrier.h; path = folly/futures/Barrier.h; sourceTree = ""; }; - A59031C2C5A10CD59F5DE1969F97353C /* RNFBApp-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFBApp-prefix.pch"; sourceTree = ""; }; - A59D2F4E37E9AC0851120CBC6E4CE2CF /* EXLocalAuthentication-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXLocalAuthentication-dummy.m"; sourceTree = ""; }; - A5A1635C494FA32AB1D4AA5713352FA8 /* EventFDWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventFDWrapper.h; path = folly/io/async/EventFDWrapper.h; sourceTree = ""; }; - A5A82A146194B29742323A14176F461E /* BSG_KSCrashReportStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashReportStore.m; sourceTree = ""; }; - A5C10A4DC83D48B39A3A3611B663A785 /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; - A5C43C3449D0CF3B79F4227B0A6271DE /* Types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Types.h; path = folly/futures/detail/Types.h; sourceTree = ""; }; - A5D37FD2C4930C2FE920132BF2D33C3F /* FlipperRSocketResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperRSocketResponder.h; path = xplat/Flipper/FlipperRSocketResponder.h; sourceTree = ""; }; - A5DDD5242E6A5DE2EFD9BD82CF65D214 /* GDTCORTargets.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTargets.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORTargets.h; sourceTree = ""; }; - A5FDE2697B25758380272051C14E4BE4 /* quant_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_enc.c; path = src/enc/quant_enc.c; sourceTree = ""; }; - A61D69054B17209F971DFD09A196A2B5 /* RCTBaseTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextShadowView.m; sourceTree = ""; }; - A623F80FD6380BA438F2159A9B7C08AC /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFPSGraph.h; path = React/CoreModules/RCTFPSGraph.h; sourceTree = ""; }; - A6458B7B0ED99CCDF4D1104CF3D2962B /* IOExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOExecutor.h; path = folly/executors/IOExecutor.h; sourceTree = ""; }; - A654D8CBB0888F398C1ABF6EC8DD5833 /* pkcs7.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pkcs7.h; path = ios/include/openssl/pkcs7.h; sourceTree = ""; }; - A657184DF8D8F12FAAAC27123C0A8B0C /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; - A66019B182703D4971508B68853E05EC /* libevent_extra.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libevent_extra.a; path = lib/libevent_extra.a; sourceTree = ""; }; - A678A9600E7EB4635AB370B6DF8F1CCE /* RNGestureHandlerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerManager.h; path = ios/RNGestureHandlerManager.h; sourceTree = ""; }; + 9DBAA1275894693C3B6DF1953CB3A612 /* RNBootSplash.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNBootSplash.release.xcconfig; sourceTree = ""; }; + 9DCB36702717DC7365C410E8BB1E8ACF /* GULNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetwork.h; path = GoogleUtilities/Network/Private/GULNetwork.h; sourceTree = ""; }; + 9DE99DFD7B85B89347D444571AAEC186 /* UMPermissionsMethodsDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMPermissionsMethodsDelegate.h; path = UMPermissionsInterface/UMPermissionsMethodsDelegate.h; sourceTree = ""; }; + 9DF3A9F87229EC0C9127EF2614674785 /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; + 9E39C4FDB60EA447B1B20AB20987147E /* ReactNativeShareExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactNativeShareExtension.h; path = ios/ReactNativeShareExtension.h; sourceTree = ""; }; + 9E41B6E25AAA514D606820DC4850BE9F /* huffman_encode_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_encode_utils.c; path = src/utils/huffman_encode_utils.c; sourceTree = ""; }; + 9E45F7B45565318D913C07D8596A2886 /* SlowFingerprint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SlowFingerprint.h; path = folly/detail/SlowFingerprint.h; sourceTree = ""; }; + 9E47B2618571092988DE41F01589827D /* RNFBCrashlytics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFBCrashlytics-prefix.pch"; sourceTree = ""; }; + 9E6C3C99A1D38B82EF4DDB61CDC11034 /* Benchmarks.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Benchmarks.cpp; path = rsocket/benchmarks/Benchmarks.cpp; sourceTree = ""; }; + 9EA59B7BEC7287684E305E35E3137C30 /* EXAV.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAV.release.xcconfig; sourceTree = ""; }; + 9EB1366EDF5DCD7D5AB8D7B9B00858E3 /* raw_logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = raw_logging.h; path = src/glog/raw_logging.h; sourceTree = ""; }; + 9EC3B51633A192C4FBE4CB285317DCB9 /* BSG_KSSysCtl.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSysCtl.c; sourceTree = ""; }; + 9ED75F07D45B6554A7AB38F7F793AE80 /* SocketFileDescriptorMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketFileDescriptorMap.h; path = folly/net/detail/SocketFileDescriptorMap.h; sourceTree = ""; }; + 9EEF744F1D97A8543D77FA24ED5FFEB0 /* Subscription.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Subscription.cpp; path = yarpl/flowable/Subscription.cpp; sourceTree = ""; }; + 9EF9EB6C3BBC9E7B0C714A263939C023 /* UMReactNativeAdapter.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMReactNativeAdapter.release.xcconfig; sourceTree = ""; }; + 9EFB03AA13CF5DA48A8F7A22216934DC /* ocsp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ocsp.h; path = ios/include/openssl/ocsp.h; sourceTree = ""; }; + 9F032E74071D556666581B253842F170 /* BugsnagKSCrashSysInfoParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagKSCrashSysInfoParser.m; sourceTree = ""; }; + 9F21E8A245064DE7B7648FF4079919DD /* RCTDevLoadingViewSetEnabled.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevLoadingViewSetEnabled.h; sourceTree = ""; }; + 9F31912B42540427C9843379B95CA2BC /* AsyncUDPSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncUDPSocket.cpp; path = folly/io/async/AsyncUDPSocket.cpp; sourceTree = ""; }; + 9F3265C7908372D75E05AC151A64684A /* SKObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKObject.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKObject.mm; sourceTree = ""; }; + 9F3B6C27E1A7C76714C483E4E4855A6A /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; + 9F70FDF82D212F1D200EF456792D5692 /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworking.mm; sourceTree = ""; }; + 9F8CAEC1066F72A04539AA51832DCBA1 /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = ios/QBImagePicker/QBImagePicker/de.lproj; sourceTree = ""; }; + 9F988FF27A2CF45B80E7D264B7415538 /* BugsnagReactNative.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.debug.xcconfig; sourceTree = ""; }; + 9F9BBB8690BABFFAF8F7A4083DE779FE /* OpenSSL.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpenSSL.cpp; path = folly/portability/OpenSSL.cpp; sourceTree = ""; }; + 9F9D32BE8ADF26C003EF191BE09763B3 /* TokenBucket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TokenBucket.h; path = folly/TokenBucket.h; sourceTree = ""; }; + 9FA107ED93B86C367800E4F39E6A62E6 /* FBLazyVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyVector.h; path = FBLazyVector/FBLazyVector.h; sourceTree = ""; }; + 9FAC468A4F7C2BCA75B963C79FB76CF3 /* UMModuleRegistryAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryAdapter.h; sourceTree = ""; }; + 9FDDD9B73E4C490FF760E0DCF300357C /* openssl_md5_locl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = openssl_md5_locl.h; path = Core/aes/openssl/openssl_md5_locl.h; sourceTree = ""; }; + 9FF5DB6115EFC76EA34F49665BF2004E /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 9FF7A440D5E9387CDFC9325CD298A135 /* bio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bio.h; path = ios/include/openssl/bio.h; sourceTree = ""; }; + 9FF84A68DEE8E0FE347F30FB554B9464 /* Core.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Core.h; path = folly/futures/detail/Core.h; sourceTree = ""; }; + 9FF9214391075AAD5E0FA9571453D1F4 /* RNFastImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFastImage.debug.xcconfig; sourceTree = ""; }; + 9FFE4690CEFB463730801C84B53525AA /* huffman_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = huffman_utils.h; path = src/utils/huffman_utils.h; sourceTree = ""; }; + A0008BE4E525AAA245536F224CDBF84B /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; + A00AA88488F75D4672922DDE9A38921C /* EXFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystem.h; path = EXFileSystem/EXFileSystem.h; sourceTree = ""; }; + A018667154B9A43244B18AE2A8EEEE50 /* picture_psnr_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_psnr_enc.c; path = src/enc/picture_psnr_enc.c; sourceTree = ""; }; + A03B182E89C164D978FE0BC6A0FEBEE9 /* OpenSSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSL.h; path = folly/portability/OpenSSL.h; sourceTree = ""; }; + A03F1F458148853D818363CCCC707420 /* FIRCLSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSLogger.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSLogger.h; sourceTree = ""; }; + A062B510BC83BB6DF18CE83B96894159 /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; + A07471281BC16C7C9DEED86EA36D78A1 /* IStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IStream.h; path = folly/gen/IStream.h; sourceTree = ""; }; + A0772583FB9001CC1F2703D5288CA8C1 /* RNGestureHandlerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerModule.h; path = ios/RNGestureHandlerModule.h; sourceTree = ""; }; + A07D22C93179825B426F8DE9E6DCCD5C /* EventBaseManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBaseManager.cpp; path = folly/io/async/EventBaseManager.cpp; sourceTree = ""; }; + A09CD193C79F1BC5F5B0220D34D0E9D4 /* RCTConvert+FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+FIRApp.m"; path = "ios/RNFBApp/RCTConvert+FIRApp.m"; sourceTree = ""; }; + A0ABB013FFBB7797974CF685B28569C9 /* VibrancyViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VibrancyViewManager.m; path = ios/VibrancyViewManager.m; sourceTree = ""; }; + A0C2DEDBA5953545A170A141190DE222 /* Select64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Select64.h; path = folly/experimental/Select64.h; sourceTree = ""; }; + A0F9D81DB8B5373A3EAEBC5526052F87 /* UMFilePermissionModuleInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFilePermissionModuleInterface.h; path = UMFileSystemInterface/UMFilePermissionModuleInterface.h; sourceTree = ""; }; + A0FCB61F2EBD449F4543CB3E43AA5677 /* FIRBundleUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRBundleUtil.m; path = FirebaseCore/Sources/FIRBundleUtil.m; sourceTree = ""; }; + A106B872B16AE4E27AADF4052E676807 /* pl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pl.lproj; path = "Objective-C/TOCropViewController/Resources/pl.lproj"; sourceTree = ""; }; + A11499E78FCB711771CC5ADE6EF5BD55 /* syntax_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = syntax_enc.c; path = src/enc/syntax_enc.c; sourceTree = ""; }; + A1163C1F15C34A28D41B97463CC7F9F6 /* ScheduledFrameTransport.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScheduledFrameTransport.cpp; path = rsocket/framing/ScheduledFrameTransport.cpp; sourceTree = ""; }; + A11A14B309EE416331F71F600A0DE1B4 /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; + A11C44473E020E2F2BAB6E56FB3725E0 /* EXVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoManager.h; sourceTree = ""; }; + A120F36785A71D7E318FE4929ACB51C4 /* UTF8String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UTF8String.h; path = folly/UTF8String.h; sourceTree = ""; }; + A142675AD2D2F03251E59104C6DC9940 /* react-native-safe-area-context.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-safe-area-context.debug.xcconfig"; sourceTree = ""; }; + A155010FCFF248CB6C00E0C4BD186F9E /* SSLSessionImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSLSessionImpl.h; path = folly/ssl/detail/SSLSessionImpl.h; sourceTree = ""; }; + A1710475B8A305FA5A95864DC0007416 /* FIRCLSByteUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSByteUtility.m; path = Crashlytics/Shared/FIRCLSByteUtility.m; sourceTree = ""; }; + A1BB08A0560C4E5A114B94C7F8978196 /* SingletonStackTrace.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SingletonStackTrace.cpp; path = folly/detail/SingletonStackTrace.cpp; sourceTree = ""; }; + A1BBF7C756062DAD04F0015949795602 /* FIRCLSOnboardingOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSOnboardingOperation.h; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSOnboardingOperation.h; sourceTree = ""; }; + A1FA33F9C3C40FB33FAA2F8D92F840A7 /* Common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Common.h; path = rsocket/internal/Common.h; sourceTree = ""; }; + A20306DEA94200E22087DF6EEA684B69 /* UncaughtExceptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UncaughtExceptions.h; path = folly/lang/UncaughtExceptions.h; sourceTree = ""; }; + A204F3EC30348CBC8DD4956D7DC86DA6 /* FIRInstallationsIIDTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDTokenStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.m; sourceTree = ""; }; + A210C5119EAAB8B7E7F4D8EA963FBC6C /* thread_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = thread_utils.c; path = src/utils/thread_utils.c; sourceTree = ""; }; + A2345F6BC718297050E263A0553880F8 /* TimedDrivableExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimedDrivableExecutor.h; path = folly/executors/TimedDrivableExecutor.h; sourceTree = ""; }; + A24A4A47A1B56CA5F08944260858ECB6 /* Checksum.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Checksum.cpp; path = folly/hash/Checksum.cpp; sourceTree = ""; }; + A2566A48DC585F7D9274DBF073D8EE8F /* BSG_KSCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrash.h; sourceTree = ""; }; + A25AF838FAEBC2BFD69CEF9B87203B7E /* Memory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Memory.h; path = folly/Memory.h; sourceTree = ""; }; + A2729FB149C004BFC5F9A0BE463A22FF /* FrameSerializer_v1_0.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameSerializer_v1_0.cpp; path = rsocket/framing/FrameSerializer_v1_0.cpp; sourceTree = ""; }; + A2794B9B09E61301DE2084E184D01A02 /* RCTUIImageViewAnimated.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTUIImageViewAnimated.h; path = Libraries/Image/RCTUIImageViewAnimated.h; sourceTree = ""; }; + A27AF7549E5721385FF0011D70F50EB3 /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; + A2BC0E43F585DCF9FF442F0395D11AF5 /* GDTCORRegistrar_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORRegistrar_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORRegistrar_Private.h; sourceTree = ""; }; + A2C0FE182CCFD918BBC16E8588ED77A2 /* FIRCLSMachOBinary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSMachOBinary.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.m; sourceTree = ""; }; + A2C578D2F32905F3C68337B85545B46F /* EXAppleAuthenticationRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthenticationRequest.m; path = EXAppleAuthentication/EXAppleAuthenticationRequest.m; sourceTree = ""; }; + A2F2968EF0D5A07DAC67C9FD76A66359 /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; + A2F4E001EC825E43F3A56679E8F14BDA /* FirebaseCrashlytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCrashlytics.release.xcconfig; sourceTree = ""; }; + A2F87DFF027F91ABFFEDDCB628D6A980 /* alpha_processing_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse41.c; path = src/dsp/alpha_processing_sse41.c; sourceTree = ""; }; + A318D40271CE95F292AB7F4EBDA93B70 /* Flipper-Glog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-Glog-prefix.pch"; sourceTree = ""; }; + A3264B8F4BE4BBAA9A02B2BB256EEC8E /* String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = String.h; path = folly/gen/String.h; sourceTree = ""; }; + A3467B72043412FA3C85B3095E914FEE /* SDWebImageWebPCoder.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImageWebPCoder.debug.xcconfig; sourceTree = ""; }; + A3750EBDF57A9336FC6F81D6C1C58128 /* React-cxxreact-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-cxxreact-dummy.m"; sourceTree = ""; }; + A37DB140A208386ABEA814314B3A9FDC /* SDImageGraphics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageGraphics.h; path = SDWebImage/Core/SDImageGraphics.h; sourceTree = ""; }; + A395CF55455BB3289EFF24E6573D95A3 /* FIRCLSAsyncOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSAsyncOperation.m; path = Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation.m; sourceTree = ""; }; + A3A77B7D7EC50FA73CB2FFB2C17DF2E2 /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTExceptionsManager.h; path = React/CoreModules/RCTExceptionsManager.h; sourceTree = ""; }; + A3AD63DB41103B2BC72963138FE7CAD4 /* RNFBRCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBRCTEventEmitter.h; path = ios/RNFBApp/RNFBRCTEventEmitter.h; sourceTree = ""; }; + A3BDC5540F5209A94BBB26305C8C0D6E /* GULLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerLevel.h; path = GoogleUtilities/Logger/Public/GULLoggerLevel.h; sourceTree = ""; }; + A3C581A512AAD93D606A78EF3F76D6C7 /* React-jsinspector.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.debug.xcconfig"; sourceTree = ""; }; + A3D235BF3C0B9D085A8364F7006B8E60 /* lossless_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc.c; path = src/dsp/lossless_enc.c; sourceTree = ""; }; + A45848DB4F87FB8D71EF6451416185A2 /* Yoga.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Yoga.release.xcconfig; sourceTree = ""; }; + A45B461A4FE695C969788ADEE366619E /* FiberIOExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FiberIOExecutor.h; path = folly/executors/FiberIOExecutor.h; sourceTree = ""; }; + A46A74C5F849C93BC5944EF6B9A201E6 /* SafeAreaSpacerViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerViewLocalData.m; sourceTree = ""; }; + A46EF52C7F71218D09C6FA2DF8D1DFEF /* FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRApp.m; path = FirebaseCore/Sources/FIRApp.m; sourceTree = ""; }; + A4959246A8B3A173B7782707FF64DADD /* FIRInstallationsLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsLogger.m; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.m; sourceTree = ""; }; + A4AFDD315D46EB794312FC36C35D31EC /* opensslconf-armv7.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "opensslconf-armv7.h"; path = "ios/include/openssl/opensslconf-armv7.h"; sourceTree = ""; }; + A4B9EB1059EAD9971B90EFF540ECB019 /* KeyValueHolder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KeyValueHolder.h; path = Core/KeyValueHolder.h; sourceTree = ""; }; + A4C3D8518542DA0E8037D1D7FE635AF0 /* HeterogeneousAccess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HeterogeneousAccess.h; path = folly/container/HeterogeneousAccess.h; sourceTree = ""; }; + A4D53670725A185562E1BBEC5C6BF76C /* SonarKitNetworkPlugin+CPPInitialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SonarKitNetworkPlugin+CPPInitialization.h"; path = "iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SonarKitNetworkPlugin+CPPInitialization.h"; sourceTree = ""; }; + A4EAA30EA349CB3397BD50DE8611981E /* RNEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNEventEmitter.h; path = RNNotifications/RNEventEmitter.h; sourceTree = ""; }; + A50823AC747F4E5841DC34E6C07DD3F3 /* Checksum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Checksum.h; path = folly/hash/Checksum.h; sourceTree = ""; }; + A5165CB1AD152201EC6BCBFB5A41419C /* ThreadLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadLock.h; path = Core/ThreadLock.h; sourceTree = ""; }; + A51D42C0763374A3549DE09A6011D865 /* RequestResponseResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RequestResponseResponder.h; path = rsocket/statemachine/RequestResponseResponder.h; sourceTree = ""; }; + A522AB056DD2DCFB2DBCC3D8B991FED9 /* ThreadLock_Win32.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadLock_Win32.cpp; path = Core/ThreadLock_Win32.cpp; sourceTree = ""; }; + A52B739F49EB09538EDC778FA48DBEE3 /* ReactNativeShareExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ReactNativeShareExtension.m; path = ios/ReactNativeShareExtension.m; sourceTree = ""; }; + A541A11F55CD544A3836D2DD8E6D3BE2 /* CocoaLibEvent.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaLibEvent.debug.xcconfig; sourceTree = ""; }; + A542C3E46DD8FA30F4965264F54DD21C /* FIRComponentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentType.m; path = FirebaseCore/Sources/FIRComponentType.m; sourceTree = ""; }; + A550D60ACE3D399664204E2028C73726 /* FIRCLSContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSContext.h; path = Crashlytics/Crashlytics/Components/FIRCLSContext.h; sourceTree = ""; }; + A58161A266D348CE11C7F046932CC670 /* filters.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters.c; path = src/dsp/filters.c; sourceTree = ""; }; + A596BD68FF4C463AE78C938DDDC1E8AE /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = src/glog/logging.h; sourceTree = ""; }; + A5983CB225014673BDAF64581994E4C7 /* FlipperClient+Testing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FlipperClient+Testing.h"; path = "iOS/FlipperKit/FlipperClient+Testing.h"; sourceTree = ""; }; + A59E87290EC3BF370260BD150338D133 /* Math.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Math.h; path = folly/portability/Math.h; sourceTree = ""; }; + A5A17956975D7696F7B41988B58B42F3 /* KeepaliveTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KeepaliveTimer.h; path = rsocket/internal/KeepaliveTimer.h; sourceTree = ""; }; + A5AF0586D8E65EA751DC026B073D8EE0 /* YogaKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YogaKit-umbrella.h"; sourceTree = ""; }; + A5C59212A2241A95FD059AFE5234390E /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; + A5CB7C4E2AF5D3C0F5D6CA15180474A3 /* EXImageLoader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXImageLoader.release.xcconfig; sourceTree = ""; }; + A5CF1FC576604C8F4BF32CAE22D16524 /* RCTKeyCommandConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTKeyCommandConstants.m; path = ios/KeyCommands/RCTKeyCommandConstants.m; sourceTree = ""; }; + A5D805107CF754CEFDBE530B792C8640 /* Random.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Random.h; path = folly/Random.h; sourceTree = ""; }; + A5DA2837071E6C937DA4A4E904773219 /* lossless_enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_sse2.c; path = src/dsp/lossless_enc_sse2.c; sourceTree = ""; }; + A5E9DC172AD34A4713A751188C64DC86 /* MPMCPipelineDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPMCPipelineDetail.h; path = folly/detail/MPMCPipelineDetail.h; sourceTree = ""; }; + A5F68EBB960BB85D6CC58B2AA12C9D76 /* MemoryFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryFile.h; path = Core/MemoryFile.h; sourceTree = ""; }; + A5FC04E41B803E5F6769DDF2FF6D1605 /* opensslconf-i386.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "opensslconf-i386.h"; path = "ios/include/openssl/opensslconf-i386.h"; sourceTree = ""; }; + A609131D178EDE8E6F7CC2419F974750 /* alpha_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_enc.c; path = src/enc/alpha_enc.c; sourceTree = ""; }; + A61FBFA7B473BFC32593CF5B8E089C40 /* RCTInterpolationAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInterpolationAnimatedNode.h; sourceTree = ""; }; + A623B8325690A96565F874CB605E9C15 /* TcpConnectionAcceptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpConnectionAcceptor.h; path = rsocket/transports/tcp/TcpConnectionAcceptor.h; sourceTree = ""; }; + A628150B372D467E729BD213941AB9BE /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; + A63ED3B0402BF840A112BBA7281776FA /* cost.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost.c; path = src/dsp/cost.c; sourceTree = ""; }; + A641442DD76A74D623E7FA5B5F7D6E50 /* BSG_KSMach_Arm.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm.c; sourceTree = ""; }; + A653A8420A70DC05EDB75FF5B7E8BBC7 /* RecordIO-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RecordIO-inl.h"; path = "folly/io/RecordIO-inl.h"; sourceTree = ""; }; + A65E33ABF680609886787BF3A99247B0 /* React-CoreModules.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.debug.xcconfig"; sourceTree = ""; }; + A6678CC1CBCEE8A33CAECB64471FA9E4 /* GoogleAppMeasurement.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.release.xcconfig; sourceTree = ""; }; + A66E896B99D56E490B797BB645211B80 /* JsArgumentHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JsArgumentHelpers.h; sourceTree = ""; }; + A6746951849D20BDFD53DDB77767315D /* FrameFlags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameFlags.h; path = rsocket/framing/FrameFlags.h; sourceTree = ""; }; + A68BDE1D27D8BBDF4F0FF1E4D3299C7E /* RNSScreen.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreen.h; path = ios/RNSScreen.h; sourceTree = ""; }; A68E5A9B69A3BA0FD52CAF7A354EC93B /* libReact-RCTNetwork.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTNetwork.a"; path = "libReact-RCTNetwork.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - A6C81DBA1012E83B199F2BB2B3B87F6B /* CodingDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodingDetail.h; path = folly/experimental/CodingDetail.h; sourceTree = ""; }; - A6CD5A34000F6D721856D44673CE14F9 /* FIRAEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAEvent.h; path = Crashlytics/Crashlytics/Helpers/FIRAEvent.h; sourceTree = ""; }; - A6D033D8469DBF82B13C1CCA03372815 /* RCTReconnectingWebSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTReconnectingWebSocket.h; path = Libraries/WebSocket/RCTReconnectingWebSocket.h; sourceTree = ""; }; - A6E08281B004ABE171A4A1FA4F296BBB /* 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 = ""; }; - A6ED713D023AE74032C6BB93E6674F5B /* ARTPattern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTPattern.h; sourceTree = ""; }; - A6FAA33B33EAB62B24E859BEC0815E4C /* UMSingletonModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMSingletonModule.h; path = UMCore/UMSingletonModule.h; sourceTree = ""; }; - A70C7F6D1C0F97F5E3104349C6ACAA37 /* RNCPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNCPicker-dummy.m"; sourceTree = ""; }; - A728817885C3CE6FE6F8D920A1D130D5 /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_encode.c; sourceTree = ""; }; - A7290550EB24294298556CEFD5294CA2 /* ScopedLock.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = ScopedLock.hpp; path = Core/ScopedLock.hpp; sourceTree = ""; }; - A75DB5A46303F55658CA03B1272C0D64 /* backward_references_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = backward_references_enc.h; path = src/enc/backward_references_enc.h; sourceTree = ""; }; - A76EAC7D3EB068FB4C9DBC3AAF3D91CE /* FIRCLSUnwind_arm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind_arm.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arm.c; sourceTree = ""; }; - A7733B23DB1A095443A47DA1D0D3824E /* SDAnimatedImagePlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImagePlayer.h; path = SDWebImage/Core/SDAnimatedImagePlayer.h; sourceTree = ""; }; - A77CF16089169BC82B5EB2CDD5312E64 /* FFFastImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageSource.h; path = ios/FastImage/FFFastImageSource.h; sourceTree = ""; }; - A7844A330456E467A353D5265572DF24 /* BugsnagUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagUser.h; sourceTree = ""; }; - A79090A7FDDC913F9206C46AC7BA8B22 /* RNFBVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBVersion.m; path = ios/RNFBApp/RNFBVersion.m; sourceTree = ""; }; - A792388FAD2F002B0F8338FD93A519CA /* F14SetFallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14SetFallback.h; path = folly/container/detail/F14SetFallback.h; sourceTree = ""; }; - A79CD80FDCB86A6BC1D2C60E0C5D50D3 /* FIRInteropParameterNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropParameterNames.h; path = Interop/Analytics/Public/FIRInteropParameterNames.h; sourceTree = ""; }; - A7B5433FCE363953136BB680ABBD0215 /* RNCConnectionStateWatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCConnectionStateWatcher.m; path = ios/RNCConnectionStateWatcher.m; sourceTree = ""; }; - A7B7EF5C6607BC3A3F3F94B954CA5652 /* UIImage+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Transform.m"; path = "SDWebImage/Core/UIImage+Transform.m"; sourceTree = ""; }; - A7C127559BCE9A0C84EB3C65D3F5449A /* GULReachabilityChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityChecker.h; path = GoogleUtilities/Reachability/Private/GULReachabilityChecker.h; sourceTree = ""; }; - A7C78DDF6617A9A5A85E0842D176930A /* File-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "File-inl.h"; path = "folly/gen/File-inl.h"; sourceTree = ""; }; - A7D62B1795E042E85468AA95DE3BD043 /* EXVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewController.h; sourceTree = ""; }; - A7E6D536EAED6D7CC353881F9DA7F1B6 /* RCTInputAccessoryViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewManager.h; sourceTree = ""; }; - A7F65074CC675DB814C5993D7A163198 /* GULKeychainUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainUtils.h; path = GoogleUtilities/Environment/Private/GULKeychainUtils.h; sourceTree = ""; }; - A7F740C7B16760A1241DDE741C3C641D /* SocketFastOpen.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SocketFastOpen.cpp; path = folly/detail/SocketFastOpen.cpp; sourceTree = ""; }; - A7FC5DB38C8B4F4A0473A367EDE42FB8 /* React-RCTVibration.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.release.xcconfig"; sourceTree = ""; }; - A80C3A4DC266094C7957475C28C17E1F /* React-RCTImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTImage-prefix.pch"; sourceTree = ""; }; - A81745435899573476213B51725F9B3C /* RCTCxxModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxModule.mm; sourceTree = ""; }; - A81A0E971ED0BBED4C3A4BDC7DEA0C14 /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; - A83E5BE6165DA895E6A32E24C24B5849 /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; - A854E88818498515A091B178408EB1FB /* KeyboardTrackingViewTempManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = KeyboardTrackingViewTempManager.m; sourceTree = ""; }; - A8763EFD4C58AC8639E1FEB7D780C51B /* FIRInstallationsIIDTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDTokenStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.h; sourceTree = ""; }; - A8867E6755AFEE985CABB682F117ABC0 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - A8C5A8FE6C5DD1FA5BED0FC8D5D0D968 /* FIRErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrors.h; path = FirebaseCore/Sources/Private/FIRErrors.h; sourceTree = ""; }; - A8D2013B8D6F142E013498B0DA834C17 /* OpenSSLThreading.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpenSSLThreading.cpp; path = folly/ssl/detail/OpenSSLThreading.cpp; sourceTree = ""; }; - A8DD49C9A2FEE3FB14D358ECE356B368 /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_decode.c; sourceTree = ""; }; - A8E1846DECFD9AC5DA0B2976F2C6D052 /* SDWebImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageWebPCoder.h; path = SDWebImageWebPCoder/Module/SDWebImageWebPCoder.h; sourceTree = ""; }; - A8E2A388C77CD1780109CD0DE18AEB81 /* Firebase.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Firebase.debug.xcconfig; sourceTree = ""; }; - A8F36EB4571B135F5997360806CCA1FB /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - A9030B5FE1ECBE1BE438A14E4A37EAB2 /* REACallFuncNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACallFuncNode.h; sourceTree = ""; }; - A90F0233A5907EB95E2DA6C4833BC2B7 /* react-native-webview.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.release.xcconfig"; sourceTree = ""; }; - A9298E19022B21E3B48B6A0E2E619069 /* Codel.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Codel.cpp; path = folly/executors/Codel.cpp; sourceTree = ""; }; - A96ED355DA15AB5998D1223BA9F3D001 /* RCTJSInvokerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSInvokerModule.h; sourceTree = ""; }; - A96EF024CD62A96723A07C653D10A489 /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; - A97118F36063CA57AF915D92F053F569 /* react-native-restart.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-restart.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - A9739357C106D12F74C19FDA371B91C8 /* TOCropViewController-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "TOCropViewController-dummy.m"; sourceTree = ""; }; - A980E4BB5EE768BDD3B8999DD05CE5E9 /* FlipperState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FlipperState.cpp; path = xplat/Flipper/FlipperState.cpp; sourceTree = ""; }; - A99EBBBD3A21CB708090BC51C0628673 /* Checksum.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Checksum.cpp; path = folly/hash/Checksum.cpp; sourceTree = ""; }; - A99EF27EBA518E1D13501CA7C25EA57D /* RootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RootView.m; path = ios/RootView.m; sourceTree = ""; }; - A9A0A574BEC2FBE4F91DEC09A9234156 /* EXFilePermissionModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFilePermissionModule.h; path = EXFileSystem/EXFilePermissionModule.h; sourceTree = ""; }; - A9AE1B06AC160B8694102CE75BC53319 /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; - AA066A42C5E0C633C61D6536609D2502 /* TcpConnectionFactory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpConnectionFactory.cpp; path = rsocket/transports/tcp/TcpConnectionFactory.cpp; sourceTree = ""; }; - AA483C53D25E7BABE390CFF248897C64 /* FIRCLSRecordApplication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordApplication.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordApplication.m; sourceTree = ""; }; - AA5DAD40DEB693D5D211E516740F24E4 /* RNNotificationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationUtils.m; path = RNNotifications/RNNotificationUtils.m; sourceTree = ""; }; - AA60A932B782F148307A278A014E476B /* libevent_core.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libevent_core.a; path = lib/libevent_core.a; sourceTree = ""; }; - AA7722CB0BBE5F0785BC770ED006DF82 /* Base.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = Base.lproj; path = "Objective-C/TOCropViewController/Resources/Base.lproj"; sourceTree = ""; }; - AA8A92C7DD6C88025110ECA461335A9A /* React-RCTLinking.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.debug.xcconfig"; sourceTree = ""; }; - AA9E53846B3A6B28D09F315C1EB7D201 /* OpenSSLPtrTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLPtrTypes.h; path = folly/ssl/OpenSSLPtrTypes.h; sourceTree = ""; }; - AAA9E0336C4B1A2557ABDCC671F32A94 /* filters_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_neon.c; path = src/dsp/filters_neon.c; sourceTree = ""; }; - AAC9A299FEA601B560258FEF5FBF4517 /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; - AAF4C3A95D6BC9B12F07D4622281BC73 /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; - AAFAD5F93F3F09575709823A70AC21B5 /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; - AAFD5EF0FF5D706A133034D4F63DDC33 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - AB01BDBE5B93D2635F50F397F70FC38C /* Dirent.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Dirent.cpp; path = folly/portability/Dirent.cpp; sourceTree = ""; }; - AB0A3305A819EDFEA6DAAA2D27594EBA /* StaticSingletonManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StaticSingletonManager.cpp; path = folly/detail/StaticSingletonManager.cpp; sourceTree = ""; }; - AB2DDC69D6E09AF0B492DAFC05D3B33E /* ScheduledRSocketResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledRSocketResponder.h; path = rsocket/internal/ScheduledRSocketResponder.h; sourceTree = ""; }; - AB4019B670FC295D5575397DF8399E60 /* DeviceUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DeviceUID.m; path = ios/RNDeviceInfo/DeviceUID.m; sourceTree = ""; }; - AB49BFC0C84A4FFEB2A5E0E1A9119338 /* Sched.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Sched.cpp; path = folly/portability/Sched.cpp; sourceTree = ""; }; - AB63901D3E948179D241E5A1F9894698 /* ModuleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ModuleRegistry.cpp; sourceTree = ""; }; - AB6E0BB01519F287B91A9E961561997F /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = SDWebImage/Core/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; - AB7643009CFD5C55E1A47C516D21DD07 /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; - AB76C683EFF94817381C27F98CF09FE7 /* REAOperatorNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAOperatorNode.h; sourceTree = ""; }; - AB7CB74D1D9B8977C013B7161D45CF34 /* QueuedImmediateExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = QueuedImmediateExecutor.cpp; path = folly/executors/QueuedImmediateExecutor.cpp; sourceTree = ""; }; - AB808566CD4E643EE104D688D1489F9A /* SafeAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SafeAssert.h; path = folly/lang/SafeAssert.h; sourceTree = ""; }; - AB84378EAD6C42DAADE8FC8CE75C7981 /* HHWheelTimer-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "HHWheelTimer-fwd.h"; path = "folly/io/async/HHWheelTimer-fwd.h"; sourceTree = ""; }; - AB97E0A45F2987D3B6D6D2C479EBCE85 /* fa-IR.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "fa-IR.lproj"; path = "Objective-C/TOCropViewController/Resources/fa-IR.lproj"; sourceTree = ""; }; - ABA4809DB75BF45F0417BF96A6CFF012 /* MemoryResource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryResource.h; path = folly/memory/MemoryResource.h; sourceTree = ""; }; - ABA9D312C68BE6896BFDDF7DCCA96126 /* FBLPromise+Testing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Testing.m"; path = "Sources/FBLPromises/FBLPromise+Testing.m"; sourceTree = ""; }; + A6937F452C41571B4B8DDF0F1EF5C399 /* io_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = io_dec.c; path = src/dec/io_dec.c; sourceTree = ""; }; + A6AAA3FA9233BE4309DC6CB34DDC9D40 /* react-native-blur.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-blur.release.xcconfig"; sourceTree = ""; }; + A6AE784AC1CED4B68CA05E5CD7F580CA /* jsilib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsilib.h; sourceTree = ""; }; + A6B14B9E6339B9A956608DF8295CA47C /* UMImageLoaderInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMImageLoaderInterface.release.xcconfig; sourceTree = ""; }; + A6B8701C295DB4E99303EBA24093A57E /* RNCMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCMaskedView.m; path = ios/RNCMaskedView.m; sourceTree = ""; }; + A6C362498D6B6FC89890828C59E39A34 /* GoogleDataTransport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransport-dummy.m"; sourceTree = ""; }; + A6CA9CF4212F0CE8CD1CC81E11776E80 /* glog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "glog-prefix.pch"; sourceTree = ""; }; + A6D3289DA5E5937FA70A107D5CCE14FB /* FlipperKitNetworkPlugin.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperKitNetworkPlugin.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin.mm; sourceTree = ""; }; + A6D8B26399EB11DCD13C2FE7597716C3 /* RCTImageLoaderProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderProtocol.h; path = Libraries/Image/RCTImageLoaderProtocol.h; sourceTree = ""; }; + A6DDDF10517DFF827CFEB805309B1BCC /* FIRCLSRecordBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordBase.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.m; sourceTree = ""; }; + A6F1B90E756840600BB9F7F2DEEFE6C8 /* RNConfigReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNConfigReader.m; path = ios/RNConfigReader.m; sourceTree = ""; }; + A6FDCE37FC8470156F2FB0FEE2BCD4AA /* FIRCLSSymbolicationOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSymbolicationOperation.m; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.m; sourceTree = ""; }; + A71AE4C908A5098430E1FA67BCFB7C89 /* RNDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDeviceInfo.h; path = ios/RNDeviceInfo/RNDeviceInfo.h; sourceTree = ""; }; + A725CFC1C415D47C0160213B6B1A4CED /* ARTNodeManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTNodeManager.m; sourceTree = ""; }; + A73299C9909B6D73C6249B8E9EEB4F49 /* EXAppleAuthentication.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAppleAuthentication.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + A7449EFA06E66253E4E9BE3C02F42FD1 /* RNReanimated-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNReanimated-dummy.m"; sourceTree = ""; }; + A748EA0CAFE376BC11E4E86434D172CD /* vp8li_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_enc.h; path = src/enc/vp8li_enc.h; sourceTree = ""; }; + A763D3DA2C1DEBC4FDA2A1B6606F7953 /* log_severity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_severity.h; path = src/glog/log_severity.h; sourceTree = ""; }; + A76552CDFC457E754280D8D1DB6C26EE /* UMFaceDetectorInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFaceDetectorInterface.debug.xcconfig; sourceTree = ""; }; + A776D0406DCD6D0C178FBB9083C6A8BD /* SKDispatchQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKDispatchQueue.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKDispatchQueue.h; sourceTree = ""; }; + A78D80D0B208A0B36A9788893E8C1A00 /* React-RCTVibration.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.release.xcconfig"; sourceTree = ""; }; + A7BD3B30897587FE277B25EC9B9C31F8 /* alpha_processing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing.c; path = src/dsp/alpha_processing.c; sourceTree = ""; }; + A7C1A0A9E346B8AEEF6EEC5A850987A5 /* RAMBundleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RAMBundleRegistry.h; sourceTree = ""; }; + A7C96CA92EFFD074E9210FEF16FD4651 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Demangle.cpp; path = folly/detail/Demangle.cpp; sourceTree = ""; }; + A7D50C0F9C2629952795B7D1D5B9EC5D /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Private/GULUserDefaults.h; sourceTree = ""; }; + A7D894B602596F79DB582017F22E9488 /* RWSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RWSpinLock.h; path = folly/RWSpinLock.h; sourceTree = ""; }; + A7DF825727EF0FA3C86BC0FED128F216 /* SDImageWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageWebPCoder.m; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.m; sourceTree = ""; }; + A818385BFB789A5B35262F59C0E35D55 /* RCTObjcExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTObjcExecutor.mm; sourceTree = ""; }; + A820D4DE4D2BA895C7D750245BCCC6DF /* UMAppLoader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMAppLoader.debug.xcconfig; sourceTree = ""; }; + A8286CCE197F3465EE67A8E32C7C5082 /* AsyncTrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncTrace.h; path = folly/detail/AsyncTrace.h; sourceTree = ""; }; + A82908B388F27F45E7D630630F7646B0 /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; + A84B01E4187FD33B7B438BCE8C96EBAD /* MicroSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MicroSpinLock.h; path = folly/synchronization/MicroSpinLock.h; sourceTree = ""; }; + A8582BEBE81543C7ABE35AC5D3E95BAD /* FBDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBDefines.h; path = iOS/FBDefines/FBDefines.h; sourceTree = ""; }; + A867CCFE28A7B7A374C603711C8B8F8E /* muxread.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxread.c; path = src/mux/muxread.c; sourceTree = ""; }; + A86ED71F84E0E35A0A3920F5679C1958 /* RNCAsyncStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAsyncStorage.h; path = ios/RNCAsyncStorage.h; sourceTree = ""; }; + A87B09D4CFBDAA3DE3DA228BFD6DD0F3 /* IPAddressException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressException.h; path = folly/IPAddressException.h; sourceTree = ""; }; + A87C02F7CFFA0629AFDA849D1A279DA9 /* YogaKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = YogaKit.modulemap; sourceTree = ""; }; + A88BB079CCF9C3D7427E3F0331AB4D13 /* FIRCLSOnboardingOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSOnboardingOperation.m; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSOnboardingOperation.m; sourceTree = ""; }; + A8A83B5E6913DFCFAA130CB7BD14C13C /* SKHiddenWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKHiddenWindow.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKHiddenWindow.m; sourceTree = ""; }; + A8A9DB7B18638351CC22D42EFDC8E325 /* RCTLinkingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTLinkingManager.h; path = Libraries/LinkingIOS/RCTLinkingManager.h; sourceTree = ""; }; + A8AC190636B4C06B2C5DBC153C640F0D /* RNFBUtilsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBUtilsModule.m; path = ios/RNFBApp/RNFBUtilsModule.m; sourceTree = ""; }; + A8E6D28F999C24C4DE02FE10FE67A206 /* EXLocalAuthentication-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXLocalAuthentication-dummy.m"; sourceTree = ""; }; + A8F81A20CBE0A059D593D99A42866FBF /* react-native-slider.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-slider.debug.xcconfig"; sourceTree = ""; }; + A8FA2F1A50F8786C4B3623A8302163E9 /* SafeAssert.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SafeAssert.cpp; path = folly/lang/SafeAssert.cpp; sourceTree = ""; }; + A9038E942C21A394881C6D153B7B00AD /* RCTScrollEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollEvent.m; sourceTree = ""; }; + A903DFA0EFB55D70B261D55D48CB0E12 /* FIRErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrors.h; path = FirebaseCore/Sources/Private/FIRErrors.h; sourceTree = ""; }; + A9052C54608FDB1D504ECB9CDC187E1B /* UMSensorsInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMSensorsInterface.release.xcconfig; sourceTree = ""; }; + A92FFF492D971EE8EC0830AF2D2C3E41 /* EXPermissions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPermissions.m; path = EXPermissions/EXPermissions.m; sourceTree = ""; }; + A939824C707F9D242993E93013930A06 /* LifoSemMPMCQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LifoSemMPMCQueue.h; path = folly/executors/task_queue/LifoSemMPMCQueue.h; sourceTree = ""; }; + A94B5D19FB546DD5A4E90CF6F03A75DB /* FirebaseCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCrashlytics.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics.h; sourceTree = ""; }; + A94DA8D00F897B86A566EF52C209E38C /* ReactCommon-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactCommon-dummy.m"; sourceTree = ""; }; + A9585A0BAB4F7A57ACB9079DE5066C53 /* Futex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Futex.h; path = folly/detail/Futex.h; sourceTree = ""; }; + A95BC93C764D395037C07CFEF4C00EAF /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; + A95C65973313425A198F8FD91571A4B3 /* RCTRequired.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.release.xcconfig; sourceTree = ""; }; + A960E85AB06FD76C8D48B57128F95948 /* FramedDuplexConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FramedDuplexConnection.h; path = rsocket/framing/FramedDuplexConnection.h; sourceTree = ""; }; + A98D8F44AB6CD0BC71A6686D86B96BF5 /* BSGSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGSerialization.m; sourceTree = ""; }; + A9B128F2DD4ED7384C0FA17B3C8963B6 /* common_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_dec.h; path = src/dec/common_dec.h; sourceTree = ""; }; + A9DBE7773B254907F19C97E6BF3ECCD3 /* UMTaskLaunchReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskLaunchReason.h; path = UMTaskManagerInterface/UMTaskLaunchReason.h; sourceTree = ""; }; + A9F927C2398F47C86ED960099D05A735 /* RNVectorIconsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNVectorIconsManager.h; path = RNVectorIconsManager/RNVectorIconsManager.h; sourceTree = ""; }; + AA1332A395B581C0AD8CAC8508ACB572 /* SDWebImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.release.xcconfig; sourceTree = ""; }; + AA400B23F080CA1CFFA5798ED5753351 /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; + AA5D24AB2E90F99107D94CFE0AAAB354 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + AA6DE0BC5B868FD8F2BA45D82887170D /* RCTRsaUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RCTRsaUtils.swift; path = ios/RCTCrypto/RCTRsaUtils.swift; sourceTree = ""; }; + AA6E5802A99B16C26B084997703C96B5 /* FIRCLSPackageReportOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSPackageReportOperation.h; path = Crashlytics/Crashlytics/Operations/Reports/FIRCLSPackageReportOperation.h; sourceTree = ""; }; + AAB720F76BE144E61D9A479E2C8A516B /* IPAddressV6.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressV6.h; path = folly/IPAddressV6.h; sourceTree = ""; }; + AADD60F401282A7F534AB3246C375EA3 /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; + AAE94834EC9C6763C4B60BDBE1904283 /* UMExportedModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMExportedModule.m; path = UMCore/UMExportedModule.m; sourceTree = ""; }; + AAF605CB7CA7B549D2F8119592591900 /* UIImage+ForceDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ForceDecode.h"; path = "SDWebImage/Core/UIImage+ForceDecode.h"; sourceTree = ""; }; + AAFD42B550E2F7F50F660E9800E64E42 /* FIRCLSURLBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLBuilder.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.h; sourceTree = ""; }; + AB2C6A80EA8462922FD92811EC336399 /* RCTBaseTextInputShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputShadowView.h; sourceTree = ""; }; + AB3B994D0C87CF11D38862DA72EE2BBF /* AsyncUDPServerSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncUDPServerSocket.h; path = folly/io/async/AsyncUDPServerSocket.h; sourceTree = ""; }; + AB427970A9501CFCB96FF7A15F259A52 /* REATransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransition.h; sourceTree = ""; }; + AB49C4C96EA83532CB9E068B11797FF8 /* BugsnagPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagPlugin.h; sourceTree = ""; }; + AB4E178EEA7BB4F3D35119444B6435AF /* RCTGIFImageDecoder.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTGIFImageDecoder.mm; sourceTree = ""; }; + AB4EAFF0498E720CB94B67B1F1DB59DA /* AsyncGeneratorShim.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncGeneratorShim.h; path = yarpl/flowable/AsyncGeneratorShim.h; sourceTree = ""; }; + AB7245FDAFA76C959A399AD1A91963AD /* AtomicUtil-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicUtil-inl.h"; path = "folly/synchronization/AtomicUtil-inl.h"; sourceTree = ""; }; + AB738E27CC81E2B144727F0570CC7434 /* FIRHeartbeatInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatInfo.h; path = FirebaseCore/Sources/Private/FIRHeartbeatInfo.h; sourceTree = ""; }; + AB7DF34075F02BED6389FB6756728F72 /* RCTSinglelineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputView.h; sourceTree = ""; }; + AB869E9EC6B96FC121FE947A8F3781A0 /* RNGestureHandlerEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerEvents.m; path = ios/RNGestureHandlerEvents.m; sourceTree = ""; }; + AB8D28995F4103087BB77BD16AEAC6A5 /* RNScreens.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNScreens.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + AB8DFA89DFDD948D5027164279E5398B /* rescaler_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips32.c; path = src/dsp/rescaler_mips32.c; sourceTree = ""; }; + AB931BE107FC1D4BFB8E40461E13736D /* PThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PThread.h; path = folly/portability/PThread.h; sourceTree = ""; }; + ABA467A8BD0E8F7D969258F50BDD3DEF /* React.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.release.xcconfig; sourceTree = ""; }; + ABA6A35270021DB7B347EDF209ECE2C1 /* UMReactNativeAdapter-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMReactNativeAdapter-prefix.pch"; sourceTree = ""; }; + ABBE2AAD312F76A076E06905020AC172 /* picture_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_enc.c; path = src/enc/picture_enc.c; sourceTree = ""; }; + ABBEC348B1764BFD710778E4A00D8A92 /* MessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MessageQueueThread.h; sourceTree = ""; }; + ABC0FE3046871A955F3DAC0CD0630C73 /* StorageGetters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StorageGetters.h; path = ios/StorageGetters.h; sourceTree = ""; }; ABCA9F4CD6EE0D4686EBA505F526A436 /* libPods-ShareRocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-ShareRocketChatRN.a"; path = "libPods-ShareRocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - ABF6BE39C43690F4090AF8677CE63D98 /* FIRInstallationsHTTPError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsHTTPError.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.m; sourceTree = ""; }; ABFEEA82A6C346B22843FBE0B0582182 /* libFBReactNativeSpec.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFBReactNativeSpec.a; path = libFBReactNativeSpec.a; sourceTree = BUILT_PRODUCTS_DIR; }; - AC0C18BC8340EDE0EC1F8C3268A6EEAC /* RCTMessageThread.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTMessageThread.mm; sourceTree = ""; }; - AC0C7D423E215D4DACF967E3C18672B9 /* MoveWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MoveWrapper.h; path = folly/MoveWrapper.h; sourceTree = ""; }; AC12C7E29555A7CFDDEF1EDB5BC2F3DA /* libFlipper-DoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libFlipper-DoubleConversion.a"; path = "libFlipper-DoubleConversion.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - AC16B370C34A50F5034C39438C2A8574 /* SKBufferingPlugin+CPPInitialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SKBufferingPlugin+CPPInitialization.h"; path = "iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKBufferingPlugin+CPPInitialization.h"; sourceTree = ""; }; - AC2A277F058600287D046BC16648EDD3 /* Bits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bits.h; path = folly/experimental/Bits.h; sourceTree = ""; }; - AC2EA717B1A76C2AD0CA69D904D23C2D /* F14Set-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "F14Set-fwd.h"; path = "folly/container/F14Set-fwd.h"; sourceTree = ""; }; - AC3242848FA9FCEEA278A16B206488EF /* MMBuffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMBuffer.h; path = Core/MMBuffer.h; sourceTree = ""; }; - AC3365A3B59B1CB61669C0AAEF0AE9E8 /* FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRApp.h; path = FirebaseCore/Sources/Public/FIRApp.h; sourceTree = ""; }; - AC4A50BF7323AD9517981E03A30FEB57 /* UMTaskManagerInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMTaskManagerInterface.release.xcconfig; sourceTree = ""; }; - AC4B49FDB90A0C1BB06ECE5CE140C94D /* TurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModule.h; path = turbomodule/core/TurboModule.h; sourceTree = ""; }; - AC4DE915962DB94C3661E5550AFD9990 /* picture_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_enc.c; path = src/enc/picture_enc.c; sourceTree = ""; }; - ACA4FEA7E4C7722A6B8C07CE5186453A /* EXLocalAuthentication.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXLocalAuthentication.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - ACA6839F6436C631FDC5225CFA03F095 /* UnboundedQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnboundedQueue.h; path = folly/concurrency/UnboundedQueue.h; sourceTree = ""; }; - ACB5F28EB996238029070C84CADA0A92 /* ThreadWheelTimekeeper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadWheelTimekeeper.cpp; path = folly/futures/ThreadWheelTimekeeper.cpp; sourceTree = ""; }; + AC1F947E312FEB435EDC2E7CDE4CAAA7 /* animi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = animi.h; path = src/mux/animi.h; sourceTree = ""; }; + AC205F4BF551F49CEA698F3630120186 /* cached-powers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "cached-powers.h"; path = "double-conversion/cached-powers.h"; sourceTree = ""; }; + AC4707964221E75DBC6E11DC1E40B888 /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; + AC7BBD3985B5F93606ADA56F4A73492B /* REATransitionAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionAnimation.m; sourceTree = ""; }; + AC7D2824AB1BA42B6A4D91D198778B7B /* GULKeychainStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainStorage.h; path = GoogleUtilities/Environment/Private/GULKeychainStorage.h; sourceTree = ""; }; + AC831111A33AF404F6F0DD3AE7EE0D48 /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; + AC8C621681C1DBC2306FED32A1EFA51B /* AntDesign.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = AntDesign.ttf; path = Fonts/AntDesign.ttf; sourceTree = ""; }; + AC8CABF9CA721B8DAD3A691B6AAF9759 /* ARTShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTShape.h; path = ios/ARTShape.h; sourceTree = ""; }; + ACAD8C52175BF6415F69C69B4C01FC32 /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; ACBB7F62B267CC7C9BBBAE41DE94743B /* libFlipper-PeerTalk.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libFlipper-PeerTalk.a"; path = "libFlipper-PeerTalk.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - ACBD50B60139020B512B579F732B58AD /* Future.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Future.h; path = folly/futures/Future.h; sourceTree = ""; }; - ACD0911E6AE20A2BBC3445757980F816 /* UIColor+SKSonarValueCoder.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "UIColor+SKSonarValueCoder.mm"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIColor+SKSonarValueCoder.mm"; sourceTree = ""; }; - ACD1B6A1B5B50A6B1B5806295797CD16 /* listener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = listener.h; path = src/event2/listener.h; sourceTree = ""; }; - ACD42BD8549FCA14993ACFEC9CBB076C /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; - ACDAAD234075DE93F0F7256DC057C7E0 /* EXHaptics.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXHaptics.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - ACE14725C4EB7F77E8B6BEBFE29C0BDE /* react-native-document-picker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-document-picker-prefix.pch"; sourceTree = ""; }; - ACE31C611106D00209C852C5196AD19A /* FIRCLSRecordHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordHost.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordHost.h; sourceTree = ""; }; - ACE84268D24CE18E297A26A80ACA5EEA /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - ACFD8DDEFF5795AFE2EBD941EC85D724 /* SDFileAttributeHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDFileAttributeHelper.h; path = SDWebImage/Private/SDFileAttributeHelper.h; sourceTree = ""; }; - AD07A6F4A0A4DF28DAB7BC897D06C42B /* SocketOptionMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketOptionMap.h; path = folly/io/SocketOptionMap.h; sourceTree = ""; }; - AD093F8971418C862609683FB3C7953E /* VibrancyViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = VibrancyViewManager.m; path = ios/VibrancyViewManager.m; sourceTree = ""; }; - AD148EE44DD6B718DC5F6F03A8790730 /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; - AD2C4E85C20255E7AAEC1C05C6175B49 /* TimekeeperScheduledExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TimekeeperScheduledExecutor.cpp; path = folly/executors/TimekeeperScheduledExecutor.cpp; sourceTree = ""; }; - AD38733E68696B9D678DD16D78A2C274 /* stack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stack.h; path = ios/include/openssl/stack.h; sourceTree = ""; }; - AD3C10B2792F45AACEA0A46C37B7F506 /* crypto.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = crypto.h; path = ios/include/openssl/crypto.h; sourceTree = ""; }; - AD3F965A2DAF5BE0FCF0AB8DD1CE90C8 /* ExceptionString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExceptionString.h; path = folly/ExceptionString.h; sourceTree = ""; }; + ACC61AD7D317668A11BE89C1062AE916 /* Yoga-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Yoga-umbrella.h"; sourceTree = ""; }; + ACDD9F8CE871427AC9B52F2574867694 /* EXImageLoader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXImageLoader.m; path = EXImageLoader/EXImageLoader.m; sourceTree = ""; }; + ACE309DFBE5F742E7D85B65E5C12E08B /* UMBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBridgeModule.h; path = UMReactNativeAdapter/UMBridgeModule.h; sourceTree = ""; }; + ACFE7AD27756E0A56A7255AA1A29295C /* SDImageCachesManagerOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCachesManagerOperation.h; path = SDWebImage/Private/SDImageCachesManagerOperation.h; sourceTree = ""; }; + ACFFB49E2F3F5484F205FC495F36B197 /* SDWebImageTransition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageTransition.m; path = SDWebImage/Core/SDWebImageTransition.m; sourceTree = ""; }; + AD0A2428496250C2EDB58420F529E6FD /* BugsnagUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagUser.h; sourceTree = ""; }; + AD226BCBC490946ED36E90350AA3C0C1 /* FIRCLSURLBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLBuilder.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.m; sourceTree = ""; }; AD40A94AE1ADFA1CDF9602BA3B04C90E /* libEXAV.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXAV.a; path = libEXAV.a; sourceTree = BUILT_PRODUCTS_DIR; }; - AD45CC93CFE7E162E65C1874FBA78223 /* BitIteratorDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitIteratorDetail.h; path = folly/container/detail/BitIteratorDetail.h; sourceTree = ""; }; - AD4FCD4572659A36425BE28CF070AC0D /* ReactNativeUiLib.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ReactNativeUiLib.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - AD59048F054E370404D0A58072C9A431 /* FlipperDiagnosticsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FlipperDiagnosticsViewController.m; path = iOS/FlipperKit/FlipperDiagnosticsViewController.m; sourceTree = ""; }; - AD6F03C8C88EACE8520C3135C59949B1 /* MMKVCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MMKVCore-prefix.pch"; sourceTree = ""; }; - AD8103F5D17BE55F54A9565E02785B73 /* react-native-netinfo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-netinfo.release.xcconfig"; sourceTree = ""; }; - AD82583A4AB564EA2E2061F990CAC289 /* RNDateTimePicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNDateTimePicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - AD929667A4FB97C631F838C780B3E164 /* RCTImagePlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImagePlugins.mm; sourceTree = ""; }; - ADACE7F16BE5E6B67E98D75D429C9DF8 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - ADC8C4E79FD01C34E5675EB05AF4E327 /* EDFThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EDFThreadPoolExecutor.h; path = folly/executors/EDFThreadPoolExecutor.h; sourceTree = ""; }; - ADCD9C3D58BC620ABCA060085D96C2DA /* EXAppleAuthentication.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAppleAuthentication.release.xcconfig; sourceTree = ""; }; - ADDE1144A67B520B0BFD9C1971F23FAF /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; - ADEAA16BF654CE6C4E8AD62310CAF83F /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; - ADF315CA80764FB9BE423F76BFD9EE4B /* color_cache_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = color_cache_utils.c; path = src/utils/color_cache_utils.c; sourceTree = ""; }; - ADFA18BBD63ECBCC03253EEE11387C4A /* ScopedTraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScopedTraceSection.h; path = folly/tracing/ScopedTraceSection.h; sourceTree = ""; }; - ADFC3CFC30522303FF2905C3009DF818 /* FIRCLSFCRAnalytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFCRAnalytics.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSFCRAnalytics.m; sourceTree = ""; }; - AE101ACFEEF76D927D8DE16B0A4BEACA /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - AE109C3069F56CB165C26F0990C7F258 /* FlipperKitReactPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperKitReactPlugin.h; path = iOS/Plugins/FlipperKitReactPlugin/FlipperKitReactPlugin/FlipperKitReactPlugin.h; sourceTree = ""; }; - AE31FE3CEFC1D628B7BE7D9EA5D4CD9C /* BugsnagReactNative-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "BugsnagReactNative-dummy.m"; sourceTree = ""; }; - AE435115D7FE2373CC4A7576AEDEC819 /* GULSceneDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler_Private.h; path = GoogleUtilities/SceneDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h; sourceTree = ""; }; - AE4F7991FB77694492BB68155FC5395D /* React-Core.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-Core.release.xcconfig"; sourceTree = ""; }; - AE7591AFDC5AC88B1941CD080623BE32 /* RNDateTimePicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDateTimePicker.release.xcconfig; sourceTree = ""; }; - AE7AAFF4971965804F6AF2BE41B220B8 /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; - AE86B2FDC876945FF5FD7F4CDE9BD015 /* FlowableObserveOnOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlowableObserveOnOperator.h; path = yarpl/flowable/FlowableObserveOnOperator.h; sourceTree = ""; }; - AE948D908EBAD37CE5ADDDBCAAA2E432 /* RNJitsiMeetViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetViewManager.m; path = ios/RNJitsiMeetViewManager.m; sourceTree = ""; }; - AE96C04CB5EAF8AF79B1FAC6FA555E62 /* FBCxxFollyDynamicConvert.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FBCxxFollyDynamicConvert.mm; path = iOS/FlipperKit/FBCxxFollyDynamicConvert/FBCxxFollyDynamicConvert.mm; sourceTree = ""; }; - AEA5E33EA8E80BA7E640E5C481A5B0CB /* RNGestureHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandler.m; path = ios/RNGestureHandler.m; sourceTree = ""; }; - AEAFA869E44CD320FF87457DBB616FDA /* FIRCLSReportUploader_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportUploader_Private.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportUploader_Private.h; sourceTree = ""; }; - AEC91A2F9DC02D27A3B5FC4A39A211DB /* MMKV_Android.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKV_Android.cpp; path = Core/MMKV_Android.cpp; sourceTree = ""; }; - AEDE2858EF730722EDBE39050A481FCC /* seed.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = seed.h; path = ios/include/openssl/seed.h; sourceTree = ""; }; - AEDFE3B9D8EAEE672586AE9A8614D974 /* firebasecore.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = firebasecore.nanopb.h; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.h; sourceTree = ""; }; - AEE0D37D87DDBA51CA0980B144F79ECE /* bit_reader_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bit_reader_utils.h; path = src/utils/bit_reader_utils.h; sourceTree = ""; }; - AEF1AA31130575299177EEBDF679D8E5 /* RNGestureHandlerButton.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerButton.m; path = ios/RNGestureHandlerButton.m; sourceTree = ""; }; - AEF2C5A11629080AA7ECB510782EBFC6 /* BugsnagNotifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagNotifier.h; sourceTree = ""; }; - AEF60E96CCE805FDCF776F741137CA10 /* UMConstantsInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMConstantsInterface.debug.xcconfig; sourceTree = ""; }; - AF1ED2FE375522EB262CE79274627FC0 /* ManualTimekeeper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ManualTimekeeper.cpp; path = folly/futures/ManualTimekeeper.cpp; sourceTree = ""; }; - AF59D0F335E90F47A654CF0C46D66288 /* GULMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULMutableDictionary.m; path = GoogleUtilities/Network/GULMutableDictionary.m; sourceTree = ""; }; - AF606E3CCC2B2464EE48650FDCC60AB6 /* MMKVHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKVHandler.h; path = iOS/MMKV/MMKV/MMKVHandler.h; sourceTree = ""; }; - AF66BE42AD2EB3FFE0D33E18EB7366B9 /* FIRCLSRecordBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordBase.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.h; sourceTree = ""; }; - AF6941167ABCAF26E5DC26C4F7C4797B /* cost.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost.c; path = src/dsp/cost.c; sourceTree = ""; }; + AD429B97FD98CD0D2FC8387D13798842 /* MMBuffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMBuffer.h; path = Core/MMBuffer.h; sourceTree = ""; }; + AD4AD8089E386D06C7BF78B6D21C3DE8 /* EXAppleAuthentication-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAppleAuthentication-dummy.m"; sourceTree = ""; }; + AD702E208DF29BB63131B8B34FB32AB5 /* GDTCORUploadPackage_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploadPackage_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadPackage_Private.h; sourceTree = ""; }; + AD748228C58449F6A969006047835870 /* FKPortForwardingServer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FKPortForwardingServer.m; path = iOS/FlipperKit/FKPortForwarding/FKPortForwardingServer.m; sourceTree = ""; }; + AD852C909158B529A7D30C8C5E0451A2 /* ReactNativeUiLib.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeUiLib.release.xcconfig; sourceTree = ""; }; + AD888F88CAB9438DD649610E281CE0BE /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; + ADB15F72939073D2C73A916C689A48F7 /* FlipperKitLayoutPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperKitLayoutPlugin.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.h; sourceTree = ""; }; + ADFCEEAEE7ECCF7CD8C7D17D0B68B49E /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; + AE0955F767E899B4290FBBC6F39E6D1B /* FBLPromise+Validate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Validate.m"; path = "Sources/FBLPromises/FBLPromise+Validate.m"; sourceTree = ""; }; + AE0F6F6FD043B4B677BD3D5CA24D6EA1 /* UMAppLoaderInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLoaderInterface.h; sourceTree = ""; }; + AE16C65B401F7FC95D227A8A81E44586 /* FBLPromise+Always.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Always.h"; path = "Sources/FBLPromises/include/FBLPromise+Always.h"; sourceTree = ""; }; + AE1AD18CFE4043E1D613B60F0F36FF5B /* CodedOutputData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodedOutputData.h; path = Core/CodedOutputData.h; sourceTree = ""; }; + AE335EF86EDB678C87B1E6A241F5C11B /* BSG_KSMachHeaders.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSMachHeaders.m; sourceTree = ""; }; + AE4FC64B6C7FB07F3688DDB7FC2DA15D /* RCTTypeSafety.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTTypeSafety.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + AE65C434DCC88F549EB6F81D23740EE9 /* ThreadLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadLocal.h; path = folly/ThreadLocal.h; sourceTree = ""; }; + AE8FD12B7F8FEC60B5EC3F8B1847D7F5 /* RsaFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RsaFormatter.m; sourceTree = ""; }; + AE93DFADEB709B24F6E4E38728BC3A80 /* SKResponseInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKResponseInfo.m; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKResponseInfo.m; sourceTree = ""; }; + AE9CD199F0E9A0E52086BA604001E260 /* RCTConvert+FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FIROptions.h"; path = "ios/RNFBApp/RCTConvert+FIROptions.h"; sourceTree = ""; }; + AEC45C1A537CE0DCAA631548B8CC2ED6 /* FLEXNetworkRecorder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLEXNetworkRecorder.h; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkRecorder.h; sourceTree = ""; }; + AECF7862519237D2681881EDE7678082 /* EventBaseBackendBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBaseBackendBase.cpp; path = folly/io/async/EventBaseBackendBase.cpp; sourceTree = ""; }; + AED29BBA089D84FECC97BE859DC38AAB /* SDmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDmetamacros.h; path = SDWebImage/Private/SDmetamacros.h; sourceTree = ""; }; + AED5C89607CD223196CBD7E82BACABF7 /* JSIndexedRAMBundle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSIndexedRAMBundle.cpp; sourceTree = ""; }; + AED82BC6A3AEF2071ACEF81994215B49 /* GDTCOREventTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREventTransformer.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCOREventTransformer.h; sourceTree = ""; }; + AEF3E566EB99B1E08F8680EE85EE12D7 /* ParallelMap-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ParallelMap-inl.h"; path = "folly/gen/ParallelMap-inl.h"; sourceTree = ""; }; + AF18ACD03871919E8F02A60B489C6CAD /* GDTCORFlatFileStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORFlatFileStorage.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORFlatFileStorage.m; sourceTree = ""; }; + AF57BADD172E929C83D9EA6D4002EE43 /* FFFastImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageViewManager.h; path = ios/FastImage/FFFastImageViewManager.h; sourceTree = ""; }; AF72FD600DE7E2D330BA50F877993E05 /* libUMCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMCore.a; path = libUMCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; - AF7CF5D9021D7B21058BA2A90CB9595D /* random_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = random_utils.c; path = src/utils/random_utils.c; sourceTree = ""; }; - AFA5D5A44F326BB9E7E729F606E2F973 /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MallocImpl.cpp; path = folly/memory/detail/MallocImpl.cpp; sourceTree = ""; }; - AFA9806E8C0049B68561ED8C94E14FAC /* openssl_aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = openssl_aes.h; path = Core/aes/openssl/openssl_aes.h; sourceTree = ""; }; + AF762C871BB1A49BB9F1140CA49A09C0 /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; + AF9F02B25046132FEC9FBAE647F023C6 /* FlipperCertificateExchangeMedium.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperCertificateExchangeMedium.h; path = xplat/Flipper/FlipperCertificateExchangeMedium.h; sourceTree = ""; }; AFB68C392BA713BC2E9BC7500977A2D2 /* Pods-ShareRocketChatRN-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ShareRocketChatRN-dummy.m"; sourceTree = ""; }; - AFBE6356E290550895EE66A4C77B11D9 /* lossless_enc_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_mips32.c; path = src/dsp/lossless_enc_mips32.c; sourceTree = ""; }; - AFC265DE24DD1D11C2549A1DFCFB33BC /* EXAppleAuthenticationButtonViewManagers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthenticationButtonViewManagers.m; path = EXAppleAuthentication/EXAppleAuthenticationButtonViewManagers.m; sourceTree = ""; }; - AFCE40057458DCC1469FCD388A0BB95D /* RNSScreenStack.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenStack.m; path = ios/RNSScreenStack.m; sourceTree = ""; }; - AFD57A47429C5BB03B2D1CDCFA6CAA6E /* RNLocalize.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNLocalize.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - AFD6DD9555D196B8364C78E9D7805562 /* filters_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_utils.c; path = src/utils/filters_utils.c; sourceTree = ""; }; - AFEB4C156B8398E23314EB5DCF18E7BF /* UMDeviceMotionInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMDeviceMotionInterface.h; path = UMSensorsInterface/UMDeviceMotionInterface.h; sourceTree = ""; }; - B01A849153FCE05B31135977BAD5A7FE /* RNCSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSliderManager.h; path = ios/RNCSliderManager.h; sourceTree = ""; }; - B027732CE1636DEAEC87BD23552C096F /* SKIOSNetworkAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKIOSNetworkAdapter.h; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/SKIOSNetworkAdapter.h; sourceTree = ""; }; - B07D7D7C848A6C3108B8149430308A12 /* WaitOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WaitOptions.h; path = folly/synchronization/WaitOptions.h; sourceTree = ""; }; - B08317A26322B3F3E928563F4B0E959C /* ARTSolidColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTSolidColor.m; sourceTree = ""; }; - B093EB81D4858B70FFE9DAE52A8C8B51 /* KeyValueHolder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = KeyValueHolder.cpp; path = Core/KeyValueHolder.cpp; sourceTree = ""; }; + AFCBBAC79C3D937E6B4E5EF43A0AA5D3 /* GULNetworkURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkURLSession.m; path = GoogleUtilities/Network/GULNetworkURLSession.m; sourceTree = ""; }; + AFCC013AE0D0676D7B767BD5EE8BCF46 /* IDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IDStore.h; path = ios/IDStore.h; sourceTree = ""; }; + AFDDBE92A6057DA44C2D48DA91A74644 /* ARTNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTNode.h; path = ios/ARTNode.h; sourceTree = ""; }; + AFF5106E1B57BCDB994435B02BBA980E /* QBAssetCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAssetCell.m; path = ios/QBImagePicker/QBImagePicker/QBAssetCell.m; sourceTree = ""; }; + B00553226F4AD87B696EDCCCDB6AFB49 /* ConnectionContextStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConnectionContextStore.h; path = xplat/Flipper/ConnectionContextStore.h; sourceTree = ""; }; + B01F22C57CB6E0D160D5676AD78F59F9 /* FlipperKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FlipperKit-dummy.m"; sourceTree = ""; }; + B02A695D333C312D181D3A3917D15962 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + B03BDAB50901FE46F650F9CF72D2A0FB /* SKObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKObject.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKObject.h; sourceTree = ""; }; + B048397C8F7C72C375D4765C439036E0 /* Indestructible.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Indestructible.h; path = folly/Indestructible.h; sourceTree = ""; }; + B0559E09B6794AE6E376948EC27B86AC /* RNCookieManagerIOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCookieManagerIOS.h; path = ios/RNCookieManagerIOS/RNCookieManagerIOS.h; sourceTree = ""; }; + B059F708DEA2674BC70D60B7D3CC6AA4 /* ObservingInputAccessoryViewTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ObservingInputAccessoryViewTemp.m; sourceTree = ""; }; + B05D4143FB88179B259F0C0EE7C940FB /* EXSessionTaskDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionTaskDispatcher.h; sourceTree = ""; }; + B07EDC607C04F533324AE739F243330A /* RNLongPressHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNLongPressHandler.h; sourceTree = ""; }; + B07FF36CFEE2644784956515CE484906 /* QBAssetCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetCell.h; path = ios/QBImagePicker/QBImagePicker/QBAssetCell.h; sourceTree = ""; }; + B08AAD3B7E5E9191BF8641CE3DBCD731 /* whrlpool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = whrlpool.h; path = ios/include/openssl/whrlpool.h; sourceTree = ""; }; + B093937CB0C66AFB87A3262E3E585592 /* RNCPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCPicker.debug.xcconfig; sourceTree = ""; }; + B0A4E0BDAD9C880EDC1ED4A4483D369F /* react-native-appearance-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-appearance-dummy.m"; sourceTree = ""; }; B0B214D775196BA7CA8E17E53048A493 /* libSDWebImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImage.a; path = libSDWebImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; - B0B815BFB764E6F9C0E31F4123F39889 /* openssl_aes_locl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = openssl_aes_locl.h; path = Core/aes/openssl/openssl_aes_locl.h; sourceTree = ""; }; - B0BB35DDACBFA895399C0833A0658959 /* REAOperatorNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAOperatorNode.m; sourceTree = ""; }; - B0BC5463F674D2EC3C649EE236CACB5B /* RNFetchBlobProgress.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobProgress.m; path = ios/RNFetchBlobProgress.m; sourceTree = ""; }; - B0D3E5D2B75C9C01EB99AC73C491C2B3 /* RNFBPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBPreferences.m; path = ios/RNFBApp/RNFBPreferences.m; sourceTree = ""; }; - B0DA92ED0BAA09659A4CB9FED222DA4C /* ARTTextFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTTextFrame.h; path = ios/ARTTextFrame.h; sourceTree = ""; }; - B0E6C8FE6AE7EE41A1364228801141B6 /* JSExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSExecutor.h; sourceTree = ""; }; - B0E7DE072D3DF25882D42E4CB2047C38 /* PBUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PBUtility.h; path = Core/PBUtility.h; sourceTree = ""; }; - B0F40570761845BCC546044769A16564 /* FlipperKitLayoutPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperKitLayoutPlugin.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.h; sourceTree = ""; }; - B0FE88E404C3E0F3386A0244B8FB1B19 /* BitUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitUtils.h; path = yoga/BitUtils.h; sourceTree = ""; }; - B10DF51ECAF02689B80EBE88FA20D2E6 /* RNFBCrashlyticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBCrashlyticsModule.h; path = ios/RNFBCrashlytics/RNFBCrashlyticsModule.h; sourceTree = ""; }; - B120CFA3E1C4E45DC4377C0C5425F905 /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = SDWebImage/Core/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; - B145337BEB744D3E67B1DB7573075BD9 /* GDTCORUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploader.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORUploader.h; sourceTree = ""; }; - B1626EF5B6724F6B0B2007E6B1429717 /* FBLazyVector.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBLazyVector.debug.xcconfig; sourceTree = ""; }; - B168F79940BF243DBF6A42D33652772C /* REANodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REANodesManager.h; path = ios/REANodesManager.h; sourceTree = ""; }; - B16E0373E8661B42D65429DDC9ED7525 /* ScheduledSubscription.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScheduledSubscription.cpp; path = rsocket/internal/ScheduledSubscription.cpp; sourceTree = ""; }; - B18F1BA03E32B02D507A10C88BD6E7B3 /* mux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mux.h; path = src/webp/mux.h; sourceTree = ""; }; - B197A8FFCB5EB0DE0EA1D58E30657A47 /* RNCPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNCPicker-prefix.pch"; sourceTree = ""; }; - B1B86E9A6C6336CF974F03737A598DAC /* SDImageCacheConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheConfig.m; path = SDWebImage/Core/SDImageCacheConfig.m; sourceTree = ""; }; - B1C943E5190B8273049BA400E07372FC /* EXConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXConstants.m; path = EXConstants/EXConstants.m; sourceTree = ""; }; - B1CF515E6A4482DAEFF5F09F41A50087 /* quant.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant.h; path = src/dsp/quant.h; sourceTree = ""; }; - B1D52816B8156971D6C47CB241912CE5 /* Stdio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Stdio.h; path = folly/portability/Stdio.h; sourceTree = ""; }; - B1E7949F9631E23A59691616C816C35A /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; - B1ED662B3C96C97521186B69509CAF16 /* fa.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fa.lproj; path = "Objective-C/TOCropViewController/Resources/fa.lproj"; sourceTree = ""; }; - B1EE626D2D93DF68005D400BBE68B3C2 /* GTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTest.h; path = folly/portability/GTest.h; sourceTree = ""; }; - B1F41BDC4FE0605FB9322FC7886A8984 /* Rsa.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Rsa.m; sourceTree = ""; }; - B2264B5C60226CA51FD36CB55D12DDAE /* FBLPromise+Validate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Validate.m"; path = "Sources/FBLPromises/FBLPromise+Validate.m"; sourceTree = ""; }; - B22C529CD81EE70E029438062B674796 /* FIRCLSdSYM.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSdSYM.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSdSYM.m; sourceTree = ""; }; - B22CEAD3DD86E1483CF227F597F4608A /* openssl_aes-armv4.S */ = {isa = PBXFileReference; includeInIndex = 1; name = "openssl_aes-armv4.S"; path = "Core/aes/openssl/openssl_aes-armv4.S"; sourceTree = ""; }; - B239D8F44425DBD23EE5226EEE0D7DCA /* EXReactNativeUserNotificationCenterProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXReactNativeUserNotificationCenterProxy.h; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.h; sourceTree = ""; }; - B23B153BE5CC785AAE776757328CEE23 /* CodedInputData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodedInputData.h; path = Core/CodedInputData.h; sourceTree = ""; }; - B24A27A19EFD6B78E16242893AA86C76 /* RNConfigReader.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNConfigReader.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - B24EBC344F6BCB0882FBB5E848A14C3A /* SafeAreaManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaManager.h; sourceTree = ""; }; - B25AF2498AD8B4B3B0FC90EF58D414CA /* FBLPromisePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromisePrivate.h; path = Sources/FBLPromises/include/FBLPromisePrivate.h; sourceTree = ""; }; - B263220F34D1D19DE0A5BF083FDD0854 /* ThreadedRepeatingFunctionRunner.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadedRepeatingFunctionRunner.h; path = folly/experimental/ThreadedRepeatingFunctionRunner.h; sourceTree = ""; }; - B26C206C96C4E57EABF4C0B4C74A3B50 /* QBAssetsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetsViewController.h; path = ios/QBImagePicker/QBImagePicker/QBAssetsViewController.h; sourceTree = ""; }; - B26E9C8B2580656B1417D46E58EDF8E5 /* TOActivityCroppedImageProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOActivityCroppedImageProvider.m; path = "Objective-C/TOCropViewController/Models/TOActivityCroppedImageProvider.m"; sourceTree = ""; }; - B299C184B78823FAC3E88C8637902321 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MultiFormat.m"; path = "SDWebImage/Core/UIImage+MultiFormat.m"; sourceTree = ""; }; - B2AB7E9002D181A72AAB1C4D7B42D355 /* RCTDecayAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDecayAnimation.m; sourceTree = ""; }; - B2C2707CF2FBD23027C6F88A7A395AF1 /* enc_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse2.c; path = src/dsp/enc_sse2.c; sourceTree = ""; }; + B0C2E370DECF467AE6EC2C91B21F9115 /* ui_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ui_compat.h; path = ios/include/openssl/ui_compat.h; sourceTree = ""; }; + B0C5C8C3139E152A72E526B4FD8FB22B /* EventBaseBackendBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBaseBackendBase.h; path = folly/io/async/EventBaseBackendBase.h; sourceTree = ""; }; + B0D034BF10A81757BF7E36B26707D555 /* JSDeltaBundleClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSDeltaBundleClient.h; sourceTree = ""; }; + B0D522684E5033511C436FEC61BD1B02 /* CancellationToken-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "CancellationToken-inl.h"; path = "folly/CancellationToken-inl.h"; sourceTree = ""; }; + B0DFA591082873397F2918D0053401CC /* React-RCTActionSheet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.debug.xcconfig"; sourceTree = ""; }; + B0EBF11DB8BBC6C5E3C8142117E8D50E /* SDAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SDAnimatedImageView+WebCache.h"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.h"; sourceTree = ""; }; + B0F2502BD933043972F0C99DD55D0B04 /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; + B1006CC3FF5A10FB5A05F900A58F1702 /* tree_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_dec.c; path = src/dec/tree_dec.c; sourceTree = ""; }; + B11D6B4128881205CF5A609956203CDE /* ebcdic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ebcdic.h; path = ios/include/openssl/ebcdic.h; sourceTree = ""; }; + B13BB78CAE6B79D9856FECB62B8A9342 /* String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = String.h; path = folly/portability/String.h; sourceTree = ""; }; + B15CC75C1121F3D87175B97B714DDE0F /* RCTComponentEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentEvent.m; sourceTree = ""; }; + B15D556A48222A425B74D3C5069391AB /* InlineExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InlineExecutor.h; path = folly/executors/InlineExecutor.h; sourceTree = ""; }; + B1638A4AE6B897DDCBE313B7E302D203 /* Sse.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Sse.cpp; path = folly/detail/Sse.cpp; sourceTree = ""; }; + B16A6B2C6D3CA184F415E6F10CC698EA /* GoogleDataTransport.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransport.release.xcconfig; sourceTree = ""; }; + B17D0BD8483A45BFA22037691142566F /* RNCCameraRollManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCCameraRollManager.h; path = ios/RNCCameraRollManager.h; sourceTree = ""; }; + B195B77E68BFAA10E540BF81E400C873 /* zh-Hant.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hant.lproj"; path = "Objective-C/TOCropViewController/Resources/zh-Hant.lproj"; sourceTree = ""; }; + B19A58156D2B76D5EE1DC0BF80A5D334 /* vi.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = vi.lproj; path = "Objective-C/TOCropViewController/Resources/vi.lproj"; sourceTree = ""; }; + B19FF7A2DDD3DAF552F083D95B08CA7F /* MapUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MapUtil.h; path = folly/MapUtil.h; sourceTree = ""; }; + B1ABB43BA9192904AE0DD609F785AEFE /* PriorityLifoSemMPMCQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PriorityLifoSemMPMCQueue.h; path = folly/executors/task_queue/PriorityLifoSemMPMCQueue.h; sourceTree = ""; }; + B1B5EAD64CFBE5A0B3CCB4E74C4AEE03 /* sorted_vector_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sorted_vector_types.h; path = folly/sorted_vector_types.h; sourceTree = ""; }; + B1C2078CB91C3E651ABCC12A368B5A8F /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; + B1CACE3A77E332F6E80F2EF5D57C84BB /* asn1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1.h; path = ios/include/openssl/asn1.h; sourceTree = ""; }; + B1FC8EC1A9E3AFAFB86DE98FB02563DC /* RNCCameraRollManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCCameraRollManager.m; path = ios/RNCCameraRollManager.m; sourceTree = ""; }; + B1FCB7932F319339A9BDF78238026755 /* UIColor+SKSonarValueCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+SKSonarValueCoder.h"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIColor+SKSonarValueCoder.h"; sourceTree = ""; }; + B20065F9C2CCA62D0B539D215D127A8F /* Try-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Try-inl.h"; path = "folly/Try-inl.h"; sourceTree = ""; }; + B227DE7D15E81047E000C52F0E13FAA6 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + B254BB1AF982DF4E007693D0780FD758 /* RCTEventAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventAnimation.m; sourceTree = ""; }; + B25C9364DB33F8FF2818A742404BC708 /* UMFontInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFontInterface.release.xcconfig; sourceTree = ""; }; + B2704EA4B90050D03E844480C7B46FF2 /* EXFilePermissionModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFilePermissionModule.h; path = EXFileSystem/EXFilePermissionModule.h; sourceTree = ""; }; + B2740FDA0914AF404D49919706DCC445 /* openssl_aes-armv4.S */ = {isa = PBXFileReference; includeInIndex = 1; name = "openssl_aes-armv4.S"; path = "Core/aes/openssl/openssl_aes-armv4.S"; sourceTree = ""; }; + B288711C3246A5204B7FC5A645101F0F /* DiscriminatedPtrDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DiscriminatedPtrDetail.h; path = folly/detail/DiscriminatedPtrDetail.h; sourceTree = ""; }; + B293805CE09D92B4D8CAFDF32265A1C0 /* StreamStateMachineBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamStateMachineBase.cpp; path = rsocket/statemachine/StreamStateMachineBase.cpp; sourceTree = ""; }; + B2BF8371001520ECBD5BAD785DC017E6 /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = SDWebImage/Core/SDImageCodersManager.h; sourceTree = ""; }; + B2C2D0EA729E06D8AC5F068A8AD0C902 /* iterator_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = iterator_enc.c; path = src/enc/iterator_enc.c; sourceTree = ""; }; + B2CD42AD92DC120F1434BDB91A8F22E9 /* React-jsiexecutor.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.debug.xcconfig"; sourceTree = ""; }; + B2D64E30A810C688B1470B4F408DE193 /* rescaler_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rescaler_utils.h; path = src/utils/rescaler_utils.h; sourceTree = ""; }; + B2E0ED680835B25FAD5DCA8A84D4ACDC /* UMAppLoader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMAppLoader.release.xcconfig; sourceTree = ""; }; + B2E4FD40E640DF37E83F588BD7BFCC4E /* FIRCLSUUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUUID.h; path = Crashlytics/Shared/FIRCLSUUID.h; sourceTree = ""; }; B2F7DCD22820454F71D3B997AB011009 /* Pods-RocketChatRN-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-RocketChatRN-dummy.m"; sourceTree = ""; }; - B30674D9DE2D5A237BC1FA307F60D8E6 /* ARTGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTGroup.m; path = ios/ARTGroup.m; sourceTree = ""; }; - B3186966D34AD2591BEAC2A9EC7DB4FC /* MMKV-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MMKV-prefix.pch"; sourceTree = ""; }; - B31BCF89C5C071E71A2C30063F561864 /* SKBufferingPlugin.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKBufferingPlugin.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKBufferingPlugin.mm; sourceTree = ""; }; - B321670AD9212AE03C6D5A13C435BD76 /* RNLocalize.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNLocalize.release.xcconfig; sourceTree = ""; }; - B3352E741FB8C331154FE4A7376F20E3 /* BSG_KSSignalInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSignalInfo.h; sourceTree = ""; }; - B33A66B40F4B55DD489CFB7DDA21BFE9 /* BSG_KSCrashC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashC.c; sourceTree = ""; }; - B33C71DA720954E52E451C18424BAAA3 /* RCTConvert+RNNotifications.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+RNNotifications.m"; path = "RNNotifications/RCTConvert+RNNotifications.m"; sourceTree = ""; }; - B3462752B6DD6214502D421D405D0453 /* symbolize.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = symbolize.cc; path = src/symbolize.cc; sourceTree = ""; }; - B34B015BA42D543CF38FAD5B7194823C /* FBLPromise+Do.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Do.h"; path = "Sources/FBLPromises/include/FBLPromise+Do.h"; sourceTree = ""; }; - B35F1A689278BB6D4A79900A08857081 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - B3C6E1E6489A4D30FDC12095E499869D /* io_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = io_dec.c; path = src/dec/io_dec.c; sourceTree = ""; }; - B3E6527DB818529DEA4D023FAA4F9399 /* pqueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pqueue.h; path = ios/include/openssl/pqueue.h; sourceTree = ""; }; - B3FFC9189E12E9FBEA770DDD10C333A6 /* VirtualEventBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = VirtualEventBase.cpp; path = folly/io/async/VirtualEventBase.cpp; sourceTree = ""; }; - B413478314FF043F8710C60627F409E6 /* UIView+Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+Yoga.h"; path = "YogaKit/Source/UIView+Yoga.h"; sourceTree = ""; }; - B4190D341C41337142AA767D19355118 /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; - B41DB4DEA9269704180F06604AB6D6D3 /* RNCAsyncStorage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCAsyncStorage.debug.xcconfig; sourceTree = ""; }; - B41DE3A7FC484F5A1219F08180D50812 /* AsyncTrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncTrace.h; path = folly/detail/AsyncTrace.h; sourceTree = ""; }; + B30E23EEE2A4DED934D9BD0EF230A5F2 /* RNFBApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBApp.debug.xcconfig; sourceTree = ""; }; + B3135DD08D8F8477774D97E46A17FBA1 /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; + B3268C78202AE1DD8F4F200E1AC0FF95 /* REATransitionValues.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionValues.m; sourceTree = ""; }; + B3369327A0B6FB771D8DF11C06E5EF7E /* RNNotificationEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationEventHandler.m; path = RNNotifications/RNNotificationEventHandler.m; sourceTree = ""; }; + B3494785E3E169E719846914137B58AC /* React-CoreModules.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.release.xcconfig"; sourceTree = ""; }; + B36C9CF578A3845E41A4D998D58D1351 /* REAEventNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAEventNode.h; sourceTree = ""; }; + B3826070DF750B29EC717636E7716BD2 /* EvictingCacheMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EvictingCacheMap.h; path = folly/container/EvictingCacheMap.h; sourceTree = ""; }; + B39B12F1A5E14751041492FCCBF2033B /* RNCSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaShadowView.h; path = ios/SafeAreaView/RNCSafeAreaShadowView.h; sourceTree = ""; }; + B3A61484193A77203F5AB752C566A3BA /* EXWebBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXWebBrowser-prefix.pch"; sourceTree = ""; }; + B3A74CB23E816D90B5F13066340C6751 /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; + B3AB578942D50350CA6DD1A2C4CE6851 /* SDWebImageOptionsProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageOptionsProcessor.h; path = SDWebImage/Core/SDWebImageOptionsProcessor.h; sourceTree = ""; }; + B3B5D912476639DFDB0A06E8B6FA1A60 /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; + B3BCBF00F863138A94AF94BFD6A36ED5 /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; + B3BDF74F10A6FE4F4B706EE7C342BE39 /* SDImageIOCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOCoder.m; path = SDWebImage/Core/SDImageIOCoder.m; sourceTree = ""; }; + B3DF9F54431589035E19C4BEFEFB525A /* Flipper-RSocket.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-RSocket.release.xcconfig"; sourceTree = ""; }; + B3E4D562C86776D29FC05C7C895364AE /* F14Map-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "F14Map-fwd.h"; path = "folly/container/F14Map-fwd.h"; sourceTree = ""; }; + B3EC717D9E62DC37E77943B52D38DE53 /* SysUio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysUio.h; path = folly/portability/SysUio.h; sourceTree = ""; }; + B3ED4B8A5B2465926045D6040922BD3A /* ar.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ar.lproj; path = "Objective-C/TOCropViewController/Resources/ar.lproj"; sourceTree = ""; }; + B419D240DAE4C1E98C4EE6D19998C3E1 /* Demangle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Demangle.h; path = folly/detail/Demangle.h; sourceTree = ""; }; + B42069065F076E8CA1401EFBE99F99DB /* SDWebImageCacheSerializer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheSerializer.m; path = SDWebImage/Core/SDWebImageCacheSerializer.m; sourceTree = ""; }; + B429E4CCC62986ADA4CE7DA99CA81CC4 /* token_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = token_enc.c; path = src/enc/token_enc.c; sourceTree = ""; }; B43874C6CBB50E7134FBEC24BABFE14F /* libGoogleUtilities.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libGoogleUtilities.a; path = libGoogleUtilities.a; sourceTree = BUILT_PRODUCTS_DIR; }; - B442BAC108BEF2A524128CB507C222BE /* BugsnagReactNative-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "BugsnagReactNative-prefix.pch"; sourceTree = ""; }; - B4508ABB24B658A27F5BAA6799FF2049 /* FIRCLSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSLogger.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSLogger.m; sourceTree = ""; }; - B47B2E879AAFDD8804F57EAA63F2D422 /* UIImage+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Transform.h"; path = "SDWebImage/Core/UIImage+Transform.h"; sourceTree = ""; }; - B4996D789204673EB4BEB15F7491F59D /* FBDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBDefines.h; path = iOS/FBDefines/FBDefines.h; sourceTree = ""; }; - B4A5A3551000B0CBE9D0BEFC80DFDE98 /* EXVideoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoView.h; sourceTree = ""; }; - B4B8C5B644BD1AFA6A932CA7EFE6E7B9 /* AtomicHashUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashUtils.h; path = folly/detail/AtomicHashUtils.h; sourceTree = ""; }; - B4B92B8493190F9DD311CA795B4ACE3E /* ScheduledFrameProcessor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScheduledFrameProcessor.cpp; path = rsocket/framing/ScheduledFrameProcessor.cpp; sourceTree = ""; }; - B4BE81EA1A2BC515877831164A6B64FA /* React-CoreModules.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-CoreModules.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - B4D8B2497C0A299428E9C3F28E09FF50 /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; - B4D999C096FD0C71375AEAFC511D717D /* FirebaseCrashlytics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCrashlytics-dummy.m"; sourceTree = ""; }; - B4DCFC5ED48FD138ACDFA321B130AFFC /* RCTEventAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventAnimation.h; sourceTree = ""; }; - B4FAAA94D4D9CE9A8AC4F7151FA66104 /* RNNotificationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationsStore.h; path = RNNotifications/RNNotificationsStore.h; sourceTree = ""; }; + B45068D688FB76D72FBC5BA439BEA65A /* FIRCLSDataParsing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDataParsing.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.c; sourceTree = ""; }; + B4667D1D82043D3B10BB2AEDB08A79DA /* GULNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULNSData+zlib.m"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.m"; sourceTree = ""; }; + B46B9000485EA36C8993212CB89A82F1 /* PBEncodeItem.hpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.h; name = PBEncodeItem.hpp; path = Core/PBEncodeItem.hpp; sourceTree = ""; }; + B4903ECB78DBEE90336D7BD54B4D8920 /* RCTSinglelineTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputViewManager.m; sourceTree = ""; }; + B493771C7A9C7835FFB31EA98AC8FED7 /* REATransitionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionManager.h; sourceTree = ""; }; + B49480116D5F50AE0EF30BD001A7E8C8 /* EXImageLoader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXImageLoader.debug.xcconfig; sourceTree = ""; }; + B4A52FB076CB98185EE0AC3D52201967 /* SocketOptionMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketOptionMap.h; path = folly/io/SocketOptionMap.h; sourceTree = ""; }; + B4A5B0D056EFD6863906ED20FC76ABAA /* RNBootSplash-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNBootSplash-prefix.pch"; sourceTree = ""; }; + B4AD7A59972CEDDDC5C7CF762B8EBA39 /* FIRCLSUnwind_arm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind_arm.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_arm.c; sourceTree = ""; }; + B4C5139E31E1D2FA1BF3A566B2DE06BE /* FIRCoreDiagnosticsConnector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnosticsConnector.m; path = FirebaseCore/Sources/FIRCoreDiagnosticsConnector.m; sourceTree = ""; }; + B4C62CF866B129BC273237EA42D4919A /* FBReactNativeSpec-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBReactNativeSpec-prefix.pch"; sourceTree = ""; }; + B4D120689E530168FE4B87A31A92AD44 /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; B4FBAEA26F427776D32ACC15202BD29C /* Pods-ShareRocketChatRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ShareRocketChatRN.release.xcconfig"; sourceTree = ""; }; - B4FCC106704389E2E7EFD63FCE28638B /* Fingerprint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Fingerprint.cpp; path = folly/Fingerprint.cpp; sourceTree = ""; }; - B5505B7B42435A19B2CE0E8082AC0140 /* RSocketStats.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketStats.h; path = rsocket/RSocketStats.h; sourceTree = ""; }; - B56A40A857A24122698BD5351245F17A /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; - B56F92CCE7198512E28557CC66F27DF8 /* rn-extensions-share-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-extensions-share-dummy.m"; sourceTree = ""; }; - B57C56DA912AAD2E3E851C83ACD4FE54 /* BSG_KSFileUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSFileUtils.h; sourceTree = ""; }; - B57D67307EE5894B9BD5767A1375521E /* FKTextSearchable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FKTextSearchable.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutTextSearchable/FKTextSearchable.h; sourceTree = ""; }; - B591C71913C2C66B5859FA6988CA29AD /* BSG_KSCrashDoctor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashDoctor.h; sourceTree = ""; }; - B5A2FFD67FEC246AFAB2619F497CE4C7 /* SDImageHEICCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageHEICCoder.m; path = SDWebImage/Core/SDImageHEICCoder.m; sourceTree = ""; }; - B5A862FF02B4AC85417B9C17A16E6FF8 /* FBReactNativeSpec-generated.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "FBReactNativeSpec-generated.mm"; path = "FBReactNativeSpec/FBReactNativeSpec-generated.mm"; sourceTree = ""; }; - B5D883AC5EA186053FF0A25C84F91659 /* Sched.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sched.h; path = folly/portability/Sched.h; sourceTree = ""; }; - B5FCAAAC0C68256731C078B78AF9669E /* nanopb-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nanopb-dummy.m"; sourceTree = ""; }; - B607A1AF105CC42ABCBF64C02ABACFF0 /* BSG_KSCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReport.h; sourceTree = ""; }; - B60BAEE9291BFEDF80C6AC698A7BC0D7 /* EXImageLoader-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXImageLoader-prefix.pch"; sourceTree = ""; }; - B64EAAC5B1D6CA1BCB82174503EE215F /* SDAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImage.h; path = SDWebImage/Core/SDAnimatedImage.h; sourceTree = ""; }; - B65D9AC9D365AE5202ACA105460B8C55 /* FIRCLSURLSession_PrivateMethods.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSession_PrivateMethods.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSession_PrivateMethods.h; sourceTree = ""; }; - B671AF6F8096094C83C4A64583969E32 /* UIImage+ForceDecode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+ForceDecode.m"; path = "SDWebImage/Core/UIImage+ForceDecode.m"; sourceTree = ""; }; - B688BEA24E9E6547CFD6426CBA4876BC /* FirebaseCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.release.xcconfig; sourceTree = ""; }; - B6923B8E128C2A27D8B327B2CFA2F7B9 /* FIRCoreDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsData.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsData.h; sourceTree = ""; }; - B6B43F97C61155D4A91B85467532B091 /* FFFastImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FFFastImageViewManager.h; path = ios/FastImage/FFFastImageViewManager.h; sourceTree = ""; }; - B6B92577AA27122DBDD2D11EFAEFA97A /* Firebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Firebase.h; path = CoreOnly/Sources/Firebase.h; sourceTree = ""; }; - B6D4C3F9F524021940EA178B60342E31 /* RNCSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaShadowView.m; path = ios/SafeAreaView/RNCSafeAreaShadowView.m; sourceTree = ""; }; - B6EA0BC0D6DB25E8BE2788A77A9638FD /* SDImageGraphics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGraphics.m; path = SDWebImage/Core/SDImageGraphics.m; sourceTree = ""; }; - B6ED375417D1BF6E38BC065CF7D71FFB /* ObservableOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObservableOperator.h; path = yarpl/observable/ObservableOperator.h; sourceTree = ""; }; - B6FD6480EDA692B7CDBA0002ACDE5DA7 /* FIRCLSProcess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSProcess.h; path = Crashlytics/Crashlytics/Components/FIRCLSProcess.h; sourceTree = ""; }; - B7009FE13D42A23275509DE2C6163A38 /* FIRCLSOnboardingOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSOnboardingOperation.m; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSOnboardingOperation.m; sourceTree = ""; }; - B72330656E844DCA4D01ADA4F5DCF5FB /* TimerFDTimeoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimerFDTimeoutManager.h; path = folly/experimental/TimerFDTimeoutManager.h; sourceTree = ""; }; - B72C76DBE768D0125526D0B7BA243448 /* RNCAssetsLibraryRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCAssetsLibraryRequestHandler.h; path = ios/RNCAssetsLibraryRequestHandler.h; sourceTree = ""; }; - B7324DE40F46D35A6D91DDDCC6A070A2 /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; - B73407F66F989511789838AACBA23456 /* UMEventEmitterService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitterService.h; sourceTree = ""; }; - B73DD5A5D2A8C33FE89CBC7D22D22002 /* AtomicRef.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicRef.h; path = folly/synchronization/AtomicRef.h; sourceTree = ""; }; - B756F0D11503842B2A2C71FD82ADB7E8 /* QBSlomoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBSlomoIconView.h; path = ios/QBImagePicker/QBImagePicker/QBSlomoIconView.h; sourceTree = ""; }; + B4FCFB6F827967E76CEAE1ADAA9117A4 /* RNSScreenContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenContainer.h; path = ios/RNSScreenContainer.h; sourceTree = ""; }; + B50A142A2F9470B80F4DAEFAEC74C7FF /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; + B5145AB82B435755CFB504D6CCD436BB /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; + B52D90A5DF86D410388C1EA205E61B2E /* KeyCommands-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KeyCommands-dummy.m"; sourceTree = ""; }; + B541602EE18A5C6C00437A0145D2C787 /* RNVectorIcons.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNVectorIcons.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + B54165AE6440AA1BDA6EB6859BB65720 /* RCTAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimatedNode.h; sourceTree = ""; }; + B560C5836ED0777BA9CC16792975A444 /* RNDateTimePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDateTimePicker.h; path = ios/RNDateTimePicker.h; sourceTree = ""; }; + B56F6F11BC9FBECB9231097934BAEC53 /* SysMembarrier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysMembarrier.h; path = folly/portability/SysMembarrier.h; sourceTree = ""; }; + B575A14AF5D843CB34E5763D6E905F48 /* RNNotificationCenterListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenterListener.h; path = RNNotifications/RNNotificationCenterListener.h; sourceTree = ""; }; + B5799986BAC48E4169760BC84177D1E4 /* FIRCLSReportAdapter_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportAdapter_Private.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSReportAdapter_Private.h; sourceTree = ""; }; + B57B58BACED4289D53701C37E8E45618 /* ConnectionSet.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectionSet.cpp; path = rsocket/internal/ConnectionSet.cpp; sourceTree = ""; }; + B57C8724F1C80F962A97684600EB44A5 /* UMSingletonModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMSingletonModule.m; path = UMCore/UMSingletonModule.m; sourceTree = ""; }; + B5B808C7C899F74D771995A60AB7402D /* LockFreeRingBuffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LockFreeRingBuffer.h; path = folly/experimental/LockFreeRingBuffer.h; sourceTree = ""; }; + B5C1755CD5221E2ED6D3BEB1CF58BC15 /* OpenSSLVersionFinder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLVersionFinder.h; path = folly/ssl/OpenSSLVersionFinder.h; sourceTree = ""; }; + B5D64DB44760B189A0293EBE8B788BD4 /* UniqueInstance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UniqueInstance.cpp; path = folly/detail/UniqueInstance.cpp; sourceTree = ""; }; + B5E6A6D6887D8249F4587D1264CEC00A /* GoogleDataTransport.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransport.debug.xcconfig; sourceTree = ""; }; + B5FFF1BFFF221C0CB64C1E125679B743 /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; + B60A9DECADC02F72FA8DC25F17AC9E8C /* SysMman.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysMman.h; path = folly/portability/SysMman.h; sourceTree = ""; }; + B61BEFE6E47196000E75802455548943 /* FlipperDiagnosticsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperDiagnosticsViewController.h; path = iOS/FlipperKit/FlipperDiagnosticsViewController.h; sourceTree = ""; }; + B61C809341902C6444FABBE88D36730F /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; + B65BFD3F26741880F828DDE45A97BE78 /* RNBootSplash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBootSplash.m; path = ios/RNBootSplash.m; sourceTree = ""; }; + B678B4032D1E7DAEA3F3BF39405CF04B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + B6A712C08E246FB6B7E9E2123ACB25A8 /* cost_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_enc.c; path = src/enc/cost_enc.c; sourceTree = ""; }; + B6A7733A44F11893AAE07B1FA29AD30D /* ecdh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ecdh.h; path = ios/include/openssl/ecdh.h; sourceTree = ""; }; + B6AB1C3BCBEB6BC5E6C87A5182CB737A /* react-native-notifications-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-notifications-dummy.m"; sourceTree = ""; }; + B6B10D3A2B829C1C820CE5B690DF14A0 /* React-jsiexecutor.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsiexecutor.release.xcconfig"; sourceTree = ""; }; + B6B41BC1F6D06AA76628F6E22FCB95F2 /* EXVideoView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoView.h; sourceTree = ""; }; + B6C1A9C41EAEAF8AD449143F6DB361AC /* ThreadCachedInt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedInt.h; path = folly/ThreadCachedInt.h; sourceTree = ""; }; + B6C392D25569701C088EFE7C7210B01A /* FlipperRSocketResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FlipperRSocketResponder.cpp; path = xplat/Flipper/FlipperRSocketResponder.cpp; sourceTree = ""; }; + B6DCAFD8F2391EEA5BFFD75672443232 /* FIRCLSAsyncOperation_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAsyncOperation_Private.h; path = Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation_Private.h; sourceTree = ""; }; + B70B14CBB04757856028D7E4CB72DA19 /* EXAV.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAV.m; path = EXAV/EXAV.m; sourceTree = ""; }; + B70EED3F5342A9DCBE88CBFA95EBFE0D /* Shell.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Shell.cpp; path = folly/system/Shell.cpp; sourceTree = ""; }; + B74524BE3DF67BF52FBEE3CA104F86E0 /* Subprocess.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Subprocess.cpp; path = folly/Subprocess.cpp; sourceTree = ""; }; + B759F4D9726D6DA533F4DCA05607D766 /* upsampling_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse2.c; path = src/dsp/upsampling_sse2.c; sourceTree = ""; }; B75A261FE3CE62D5A559B997074E70FC /* libreact-native-background-timer.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-background-timer.a"; path = "libreact-native-background-timer.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - B76984398ACFCDBA5D06215D047DA523 /* EventBaseLocal.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBaseLocal.cpp; path = folly/io/async/EventBaseLocal.cpp; sourceTree = ""; }; - B76B382F1B2A7BB0FA8267921B1E3164 /* FBVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBVector.h; path = folly/FBVector.h; sourceTree = ""; }; - B7970F3854744F6DAEFA18DA24BC49EF /* BugsnagMetaData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagMetaData.m; sourceTree = ""; }; - B7995D48AFA486EA6D003F070C14E457 /* REABezierNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABezierNode.h; sourceTree = ""; }; - B7A3D7B0E1F5B17720330FDA22B4031C /* alpha_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_enc.c; path = src/enc/alpha_enc.c; sourceTree = ""; }; - B7A8F1F5B8450F43ECCCB5BCAE82A274 /* alpha_processing_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_sse41.c; path = src/dsp/alpha_processing_sse41.c; sourceTree = ""; }; - B7B7E30060A05F4660D1CD3A67C631BE /* RNBackgroundTimer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNBackgroundTimer.m; path = ios/RNBackgroundTimer.m; sourceTree = ""; }; - B7D0101E7B9D861A86904B91F4610869 /* notificationsEvents.md */ = {isa = PBXFileReference; includeInIndex = 1; name = notificationsEvents.md; path = docs/notificationsEvents.md; sourceTree = ""; }; - B7D53AF7BC4439802103E085A0A1E0CE /* FIRCLSMachOSlice.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachOSlice.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.h; sourceTree = ""; }; - B7D5CDC84B6F825078A8958D352B7FBB /* Folly.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Folly.debug.xcconfig; sourceTree = ""; }; - B7D943C267FF1D08AAC31C29165CBB9C /* FIRCLSFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFile.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSFile.h; sourceTree = ""; }; - B80E7453B7BE19311F3072937DAD7250 /* SDAnimatedImageView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SDAnimatedImageView+WebCache.h"; path = "SDWebImage/Core/SDAnimatedImageView+WebCache.h"; sourceTree = ""; }; - B812C6EEEB41716A61408017ACBB3086 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Sources/Private/FirebaseCoreInternal.h; sourceTree = ""; }; - B81CCBCDA182E7940F84DECEEC15E684 /* FIRCLSSignal.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSSignal.c; path = Crashlytics/Crashlytics/Handlers/FIRCLSSignal.c; sourceTree = ""; }; - B82C9831093EC71B6FBC346BFAC6806E /* RCTImageView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageView.mm; sourceTree = ""; }; - B83E8603EEA2FF54455BE9C016ED9E38 /* dynamic-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "dynamic-inl.h"; path = "folly/dynamic-inl.h"; sourceTree = ""; }; - B86127DFD8194B0B615E565A5C2DEA85 /* openssl_opensslconf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = openssl_opensslconf.h; path = Core/aes/openssl/openssl_opensslconf.h; sourceTree = ""; }; - B86F2DC764F7D585C7B9627394243756 /* bufferevent_ssl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bufferevent_ssl.h; path = src/event2/bufferevent_ssl.h; sourceTree = ""; }; - B8720D169B13B9257C04807FB9010015 /* FlipperKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FlipperKit.modulemap; sourceTree = ""; }; - B8778D19310B5B9B1A9618B825819779 /* ThreadName.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadName.cpp; path = folly/system/ThreadName.cpp; sourceTree = ""; }; + B76A018868C6E437AF586ED4500C6333 /* UMTaskManagerInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMTaskManagerInterface.release.xcconfig; sourceTree = ""; }; + B76C012C5BFD1ECDC8E5E5CBB7A94A35 /* REABlockNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABlockNode.m; sourceTree = ""; }; + B77B348E5A8A8BD1FF58FEC2F322A14C /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/Core/UIImageView+WebCache.m"; sourceTree = ""; }; + B7923A8B4FEB4F06CC933801688EC592 /* CoreModulesPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = CoreModulesPlugins.mm; sourceTree = ""; }; + B795F7EE7C1A056383D24B97E6090160 /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketExecutor.h; path = React/CoreModules/RCTWebSocketExecutor.h; sourceTree = ""; }; + B79EC618A9C0EE9F23F09D23C5B89AD8 /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; + B79FE12C6FD6F29190387CFA03B8F387 /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSIDynamic.cpp; sourceTree = ""; }; + B7A545FE1BEB02ED05CEFD4A59D377DF /* Varint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Varint.h; path = folly/Varint.h; sourceTree = ""; }; + B7AC4AEC6E52D95F107E726936AE7302 /* RNFetchBlobFS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobFS.m; path = ios/RNFetchBlobFS.m; sourceTree = ""; }; + B7BA02089E700F7576047F3C314F8B53 /* FlipperConnectionManagerImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FlipperConnectionManagerImpl.cpp; path = xplat/Flipper/FlipperConnectionManagerImpl.cpp; sourceTree = ""; }; + B7BFB18DA23EE8AF529C2B09CDC32326 /* UMUtilitiesInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUtilitiesInterface.h; sourceTree = ""; }; + B7E49DDE06C3CA562AEFE8DC49E43BBB /* mips_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mips_macro.h; path = src/dsp/mips_macro.h; sourceTree = ""; }; + B7E557F01E8F4B2D49E0FD20379E1490 /* openssl_md32_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = openssl_md32_common.h; path = Core/aes/openssl/openssl_md32_common.h; sourceTree = ""; }; + B7F409DCF2DB123F5791ACD531309E20 /* SparseByteSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SparseByteSet.h; path = folly/container/SparseByteSet.h; sourceTree = ""; }; + B80A23D4FAF9FB02CBD278DAD2B9B820 /* FrameType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameType.h; path = rsocket/framing/FrameType.h; sourceTree = ""; }; + B80F69D55C5AB3E201354BFB85C1DA9D /* TOCropViewConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropViewConstants.h; path = "Objective-C/TOCropViewController/Constants/TOCropViewConstants.h"; sourceTree = ""; }; + B8167C71C27B6BA1C6172B06202E73CF /* RNLocalize.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNLocalize.debug.xcconfig; sourceTree = ""; }; + B83053500F79E12FCDA0FE995A7E28E7 /* FIRAnalyticsInteropListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInteropListener.h; path = Interop/Analytics/Public/FIRAnalyticsInteropListener.h; sourceTree = ""; }; + B83BE080B4BA8EE754CF2353D95A95F7 /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactMarker.h; sourceTree = ""; }; + B83E6F934C634C4408B9B5CBD3711AD8 /* EliasFanoCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EliasFanoCoding.h; path = folly/experimental/EliasFanoCoding.h; sourceTree = ""; }; + B853CF6AB29CB7E35175B7FEEF6183B0 /* SDWeakProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWeakProxy.m; path = SDWebImage/Private/SDWeakProxy.m; sourceTree = ""; }; + B855631FC41E72EC02F37BA684CDF702 /* QBVideoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIconView.m; path = ios/QBImagePicker/QBImagePicker/QBVideoIconView.m; sourceTree = ""; }; + B857025220ECC7CA074BF255C1604751 /* ConcurrentSkipList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcurrentSkipList.h; path = folly/ConcurrentSkipList.h; sourceTree = ""; }; + B865DFD067F1D741291FBF66A597878A /* EXAV-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXAV-dummy.m"; sourceTree = ""; }; + B86E5D4DE381D4F6E5472B43B919D882 /* RNImageCropPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.release.xcconfig; sourceTree = ""; }; + B87983F3BE186E9A8B843655CEF7C65C /* filters_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_utils.c; path = src/utils/filters_utils.c; sourceTree = ""; }; B88A54159B245E727A6D16DEFE105A09 /* libMMKV.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libMMKV.a; path = libMMKV.a; sourceTree = BUILT_PRODUCTS_DIR; }; - B89D1A76C3CC4962251E902F950488F3 /* File.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = File.cpp; path = folly/File.cpp; sourceTree = ""; }; - B8A8C0021687043E6DD0FF81CE18C8A8 /* REAAlwaysNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAlwaysNode.h; sourceTree = ""; }; - B8B0ED1772F1AD286F7A8FB9CEE02A3E /* RSocketClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketClient.cpp; path = rsocket/RSocketClient.cpp; sourceTree = ""; }; - B8B7CF8CFB7DDDAE5DB91690514472E1 /* openssl_md5_one.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = openssl_md5_one.cpp; path = Core/aes/openssl/openssl_md5_one.cpp; sourceTree = ""; }; - B8C952FEE49A89E0524D8878E48B2F09 /* GDTCOREvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREvent.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCOREvent.h; sourceTree = ""; }; + B8918C296D95EDF67D301741CBF41D0E /* EXVideoPlayerViewControllerDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewControllerDelegate.h; sourceTree = ""; }; + B8AC2DCC071185F405C59D5FDB7A6C56 /* EXFileSystemAssetLibraryHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystemAssetLibraryHandler.h; path = EXFileSystem/EXFileSystemAssetLibraryHandler.h; sourceTree = ""; }; + B8AC3C5BC4576FCAE0CCAE3BAF384CEF /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; + B8C153636514DB0BFC849F54543B230A /* TcpConnectionFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpConnectionFactory.h; path = rsocket/transports/tcp/TcpConnectionFactory.h; sourceTree = ""; }; B8CD4B9B578CE9FA38114B638C9CAA78 /* libRNCMaskedView.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNCMaskedView.a; path = libRNCMaskedView.a; sourceTree = BUILT_PRODUCTS_DIR; }; - B8EA3E3770428DF954DAA066192009C7 /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTI18nManager.h; path = React/CoreModules/RCTI18nManager.h; sourceTree = ""; }; - B910BC95E1A235114DE639B4F5B2B0CE /* FIRCLSFABNetworkClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABNetworkClient.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSFABNetworkClient.m; sourceTree = ""; }; - B951ACC24E7AD50B0D4FFF32EDA002B8 /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; - B963BE78352BE8A2BF19206890EC4FC6 /* Hash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hash.h; path = folly/hash/Hash.h; sourceTree = ""; }; - B96B6DF7A573EA50E7F1663A640D136D /* RCTDecayAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDecayAnimation.h; sourceTree = ""; }; - B97AA20399A972733941F4C369E8A477 /* RSocketConnectionEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketConnectionEvents.h; path = rsocket/RSocketConnectionEvents.h; sourceTree = ""; }; - B97AF4B76708254D76DAABB163384EF7 /* QBAlbumCell.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAlbumCell.h; path = ios/QBImagePicker/QBImagePicker/QBAlbumCell.h; sourceTree = ""; }; - B98180D2AD864E4D3BA811CB51CB4EE9 /* RCTAnimationPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAnimationPlugins.mm; sourceTree = ""; }; + B8DE3C11714761EEAFB373D0A4711058 /* BSG_KSBacktrace.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSBacktrace.c; sourceTree = ""; }; + B8E0EE1ADF1D2D463DE5287D12C8B8C5 /* GULMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULMutableDictionary.h; path = GoogleUtilities/Network/Private/GULMutableDictionary.h; sourceTree = ""; }; + B8EEA6A54E3ED0B72B90D208A804F062 /* RNFBSharedUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBSharedUtils.h; path = ios/RNFBApp/RNFBSharedUtils.h; sourceTree = ""; }; + B8FAFB1F2123AF7EC5CD57FF62246BBA /* LICENSE.md */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.md; sourceTree = ""; }; + B8FEB1C9F8CC4C30834CD811545EC34F /* GTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GTest.h; path = folly/portability/GTest.h; sourceTree = ""; }; + B90183340DE90C1F415961089C6DAD38 /* RNLocalize.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNLocalize.release.xcconfig; sourceTree = ""; }; + B9406FCAF23CB56AF2EE1917FE3146F3 /* FIRBundleUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRBundleUtil.h; path = FirebaseCore/Sources/FIRBundleUtil.h; sourceTree = ""; }; + B944022F17462C5C4419A415C78FC0EB /* FIRInstallationsIIDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.h; sourceTree = ""; }; + B95FCDCE96B8E416523802DB89BE60E3 /* ARTTextFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTTextFrame.h; path = ios/ARTTextFrame.h; sourceTree = ""; }; + B9A091BD7D5A323180FF20D4D4B49FAF /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Sources/Private/FIRLibrary.h; sourceTree = ""; }; + B9A3F1582467C706F3347411AA039AA2 /* React-cxxreact-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-cxxreact-prefix.pch"; sourceTree = ""; }; + B9A5437C06D815D6DADA8FAD5F915D8C /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; B9A6F4305E5EA03E98389812F00CE5A5 /* Pods-RocketChatRN-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-RocketChatRN-acknowledgements.plist"; sourceTree = ""; }; - B9ACCDE8536342489BF436B2527BA64E /* RNNotificationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationsStore.m; path = RNNotifications/RNNotificationsStore.m; sourceTree = ""; }; - B9D97FFAB7942A62A74CF312D5BDFB41 /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; - B9DDD7FE8114E08C982D6B84A8ADA23C /* UMModuleRegistryAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryAdapter.m; sourceTree = ""; }; - B9E025C5DB66255DDE63B287F499A3EB /* TurboModuleUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModuleUtils.cpp; path = turbomodule/core/TurboModuleUtils.cpp; sourceTree = ""; }; - B9E79AAC84DAC7F287B23F1C7CABF4AE /* FirebaseCoreDiagnostics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnostics.debug.xcconfig; sourceTree = ""; }; - B9F5DF3E0EC5F5FF7E6B85D71BAC1797 /* RNPushKitEventListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventListener.m; path = RNNotifications/RNPushKitEventListener.m; sourceTree = ""; }; - B9F6CF9BF0CFDC8184F249F63C008936 /* GULSecureCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSecureCoding.m; path = GoogleUtilities/Environment/GULSecureCoding.m; sourceTree = ""; }; - B9FC7682878C3E979501EA8DD1B4346B /* UMFaceDetectorInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFaceDetectorInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - BA02875BF90507133A1EC5AAFFA72945 /* NSTextStorage+FontScaling.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+FontScaling.m"; sourceTree = ""; }; - BA18343329800C36602D861022E00206 /* HighlighterViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = HighlighterViewManager.m; sourceTree = ""; }; - BA1A9841D9123F68C537D89DAD64C6F5 /* SDWebImageTransitionInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransitionInternal.h; path = SDWebImage/Private/SDWebImageTransitionInternal.h; sourceTree = ""; }; - BA1D14BEACA649A8CB59BFE45F9268D3 /* RCTBaseTextInputViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextInputViewManager.m; sourceTree = ""; }; - BA41F8EC55D171430C9616B5FE324A55 /* webpi_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = webpi_dec.h; path = src/dec/webpi_dec.h; sourceTree = ""; }; - BA530E8243BB6D15475E40BCEFCB435C /* RNGestureHandler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNGestureHandler-prefix.pch"; sourceTree = ""; }; - BA68E928F373F70152D641537C54DE8B /* FBLPromise+Delay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Delay.m"; path = "Sources/FBLPromises/FBLPromise+Delay.m"; sourceTree = ""; }; - BA6B85A6F5EA96C56ABB181C798B2A6A /* EXImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXImageLoader.h; path = EXImageLoader/EXImageLoader.h; sourceTree = ""; }; - BA84996D0C71CAA92239F80138D3CCD6 /* ARTCGFloatArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTCGFloatArray.h; path = ios/ARTCGFloatArray.h; sourceTree = ""; }; - BA8D793E6619586E7B96E309F482002D /* FIRCLSDwarfUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDwarfUnwind.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.c; sourceTree = ""; }; - BA8E3B852D96E0E0485A713B7F2E5886 /* Ordering.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Ordering.h; path = folly/lang/Ordering.h; sourceTree = ""; }; - BA8F2DDD88EAF72D12A5B70FC4C9BAD9 /* RNFBUtilsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBUtilsModule.h; path = ios/RNFBApp/RNFBUtilsModule.h; sourceTree = ""; }; - BA9AA9DDD4A629A8EC749F9F50357187 /* RCTAppearance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAppearance.h; path = React/CoreModules/RCTAppearance.h; sourceTree = ""; }; - BAADB467BC9EB04D8D50F6F196985565 /* RNCPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNCPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - BAC80730A1D7BCC2ECB755E0C811B1E9 /* BSG_KSString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSString.h; sourceTree = ""; }; - BAFCE23B2443D0416B3EB2AC780ADFE2 /* safestack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = safestack.h; path = ios/include/openssl/safestack.h; sourceTree = ""; }; - BB02DF37B0B684355C91EB7B61D68FC0 /* asn1_mac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1_mac.h; path = ios/include/openssl/asn1_mac.h; sourceTree = ""; }; - BB0EF83E80D59863B5B3DCE2964E03C1 /* TOCropOverlayView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropOverlayView.m; path = "Objective-C/TOCropViewController/Views/TOCropOverlayView.m"; sourceTree = ""; }; - BB316E97B75F77AEC2A83F74515EA2FC /* syntax_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = syntax_enc.c; path = src/enc/syntax_enc.c; sourceTree = ""; }; - BB371623863E845B1C36B94A9DBDC958 /* RCTPbkdf2.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTPbkdf2.m; path = ios/RCTCrypto/RCTPbkdf2.m; sourceTree = ""; }; - BB3991EE10167935589DDAC8E5F24AEA /* ThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadPoolExecutor.h; path = folly/executors/ThreadPoolExecutor.h; sourceTree = ""; }; - BB4FE005540DF6A6B385AD829E0E371A /* RNFBUtilsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBUtilsModule.m; path = ios/RNFBApp/RNFBUtilsModule.m; sourceTree = ""; }; - BB9977CABB131278BDCA9D460C239FE6 /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; - BBB1AF9087A5E58756F6CCB4AB33F689 /* RCTTextSelection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextSelection.m; sourceTree = ""; }; - BBC4A271AA9E07220F4BBEE63F296BDC /* ExecutionObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExecutionObserver.h; path = folly/experimental/ExecutionObserver.h; sourceTree = ""; }; - BBC8FD12B7C1B946B746950CA9E5B292 /* ClientResumeStatusCallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ClientResumeStatusCallback.h; path = rsocket/internal/ClientResumeStatusCallback.h; sourceTree = ""; }; - BBCEEF45CAC6E856A475CB65E57D8050 /* ResumeIdentificationToken.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ResumeIdentificationToken.cpp; path = rsocket/framing/ResumeIdentificationToken.cpp; sourceTree = ""; }; - BBE7B8BD3995C4A56900C44389D4E91C /* RNPushKitEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventHandler.m; path = RNNotifications/RNPushKitEventHandler.m; sourceTree = ""; }; - BC2329248C85961C97C9FA3B01FADD60 /* BSG_RFC3339DateTool.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_RFC3339DateTool.h; sourceTree = ""; }; - BC27FDA1F54C7BFFADC3CC2DAA0F6F04 /* Random.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Random.cpp; path = folly/Random.cpp; sourceTree = ""; }; - BC392D5F95E4C23A349054217A444032 /* RNFetchBlobRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobRequest.m; path = ios/RNFetchBlobRequest.m; sourceTree = ""; }; - BC3A4CF1087BEA3A1902FDEBC08AFA0B /* EXFileSystem-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXFileSystem-prefix.pch"; sourceTree = ""; }; + B9A80B8593DD902649B6F1210386EFD2 /* buffer_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = buffer_dec.c; path = src/dec/buffer_dec.c; sourceTree = ""; }; + B9C8917DFAABD1CCADF4FEDE29515BA3 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; + B9E5D37A017906F3733534D5511407E8 /* RCTKeyCommandsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyCommandsManager.h; path = ios/KeyCommands/RCTKeyCommandsManager.h; sourceTree = ""; }; + B9F7B5B82226C2710157BCAE199ED5F8 /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "jsi-inl.h"; sourceTree = ""; }; + BA2B988B207FFBFA5D705AE2D1364866 /* ProtocolVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProtocolVersion.h; path = rsocket/framing/ProtocolVersion.h; sourceTree = ""; }; + BA33A3FE36DC46AB873D1BEAF8F3D1CB /* FIRInstallationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStore.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.m; sourceTree = ""; }; + BA477955B971A23EF92E7C5CC691D4D3 /* GoogleUtilities.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.release.xcconfig; sourceTree = ""; }; + BA5771BBD2E4D868410A983C2E62BBA9 /* dec_clip_tables.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_clip_tables.c; path = src/dsp/dec_clip_tables.c; sourceTree = ""; }; + BA782A44287079E378976AF6BA46CCB3 /* RCTPbkdf2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPbkdf2.h; path = ios/RCTCrypto/RCTPbkdf2.h; sourceTree = ""; }; + BA9F01BA0B779F8D2654E30D154B94F6 /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; + BAABB0BA27B1CBDC2C8AE5F246FBADF1 /* React-RCTVibration.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTVibration.debug.xcconfig"; sourceTree = ""; }; + BAAE5D90061D1504B908ACDD9265C876 /* UnboundedQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UnboundedQueue.h; path = folly/concurrency/UnboundedQueue.h; sourceTree = ""; }; + BABCA2FDCA1F8F23DDF33E3A63F5B251 /* react-native-mmkv-storage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-mmkv-storage.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + BAC6CDAA91C4BD58E5295365BDCA3C95 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + BADC2117C47762E9A5618200C9170DBD /* KeepaliveTimer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = KeepaliveTimer.cpp; path = rsocket/internal/KeepaliveTimer.cpp; sourceTree = ""; }; + BAEFC2976989F7497E985CFB93529757 /* react-native-mmkv-storage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-mmkv-storage-prefix.pch"; sourceTree = ""; }; + BAFF9D44E7C52A8BAFDB2759D38A43BB /* FlipperCppBridgingConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperCppBridgingConnection.h; path = iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.h; sourceTree = ""; }; + BB02CC589412E751563B4277E325BB53 /* Malloc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Malloc.h; path = folly/memory/Malloc.h; sourceTree = ""; }; + BB036E8BBA7A55B58C802A43F2DFCB3C /* ARTTextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTTextManager.h; sourceTree = ""; }; + BB12E9E2D34F4D7BAF21B04BA844937E /* krb5_asn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = krb5_asn.h; path = ios/include/openssl/krb5_asn.h; sourceTree = ""; }; + BB3ACAE11B485412DF876F885CEF9428 /* SDWebImageCacheKeyFilter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageCacheKeyFilter.m; path = SDWebImage/Core/SDWebImageCacheKeyFilter.m; sourceTree = ""; }; + BB41E7DC024DEA7173626E2349DA6AEA /* random_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = random_utils.c; path = src/utils/random_utils.c; sourceTree = ""; }; + BB42CF3B380B72E8CD28585A7E09D6F1 /* ARTSolidColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTSolidColor.m; sourceTree = ""; }; + BB4309970289554AEBFBCF59553D45F9 /* libwebp-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "libwebp-dummy.m"; sourceTree = ""; }; + BB462F456A6FC28C69C4B83FF425FD06 /* RNCSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewManager.h; path = ios/SafeAreaView/RNCSafeAreaViewManager.h; sourceTree = ""; }; + BB47EDF57E9361B1F43D8EADB3FDAD15 /* Payload.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Payload.cpp; path = rsocket/Payload.cpp; sourceTree = ""; }; + BB60E8FCBAC4F721188E4202F9EED812 /* Color+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Color+Interpolation.h"; sourceTree = ""; }; + BB9D886F625826C84E7FE3E2E9BFDE9D /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTActionSheetManager.h; path = React/CoreModules/RCTActionSheetManager.h; sourceTree = ""; }; + BBB0B41477179F29C6937861D4E759AE /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; + BBBE3FE7C8F19DC9A17E4E9E43A19989 /* engine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = engine.h; path = ios/include/openssl/engine.h; sourceTree = ""; }; + BBEFFFEA1C651E5F663438653B6FECA1 /* React-RCTImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTImage.debug.xcconfig"; sourceTree = ""; }; + BC3128230826973F9557BC686190857E /* BSG_KSFileUtils.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSFileUtils.c; sourceTree = ""; }; BC41F4BEFC115303267857B135A144AE /* libUMPermissionsInterface.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMPermissionsInterface.a; path = libUMPermissionsInterface.a; sourceTree = BUILT_PRODUCTS_DIR; }; - BC42D61E6E43872A73A61B0D1DA66B59 /* BugsnagSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSession.h; sourceTree = ""; }; - BC72726E80C2B659552C755BBD8A7ADC /* comp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = comp.h; path = ios/include/openssl/comp.h; sourceTree = ""; }; - BC841FBE42026960D4A389204D6FFC19 /* FrameSerializer_v1_0.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameSerializer_v1_0.cpp; path = rsocket/framing/FrameSerializer_v1_0.cpp; sourceTree = ""; }; - BC98D515484152DE9D3CDCADF1FEF88A /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; - BCA5467EA19DEC41DC2EF05CBE86EAD4 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - BCB37BC54EC2E1AE5C4F46CE86DBA079 /* Format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Format.cpp; path = folly/Format.cpp; sourceTree = ""; }; - BCC4EE999CD430B8FFA02F390726BFDD /* UIImage+CropRotate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+CropRotate.m"; path = "Objective-C/TOCropViewController/Categories/UIImage+CropRotate.m"; sourceTree = ""; }; - BCDC50C63E9ED4A8D1D1EDB7D2FC984C /* EXConstants-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXConstants-dummy.m"; sourceTree = ""; }; - BCDCB7A50224E30A9673CD5F91316940 /* FIRCLSSymbolResolver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSymbolResolver.m; path = Crashlytics/Crashlytics/Models/FIRCLSSymbolResolver.m; sourceTree = ""; }; - BCEA66EAC534E65983298B3C92945D51 /* BugsnagHandledState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagHandledState.m; sourceTree = ""; }; - BCF15BE370522A7E3BDDF978DCC7F375 /* SharedPromise-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SharedPromise-inl.h"; path = "folly/futures/SharedPromise-inl.h"; sourceTree = ""; }; - BCF5D42B3F67D729026AD63A214F5296 /* DispatchMessageQueueThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = DispatchMessageQueueThread.h; sourceTree = ""; }; - BCF5DA7CF8F37C283C200110140F8F68 /* UMCameraInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCameraInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - BD01D0707035561709B85B549CACE6C2 /* ScopedEventBaseThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScopedEventBaseThread.h; path = folly/io/async/ScopedEventBaseThread.h; sourceTree = ""; }; - BD31923E0AD84C5415849E7517EEEB97 /* RCTImagePlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImagePlugins.h; path = Libraries/Image/RCTImagePlugins.h; sourceTree = ""; }; - BD33BA3300183AD754AA265F6FFEFC1D /* GULNetworkConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkConstants.h; path = GoogleUtilities/Network/Private/GULNetworkConstants.h; sourceTree = ""; }; - BD36BC584892718F34890F8D4A777371 /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageEditingManager.h; path = Libraries/Image/RCTImageEditingManager.h; sourceTree = ""; }; - BD51E6303F4501EE0928690C058C94C1 /* Math.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Math.h; path = folly/Math.h; sourceTree = ""; }; + BC5985BED0D370AB99C1D5EA769584D2 /* anim_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_encode.c; path = src/mux/anim_encode.c; sourceTree = ""; }; + BC7E48F69E87B647894582346A4CBA45 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Sources/Private/FIRComponent.h; sourceTree = ""; }; + BC7E729CB26CF7A4565F1A43F8874F06 /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; + BCA6CB9C2C8FD62CAB2BB5D442BA53DC /* RCTPackagerConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPackagerConnection.h; sourceTree = ""; }; + BCAB06F222EE547FA427E2F892BF57F1 /* EnvUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EnvUtil.h; path = folly/experimental/EnvUtil.h; sourceTree = ""; }; + BCAD7BD186EE694DCC891522EB744557 /* FutureDAG.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FutureDAG.h; path = folly/experimental/FutureDAG.h; sourceTree = ""; }; + BCB813BD76D4B501AF168AF0D59AE7A8 /* Instance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Instance.h; sourceTree = ""; }; + BCC5C9DD20DA99E814C6CC3DA5CEFBD4 /* HeterogeneousAccess-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "HeterogeneousAccess-fwd.h"; path = "folly/container/HeterogeneousAccess-fwd.h"; sourceTree = ""; }; + BCE9490F54B5B10355345E77E8A8AFA4 /* RCTWebSocketExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTWebSocketExecutor.mm; sourceTree = ""; }; + BCFB39DA6BFF23700B03984AEF4DEE2C /* BitVectorCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitVectorCoding.h; path = folly/experimental/BitVectorCoding.h; sourceTree = ""; }; + BD36017FAEED162C06539E2DC0E3565B /* React-jsi-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsi-dummy.m"; sourceTree = ""; }; + BD524A23A00372445FD8C168B40E19B0 /* FIRInstallationsHTTPError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsHTTPError.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.m; sourceTree = ""; }; + BD6E3FC5A898C2B1E0A832C3B2E2B927 /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSRWebSocket.m; path = Libraries/WebSocket/RCTSRWebSocket.m; sourceTree = ""; }; + BD6E560F8A3A9A5DED62B5D952DF111A /* CancellationToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CancellationToken.h; path = folly/CancellationToken.h; sourceTree = ""; }; BD71E2539823621820F84384064C253A /* libReact-Core.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-Core.a"; path = "libReact-Core.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - BD7A41C09FDD745D8AF3F4760AAFEAE0 /* boost-for-react-native.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "boost-for-react-native.release.xcconfig"; sourceTree = ""; }; - BD7BA55695582C86602F50911A02A313 /* pl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pl.lproj; path = "Objective-C/TOCropViewController/Resources/pl.lproj"; sourceTree = ""; }; - BD9FA0524F2F2072C57080B900D5CA4C /* InspectorInterfaces.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = InspectorInterfaces.h; sourceTree = ""; }; - BDB4ED5294AA1A7FDD97EBDF8F0695BF /* UIImage+ForceDecode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ForceDecode.h"; path = "SDWebImage/Core/UIImage+ForceDecode.h"; sourceTree = ""; }; - BDB8C27234893976DE79180ABA1303FE /* SanitizeThread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SanitizeThread.cpp; path = folly/synchronization/SanitizeThread.cpp; sourceTree = ""; }; - BDC8E968D4462A689FAC24C6F6D19167 /* react-native-simple-crypto-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-simple-crypto-umbrella.h"; sourceTree = ""; }; - BDCE9DF44E6A63C7D2EF6B783B3B6998 /* Stdlib.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Stdlib.cpp; path = folly/portability/Stdlib.cpp; sourceTree = ""; }; - BDD0D914B54B0EF3FBF9F7323D8D6450 /* SKScrollViewDescriptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKScrollViewDescriptor.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKScrollViewDescriptor.m; sourceTree = ""; }; - BDF95C91B7B6BF0C8E841432CF902AAE /* openssl_aesv8-armx.S */ = {isa = PBXFileReference; includeInIndex = 1; name = "openssl_aesv8-armx.S"; path = "Core/aes/openssl/openssl_aesv8-armx.S"; sourceTree = ""; }; - BE1DD4983C9A55580BECB9C6C3D697D8 /* Orientation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Orientation.h; path = iOS/RCTOrientation/Orientation.h; sourceTree = ""; }; - BE2485EB40A473283E3DDB4FDC3DD307 /* ARTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTSurfaceView.h; path = ios/ARTSurfaceView.h; sourceTree = ""; }; - BE37596BE9787023FC7E44C4628D1D3C /* FlipperStateUpdateListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperStateUpdateListener.h; path = iOS/FlipperKit/FlipperStateUpdateListener.h; sourceTree = ""; }; - BE427ABA26B789B1746BCEA07C8D1471 /* filters_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = filters_utils.h; path = src/utils/filters_utils.h; sourceTree = ""; }; - BE564646604F6F4908A82287F1BBAA50 /* UMModuleRegistryAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryAdapter.h; sourceTree = ""; }; - BE5697EBE3A200BB755F830F136BF7E9 /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; - BE600531577A0E4E700C73D6C7A679C1 /* QBSlomoIconView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBSlomoIconView.m; path = ios/QBImagePicker/QBImagePicker/QBSlomoIconView.m; sourceTree = ""; }; - BE61360ED2221756412E00D4A832B423 /* ConnectionSet.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ConnectionSet.cpp; path = rsocket/internal/ConnectionSet.cpp; sourceTree = ""; }; - BE7707A3BA4C57DE0BC7B3DCF73409CF /* Rcu-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Rcu-inl.h"; path = "folly/synchronization/Rcu-inl.h"; sourceTree = ""; }; - BE7F4F2737EBFB9FC5D5DB1BD0291E83 /* FIRCLSAllocate.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSAllocate.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.c; sourceTree = ""; }; - BE82F5A5DE33C648810F488B50A4D600 /* FIRAnalyticsInteropListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInteropListener.h; path = Interop/Analytics/Public/FIRAnalyticsInteropListener.h; sourceTree = ""; }; - BE8ECAA294EE7A5AEC34384A2F6CBD09 /* GULLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerLevel.h; path = GoogleUtilities/Logger/Public/GULLoggerLevel.h; sourceTree = ""; }; - BE98AC64A4E284AFA764335D64B38D2F /* FIRCLSExecutionIdentifierModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSExecutionIdentifierModel.m; path = Crashlytics/Crashlytics/Models/FIRCLSExecutionIdentifierModel.m; sourceTree = ""; }; - BEAC5D71B8517D2AB86411D48AC0B5D3 /* TOCropViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropViewController.m; path = "Objective-C/TOCropViewController/TOCropViewController.m"; sourceTree = ""; }; - BEAE15B76FF64308ACA8E6BD3F30AD2D /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; - BEC4154AEEF4D4F1C5F31A16732276E7 /* FLEXNetworkObserver.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FLEXNetworkObserver.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkObserver.mm; sourceTree = ""; }; - BEC7AAB11A153C17BDC1E61061D0787A /* REAConcatNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAConcatNode.h; sourceTree = ""; }; - BED66581570890F1746D971B5BA500AA /* LNAnimatorTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNAnimatorTemp.m; sourceTree = ""; }; - BEDC928B5F9D27F2F3F7C3B650E3A560 /* EXAVPlayerData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVPlayerData.h; path = EXAV/EXAVPlayerData.h; sourceTree = ""; }; - BEEB53C6E2E4495FBE909A43D544B7CB /* Array.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Array.h; path = folly/container/Array.h; sourceTree = ""; }; - BF079694620A978EDE48B5F2542D581D /* QueuedImmediateExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QueuedImmediateExecutor.h; path = folly/executors/QueuedImmediateExecutor.h; sourceTree = ""; }; - BF13FFC3A4053B02F09E8B4934963290 /* RNFBRCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBRCTEventEmitter.m; path = ios/RNFBApp/RNFBRCTEventEmitter.m; sourceTree = ""; }; - BF1D0B67E9443AE7343F5B4F301D1C5C /* RCTNetworkPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkPlugins.h; path = Libraries/Network/RCTNetworkPlugins.h; sourceTree = ""; }; + BD7302FAB4F4009164CF7FAEDA33F437 /* BSG_KSSystemInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfo.h; sourceTree = ""; }; + BD7AE8B0D546DE3624AFC0EDEAE2C4F0 /* Config.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Config.h; path = folly/portability/Config.h; sourceTree = ""; }; + BD7DAB4D4673FC4EFCB08E33A8AE04BB /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; + BDB0D394E2A8D5C868564B78C9C6266C /* RCTBlobPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobPlugins.mm; sourceTree = ""; }; + BDCAEB30AD8C7642C64679A17612E4C1 /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = String.cpp; path = folly/String.cpp; sourceTree = ""; }; + BDD88D93EF5423C2CADBE43F89A62E30 /* GDTCORTransport_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransport_Private.h; path = GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransport_Private.h; sourceTree = ""; }; + BDE34BBB71AE10BE2B1FDCDDAC064C50 /* EXSessionDownloadTaskDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionDownloadTaskDelegate.h; sourceTree = ""; }; + BDE7EE7B42832DED37141F369D9B05C1 /* BugsnagCrashSentry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashSentry.m; sourceTree = ""; }; + BDFF56B500F62AFA61E4035044F1EAF9 /* OpenSSLHash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLHash.h; path = folly/ssl/OpenSSLHash.h; sourceTree = ""; }; + BE12DCF35841427D90897AED0993855E /* EventHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventHandler.cpp; path = folly/io/async/EventHandler.cpp; sourceTree = ""; }; + BE1DD6BEB5772073CB1B497EE3EFACAD /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; + BE28986CA479F1CD5BF358417B4FF008 /* BSG_KSMachHeaders.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachHeaders.h; sourceTree = ""; }; + BE396E9C371A35BA49411AADC81C481A /* bit_reader_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bit_reader_utils.h; path = src/utils/bit_reader_utils.h; sourceTree = ""; }; + BE5BD84C4AD1A7D221D541EBDF680E48 /* RNCSafeAreaViewMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewMode.m; path = ios/SafeAreaView/RNCSafeAreaViewMode.m; sourceTree = ""; }; + BE5DBFA20A4750FA7E415654F18A0821 /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTiming.h; path = React/CoreModules/RCTTiming.h; sourceTree = ""; }; + BE5EE285FADD586783B42D22E550058B /* EXFileSystem-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXFileSystem-dummy.m"; sourceTree = ""; }; + BE65CAB0DB1BEB44C68B52C7C4D7E033 /* DistributedMutex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = DistributedMutex.cpp; path = folly/synchronization/DistributedMutex.cpp; sourceTree = ""; }; + BE7AF6E8EF8C8C07FA804A5DD3D5799A /* RCTImageStoreManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageStoreManager.h; path = Libraries/Image/RCTImageStoreManager.h; sourceTree = ""; }; + BE7FE478CD38B0D49006AA2D6A850AF4 /* TOCropOverlayView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropOverlayView.h; path = "Objective-C/TOCropViewController/Views/TOCropOverlayView.h"; sourceTree = ""; }; + BE8076D11AD8635E478493A6C67EA941 /* BitIteratorDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitIteratorDetail.h; path = folly/container/detail/BitIteratorDetail.h; sourceTree = ""; }; + BE96E409902C6E3A692B67FA52C91000 /* Ionicons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Ionicons.ttf; path = Fonts/Ionicons.ttf; sourceTree = ""; }; + BEA07B1F1F4CB4021CF31AC66FFE168E /* RNFetchBlobRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobRequest.h; path = ios/RNFetchBlobRequest.h; sourceTree = ""; }; + BEA4161DCE8B474AA7FD663A2D72A5BA /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JsArgumentHelpers-inl.h"; sourceTree = ""; }; + BEA6CA60FB2A78DD37453D957B401DE4 /* RCTImageURLLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageURLLoader.h; path = Libraries/Image/RCTImageURLLoader.h; sourceTree = ""; }; + BEBBD38FC09E4CCBE8C7BFBECFF6BD80 /* RCTTextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextView.m; sourceTree = ""; }; + BEC3066DC9C5D09CB3034384AFBBD902 /* Observables.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Observables.h; path = yarpl/observable/Observables.h; sourceTree = ""; }; + BED55F57EAFF64987DBA63EAA578E999 /* RootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RootView.h; path = ios/RootView.h; sourceTree = ""; }; + BEF9CD8D460017388F3FDB09E150EAAF /* EXAV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAV.h; path = EXAV/EXAV.h; sourceTree = ""; }; + BEFB764D65B20FA8154B77A1DDED76E2 /* FBLPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromise.h; path = Sources/FBLPromises/include/FBLPromise.h; sourceTree = ""; }; + BF0816983A4601DA59629B393984177F /* FlowableOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlowableOperator.h; path = yarpl/flowable/FlowableOperator.h; sourceTree = ""; }; + BF1088D50F07CDE8E70094EE660E11BF /* React-RCTVibration.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTVibration.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + BF17BE0FB290A92D8674D950529E0C80 /* ClockGettimeWrappers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ClockGettimeWrappers.h; path = folly/ClockGettimeWrappers.h; sourceTree = ""; }; BF1F456334C248BD77BE65C60F42FF67 /* libreact-native-simple-crypto.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-simple-crypto.a"; path = "libreact-native-simple-crypto.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - BF2B30EF82B7934616771D3467F38D22 /* UIImage+CropRotate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+CropRotate.h"; path = "Objective-C/TOCropViewController/Categories/UIImage+CropRotate.h"; sourceTree = ""; }; - BF2C8ECBFA5FF2047EE6A7639855E1EE /* FIRCLSDemangleOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDemangleOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.h; sourceTree = ""; }; - BF2FC538854798EBA57ACE5F44D5C44C /* TOCropViewControllerTransitioning.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropViewControllerTransitioning.m; path = "Objective-C/TOCropViewController/Models/TOCropViewControllerTransitioning.m"; sourceTree = ""; }; - BF36E28ACA57A19A1D74DF15CAF5CE60 /* FBLPromise+Reduce.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Reduce.m"; path = "Sources/FBLPromises/FBLPromise+Reduce.m"; sourceTree = ""; }; - BF4033BC5753BD5C63EEF66F4CF64336 /* MemoryMapping.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryMapping.h; path = folly/system/MemoryMapping.h; sourceTree = ""; }; - BF4DCCA53693578C34B1732F3A27FC50 /* RNGestureHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandler.h; path = ios/RNGestureHandler.h; sourceTree = ""; }; - BF52FF970F297F2A1500DE1DFCE1AD58 /* FIRInstallationsIIDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.h; sourceTree = ""; }; - BF590B632FAF586936466586953E8757 /* RNFBAnalytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBAnalytics.debug.xcconfig; sourceTree = ""; }; - BF77F614E49956A68EDD8CA33457A6FB /* EXAV.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAV.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - BF9980EBA3CAD4151B7A8D800954C6EF /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.m; sourceTree = ""; }; - BF9994A9BA1D7253ED603A7D46D22859 /* RCTPbkdf2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPbkdf2.h; path = ios/RCTCrypto/RCTPbkdf2.h; sourceTree = ""; }; - BFA5D0E04256A2623961839422E2883C /* histogram_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = histogram_enc.c; path = src/enc/histogram_enc.c; sourceTree = ""; }; - BFBD6AF07A05D415C4A1FF5C04FA82D3 /* React.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.release.xcconfig; sourceTree = ""; }; - BFC3AE5F07C7BC9197076D4279ECD81B /* contents.xcworkspacedata */ = {isa = PBXFileReference; includeInIndex = 1; path = contents.xcworkspacedata; sourceTree = ""; }; - BFE6FC1E74E6BAF4C3B3E91E02A9FBB9 /* FBLPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromise.h; path = Sources/FBLPromises/include/FBLPromise.h; sourceTree = ""; }; - C00CC7DA96CFD69C24C5224CD51771A9 /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; - C0121B639D2B9A1F63CF4A814939D9FF /* RNNotificationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationUtils.h; path = RNNotifications/RNNotificationUtils.h; sourceTree = ""; }; - C01266DED3FE776E819F84F9D98D2D1D /* NSData+ImageContentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+ImageContentType.h"; path = "SDWebImage/Core/NSData+ImageContentType.h"; sourceTree = ""; }; - C01F0B2EBD3F1D14E48394F47F5F1263 /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; - C03B22E2C9BF30353CB5D303EDE50A41 /* EXSessionTaskDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXSessionTaskDelegate.h; sourceTree = ""; }; - C03C0C8A2A38358E16C605FCA9AF0D96 /* LockFreeRingBuffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LockFreeRingBuffer.h; path = folly/experimental/LockFreeRingBuffer.h; sourceTree = ""; }; - C03DC3C7A1DE0BF1EFB615AFB651FC84 /* quant_levels_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = quant_levels_utils.h; path = src/utils/quant_levels_utils.h; sourceTree = ""; }; - C03E3C13A64DF58BB30696C60BB83215 /* RCTFileReaderModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFileReaderModule.mm; sourceTree = ""; }; - C049CAF137A7341CAC261744B702FC33 /* RValueReferenceWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RValueReferenceWrapper.h; path = folly/lang/RValueReferenceWrapper.h; sourceTree = ""; }; - C062F9A39EEB9275A7BF9EE2958DA5C5 /* SKHighlightOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKHighlightOverlay.h; path = iOS/Plugins/FlipperKitPluginUtils/FlipperKitHighlightOverlay/SKHighlightOverlay.h; sourceTree = ""; }; - C06B71FBC2DB955815FD8E041679DB2A /* RCTConvert+Text.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+Text.h"; path = "Libraries/Text/RCTConvert+Text.h"; sourceTree = ""; }; - C080F2B8018BBFCDEEB578997A1CAADA /* FBLPromise+Recover.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Recover.h"; path = "Sources/FBLPromises/include/FBLPromise+Recover.h"; sourceTree = ""; }; - C084CA14DDE6D42328FBEC220467FD35 /* GULLoggerCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerCodes.h; path = GoogleUtilities/Common/GULLoggerCodes.h; sourceTree = ""; }; - C090B24AD2C27BC1D479C3F79FDA9C90 /* UMCore-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMCore-prefix.pch"; sourceTree = ""; }; - C0957EE3592D121458E7C61A15508D77 /* Conv.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Conv.cpp; path = folly/Conv.cpp; sourceTree = ""; }; - C0A193F238AC171C705B7F14AC31329D /* SpookyHashV1.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SpookyHashV1.cpp; path = folly/hash/SpookyHashV1.cpp; sourceTree = ""; }; - C0AF909A03CFF03B6B3DF8D7E4D475BE /* threadsafe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = threadsafe.h; sourceTree = ""; }; - C0B86EDFA98DFC90DCC5ED8CD0F70E14 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Sources/Private/FIRAppInternal.h; sourceTree = ""; }; - C0DB4469E018BAFB3B192F38E0C77247 /* CancelingSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CancelingSubscriber.h; path = yarpl/flowable/CancelingSubscriber.h; sourceTree = ""; }; - C0E0BDEC4FFB5522CC8BFDFD8259D135 /* FBReactNativeSpec-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBReactNativeSpec-prefix.pch"; sourceTree = ""; }; - C0E280F7071D46A1B56677706AAA3C1A /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Instance.cpp; sourceTree = ""; }; - C0EED539BEC35AEDD9125EE88F387FA9 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; - C0F650BD9B2E89028D222093EBFCE546 /* logging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = logging.h; path = src/glog/logging.h; sourceTree = ""; }; - C10A9AC474CBC2799A57620ECBA70166 /* ssl23.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl23.h; path = ios/include/openssl/ssl23.h; sourceTree = ""; }; - C10D2FC2F61DAE3AC068F2D0025108D5 /* ARTRenderable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTRenderable.m; path = ios/ARTRenderable.m; sourceTree = ""; }; - C11F2A5139FBF16924203EA00ACF06A0 /* RNRootView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNRootView-dummy.m"; sourceTree = ""; }; - C128A3ECF2C13886338A29EE199127B4 /* RNFetchBlobReqBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobReqBuilder.m; path = ios/RNFetchBlobReqBuilder.m; sourceTree = ""; }; - C128C1AE41068DFB62426FF064645B26 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - C12CCF59589572CA496395413F1D2B41 /* idea.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = idea.h; path = ios/include/openssl/idea.h; sourceTree = ""; }; - C13D4679542E50FEF462C853C9DE8D61 /* FIRCLSContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSContext.h; path = Crashlytics/Crashlytics/Components/FIRCLSContext.h; sourceTree = ""; }; - C15193F2B4444557DDD3E00FDC1C3946 /* conf_api.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = conf_api.h; path = ios/include/openssl/conf_api.h; sourceTree = ""; }; + BF20C4A8DC5AE9E7EE845AE5CDE38B7A /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; + BF2B2E83A1C8AF81671636470274DDB0 /* RCTVibrationPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTVibrationPlugins.h; path = Libraries/Vibration/RCTVibrationPlugins.h; sourceTree = ""; }; + BF40B4DD4D1F04FE796D486E30C2BB21 /* ManualTimekeeper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ManualTimekeeper.cpp; path = folly/futures/ManualTimekeeper.cpp; sourceTree = ""; }; + BF4A34025B092475659484220613279B /* TurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModule.h; path = turbomodule/core/TurboModule.h; sourceTree = ""; }; + BF5B4682777A538FD7233ADB118F09B5 /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; + BF8E84814157F6E8772D4FFD1848934B /* SKRequestInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKRequestInfo.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKRequestInfo.h; sourceTree = ""; }; + BFA60CF1DFA26AE283DA6EC7BDA260F4 /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; + BFAEF3C69F3A3C84C4982FD3BB6CF878 /* React-RCTVibration-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTVibration-dummy.m"; sourceTree = ""; }; + BFB5272AC8FC90EDF7FC1C7F79C7CC55 /* RNFastImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFastImage-dummy.m"; sourceTree = ""; }; + BFB82A854C66D4D0866B56B42A47C362 /* RNNativeViewHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNNativeViewHandler.h; sourceTree = ""; }; + BFC337FA105ABFFA37FA4522A4B56119 /* RNFBCrashlyticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBCrashlyticsModule.h; path = ios/RNFBCrashlytics/RNFBCrashlyticsModule.h; sourceTree = ""; }; + C005EF54F2B3AE4774A70B7608A3DE57 /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; + C009656349BBFE7CB97649ED1DE75267 /* Atomic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Atomic.h; path = folly/portability/Atomic.h; sourceTree = ""; }; + C01297A562DADA66A729788E8119C377 /* BSG_KSSystemInfoC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSystemInfoC.h; sourceTree = ""; }; + C0236C0F9A80F225B22962999B45527A /* RNCPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCPickerManager.m; path = ios/RNCPickerManager.m; sourceTree = ""; }; + C065423E7B19916572D938E1977291DC /* TOCropViewController-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "TOCropViewController-dummy.m"; sourceTree = ""; }; + C06A09FBABAB63845B792354730B996E /* RNGestureHandler.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNGestureHandler.release.xcconfig; sourceTree = ""; }; + C07A942D53BE5BF832D81FAEA9D7E44C /* RNPushKit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKit.m; path = RNNotifications/RNPushKit.m; sourceTree = ""; }; + C07BF2239EAC032AE2E37B6FC1EF511F /* RCTTextViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextViewManager.h; sourceTree = ""; }; + C0B8134D46696A6E4DD43710C54D2F23 /* BugsnagConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagConfiguration.m; sourceTree = ""; }; + C0CA668B93BFB8EC9E3C5C1F0A74F75A /* jsi.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = jsi.cpp; sourceTree = ""; }; + C0D9B8B5AADC7DAB66A1964F571B419F /* Malloc.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Malloc.cpp; path = folly/portability/Malloc.cpp; sourceTree = ""; }; + C0DAB47F808687571AA438E2CDCD9377 /* SoftRealTimeExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SoftRealTimeExecutor.h; path = folly/executors/SoftRealTimeExecutor.h; sourceTree = ""; }; + C12606E850D767BF6B6D776479AA7767 /* FileUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FileUtil.cpp; path = folly/FileUtil.cpp; sourceTree = ""; }; + C12AB2C47B02953CAB472BDE37F03AF5 /* FIRCLSMachOSlice.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachOSlice.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOSlice.h; sourceTree = ""; }; + C13068CCA9200DA009301B6DFA22902F /* UIImage+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Transform.h"; path = "SDWebImage/Core/UIImage+Transform.h"; sourceTree = ""; }; + C134C943F7EE8CCBEAD0E960B28575FE /* RCTBackedTextInputDelegateAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBackedTextInputDelegateAdapter.m; sourceTree = ""; }; + C138B322F2D4E5452FBBA7A7084C7E87 /* Instructions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Instructions.h; path = folly/experimental/Instructions.h; sourceTree = ""; }; + C13974B132B2AB8D6EDD473EAD3F0430 /* REACallFuncNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REACallFuncNode.h; sourceTree = ""; }; + C14B2C9A65A88624CC62752367818368 /* RCTAnimationPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationPlugins.h; path = Libraries/NativeAnimation/RCTAnimationPlugins.h; sourceTree = ""; }; + C14CECD402B9C28C1034389791AF10D1 /* UMNativeModulesProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMNativeModulesProxy.h; sourceTree = ""; }; + C1504A7253E1609BB6384B51312540F7 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + C16648A9160A54F2C897160604630693 /* Try.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Try.h; path = folly/Try.h; sourceTree = ""; }; + C1771026D19FD5FC4CB817918EEECC2F /* bignum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bignum.h; path = "double-conversion/bignum.h"; sourceTree = ""; }; C1A919103EAC9813D236486C34FC0A21 /* libReact-RCTVibration.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTVibration.a"; path = "libReact-RCTVibration.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - C1B2DBAC1A4BD4448086166E740F4146 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; - C1C3F46EF477ABFA1C89C30171E5F1B5 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Sources/Private/FIROptionsInternal.h; sourceTree = ""; }; - C1D2448E65B8873E3070773A862409E5 /* EXAppleAuthenticationRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppleAuthenticationRequest.h; path = EXAppleAuthentication/EXAppleAuthenticationRequest.h; sourceTree = ""; }; - C1DCE46E0EF334E3EE9FD667615B0022 /* RCTUIImageViewAnimated.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTUIImageViewAnimated.h; path = Libraries/Image/RCTUIImageViewAnimated.h; sourceTree = ""; }; - C1EAC9670A6FA84B2A53D1774A4D526F /* RNLongPressHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNLongPressHandler.h; sourceTree = ""; }; - C208A71EE487DCDF534F81D17834990D /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderOperation.m; path = SDWebImage/Core/SDWebImageDownloaderOperation.m; sourceTree = ""; }; - C231B37854825087ECFC2B6882907339 /* LongLivedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LongLivedObject.h; path = turbomodule/core/LongLivedObject.h; sourceTree = ""; }; - C23B4C52D7A83F91B79B14126B5E071D /* GULSecureCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSecureCoding.h; path = GoogleUtilities/Environment/Private/GULSecureCoding.h; sourceTree = ""; }; - C24F9FDF75B9AC24D24158854786F70E /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_common.c; sourceTree = ""; }; - C27276B514AB4D4A684E6B208E67BB0C /* KeepaliveTimer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = KeepaliveTimer.cpp; path = rsocket/internal/KeepaliveTimer.cpp; sourceTree = ""; }; - C27AE08C493677CE0B889A27251B20D5 /* FirebaseCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCrashlytics.h; path = Crashlytics/Crashlytics/Public/FirebaseCrashlytics.h; sourceTree = ""; }; - C27C13CB81C42E4D20605B82C71A1946 /* buffer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = buffer.h; path = src/event2/buffer.h; sourceTree = ""; }; - C289CAA777CCD1F9AED9435FD4826E8E /* RCTTextTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextTransform.h; path = Libraries/Text/RCTTextTransform.h; sourceTree = ""; }; - C28FE84810B1D4A425BB417353A8AAF3 /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; - C2B01740316879137E3E32341862AFBD /* SSLContext.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SSLContext.cpp; path = folly/io/async/SSLContext.cpp; sourceTree = ""; }; - C2C7B76B0CC56417E7F458C69F1FFD24 /* Parallel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Parallel.h; path = folly/gen/Parallel.h; sourceTree = ""; }; - C2C8ADADD6A279EE66A5217D05CBE0FE /* FIRCLSURLSessionTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLSessionTask.m; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionTask.m; sourceTree = ""; }; - C2E3886AEBE8FFCCD668767EE7F87772 /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; - C2E74DB9179352194A99B07A28BB9871 /* UMGyroscopeInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMGyroscopeInterface.h; path = UMSensorsInterface/UMGyroscopeInterface.h; sourceTree = ""; }; - C30F8DA261B08A27C678E5164238CE0E /* NativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeModule.h; sourceTree = ""; }; - C31DEF34BC7D6189C5FF84BC773E358C /* ThreadWheelTimekeeper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadWheelTimekeeper.h; path = folly/futures/ThreadWheelTimekeeper.h; sourceTree = ""; }; - C325064A6EA5D9402949DD01145027D3 /* SKNamed.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKNamed.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNamed.mm; sourceTree = ""; }; - C33322C87C8E49396967834067D815AB /* RCTTypedModuleConstants.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTypedModuleConstants.mm; sourceTree = ""; }; - C333ABF663C728F4FF84F32B0B6C69C6 /* ARTShadow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTShadow.h; path = ios/ARTShadow.h; sourceTree = ""; }; - C336C3B83602CA90D8F026207A00117C /* FIRAValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAValue.h; path = Crashlytics/Crashlytics/Helpers/FIRAValue.h; sourceTree = ""; }; - C33BB238CADCC5E0F0560F8F2E68EBC8 /* EXLocalAuthentication.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXLocalAuthentication.m; path = EXLocalAuthentication/EXLocalAuthentication.m; sourceTree = ""; }; - C353C012F259DD368B40BCBCAA09A772 /* UMAppDelegateWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMAppDelegateWrapper.m; path = UMCore/UMAppDelegateWrapper.m; sourceTree = ""; }; - C35B83806E8E77D991706D6C1971206B /* BSG_KSCrashSentry_MachException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_MachException.h; sourceTree = ""; }; - C369DFB1636B35E39573021266AF2814 /* React-CoreModules.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.debug.xcconfig"; sourceTree = ""; }; - C3752B91DC1480998D51521C61007392 /* SDImageCacheConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheConfig.h; path = SDWebImage/Core/SDImageCacheConfig.h; sourceTree = ""; }; - C384457087514204230D1973C0DCBEDB /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; - C387249A52C5D3DCB6A12A1ED6101AA7 /* EXWebBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXWebBrowser.debug.xcconfig; sourceTree = ""; }; - C3A3640704C692D99F02742C519A8389 /* react-native-orientation-locker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-orientation-locker-prefix.pch"; sourceTree = ""; }; - C3ED6D34E846940D9812B7AEACE1B944 /* cached-powers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "cached-powers.h"; path = "double-conversion/cached-powers.h"; sourceTree = ""; }; - C3EF11ADADB3641A81FD1DD053CCFF28 /* RNJitsiMeetView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetView.m; path = ios/RNJitsiMeetView.m; sourceTree = ""; }; - C3FB335BEDDB40D240F7B9E6312904A5 /* React-RCTActionSheet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.release.xcconfig"; sourceTree = ""; }; - C408EA85E9DAEA1029C85517AF61189D /* RNFBMeta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBMeta.h; path = ios/RNFBApp/RNFBMeta.h; sourceTree = ""; }; - C40DEBA768CC1F4322D7532455FA6862 /* REATransitionAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REATransitionAnimation.h; sourceTree = ""; }; - C42837823C043FA922D3E4744155F7FD /* UMFaceDetectorInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFaceDetectorInterface.release.xcconfig; sourceTree = ""; }; - C43C20C34F60CD250222D1DF0B582335 /* IOBufQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOBufQueue.h; path = folly/io/IOBufQueue.h; sourceTree = ""; }; - C455507E255EAF296D7E10B2A25C296B /* Poly-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Poly-inl.h"; path = "folly/Poly-inl.h"; sourceTree = ""; }; - C455838F4A9B1EE055348A4ADF1C6599 /* CocoaLibEvent.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaLibEvent.release.xcconfig; sourceTree = ""; }; - C4732CB08D3E857BE4003AE03757879D /* UMAppLifecycleListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMAppLifecycleListener.h; sourceTree = ""; }; - C476E5005CAB0B867F5B132EADDD6D00 /* BSG_RFC3339DateTool.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_RFC3339DateTool.m; sourceTree = ""; }; - C478EA28D75CEBBD1704A2F15C8376DD /* Format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Format.cpp; path = folly/Format.cpp; sourceTree = ""; }; - C48AE43DA4B4569A8FFAED7113479B68 /* StorageIndexer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = StorageIndexer.m; path = ios/StorageIndexer.m; sourceTree = ""; }; - C48E9A83E63E39D491EB15218FFD1681 /* RangeSse42.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RangeSse42.h; path = folly/detail/RangeSse42.h; sourceTree = ""; }; - C4A448437DFA0776741806C3F9B28F1D /* RequestResponseThroughputTcp.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RequestResponseThroughputTcp.cpp; path = rsocket/benchmarks/RequestResponseThroughputTcp.cpp; sourceTree = ""; }; - C4CDDCEA6250D56B0707905B7B2E2D22 /* SKBufferingPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKBufferingPlugin.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKBufferingPlugin.h; sourceTree = ""; }; - C521E2C34171443DAE1CDFA75F139CE9 /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; - C54434C3B6F1CEE9E86C829E10D05D9C /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/Core/UIImage+MultiFormat.h"; sourceTree = ""; }; - C5466CA229963B782D90DA5F1F3AD5A9 /* GroupVarint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GroupVarint.h; path = folly/GroupVarint.h; sourceTree = ""; }; - C54C251BF9346A1B36C8DA9E7FBA7EE6 /* ARTNodeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTNodeManager.h; sourceTree = ""; }; - C554BDA941566119A09B3CF201DCE0F3 /* RNFBAnalyticsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBAnalyticsModule.h; path = ios/RNFBAnalytics/RNFBAnalyticsModule.h; sourceTree = ""; }; - C5D14040761F7CE9C743B244FF331E6E /* SDAsyncBlockOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAsyncBlockOperation.h; path = SDWebImage/Private/SDAsyncBlockOperation.h; sourceTree = ""; }; - C5DABE944D99BF9108E16AE93C5B918E /* RNGestureHandlerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerEvents.h; path = ios/RNGestureHandlerEvents.h; sourceTree = ""; }; - C5DE2A7329D2DA3BC1A14322FE80B4B9 /* React-RCTBlob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTBlob-dummy.m"; sourceTree = ""; }; - C5E23E524B3B53E0CFD4CCEF46839FC1 /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSExecutor.cpp; sourceTree = ""; }; - C5E67E296A6330DA7F76F5EEE84AAABA /* RNScreens-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNScreens-dummy.m"; sourceTree = ""; }; - C5E7BC409AF52CA0503EDF24955BBE03 /* React-jsinspector.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.release.xcconfig"; sourceTree = ""; }; - C5F53D7FA759004460307898420D14C4 /* BugsnagCollections.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCollections.h; sourceTree = ""; }; - C61740FE17E24FE5D9361189E05189EB /* RCTVirtualTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVirtualTextShadowView.h; sourceTree = ""; }; - C61CD55EC060153A9C2261DB2A80B65E /* SharedMutex.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SharedMutex.cpp; path = folly/SharedMutex.cpp; sourceTree = ""; }; - C62BA5A2139EC7412D6795BCC1DB5246 /* http_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = http_compat.h; path = src/event2/http_compat.h; sourceTree = ""; }; - C640BFCBBFCF5E6612863655D87CB747 /* cost_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_sse2.c; path = src/dsp/cost_sse2.c; sourceTree = ""; }; - C64235499C94E479DC68D9537E18C349 /* fixed-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "fixed-dtoa.cc"; path = "double-conversion/fixed-dtoa.cc"; sourceTree = ""; }; - C667B78961D68B6EA8B9E409313D4212 /* React-jsiexecutor.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-jsiexecutor.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - C6680C487D600FD829129EA8E3E7CB99 /* RNSScreenContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenContainer.h; path = ios/RNSScreenContainer.h; sourceTree = ""; }; - C6A3EA2764B3A71ABA48A8812D7F35B9 /* GULKeychainStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainStorage.h; path = GoogleUtilities/Environment/Private/GULKeychainStorage.h; sourceTree = ""; }; - C6A5189AD6A7197BB7851FE0FB19F1EB /* FIRInstallationsIDController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIDController.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.h; sourceTree = ""; }; - C6B25206C0031EED56859229CC716DDD /* FIRInstallationsAuthTokenResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResultInternal.h; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResultInternal.h; sourceTree = ""; }; - C6C8A98C3AC2652D7E3C06971E98152E /* FIRAnalyticsConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAnalyticsConfiguration.m; path = FirebaseCore/Sources/FIRAnalyticsConfiguration.m; sourceTree = ""; }; - C6D390EAE405762C56C3C680620901B9 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; - C6D97DE49E015306F3BADD28CFAF0CC0 /* RSocketServiceHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketServiceHandler.h; path = rsocket/RSocketServiceHandler.h; sourceTree = ""; }; - C6FE9C3572EA09135669CA44209C317E /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; - C7044B3A02E901E4DD0314AC6AAB9B78 /* React-Core-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-Core-dummy.m"; sourceTree = ""; }; - C70BEA44EE2B708E266B364AF932381F /* FLEXUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLEXUtility.h; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXUtility.h; sourceTree = ""; }; - C716B8332A58D032B260486B19258975 /* crashlytics.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = crashlytics.nanopb.h; path = Crashlytics/Protogen/nanopb/crashlytics.nanopb.h; sourceTree = ""; }; - C738A3D6F8E6C9C81DB1BED245AE894D /* Sockets.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Sockets.cpp; path = folly/portability/Sockets.cpp; sourceTree = ""; }; - C74102B34211BBB0EDAB59097A142AA3 /* rn-fetch-blob-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "rn-fetch-blob-dummy.m"; sourceTree = ""; }; - C752C75B5456DD2FD9DCBDD29CFB19F8 /* RCTBaseTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextShadowView.h; sourceTree = ""; }; - C754CF5C69AB2D1E1B2AB781731ED3EB /* FBLPromise+Retry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Retry.h"; path = "Sources/FBLPromises/include/FBLPromise+Retry.h"; sourceTree = ""; }; - C76C6E8E02540F70E356EC109FB7F42F /* srtp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = srtp.h; path = ios/include/openssl/srtp.h; sourceTree = ""; }; - C775A523D9C7196D0B2E0568D12293D9 /* FIRCLSURLSessionDownloadTask_PrivateMethods.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionDownloadTask_PrivateMethods.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDownloadTask_PrivateMethods.h; sourceTree = ""; }; + C1AD57D41D0AB9291B801F147FDFA4F7 /* react-native-simple-crypto-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-simple-crypto-prefix.pch"; sourceTree = ""; }; + C1C85BA612BBB6143955D2D584E3AA56 /* AsyncSocketException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncSocketException.h; path = folly/io/async/AsyncSocketException.h; sourceTree = ""; }; + C1CACBC29CB5B3D54A980F7F90CA2EE4 /* BSGConnectivity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGConnectivity.h; sourceTree = ""; }; + C1DD3CF6BEC61F49EB5A5BEA5652EDC6 /* ScheduledSingleSubscription.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScheduledSingleSubscription.cpp; path = rsocket/internal/ScheduledSingleSubscription.cpp; sourceTree = ""; }; + C1E518C2E2BB9CE5981E70CDDB4F785D /* it.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = it.lproj; path = "Objective-C/TOCropViewController/Resources/it.lproj"; sourceTree = ""; }; + C1E52FA4D9BCFDD07A04DAD979772DAD /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; + C1E6F883A71F4A30A2412A3C7C51B0CC /* react-native-mmkv-storage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-mmkv-storage.release.xcconfig"; sourceTree = ""; }; + C20F6A05F762286B608B5B3A769EBBE5 /* SKEnvironmentVariables.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKEnvironmentVariables.h; path = iOS/FlipperKit/SKEnvironmentVariables.h; sourceTree = ""; }; + C21303CAF567A1E8214B2AEDEDD6CF88 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + C223FAD2EBBFC29E331A4D7A5D52D5CC /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; + C249A96B7D4D45BD9A0AD53AB04DE566 /* RCTTypeSafety-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTTypeSafety-prefix.pch"; sourceTree = ""; }; + C253635FF1C1A32EBC240C5796976D2C /* RNCSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewLocalData.h; path = ios/SafeAreaView/RNCSafeAreaViewLocalData.h; sourceTree = ""; }; + C269164ABE0554ED5356E1D7761DAEF0 /* SKViewDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKViewDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewDescriptor.h; sourceTree = ""; }; + C26A92286CCDD6BA44A1E4FEA613AB77 /* dec_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_neon.c; path = src/dsp/dec_neon.c; sourceTree = ""; }; + C26D697121AAB596FBAD39901B1FE379 /* AsyncSSLSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncSSLSocket.cpp; path = folly/io/async/AsyncSSLSocket.cpp; sourceTree = ""; }; + C2C3DCB7B878FF43A71487C450A92C16 /* EXPermissions.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXPermissions.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + C2D336F53BE0006CBB1CCAABAA588234 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + C2D72A88FB01D49AFEFE11A05C051A11 /* Future.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Future.h; path = folly/futures/Future.h; sourceTree = ""; }; + C2D81EFF038681590027BEDA7DE4FB04 /* RCTDevMenu.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevMenu.mm; sourceTree = ""; }; + C2DED9D751A22723BE43ABF5B95E5233 /* React-RCTNetwork.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.debug.xcconfig"; sourceTree = ""; }; + C31BEAB1F84551C0E287ADC4BDCF2FDA /* ConcurrentBitSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConcurrentBitSet.h; path = folly/ConcurrentBitSet.h; sourceTree = ""; }; + C3283A8F8AE35DDBB093EC3780BE8186 /* SysTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysTypes.h; path = folly/portability/SysTypes.h; sourceTree = ""; }; + C32EF3C60F13E063531B75B349DE6D63 /* Instance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = Instance.cpp; sourceTree = ""; }; + C366131D88B4FA0933A8F80B363247DD /* RNFBCrashlyticsInitProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBCrashlyticsInitProvider.m; path = ios/RNFBCrashlytics/RNFBCrashlyticsInitProvider.m; sourceTree = ""; }; + C36C65075777F45F92B97BB4278D451E /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; + C3744C67DBF4721AD8F9EB1F2E4C76E9 /* FlipperClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperClient.h; path = iOS/FlipperKit/FlipperClient.h; sourceTree = ""; }; + C374E4C41C121E1C703616E68E6EE634 /* Portability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Portability.h; path = folly/Portability.h; sourceTree = ""; }; + C3824950301566D80B8BD7305ED995C6 /* YogaKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YogaKit.debug.xcconfig; sourceTree = ""; }; + C38CAF8CAFB941E27F8FC260A48F071B /* PromisesObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PromisesObjC-dummy.m"; sourceTree = ""; }; + C398BC2F20943EFB090F570ACF8B2BC3 /* FlipperStep.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FlipperStep.cpp; path = xplat/Flipper/FlipperStep.cpp; sourceTree = ""; }; + C39AF224FFAA5EE6F82F74DD9F667AAA /* TLSDefinitions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TLSDefinitions.h; path = folly/io/async/ssl/TLSDefinitions.h; sourceTree = ""; }; + C39FA2D898D6C5C24D94D62112237663 /* cached-powers.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "cached-powers.cc"; path = "double-conversion/cached-powers.cc"; sourceTree = ""; }; + C3A94FD63D730CAD60C4E93BC3718E64 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + C3B844EB0490A9915296690E4A218976 /* FIRInstallationsItem+RegisterInstallationAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstallationsItem+RegisterInstallationAPI.h"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.h"; sourceTree = ""; }; + C3B8BE8AD1C94904360109FB235B745E /* SDWebImageCacheSerializer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheSerializer.h; path = SDWebImage/Core/SDWebImageCacheSerializer.h; sourceTree = ""; }; + C3CAAF47AC03AF1B13FFA980EFB1CE2E /* RCTAnimationUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimationUtils.h; path = Libraries/NativeAnimation/RCTAnimationUtils.h; sourceTree = ""; }; + C3DEDD16BC98750F12AF65BB762532A0 /* RSocketException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketException.h; path = rsocket/RSocketException.h; sourceTree = ""; }; + C3FF137BADDFE43A3D43D7DD44A6676C /* CodedInputDataCrypt.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CodedInputDataCrypt.cpp; path = Core/CodedInputDataCrypt.cpp; sourceTree = ""; }; + C40627B821B6262FFC847427249ACE75 /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; + C40ABB1F6C64D36CD91AAB06CD591B0A /* UIImage+WebP.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+WebP.h"; path = "SDWebImageWebPCoder/Classes/UIImage+WebP.h"; sourceTree = ""; }; + C4179A90F10D5623F4F123DD3E8B43CB /* EXHaptics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXHaptics.release.xcconfig; sourceTree = ""; }; + C42111E92B595E5773248CA66E90415D /* RCTVirtualTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextViewManager.m; sourceTree = ""; }; + C439799B8CBB8A2C3F90298EFD4A0C62 /* PTPrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PTPrivate.h; path = peertalk/PTPrivate.h; sourceTree = ""; }; + C43F444BDAB37AC842D406BDCC5CB1E6 /* GlobalShutdownSocketSet.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = GlobalShutdownSocketSet.cpp; path = folly/io/GlobalShutdownSocketSet.cpp; sourceTree = ""; }; + C44B1AA0010B4FCC3299ECE2838C11ED /* YogaKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = YogaKit.release.xcconfig; sourceTree = ""; }; + C4579E79C68E1E8CDEA8F9ABC1AF1E04 /* FIRCoreDiagnostics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnostics.m; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnostics.m; sourceTree = ""; }; + C45EAFC34F4E6E42BE80363C5B4C369E /* MallocImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MallocImpl.cpp; path = folly/memory/detail/MallocImpl.cpp; sourceTree = ""; }; + C46FD25E47E045CA4C193072575AB3BC /* SDAnimatedImagePlayer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImagePlayer.h; path = SDWebImage/Core/SDAnimatedImagePlayer.h; sourceTree = ""; }; + C47A5AF10ACCF72807570D084FB9BAEB /* webp_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_dec.c; path = src/dec/webp_dec.c; sourceTree = ""; }; + C47B8307C806973CC3E2DE384F1D1D53 /* json.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json.h; path = folly/json.h; sourceTree = ""; }; + C47D5DA118FAD80E693FBAA44F0E8C30 /* FIRCLSReport_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReport_Private.h; path = Crashlytics/Crashlytics/Models/FIRCLSReport_Private.h; sourceTree = ""; }; + C4865922D1B88AF661EA95AD6268105C /* NamedThreadFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NamedThreadFactory.h; path = folly/executors/thread_factory/NamedThreadFactory.h; sourceTree = ""; }; + C488F6E9E2C0C1C0AC447D2DFF370D03 /* ssl2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl2.h; path = ios/include/openssl/ssl2.h; sourceTree = ""; }; + C4A663D153E0F28D47A96BF7B5C52DF1 /* EmitterFlowable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EmitterFlowable.h; path = yarpl/flowable/EmitterFlowable.h; sourceTree = ""; }; + C4C9A646245CBAA36A25E590A199519E /* AtomicReadMostlyMainPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicReadMostlyMainPtr.h; path = folly/experimental/AtomicReadMostlyMainPtr.h; sourceTree = ""; }; + C4DF22F1747968490088396150223C6F /* F14Set.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Set.h; path = folly/container/F14Set.h; sourceTree = ""; }; + C506F14B42C7F201B2297C1173C5BE7C /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + C518B7A7581D0F3AD6590FC1148458D8 /* CoreModulesPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CoreModulesPlugins.h; path = React/CoreModules/CoreModulesPlugins.h; sourceTree = ""; }; + C523363D27B74F9A78CE3659208CFF5B /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; + C53174054B145E3EBC1CB0898AC317C3 /* Throughput.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Throughput.h; path = rsocket/benchmarks/Throughput.h; sourceTree = ""; }; + C535F9D9F17CA6E72A0287E275AE0134 /* IOBufQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOBufQueue.h; path = folly/io/IOBufQueue.h; sourceTree = ""; }; + C53D17BDB7B7EC565F1FDD68F1D365E9 /* FlipperDiagnosticsViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FlipperDiagnosticsViewController.m; path = iOS/FlipperKit/FlipperDiagnosticsViewController.m; sourceTree = ""; }; + C53F9C211DE6924D23B1763F088E829E /* fa.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fa.lproj; path = "Objective-C/TOCropViewController/Resources/fa.lproj"; sourceTree = ""; }; + C54739594C9F12ED91B3A24A811C6E3C /* RNImageCropPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNImageCropPicker.debug.xcconfig; sourceTree = ""; }; + C5617F2FC998D480C862C4A4CDDC4B51 /* FlowableDoOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlowableDoOperator.h; path = yarpl/flowable/FlowableDoOperator.h; sourceTree = ""; }; + C567C255F63F38F24762D6EB66FFF82D /* RCTBlobCollector.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTBlobCollector.mm; sourceTree = ""; }; + C56E753DF2E940A7A5674D5655BB20CE /* SDImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageWebPCoder.h; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.h; sourceTree = ""; }; + C577B154D3157924324E6D839DADAE9C /* SKResponseInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKResponseInfo.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKResponseInfo.h; sourceTree = ""; }; + C59312940D5C2000A2013B02A2AF8650 /* ko.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ko.lproj; path = "Objective-C/TOCropViewController/Resources/ko.lproj"; sourceTree = ""; }; + C5B47DC84B841542AD04FE0E6E25B9AA /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; + C5B7AAFA713729F9C5BB9A62BE4646F7 /* FIRCLSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSLogger.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSLogger.m; sourceTree = ""; }; + C5EB6693FDBEB9022FC01E7F9C1008A8 /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; + C5F6A5C613EC06BE0F0D511B2CE61195 /* FLEXNetworkObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLEXNetworkObserver.h; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkObserver.h; sourceTree = ""; }; + C5F9BE1025F25C801E19AF5C42F0D4E9 /* Hazptr.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Hazptr.cpp; path = folly/synchronization/Hazptr.cpp; sourceTree = ""; }; + C621DC733E0F9E9E714AFB2B0586ABD4 /* React-RCTVibration-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTVibration-prefix.pch"; sourceTree = ""; }; + C6233E0DD2359073664D851443E0B10F /* UMInternalModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMInternalModule.h; sourceTree = ""; }; + C6273D51238E7841BF9D88DFEF87CC65 /* MoveWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MoveWrapper.h; path = folly/MoveWrapper.h; sourceTree = ""; }; + C642183D6DAB81C8548C7408E9B05C38 /* TcpDuplexConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpDuplexConnection.h; path = rsocket/transports/tcp/TcpDuplexConnection.h; sourceTree = ""; }; + C657C62307ED87B9F04DD3A09D8B41E0 /* react-native-restart.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-restart.release.xcconfig"; sourceTree = ""; }; + C65F6582CEBD8049AB1E31CD634A5D0F /* RNFetchBlob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFetchBlob.h; sourceTree = ""; }; + C682A629C402765771746F799F7D4901 /* React-RCTNetwork.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.release.xcconfig"; sourceTree = ""; }; + C6871F8960AF533D13FAB144243B5C14 /* ssl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl.h; path = ios/include/openssl/ssl.h; sourceTree = ""; }; + C687F98C396384C19C02AA33B5DB0E4C /* UMConstantsInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMConstantsInterface.release.xcconfig; sourceTree = ""; }; + C6AF270CECBF06B11607675A3A3D3D6C /* Foundation.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Foundation.ttf; path = Fonts/Foundation.ttf; sourceTree = ""; }; + C6D191D652CCE411D0475628BCCFE7EC /* EXAV.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXAV.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + C6D4C1D1E00C37EAF35F200B04D165CC /* SDWebImageCacheKeyFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCacheKeyFilter.h; path = SDWebImage/Core/SDWebImageCacheKeyFilter.h; sourceTree = ""; }; + C6D9BA4132CD7F81496EDB460D84B540 /* RCTTypeSafety.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.debug.xcconfig; sourceTree = ""; }; + C6D9E043574845A3987668917BF75CBE /* FIRCLSURLSessionDataTask_PrivateMethods.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionDataTask_PrivateMethods.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDataTask_PrivateMethods.h; sourceTree = ""; }; + C6F4A8050990EA72A50D3093D7F18E33 /* enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_neon.c; path = src/dsp/enc_neon.c; sourceTree = ""; }; + C706BBE8370AEFAA7F4D6ADEBF7F515B /* RNJitsiMeetViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNJitsiMeetViewManager.m; path = ios/RNJitsiMeetViewManager.m; sourceTree = ""; }; + C707517675AC50784ABF9405AC646704 /* BSG_KSCrashSentry.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry.c; sourceTree = ""; }; + C708CCD85CAC57F1B2FBD832AC85660C /* LongLivedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = LongLivedObject.h; path = turbomodule/core/LongLivedObject.h; sourceTree = ""; }; + C726E74F69DA1D805DC8E2F202BE9739 /* RNRootView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNRootView-prefix.pch"; sourceTree = ""; }; + C734EA9B27E68E23F2959BADCD475545 /* FBLPromise+Testing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Testing.h"; path = "Sources/FBLPromises/include/FBLPromise+Testing.h"; sourceTree = ""; }; + C74F1403727AB3EC02EA01887CFA5016 /* Firebase.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Firebase.release.xcconfig; sourceTree = ""; }; C777CF2FB1E39A45CBBDB54E8693F471 /* libRNReanimated.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNReanimated.a; path = libRNReanimated.a; sourceTree = BUILT_PRODUCTS_DIR; }; - C78EA828A631F445EFC6BCC2C458CB9D /* NestedCommandLineApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NestedCommandLineApp.h; path = folly/experimental/NestedCommandLineApp.h; sourceTree = ""; }; - C79D471E49B803B54D190F6B6821CD2D /* SKRequestInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKRequestInfo.m; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKRequestInfo.m; sourceTree = ""; }; - C7A22544738DFC64CDE627985E8FB1D3 /* Orientation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Orientation.m; path = iOS/RCTOrientation/Orientation.m; sourceTree = ""; }; - C7BDA7100CE6BFAF71C91A7977B5A72C /* SDWebImageDownloaderResponseModifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderResponseModifier.h; path = SDWebImage/Core/SDWebImageDownloaderResponseModifier.h; sourceTree = ""; }; - C7D1F469C74FBD5BB41B65AD5D79A22D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - C7D6110CB35E5160676C568CDE76032F /* SysTime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysTime.cpp; path = folly/portability/SysTime.cpp; sourceTree = ""; }; - C7D6B321F43E37FA21E7368F59BBC4A0 /* FlipperConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperConnection.h; path = iOS/FlipperKit/FlipperConnection.h; sourceTree = ""; }; - C7DB09385CEE3DC17A97C5FC71DE7769 /* Folly-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Folly-prefix.pch"; sourceTree = ""; }; - C7DEB6C4CF3F00AAC2540892471271A8 /* FlipperKitReactPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FlipperKitReactPlugin.m; path = iOS/Plugins/FlipperKitReactPlugin/FlipperKitReactPlugin/FlipperKitReactPlugin.m; sourceTree = ""; }; - C7E11666D47F939A291DC7D5FC3D8AAB /* FarmHash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FarmHash.h; path = folly/hash/FarmHash.h; sourceTree = ""; }; - C7E35C93D3CC1D83F6299B3F3E1A791F /* RNConfigReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNConfigReader.m; path = ios/RNConfigReader.m; sourceTree = ""; }; - C7E68DFB098E05B5083D27873C51F77B /* GDTCORConsoleLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORConsoleLogger.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORConsoleLogger.h; sourceTree = ""; }; - C7F49A8096E1BCD41EBE9C952174B32A /* RNEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNEventEmitter.m; path = RNNotifications/RNEventEmitter.m; sourceTree = ""; }; - C8001B3D51B88B0686442BC2A1B7722E /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; - C83C88982168614D25C0E035C0FD2754 /* MMKV_OSX.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKV_OSX.cpp; path = Core/MMKV_OSX.cpp; sourceTree = ""; }; - C83E02AC963574254755EE57EFBBAE50 /* FIRCLSUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUserDefaults.m; path = Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults.m; sourceTree = ""; }; - C85B7E2A8E3C4A8B8566B244E1229F51 /* AsyncUDPSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncUDPSocket.cpp; path = folly/io/async/AsyncUDPSocket.cpp; sourceTree = ""; }; - C879B3F0ABC7315D29D67BFD8AE69372 /* RangeCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RangeCommon.h; path = folly/detail/RangeCommon.h; sourceTree = ""; }; - C87E80FE68C4AD93CDFFC545150178CE /* Flipper-Folly-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-Folly-dummy.m"; sourceTree = ""; }; - C88A6816A9E5A8DB5A3A12825D3D6D61 /* BSG_KSMachHeaders.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSMachHeaders.m; sourceTree = ""; }; - C8A3A1269A440B44D781A3D3BA65286D /* SSLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSLSession.h; path = folly/ssl/SSLSession.h; sourceTree = ""; }; - C8A5C2884D62E785231CA92B75EB4AAD /* FrameHeader.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameHeader.cpp; path = rsocket/framing/FrameHeader.cpp; sourceTree = ""; }; - C8BB44DC7B67EA01EC111018314C5996 /* ProtocolVersion.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ProtocolVersion.cpp; path = rsocket/framing/ProtocolVersion.cpp; sourceTree = ""; }; - C8C518473F06458DDC9725AFE7B6ECD4 /* UMReactLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactLogHandler.h; sourceTree = ""; }; - C8EA09BB03924D29B28684688D0E36B7 /* CMakeLists.txt */ = {isa = PBXFileReference; includeInIndex = 1; name = CMakeLists.txt; path = rsocket/benchmarks/CMakeLists.txt; sourceTree = ""; }; - C9129EED39EB6E2B158D3ECCAA9506BF /* FlipperConnectionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperConnectionManager.h; path = xplat/Flipper/FlipperConnectionManager.h; sourceTree = ""; }; - C9197D1A6A1FE8FEE42C8297B78457B5 /* FIRCLSNetworkClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSNetworkClient.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSNetworkClient.h; sourceTree = ""; }; - C9292055303046B1849BC366ABEEEFAB /* RNFetchBlobFS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobFS.m; path = ios/RNFetchBlobFS.m; sourceTree = ""; }; - C95CDF55EE99D554FFAEB647387A76B2 /* CancellationToken.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CancellationToken.cpp; path = folly/CancellationToken.cpp; sourceTree = ""; }; - C978279428950E4E92E8EDEB02391BED /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - C9859FC26F437C5CBE678E84B178B18E /* alpha_processing.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing.c; path = src/dsp/alpha_processing.c; sourceTree = ""; }; - C9B30B4FE864013EB7BB2C7C2EEE5474 /* SysMembarrier.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysMembarrier.cpp; path = folly/portability/SysMembarrier.cpp; sourceTree = ""; }; - C9B749DC5EB16D1C3374F2F38ACA4753 /* FlipperKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FlipperKit.release.xcconfig; sourceTree = ""; }; - C9C6348A6E7EADAD052881C121A33C90 /* RNFetchBlobProgress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobProgress.h; path = ios/RNFetchBlobProgress.h; sourceTree = ""; }; - C9CD6EE372B86F06F6FD5B6E643753A6 /* RNFBCrashlyticsInitProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBCrashlyticsInitProvider.h; path = ios/RNFBCrashlytics/RNFBCrashlyticsInitProvider.h; sourceTree = ""; }; - C9D462F35BF0880FE6D1B82C854EF027 /* RNPinchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPinchHandler.m; sourceTree = ""; }; - C9DA8C3BFB14474AE490B2E2FFF6CF63 /* huffman_encode_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = huffman_encode_utils.c; path = src/utils/huffman_encode_utils.c; sourceTree = ""; }; - CA0456E1C068D02AED038F64DDAD7CAF /* bio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bio.h; path = ios/include/openssl/bio.h; sourceTree = ""; }; - CA0B36DE1F1C89B4403A9C8DD9D16A33 /* RNPanHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPanHandler.m; sourceTree = ""; }; - CA2360D8C463FBC375328E589CD039C0 /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = ios/QBImagePicker/QBImagePicker/ja.lproj; sourceTree = ""; }; - CA42797E984F1EE4691046EF0A1C5113 /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; - CA4D1757BD643C8943F217D436275675 /* SDWebImageOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOperation.m; path = SDWebImage/Core/SDWebImageOperation.m; sourceTree = ""; }; - CA67FD9E089AEC07879265478E2F97C9 /* EXHaptics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXHaptics-prefix.pch"; sourceTree = ""; }; - CA6F4F8CE02D6572F65F23E0891F86DE /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - CA74DD382354099C5850E5EC1223A1B7 /* ui_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ui_compat.h; path = ios/include/openssl/ui_compat.h; sourceTree = ""; }; - CA8FAEFF04789A84241986CDE94F92DD /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - CA9B6F6E9ABDEDC5CD63C59227785B03 /* RCTConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConstants.h; sourceTree = ""; }; - CAB76C5E5BE5704CA8D7F1C2EA3B2ED3 /* Checksum.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Checksum.h; path = folly/hash/Checksum.h; sourceTree = ""; }; - CAB87781513BDFF31EA782D9B65983A6 /* Hazptr-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Hazptr-fwd.h"; path = "folly/synchronization/Hazptr-fwd.h"; sourceTree = ""; }; - CABB1AF81BA401EA83A7AB9365265357 /* TOCropToolbar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropToolbar.h; path = "Objective-C/TOCropViewController/Views/TOCropToolbar.h"; sourceTree = ""; }; - CABEF792D50E2ED8865A14DCAC2F7873 /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = React.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - CAC3C20281748296048C60F39ADFF697 /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; - CACCCB3076035D422E9483015FD95C9C /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; - CADF18BE13B247025118BC282599B62B /* upsampling_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_neon.c; path = src/dsp/upsampling_neon.c; sourceTree = ""; }; - CAF0B7CC03677A4A5B1126518C87A7AE /* ThreadId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadId.h; path = folly/system/ThreadId.h; sourceTree = ""; }; - CAF41C7E469FD32F83DA2356A42CA328 /* RNPushKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNPushKit.h; path = RNNotifications/RNPushKit.h; sourceTree = ""; }; - CAF72A4205C61E1075BA31E815E0EACE /* BSG_KSSignalInfo.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSignalInfo.c; sourceTree = ""; }; - CAFBDF935384886446D9AF8539FEF507 /* RCTPackagerClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPackagerClient.m; sourceTree = ""; }; - CB030EF59D68920942CA8B4EF45C6D94 /* react-native-orientation-locker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-orientation-locker.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - CB1AF5790D69EFF61F67BD6946B97C34 /* SysUio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysUio.h; path = folly/portability/SysUio.h; sourceTree = ""; }; - CB256B5494C81DC222BC947AD0331238 /* ThreadCachedInts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedInts.h; path = folly/synchronization/detail/ThreadCachedInts.h; sourceTree = ""; }; - CB3977E4BBA73D457E2C047D98C8E2B3 /* BSG_KSBacktrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSBacktrace.h; sourceTree = ""; }; - CB5176C867AFEF9E0293EA7F79D89853 /* Portability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Portability.h; path = folly/futures/Portability.h; sourceTree = ""; }; - CB6A6E0CC757D98258B97D0754D9685D /* bit_reader_inl_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bit_reader_inl_utils.h; path = src/utils/bit_reader_inl_utils.h; sourceTree = ""; }; - CB7C794C169FD2FC951EE9F353A6120D /* anim_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; name = anim_decode.c; path = src/demux/anim_decode.c; sourceTree = ""; }; - CB7FE4304BBB10F278041B58A6DCF937 /* UIResponder+FirstResponderTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIResponder+FirstResponderTemp.m"; sourceTree = ""; }; - CB804D9A9015B32396091765D05CB4AC /* RangeSse42.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RangeSse42.cpp; path = folly/detail/RangeSse42.cpp; sourceTree = ""; }; - CB8B182F1049E01E2950C997362D18F7 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - CBCD87E74342BAFC1F211A4F4BE81C7A /* da-DK.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "da-DK.lproj"; path = "Objective-C/TOCropViewController/Resources/da-DK.lproj"; sourceTree = ""; }; - CBCE5ED21940F734197290AAB94D44B1 /* upsampling_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_msa.c; path = src/dsp/upsampling_msa.c; sourceTree = ""; }; - CBEED72C0C964A5FFD071A1D9A4EE987 /* Allowance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Allowance.h; path = rsocket/internal/Allowance.h; sourceTree = ""; }; - CBF060EC8C28A2B01E270AA1299D686B /* GCDAsyncUdpSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GCDAsyncUdpSocket.h; path = Source/GCD/GCDAsyncUdpSocket.h; sourceTree = ""; }; - CBFE0D679847CAF972091B8B8663C319 /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; - CC2CA9D053DB1690FCB0B716D83CDCE1 /* AtomicNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicNotification.h; path = folly/synchronization/AtomicNotification.h; sourceTree = ""; }; - CC2F2F490ACB0D34FE0C52FCE82E9923 /* UMUserNotificationCenterProxyInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUserNotificationCenterProxyInterface.h; path = UMPermissionsInterface/UMUserNotificationCenterProxyInterface.h; sourceTree = ""; }; - CC39FD52B417C1E8ED70A0F2759FFDE1 /* RNJitsiMeetView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetView.h; path = ios/RNJitsiMeetView.h; sourceTree = ""; }; - CC3C2C587C8FA45D7E36F15D23C7A35A /* SysUio.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysUio.cpp; path = folly/portability/SysUio.cpp; sourceTree = ""; }; - CC62A4E7C5F64EB97B3E48FDDAD94B92 /* FIRCLSNetworkResponseHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSNetworkResponseHandler.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSNetworkResponseHandler.m; sourceTree = ""; }; - CC65109A8925C8B8625E7A7C2824B0D1 /* EXFileSystemAssetLibraryHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFileSystemAssetLibraryHandler.m; path = EXFileSystem/EXFileSystemAssetLibraryHandler.m; sourceTree = ""; }; - CC7325814932F4360F480EAE27A70C6D /* ManualExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ManualExecutor.cpp; path = folly/executors/ManualExecutor.cpp; sourceTree = ""; }; - CC897EC9AFEF042AE69D80058E161A21 /* RCTUtilsUIOverride.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtilsUIOverride.m; sourceTree = ""; }; - CC927CB76D6BDA7242AFF14ECEB07ED2 /* CodedInputDataCrypt_OSX.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CodedInputDataCrypt_OSX.cpp; path = Core/CodedInputDataCrypt_OSX.cpp; sourceTree = ""; }; - CC98D9D49EED1AE530C44A569DFE358A /* UMBarCodeScannerInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMBarCodeScannerInterface.release.xcconfig; sourceTree = ""; }; - CC9D5AFBF790A016FDFA10A984763C16 /* RCTAsyncLocalStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAsyncLocalStorage.mm; sourceTree = ""; }; - CCAC9DCAB451888B257ABAD7B0669506 /* FIRConfigurationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfigurationInternal.h; path = FirebaseCore/Sources/FIRConfigurationInternal.h; sourceTree = ""; }; - CCB8920C8168C3B6368DE00D67D0495A /* MicroSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MicroSpinLock.h; path = folly/synchronization/MicroSpinLock.h; sourceTree = ""; }; - CCDCAF501E28DB3CD75054C1FD20993D /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; - CD0EBB6379F0C75900DD6D2713CCDA85 /* REAStyleNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAStyleNode.h; sourceTree = ""; }; - CD10ACE7BB2FFFE65A8EC54B35A630E9 /* JSIDynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSIDynamic.cpp; sourceTree = ""; }; - CD132A065C7A5B05619F85ABE00D4A95 /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = ios/QBImagePicker/QBImagePicker/de.lproj; sourceTree = ""; }; - CD1AFB3FA8FCD1B354CC6745CB5BA9CF /* UMFontScalerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFontScalerInterface.h; path = UMFontInterface/UMFontScalerInterface.h; sourceTree = ""; }; - CD2857EF5CC83AC5E0E2A33F311A94D3 /* random_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = random_utils.h; path = src/utils/random_utils.h; sourceTree = ""; }; - CD4D38F085C2F9AF90BC95DA062C4767 /* firebasecore.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = firebasecore.nanopb.c; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.c; sourceTree = ""; }; - CD5484851BC33E6AA76957CA6BCFF6D4 /* libssl.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libssl.a; path = ios/lib/libssl.a; sourceTree = ""; }; - CD54B2ACF01D4714FE5E4914651543E8 /* UMAppDelegateWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAppDelegateWrapper.h; path = UMCore/UMAppDelegateWrapper.h; sourceTree = ""; }; - CD61D0B02D9B795F5B780BD1D9202FDC /* SafeAreaSpacerViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerViewLocalData.h; sourceTree = ""; }; - CD64061370DA85AB1F0CF46C36360A1A /* msa_macro.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = msa_macro.h; path = src/dsp/msa_macro.h; sourceTree = ""; }; - CD64A1C3EA46B48692CEE9401F4B3D1F /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; - CD65FAF1AE145DBC7FDA17DDA6210811 /* UMModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistry.h; sourceTree = ""; }; - CD721D86BF525BA8EF007556A9525C8F /* GDTCORUploadPackage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORUploadPackage.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORUploadPackage.m; sourceTree = ""; }; - CD8E088E03AEB4596176084D23C2244D /* RNFastImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFastImage-prefix.pch"; sourceTree = ""; }; - CD993F1098CC674D1A06CB27B3ED0D33 /* Lazy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Lazy.h; path = folly/Lazy.h; sourceTree = ""; }; - CDA0B9D8DADFA35B173D4DC8A074DB6D /* SoftRealTimeExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SoftRealTimeExecutor.h; path = folly/executors/SoftRealTimeExecutor.h; sourceTree = ""; }; - CDB3825F1721678BF5F20A99877CB83A /* GDTCORLifecycle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORLifecycle.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORLifecycle.m; sourceTree = ""; }; - CDB640292412588F307AB47B13F3BE97 /* UIImage+Metadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Metadata.h"; path = "SDWebImage/Core/UIImage+Metadata.h"; sourceTree = ""; }; - CDC1B205038B542AC57D5824B1202928 /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; - CDE1199E1FC1C924B908CA8E2155EB59 /* RCTObjcExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTObjcExecutor.h; sourceTree = ""; }; - CDEBC9AB12CFE75CAF55A661042FC9C3 /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; - CDF0F908DB79B6ABAB14C97747F08F52 /* Foreach-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Foreach-inl.h"; path = "folly/container/Foreach-inl.h"; sourceTree = ""; }; - CE3E8D613FBB40C4FAB01BBAD65947F8 /* opensslconf-arm64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "opensslconf-arm64.h"; path = "ios/include/openssl/opensslconf-arm64.h"; sourceTree = ""; }; - CE4DA843254DF0212BE85E93F47B7E51 /* RCTImageDataDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageDataDecoder.h; path = Libraries/Image/RCTImageDataDecoder.h; sourceTree = ""; }; - CE4F4307060F8201C93FFF866C06E314 /* EXSessionUploadTaskDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionUploadTaskDelegate.m; sourceTree = ""; }; - CE58EA026090D116C6473A191D549C57 /* BSG_KSMach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMach.h; sourceTree = ""; }; - CE66187D6DB9DA2BCDF9D4F5170546D8 /* SocketAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SocketAddress.h; path = folly/SocketAddress.h; sourceTree = ""; }; - CE7539F4FA0A50BBE5B64DDCF47680A4 /* FBLPromise+Catch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Catch.h"; path = "Sources/FBLPromises/include/FBLPromise+Catch.h"; sourceTree = ""; }; - CE7C64FD65D2C2221FACE2892AF33A7D /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; - CE90AEFF0A028F4036E23F38AFFE017E /* FIRCLSContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSContext.m; path = Crashlytics/Crashlytics/Components/FIRCLSContext.m; sourceTree = ""; }; - CEA3BFBBEFA2B99E3B32AEF0C62583EC /* ms.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ms.lproj; path = "Objective-C/TOCropViewController/Resources/ms.lproj"; sourceTree = ""; }; - CEB2837DD99C09C175DE10B9FA274751 /* FFFastImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageView.m; path = ios/FastImage/FFFastImageView.m; sourceTree = ""; }; - CEBE585A41826380D7B1B060D5419D05 /* FirebaseCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCore.h; path = FirebaseCore/Sources/Public/FirebaseCore.h; sourceTree = ""; }; - CECF38FECC89681301AAB85895C5AD4A /* rescaler_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_mips_dsp_r2.c; path = src/dsp/rescaler_mips_dsp_r2.c; sourceTree = ""; }; - CEE3C8A46C872E55A4DF19525A9D6024 /* json_pointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json_pointer.h; path = folly/json_pointer.h; sourceTree = ""; }; - CEF459BA2F6D0A744FFDB8A16CF927CA /* AsyncSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncSocket.cpp; path = folly/io/async/AsyncSocket.cpp; sourceTree = ""; }; + C778912608E473F6B0EB22FF4BC8295A /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + C7832C7B8B02B87718AAB2CED6F0DBB5 /* SysStat.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysStat.cpp; path = folly/portability/SysStat.cpp; sourceTree = ""; }; + C78923277C289FDDE40AA8D77DC34B17 /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; + C7A23417A52D93D72B480A9C23EC4EE3 /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; + C7A7073A304C50CED5EF2BA22F761864 /* UMViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMViewManager.m; path = UMCore/UMViewManager.m; sourceTree = ""; }; + C7AA1EA68CAF6020ED24BCFCE2284066 /* Stdio.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Stdio.cpp; path = folly/portability/Stdio.cpp; sourceTree = ""; }; + C7B1E62019E8AEFE0A53EF1A23A302A3 /* Hash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hash.h; path = folly/Hash.h; sourceTree = ""; }; + C7B74DB1A0BB8378FBF6CC05F85FF27E /* FontAwesome.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome.ttf; path = Fonts/FontAwesome.ttf; sourceTree = ""; }; + C7BA89EB307B177653EF5413838FB088 /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; + C7C89F601C9482FFE8C6AC5257733B1E /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; + C7E40E9D0012DD1776BCFFA15A6F6877 /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; + C7F34FF537CE2DD350EF60E2BEA2A5F4 /* EXVideoThumbnails-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXVideoThumbnails-dummy.m"; sourceTree = ""; }; + C7F7F8421E6E5DA5609346BFB41A8E91 /* lossless_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless_common.h; path = src/dsp/lossless_common.h; sourceTree = ""; }; + C804DC8A58075C9DC8E65CC2B03E3761 /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; + C80D6DC4ABCF45D3621F80DA269119DC /* EXConstantsService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstantsService.h; path = EXConstants/EXConstantsService.h; sourceTree = ""; }; + C80ECF3AF6C4E68E9285B8558AB251A7 /* RNDeviceInfo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDeviceInfo.release.xcconfig; sourceTree = ""; }; + C818E55456D276C461E5BF994DC28B33 /* React-RCTNetwork-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTNetwork-dummy.m"; sourceTree = ""; }; + C84B1A002B63667F5009408082084943 /* EXAV-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXAV-prefix.pch"; sourceTree = ""; }; + C85071ECF57D1D16CD91CFDC440EEC7E /* react-native-document-picker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-document-picker.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + C8534DDD59E347F6FA74D3B55D21E997 /* RCTBaseTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBaseTextInputView.h; sourceTree = ""; }; + C85C2B0C3932CB49E84D0E56FAE06E71 /* FIRExceptionModel_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRExceptionModel_Private.h; path = Crashlytics/Crashlytics/Private/FIRExceptionModel_Private.h; sourceTree = ""; }; + C86028D9CF15FFE769296D27AF68CBC5 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + C887279443A2BD346F9E1A5525FB87B0 /* AsyncTimeout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncTimeout.h; path = folly/io/async/AsyncTimeout.h; sourceTree = ""; }; + C88779A2E8E6676EA613CDA842052D05 /* FirebaseCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.release.xcconfig; sourceTree = ""; }; + C893A704A6C7429B839320F90675C52F /* React-RCTText.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTText.debug.xcconfig"; sourceTree = ""; }; + C896EC24556B754222B81EB9F4519BE8 /* FIRCLSInternalReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInternalReport.h; path = Crashlytics/Crashlytics/Models/FIRCLSInternalReport.h; sourceTree = ""; }; + C8AAEFE5A8A726BFC436259BD5340B9C /* IPAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddress.h; path = folly/detail/IPAddress.h; sourceTree = ""; }; + C8AE9A352C751BCAB3858918C7CD03E5 /* RNCMaskedView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCMaskedView.debug.xcconfig; sourceTree = ""; }; + C8C922B0AD273B1203D5CF15B71278D4 /* React-RCTActionSheet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTActionSheet.release.xcconfig"; sourceTree = ""; }; + C8F42025CCF1E0EE73C244A22AC227B5 /* FIRCLSSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSignal.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSSignal.h; sourceTree = ""; }; + C9012BF6037AF9B4B149FB1E3B51E0EF /* InterProcessLock_Android.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InterProcessLock_Android.cpp; path = Core/InterProcessLock_Android.cpp; sourceTree = ""; }; + C91B689E90BF51B541B0B09D1DB110C2 /* REAConcatNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAConcatNode.h; sourceTree = ""; }; + C923A3AD8B2C26416239292029D4C657 /* FIRCLSDwarfUnwindRegisters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfUnwindRegisters.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwindRegisters.h; sourceTree = ""; }; + C92AB0EBC38BF1F4CE3B6BE49759F99F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + C93B9ED70C19DA48C53720B2C795855D /* json_patch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json_patch.h; path = folly/json_patch.h; sourceTree = ""; }; + C9553B5B2F02DCCA18A6223CA42D7CBB /* dh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dh.h; path = ios/include/openssl/dh.h; sourceTree = ""; }; + C95E75174973D393627CC0E6944E6964 /* ProgramOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProgramOptions.h; path = folly/experimental/ProgramOptions.h; sourceTree = ""; }; + C9864B33465FDFD1F3223F3D1F619467 /* dec_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = dec_sse41.c; path = src/dsp/dec_sse41.c; sourceTree = ""; }; + C9B83ACA01EC7B121163FDD382B36476 /* RNCWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWebView.h; path = apple/RNCWebView.h; sourceTree = ""; }; + C9B931CA344AD2F9AB3D5223A302A42F /* SDWebImageWebPCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageWebPCoder.h; path = SDWebImageWebPCoder/Module/SDWebImageWebPCoder.h; sourceTree = ""; }; + C9CFFF52CBAC252257973C2B83984EEB /* NetworkSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NetworkSocket.h; path = folly/net/NetworkSocket.h; sourceTree = ""; }; + C9D7258B9278D7647170AF3A825D249E /* Format-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Format-inl.h"; path = "folly/Format-inl.h"; sourceTree = ""; }; + C9E2DBE42001B92ED0C542428209CE2F /* FirebaseCoreDiagnostics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnostics.release.xcconfig; sourceTree = ""; }; + C9EC10A99DB5313772B178E755AD50C3 /* FIRErrorCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrorCode.h; path = FirebaseCore/Sources/Private/FIRErrorCode.h; sourceTree = ""; }; + CA0D2C20B49B6DDE4F69DDF7A8D1FF52 /* SharedMutex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SharedMutex.h; path = folly/SharedMutex.h; sourceTree = ""; }; + CA185B0518F3029C5EBE8A4AC9E85EAD /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Sources/Private/FIRLogger.h; sourceTree = ""; }; + CA25900E5E609DAD285C5FCE8164B45F /* SDAnimatedImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImage.m; path = SDWebImage/Core/SDAnimatedImage.m; sourceTree = ""; }; + CA3E5B0FBA7FA325BE464311187698AE /* CoreCachedSharedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CoreCachedSharedPtr.h; path = folly/concurrency/CoreCachedSharedPtr.h; sourceTree = ""; }; + CA52554E49F4EB0DECD40A284968DB4F /* Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Private.h; sourceTree = ""; }; + CA58498FC5524A09BCCA96F1683E885A /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; + CA5EC07CAD2EB7899F8CA74876A24F72 /* GULReachabilityChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULReachabilityChecker.m; path = GoogleUtilities/Reachability/GULReachabilityChecker.m; sourceTree = ""; }; + CA6A778311E2D1F34DB586DC7D836959 /* UMPermissionsInterface-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMPermissionsInterface-prefix.pch"; sourceTree = ""; }; + CA73F6A73A0AECC3E81A4132BAAF53D5 /* pb_encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_encode.h; sourceTree = ""; }; + CA842D452C4272B4538C95106D451C7F /* RNNotificationParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationParser.h; path = RNNotifications/RNNotificationParser.h; sourceTree = ""; }; + CAA7E8CA75DFCA9A8941FDA16FB2E13D /* RNGestureHandlerRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerRegistry.h; path = ios/RNGestureHandlerRegistry.h; sourceTree = ""; }; + CAAED49C2E061E82DF575890B977F4C0 /* UMCameraInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCameraInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + CAB5491969C70E2591BC5ABDA2AB58B4 /* SDGraphicsImageRenderer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDGraphicsImageRenderer.m; path = SDWebImage/Core/SDGraphicsImageRenderer.m; sourceTree = ""; }; + CAD24AB37675935888F4CB864539FDEB /* SDImageCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCoder.h; path = SDWebImage/Core/SDImageCoder.h; sourceTree = ""; }; + CAE4DE9255E54CA5611A891BC0BBAAB3 /* ARTPattern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTPattern.h; sourceTree = ""; }; + CB37F1C04948AED566E0316E87560298 /* AsyncPipe.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncPipe.cpp; path = folly/io/async/AsyncPipe.cpp; sourceTree = ""; }; + CB3DDB4876F896E8B1AE447F6B120FA5 /* CocoaAsyncSocket.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaAsyncSocket.release.xcconfig; sourceTree = ""; }; + CB45785B393FC63226D62B32145ECE79 /* fr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fr.lproj; path = "Objective-C/TOCropViewController/Resources/fr.lproj"; sourceTree = ""; }; + CB4EC245C665F9DD601B8E280FAC84EA /* common_sse2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse2.h; path = src/dsp/common_sse2.h; sourceTree = ""; }; + CB50A81FDAF07016023B6C4D1EB650F7 /* vp8i_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_dec.h; path = src/dec/vp8i_dec.h; sourceTree = ""; }; + CB566184383FEE40DED71D03DCD7AF56 /* RNCSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSlider.h; path = ios/RNCSlider.h; sourceTree = ""; }; + CB7C141D065D14D90DFD352C8A69363B /* ThreadWheelTimekeeper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadWheelTimekeeper.h; path = folly/futures/ThreadWheelTimekeeper.h; sourceTree = ""; }; + CB8C8B32160AC815D0BE301073B3D471 /* FIRCLSOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSOperation.h; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSOperation.h; sourceTree = ""; }; + CB8EDADF0AA1C2B99387C0DC1BF49A5F /* RCTKeyCommandConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyCommandConstants.h; path = ios/KeyCommands/RCTKeyCommandConstants.h; sourceTree = ""; }; + CBAE363E51432FC4C3AF8737A3239D21 /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageBlurUtils.h; path = Libraries/Image/RCTImageBlurUtils.h; sourceTree = ""; }; + CBB4D708619240B9219DEF912B30F18B /* RNGestureHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandler.m; path = ios/RNGestureHandler.m; sourceTree = ""; }; + CBD061B0F547960430C65F695E047997 /* Assume.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Assume.h; path = folly/lang/Assume.h; sourceTree = ""; }; + CBE4A6D52BE474B01E12EC8C4E4D019D /* FBLPromise+Delay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Delay.h"; path = "Sources/FBLPromises/include/FBLPromise+Delay.h"; sourceTree = ""; }; + CC1BCE08B65FD290DDF6D74968672A28 /* FIRCLSProcessReportOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSProcessReportOperation.h; path = Crashlytics/Crashlytics/Operations/Reports/FIRCLSProcessReportOperation.h; sourceTree = ""; }; + CC2720E9C44FCC17E2D99935CBBEE419 /* dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dynamic.h; path = folly/dynamic.h; sourceTree = ""; }; + CC38319EFE45D65AC9BB50DA8C0F13C6 /* Fontisto.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Fontisto.ttf; path = Fonts/Fontisto.ttf; sourceTree = ""; }; + CC40C17B9903038F78068F02A57E3610 /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; + CC628C18D877309B49DDC77037C3EE08 /* GlobalExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = GlobalExecutor.cpp; path = folly/executors/GlobalExecutor.cpp; sourceTree = ""; }; + CC6644A06779E4724591F25384CDA916 /* RCTSettingsPlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsPlugins.h; path = Libraries/Settings/RCTSettingsPlugins.h; sourceTree = ""; }; + CC67CD0833B291438946B76BE5EEAE87 /* IPAddress.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IPAddress.cpp; path = folly/detail/IPAddress.cpp; sourceTree = ""; }; + CC7343C2794DDE3360AC986F6A662D35 /* EXVideoThumbnailsModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXVideoThumbnailsModule.h; path = EXVideoThumbnails/EXVideoThumbnailsModule.h; sourceTree = ""; }; + CC7610A8B4E1349D5E1E52E14A214435 /* StringKeyedMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedMap.h; path = folly/experimental/StringKeyedMap.h; sourceTree = ""; }; + CC8E742D5CD670E05C076FDA08F8E6A3 /* Flipper-DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-DoubleConversion-prefix.pch"; sourceTree = ""; }; + CC9ECB8AF9CFEFF2BB3A0A708A405B0C /* ecdsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ecdsa.h; path = ios/include/openssl/ecdsa.h; sourceTree = ""; }; + CCB95D48A060BE3254244328009809DF /* RNCSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaView.m; path = ios/SafeAreaView/RNCSafeAreaView.m; sourceTree = ""; }; + CCC5E4C898AB3005E22A9A44F973FD51 /* BSGConnectivity.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGConnectivity.m; sourceTree = ""; }; + CCD023D12981BF77FBA2A8CC13B997D1 /* GDTCORLifecycle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORLifecycle.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORLifecycle.m; sourceTree = ""; }; + CCF485611C7AB1AC580C0212797BBCFC /* UMEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMEventEmitter.h; sourceTree = ""; }; + CCF57FBA2210324AF980C0B7D553A654 /* FBLPromise+Validate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Validate.h"; path = "Sources/FBLPromises/include/FBLPromise+Validate.h"; sourceTree = ""; }; + CD070A7C19C13E5CE29FF2E659084124 /* RCTFrameAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameAnimation.m; sourceTree = ""; }; + CD115901446B2B7710DCAC9166DAF908 /* UMFontInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFontInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + CD2A30BCF21519B7BA9A5F310C93B04B /* FIRCLSApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSApplication.h; path = Crashlytics/Crashlytics/Components/FIRCLSApplication.h; sourceTree = ""; }; + CD30B3EF429A201063D368E2D0475B4F /* FIRCLSDataCollectionToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDataCollectionToken.h; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.h; sourceTree = ""; }; + CD6EE228DA0FE42211D7EED2759B1E46 /* react-native-blur-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-blur-dummy.m"; sourceTree = ""; }; + CD878B0411AE7B509018B7E4677A8D9A /* SDImageTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageTransformer.m; path = SDWebImage/Core/SDImageTransformer.m; sourceTree = ""; }; + CDA2EB39846718E6100195FB17D39E9C /* md4.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = md4.h; path = ios/include/openssl/md4.h; sourceTree = ""; }; + CDCBDEF86ED4871541F2829B256B3BD9 /* types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = types.h; path = src/webp/types.h; sourceTree = ""; }; + CDD2281EBF321A25AA11EE5C6D59B1BE /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Sources/Private/FirebaseCoreInternal.h; sourceTree = ""; }; + CDD688EB885706C0E4893717DAEFE6DE /* UMBarometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarometerInterface.h; path = UMSensorsInterface/UMBarometerInterface.h; sourceTree = ""; }; + CDDC19BBA763D871C3777F46C8C21BC8 /* RNCommandsHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCommandsHandler.m; path = RNNotifications/RNCommandsHandler.m; sourceTree = ""; }; + CDE78BFBD69A68012F33DDFBA254C54D /* RNGestureHandler-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNGestureHandler-prefix.pch"; sourceTree = ""; }; + CDF0444A1FD7F32A204BDBD7C83D1CB8 /* GDTCORUploadPackage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploadPackage.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORUploadPackage.h; sourceTree = ""; }; + CDFFE37F68F9E91B10E45CC0EF062F50 /* rn-fetch-blob.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-fetch-blob.debug.xcconfig"; sourceTree = ""; }; + CE0C64FE23771524B5B68EA5DBEBDFAC /* UMModuleRegistryHolderReactModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryHolderReactModule.m; sourceTree = ""; }; + CE1A3615B3A45B15FB2612A665AB9947 /* RangeSse42.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RangeSse42.cpp; path = folly/detail/RangeSse42.cpp; sourceTree = ""; }; + CE2A600BB53516D57ACFA66BC5E57A63 /* FIRCLSURLSessionAvailability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionAvailability.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSessionAvailability.h; sourceTree = ""; }; + CE2CBC7A19A7BBE631B56A471662BA45 /* alpha_processing_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_mips_dsp_r2.c; path = src/dsp/alpha_processing_mips_dsp_r2.c; sourceTree = ""; }; + CE4207A619AB958E72243AF5E954E257 /* Allowance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Allowance.h; path = rsocket/internal/Allowance.h; sourceTree = ""; }; + CE5318FADC44771326824F09E9FE227F /* FireAndForgetResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FireAndForgetResponder.h; path = rsocket/statemachine/FireAndForgetResponder.h; sourceTree = ""; }; + CE72A8F22323CCCD1DD1C3A2C1509567 /* React.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.debug.xcconfig; sourceTree = ""; }; + CE8B3CA2D4108CAB7ADEC6BD4981B05E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + CE96B357F1BEEA5A9AD8E44C772F2845 /* RCTImageLoaderWithAttributionProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderWithAttributionProtocol.h; path = Libraries/Image/RCTImageLoaderWithAttributionProtocol.h; sourceTree = ""; }; + CEA9FC0296A93C019829B8D3F46A3F50 /* MethodCall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MethodCall.h; sourceTree = ""; }; + CEB4274A0303527FBC2F80EDA19FB2D0 /* NativeToJsBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = NativeToJsBridge.h; sourceTree = ""; }; + CEBD6B31C16B3F350E4DC82F5623C7F9 /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; + CEC293269075727CBDCE70ADD6FBB5E6 /* FBLPromise+Race.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Race.m"; path = "Sources/FBLPromises/FBLPromise+Race.m"; sourceTree = ""; }; + CEC7104F9BE13E79231B302647E1D7B1 /* BSG_KSCrashType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashType.h; sourceTree = ""; }; + CECBD456B59210C37E9B347311BBAED5 /* FileUtilDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FileUtilDetail.h; path = folly/detail/FileUtilDetail.h; sourceTree = ""; }; + CEFF5D6300B831BA38BF0D956FFABBC9 /* F14Set-fwd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "F14Set-fwd.h"; path = "folly/container/F14Set-fwd.h"; sourceTree = ""; }; + CF118AF0D7CD96A6412F6DEE72219812 /* RCTImageDataDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageDataDecoder.h; path = Libraries/Image/RCTImageDataDecoder.h; sourceTree = ""; }; + CF1D0A39C688654CC14F7A0EC86B9338 /* NSError+BSG_SimpleConstructor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSError+BSG_SimpleConstructor.m"; sourceTree = ""; }; + CF27DCB465B63190E961717A2E5DDF58 /* safestack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = safestack.h; path = ios/include/openssl/safestack.h; sourceTree = ""; }; + CF2BCF950573DDBFCAC4EAC6297BF1F6 /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; CF330B92B804A7F4BA77BBEA63A08866 /* Pods-NotificationService.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-NotificationService.modulemap"; sourceTree = ""; }; - CF5749C2E4ED85A40B651F21FE3D7430 /* Fixture.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Fixture.cpp; path = rsocket/benchmarks/Fixture.cpp; sourceTree = ""; }; - CF57D49B92381E5256CFB7523B9469E1 /* FIRCLSAsyncOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAsyncOperation.h; path = Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation.h; sourceTree = ""; }; - CF67EE904F7E576215B614030FD6C228 /* UMAccelerometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAccelerometerInterface.h; path = UMSensorsInterface/UMAccelerometerInterface.h; sourceTree = ""; }; - CF687984D6666C8F50E8F10999E4D572 /* BSG_KSMach_x86_32.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_x86_32.c; sourceTree = ""; }; - CF8ED51C439DA478594386FF23A87C46 /* RCTRequired.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTRequired.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - CFBB5134483B4EFF5B44B4CE9E6572AF /* FLEXNetworkObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLEXNetworkObserver.h; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkObserver.h; sourceTree = ""; }; - CFC786974383C30117C4BE40BD273476 /* FIRHeartbeatInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRHeartbeatInfo.m; path = FirebaseCore/Sources/FIRHeartbeatInfo.m; sourceTree = ""; }; - CFED212E9385EB6CECEDC9598A9E88C8 /* RNCSafeAreaViewEdges.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewEdges.h; path = ios/SafeAreaView/RNCSafeAreaViewEdges.h; sourceTree = ""; }; - CFEF094029827FBDFA2AEBADC3DDEE4C /* UIImage+ExtendedCacheData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ExtendedCacheData.h"; path = "SDWebImage/Core/UIImage+ExtendedCacheData.h"; sourceTree = ""; }; - D02101E5DA9F80821E87A719D304C059 /* Core.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Core.h; path = folly/futures/detail/Core.h; sourceTree = ""; }; - D023FA2FD4DA3A79F08E338D017F8FBE /* EventBaseThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBaseThread.h; path = folly/io/async/EventBaseThread.h; sourceTree = ""; }; - D026B8C0963AD13D03A76A7022B0230D /* bit_writer_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = bit_writer_utils.c; path = src/utils/bit_writer_utils.c; sourceTree = ""; }; - D02D2CB2DA5D9280DAFA3EE0A01A5360 /* RCTSha.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSha.h; path = ios/RCTCrypto/RCTSha.h; sourceTree = ""; }; - D036955DF472334426170984C29337D9 /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = FirebaseCore/Sources/Private/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; - D04F9489E55939BD1716BC4269EA6AF3 /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = FirebaseCore/Sources/Private/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; - D057064369DA29D06F5A15CDD72866E8 /* SDWebImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SDWebImage.release.xcconfig; sourceTree = ""; }; - D0711AF5A2ABF7D17475286AAC838E7F /* RSocketRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketRequester.h; path = rsocket/RSocketRequester.h; sourceTree = ""; }; - D094F312719698A65543D87AA53F09F5 /* ObservableConcatOperators.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObservableConcatOperators.h; path = yarpl/observable/ObservableConcatOperators.h; sourceTree = ""; }; - D09F08A4A743D8128E39ED89B7A70262 /* SerialExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SerialExecutor.h; path = folly/executors/SerialExecutor.h; sourceTree = ""; }; - D0C1BF603CA6FADF287CF354FC41E95E /* TLSDefinitions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TLSDefinitions.h; path = folly/io/async/ssl/TLSDefinitions.h; sourceTree = ""; }; - D0CD3FBE2DF260339A230FE188564FA5 /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; - D0F9AEADDE8A37D0137DC861898B4FB7 /* BugsnagFileStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagFileStore.h; sourceTree = ""; }; - D103EAF089AC08C16740236B2AC82023 /* CallstackHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallstackHelper.h; path = xplat/Flipper/utils/CallstackHelper.h; sourceTree = ""; }; - D10887A57003AB069714E5FADE3BB978 /* ko.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ko.lproj; path = "Objective-C/TOCropViewController/Resources/ko.lproj"; sourceTree = ""; }; - D11F5D84ECDD51A3983D77BB9484830A /* BSG_KSCrash.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrash.m; sourceTree = ""; }; - D12B16FFBD7868EE539DAF243E3A97CD /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Sources/Private/FIRComponent.h; sourceTree = ""; }; - D12B64E4B25F72C28F263728E645BEDF /* RCTI18nManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTI18nManager.mm; sourceTree = ""; }; - D1594E8AE9145EF9BBB8F770AE054A40 /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; - D1595C80E6FE4D00C364FB5B94F5B949 /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; - D19120933CC9F8E20C536E7B81ACFE63 /* Math.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Math.h; path = folly/portability/Math.h; sourceTree = ""; }; - D193DEFFBE3E9B3611A9D317ACC2AE47 /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; - D1A5E01C583542324D9BEFB534F9A0A7 /* FIRCLSReportManager_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReportManager_Private.h; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportManager_Private.h; sourceTree = ""; }; - D1B537DC845EAE57CF60D717B35F4D0A /* EXPermissions.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXPermissions.release.xcconfig; sourceTree = ""; }; - D1BAF41ECBFE355F232FC903C70033E0 /* ThreadCachedArena.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedArena.h; path = folly/memory/ThreadCachedArena.h; sourceTree = ""; }; - D1BFE8104B122890A257DA9D7DFCF6ED /* UMCameraInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMCameraInterface.h; path = UMCameraInterface/UMCameraInterface.h; sourceTree = ""; }; - D1D15BF1A6C1925236ECB94A44873EC5 /* RCTInputAccessoryShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryShadowView.h; sourceTree = ""; }; - D1DFAA23052FF03FBD55DFC78E4B1F74 /* ChannelRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ChannelRequester.h; path = rsocket/statemachine/ChannelRequester.h; sourceTree = ""; }; - D1E12FC9CA8F341B7DFAFCFF6CC50B26 /* FlipperConnectionImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperConnectionImpl.h; path = xplat/Flipper/FlipperConnectionImpl.h; sourceTree = ""; }; - D1ED5345458EC227D9D66B3C78646948 /* ExecutorWithPriority-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ExecutorWithPriority-inl.h"; path = "folly/executors/ExecutorWithPriority-inl.h"; sourceTree = ""; }; - D1FBE4CF61E036F6AE83D6932F00891E /* UMPermissionsMethodsDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMPermissionsMethodsDelegate.m; path = UMPermissionsInterface/UMPermissionsMethodsDelegate.m; sourceTree = ""; }; - D204E67D4514269AD850F3A9CB7AF7BC /* bignum-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "bignum-dtoa.h"; path = "double-conversion/bignum-dtoa.h"; sourceTree = ""; }; - D2053B27608FB40E03C2703DC5578193 /* KeyValueHolder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KeyValueHolder.h; path = Core/KeyValueHolder.h; sourceTree = ""; }; - D2137CC9ED7676EACB7B94AA4E774943 /* QBImagePicker.storyboard */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.storyboard; name = QBImagePicker.storyboard; path = ios/QBImagePicker/QBImagePicker/QBImagePicker.storyboard; sourceTree = ""; }; - D21D48A87AD048927D9F53B9DD9D092F /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; - D22B4DD8AC1F193BD6CBE64E99D09871 /* EliasFanoCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EliasFanoCoding.h; path = folly/experimental/EliasFanoCoding.h; sourceTree = ""; }; - D2322691BBE2B54B568B91FA56D670EB /* pl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pl.lproj; path = ios/QBImagePicker/QBImagePicker/pl.lproj; sourceTree = ""; }; - D234670ECD7301D1B768F5A8A15B8217 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; - D23492C419A981BB445406B3878430EA /* FIRDependency.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDependency.m; path = FirebaseCore/Sources/FIRDependency.m; sourceTree = ""; }; - D24F350A9FE7F736522BDEA4560167E3 /* EXAV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAV.h; path = EXAV/EXAV.h; sourceTree = ""; }; - D261E94D812B72EB1C4825F67E402A6D /* CString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CString.h; path = folly/lang/CString.h; sourceTree = ""; }; - D262DF89A9D96FA3C18F0FB127EDBF2B /* Rsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Rsa.h; sourceTree = ""; }; - D26DFAE9BEA06D906961B36378AE4A38 /* FIRCLSFABHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABHost.h; path = Crashlytics/Shared/FIRCLSFABHost.h; sourceTree = ""; }; - D299EBB5DEBFA359115CF6AC7634082A /* GULHeartbeatDateStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorage.h; path = GoogleUtilities/Environment/Private/GULHeartbeatDateStorage.h; sourceTree = ""; }; - D29A3A2D1BC17F73ABFF696FD60EBB7A /* FIRCLSUserLogging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUserLogging.m; path = Crashlytics/Crashlytics/Components/FIRCLSUserLogging.m; sourceTree = ""; }; - D2AF6B14CA1C0F42610D856FBFA2E27A /* InlineFunctionRef.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InlineFunctionRef.h; path = folly/synchronization/detail/InlineFunctionRef.h; sourceTree = ""; }; - D2B8CD25BD548B51B07F8584868D4115 /* JSCRuntime.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSCRuntime.h; sourceTree = ""; }; - D2C88768B3097A0A5885E46438FB0B95 /* Promise-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Promise-inl.h"; path = "folly/futures/Promise-inl.h"; sourceTree = ""; }; - D2D2C663E9C250A905E8EE8733F6241F /* YogaKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "YogaKit-umbrella.h"; sourceTree = ""; }; - D2D5358717063A33C1583D8AB57C5D1F /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; - D2E53063C393DA4EE3E01EE95C5620D3 /* BitVectorCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitVectorCoding.h; path = folly/experimental/BitVectorCoding.h; sourceTree = ""; }; - D32721C56914D9B5FAEFFD07EDB9EC2F /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - D32B2EB7635D216E8F6A56AAF162E2ED /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; - D32CDED1351F17190E1B59CEEC6BF245 /* RCTTVNavigationEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTVNavigationEventEmitter.h; path = React/CoreModules/RCTTVNavigationEventEmitter.h; sourceTree = ""; }; - D34C419BAEC0ABEC3D18981EBF5FC921 /* HazptrDomain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrDomain.h; path = folly/synchronization/HazptrDomain.h; sourceTree = ""; }; - D3503632A813865D6FEED957171EB213 /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevSettings.h; path = React/CoreModules/RCTDevSettings.h; sourceTree = ""; }; - D35BB9D377E7DCA39AEBA5F95470298C /* Folly.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Folly.release.xcconfig; sourceTree = ""; }; - D3687B4CF13DB16ABDC716208A53CEF9 /* BitIterator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitIterator.h; path = folly/container/BitIterator.h; sourceTree = ""; }; - D386D8C2284D35D6E57406BF2FC2E84A /* UMReactNativeAdapter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactNativeAdapter.m; sourceTree = ""; }; - D3F86104E8F6883CCC808D6BA4AB87C0 /* ExecutorWithPriority.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExecutorWithPriority.h; path = folly/executors/ExecutorWithPriority.h; sourceTree = ""; }; - D3FA7E98B37EB21EF968FCF2B0B6C3C2 /* FIRAnalyticsConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsConfiguration.h; path = FirebaseCore/Sources/FIRAnalyticsConfiguration.h; sourceTree = ""; }; - D3FD5ABF394157FECC1FFEC530CD29FA /* react-native-mmkv-storage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-mmkv-storage.release.xcconfig"; sourceTree = ""; }; - D4021EE27AD10E2C390B07A0B8D72BD0 /* ARTContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTContainer.h; path = ios/ARTContainer.h; sourceTree = ""; }; + CF38A01D66A713ED598EAA96B037CD77 /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; + CF56D07AD4FE7F38C685EB66BB0F2553 /* SKObjectHash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKObjectHash.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKObjectHash.h; sourceTree = ""; }; + CF620EEBD76813CA0C8EE1B801CC6D87 /* FirebaseCoreDiagnostics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCoreDiagnostics-dummy.m"; sourceTree = ""; }; + CF95B3E44F176B0AE79820249F6D0953 /* RWSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RWSpinLock.h; path = folly/synchronization/RWSpinLock.h; sourceTree = ""; }; + CF9AAD1AF74266002D06012B1B85F780 /* EXWebBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXWebBrowser.h; path = EXWebBrowser/EXWebBrowser.h; sourceTree = ""; }; + CFB02E6D2CA54786F2AF488E215A0320 /* localNotifications.md */ = {isa = PBXFileReference; includeInIndex = 1; name = localNotifications.md; path = docs/localNotifications.md; sourceTree = ""; }; + CFBA862BF97CC9AA947EF42CFC8953C3 /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; + CFBCA50BDD968D1114D1A1187DEEFF9B /* blowfish.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = blowfish.h; path = ios/include/openssl/blowfish.h; sourceTree = ""; }; + CFCE68FCDCD707C79068E95A3A967672 /* SingletonThreadLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SingletonThreadLocal.h; path = folly/SingletonThreadLocal.h; sourceTree = ""; }; + CFF1D4468767DD130C963C87F6F86013 /* libevent.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libevent.a; path = lib/libevent.a; sourceTree = ""; }; + D0124A8B3C39ACB63D9FF52E1C0D2E81 /* EXWebBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXWebBrowser-dummy.m"; sourceTree = ""; }; + D01435233BFD6B4032AA7A8061219C2F /* PTUSBHub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PTUSBHub.h; path = peertalk/PTUSBHub.h; sourceTree = ""; }; + D031B3D216422EA93E3A51BE24E8A178 /* BitUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BitUtils.h; path = yoga/BitUtils.h; sourceTree = ""; }; + D04159077A405350875BDB7CA5A24322 /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; + D06AAEC1D43C55DE2C67BB206A1C5D78 /* upsampling_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_neon.c; path = src/dsp/upsampling_neon.c; sourceTree = ""; }; + D06B114CA9C0C3023CCB0052B504654F /* MemoryIdler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryIdler.cpp; path = folly/detail/MemoryIdler.cpp; sourceTree = ""; }; + D06D805D018BB280D5F43F66806CDFE7 /* RNScreens-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNScreens-dummy.m"; sourceTree = ""; }; + D06EABFD0416B4B73FA610762CFA6975 /* RNDateTimePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDateTimePickerManager.m; path = ios/RNDateTimePickerManager.m; sourceTree = ""; }; + D0738EC1551A2F7F2FAA287E62719FAA /* UIImage+MemoryCacheCost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+MemoryCacheCost.m"; path = "SDWebImage/Core/UIImage+MemoryCacheCost.m"; sourceTree = ""; }; + D0892229CBCEF000AB598686A4CF338D /* RCTResizeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTResizeMode.h; path = Libraries/Image/RCTResizeMode.h; sourceTree = ""; }; + D09D8FA067BA7AD018CBEE4A1A3AD18B /* ReactNativeART.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeART.release.xcconfig; sourceTree = ""; }; + D0AB6032F1546DB6E25A6ACE6ACC48F9 /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; + D0AE60B18FE3616EA7E23ECE0C7AB7C5 /* FIRHeartbeatInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRHeartbeatInfo.m; path = FirebaseCore/Sources/FIRHeartbeatInfo.m; sourceTree = ""; }; + D0B2E7B74DC7351F0A4BE4CD7E1BEEBF /* FIRCLSDemangleOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDemangleOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.h; sourceTree = ""; }; + D0B6519257FA0F261C79248CE19D2755 /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; + D0D10CC67B6D76C1129643D9F0D4A685 /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; + D0EB3B37301573DA5278852E6F9236CE /* fr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fr.lproj; path = ios/QBImagePicker/QBImagePicker/fr.lproj; sourceTree = ""; }; + D10B7C8855667D2ADB399CC50628D1DF /* react-native-appearance.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-appearance.debug.xcconfig"; sourceTree = ""; }; + D110FFBE59C0123CEF10E41666AF2435 /* ReentrantAllocator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReentrantAllocator.h; path = folly/memory/ReentrantAllocator.h; sourceTree = ""; }; + D113EDAE5ADAD3544EE9FA72674D4244 /* GULSecureCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSecureCoding.h; path = GoogleUtilities/Environment/Private/GULSecureCoding.h; sourceTree = ""; }; + D125084F9F245889C9DE6B2FC0E99AAC /* FIRCLSThreadState.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSThreadState.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.c; sourceTree = ""; }; + D14A5B96BE76C3F721530B8FA9EEFD43 /* TurboModule.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TurboModule.cpp; path = turbomodule/core/TurboModule.cpp; sourceTree = ""; }; + D17CC687AE454D92A4FFA5666E6D7837 /* AsyncSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncSocket.cpp; path = folly/io/async/AsyncSocket.cpp; sourceTree = ""; }; + D1803926616A31D06E64BF3B5C2C97B5 /* txt_db.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = txt_db.h; path = ios/include/openssl/txt_db.h; sourceTree = ""; }; + D1822BE4DFB3EA46C97668C817FF640F /* RCTRequired.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTRequired.debug.xcconfig; sourceTree = ""; }; + D1A20C3309345EACF94957A0AE4B6755 /* Barrier.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Barrier.cpp; path = folly/futures/Barrier.cpp; sourceTree = ""; }; + D1AACE60F657EA83B0E85E8329BADCA6 /* Fingerprint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Fingerprint.cpp; path = folly/Fingerprint.cpp; sourceTree = ""; }; + D1B031C53ACDF6604A7A6C89293289B3 /* EXVideoThumbnailsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXVideoThumbnailsModule.m; path = EXVideoThumbnails/EXVideoThumbnailsModule.m; sourceTree = ""; }; + D1B8432914A42AEDB1B6F124CC12E830 /* RCTTextShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextShadowView.h; sourceTree = ""; }; + D1BDD01F0BC504B656C263AA96AADF5A /* glog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.release.xcconfig; sourceTree = ""; }; + D1C541A7533550ABFC70B91DF817BFCC /* Windows.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Windows.h; path = folly/portability/Windows.h; sourceTree = ""; }; + D1CE59B3F021DBE594656E3929E1D086 /* String.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = String.h; path = folly/String.h; sourceTree = ""; }; + D1E518DB37E417DF84B16335B592D351 /* RNCAppearance.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearance.m; path = ios/Appearance/RNCAppearance.m; sourceTree = ""; }; + D1F77A6B02360DD8D05D519235FE5CCC /* BSG_KSCrashC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashC.h; sourceTree = ""; }; + D20415E051061FB13C83AFB2285CD419 /* BSG_KSCrashSentry_CPPException.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_CPPException.mm; sourceTree = ""; }; + D205A73E4DEC271CBDD738F85181D734 /* FBLPromise+Await.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Await.h"; path = "Sources/FBLPromises/include/FBLPromise+Await.h"; sourceTree = ""; }; + D22E75D64199FCA2AE1C7333138342A7 /* RCTPackagerConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTPackagerConnection.mm; sourceTree = ""; }; + D24C8625BC053EE80938AD3D2882E238 /* Singleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Singleton.h; path = folly/detail/Singleton.h; sourceTree = ""; }; + D250D037AE04A24D16A8224A2313C0D8 /* FlipperCppBridgingResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperCppBridgingResponder.h; path = iOS/FlipperKit/CppBridge/FlipperCppBridgingResponder.h; sourceTree = ""; }; + D259D0D5867EB21A9776FE703C0E9BFF /* AsyncPipe.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncPipe.h; path = folly/io/async/AsyncPipe.h; sourceTree = ""; }; + D25C44180D984EEDD9DA0FBA10238FD6 /* UMCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCore.debug.xcconfig; sourceTree = ""; }; + D2798B68083BB16B362E131DDD4726B2 /* SDWebImageOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageOperation.m; path = SDWebImage/Core/SDWebImageOperation.m; sourceTree = ""; }; + D290F111C4527387EABBB8C8B9F7839A /* SecureStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SecureStorage.h; path = ios/SecureStorage.h; sourceTree = ""; }; + D295DC8D99E24E6007AF5BEDFCC470EA /* React-RCTText-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTText-prefix.pch"; sourceTree = ""; }; + D29C5D9294E47FF802420D669647FBA4 /* BSG_KSMach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMach.h; sourceTree = ""; }; + D2A7EC64C446F830D1298156839B0365 /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; + D2E76BF7E23D9FFD65921C1FD67AD917 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Sources/Private/FIRComponent.h; sourceTree = ""; }; + D31FDFBBB5BBFDD8F08E7D275728FBA8 /* EXKeepAwake.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXKeepAwake.debug.xcconfig; sourceTree = ""; }; + D33EFDD05CA1E8293D4CA30B2B9E0F57 /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Regular.ttf; path = Fonts/FontAwesome5_Regular.ttf; sourceTree = ""; }; + D34AED4B5FB4F3CE12AB8E397850C360 /* Unistd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unistd.h; path = folly/portability/Unistd.h; sourceTree = ""; }; + D358D4901C8CDBF7571E2FB273CBDCB4 /* rescaler.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler.c; path = src/dsp/rescaler.c; sourceTree = ""; }; + D35D401124FA465C578035F7247606B1 /* analysis_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = analysis_enc.c; path = src/enc/analysis_enc.c; sourceTree = ""; }; + D373B58AE7BA9034824618FB7A2E312E /* Poly.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Poly.h; path = folly/Poly.h; sourceTree = ""; }; + D37BB266164AE5B36B496F7C2A1DBD3C /* picture_tools_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_tools_enc.c; path = src/enc/picture_tools_enc.c; sourceTree = ""; }; + D3841AFD60F4974A2520050892F57AE2 /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; + D3851BC9D696AEF543C9DB6C7263A7ED /* RNJitsiMeetView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetView.h; path = ios/RNJitsiMeetView.h; sourceTree = ""; }; + D398B0707401A1236BFA3E304319BB7B /* QBVideoIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIndicatorView.h; path = ios/QBImagePicker/QBImagePicker/QBVideoIndicatorView.h; sourceTree = ""; }; + D3BE08D3C37BD9C009CA59C5A58D8FC1 /* TLRefCount.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TLRefCount.h; path = folly/experimental/TLRefCount.h; sourceTree = ""; }; + D3DA1F1100B5049BD1A54D2EAA239C41 /* OpenSSLPtrTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLPtrTypes.h; path = folly/ssl/OpenSSLPtrTypes.h; sourceTree = ""; }; + D3DCFF43B93CFCA9D51055CB87449994 /* vp8_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8_dec.h; path = src/dec/vp8_dec.h; sourceTree = ""; }; + D3DE93211FEB1038893B19435C29C383 /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; + D3E48B3334A012F80119F2EEE6F43BEF /* HardwareConcurrency.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = HardwareConcurrency.cpp; path = folly/system/HardwareConcurrency.cpp; sourceTree = ""; }; + D3ED3609CF1B536B3A497D8FD8E8B806 /* rpc_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rpc_struct.h; path = src/event2/rpc_struct.h; sourceTree = ""; }; + D41077F1AD0AC08B308126DC10BE5A19 /* RCTImageViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageViewManager.mm; sourceTree = ""; }; + D4146E61E7182ECD551C606D32AE9E01 /* FlipperConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperConnection.h; path = xplat/Flipper/FlipperConnection.h; sourceTree = ""; }; + D41C883D22FD10CFD15573410C2CC2A5 /* ProxyLockable-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ProxyLockable-inl.h"; path = "folly/synchronization/detail/ProxyLockable-inl.h"; sourceTree = ""; }; D425ADF16C51DA39E2C6A7D8F6F1A067 /* Pods-NotificationService-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-NotificationService-acknowledgements.markdown"; sourceTree = ""; }; - D43C13E35B5A67D4E663DF4D916100E5 /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; - D448234E1B911646D605790549BF9A42 /* React-Core.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-Core.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - D455627A4EE63464D2917B80846F9718 /* diy-fp.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "diy-fp.cc"; path = "double-conversion/diy-fp.cc"; sourceTree = ""; }; - D4758CB1D3D0F501F0496278541075FE /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; - D482EDA1C7B32C5E9F5AA43B6FA4D685 /* 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; }; - D4E65A68D9E73F6691A0A0272122B830 /* GDTCORReachability.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORReachability.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORReachability.m; sourceTree = ""; }; - D4EA68A082458F92C6E70F37115AD737 /* RCTWebSocketExecutor.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTWebSocketExecutor.mm; sourceTree = ""; }; - D4F33C0448C7B843FE1DB8EFCA45208F /* UMReactNativeAdapter-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UMReactNativeAdapter-prefix.pch"; sourceTree = ""; }; - D4F4D06A0900A956EB3DB5764679CD6E /* RCTVibration.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVibration.mm; sourceTree = ""; }; - D4FCB502372B473E87AD06884D94605C /* BSG_KSCrashIdentifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashIdentifier.m; sourceTree = ""; }; - D5190C50FA41E8146F4FC661E481AEA4 /* FIRExceptionModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRExceptionModel.m; path = Crashlytics/Crashlytics/FIRExceptionModel.m; sourceTree = ""; }; - D51D26450C18720E1F2D6553ABB5DFAD /* RCTConvert+ART.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+ART.m"; path = "ios/RCTConvert+ART.m"; sourceTree = ""; }; - D52C0CB13C91C4C473461F07292EB9F5 /* RCTConvert+Text.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Text.m"; sourceTree = ""; }; - D53DF0B008AA4508D2E4A1BF294DFF75 /* FIRCLSOnboardingOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSOnboardingOperation.h; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSOnboardingOperation.h; sourceTree = ""; }; - D53F4D35EC36F4B24D158EB7AF3863C2 /* UMSensorsInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMSensorsInterface.release.xcconfig; sourceTree = ""; }; - D5518C703E01B99EBB44B51F1B270AEC /* HazptrThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrThreadPoolExecutor.h; path = folly/synchronization/HazptrThreadPoolExecutor.h; sourceTree = ""; }; - D57B63F235904815BB809B3BBA0D8A66 /* QBVideoIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBVideoIndicatorView.m; path = ios/QBImagePicker/QBImagePicker/QBVideoIndicatorView.m; sourceTree = ""; }; - D58358EB13A6DCB23730240F1B0F2C2B /* FIRErrorCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrorCode.h; path = FirebaseCore/Sources/Private/FIRErrorCode.h; sourceTree = ""; }; - D590CAE39944F68E511B75E0D8E4EBD5 /* FlipperStep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperStep.h; path = xplat/Flipper/FlipperStep.h; sourceTree = ""; }; - D59D2DE1E4EFE2D8BDFE82A408DC5964 /* SKEnvironmentVariables.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKEnvironmentVariables.h; path = iOS/FlipperKit/SKEnvironmentVariables.h; sourceTree = ""; }; - D5BA14CD4ABD4E5B048530EC0D63E63E /* ConnectionSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConnectionSet.h; path = rsocket/internal/ConnectionSet.h; sourceTree = ""; }; + D451CDE36D4FE5E0418D8AB770C36C56 /* FlowableTimeoutOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlowableTimeoutOperator.h; path = yarpl/flowable/FlowableTimeoutOperator.h; sourceTree = ""; }; + D4523CF64C931C9B8E69D3F96A6CADE5 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; + D46BA4929AFAEAFBC0D29AEA757F0766 /* FIRCLSUserDefaults_private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUserDefaults_private.h; path = Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults_private.h; sourceTree = ""; }; + D47989D83E559D51C584F4E5CA5F2928 /* Semaphore.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Semaphore.cpp; path = folly/portability/Semaphore.cpp; sourceTree = ""; }; + D481B6B6D33C14D06356DA0EA78733E0 /* SDWebImageDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDefine.m; path = SDWebImage/Core/SDWebImageDefine.m; sourceTree = ""; }; + D48425B1243E8DA9313085E403E1DF0A /* GULKeychainStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainStorage.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m; sourceTree = ""; }; + D48AC789F2FC477DD3DB0D47311435BB /* Flowables.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Flowables.cpp; path = yarpl/flowable/Flowables.cpp; sourceTree = ""; }; + D48DFAF03A8A17D7E3295922C84000DA /* ThreadLocalDetail.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadLocalDetail.cpp; path = folly/detail/ThreadLocalDetail.cpp; sourceTree = ""; }; + D48F39FD4C99C89412BFA80D34CD0DCE /* vp8li_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_dec.h; path = src/dec/vp8li_dec.h; sourceTree = ""; }; + D4BC717772F9D1AFEDD0851D58EBD317 /* CodingDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodingDetail.h; path = folly/experimental/CodingDetail.h; sourceTree = ""; }; + D4BFC6C1E94B3802AE774B10E7C5A543 /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; + D4C1EA1AE5C235C9FB9D58E60873F53A /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; + D4C4BA06AC29BC3ED729F2AF87728B8C /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyboardObserver.h; path = React/CoreModules/RCTKeyboardObserver.h; sourceTree = ""; }; + D4D10179BB54B803F310624957C94F5A /* UIImage+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Transform.m"; path = "SDWebImage/Core/UIImage+Transform.m"; sourceTree = ""; }; + D4DA89E4F209597652A7F76DB5DC5836 /* FBLPromise+Any.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Any.h"; path = "Sources/FBLPromises/include/FBLPromise+Any.h"; sourceTree = ""; }; + D50E5CBE9E6F77D431F683A2D88180F4 /* 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 = ""; }; + D510D181906E33263BC3D2B8DC0A6FD0 /* FIRInstallationsAuthTokenResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResult.h; path = FirebaseInstallations/Source/Library/Public/FIRInstallationsAuthTokenResult.h; sourceTree = ""; }; + D5145D94B174196F0F88077A91A87025 /* GULApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULApplication.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULApplication.h; sourceTree = ""; }; + D529E80B743400BE6282A3A738682236 /* EXWebBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXWebBrowser.debug.xcconfig; sourceTree = ""; }; + D53631B5BB7B40F7A40B7A2C362BCBE4 /* FIRCLSThreadArrayOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSThreadArrayOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.h; sourceTree = ""; }; + D5578F01B64247AB738D216553E7C106 /* Yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = Yoga.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D57BE38341C3A57608272B9CFC6E9368 /* FIRCLSURLSessionConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionConfiguration.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSessionConfiguration.h; sourceTree = ""; }; + D591993AD075A0A36CDA225F92898D60 /* BSG_KSCrashReportVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportVersion.h; sourceTree = ""; }; + D596272B69E2BF970FAD77801A872212 /* FIRCLSUnwind_x86.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind_x86.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.c; sourceTree = ""; }; + D5BC5A1117AE1CC89B1F6CE37FA3DB93 /* UMReactFontManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactFontManager.m; sourceTree = ""; }; + D5C399FE8E5579CE13BC1EF5D43E6877 /* FIRCLSProfiling.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSProfiling.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSProfiling.c; sourceTree = ""; }; + D5C76628A2AF9CB0CE4AC82F6925ECDC /* vp8i_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8i_enc.h; path = src/enc/vp8i_enc.h; sourceTree = ""; }; D5C775614AC76D44CECB6BE08B022F1F /* libReactCommon.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libReactCommon.a; path = libReactCommon.a; sourceTree = BUILT_PRODUCTS_DIR; }; - D5EFB2472F75A30AA020C47D175A2BD0 /* UMAppLoader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMAppLoader.release.xcconfig; sourceTree = ""; }; - D600B5B64501E1A7BE2ADC169F4D7970 /* Phase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Phase.h; path = folly/init/Phase.h; sourceTree = ""; }; - D608D165B21F1CD1BAB87A568E9E823F /* boost-for-react-native.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "boost-for-react-native.debug.xcconfig"; sourceTree = ""; }; - D63B055B589468D253324C190C0F72AF /* Feather.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Feather.ttf; path = Fonts/Feather.ttf; sourceTree = ""; }; - D643A81B3324DDDF94F3609659E855E5 /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; - D6609E09B8B433F77C7CAF872DC83CA0 /* FBLPromise+Validate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Validate.h"; path = "Sources/FBLPromises/include/FBLPromise+Validate.h"; sourceTree = ""; }; - D6768D2F0F353D96FC4ECF3DDE62BFCF /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; - D684B8DFF363C0A08BA188ACBF98B3EA /* FIRCLSURLBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLBuilder.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSURLBuilder.m; sourceTree = ""; }; - D68F9510F295D342C554CB49D8E58FB6 /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; - D6A48F69484956F7A8B89898B55CEE94 /* cct.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cct.nanopb.c; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c; sourceTree = ""; }; - D6A67E591F2B394A2AE6163936620AC6 /* CocoaAsyncSocket.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaAsyncSocket.release.xcconfig; sourceTree = ""; }; - D6CF4CB9C850B6373288CB0E66A1837A /* MMKVStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MMKVStorage.m; path = ios/MMKVStorage.m; sourceTree = ""; }; - D6CF8D35A6150A0314EFFC9F5F1CBA1E /* React-jsinspector.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-jsinspector.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - D6DF20CDE8039E6B18D46FE2D4B62045 /* GDTCORLifecycle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORLifecycle.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORLifecycle.h; sourceTree = ""; }; - D6F7FF628C60C7D3847BC2BFFAF95E7F /* UMReactNativeAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeAdapter.h; sourceTree = ""; }; - D70163D7AF2449B92356EA9BE574F1D2 /* ARTTextManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTTextManager.m; sourceTree = ""; }; - D74DB89A3986EFB24E631A22A33878DF /* RCTLogBox.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLogBox.mm; sourceTree = ""; }; - D756EE64775597E3C0453DE564BC4F48 /* Observable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Observable.h; path = yarpl/observable/Observable.h; sourceTree = ""; }; - D78D0B52620F4151C26332DEEAE2F63B /* RNFetchBlob.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNFetchBlob.h; sourceTree = ""; }; - D79412AE2A159111EACE99CE51050CD5 /* RNNotificationCenter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenter.m; path = RNNotifications/RNNotificationCenter.m; sourceTree = ""; }; - D7A7290BC112571C78135890F67DD72A /* FileUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FileUtil.cpp; path = folly/FileUtil.cpp; sourceTree = ""; }; - D7ADCF08D04CE6B47F660A8B194FF2F7 /* RNNotificationCenterMulticast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenterMulticast.h; path = RNNotifications/RNNotificationCenterMulticast.h; sourceTree = ""; }; - D7B7D2052DAB5590A4ED0C1EEBC53D0B /* srp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = srp.h; path = ios/include/openssl/srp.h; sourceTree = ""; }; - D7BEFD9A0BDD4966672F07C8B7C1F481 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - D7C19E557B0C04C6CC33BDB624A09116 /* FIRCLSProcessReportOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSProcessReportOperation.h; path = Crashlytics/Crashlytics/Operations/Reports/FIRCLSProcessReportOperation.h; sourceTree = ""; }; - D7D96A722594D344663E6775C05D92B4 /* RCTTypeSafety.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RCTTypeSafety.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - D80BE2CE87BDB7C8CEB8FB72770624F1 /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; - D81ECC54BDB201711B543F08228E0803 /* FIRAEvent+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRAEvent+Internal.m"; path = "Crashlytics/Crashlytics/Helpers/FIRAEvent+Internal.m"; sourceTree = ""; }; - D822023F78CD21F16A1934CDAF9A958D /* huffman_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = huffman_utils.h; path = src/utils/huffman_utils.h; sourceTree = ""; }; - D823D00B6FE7CEFD5F9172A73E30C886 /* LNInterpolable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNInterpolable.m; sourceTree = ""; }; - D8316CED77461B255467FF6E59C9D25A /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; - D8682716201990798E674D369A7CD8CD /* FIRCLSFABNetworkClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFABNetworkClient.h; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSFABNetworkClient.h; sourceTree = ""; }; - D88252D439688CC369F23BFBC4A5CC75 /* RNCWKProcessPoolManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCWKProcessPoolManager.h; path = apple/RNCWKProcessPoolManager.h; sourceTree = ""; }; - D8982E5A82BC3AC430E76F4125AFC3B9 /* Flipper-Glog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-Glog.debug.xcconfig"; sourceTree = ""; }; - D8AC4F69E33B1586F2A4E568AB35C2F4 /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; - D8B09718395248555A9A2105FBA4450D /* crashlytics.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = crashlytics.nanopb.c; path = Crashlytics/Protogen/nanopb/crashlytics.nanopb.c; sourceTree = ""; }; - D8BDBC48E0FA0B8612FDB23255631F72 /* TOCropViewController-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TOCropViewController-prefix.pch"; sourceTree = ""; }; - D8C996F4D96412D60B3FCCCA4FF55BFB /* RCTTrackingAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTrackingAnimatedNode.m; sourceTree = ""; }; - D8E2E5D006DA218EA5BC40549802B3B4 /* React-RCTImage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-RCTImage-dummy.m"; sourceTree = ""; }; - D8E3712B0C01D13AB06B0E03294640D8 /* FIRErrors.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRErrors.m; path = FirebaseCore/Sources/FIRErrors.m; sourceTree = ""; }; - D90FF63FCBBE6990621A61FD45DC7E75 /* FIRCLSSettingsOnboardingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSettingsOnboardingManager.h; path = Crashlytics/Crashlytics/Settings/FIRCLSSettingsOnboardingManager.h; sourceTree = ""; }; - D91C8F13A3B60A4DEC26EEDD7719797C /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; - D933DFB37F1FFB75F2D75EBD11951B83 /* EXKeepAwake.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EXKeepAwake.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - D935315D129C203859255546115A209C /* react-native-cameraroll-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-cameraroll-prefix.pch"; sourceTree = ""; }; - D950DCECCDD7E8398E8FDBD175CA2B54 /* NamedThreadFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NamedThreadFactory.h; path = folly/executors/thread_factory/NamedThreadFactory.h; sourceTree = ""; }; - D955422F92647103DA8E7B3469CC7422 /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; - D95E92703334B90256C753CC487AFDF0 /* UMReactFontManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMReactFontManager.m; sourceTree = ""; }; - D95EA60BB7DEAC6A9B9F935327F3491D /* Init.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Init.cpp; path = folly/ssl/Init.cpp; sourceTree = ""; }; - D96EB50BA70CE0BB83D206B615767812 /* UMReactNativeAdapter-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMReactNativeAdapter-dummy.m"; sourceTree = ""; }; - D97A15643A3ED21BF98348457180EF38 /* Fingerprint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fingerprint.h; path = folly/Fingerprint.h; sourceTree = ""; }; - D9A701777C019BE46119DC3820363364 /* Padded.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Padded.h; path = folly/Padded.h; sourceTree = ""; }; - D9C9C920FF780293BF1D9E1859008560 /* muxinternal.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxinternal.c; path = src/mux/muxinternal.c; sourceTree = ""; }; + D5DB4A7B80E8B844C094A779BC37604A /* GULAppEnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppEnvironmentUtil.m; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m; sourceTree = ""; }; + D5FC2B5CE3AF4B5D632AF91F4BF19FF7 /* react-native-simple-crypto-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-simple-crypto-dummy.m"; sourceTree = ""; }; + D62DD51668862D6A2333CAE56192CB2F /* GULHeartbeatDateStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorage.h; path = GoogleUtilities/Environment/Private/GULHeartbeatDateStorage.h; sourceTree = ""; }; + D6351844B05044633BA8A8C7D936AD83 /* alphai_dec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = alphai_dec.h; path = src/dec/alphai_dec.h; sourceTree = ""; }; + D65299AE8ACE721C6F209233034ADE02 /* REASetNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REASetNode.h; sourceTree = ""; }; + D65D77DC29F3282B6F08334F5C3C20BD /* util.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = util.h; path = src/event2/util.h; sourceTree = ""; }; + D66D0199E99AA6A510AB299BD82B07EA /* react-native-background-timer-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-background-timer-prefix.pch"; sourceTree = ""; }; + D66DC0B10435265876F7838E70EDA753 /* react-native-slider.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-slider.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D672993F59C47CA638DAF57EA68F6C9C /* SKHiddenWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKHiddenWindow.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKHiddenWindow.h; sourceTree = ""; }; + D674CB63573687A20A05CD78E95B7464 /* GlobalExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GlobalExecutor.h; path = folly/executors/GlobalExecutor.h; sourceTree = ""; }; + D68375B36756B0A95FBC5FF7D5B5386F /* backward_references_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = backward_references_enc.h; path = src/enc/backward_references_enc.h; sourceTree = ""; }; + D6ADF21D38F4E333131A8B2A13D114AA /* BSG_KSCrashReportFilterCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilterCompletion.h; sourceTree = ""; }; + D6C7E955A289B723B89E0A05BA003614 /* Flipper-PeerTalk.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-PeerTalk.debug.xcconfig"; sourceTree = ""; }; + D6D1599C0EA71FAF757409A3F81EEF1C /* ScheduledFrameProcessor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScheduledFrameProcessor.cpp; path = rsocket/framing/ScheduledFrameProcessor.cpp; sourceTree = ""; }; + D6DA170E993F33C37F28A81382478149 /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; + D700EAA8012BAE9F7269BE45A66531D6 /* TimekeeperScheduledExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TimekeeperScheduledExecutor.cpp; path = folly/executors/TimekeeperScheduledExecutor.cpp; sourceTree = ""; }; + D705E346C0D7E0D485B5C54148BEBDCF /* FlowableConcatOperators.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlowableConcatOperators.h; path = yarpl/flowable/FlowableConcatOperators.h; sourceTree = ""; }; + D72AB401160766D170EF9B5C4E291632 /* BugsnagMetaData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagMetaData.m; sourceTree = ""; }; + D72DB4B07C80648FAE86C7B1DAACE7FD /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; + D735A20FC313FC0FAFDAF14CE7C91BA9 /* UMFaceDetectorInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFaceDetectorInterface.release.xcconfig; sourceTree = ""; }; + D7434932DF03CFC23CA62FD0F6363C13 /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; + D75E0384F55F40E7262653165735DA7A /* RNPinchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNPinchHandler.h; sourceTree = ""; }; + D765CEAF6F6ACDDDE28F2B36828DC6BB /* SKTapListenerImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKTapListenerImpl.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTapListenerImpl.h; sourceTree = ""; }; + D76C608E71879AA3C97A1C382D70364C /* RCTWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWeakProxy.h; sourceTree = ""; }; + D7740268A7B4A3D5F4C980EEDE615F71 /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTPlatform.h; path = React/CoreModules/RCTPlatform.h; sourceTree = ""; }; + D77580D1E3591A024E990C77E4A13C58 /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageUtils.h; path = Libraries/Image/RCTImageUtils.h; sourceTree = ""; }; + D7867A31177E14E9829F99E9D376CF00 /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; + D7953F433DD8276762D1B76C98DD679B /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Sources/Private/FirebaseCoreInternal.h; sourceTree = ""; }; + D7A414991BA9E3E0E7CC5BEF0BC96119 /* FIRInstallationsItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsItem.m; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.m; sourceTree = ""; }; + D7ABBBA6E37C774FA0C4A2815621D0F3 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + D7BEA8A3A6B124B4E9B0C722EAFA7FC8 /* ChecksumDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ChecksumDetail.h; path = folly/hash/detail/ChecksumDetail.h; sourceTree = ""; }; + D7D235576EBE3719667F5CB346D0DB3C /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; + D7D68A0EDFD0515C6CB045FF4A591F18 /* evdns.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evdns.h; path = src/evdns.h; sourceTree = ""; }; + D7EA07A39CB1A60CDB6A1252B6B5C39E /* RNNativeViewHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNNativeViewHandler.m; sourceTree = ""; }; + D7EEF1D4C2AD577DEF2E7A99CE046356 /* react-native-mmkv-storage-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-mmkv-storage-dummy.m"; sourceTree = ""; }; + D7F84ED4B42E5114E061590E9A703AFA /* RNCPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCPicker.h; path = ios/RNCPicker.h; sourceTree = ""; }; + D7FE0E377DF83BDDD47EBBE3BFF65B2E /* UMAppDelegateWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMAppDelegateWrapper.h; path = UMCore/UMAppDelegateWrapper.h; sourceTree = ""; }; + D7FEA9D9B055FABDD4A52DC5CB13BE94 /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; + D803C5AC0C2AE94CD4CD22EF4C5FEF32 /* LNInterpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolation.h; sourceTree = ""; }; + D806C2A8A34B5FDA9FD772D910857FB1 /* GDTCOREvent+GDTCCTSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GDTCOREvent+GDTCCTSupport.h"; path = "GoogleDataTransportCCTSupport/GDTCCTLibrary/Public/GDTCOREvent+GDTCCTSupport.h"; sourceTree = ""; }; + D823457CBD7043FAEB9E29F9B5EF08CE /* StringKeyedSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedSet.h; path = folly/experimental/StringKeyedSet.h; sourceTree = ""; }; + D8381D732252B0193A436F6A9AA5C869 /* RCTImageStoreManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageStoreManager.mm; sourceTree = ""; }; + D84CDB7A2F06D0D2C482FDA830EFABAA /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = event.h; path = src/event.h; sourceTree = ""; }; + D84E69754A0D4FDBCE0C052A0319CE6A /* RCTCustomInputControllerTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomInputControllerTemp.h; sourceTree = ""; }; + D863CA2289FE559ACB8F6A30898C59D6 /* BSG_KSCrashSentry_NSException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashSentry_NSException.h; sourceTree = ""; }; + D86CB57594FF51DE4AA7F40C26D548DD /* SDImageHEICCoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoder.h; path = SDWebImage/Core/SDImageHEICCoder.h; sourceTree = ""; }; + D87214652590C42D30666C7602B23D15 /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = FontAwesome5_Brands.ttf; path = Fonts/FontAwesome5_Brands.ttf; sourceTree = ""; }; + D88619A7C3A8BDDF41268C42118D8498 /* RCTConvert+ART.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RCTConvert+ART.m"; path = "ios/RCTConvert+ART.m"; sourceTree = ""; }; + D88824EF549D12E6178FD3BC56294948 /* FireAndForgetBasedFlipperResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FireAndForgetBasedFlipperResponder.h; path = xplat/Flipper/FireAndForgetBasedFlipperResponder.h; sourceTree = ""; }; + D89012C25F5261434E28F9FE7DBD2B9E /* Pretty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Pretty.h; path = folly/lang/Pretty.h; sourceTree = ""; }; + D89110DBBE0DF335C46F567F0963046D /* FIRCLSMachO.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachO.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachO.h; sourceTree = ""; }; + D893ABE4125C2E5D23BEAC8F5705F5AA /* Libgen.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Libgen.cpp; path = folly/portability/Libgen.cpp; sourceTree = ""; }; + D8B158F2B091259E488FECAAD82F1F5E /* ErrorCode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ErrorCode.cpp; path = rsocket/framing/ErrorCode.cpp; sourceTree = ""; }; + D8B7867D6F7E2E282761456AE282942D /* IDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IDStore.m; path = ios/IDStore.m; sourceTree = ""; }; + D8D2B14A48976AB1B733441A619B3210 /* ShutdownSocketSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ShutdownSocketSet.h; path = folly/io/ShutdownSocketSet.h; sourceTree = ""; }; + D8E205E0ADEFE8B824F9B1B475F92EFC /* SafeAreaSpacerViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerViewManager.m; sourceTree = ""; }; + D8E90D4CA0309B2495D73C9AF3D51045 /* InterProcessLock_Win32.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InterProcessLock_Win32.cpp; path = Core/InterProcessLock_Win32.cpp; sourceTree = ""; }; + D8FB043D77257DE0D880FAE8B032EFFF /* RNJitsiMeetViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetViewManager.h; path = ios/RNJitsiMeetViewManager.h; sourceTree = ""; }; + D91054BD48855264655E4EE35E836014 /* UIImage+ExtendedCacheData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+ExtendedCacheData.h"; path = "SDWebImage/Core/UIImage+ExtendedCacheData.h"; sourceTree = ""; }; + D91E27F1850CE3B945293C354D37B1AA /* react-native-cookies.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cookies.release.xcconfig"; sourceTree = ""; }; + D91EDBDC0443F6DAB23A146A91F015EC /* KeyCommands.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = KeyCommands.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D92402B047721D504A405BEB2D94AC7C /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; + D92A8D072A13AFB818280124E6E65319 /* SysUio.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysUio.cpp; path = folly/portability/SysUio.cpp; sourceTree = ""; }; + D95D5726D02100F956CA2FF93D912AFF /* FIRCLSURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSession.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSession.h; sourceTree = ""; }; + D95D8EB288DB6E1564E488CD15A4CBA0 /* ExceptionString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExceptionString.h; path = folly/ExceptionString.h; sourceTree = ""; }; + D96B932F860E830FE7244EBF740B90DD /* format_constants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = format_constants.h; path = src/webp/format_constants.h; sourceTree = ""; }; + D9973CB60DA879282801C4B02A956687 /* TimerFD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimerFD.h; path = folly/experimental/TimerFD.h; sourceTree = ""; }; + D99AA483E8B28CACEF08CBA6E67558DD /* Combine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Combine.h; path = folly/gen/Combine.h; sourceTree = ""; }; + D99C99810BDD22C9EE2F42464C4A8B04 /* SDImageAPNGCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageAPNGCoder.m; path = SDWebImage/Core/SDImageAPNGCoder.m; sourceTree = ""; }; + D9A93C7B748B0689F27EEAE4EF2FF793 /* pem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pem.h; path = ios/include/openssl/pem.h; sourceTree = ""; }; + D9CBC61E43184F723F770D742AD2E034 /* EXResumablesManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXResumablesManager.m; sourceTree = ""; }; + D9D6448E0E06535CCFEED6A45C2B3C5F /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; + D9D914B855E28EA3599609190B4D9D40 /* FileUtil.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FileUtil.cpp; path = folly/FileUtil.cpp; sourceTree = ""; }; D9F334F2E90E3EE462FC4192AF5C03BD /* libReact-jsi.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsi.a"; path = "libReact-jsi.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - DA21ED53DA87D0F0822B96ACD8BE599A /* JsArgumentHelpers-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JsArgumentHelpers-inl.h"; sourceTree = ""; }; - DA286F2B869F9E4C9911151C654FE71D /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Sources/Private/FIRDependency.h; sourceTree = ""; }; - DA5602C79885D3CB2CD335D6002BECC3 /* Request.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Request.h; path = folly/io/async/Request.h; sourceTree = ""; }; - DA6F45034BEC82867D2BE2B78BDF2783 /* UMCore.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMCore.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - DA83EE13A5CEF104A89D2858A81F108F /* rn-extensions-share.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-extensions-share.release.xcconfig"; sourceTree = ""; }; - DAA9F90BD1A7C7D4AD3514B2BDB57E68 /* SDAssociatedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAssociatedObject.m; path = SDWebImage/Private/SDAssociatedObject.m; sourceTree = ""; }; - DAB08E0BFE57C7C6AE68B086A691CA95 /* react-native-cookies.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cookies.debug.xcconfig"; sourceTree = ""; }; - DABD12A8716F9EE15A7A4FCAA0CE8398 /* glog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.debug.xcconfig; sourceTree = ""; }; - DAC331CE906B9C557E4156DEF8054A2A /* FIRCLSSymbolicationOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSymbolicationOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.h; sourceTree = ""; }; - DACBC35D6F33D790F2FF67A684E8F6C9 /* FLEXNetworkTransaction.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FLEXNetworkTransaction.m; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkTransaction.m; sourceTree = ""; }; - DB0E32F3E605BF4203353069BEA1B5BB /* BSG_KSMach_Arm64.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSMach_Arm64.c; sourceTree = ""; }; - DB2E76B8A687DE1E1AE7D5EB37420069 /* RCTInterpolationAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInterpolationAnimatedNode.m; sourceTree = ""; }; - DB310A2D73DAFDD05C879D5F03DB5773 /* GULNetworkURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkURLSession.m; path = GoogleUtilities/Network/GULNetworkURLSession.m; sourceTree = ""; }; - DB4E07C63B8A464B5EC8B4233A29589F /* StaticConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StaticConst.h; path = folly/lang/StaticConst.h; sourceTree = ""; }; - DB5A831CACBC9D9C01487A5423D530A5 /* IOObjectCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOObjectCache.h; path = folly/executors/IOObjectCache.h; sourceTree = ""; }; - DB7934AFA199F7E7A56D9B1B6BF569C0 /* MMKV.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MMKV.debug.xcconfig; sourceTree = ""; }; - DB9AE6EAA52A0983996CE51F667375B8 /* UMFontInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFontInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - DBACB01B4493A75D58A748A39FAFDB7B /* FIRCLSInstallIdentifierModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSInstallIdentifierModel.h; path = Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.h; sourceTree = ""; }; - DBB47B65BF8B28023A8E8689355E2DB5 /* FIRCLSThreadArrayOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSThreadArrayOperation.m; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSThreadArrayOperation.m; sourceTree = ""; }; - DBB530FCC112B959A7BCB2819DC9C578 /* EventBaseBackendBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBaseBackendBase.h; path = folly/io/async/EventBaseBackendBase.h; sourceTree = ""; }; - DBBC2900C27054B2E9B0C763867262B2 /* rn-extensions-share.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "rn-extensions-share.debug.xcconfig"; sourceTree = ""; }; - DBC9C3E07E970ED0541831C94D1F8285 /* FIRCLSUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSUtility.m; path = Crashlytics/Crashlytics/Helpers/FIRCLSUtility.m; sourceTree = ""; }; - DBD81493405E425207B0EE8744190446 /* TcpConnectionAcceptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TcpConnectionAcceptor.h; path = rsocket/transports/tcp/TcpConnectionAcceptor.h; sourceTree = ""; }; - DC0CE347608B9F052E25767003E63660 /* UMModuleRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistry.m; sourceTree = ""; }; - DC1EC316FB2651C20CC2185D4DF29027 /* RNCMaskedView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCMaskedView.release.xcconfig; sourceTree = ""; }; - DC58C9C554E4376FAA99CAE5E990D21E /* RNFBMeta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBMeta.m; path = ios/RNFBApp/RNFBMeta.m; sourceTree = ""; }; - DC77C0EBCC8EDE9CF56A01109F45695E /* FIRCLSUnwind_x86.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind_x86.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.c; sourceTree = ""; }; - DC825FE093DFFB228B74B4F503B76747 /* FlipperStateUpdateListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperStateUpdateListener.h; path = xplat/Flipper/FlipperStateUpdateListener.h; sourceTree = ""; }; - DC99FD3917F46D60B79DED7EA74182AA /* PTUSBHub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PTUSBHub.h; path = peertalk/PTUSBHub.h; sourceTree = ""; }; - DCC6B52D68A31FE6C27E33A800B60E6C /* Flipper-RSocket.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-RSocket.release.xcconfig"; sourceTree = ""; }; - DCD0F787470C3B5B7CD0403B28918A85 /* ecdh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ecdh.h; path = ios/include/openssl/ecdh.h; sourceTree = ""; }; - DCD73B06A7F104FEA844FDEBDAC3EB13 /* DoubleConversion-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DoubleConversion-dummy.m"; sourceTree = ""; }; - DCE67542C97CD978B2F30C1DADAA5268 /* FirebaseCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCore-dummy.m"; sourceTree = ""; }; - DCF3A9D6C29FE836E7AB64EDF6C14094 /* MMKV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKV.h; path = iOS/MMKV/MMKV/MMKV.h; sourceTree = ""; }; - DCFEB8D80B6E4EBE43301462DE4ABEEC /* SmallLocks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SmallLocks.h; path = folly/synchronization/SmallLocks.h; sourceTree = ""; }; - DD0C4A8BD15CBB23393D4E1EC592F079 /* RNFBJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBJSON.h; path = ios/RNFBApp/RNFBJSON.h; sourceTree = ""; }; - DD16E5F90B34E3C70D4B721225D12063 /* FlipperUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FlipperUtil.m; path = iOS/FlipperKit/FlipperUtil.m; sourceTree = ""; }; - DD1FA4FAE77E0D5BCD5D638D67B8CF81 /* double-conversion.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "double-conversion.cc"; path = "double-conversion/double-conversion.cc"; sourceTree = ""; }; - DD2613AFD60F19026B4568F1C23402EA /* pb_encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_encode.h; sourceTree = ""; }; - DD313BCCA57383199C98A77AE5BCCDCC /* RCTMultilineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultilineTextInputView.m; sourceTree = ""; }; - DD3349A6FBB4F16BC35232C9DDD036B7 /* React-jsinspector-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsinspector-dummy.m"; sourceTree = ""; }; - DD354BCBE58CC78F1144BF9E1D6899D4 /* dynamic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = dynamic.cpp; path = folly/dynamic.cpp; sourceTree = ""; }; - DD3EEAC27A99FC5EF933EDBBFB457CA0 /* ManualTimekeeper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ManualTimekeeper.h; path = folly/futures/ManualTimekeeper.h; sourceTree = ""; }; - DD4E34694A314E46A5009AA3CEC039F5 /* ScopeGuard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScopeGuard.cpp; path = folly/ScopeGuard.cpp; sourceTree = ""; }; - DD8E9087EBFF9118C17709AE8F71E33C /* EXAudioRecordingPermissionRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAudioRecordingPermissionRequester.h; path = EXAV/EXAudioRecordingPermissionRequester.h; sourceTree = ""; }; - DD90FECF5AB4C3610B480EBD6125B70B /* lossless_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless_common.h; path = src/dsp/lossless_common.h; sourceTree = ""; }; - DD974CFD23E04EEF988E1618E16650E2 /* ConnectionFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConnectionFactory.h; path = rsocket/ConnectionFactory.h; sourceTree = ""; }; - DDA0EC590AD9ECFCC4CED341B9884470 /* LICENSE.txt */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE.txt; sourceTree = ""; }; - DDABBABF95BE0B6310ABB9AB3F7ECD6D /* String.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = String.cpp; path = folly/portability/String.cpp; sourceTree = ""; }; - DDABD51A07193223FFBF9D3FE010F568 /* SDAnimatedImagePlayer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImagePlayer.m; path = SDWebImage/Core/SDAnimatedImagePlayer.m; sourceTree = ""; }; - DDEDCCCF881A11E551466DA5C43568E4 /* TOCropView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropView.h; path = "Objective-C/TOCropViewController/Views/TOCropView.h"; sourceTree = ""; }; - DDF53A375D37EF14B41220F80B60D13C /* BSG_KSObjC.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSObjC.c; sourceTree = ""; }; - DDFC69D1847846387CCC369D46AC76B2 /* FIRDiagnosticsData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDiagnosticsData.m; path = FirebaseCore/Sources/FIRDiagnosticsData.m; sourceTree = ""; }; - DE105C5E53AD2270FA4FF2DD8233122F /* CoreModulesPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = CoreModulesPlugins.mm; sourceTree = ""; }; - DE10E1F3CD9CCC15406C1AC314967083 /* RCTView+SafeAreaCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTView+SafeAreaCompat.h"; path = "ios/SafeAreaView/RCTView+SafeAreaCompat.h"; sourceTree = ""; }; - DE25CDD357E0DDA8BA27F8D69ED66004 /* FIRCLSReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSReport.h; path = Crashlytics/Crashlytics/Models/FIRCLSReport.h; sourceTree = ""; }; - DE2C5957990B1640FB35A4B62B6C1909 /* Request.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Request.cpp; path = folly/io/async/Request.cpp; sourceTree = ""; }; - DE57F840C991849921A1E926A2490EF7 /* StorageGetters.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StorageGetters.h; path = ios/StorageGetters.h; sourceTree = ""; }; - DE5AFF79E47E8F60A283AF22E7CF0061 /* RCTDevLoadingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevLoadingView.mm; sourceTree = ""; }; - DE7471BCE3D9988E9C4C5D279AD34413 /* IPAddress.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IPAddress.cpp; path = folly/detail/IPAddress.cpp; sourceTree = ""; }; - DE7476F48E40E5701175BEB1EAAB9750 /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; - DE7C0D01D54859A278591309BAD32F0F /* FIRErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrors.h; path = FirebaseCore/Sources/Private/FIRErrors.h; sourceTree = ""; }; - DE8420E15ECE786B2750D1FAFE57F950 /* ARTSurfaceView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTSurfaceView.m; path = ios/ARTSurfaceView.m; sourceTree = ""; }; - DEB084C6687C003F87E4BCAD1799021F /* Format.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Format.h; path = folly/Format.h; sourceTree = ""; }; - DED4C8386EBE02437E08F2ED88970DF6 /* KeepaliveTimer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KeepaliveTimer.h; path = rsocket/internal/KeepaliveTimer.h; sourceTree = ""; }; - DED9103D658623FB8D303D4012B2A4BF /* InterProcessLock_Android.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InterProcessLock_Android.cpp; path = Core/InterProcessLock_Android.cpp; sourceTree = ""; }; - DEE71341FAD66F26AA7B6462A914F373 /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; - DEF458B8AD64F921EE7F94CBBBF806D2 /* GlobalExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = GlobalExecutor.cpp; path = folly/executors/GlobalExecutor.cpp; sourceTree = ""; }; - DF2FA054EC8D3DA7A83B614891FE7020 /* SDImageGIFCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageGIFCoder.m; path = SDWebImage/Core/SDImageGIFCoder.m; sourceTree = ""; }; - DF422DA848213C409BEBB046514D8BE4 /* AsyncUDPServerSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncUDPServerSocket.h; path = folly/io/async/AsyncUDPServerSocket.h; sourceTree = ""; }; - DF42996FE9BE64B2DDF91079B61B6D4B /* Optional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Optional.h; path = folly/Optional.h; sourceTree = ""; }; - DF4769B9982BA90F990CFD75D7FC2745 /* UMCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMCore-dummy.m"; sourceTree = ""; }; - DF477E2F8EE7CD15AA73BAD0E34A7A47 /* EXConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstants.h; path = EXConstants/EXConstants.h; sourceTree = ""; }; - DF4E84C7C2B0F83B4574511212015195 /* React-jsinspector.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-jsinspector.debug.xcconfig"; sourceTree = ""; }; - DF64644ED4121763E71872A2ECEED903 /* RNCSafeAreaViewEdges.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewEdges.m; path = ios/SafeAreaView/RNCSafeAreaViewEdges.m; sourceTree = ""; }; - DF6BC8AB595E8B58B589682C9CBEDEAF /* RNDocumentPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDocumentPicker.h; path = ios/RNDocumentPicker/RNDocumentPicker.h; sourceTree = ""; }; - DF6CC845615D23DCA72B85DA957F4CAB /* MemoryIdler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryIdler.cpp; path = folly/detail/MemoryIdler.cpp; sourceTree = ""; }; - DF72FB3DBB880446E5AD161BE370FBFE /* SafeAreaSpacerShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerShadowView.h; sourceTree = ""; }; - DF746012DEEBB4502DDBA3F3A966DB52 /* ARTBrush.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTBrush.h; sourceTree = ""; }; - DF98394E51D1046B435972D65F8C7690 /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; - DF9B0A15E10CE1961795E9F3893C9EC2 /* TOCropViewController.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TOCropViewController.debug.xcconfig; sourceTree = ""; }; - DFB55AA69F10039E5EB50A45AFB21AA3 /* MicroLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MicroLock.h; path = folly/MicroLock.h; sourceTree = ""; }; - DFC75DD8F1EA6744C4ACBC163AEABB19 /* AtomicUtil-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicUtil-inl.h"; path = "folly/synchronization/AtomicUtil-inl.h"; sourceTree = ""; }; - DFE2D9803208D4B2BBB983BCAE1B0601 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = rsocket/benchmarks/README.md; sourceTree = ""; }; - DFFB629BFCBFB19FDF2282D96ABCC313 /* raw_logging.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = raw_logging.cc; path = src/raw_logging.cc; sourceTree = ""; }; - DFFDCFBA505527CF11837E7606E3DF8D /* FutureDAG.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FutureDAG.h; path = folly/experimental/FutureDAG.h; sourceTree = ""; }; - E0060D76216A3D5A06E82D7EDC67EFE9 /* EXSessionDownloadTaskDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionDownloadTaskDelegate.m; sourceTree = ""; }; + DA162A95EDFC329A11018E75AFDF3C9D /* EnableSharedFromThis.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EnableSharedFromThis.h; path = folly/memory/EnableSharedFromThis.h; sourceTree = ""; }; + DA2BC94CBCF5959D0576588009F07704 /* DeviceUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeviceUID.h; path = ios/RNDeviceInfo/DeviceUID.h; sourceTree = ""; }; + DA2CB926731B404A5F0B491352B38846 /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; + DA9F7FBB8A40B6A82B036A95054A2803 /* Rcu-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Rcu-inl.h"; path = "folly/synchronization/Rcu-inl.h"; sourceTree = ""; }; + DAAA5BCF0CD1DD3256C58D65D0A8B41F /* MMKV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKV.h; path = Core/MMKV.h; sourceTree = ""; }; + DAB1BE7988FACE56BCCF1FF347382E85 /* FIRCLSDataParsing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDataParsing.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.h; sourceTree = ""; }; + DAB45F0085D8A678A184DE42B1817A1F /* EXLocalAuthentication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXLocalAuthentication.h; path = EXLocalAuthentication/EXLocalAuthentication.h; sourceTree = ""; }; + DABBFFD8E80E35E28E6FCA2EBAC126E9 /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; + DAE7A2692E7F564E6958228769028DAE /* Flipper-DoubleConversion-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-DoubleConversion-dummy.m"; sourceTree = ""; }; + DAFBA0AD3784CE6C09996B3C591F2546 /* FIRCLSURLSessionTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLSessionTask.m; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionTask.m; sourceTree = ""; }; + DB341E8302C7DA9FADD26EED0D1638D7 /* RNGestureHandlerModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerModule.m; path = ios/RNGestureHandlerModule.m; sourceTree = ""; }; + DB3DB92015BAB536E4F2AA36E7D213E1 /* StaticSingletonManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StaticSingletonManager.cpp; path = folly/detail/StaticSingletonManager.cpp; sourceTree = ""; }; + DB41DC78A32A2E5B257468FE9F320CD1 /* react-native-safe-area-context-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-safe-area-context-prefix.pch"; sourceTree = ""; }; + DB4CF2F52473AB2B8E9BD13D2F37A4B6 /* MemoryFile_Win32.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryFile_Win32.cpp; path = Core/MemoryFile_Win32.cpp; sourceTree = ""; }; + DB6958E07B4642EFA82FCF099BE42B1C /* RCTRedBoxSetEnabled.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxSetEnabled.m; sourceTree = ""; }; + DB784AE533C7FA1470E9783AD47C9700 /* SetupResumeAcceptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SetupResumeAcceptor.h; path = rsocket/internal/SetupResumeAcceptor.h; sourceTree = ""; }; + DB8EC529CF684407862D0CE48DC2E240 /* BSG_KSCrashIdentifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashIdentifier.m; sourceTree = ""; }; + DB8EF10FCBC488C35687478E6EE45CF4 /* ARTLinearGradient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTLinearGradient.h; sourceTree = ""; }; + DB92A844E489E0367D76A99164A7929E /* FIRCLSGlobals.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSGlobals.h; path = Crashlytics/Crashlytics/Components/FIRCLSGlobals.h; sourceTree = ""; }; + DB9E73D6085CB50A1C3BE47FC4DA6073 /* GCDAsyncSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GCDAsyncSocket.h; path = Source/GCD/GCDAsyncSocket.h; sourceTree = ""; }; + DBD7A25A1EBF8099A57661C21C404931 /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; + DBE3DF2812B2CD8FB972AF63775D8630 /* GCDAsyncUdpSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GCDAsyncUdpSocket.m; path = Source/GCD/GCDAsyncUdpSocket.m; sourceTree = ""; }; + DBF23ACBD3AD3BBFD67E6B41856522A1 /* ScheduledSingleObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledSingleObserver.h; path = rsocket/internal/ScheduledSingleObserver.h; sourceTree = ""; }; + DC0A94B503D64D2EE2799369A75B46ED /* FramedDuplexConnection.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FramedDuplexConnection.cpp; path = rsocket/framing/FramedDuplexConnection.cpp; sourceTree = ""; }; + DC0AC5A2F6B35CBA64083268427A42F3 /* BugsnagErrorReportApiClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagErrorReportApiClient.h; sourceTree = ""; }; + DC13A137BE027FF710D1CBF20C04F8BF /* EXKeepAwake-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXKeepAwake-dummy.m"; sourceTree = ""; }; + DC30BE353A6FBEF3ABF7CAF8002CAB1E /* KeyValueHolder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = KeyValueHolder.cpp; path = Core/KeyValueHolder.cpp; sourceTree = ""; }; + DC3AF64923400524C967907721D2E9DD /* SanitizeLeak.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SanitizeLeak.cpp; path = folly/memory/SanitizeLeak.cpp; sourceTree = ""; }; + DC4403A307646F1A0FE7D4943F892C6A /* DistributedMutex.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DistributedMutex.h; path = folly/synchronization/DistributedMutex.h; sourceTree = ""; }; + DC7F08B41C74A956A467BFE545633329 /* RNFBCrashlytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBCrashlytics.release.xcconfig; sourceTree = ""; }; + DC9D2CF990547919BF4C3DE9F66C898C /* NSData+EXFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+EXFileSystem.h"; path = "EXFileSystem/NSData+EXFileSystem.h"; sourceTree = ""; }; + DCB6D621B837C1E38EB4A50C04CE38EE /* fa-IR.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "fa-IR.lproj"; path = "Objective-C/TOCropViewController/Resources/fa-IR.lproj"; sourceTree = ""; }; + DCCAA44D33683DA804CE6F16826CBF9C /* FIRCLSURLSessionDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLSessionDataTask.m; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDataTask.m; sourceTree = ""; }; + DCD0292DD3F7216854E12614E7A4190A /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; + DCDBCBD7E33107D7E0A9AE7A65BC6243 /* FrameTransportImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameTransportImpl.h; path = rsocket/framing/FrameTransportImpl.h; sourceTree = ""; }; + DCF0E2D52F356CD8A32190A94BE000A3 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = SimpleLineIcons.ttf; path = Fonts/SimpleLineIcons.ttf; sourceTree = ""; }; + DCF0F90DAFFB2A76D50DDBEB241E8897 /* Futex-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Futex-inl.h"; path = "folly/detail/Futex-inl.h"; sourceTree = ""; }; + DCF29684E2024E5FAC35B39BD55F9DDB /* RNCAppearanceProviderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAppearanceProviderManager.m; path = ios/Appearance/RNCAppearanceProviderManager.m; sourceTree = ""; }; + DD0F1854881020E095123417275F3735 /* SDImageCachesManagerOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCachesManagerOperation.m; path = SDWebImage/Private/SDImageCachesManagerOperation.m; sourceTree = ""; }; + DD16B247A3280A66B3AF2FB0EFDB5BDD /* TOCropViewController.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TOCropViewController.debug.xcconfig; sourceTree = ""; }; + DD2AC86FC78C7DA6BDC5E907AF7DC6F9 /* VibrancyView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VibrancyView.h; path = ios/VibrancyView.h; sourceTree = ""; }; + DD3EF33295A45B44138EA5AD5EF9766F /* SafeAreaSpacerView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SafeAreaSpacerView.h; sourceTree = ""; }; + DD432E56D475A58C93EB1C4F9E1F5519 /* RCTFrameAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameAnimation.h; sourceTree = ""; }; + DD52C485ABF20B7BDC22370FB40C7050 /* pb_decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_decode.h; sourceTree = ""; }; + DD5F620C6211D90BCC5E486747DF685C /* RCTKeyCommandsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTKeyCommandsManager.m; path = ios/KeyCommands/RCTKeyCommandsManager.m; sourceTree = ""; }; + DD61A9687DAC055A541F15BDBA8CEC0D /* pt.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pt.lproj; path = "Objective-C/TOCropViewController/Resources/pt.lproj"; sourceTree = ""; }; + DD8FE51DBA71D2B51C3D7E084D74ADCF /* GULNetworkURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkURLSession.h; path = GoogleUtilities/Network/Private/GULNetworkURLSession.h; sourceTree = ""; }; + DDA584E9D391DAA2AB9E91FFC565D793 /* ObservableConcatOperators.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObservableConcatOperators.h; path = yarpl/observable/ObservableConcatOperators.h; sourceTree = ""; }; + DDBB50C1E9034EB97ADC8DAB29DFBC28 /* BugsnagCrashReport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagCrashReport.m; sourceTree = ""; }; + DDC7696BAF38E3CA7F5476BE02395821 /* opensslconf-armv7s.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "opensslconf-armv7s.h"; path = "ios/include/openssl/opensslconf-armv7s.h"; sourceTree = ""; }; + DDCB59DA29B501FE7C3A6DC7358F5128 /* rescaler_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = rescaler_neon.c; path = src/dsp/rescaler_neon.c; sourceTree = ""; }; + DE16C6668E00B2EBAF3DF295096B5CB9 /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_common.c; sourceTree = ""; }; + DE28B165CF41174922644B05FFA63C3C /* dsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dsa.h; path = ios/include/openssl/dsa.h; sourceTree = ""; }; + DE2F1A3E4683F5B58C310B6F901D1FBC /* RCTImagePlugins.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImagePlugins.h; path = Libraries/Image/RCTImagePlugins.h; sourceTree = ""; }; + DE3B5D1E43D3FE530CB383A136852596 /* F14Policy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = F14Policy.h; path = folly/container/detail/F14Policy.h; sourceTree = ""; }; + DE406105D7FF5ABF59824C96E56A60F4 /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAsyncLocalStorage.h; path = React/CoreModules/RCTAsyncLocalStorage.h; sourceTree = ""; }; + DE4896B30B4A33958D1F4ED063C3175A /* JSExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSExecutor.cpp; sourceTree = ""; }; + DE4C1ADFF09E743039A3076C93D26BB7 /* FIRCLSAsyncOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSAsyncOperation.h; path = Crashlytics/Crashlytics/Operations/FIRCLSAsyncOperation.h; sourceTree = ""; }; + DE75FF89E50B34EC892E7FD9EA2BDE41 /* MicroLock.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MicroLock.cpp; path = folly/MicroLock.cpp; sourceTree = ""; }; + DE96B6563A6732FDD1633D3B972D702B /* BlurView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BlurView.h; path = ios/BlurView.h; sourceTree = ""; }; + DEB4DEE43A571E48B6AC2491E453442A /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_decode.c; sourceTree = ""; }; + DEB6D2A696C84B522E6CA14734417653 /* rc2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rc2.h; path = ios/include/openssl/rc2.h; sourceTree = ""; }; + DEC7C445DFB51A0A8895A67BA796C9FF /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; + DF0E5E9D1ECF6CE666CD20F798EA881E /* rn-extensions-share.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "rn-extensions-share.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + DF228A0B78A70CE35B9DE8E4F6CE4734 /* GDTCORTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTransport.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORTransport.h; sourceTree = ""; }; + DF375EB68DD3FDA626DE207D6E1D16B2 /* opensslconf-x86_64.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "opensslconf-x86_64.h"; path = "ios/include/openssl/opensslconf-x86_64.h"; sourceTree = ""; }; + DF38DAF34A4B8C999902F6AC18DBFFAE /* SDImageIOAnimatedCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageIOAnimatedCoder.m; path = SDWebImage/Core/SDImageIOAnimatedCoder.m; sourceTree = ""; }; + DF6F5825C179293170C5C51470B5455D /* Subprocess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Subprocess.h; path = folly/Subprocess.h; sourceTree = ""; }; + DF76C6897EA0C33AC1F484372098DDF1 /* SocketOptionMap.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SocketOptionMap.cpp; path = folly/io/SocketOptionMap.cpp; sourceTree = ""; }; + DF8434FFB5819ACC5A29EA3EBE003EA1 /* RCTModuloAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModuloAnimatedNode.m; sourceTree = ""; }; + DF9FED91B4C40F70D892FBFF688F75DF /* RCTCxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxModule.h; sourceTree = ""; }; + DFA2BF0269D6F73738AF58B4AC57ACE1 /* RCTTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTextViewManager.m; sourceTree = ""; }; + DFB41E5C56C1FBE2096AC652EE680BB0 /* MacAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MacAddress.h; path = folly/MacAddress.h; sourceTree = ""; }; + DFB6DA13B6E38AEC8401692445630543 /* comp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = comp.h; path = ios/include/openssl/comp.h; sourceTree = ""; }; + DFBA1EFCD6DF48A6C922DBD1D11A97AD /* Executor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Executor.h; path = folly/Executor.h; sourceTree = ""; }; + DFFCDF86404690B14F2A818D6A05AF31 /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+MultiFormat.h"; path = "SDWebImage/Core/UIImage+MultiFormat.h"; sourceTree = ""; }; + E00B739AB623D7B8CFE65FA1ACC79F3C /* LNAnimatorTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = LNAnimatorTemp.m; sourceTree = ""; }; E00BE2A3146698E81A8F9D00E8F93A6C /* libFlipper-Glog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libFlipper-Glog.a"; path = "libFlipper-Glog.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - E01E6024B5BB686FB0AE30D4E5260CD5 /* FIRInstallationsStoredItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredItem.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.h; sourceTree = ""; }; - E021B4504A1AF2D997F638B5D83D5087 /* BSG_KSObjCApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSObjCApple.h; sourceTree = ""; }; - E030D07547FFAB06CFDE0B88CD197C7A /* FrameTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameTransport.h; path = rsocket/framing/FrameTransport.h; sourceTree = ""; }; - E049C14969200068E21AEB78C0AA58BA /* UMErrorCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMErrorCodes.h; path = UMCore/UMErrorCodes.h; sourceTree = ""; }; - E05229961AC76BDF0363B35FE8FE787E /* React-RCTBlob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTBlob-prefix.pch"; sourceTree = ""; }; - E05C60D9622477BBF48403343918719F /* vp8l_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_enc.c; path = src/enc/vp8l_enc.c; sourceTree = ""; }; - E09577C809F5E341724681706523E388 /* RCTCustomKeyboardViewControllerTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomKeyboardViewControllerTemp.m; sourceTree = ""; }; - E09E7804319FF71D966A00C25232A568 /* Flipper-DoubleConversion-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-DoubleConversion-prefix.pch"; sourceTree = ""; }; - E0A5A74CAFB33575C52C87A89BB53FF0 /* HighlighterView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = HighlighterView.h; sourceTree = ""; }; - E0A8B33255909C2EE0C60D891568E67C /* event.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = event.h; path = src/event.h; sourceTree = ""; }; - E0AB79D5FE36C94E053929E8FF53A220 /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; - E0AE8F2F109D492DA7731D5AFE7E6552 /* RCTAdditionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAdditionAnimatedNode.h; sourceTree = ""; }; + E02081DF12CA66A8A2DC0947298093AF /* RCTScrollEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollEvent.h; sourceTree = ""; }; + E029A544EE801E141985023CAEFD9441 /* PublisherBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PublisherBase.h; path = rsocket/statemachine/PublisherBase.h; sourceTree = ""; }; + E0399BA3ACDFFFEF7A5DD6A70B73A1EC /* RCTMultilineTextInputView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputView.h; sourceTree = ""; }; + E03D2077A6AB041E630A71B03504F20C /* JSONSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSONSchema.h; path = folly/experimental/JSONSchema.h; sourceTree = ""; }; + E061DBDDA82F1E72AAA1C215DFD4E768 /* React-RCTActionSheet.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTActionSheet.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + E06B4784F7A3058EEA6E62C5028F2C2E /* FIRLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRLogger.m; path = FirebaseCore/Sources/FIRLogger.m; sourceTree = ""; }; + E06E6C36D1A71F5B6FEB2D6AAE851D2C /* SysTime.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysTime.cpp; path = folly/portability/SysTime.cpp; sourceTree = ""; }; + E074A13E25D9C327654648EE711D7231 /* FIRCLSCompoundOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSCompoundOperation.m; path = Crashlytics/Shared/FIRCLSOperation/FIRCLSCompoundOperation.m; sourceTree = ""; }; + E0770E50D0CB754AE88BDFE96554F6BB /* ARTRadialGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTRadialGradient.m; sourceTree = ""; }; + E07BC8AE21264D57919154753FF55398 /* RNCConnectionState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCConnectionState.h; path = ios/RNCConnectionState.h; sourceTree = ""; }; + E08844D1C95CDE3776C6B40EDBA03C4D /* RCTAnimationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimationUtils.m; sourceTree = ""; }; + E08DEED2EA317654849F7253AEEE6992 /* FlipperConnectionImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperConnectionImpl.h; path = xplat/Flipper/FlipperConnectionImpl.h; sourceTree = ""; }; + E09A7D2DFBF8DCD8724AE518D39995E3 /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; + E0A4E78374B25B90D787FD88B7FF1144 /* openssl_aes_locl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = openssl_aes_locl.h; path = Core/aes/openssl/openssl_aes_locl.h; sourceTree = ""; }; E0B603F54009DAEF6C3BAAE621E5F180 /* libMMKVCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libMMKVCore.a; path = libMMKVCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E0D7B581827626FA07F4A27EA571CB7F /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "SDWebImage/Core/UIView+WebCache.m"; sourceTree = ""; }; - E0F1DEA3B6CFDE2C18084499770C9E5D /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; - E0FDDE82907609AC3FF412C8C1FCD128 /* ARTShapeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTShapeManager.h; sourceTree = ""; }; E0FE6533198104C97DB047DD5CD8AC67 /* libRNDeviceInfo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNDeviceInfo.a; path = libRNDeviceInfo.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E10668305EA3D69ED4DCC2ABC5A3875C /* SDAnimatedImageRep.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageRep.m; path = SDWebImage/Core/SDAnimatedImageRep.m; sourceTree = ""; }; - E110EE5F1183D625A6776403B503462E /* SDFileAttributeHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDFileAttributeHelper.m; path = SDWebImage/Private/SDFileAttributeHelper.m; sourceTree = ""; }; - E118898F5B88046EE17A33C89C0D4710 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Sources/Private/FIRComponent.h; sourceTree = ""; }; + E106B16B4BC3C018EC19BFF17CBA5DF0 /* Align.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Align.h; path = folly/lang/Align.h; sourceTree = ""; }; + E10DE4E3AE01A8054F67FEF022E7E405 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; E11BDC46C8FD8C1DD978C2F2EBB7A7AB /* Pods-NotificationService-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-NotificationService-dummy.m"; sourceTree = ""; }; - E124D53745EEA4D93525AD033F8AE746 /* FirebaseCoreDiagnostics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnostics.release.xcconfig; sourceTree = ""; }; - E146136C4E252A95C73DA91545B74867 /* UMInternalModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMInternalModule.h; sourceTree = ""; }; - E183C2B8EAE5F98C594E6765B2C19ACB /* VibrancyViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VibrancyViewManager.h; path = ios/VibrancyViewManager.h; sourceTree = ""; }; - E188070CE4542B58DF9E89BC9278F0D3 /* SDWebImageIndicator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageIndicator.m; path = SDWebImage/Core/SDWebImageIndicator.m; sourceTree = ""; }; - E18E219D61BDCF69AB0EBC6F4433C54B /* FlowableDoOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlowableDoOperator.h; path = yarpl/flowable/FlowableDoOperator.h; sourceTree = ""; }; - E199A1FF3B8B519F08FBDD50B3FC2E58 /* UMPermissionsInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMPermissionsInterface.debug.xcconfig; sourceTree = ""; }; - E1A7E40AA022BD1464802238BFE5423E /* alpha_processing_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = alpha_processing_mips_dsp_r2.c; path = src/dsp/alpha_processing_mips_dsp_r2.c; sourceTree = ""; }; - E1D18A12BC4EAAD031BA7B73F6EA7AD6 /* AntDesign.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = AntDesign.ttf; path = Fonts/AntDesign.ttf; sourceTree = ""; }; - E1D31E4BDCAFAB8FEE26C823914D9DA5 /* CppAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CppAttributes.h; path = folly/CppAttributes.h; sourceTree = ""; }; - E1D53F7B3F7DD31DBB3982F53512C477 /* EXKeepAwake.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXKeepAwake.m; path = EXKeepAwake/EXKeepAwake.m; sourceTree = ""; }; - E1E35383563668B3BF9B8B9FD380DB5C /* yuv_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse2.c; path = src/dsp/yuv_sse2.c; sourceTree = ""; }; - E1E753069518604DCAF408008C42F3EC /* bignum.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = bignum.cc; path = "double-conversion/bignum.cc"; sourceTree = ""; }; - E206E5F88337FD848B0EAFE3A5BBD1D0 /* Future-pre.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Future-pre.h"; path = "folly/futures/Future-pre.h"; sourceTree = ""; }; - E20A29CF6EF895221E353705992D26C3 /* JSIExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = JSIExecutor.cpp; path = jsireact/JSIExecutor.cpp; sourceTree = ""; }; - E2124EC2043630E97F3F680227053761 /* UMTaskManagerInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMTaskManagerInterface.debug.xcconfig; sourceTree = ""; }; - E21313A9FBCDE947BE5EF9CA4DA78AE9 /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; - E2133ED06B7C1F27E04EE1D50D7D0BB8 /* Flipper-Folly.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-Folly.debug.xcconfig"; sourceTree = ""; }; - E218025E6B2077D8A751CC28DD7A33DD /* Utility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utility.h; path = folly/synchronization/Utility.h; sourceTree = ""; }; - E22C649165B84619205FCD8D89988384 /* BSG_KSCrashState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashState.h; sourceTree = ""; }; - E22E6DC12189ADDA2D1FABEAEF04C4E6 /* react-native-mmkv-storage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-mmkv-storage-prefix.pch"; sourceTree = ""; }; - E22E6F8C12C970B7BC8C8C5488100F88 /* RCTConvert+ART.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+ART.h"; path = "ios/RCTConvert+ART.h"; sourceTree = ""; }; - E244C3015283CCF07C15B92D3A62D091 /* REAModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REAModule.h; path = ios/REAModule.h; sourceTree = ""; }; - E2459EDA7A2D892F4E560F31E7FAA04E /* RNFetchBlobConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobConst.m; path = ios/RNFetchBlobConst.m; sourceTree = ""; }; - E24B0DEC7D0148EA7E1399B3F1C8134D /* picture_csp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = picture_csp_enc.c; path = src/enc/picture_csp_enc.c; sourceTree = ""; }; - E2563858A98FD55F0426D9FC33C60562 /* GroupVarint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = GroupVarint.cpp; path = folly/GroupVarint.cpp; sourceTree = ""; }; - E265694E6B74EEA5055BDC45CABB243B /* Flipper-PeerTalk-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Flipper-PeerTalk-prefix.pch"; sourceTree = ""; }; - E28C94BF4B70BF87E59403448D584A18 /* cost_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cost_mips_dsp_r2.c; path = src/dsp/cost_mips_dsp_r2.c; sourceTree = ""; }; - E29A4A72B088981EF0A2D0FD51981C1A /* libwebp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = libwebp.debug.xcconfig; sourceTree = ""; }; - E2A6DFD6ED4B0E85DA576F9CF29A7117 /* UIImageView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/Core/UIImageView+WebCache.m"; sourceTree = ""; }; - E2B041D58DB2D3A4E4DD92A7014DF3BA /* Uri-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Uri-inl.h"; path = "folly/Uri-inl.h"; sourceTree = ""; }; - E2B1DFCEF3E011EB5DF47247BCEB566E /* ThreadLock_Win32.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadLock_Win32.cpp; path = Core/ThreadLock_Win32.cpp; sourceTree = ""; }; - E2B4AB89F41B078EB91D63A00A7229CA /* REAJSCallNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAJSCallNode.h; sourceTree = ""; }; + E13F08F3FC80CB63641CD83E6F9B1954 /* StreamFragmentAccumulator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamFragmentAccumulator.cpp; path = rsocket/statemachine/StreamFragmentAccumulator.cpp; sourceTree = ""; }; + E15C10406146409F3D34CDCF117873BE /* bufferevent_ssl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bufferevent_ssl.h; path = src/event2/bufferevent_ssl.h; sourceTree = ""; }; + E16642013888143F6DF370CC669DB262 /* BSG_KSCrashSentry_Signal.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_Signal.c; sourceTree = ""; }; + E169C0C8819A4E755F4356B2A29E5CF5 /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; + E17620E60E402B8192FC79E76A5B24BB /* RelaxedConcurrentPriorityQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RelaxedConcurrentPriorityQueue.h; path = folly/experimental/RelaxedConcurrentPriorityQueue.h; sourceTree = ""; }; + E181BA75207FBB15E0350F1952CFAF07 /* Format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Format.cpp; path = folly/Format.cpp; sourceTree = ""; }; + E1B5B2C8F0E86A64B86283912A73536B /* libwebp-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "libwebp-prefix.pch"; sourceTree = ""; }; + E1BF435D59435150D53197A457E3A100 /* RCTComponentEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentEvent.h; sourceTree = ""; }; + E1CC8A576BA97332FF194D348891F2FC /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; + E1D2D379B71FF0FBE4B2BDA19BF0583A /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRedBox.h; path = React/CoreModules/RCTRedBox.h; sourceTree = ""; }; + E1DAD390867E2DC1C3A37C7A57E6DCDE /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Sources/Private/FIRComponent.h; sourceTree = ""; }; + E1E01D9E5895EC14EDE2B074949B78C4 /* ConnectionAcceptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ConnectionAcceptor.h; path = rsocket/ConnectionAcceptor.h; sourceTree = ""; }; + E1E182F1B8EC1912ED1B26EFF42E51C5 /* RecordIO.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RecordIO.h; path = folly/io/RecordIO.h; sourceTree = ""; }; + E1E8CC34DA657BB3A6BE4A11629F1F08 /* objects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = objects.h; path = ios/include/openssl/objects.h; sourceTree = ""; }; + E1EBD16B3ABD6042DB79BC7107978A08 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + E1EF2364ACB27C7F6EAC5F02D33DEE22 /* EXPermissions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPermissions.h; path = EXPermissions/EXPermissions.h; sourceTree = ""; }; + E226F00A2E75798E4CF7908126D1DA4F /* StreamStateMachineBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StreamStateMachineBase.h; path = rsocket/statemachine/StreamStateMachineBase.h; sourceTree = ""; }; + E237714B3BD0D5132B7EA8D9E99622F3 /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAlertManager.h; path = React/CoreModules/RCTAlertManager.h; sourceTree = ""; }; + E23C440F2D3F1573DFBEF07FEEBCD6A5 /* FileUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FileUtil.h; path = folly/FileUtil.h; sourceTree = ""; }; + E23C47E510A1D0993F79E8C1FE4F9CB8 /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; + E2480E79BABD5FF84A01AC33B526E82A /* FirebaseCrashlytics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCrashlytics-dummy.m"; sourceTree = ""; }; + E249493F4DC300904E721B3C9286989B /* FIRCLSHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSHandler.h; path = Crashlytics/Crashlytics/Handlers/FIRCLSHandler.h; sourceTree = ""; }; + E26595DB68E3637DB583C18D2E8AD4DC /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + E27347C5ABEF924C3FC852C0453FB537 /* MemoryMapping.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryMapping.cpp; path = folly/system/MemoryMapping.cpp; sourceTree = ""; }; + E278E50113BC72301A3D56872684EBDB /* RNFBVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBVersion.h; path = ios/RNFBApp/RNFBVersion.h; sourceTree = ""; }; + E27B883EC3069968BCD6E1ACF7E0393F /* REAJSCallNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAJSCallNode.h; sourceTree = ""; }; + E27EA9C19D57F8065B35A2FB49994648 /* ARTNodeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTNodeManager.h; sourceTree = ""; }; + E286A7FBBA67AA030243EA9CC0BAA564 /* FIRVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRVersion.h; path = FirebaseCore/Sources/FIRVersion.h; sourceTree = ""; }; + E29C392463FA1AE429281CDE6AB57DD2 /* RCTNetworkPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworkPlugins.mm; sourceTree = ""; }; + E2AEBDE2BFA6F4BD26C6F1EF52DAB040 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Sources/Private/FIRDependency.h; sourceTree = ""; }; E2B63D462DB7F827C4B11FD51E4F8E2D /* libFirebaseCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFirebaseCore.a; path = libFirebaseCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E2C115EE6C71135BBDA69C6248F6BE05 /* RNImageCropPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNImageCropPicker-dummy.m"; sourceTree = ""; }; - E2C7D1C880350B5359BB9F308A55591D /* RNCAsyncStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAsyncStorage.m; path = ios/RNCAsyncStorage.m; sourceTree = ""; }; - E2CA32C11F024B90F2C27FCCDE0EE4CE /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; - E2FECF08E201DDDE3471E1B9D4B46C9B /* SDImageCodersManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCodersManager.h; path = SDWebImage/Core/SDImageCodersManager.h; sourceTree = ""; }; - E300FADF37C4D1931C34BE284AA43E99 /* GlobalExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GlobalExecutor.h; path = folly/executors/GlobalExecutor.h; sourceTree = ""; }; - E30CCCF2D101FD497427F5691DD472DE /* RSocketParameters.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketParameters.cpp; path = rsocket/RSocketParameters.cpp; sourceTree = ""; }; - E317497FCC36C56FAC0F2BADECF3D247 /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTReconnectingWebSocket.m; path = Libraries/WebSocket/RCTReconnectingWebSocket.m; sourceTree = ""; }; - E31A35BA9F63B0FF7DA9A25AA202CA01 /* RequestResponseRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RequestResponseRequester.h; path = rsocket/statemachine/RequestResponseRequester.h; sourceTree = ""; }; - E321040652A1C32F36B804A94802D49A /* ScopeGuard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScopeGuard.h; path = folly/ScopeGuard.h; sourceTree = ""; }; - E3276BBD0EE7799749893E19B9633AD6 /* react-native-appearance.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-appearance.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - E340A9DD36D4E374DBF059EBEE7E60AC /* yuv_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips_dsp_r2.c; path = src/dsp/yuv_mips_dsp_r2.c; sourceTree = ""; }; - E35D4816255475F21F3F96620627D4ED /* SetupResumeAcceptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SetupResumeAcceptor.h; path = rsocket/internal/SetupResumeAcceptor.h; sourceTree = ""; }; - E36DFC7AF9CE3B7E78AAF415140A7C7F /* libwebp-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "libwebp-dummy.m"; sourceTree = ""; }; - E37CF0444676D306D3F6AD5CAE687F2C /* FIRCLSInstallIdentifierModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSInstallIdentifierModel.m; path = Crashlytics/Crashlytics/Models/FIRCLSInstallIdentifierModel.m; sourceTree = ""; }; + E2BA859ED62010B52DB77F5EE0D2AF86 /* UMJavaScriptContextProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMJavaScriptContextProvider.h; sourceTree = ""; }; + E2BD337A1F1486F43937A819967B759D /* EXAVObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAVObject.h; path = EXAV/EXAVObject.h; sourceTree = ""; }; + E2BED51E0A023BC5D7C919E0C5A37150 /* RCTResizeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTResizeMode.m; sourceTree = ""; }; + E2BF5CFD15E3E702E206B550C797014D /* UIResponder+FirstResponderTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIResponder+FirstResponderTemp.m"; sourceTree = ""; }; + E2C8A03A930F5D8B3C67D1DB66AAC22D /* TOCropView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOCropView.m; path = "Objective-C/TOCropViewController/Views/TOCropView.m"; sourceTree = ""; }; + E2D46C862CCC726290B2FE6D74AFD9EB /* BugsnagBreadcrumb.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagBreadcrumb.m; sourceTree = ""; }; + E2EB43009C3356DCDF3CD887C503DF31 /* EXLocalAuthentication.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXLocalAuthentication.debug.xcconfig; sourceTree = ""; }; + E2EC81E6E7A7657A4277269FD314D2B7 /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; + E2F1F47EA5D572DDB535613CF49D5EBC /* Random-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Random-inl.h"; path = "folly/Random-inl.h"; sourceTree = ""; }; + E30E14C396EB309A313697C5F82076D2 /* openssl_aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = openssl_aes.h; path = Core/aes/openssl/openssl_aes.h; sourceTree = ""; }; + E3302AD5C5F9F53389CC61AAE5A51376 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + E332E8F4EBFB4F8CC94BCF4BABC65F07 /* encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = encode.h; path = src/webp/encode.h; sourceTree = ""; }; + E3544EE6352998BB15508263525BC29D /* ARTRenderable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTRenderable.m; path = ios/ARTRenderable.m; sourceTree = ""; }; + E35AAAEDEFF4608EA30EC4D57C06ACF4 /* Yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Yoga-dummy.m"; sourceTree = ""; }; + E366B16820D28A0BE29B20B3D44D4188 /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; + E36B0B52A686289433FB81194F08214F /* Preprocessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Preprocessor.h; path = folly/Preprocessor.h; sourceTree = ""; }; + E36C4193D6E17441A42E9F55B899D390 /* Frame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Frame.h; path = rsocket/framing/Frame.h; sourceTree = ""; }; + E36E278C775FF2079ACAEF63DC5FFB1D /* BSG_KSCrashCallCompletion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashCallCompletion.m; sourceTree = ""; }; E391BFAA9D36B5073737F24A2D69C976 /* Pods-ShareRocketChatRN-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ShareRocketChatRN-umbrella.h"; sourceTree = ""; }; - E39B8BD14BD4EB743ADDAD0AEEEA1B21 /* StreamRequester.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StreamRequester.h; path = rsocket/statemachine/StreamRequester.h; sourceTree = ""; }; - E3A252AF822BF7E457C1B7859F0FCEC2 /* react-native-jitsi-meet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-jitsi-meet.release.xcconfig"; sourceTree = ""; }; - E3DB8BD09699E98144AFC31F6B7DDF58 /* FIRCoreDiagnosticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsInterop.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h; sourceTree = ""; }; - E3F3672C4A966A3C8452EABE6739A062 /* SDDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDisplayLink.m; path = SDWebImage/Private/SDDisplayLink.m; sourceTree = ""; }; - E3F5BE00319B86781C0B063D43062862 /* ThriftStreamShim.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThriftStreamShim.h; path = yarpl/flowable/ThriftStreamShim.h; sourceTree = ""; }; - E3FCF139E0664FED4AD0C2BD61C7284B /* GULSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzler.h; path = GoogleUtilities/MethodSwizzler/Private/GULSwizzler.h; sourceTree = ""; }; - E4459243848403E23E2341ED2F812366 /* ErrorCode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ErrorCode.cpp; path = rsocket/framing/ErrorCode.cpp; sourceTree = ""; }; - E452F045A512712902995ACD54E08035 /* ObservingInputAccessoryViewTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ObservingInputAccessoryViewTemp.h; sourceTree = ""; }; - E467E68A1AA71A4E87C115E4B95AA60A /* FIRVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRVersion.h; path = FirebaseCore/Sources/FIRVersion.h; sourceTree = ""; }; - E46AA82A25F595AC40D17B91BAA82F73 /* RCTImageUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageUtils.h; path = Libraries/Image/RCTImageUtils.h; sourceTree = ""; }; - E47C4930236D1E2C754984EF78C97B0E /* SafeAreaSpacerView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerView.m; sourceTree = ""; }; - E49209481295A090051012C7CE238F28 /* FIRErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrors.h; path = FirebaseCore/Sources/Private/FIRErrors.h; sourceTree = ""; }; + E3999C673FCD82E3DC701496272EB7D0 /* seed.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = seed.h; path = ios/include/openssl/seed.h; sourceTree = ""; }; + E3A672DF64FAEAE6BA3EF92CFEF58440 /* UIImage+CropRotate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+CropRotate.h"; path = "Objective-C/TOCropViewController/Categories/UIImage+CropRotate.h"; sourceTree = ""; }; + E3B0A3183A490E36E3C3224203E8987A /* RNImageCropPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNImageCropPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + E3B16FB014F4223B508D1DBA53813C76 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + E3CEA8AFB270C075A75AC1B2DCF05C2B /* RNSScreenContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNSScreenContainer.m; path = ios/RNSScreenContainer.m; sourceTree = ""; }; + E3F33E1C24C81B6C36F0E44AC02684B0 /* Flipper-RSocket.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-RSocket.debug.xcconfig"; sourceTree = ""; }; + E3F507CD5213064032CB1FF992559691 /* srtp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = srtp.h; path = ios/include/openssl/srtp.h; sourceTree = ""; }; + E3F716A8FF9AD4F56958349F33B21560 /* Base-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Base-inl.h"; path = "folly/gen/Base-inl.h"; sourceTree = ""; }; + E3FBF6C17B3C5C65F20ACEF449CBCC83 /* SDMemoryCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDMemoryCache.h; path = SDWebImage/Core/SDMemoryCache.h; sourceTree = ""; }; + E4145287E0FEAE7C8454DF68F5415B92 /* JitsiMeetSDK.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JitsiMeetSDK.release.xcconfig; sourceTree = ""; }; + E44E84C86228E251FE0B31D0C4A6AD72 /* SKEnvironmentVariables.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKEnvironmentVariables.m; path = iOS/FlipperKit/SKEnvironmentVariables.m; sourceTree = ""; }; + E453C18415DB13F0CEA54148EC1D73ED /* UMPermissionsInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMPermissionsInterface.debug.xcconfig; sourceTree = ""; }; + E45A8836F99F3A82E8612DA71A513818 /* BugsnagCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCrashReport.h; sourceTree = ""; }; + E4855FF120EF13027032B42296F75276 /* TimerFDTimeoutManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimerFDTimeoutManager.h; path = folly/experimental/TimerFDTimeoutManager.h; sourceTree = ""; }; E496A53A92B4E464B5C30DC5B1E4E257 /* libRNRootView.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNRootView.a; path = libRNRootView.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E49AB1A7F3CB16FC20911586C0F405AF /* EXAV.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAV.debug.xcconfig; sourceTree = ""; }; - E4B50D5FCCC041DAD681BDAB3F3BC9C3 /* Preprocessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Preprocessor.h; path = folly/Preprocessor.h; sourceTree = ""; }; - E4C2013D02B180014B01E5CCDB3C2C3B /* CodedInputData.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CodedInputData.cpp; path = Core/CodedInputData.cpp; sourceTree = ""; }; - E4D4B100533BB0B43D5C234D2EC117C0 /* RNFBSharedUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBSharedUtils.h; path = ios/RNFBApp/RNFBSharedUtils.h; sourceTree = ""; }; - E4D59CB9EBF0DA0884C6CB702DDDE722 /* FrameTransportImpl.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameTransportImpl.cpp; path = rsocket/framing/FrameTransportImpl.cpp; sourceTree = ""; }; - E4F45ED976CFD7D1595E22CFDB177404 /* EXVideoThumbnails-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXVideoThumbnails-dummy.m"; sourceTree = ""; }; - E5040D40C11ED2478A1FAC35BD03FD15 /* RCTRawTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRawTextViewManager.m; sourceTree = ""; }; - E5100EEA9FD01188E0E1A7D0838C2A35 /* SysSyscall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysSyscall.h; path = folly/portability/SysSyscall.h; sourceTree = ""; }; - E51AC122AA8521CFA3097B6C9DEF9CB7 /* RCTRsaUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RCTRsaUtils.swift; path = ios/RCTCrypto/RCTRsaUtils.swift; sourceTree = ""; }; - E521ABD94B541CE62EA415C08A4AAC2D /* FIRCLSHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSHost.m; path = Crashlytics/Crashlytics/Components/FIRCLSHost.m; sourceTree = ""; }; - E555ACB691AFED6AF38093A4B27BE24F /* SingletonThreadLocal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SingletonThreadLocal.h; path = folly/SingletonThreadLocal.h; sourceTree = ""; }; - E55CD0FCB0469AFA6F54EF82F2DAB1F1 /* UIImage+Extension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Extension.m"; path = "ios/src/UIImage+Extension.m"; sourceTree = ""; }; + E49C7E436E39CC12D669688F90457390 /* Malloc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Malloc.h; path = folly/portability/Malloc.h; sourceTree = ""; }; + E4AB14CF48625475C751A582FD071943 /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; + E4C062D7EE08B60BE6930B158F9DD408 /* RCTDisplayWeakRefreshable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayWeakRefreshable.m; sourceTree = ""; }; + E4C12013F2CF531A700B7603E4485B49 /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; + E4CFD4F947B7442B6CE61B50C0DAB2EE /* FIRCLSDwarfExpressionMachine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfExpressionMachine.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.h; sourceTree = ""; }; + E4E819F3F464B0FF6DE88072DD96E4F1 /* React-RCTAnimation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.release.xcconfig"; sourceTree = ""; }; + E4EC28420A8DAB4A8E3E95CD98B28287 /* SerialExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SerialExecutor.h; path = folly/executors/SerialExecutor.h; sourceTree = ""; }; + E4F3425E6A9D83560E3706B7E2F7DAB8 /* StackTraceUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StackTraceUtils.h; path = rsocket/internal/StackTraceUtils.h; sourceTree = ""; }; + E50F92D931806DE3585DFE7A364495A2 /* Exception.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Exception.h; path = folly/lang/Exception.h; sourceTree = ""; }; + E51509D05F2C713B06EF08347D5065D9 /* id.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = id.lproj; path = "Objective-C/TOCropViewController/Resources/id.lproj"; sourceTree = ""; }; + E5210108396CA273662DA1AC225047CB /* SDGraphicsImageRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDGraphicsImageRenderer.h; path = SDWebImage/Core/SDGraphicsImageRenderer.h; sourceTree = ""; }; + E523087AF003AC9FE4E3DF61D9856BB2 /* AsyncSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncSocket.h; path = folly/io/async/AsyncSocket.h; sourceTree = ""; }; + E5376F9651FE01AEDB0B34B3FC0A1E2F /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; + E53C8C998DF0E97815AC0901993D3741 /* DynamicParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicParser.h; path = folly/experimental/DynamicParser.h; sourceTree = ""; }; + E5451BC6BD799F79D8802936CE34152C /* RNCWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCWebView.m; path = apple/RNCWebView.m; sourceTree = ""; }; + E55953D37F0BF415FD5F0436D77B74D8 /* RSocketRequester.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketRequester.cpp; path = rsocket/RSocketRequester.cpp; sourceTree = ""; }; + E55E45DC75CF06D3796E6DF31C01A920 /* react-native-safe-area-context.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-safe-area-context.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; E55EA3C6F285F6FA8067C5C8A428FA64 /* libRNFastImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFastImage.a; path = libRNFastImage.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E56F95C0E28F241A564A0DDE106F8E05 /* UMFaceDetectorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManager.h; path = UMFaceDetectorInterface/UMFaceDetectorManager.h; sourceTree = ""; }; - E57B4339E6EF770AFB69C7EDDDB207B5 /* SysFile.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysFile.cpp; path = folly/portability/SysFile.cpp; sourceTree = ""; }; - E582CCDB36728049943566F4BEF75177 /* GDTCCTUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTUploader.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTUploader.h; sourceTree = ""; }; - E59DB49923E05D5058DF537B31B3D6B1 /* ieee.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ieee.h; path = "double-conversion/ieee.h"; sourceTree = ""; }; + E56BCD93B7A21D178D0E132CEC8DDAF1 /* REANodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REANodesManager.h; path = ios/REANodesManager.h; sourceTree = ""; }; + E57C832D71B5F23FE70A35CC535D9B7B /* BugsnagFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagFileStore.m; sourceTree = ""; }; + E59272CC51D5D5A77E4CC65C6040210E /* FlipperKitLayoutPlugin.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperKitLayoutPlugin.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.mm; sourceTree = ""; }; E5A0AC22FAD11AF18E729E9F7675482F /* Pods-RocketChatRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RocketChatRN.release.xcconfig"; sourceTree = ""; }; - E5A2D0619F05B758114A42A3202F875C /* ts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ts.h; path = ios/include/openssl/ts.h; sourceTree = ""; }; - E5B49939A679B9E0D7FF436144871801 /* react-native-slider.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-slider.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - E5B6A408D40CF383DB81430556125764 /* rsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rsa.h; path = ios/include/openssl/rsa.h; sourceTree = ""; }; - E5E35FD8A53450F0B299A45ECB604BB2 /* MemoryMapping.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MemoryMapping.cpp; path = folly/system/MemoryMapping.cpp; sourceTree = ""; }; - E5FF5188F8C7EFC81815B891A7B57B23 /* FIRCLSHost.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSHost.h; path = Crashlytics/Crashlytics/Components/FIRCLSHost.h; sourceTree = ""; }; - E62480B88082324E61E31D3FC0571462 /* FIRCLSDataCollectionToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDataCollectionToken.h; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionToken.h; sourceTree = ""; }; - E625145E487403A37F207D3E5DA95BC9 /* SKTouch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKTouch.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKTouch.h; sourceTree = ""; }; - E627CDB72F61D6949F9AE1C6A04F3C18 /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDeviceInfo.h; path = React/CoreModules/RCTDeviceInfo.h; sourceTree = ""; }; - E63389BC1AD87E25EE619C0A8D384B2B /* upsampling_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = upsampling_sse41.c; path = src/dsp/upsampling_sse41.c; sourceTree = ""; }; - E654CAA68738A360C911AF5D632C7A7A /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - E65F603151F9483592E24FDAA3A59B57 /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; - E673BF8D589E56736CA90D4234377AE7 /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; - E68B47A9178DEA70FCD68765DBDE3033 /* UMExportedModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMExportedModule.h; path = UMCore/UMExportedModule.h; sourceTree = ""; }; - E696540BE648484FFE71CF0282A6AB79 /* demux.c */ = {isa = PBXFileReference; includeInIndex = 1; name = demux.c; path = src/demux/demux.c; sourceTree = ""; }; - E69717B2B9C0A590AC0006872E4E5D7A /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImagePrefetcher.m; path = SDWebImage/Core/SDWebImagePrefetcher.m; sourceTree = ""; }; - E69842E9D33D8C86EA37F4F0A36FCD50 /* RSocketClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketClient.h; path = rsocket/RSocketClient.h; sourceTree = ""; }; + E5B8E98722DF82B4FCF72C564273E7F5 /* CodedInputData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodedInputData.h; path = Core/CodedInputData.h; sourceTree = ""; }; + E5C1ED38469528FE9992AC54A404F827 /* Orientation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Orientation.h; path = iOS/RCTOrientation/Orientation.h; sourceTree = ""; }; + E5E01601BFB80D92EC17E77D2B6A9D9B /* lossless_enc_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_mips_dsp_r2.c; path = src/dsp/lossless_enc_mips_dsp_r2.c; sourceTree = ""; }; + E5FA0BDBDDBAF3DFE88E9A0B038D8A72 /* Format.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Format.cpp; path = folly/Format.cpp; sourceTree = ""; }; + E5FB71B6918A37A53451C52ACDF76F87 /* UMMagnetometerUncalibratedInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerUncalibratedInterface.h; path = UMSensorsInterface/UMMagnetometerUncalibratedInterface.h; sourceTree = ""; }; + E60F82101B71BF051FF3218C6601DB2E /* RNCSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSlider.m; path = ios/RNCSlider.m; sourceTree = ""; }; + E61EE900F6D0A47E25F3EA00BD4999B9 /* Base.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Base.h; path = folly/gen/Base.h; sourceTree = ""; }; + E61F81072D2EC2A3897A476C2FE3B140 /* RCTCustomInputControllerTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomInputControllerTemp.m; sourceTree = ""; }; + E63CB4CAA28B2541855BDB5A5A38FA24 /* GDTCORTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORTransport.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORTransport.m; sourceTree = ""; }; + E64D5D232274B1FA2A081216DF62B0AB /* UMUserNotificationCenterProxyInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMUserNotificationCenterProxyInterface.h; path = UMPermissionsInterface/UMUserNotificationCenterProxyInterface.h; sourceTree = ""; }; + E65100F6060AA4EB4A9E27D02747B28A /* UMPermissionsInterface-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UMPermissionsInterface-dummy.m"; sourceTree = ""; }; + E667D8F6F62F23020B2C6A1DD4A1E95F /* DeferFlowable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeferFlowable.h; path = yarpl/flowable/DeferFlowable.h; sourceTree = ""; }; + E67752CC366E65455C3FA0732C380B15 /* DeviceUID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DeviceUID.m; path = ios/RNDeviceInfo/DeviceUID.m; sourceTree = ""; }; + E6888C29059DBD52EA90C9361F9A2C09 /* CodedInputDataCrypt_OSX.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CodedInputDataCrypt_OSX.cpp; path = Core/CodedInputDataCrypt_OSX.cpp; sourceTree = ""; }; + E690923D30039DDCB783CEC621BE623D /* RNFBApp-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFBApp-dummy.m"; sourceTree = ""; }; + E690A58F90EA5E35BE0ED21E70BBCBE3 /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/Private/GULAppEnvironmentUtil.h; sourceTree = ""; }; + E696A73B42BC15EF6E5CF1B943C0E8B9 /* SmallLocks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SmallLocks.h; path = folly/synchronization/SmallLocks.h; sourceTree = ""; }; E6A16705C69FC7DE11C2469A4A0F8358 /* libReact-RCTText.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTText.a"; path = "libReact-RCTText.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - E6BE50E0F2179F7C26FD586A116AEC08 /* UniqueInstance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = UniqueInstance.cpp; path = folly/detail/UniqueInstance.cpp; sourceTree = ""; }; - E6DB472E7A782AC032FDE4944E501BB3 /* GULMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULMutableDictionary.h; path = GoogleUtilities/Network/Private/GULMutableDictionary.h; sourceTree = ""; }; - E6E29A55374FD6CAB624EA63C07AFCCF /* EXVideoManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoManager.h; sourceTree = ""; }; - E70E5209A5F7CF51A943317E7854B3D4 /* AsyncPipe.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AsyncPipe.cpp; path = folly/io/async/AsyncPipe.cpp; sourceTree = ""; }; - E7208321A057AE76C3A1A2571076749F /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; - E724E21DA5A24FF2313CF73DEF45A9DE /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Demangle.cpp; path = folly/Demangle.cpp; sourceTree = ""; }; - E728F4CCA88AB869AC300D61002371D0 /* quant_levels_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_levels_utils.c; path = src/utils/quant_levels_utils.c; sourceTree = ""; }; - E735E31AE1AC3F02B4E7605077DF7F56 /* SysResource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysResource.h; path = folly/portability/SysResource.h; sourceTree = ""; }; - E741B46EF69F366C2EB286A2A112063C /* FIRErrorCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrorCode.h; path = FirebaseCore/Sources/Private/FIRErrorCode.h; sourceTree = ""; }; - E742ADC3B15DD9423C36A022F386632A /* F14Table.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = F14Table.cpp; path = folly/container/detail/F14Table.cpp; sourceTree = ""; }; - E74F16DD847484946F43C2A05E8E5851 /* libevent_pthreads.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libevent_pthreads.a; path = lib/libevent_pthreads.a; sourceTree = ""; }; - E754BD89E98B80FD0AE22E56F83FFAA3 /* FlipperState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperState.h; path = xplat/Flipper/FlipperState.h; sourceTree = ""; }; - E7782F569CB1B077DEAA8A8D400568BA /* SDWebImageDownloaderDecryptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderDecryptor.h; path = SDWebImage/Core/SDWebImageDownloaderDecryptor.h; sourceTree = ""; }; - E79904A6243777B5C7D598AD311FE2EA /* SynchronizedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SynchronizedPtr.h; path = folly/SynchronizedPtr.h; sourceTree = ""; }; - E7A360F477D5F82FF59B1CC65CE301C2 /* FBLPromise+Then.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Then.m"; path = "Sources/FBLPromises/FBLPromise+Then.m"; sourceTree = ""; }; - E7A4DFCB62E3760AF93682C7CF055BC9 /* FireAndForgetBasedFlipperResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FireAndForgetBasedFlipperResponder.h; path = xplat/Flipper/FireAndForgetBasedFlipperResponder.h; sourceTree = ""; }; - E7A9D0C82101689DA1607B7424949516 /* BugsnagPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagPlugin.h; sourceTree = ""; }; - E7D24E262D74B58368CC58195C3E6E39 /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; - E7EC121860F3CE2717F18A8ECE019D9E /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; - E7F926C66165575E3D321E95DF3455C5 /* RNDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDeviceInfo.m; path = ios/RNDeviceInfo/RNDeviceInfo.m; sourceTree = ""; }; - E80511800F36CEA8AC2614BBE38692BC /* RCTRedBoxSetEnabled.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxSetEnabled.m; sourceTree = ""; }; - E8173F20F0F3E1DC4B7B45B632E98A20 /* BugsnagNotifier.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagNotifier.m; sourceTree = ""; }; - E821DCEEC80B1C2AB4E87821719D38EC /* UMLogManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMLogManager.m; sourceTree = ""; }; - E823D455F4D4955B7D116CFE0EB53A60 /* filters_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_mips_dsp_r2.c; path = src/dsp/filters_mips_dsp_r2.c; sourceTree = ""; }; - E82C6C30834C98643786B14059CA99DA /* RCTAnimatedImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAnimatedImage.h; path = Libraries/Image/RCTAnimatedImage.h; sourceTree = ""; }; - E84AFDF4562696CCF1D98DCFB08F6E13 /* RCTSRWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTSRWebSocket.m; path = Libraries/WebSocket/RCTSRWebSocket.m; sourceTree = ""; }; + E6D329ABF8B505D705CED921939B982A /* BugsnagConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagConfiguration.h; sourceTree = ""; }; + E6DD1890317E743382C733ED792796D8 /* ResumeIdentificationToken.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ResumeIdentificationToken.cpp; path = rsocket/framing/ResumeIdentificationToken.cpp; sourceTree = ""; }; + E6EE4DCE09219C6BFA383C1871E29A44 /* BugsnagSessionTrackingPayload.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagSessionTrackingPayload.h; sourceTree = ""; }; + E7000AE245DB0E60B42C7D9B685C73EF /* GULNetworkMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkMessageCode.h; path = GoogleUtilities/Network/Private/GULNetworkMessageCode.h; sourceTree = ""; }; + E70D1F51E37DCEF89D08E5171E037B1F /* FIRCLSDwarfExpressionMachine.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDwarfExpressionMachine.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfExpressionMachine.c; sourceTree = ""; }; + E710A352DB5665443C7CB977A8D11927 /* err.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = err.h; path = ios/include/openssl/err.h; sourceTree = ""; }; + E72B05DF8F43766031AA1E0F3F006E75 /* react-native-cameraroll.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-cameraroll.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + E7491CE0E15AC530603618C1B9454740 /* REANode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REANode.h; sourceTree = ""; }; + E74D8BC54194A28692BCC1662600FD43 /* Array.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Array.h; path = folly/container/Array.h; sourceTree = ""; }; + E762AF3395A686DC1035D995DF01BD0E /* SDImageTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageTransformer.h; path = SDWebImage/Core/SDImageTransformer.h; sourceTree = ""; }; + E771CC35390032F1725EBCF8ED29F751 /* RCTUITextView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextView.m; sourceTree = ""; }; + E787DADE1B10686C7F11F78152091938 /* Flipper-PeerTalk-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Flipper-PeerTalk-dummy.m"; sourceTree = ""; }; + E78BD45851D383772918D376AF29FDAA /* hu.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = hu.lproj; path = "Objective-C/TOCropViewController/Resources/hu.lproj"; sourceTree = ""; }; + E78D96C039146831A5C6264C4EAB8F91 /* quant_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_enc.c; path = src/enc/quant_enc.c; sourceTree = ""; }; + E7A522D7202128F705AC03DF9879D9B1 /* Orientation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Orientation.m; path = iOS/RCTOrientation/Orientation.m; sourceTree = ""; }; + E7B66A3E12C0D708F2B5CE6CA6E37B0B /* Latch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Latch.h; path = rsocket/benchmarks/Latch.h; sourceTree = ""; }; + E7BABEDC6BFD62BEAB16E831E14DA498 /* REABezierNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABezierNode.h; sourceTree = ""; }; + E7D2734D15B215CC20D9818B07E07F00 /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; + E7DEFA475E0C36B052637763F9873C99 /* AtomicNotification-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicNotification-inl.h"; path = "folly/synchronization/AtomicNotification-inl.h"; sourceTree = ""; }; + E7EA030D8078C2787BD06E96FD3006FF /* ChannelRequester.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ChannelRequester.cpp; path = rsocket/statemachine/ChannelRequester.cpp; sourceTree = ""; }; + E801C4DD42870D1C557C8831F3464CF8 /* Utility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utility.h; path = folly/synchronization/Utility.h; sourceTree = ""; }; + E804F09F4B80F993C2E0B24526197242 /* FlipperCppWrapperPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperCppWrapperPlugin.h; path = iOS/FlipperKit/CppBridge/FlipperCppWrapperPlugin.h; sourceTree = ""; }; + E80FDFF8780716E32C7ADE07C5B1A902 /* VirtualEventBase.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = VirtualEventBase.cpp; path = folly/io/async/VirtualEventBase.cpp; sourceTree = ""; }; + E8146FF37F42F33022C9B260D6CD3DA0 /* UMTaskManagerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMTaskManagerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + E81F6B891426DC688BDC535ED5B76F1A /* RNFBApp-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFBApp-prefix.pch"; sourceTree = ""; }; + E82FD30D82F49CCF764C390465961C9C /* GULSceneDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler_Private.h; path = GoogleUtilities/SceneDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h; sourceTree = ""; }; + E8508562204C632153D6D8B5DD975DFA /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageViewManager.h; path = Libraries/Image/RCTImageViewManager.h; sourceTree = ""; }; + E8550A9F9E1D420C147F48356FB0E0A6 /* UMFileSystemInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFileSystemInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; E857CDE55297D185FA0BC9CFC415CAA7 /* Pods-RocketChatRN-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-RocketChatRN-frameworks.sh"; sourceTree = ""; }; - E87132F11E07D361675E31936E9A1C83 /* CustomizationPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CustomizationPoint.h; path = folly/lang/CustomizationPoint.h; sourceTree = ""; }; - E875C9DAED0317ECF14D82F020A559F8 /* SKStateUpdateCPPWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKStateUpdateCPPWrapper.h; path = iOS/FlipperKit/SKStateUpdateCPPWrapper.h; sourceTree = ""; }; - E893F8E0A15BC7F8258900D43D7BC36A /* lossless_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_msa.c; path = src/dsp/lossless_msa.c; sourceTree = ""; }; - E89D301A9BE374119F0FCE7513C1CD88 /* ARTSurfaceViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTSurfaceViewManager.h; sourceTree = ""; }; - E8AC4591B9126A22CA3EBDED11C35C64 /* RNLongPressHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNLongPressHandler.m; sourceTree = ""; }; - E8B8B1537B985ED7A016105823046D0F /* bit_writer_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bit_writer_utils.h; path = src/utils/bit_writer_utils.h; sourceTree = ""; }; - E8B93F271FCBA4D3D7DE56CAA4B4729B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - E8BEC3FC7346EEA4471C49F00EAEF0C8 /* RNCMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCMaskedView.h; path = ios/RNCMaskedView.h; sourceTree = ""; }; - E8C62E590FA7056D0899ACFB74FB084E /* EXReactNativeUserNotificationCenterProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXReactNativeUserNotificationCenterProxy.m; path = EXPermissions/EXReactNativeUserNotificationCenterProxy.m; sourceTree = ""; }; - E8D94744FC144D1197413CB2C3FBC6E9 /* SKRequestInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKRequestInfo.h; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKRequestInfo.h; sourceTree = ""; }; - E8E04999D510F42466D1CFA0258CB3F3 /* RCTAes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAes.h; path = ios/RCTCrypto/RCTAes.h; sourceTree = ""; }; - E8E73D3B3220D488478C035C72241F1D /* GULKeychainStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainStorage.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m; sourceTree = ""; }; - E8EC1D2B9B72480E87783EB77AAE0C17 /* EventHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventHandler.h; path = folly/io/async/EventHandler.h; sourceTree = ""; }; - E8FC0EA664B4E939DAE83DED0FF7BB7C /* RNDateTimePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDateTimePicker.m; path = ios/RNDateTimePicker.m; sourceTree = ""; }; - E909260F16CF3D633815A5F556DF51F3 /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; - E91279AE6A330316B4A2CEE259D21C9A /* CancellationToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CancellationToken.h; path = folly/CancellationToken.h; sourceTree = ""; }; - E917C20877B42863821B820677F30258 /* RCTKeyboardObserver.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTKeyboardObserver.mm; sourceTree = ""; }; - E929EB1A6BB447EB31F933F31F46B804 /* jsi-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "jsi-inl.h"; sourceTree = ""; }; + E86822AF24365F319FE30D04FDEDAC2F /* MMKVLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKVLog.h; path = Core/MMKVLog.h; sourceTree = ""; }; + E86CFB45F7E77FE0732B71E4E950F03F /* GDTCORUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploader.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORUploader.h; sourceTree = ""; }; + E88052E39AB9DD9261B56504BF2E8306 /* FIRCLSHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSHost.m; path = Crashlytics/Crashlytics/Components/FIRCLSHost.m; sourceTree = ""; }; + E8AA02414E01ECDE302B32B780A6530E /* Demangle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Demangle.cpp; path = folly/detail/Demangle.cpp; sourceTree = ""; }; + E8CDDD044BEA108A384C4BE3D0ABF65D /* UIColor+SDHexString.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIColor+SDHexString.m"; path = "SDWebImage/Private/UIColor+SDHexString.m"; sourceTree = ""; }; + E9119C26835D7EEACED67B6187C0353D /* evrpc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evrpc.h; path = src/evrpc.h; sourceTree = ""; }; + E91466509F695352464539E0A8C3FC09 /* FBReactNativeSpec-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBReactNativeSpec-dummy.m"; sourceTree = ""; }; + E9152278D03B102F146BCB335382ADE7 /* BugsnagCollections.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagCollections.h; sourceTree = ""; }; + E918FAB0CACF0BFEBAEF8E47E8EF4C15 /* ErrorCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ErrorCode.h; path = rsocket/framing/ErrorCode.h; sourceTree = ""; }; + E921F8971FFF3A1336E901D32E523E10 /* NSButton+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSButton+WebCache.h"; path = "SDWebImage/Core/NSButton+WebCache.h"; sourceTree = ""; }; + E927DDAB1A870C3B9F9082ADF879D7F4 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloader.m; path = SDWebImage/Core/SDWebImageDownloader.m; sourceTree = ""; }; E93F701CA8EB196D77AE99E094D873E4 /* libFlipper.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libFlipper.a; path = libFlipper.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E94C4BE8FE6948BF26AAA8CCA0CE746E /* stop_watch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = stop_watch.h; path = folly/stop_watch.h; sourceTree = ""; }; - E95400D9F83835EBCDBC72CB76FCBCEE /* GULReachabilityChecker+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULReachabilityChecker+Internal.h"; path = "GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h"; sourceTree = ""; }; - E960A5A06391D789257CAA4BCA24B858 /* RCTDiffClampAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDiffClampAnimatedNode.m; sourceTree = ""; }; - E98A141034D4516424C286ECB546B587 /* GDTCOREventDataObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREventDataObject.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCOREventDataObject.h; sourceTree = ""; }; - E9938E59B8C8452FE3CA6D9F4400DE7C /* GULNSDataInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNSDataInternal.h; path = "GoogleUtilities/NSData+zlib/Private/GULNSDataInternal.h"; sourceTree = ""; }; - E99926505817AA2B4B18E0508363DB9E /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; - E9AAB220CF47F124D7F80B029D540767 /* TurnSequencer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurnSequencer.h; path = folly/detail/TurnSequencer.h; sourceTree = ""; }; - E9AD759C733EFB7BC909402CC64192FA /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; - E9BAFD26E01C16024BF42003FAB4BABA /* quant_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = quant_dec.c; path = src/dec/quant_dec.c; sourceTree = ""; }; - E9CCFF68D9DD6F19845D156087D0FB09 /* react-native-webview-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-webview-prefix.pch"; sourceTree = ""; }; - E9F0EA7197E03F78DDB35D32318DD888 /* RNBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNBridgeModule.h; path = RNNotifications/RNBridgeModule.h; sourceTree = ""; }; - E9F566EA2EFF47F1D920B2B0C9DD3E94 /* GULReachabilityChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULReachabilityChecker.m; path = GoogleUtilities/Reachability/GULReachabilityChecker.m; sourceTree = ""; }; - E9F7ACAE010C32E2F5C0F1EA530DEDC1 /* GMock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMock.h; path = folly/portability/GMock.h; sourceTree = ""; }; - EA1D116E996F52DACA902FB1B2CBCE1D /* Function.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Function.h; path = folly/Function.h; sourceTree = ""; }; - EA24EC353DACD525F97F4D374988D28E /* REAAllTransitions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAAllTransitions.h; sourceTree = ""; }; - EA301958B4C79E760F32EBF32C0B6B8F /* StreamStateMachineBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StreamStateMachineBase.h; path = rsocket/statemachine/StreamStateMachineBase.h; sourceTree = ""; }; - EA453B10E8FCD695BB63F5857934F1DF /* UMImageLoaderInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMImageLoaderInterface.release.xcconfig; sourceTree = ""; }; - EA6E0C87750A16E6F2150623561B7530 /* ReactMarker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactMarker.h; sourceTree = ""; }; - EA6ED3E68AD0CFF5FF441E2F4EEAA96E /* FIRBundleUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRBundleUtil.m; path = FirebaseCore/Sources/FIRBundleUtil.m; sourceTree = ""; }; - EA8021345334CB562D913E1FEA229892 /* FIRComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponent.m; path = FirebaseCore/Sources/FIRComponent.m; sourceTree = ""; }; - EA81B880324C0C181CFA62E6BDD2880A /* FiberIOExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FiberIOExecutor.h; path = folly/executors/FiberIOExecutor.h; sourceTree = ""; }; - EA8C14904E4D830AB76213F2754A8426 /* SetupResumeAcceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SetupResumeAcceptor.cpp; path = rsocket/internal/SetupResumeAcceptor.cpp; sourceTree = ""; }; - EA91D7A9C534D4243647259EF57A048D /* FIRHeartbeatInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatInfo.h; path = FirebaseCore/Sources/Private/FIRHeartbeatInfo.h; sourceTree = ""; }; - EA981262C594425DC2BCB31FFFC0F930 /* openssl_aes_core.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = openssl_aes_core.cpp; path = Core/aes/openssl/openssl_aes_core.cpp; sourceTree = ""; }; - EAB7B857A32E46A40790930A89047E26 /* RNCMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCMaskedView.m; path = ios/RNCMaskedView.m; sourceTree = ""; }; - EACD5559B2E03334FB4A24CFE1AA61F2 /* FIRCLSRecordIdentity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSRecordIdentity.h; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordIdentity.h; sourceTree = ""; }; - EAD95952AC29D5E6D2C3466CCB361792 /* yuv_mips32.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips32.c; path = src/dsp/yuv_mips32.c; sourceTree = ""; }; - EADD258971A1E256C7AF2EB7A8160038 /* FlipperConnectionManagerImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperConnectionManagerImpl.h; path = xplat/Flipper/FlipperConnectionManagerImpl.h; sourceTree = ""; }; - EADFA66CF5846F0BB33C0BF43BBDA8A5 /* React-cxxreact.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.debug.xcconfig"; sourceTree = ""; }; - EAE3DA87BB31A848E69E0896904FA779 /* Color+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Color+Interpolation.h"; sourceTree = ""; }; - EAE63C36BE61FEDD398A1DC19EDBFB66 /* StringKeyedCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedCommon.h; path = folly/experimental/StringKeyedCommon.h; sourceTree = ""; }; - EB0247AE8C9423225AD2B988A87F39CB /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; - EB0306837EABB0C5BDC7980F312850F9 /* React-callinvoker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-callinvoker.debug.xcconfig"; sourceTree = ""; }; - EB08FCA36D6161D66DA4D765053318DC /* RCTConvert+FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FIROptions.h"; path = "ios/RNFBApp/RCTConvert+FIROptions.h"; sourceTree = ""; }; - EB276778C5F69E09E6A00BD6A008D0CC /* RCTTurboModuleManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModuleManager.h; sourceTree = ""; }; - EB5278520A55D3E9AF355C6594BF3807 /* RNFastImage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFastImage.debug.xcconfig; sourceTree = ""; }; - EB5F8D1A35477D6208EB3AA4C1094388 /* StreamResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StreamResponder.h; path = rsocket/statemachine/StreamResponder.h; sourceTree = ""; }; - EB7EEBAE989AC7CF8CBA3A103F3E7717 /* TimeoutManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TimeoutManager.cpp; path = folly/io/async/TimeoutManager.cpp; sourceTree = ""; }; - EB80ABE3C3E5229B6C6E1504A3F37F86 /* MMKVLog.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKVLog.cpp; path = Core/MMKVLog.cpp; sourceTree = ""; }; - EB84D4D6CC239A67FFB14FEEAF6C270A /* FBLPromise+Testing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Testing.h"; path = "Sources/FBLPromises/include/FBLPromise+Testing.h"; sourceTree = ""; }; - EB9DB3624365462855A1516B5D3CA369 /* CacheLocality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CacheLocality.h; path = folly/concurrency/CacheLocality.h; sourceTree = ""; }; - EBA33EBD92125D82D42164845679C2AF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = rsocket/README.md; sourceTree = ""; }; - EBAB83B23ADE88C80AA0663913DEC29E /* FlipperStep.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FlipperStep.cpp; path = xplat/Flipper/FlipperStep.cpp; sourceTree = ""; }; - EBAEBC249CE10AD11CF65C1A2EE60438 /* FIRCLSSettings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSettings.m; path = Crashlytics/Crashlytics/Models/FIRCLSSettings.m; sourceTree = ""; }; - EBB0761CF483722875AC9D3BC6545DFD /* BSG_KSCrashSentry_MachException.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_MachException.c; sourceTree = ""; }; - EBB0823E673E1871A37D878BD694FD40 /* it.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = it.lproj; path = "Objective-C/TOCropViewController/Resources/it.lproj"; sourceTree = ""; }; - EBB3AAE142AEF18797304991325DEAFB /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; - EBBAADA5A991C9834B99444C0686DA8D /* RCTTurboModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTurboModule.h; sourceTree = ""; }; - EBEDDEE0A000DF95D2871869ED4F117E /* dns_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dns_struct.h; path = src/event2/dns_struct.h; sourceTree = ""; }; - EBF6A48739F4195DCC222A4F42BE3ED5 /* FireForgetThroughputTcp.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FireForgetThroughputTcp.cpp; path = rsocket/benchmarks/FireForgetThroughputTcp.cpp; sourceTree = ""; }; - EBFC53917D705439D1988EDBAE72E120 /* HighlighterView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = HighlighterView.m; sourceTree = ""; }; - EC3F1C957F463966C2EE80E9BF451F4A /* cct.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cct.nanopb.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h; sourceTree = ""; }; - EC428B1EF774B5803DFB446594ABFC45 /* RNFetchBlobReqBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobReqBuilder.h; path = ios/RNFetchBlobReqBuilder.h; sourceTree = ""; }; - EC653567426F895ADC1583833C74122A /* FIRCLSHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSHandler.m; path = Crashlytics/Crashlytics/Handlers/FIRCLSHandler.m; sourceTree = ""; }; - EC6576BA09C482217989BEA6A61ED5B0 /* RNGestureHandlerState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerState.h; path = ios/RNGestureHandlerState.h; sourceTree = ""; }; - EC71766E4E1BA808DD6072ADA58ED7A0 /* RecoverableError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RecoverableError.h; sourceTree = ""; }; - EC755D814D6F6CD5B7C67982B3240CE7 /* StringKeyedMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedMap.h; path = folly/experimental/StringKeyedMap.h; sourceTree = ""; }; - ECC00B9CFF3C7A0267C696870AF868C5 /* ParkingLot.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ParkingLot.cpp; path = folly/synchronization/ParkingLot.cpp; sourceTree = ""; }; - ECD17A746843E61D3926DD129C1FE473 /* SKViewDescriptor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKViewDescriptor.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewDescriptor.mm; sourceTree = ""; }; - ECF6FDADFBA81E31DBBB09EADC39D542 /* MMBuffer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMBuffer.cpp; path = Core/MMBuffer.cpp; sourceTree = ""; }; - ECFBD1FEB37A05276C330CDCCE4A7C49 /* NSError+BSG_SimpleConstructor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSError+BSG_SimpleConstructor.m"; sourceTree = ""; }; - ECFFE498AEF9B2A12578DFA5E85A99AE /* SDDeviceHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDeviceHelper.m; path = SDWebImage/Private/SDDeviceHelper.m; sourceTree = ""; }; - ED10C62A2AEDCD85F9E449D4C866BFE0 /* RCTScrollEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollEvent.m; sourceTree = ""; }; - ED183811CFD948413AA06EC96E42F848 /* ParkingLot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParkingLot.h; path = folly/synchronization/ParkingLot.h; sourceTree = ""; }; + E9409F4F5B13205E22602611A1962ADD /* RCTFileReaderModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileReaderModule.h; path = Libraries/Blob/RCTFileReaderModule.h; sourceTree = ""; }; + E941B28D26C8979E6E2A35CF9E9D237A /* RNCAssetsLibraryRequestHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCAssetsLibraryRequestHandler.m; path = ios/RNCAssetsLibraryRequestHandler.m; sourceTree = ""; }; + E95055B5EAED202EF511AEA37BD1CF5B /* BSGOutOfMemoryWatchdog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSGOutOfMemoryWatchdog.h; sourceTree = ""; }; + E956A10067E1590EF6B4525C3A796E23 /* filters_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = filters_utils.h; path = src/utils/filters_utils.h; sourceTree = ""; }; + E95988F15CC5B8F3037396FF8085421A /* react-native-cookies.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cookies.debug.xcconfig"; sourceTree = ""; }; + E98E9839EDB146285936B4E49C424263 /* evutil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evutil.h; path = src/evutil.h; sourceTree = ""; }; + E9A0D3A476B4D8116DF7BF2752C8261F /* PasswordInFile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PasswordInFile.h; path = folly/io/async/PasswordInFile.h; sourceTree = ""; }; + E9A2D17AD18B6870119319A8ED081B72 /* GDTCORTargets.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORTargets.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORTargets.h; sourceTree = ""; }; + E9B10F25B170C13EBAC1A23D4D52AE1B /* des.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = des.h; path = ios/include/openssl/des.h; sourceTree = ""; }; + E9B72D6A2BEF78A0AE0B5B9094BEDD7F /* RNCPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCPicker.m; path = ios/RNCPicker.m; sourceTree = ""; }; + E9ECB6EC03C675437652991121F55F52 /* EventBaseThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EventBaseThread.h; path = folly/io/async/EventBaseThread.h; sourceTree = ""; }; + EA06E1BAE288DEA737EEAC9EF04B0ADB /* RCTImageShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageShadowView.h; path = Libraries/Image/RCTImageShadowView.h; sourceTree = ""; }; + EA0BB0A0BFE4F2CB6A93F2BC803EC514 /* RCTCustomKeyboardViewControllerTemp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCustomKeyboardViewControllerTemp.m; sourceTree = ""; }; + EA0ECB16A561D1D1905487C3526D15DE /* RNPanHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNPanHandler.m; sourceTree = ""; }; + EA111B7D3E26592CF7807FE7310A64B2 /* StorageIndexer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StorageIndexer.h; path = ios/StorageIndexer.h; sourceTree = ""; }; + EA3ABB0B44F37427CF9EADD6274F6221 /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = ios/QBImagePicker/QBImagePicker/es.lproj; sourceTree = ""; }; + EA4B5A11121BE2981DD461B1C22948CF /* Bugsnag.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Bugsnag.m; sourceTree = ""; }; + EA4D931911FE1734B4AF41A9D8549E72 /* utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = utils.h; path = "double-conversion/utils.h"; sourceTree = ""; }; + EA7D5C838CF1FF5F9E117E16BE1BEA79 /* TcpConnectionAcceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpConnectionAcceptor.cpp; path = rsocket/transports/tcp/TcpConnectionAcceptor.cpp; sourceTree = ""; }; + EA83077153DCD7AB2B11A7C9E5C23E0E /* EXSessionResumableDownloadTaskDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionResumableDownloadTaskDelegate.m; sourceTree = ""; }; + EA92E2DE68DB2D648D42576F580090D9 /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsi.h; sourceTree = ""; }; + EA9A1F3BBFEAD500E4FE5422CA0DEAE9 /* UMFileSystemInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFileSystemInterface.release.xcconfig; sourceTree = ""; }; + EAB0A80BF2078D3A5FC6A9F2E1732F07 /* RCTWebSocketModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTWebSocketModule.mm; sourceTree = ""; }; + EAB597EB360FA8FED3A3077AFBED6554 /* ui.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ui.h; path = ios/include/openssl/ui.h; sourceTree = ""; }; + EAB6A6CD9CBAC54D1046AD6E505AA9F6 /* ARTGroupManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTGroupManager.m; sourceTree = ""; }; + EAD27803E5D10ABCFFA8CBA0A970AC92 /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; + EADB00B363C88E3C6B7CCCBC8D9EB813 /* RNNotificationCenterListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationCenterListener.m; path = RNNotifications/RNNotificationCenterListener.m; sourceTree = ""; }; + EADE5576E6213234C21845B187C04751 /* AsyncServerSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncServerSocket.h; path = folly/io/async/AsyncServerSocket.h; sourceTree = ""; }; + EB33B4A9520DEDA3CCD3E49CCA5FF4F4 /* ThreadCachedArena.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedArena.h; path = folly/memory/ThreadCachedArena.h; sourceTree = ""; }; + EB42CC7D9EF1A327108C84BCF2DA4D8D /* react-native-orientation-locker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-orientation-locker-prefix.pch"; sourceTree = ""; }; + EB4E485D08DC10786EECE09E3C72D76B /* RNFBMeta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBMeta.h; path = ios/RNFBApp/RNFBMeta.h; sourceTree = ""; }; + EB5B656121C1A5D576F43EB780140B25 /* FBString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBString.h; path = folly/FBString.h; sourceTree = ""; }; + EB629645F102BDB1A4C5589EF8017A03 /* e_os2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = e_os2.h; path = ios/include/openssl/e_os2.h; sourceTree = ""; }; + EB722B27E1482A287EA3FA37F211A508 /* openssl_arm_arch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = openssl_arm_arch.h; path = Core/aes/openssl/openssl_arm_arch.h; sourceTree = ""; }; + EB89BCCD643DFBC0FB1017F77E704EE5 /* RCTJSInvokerModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSInvokerModule.h; sourceTree = ""; }; + EBB1C7FB2727F0D85F869834390E9D5E /* json_patch.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json_patch.cpp; path = folly/json_patch.cpp; sourceTree = ""; }; + EBB6B6FD72B1215046A2E652F142ABFA /* EXWebBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXWebBrowser.release.xcconfig; sourceTree = ""; }; + EBB8D66354F5B642438DE05220350958 /* UMBarCodeScannerInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMBarCodeScannerInterface.release.xcconfig; sourceTree = ""; }; + EBF75A33057A535AA9BDC84918A72345 /* EXSessionTaskDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionTaskDelegate.m; sourceTree = ""; }; + EBF822593AB0C7B5D454FF8587FFB605 /* FIRCLSInternalLogging.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSInternalLogging.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSInternalLogging.c; sourceTree = ""; }; + EC22763B2410C58280F020F636D3BA61 /* Sse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sse.h; path = folly/detail/Sse.h; sourceTree = ""; }; + EC49C09F6D86D63C33D994DE346EEC83 /* ReactNativeART-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactNativeART-dummy.m"; sourceTree = ""; }; + EC675C6D18399C142A6B540EEFF17992 /* Firebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Firebase.h; path = CoreOnly/Sources/Firebase.h; sourceTree = ""; }; + EC82B223C5448E501FA85823F92DB28F /* GlobalThreadPoolList.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = GlobalThreadPoolList.cpp; path = folly/executors/GlobalThreadPoolList.cpp; sourceTree = ""; }; + EC92F724C98861820C4C08C58DC8787C /* SDWebImageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageManager.m; path = SDWebImage/Core/SDWebImageManager.m; sourceTree = ""; }; + ECC48F775A418713B34729AB41EF64BE /* OpenSSLLockTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLLockTypes.h; path = folly/ssl/OpenSSLLockTypes.h; sourceTree = ""; }; + ECC53D1FA4A06B527DFD010A2F938142 /* BugsnagHandledState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagHandledState.m; sourceTree = ""; }; + ECD094B27DF6729577EDC3F8BD514019 /* ARTNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTNode.m; path = ios/ARTNode.m; sourceTree = ""; }; + ECD46193A7A3B87EF2D8CFB26212680C /* FFFastImageViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FFFastImageViewManager.m; path = ios/FastImage/FFFastImageViewManager.m; sourceTree = ""; }; + ECE9AE370F1D84401EB6F32F907E1B4B /* InterProcessLock.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InterProcessLock.cpp; path = Core/InterProcessLock.cpp; sourceTree = ""; }; + ECE9DC7B9F36334603ACE76CEC3226BB /* Optional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Optional.h; path = folly/Optional.h; sourceTree = ""; }; + ECF7C0E453CDA7A9F674974D22681602 /* Ordering.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Ordering.h; path = folly/lang/Ordering.h; sourceTree = ""; }; + ED10C41DEB06906E003E80BEAFB2C4C5 /* UIView+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+WebCache.m"; path = "SDWebImage/Core/UIView+WebCache.m"; sourceTree = ""; }; + ED122EF24E024FFD91FBB620F2AD87C8 /* AtFork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtFork.h; path = folly/detail/AtFork.h; sourceTree = ""; }; + ED1764E035F847AF81394542EECAEF99 /* NSBezierPath+SDRoundedCorners.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBezierPath+SDRoundedCorners.m"; path = "SDWebImage/Private/NSBezierPath+SDRoundedCorners.m"; sourceTree = ""; }; + ED1B61A614EAC2B34D1421B7A01AB262 /* RNFBSharedUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBSharedUtils.m; path = ios/RNFBApp/RNFBSharedUtils.m; sourceTree = ""; }; ED1E3FC0DC90F4A787472917BFB6B235 /* libEXFileSystem.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXFileSystem.a; path = libEXFileSystem.a; sourceTree = BUILT_PRODUCTS_DIR; }; - ED20173962CD39C4CCB083287D911273 /* react-native-appearance-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-appearance-dummy.m"; sourceTree = ""; }; - ED31E6141B375F718928103F05B9BD9D /* RNVectorIcons.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNVectorIcons.debug.xcconfig; sourceTree = ""; }; - ED358289A1A68341372E03C10BA4E93E /* MemoryIdler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MemoryIdler.h; path = folly/detail/MemoryIdler.h; sourceTree = ""; }; - ED3684158A0D47D98E3F6A0CA68D04E1 /* MMKVLog_Android.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKVLog_Android.cpp; path = Core/MMKVLog_Android.cpp; sourceTree = ""; }; - ED4CCEA8923FBA7589ADAE0A2B1A9E22 /* EXFileSystem.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXFileSystem.debug.xcconfig; sourceTree = ""; }; - ED5BC10B97FE5D713ECC7F9D198A0A2D /* FutureSplitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FutureSplitter.h; path = folly/futures/FutureSplitter.h; sourceTree = ""; }; - ED6B13860820D05D6457FA8B7C1CF77A /* react-native-cameraroll.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-cameraroll.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - ED80810D671A44DEABE72BD57975A860 /* RCTSinglelineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSinglelineTextInputViewManager.h; sourceTree = ""; }; - EDBDFC8181207F79A37448D7BFE0E63E /* iterator_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = iterator_enc.c; path = src/enc/iterator_enc.c; sourceTree = ""; }; - EDBFEAEE8F0292D0DCFF9166DEB63B2C /* react-native-notifications.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-notifications.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - EDD791E485E2C0562D7B56CE3B618926 /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; - EDF3285D38B49F0197FCADD3E9E412FC /* TOCropViewControllerTransitioning.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCropViewControllerTransitioning.h; path = "Objective-C/TOCropViewController/Models/TOCropViewControllerTransitioning.h"; sourceTree = ""; }; - EE14482CD4D40E1A9818C0A9497774BA /* buffer_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = buffer_dec.c; path = src/dec/buffer_dec.c; sourceTree = ""; }; - EE185D25081B8C199E19F61CFC46289A /* RNFBAnalytics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFBAnalytics-dummy.m"; sourceTree = ""; }; - EE3BF1891948F21E25C8A203344BCEC8 /* ScheduledSingleSubscription.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScheduledSingleSubscription.cpp; path = rsocket/internal/ScheduledSingleSubscription.cpp; sourceTree = ""; }; + ED309F648CBC016259600F3635F43F78 /* TimekeeperScheduledExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimekeeperScheduledExecutor.h; path = folly/executors/TimekeeperScheduledExecutor.h; sourceTree = ""; }; + ED3B530247C8BFFF9505BC4D16D43148 /* RCTSinglelineTextInputView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSinglelineTextInputView.m; sourceTree = ""; }; + ED3C67B5CFAB8AD277BE0BBF467B576D /* UMReactFontManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactFontManager.h; sourceTree = ""; }; + ED3D71A2765A5DC9AACBE81A76C03BBD /* ExecutorWithPriority.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExecutorWithPriority.h; path = folly/executors/ExecutorWithPriority.h; sourceTree = ""; }; + ED45253B3F68FFF9A8DD0F36C86E08CB /* FIRCLSDataCollectionArbiter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSDataCollectionArbiter.m; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.m; sourceTree = ""; }; + ED46CA78AA4EF7752E02D7807F022849 /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; + ED5A5918B7517A443386ED9D77745DD5 /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; + ED5DB17DFB3BBC0AA4A162E29FBD730D /* Feather.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Feather.ttf; path = Fonts/Feather.ttf; sourceTree = ""; }; + ED6291B00BBF0A767B4B960235755130 /* BSG_KSDynamicLinker.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSDynamicLinker.c; sourceTree = ""; }; + ED82D15FA2DDE7D7EA1C9C1AF653A145 /* RNCMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCMaskedViewManager.m; path = ios/RNCMaskedViewManager.m; sourceTree = ""; }; + ED993629E29E211AE8B3C71C50F1033B /* FIRCLSdSYM.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSdSYM.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSdSYM.h; sourceTree = ""; }; + EDAE1B266AA4E0C59AFDDBFB3C4A13B8 /* RCTTVNavigationEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTVNavigationEventEmitter.h; path = React/CoreModules/RCTTVNavigationEventEmitter.h; sourceTree = ""; }; + EDB0D28EB0682A9EA4BD4325F89DFB06 /* MMKV.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MMKV.release.xcconfig; sourceTree = ""; }; + EDDDC0D4120245E2F5484729188F62E6 /* BugsnagSessionTrackingPayload.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagSessionTrackingPayload.m; sourceTree = ""; }; + EDEE1E377EE914E8675DBD7DEA1970A9 /* TypeList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TypeList.h; path = folly/detail/TypeList.h; sourceTree = ""; }; + EE09B815A25FA21F8C305F98F131E88F /* RequestResponseResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RequestResponseResponder.cpp; path = rsocket/statemachine/RequestResponseResponder.cpp; sourceTree = ""; }; + EE0B5323DBB0FBBBB5BDF7CAAE0B2A06 /* obj_mac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = obj_mac.h; path = ios/include/openssl/obj_mac.h; sourceTree = ""; }; + EE41D7CD16C719E00A09BDF4FBF5BF76 /* enc_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_msa.c; path = src/dsp/enc_msa.c; sourceTree = ""; }; + EE45D83D86B16830C6A7555BD9664265 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; EE4AEFEACE275DDCFB42B9400BF6B218 /* libRNFBCrashlytics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNFBCrashlytics.a; path = libRNFBCrashlytics.a; sourceTree = BUILT_PRODUCTS_DIR; }; - EE9960A4838D37E3B378A4104B24A341 /* IPAddressException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressException.h; path = folly/IPAddressException.h; sourceTree = ""; }; - EEB84742DEFECD09D09011F377B6DB98 /* UMPermissionsInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMPermissionsInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - EEC796626F1EECFB2149ACD85D728283 /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; + EE59EC4314146E76DCB20C06F60FC1F9 /* GULUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULUserDefaults.m; path = GoogleUtilities/UserDefaults/GULUserDefaults.m; sourceTree = ""; }; + EE5D996815FD3F190A1035E514B18EF0 /* CocoaLibEvent.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaLibEvent.release.xcconfig; sourceTree = ""; }; + EE6280A4A9AA740EE995A84F30F21253 /* RNFBAnalytics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFBAnalytics-dummy.m"; sourceTree = ""; }; + EE641B75A35A8E37BF9098E0A95B2F1F /* YGLayoutExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = YGLayoutExtensions.swift; path = YogaKit/Source/YGLayoutExtensions.swift; sourceTree = ""; }; + EE81D2562732172B14A9C411791C4D94 /* ARTRenderableManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTRenderableManager.m; sourceTree = ""; }; + EEAC1DE380BF7DACEB7BF2660EEC8F81 /* GULReachabilityMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityMessageCode.h; path = GoogleUtilities/Reachability/Private/GULReachabilityMessageCode.h; sourceTree = ""; }; + EEB451FFC6DFCCF04274808350B12319 /* React-RCTImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTImage-prefix.pch"; sourceTree = ""; }; + EEC64268726FE723B004B08332370841 /* BSG_KSCrashDoctor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashDoctor.m; sourceTree = ""; }; + EED848017F4965B145BF315674CC8C0E /* GroupVarintDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GroupVarintDetail.h; path = folly/detail/GroupVarintDetail.h; sourceTree = ""; }; EEDBF403E8E0B3885E65C2741B536BC5 /* libReact-RCTImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTImage.a"; path = "libReact-RCTImage.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - EEE5F157A29AAD39F4C318A094F8CCDE /* RCTAppState.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTAppState.mm; sourceTree = ""; }; - EEF28CC36B5A0831E5F8D60E0FA5F94C /* SKScrollViewDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKScrollViewDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKScrollViewDescriptor.h; sourceTree = ""; }; - EEF5189C10A0EF67314497939F5EAB98 /* UIColor+SDHexString.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIColor+SDHexString.h"; path = "SDWebImage/Private/UIColor+SDHexString.h"; sourceTree = ""; }; - EF05CC29B3946B1A68574C699ADD45ED /* asn1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = asn1.h; path = ios/include/openssl/asn1.h; sourceTree = ""; }; - EF3C0065402EB981F6817217DA476307 /* ChannelResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ChannelResponder.cpp; path = rsocket/statemachine/ChannelResponder.cpp; sourceTree = ""; }; - EF4E9BFB0EAC1A0338AEC5DE0DB5B840 /* UMCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCore.release.xcconfig; sourceTree = ""; }; - EF68DF414BAA67509849401BEC601A74 /* SKHighlightOverlay.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKHighlightOverlay.mm; path = iOS/Plugins/FlipperKitPluginUtils/FlipperKitHighlightOverlay/SKHighlightOverlay.mm; sourceTree = ""; }; - EF6A96982A846B269E93D4E121BAEC55 /* REACondNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACondNode.m; sourceTree = ""; }; - EF6C146B06EF332C70C6E6C8A6C2A143 /* EventHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventHandler.cpp; path = folly/io/async/EventHandler.cpp; sourceTree = ""; }; - EF83CD8BB2FDE8469188B667F276EA8B /* SDImageHEICCoderInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageHEICCoderInternal.h; path = SDWebImage/Private/SDImageHEICCoderInternal.h; sourceTree = ""; }; - EFCBB9F065A561DBBA84F301034799D9 /* RCTConvertHelpers.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTConvertHelpers.mm; sourceTree = ""; }; - EFD1AEC7C9EE184EC8AF579193C50CB3 /* FLEXNetworkRecorder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLEXNetworkRecorder.h; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXNetworkRecorder.h; sourceTree = ""; }; - EFE7F2ECD935275993DBDDF4DCD9F771 /* filters_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_sse2.c; path = src/dsp/filters_sse2.c; sourceTree = ""; }; - EFF3C616EAE7FDF2565434DECC6B72A3 /* FBLPromise+Reduce.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Reduce.h"; path = "Sources/FBLPromises/include/FBLPromise+Reduce.h"; sourceTree = ""; }; - EFFFCC272D02D8A7A1EE3C2BB692150C /* UMErrorCodes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMErrorCodes.m; path = UMCore/UMErrorCodes.m; sourceTree = ""; }; - F0088B729E346956EA2ED0473A363AA0 /* vp8li_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = vp8li_enc.h; path = src/enc/vp8li_enc.h; sourceTree = ""; }; - F00A302A4CA5D5FC5366C3AA6BFA1922 /* RNNotificationCenter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenter.h; path = RNNotifications/RNNotificationCenter.h; sourceTree = ""; }; - F02CEA1CAA1745BFB9CA955AE2FD3CA7 /* RNImageCropPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNImageCropPicker-prefix.pch"; sourceTree = ""; }; - F05D143E871EC33776D72AB606B3BC56 /* RNLocalize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNLocalize.h; path = ios/RNLocalize.h; sourceTree = ""; }; - F0757BFFF844A3C0C1434F2F426CAEEA /* ManualExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ManualExecutor.h; path = folly/executors/ManualExecutor.h; sourceTree = ""; }; - F085885931466EBEC90E27247606686E /* Benchmarks.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Benchmarks.cpp; path = rsocket/benchmarks/Benchmarks.cpp; sourceTree = ""; }; - F08EFC60E153CED85E3B9D12A186E358 /* FIRInstallationsErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrors.h; path = FirebaseInstallations/Source/Library/Public/FIRInstallationsErrors.h; sourceTree = ""; }; - F091202F240245D539C2F05E7995C472 /* json.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = json.cpp; path = folly/json.cpp; sourceTree = ""; }; - F09B8987537C8AE09333B930781C9800 /* React-jsiexecutor-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-jsiexecutor-prefix.pch"; sourceTree = ""; }; - F0C00303873AE3BA309920D070F541F9 /* react-native-background-timer-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-background-timer-dummy.m"; sourceTree = ""; }; - F0E554C8CB1FD339A83771A3BB0E6D27 /* tag_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = tag_compat.h; path = src/event2/tag_compat.h; sourceTree = ""; }; - F0E849DC19BAB8F2B2EA2036AB60C33C /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - F10A124195E8B82F87D8567224A5E0EB /* CxxModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxModule.h; sourceTree = ""; }; - F11A6C76C4E350E440152A22361F4010 /* RCTNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNativeModule.h; sourceTree = ""; }; - F11F7B76894B9691C40021CA445EAC51 /* FIRCLSReportManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReportManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.m; sourceTree = ""; }; - F1232B93828034B3430102E9DE2C9300 /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; - F12516D59C4C0C5E1F83F6AAE7CEAFEA /* JSBigString.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSBigString.cpp; sourceTree = ""; }; - F1258DA38649E08F16DBF0D2FAE425BA /* MMKV.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKV.cpp; path = Core/MMKV.cpp; sourceTree = ""; }; - F12FA4DB30FBEEE89A8EBFDF100597D4 /* react-native-orientation-locker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-orientation-locker-dummy.m"; sourceTree = ""; }; - F13CE78C7EA11EA05FF29BC02A161CAF /* aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = aes.h; path = ios/include/openssl/aes.h; sourceTree = ""; }; - F1407C57ECCD9035EB8EDBFE16F9A871 /* RNRotationHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RNRotationHandler.h; sourceTree = ""; }; - F155176274984137E2986E94196423FD /* FIRLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLoggerLevel.h; path = FirebaseCore/Sources/Public/FIRLoggerLevel.h; sourceTree = ""; }; - F15D8DA04A1EDD7CDCF75818F36C5087 /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; - F16940FCD6087DF5EFE54A3F57AB1E2E /* RNNotificationCenterListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNNotificationCenterListener.h; path = RNNotifications/RNNotificationCenterListener.h; sourceTree = ""; }; - F16ED6A7B0FA4EBE964298444A903567 /* TestUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TestUtil.h; path = folly/experimental/TestUtil.h; sourceTree = ""; }; - F171608CDB79B56BAB4FF1E300DE62DD /* Assume-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Assume-inl.h"; path = "folly/lang/Assume-inl.h"; sourceTree = ""; }; - F181A860D882BB5B1528FD17E84E0019 /* RCTNetworking.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNetworking.mm; sourceTree = ""; }; - F18AD380410DB6CEAA67359FA37CA0A1 /* RCTBaseTextViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBaseTextViewManager.m; sourceTree = ""; }; - F18C4F8EA5C18F65620A179A5A88617C /* UMTaskInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMTaskInterface.h; path = UMTaskManagerInterface/UMTaskInterface.h; sourceTree = ""; }; - F1ABCF8203415ECBD73BADAB8F38DF47 /* React-RCTNetwork.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTNetwork.release.xcconfig"; sourceTree = ""; }; - F1B876CC1C59A37017020E3703D0E923 /* frame_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = frame_enc.c; path = src/enc/frame_enc.c; sourceTree = ""; }; - F1CAB9E07D4BB4391E8BD119ABF7327C /* CPUThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CPUThreadPoolExecutor.h; path = folly/executors/CPUThreadPoolExecutor.h; sourceTree = ""; }; - F1E9078ECCF888DFB974E6BC48C5D871 /* BugsnagReactNative.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = BugsnagReactNative.h; path = cocoa/BugsnagReactNative.h; sourceTree = ""; }; - F1F8DACDC2C22B2B543DDBB4CD00A97F /* BlurEffectWithAmount.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BlurEffectWithAmount.m; path = ios/BlurEffectWithAmount.m; sourceTree = ""; }; - F221D78D69C31147787EAE8C93461996 /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; - F22C5492E1F66494BF46AFBCF1202BCC /* FIRCLSSerializeSymbolicatedFramesOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSerializeSymbolicatedFramesOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSerializeSymbolicatedFramesOperation.h; sourceTree = ""; }; - F2388398D7F5A06A6685173FEA54CFA7 /* StaticSingletonManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StaticSingletonManager.h; path = folly/detail/StaticSingletonManager.h; sourceTree = ""; }; - F24B41022839B1524F34C933ED739393 /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; - F25EEDD5D20D387A39E40F61A66DF4A1 /* EXAV.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAV.m; path = EXAV/EXAV.m; sourceTree = ""; }; - F278D17185812EA72C5EFC7AD24E2088 /* MMKV_IO.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MMKV_IO.cpp; path = Core/MMKV_IO.cpp; sourceTree = ""; }; - F286285826D0A368C403F93E770D6B60 /* SocketOptionMap.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SocketOptionMap.cpp; path = folly/io/SocketOptionMap.cpp; sourceTree = ""; }; - F289CCBC0CE51631B584BBBCA64EB186 /* strtod.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = strtod.cc; path = "double-conversion/strtod.cc"; sourceTree = ""; }; - F2AF487DB1B31546286C760578EA2C49 /* REAFunctionNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAFunctionNode.m; sourceTree = ""; }; - F2C2F12F0C6EF749AEC1184713C5223C /* ShutdownSocketSet.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ShutdownSocketSet.cpp; path = folly/io/ShutdownSocketSet.cpp; sourceTree = ""; }; + EEE0F6838A4C8F217D973757BF2F7053 /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; + EEE1ACE1C3A74E7882B72B062BB9C20F /* SDWebImageError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageError.h; path = SDWebImage/Core/SDWebImageError.h; sourceTree = ""; }; + EEF40E3F5CE270728FB0D6EFDD2C7DB5 /* RNCAsyncStorage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNCAsyncStorage.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + EF1074726BB5D4DB69C6542C0D3CB716 /* GDTCORClock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORClock.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORClock.h; sourceTree = ""; }; + EF148C1D59F50CA359204678AB44243F /* react-native-notifications.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-notifications.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + EF16500B5970C70EB0863A923E374878 /* Aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Aes.h; sourceTree = ""; }; + EF1698FF21DF374A4AE9D31ABE3A971B /* DoubleConversion-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DoubleConversion-dummy.m"; sourceTree = ""; }; + EF1D883E483F563A9F4535EBD2E361AF /* FBLPromise+Retry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Retry.m"; path = "Sources/FBLPromises/FBLPromise+Retry.m"; sourceTree = ""; }; + EF24D732027271237A9F056530E1D7D5 /* FIRAnalyticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInterop.h; path = Interop/Analytics/Public/FIRAnalyticsInterop.h; sourceTree = ""; }; + EF38ADD4B23918335F1FDD5DBCDE58D9 /* tr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = tr.lproj; path = "Objective-C/TOCropViewController/Resources/tr.lproj"; sourceTree = ""; }; + EF44A2BF71B757E50FB5BEB6EDFD4526 /* RNNotificationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationUtils.m; path = RNNotifications/RNNotificationUtils.m; sourceTree = ""; }; + EF7C61EA6A35A4868684DC754F8B77F3 /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; + EF9FFCBF8924E2CDB54727B590DCC4D1 /* GDTCORRegistrar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORRegistrar.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORRegistrar.h; sourceTree = ""; }; + EFB58122A452BDF5B674F6A1D2FDF3D2 /* RValueReferenceWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RValueReferenceWrapper.h; path = folly/lang/RValueReferenceWrapper.h; sourceTree = ""; }; + EFCCB92EA69EB157026A91B4794BDFE3 /* BugsnagHandledState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagHandledState.h; sourceTree = ""; }; + EFD53C553DDA104D0D32DC69AD5F7178 /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = FirebaseCore/Sources/Private/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; + EFD5A8DE3C6728A22F551CD201C6FC03 /* RCTUtilsUIOverride.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtilsUIOverride.h; sourceTree = ""; }; + EFD61829144FB5017E64544E1092F82E /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; + EFDB6D76614428E8C4AEEB10621F6913 /* VirtualEventBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = VirtualEventBase.h; path = folly/io/async/VirtualEventBase.h; sourceTree = ""; }; + F00B312BA4F6AB4F7CC6AC3FA17A9F48 /* RNFlingHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RNFlingHandler.m; sourceTree = ""; }; + F00DC72340D8F30ADE4C39A5A9BD78E0 /* SharedPromise-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SharedPromise-inl.h"; path = "folly/futures/SharedPromise-inl.h"; sourceTree = ""; }; + F013CB7A6E6CDC12382D63BB0679EFF9 /* Sched.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Sched.cpp; path = folly/portability/Sched.cpp; sourceTree = ""; }; + F0157DC285016C3E635D25E7AC168BC4 /* RCTAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAnimatedNode.m; sourceTree = ""; }; + F0199BBAC2939E26C55302161E4019C3 /* vp8l_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = vp8l_dec.c; path = src/dec/vp8l_dec.c; sourceTree = ""; }; + F02745D688CCB9049128803B08E5EA1A /* camellia.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = camellia.h; path = ios/include/openssl/camellia.h; sourceTree = ""; }; + F037EC4F73F57C22672B80867DE53943 /* RNCSafeAreaProviderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaProviderManager.m; path = ios/SafeAreaView/RNCSafeAreaProviderManager.m; sourceTree = ""; }; + F038873C280AAA598EC6B4B8CE3FD2D3 /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; + F043FEF918B32DD1BE8A04B711C5B59A /* RNRootView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNRootView.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + F04AC3BC7422F37BE3379AC4B5772E21 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Sources/Private/FirebaseCoreInternal.h; sourceTree = ""; }; + F066E1FE8B4101BD32F67BF9BA317CD7 /* UICollectionView+SKInvalidation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "UICollectionView+SKInvalidation.mm"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UICollectionView+SKInvalidation.mm"; sourceTree = ""; }; + F0706E78F9750DCFFF67264CCEFFD317 /* RNDateTimePicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNDateTimePicker.release.xcconfig; sourceTree = ""; }; + F0708C4622FC43024B9C0BDD273A6BF1 /* Conv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Conv.h; path = folly/chrono/Conv.h; sourceTree = ""; }; + F071544DBC72C76475C33F5A822745B0 /* Iterators.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Iterators.h; path = folly/detail/Iterators.h; sourceTree = ""; }; + F07282805EC5E79BD0C8D4BF7A6CE8F2 /* Unicode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Unicode.h; path = folly/Unicode.h; sourceTree = ""; }; + F07BCBFD826CDB981E5EB15622047CF9 /* RNPushKitEventListener.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventListener.m; path = RNNotifications/RNPushKitEventListener.m; sourceTree = ""; }; + F084779A88B74FB8825E34867B363A5B /* SanitizeThread.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SanitizeThread.h; path = folly/synchronization/SanitizeThread.h; sourceTree = ""; }; + F08C2FCC18FE21155EB0F8063AC42B09 /* RCTLocalAssetImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLocalAssetImageLoader.mm; sourceTree = ""; }; + F0A20D400112D927779240123592213E /* cct.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cct.nanopb.c; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c; sourceTree = ""; }; + F0B7962D7E0A6CFAE198430F06480E56 /* RNVectorIcons-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNVectorIcons-dummy.m"; sourceTree = ""; }; + F0D5853E35D86ACA3C347FD0E915E773 /* RNCSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaShadowView.m; path = ios/SafeAreaView/RNCSafeAreaShadowView.m; sourceTree = ""; }; + F0DA73BEBBB5B04D1FF3B223277EEA88 /* BugsnagBreadcrumb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagBreadcrumb.h; sourceTree = ""; }; + F0DC7D458F2B90DEA91C6524ABE02B13 /* FIRCLSNetworkOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSNetworkOperation.m; path = Crashlytics/Crashlytics/Settings/Operations/FIRCLSNetworkOperation.m; sourceTree = ""; }; + F126F1D655124C874881199F871455D5 /* BugsnagKSCrashSysInfoParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagKSCrashSysInfoParser.h; sourceTree = ""; }; + F13E97F5D219964E92365C4ABE120DF1 /* RCTCxxUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxUtils.h; sourceTree = ""; }; + F1404E07989F133C5C1A93B7817DA72D /* react-native-cameraroll.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cameraroll.release.xcconfig"; sourceTree = ""; }; + F14A849C2C9B2CEEB4F0B9C699D6EA1A /* RNCSafeAreaProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaProvider.h; path = ios/SafeAreaView/RNCSafeAreaProvider.h; sourceTree = ""; }; + F169817B040F006BBCBE1CF40BA1F3E0 /* RNRandomBytes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNRandomBytes.m; path = ios/RCTCrypto/RNRandomBytes.m; sourceTree = ""; }; + F1BE313E0178B44A61CCEEAE13A6C717 /* FIRInstallationsIDController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIDController.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.h; sourceTree = ""; }; + F1BEE0873E5F10C1EAEB256BAE398E41 /* yuv_sse2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse2.c; path = src/dsp/yuv_sse2.c; sourceTree = ""; }; + F1BF623936659BE23B46D54E9876D042 /* FIRCLSSymbolicationOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSSymbolicationOperation.h; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.h; sourceTree = ""; }; + F1C104EDEBDDF982F7073EB801F88F70 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + F1C5AA97A31457358CDB34979DAE5921 /* ResourceBundle-TOCropViewControllerBundle-TOCropViewController-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-TOCropViewControllerBundle-TOCropViewController-Info.plist"; sourceTree = ""; }; + F1CEC8454C926A51B469E5DF6DE7062B /* FBLPromise+Any.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Any.m"; path = "Sources/FBLPromises/FBLPromise+Any.m"; sourceTree = ""; }; + F1D1F726C54405CE9DE22276FABDF013 /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; + F1E14F978985115E946394071F172EC1 /* FrameType.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameType.cpp; path = rsocket/framing/FrameType.cpp; sourceTree = ""; }; + F1E1934C942AADD798ECA3C7AE8B350F /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTI18nManager.h; path = React/CoreModules/RCTI18nManager.h; sourceTree = ""; }; + F1E6DDCFE60F08BEF4D88B4BD5D44133 /* EvilIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = EvilIcons.ttf; path = Fonts/EvilIcons.ttf; sourceTree = ""; }; + F2199A414EE6C8C5DF19EF42213EB8E6 /* Rsa.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Rsa.m; sourceTree = ""; }; + F22F4EB4C7770876E3956CFAB63B5817 /* rn-fetch-blob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-fetch-blob-prefix.pch"; sourceTree = ""; }; + F2312173E0F5BF07A0C188270BE860E3 /* FIRCoreDiagnosticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsInterop.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h; sourceTree = ""; }; + F242C7B49F76F77411C24050742ACFDD /* pem2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pem2.h; path = ios/include/openssl/pem2.h; sourceTree = ""; }; + F266A70DD4284006F2AAB6E50B343902 /* webp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_enc.c; path = src/enc/webp_enc.c; sourceTree = ""; }; + F27E3375AB5ECCFDA9658D0023B18731 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; + F2A52CBE2AF719EC96CEC5AF71BFF66E /* StreamsWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StreamsWriter.h; path = rsocket/statemachine/StreamsWriter.h; sourceTree = ""; }; + F2C4DD8F7E693DDCB52615BF91AADFB3 /* AtomicNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicNotification.h; path = folly/synchronization/AtomicNotification.h; sourceTree = ""; }; + F2CD4AC32EA4D232CC92F7693E38D553 /* BugsnagMetaData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagMetaData.h; sourceTree = ""; }; + F2D058DCBCAD53329B5EAC16513ABF36 /* WarmResumeManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = WarmResumeManager.h; path = rsocket/internal/WarmResumeManager.h; sourceTree = ""; }; + F2D623CFFCB0041F140894BB4714E6E8 /* FIRCLSUnwind_x86.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUnwind_x86.h; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind_x86.h; sourceTree = ""; }; + F2DB6B4D4D06F11F193E603949353D40 /* UMReactNativeEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMReactNativeEventEmitter.h; sourceTree = ""; }; F2E7C88DFCD460A4B46B913ADEB8A641 /* libReact-jsiexecutor.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsiexecutor.a"; path = "libReact-jsiexecutor.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F2F9EF0AC5799269CBDE8B165CF1CF04 /* ReactNativeVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ReactNativeVersion.h; sourceTree = ""; }; - F2FBB520247F3367D6AB7F33A5690A19 /* SDImageWebPCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageWebPCoder.m; path = SDWebImageWebPCoder/Classes/SDImageWebPCoder.m; sourceTree = ""; }; - F30DFEC1FB1886639EF9A71D6322D0C1 /* Entypo.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = Entypo.ttf; path = Fonts/Entypo.ttf; sourceTree = ""; }; - F3215B1BF5E6124C341F9264A6FDDCF5 /* TypeInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TypeInfo.h; path = folly/lang/TypeInfo.h; sourceTree = ""; }; - F32F03AC0893562F1CD8266871E803FD /* Init.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Init.h; path = folly/init/Init.h; sourceTree = ""; }; - F356A520E9D6E0F4DDB97289CAE08A5A /* SysTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysTypes.h; path = folly/portability/SysTypes.h; sourceTree = ""; }; - F358F084AC4150FBB7C49769DDDCC51A /* yuv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = yuv.h; path = src/dsp/yuv.h; sourceTree = ""; }; - F35D91BC4E017F007D5A53BC858B2EFC /* RCTImageURLLoaderWithAttribution.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageURLLoaderWithAttribution.mm; sourceTree = ""; }; - F35DA71CC99605AEB40A6C6F7A942D4D /* FBLPromise+All.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+All.m"; path = "Sources/FBLPromises/FBLPromise+All.m"; sourceTree = ""; }; - F360A80A2E2683C8B81254CCE433F5DE /* QBVideoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIconView.h; path = ios/QBImagePicker/QBImagePicker/QBVideoIconView.h; sourceTree = ""; }; - F37EDEFD64B4D7A4C4DCB7FE988C52B0 /* TcpConnectionAcceptor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TcpConnectionAcceptor.cpp; path = rsocket/transports/tcp/TcpConnectionAcceptor.cpp; sourceTree = ""; }; - F381589DEB95CF67025283703ADE448A /* GULAppDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULAppDelegateSwizzler.h; sourceTree = ""; }; - F389AD072C26D09B202AAE9ECB8A880F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - F3903E1FB7F9CB6BD5E689F4BB88FAB5 /* RangeCommon.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RangeCommon.cpp; path = folly/detail/RangeCommon.cpp; sourceTree = ""; }; - F3C3BADE73296A67E67E678083526195 /* TurboModuleUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TurboModuleUtils.h; path = turbomodule/core/TurboModuleUtils.h; sourceTree = ""; }; - F3F012D0E52C3EFCF6F0D70B17A2B978 /* UICollectionView+SKInvalidation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UICollectionView+SKInvalidation.h"; path = "iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UICollectionView+SKInvalidation.h"; sourceTree = ""; }; - F3FE2119A46FB8A15C944696ABB2E9DF /* RNVectorIconsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNVectorIconsManager.h; path = RNVectorIconsManager/RNVectorIconsManager.h; sourceTree = ""; }; - F405BEA79EBE02A27500B0A1972DE902 /* RNCSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaShadowView.h; path = ios/SafeAreaView/RNCSafeAreaShadowView.h; sourceTree = ""; }; - F434E3C4B24EFBEC9055B8C6D8FB6D2E /* RCTTextAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTextAttributes.h; path = Libraries/Text/RCTTextAttributes.h; sourceTree = ""; }; - F444585C8A9A071E6988ACF34AC8FBDC /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; - F4511A5BE53D8995377DE13E7082A921 /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; - F4533B14A5D61C451FBB7AAB80003AD5 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - F4550E563CD7FD4115FB420CBADFCC0C /* SDWebImageWebPCoder-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SDWebImageWebPCoder-prefix.pch"; sourceTree = ""; }; - F469B7EE2ADAA116AF95912865F56872 /* Traits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Traits.h; path = folly/Traits.h; sourceTree = ""; }; - F47081DBFFDB1C6F255C5FD875A5C376 /* RCTImageEditingManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageEditingManager.mm; sourceTree = ""; }; - F4775E9428BD041275CC6F5F665C54CF /* UMCameraInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCameraInterface.release.xcconfig; sourceTree = ""; }; - F4937F8EFA1B3164CFA7C0214ACA00BC /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - F4A5CCCB99F38545798B704E7AEF6034 /* SDImageLoadersManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageLoadersManager.m; path = SDWebImage/Core/SDImageLoadersManager.m; sourceTree = ""; }; - F4AC015D92C6A7A41F80AA1BE5FB3403 /* RWSpinLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RWSpinLock.h; path = folly/synchronization/RWSpinLock.h; sourceTree = ""; }; - F4C13B67914DDD6C18060BB00CB150A5 /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; - F4C7645277706B9C4791482BC7FC696C /* InterProcessLock_Win32.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = InterProcessLock_Win32.cpp; path = Core/InterProcessLock_Win32.cpp; sourceTree = ""; }; - F4D02B44AE2132210050FA0C88E7109A /* SafeAreaManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaManager.m; sourceTree = ""; }; - F51CD2A86B829E796E12FF242646D2AE /* crc32_armv8.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = crc32_armv8.cpp; path = Core/crc32/crc32_armv8.cpp; sourceTree = ""; }; - F52BFD7B9EA4AA578550DEE198EE111E /* SDImageCacheDefine.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageCacheDefine.h; path = SDWebImage/Core/SDImageCacheDefine.h; sourceTree = ""; }; - F531AEE48A08A31714474F542BEDC349 /* React-cxxreact.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-cxxreact.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - F532BE048BF42A3B08E5A44FC05F6E02 /* Sha.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Sha.h; sourceTree = ""; }; - F54096769414916B01BFD7919CC10608 /* IOThreadPoolExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IOThreadPoolExecutor.h; path = folly/executors/IOThreadPoolExecutor.h; sourceTree = ""; }; - F567510C31F7EA60C688D091BBBB9FA4 /* Benchmark.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Benchmark.h; path = folly/Benchmark.h; sourceTree = ""; }; - F568DCCC09703883EF988A675567B1BE /* RNGestureHandlerEvents.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNGestureHandlerEvents.m; path = ios/RNGestureHandlerEvents.m; sourceTree = ""; }; - F57CC57C593326EDFA394D1D0DB70760 /* LNInterpolable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = LNInterpolable.h; sourceTree = ""; }; - F581D2C3B414DA04BBB6AB5187BBDB84 /* UIButton+WebCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/Core/UIButton+WebCache.m"; sourceTree = ""; }; - F58493ECCE208475602647FA42D2B270 /* Launder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Launder.h; path = folly/lang/Launder.h; sourceTree = ""; }; - F5860B8F15A0D6FA6CA3CD2D0F38BA6C /* GoogleDataTransport.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransport.debug.xcconfig; sourceTree = ""; }; - F59E4FC9913EE72E94C19FF7B3457F74 /* Bits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Bits.h; path = folly/Bits.h; sourceTree = ""; }; - F5A83F14CD5C32691F4C3F6561A8BFED /* ProxyLockable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProxyLockable.h; path = folly/synchronization/detail/ProxyLockable.h; sourceTree = ""; }; - F5B1F45E7AA8BF9682C0E40DB86B886C /* EXAppleAuthentication.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAppleAuthentication.debug.xcconfig; sourceTree = ""; }; - F5C286FB930965608939F21511A2F071 /* NSValue+Interpolation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "NSValue+Interpolation.h"; sourceTree = ""; }; - F5C9EB468E764888808428A4B7A578DB /* SKNamed.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKNamed.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNamed.h; sourceTree = ""; }; - F5D0C6BD508ADCBE587B0035EB15EA8F /* EXSessionTaskDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXSessionTaskDelegate.m; sourceTree = ""; }; - F5DBF5FFC47B5AFDA9F16B9EA70140DD /* RNCNetInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCNetInfo.m; path = ios/RNCNetInfo.m; sourceTree = ""; }; - F5DD6AD7829227A588F8980E12F9EB84 /* FIRCLSURLSessionConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLSessionConfiguration.m; path = Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSessionConfiguration.m; sourceTree = ""; }; - F5F39EDEC103E80EA85E5E7920A09E39 /* Restart.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Restart.m; path = ios/Restart.m; sourceTree = ""; }; - F5FD4FE262D6858DFA366C5FD38140CC /* FlipperClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperClient.mm; path = iOS/FlipperKit/FlipperClient.mm; sourceTree = ""; }; - F621401C01CE51E6324E3D5D69297790 /* RCTCxxMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxMethod.mm; sourceTree = ""; }; - F62CE2FDC71298AE6A9B4F46C6234BFD /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; - F646CF772CE256A0EFF50046AB146B30 /* EXFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXFileSystem.h; path = EXFileSystem/EXFileSystem.h; sourceTree = ""; }; - F64ACFA8D133F710250D610FEDD501FB /* FrameType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameType.h; path = rsocket/framing/FrameType.h; sourceTree = ""; }; - F650506D2D7B96E6F50BB61C7097107A /* Parallel-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Parallel-inl.h"; path = "folly/gen/Parallel-inl.h"; sourceTree = ""; }; - F6522C61057823F7A43F0EE53989EDF2 /* react-native-cookies.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-cookies.release.xcconfig"; sourceTree = ""; }; - F6625FB20B807C0698524139CD5C40BF /* AtomicUnorderedMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicUnorderedMap.h; path = folly/AtomicUnorderedMap.h; sourceTree = ""; }; - F665F073CFEB72E9BC3A0EC25A9C4DA8 /* BugsnagBreadcrumb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BugsnagBreadcrumb.h; sourceTree = ""; }; - F667F83D092719A06EAB41A5BB201742 /* Flowables.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Flowables.h; path = yarpl/flowable/Flowables.h; sourceTree = ""; }; - F681967AB122DAC9E1CC1C8B2576900F /* RCTCxxBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxBridgeDelegate.h; sourceTree = ""; }; - F689C7FBAC8C38626421BCB2318AE127 /* RNVectorIcons-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNVectorIcons-prefix.pch"; sourceTree = ""; }; - F6A0E5CF9179E651E037D4B7D5CB8936 /* RNScreens.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNScreens.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - F6B01F7843FB00367585AF29B709FC58 /* FIRStackFrame_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRStackFrame_Private.h; path = Crashlytics/Crashlytics/Private/FIRStackFrame_Private.h; sourceTree = ""; }; - F6B3B5B96B4722710ED8566CB9FC8E2C /* RNGestureHandlerDirection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNGestureHandlerDirection.h; path = ios/RNGestureHandlerDirection.h; sourceTree = ""; }; - F6B55677F8DCCEC370CA82F0E267D1E7 /* SDWebImageIndicator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageIndicator.h; path = SDWebImage/Core/SDWebImageIndicator.h; sourceTree = ""; }; - F6B872D162D772ABE1C43815C222E25B /* React-RCTSettings-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTSettings-prefix.pch"; sourceTree = ""; }; - F6B89CFB69D598B26EFFA4CFC5F9C698 /* RCTNetworkTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTNetworkTask.h; path = Libraries/Network/RCTNetworkTask.h; sourceTree = ""; }; - F6B9ADC1E10F96FB413009C4451F916A /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - F6BD76FA9DFAE094D5E7DFF3EA160671 /* react-native-webview.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-webview.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - F6C6A4DF1F09E8AB7247F3C1B3AD2C5B /* FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIROptions.m; path = FirebaseCore/Sources/FIROptions.m; sourceTree = ""; }; - F6CCB8DCC8499C040B1A060598E023CF /* TimedDrivableExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TimedDrivableExecutor.h; path = folly/executors/TimedDrivableExecutor.h; sourceTree = ""; }; - F6CF65A2C42E9D1BF6B32D6AAA960261 /* ThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadPoolExecutor.cpp; path = folly/executors/ThreadPoolExecutor.cpp; sourceTree = ""; }; - F6E09D8E6F435772B91507D6EE498FEB /* EventBaseManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EventBaseManager.cpp; path = folly/io/async/EventBaseManager.cpp; sourceTree = ""; }; - F6EA0FDD5DF62F73FD42893286F5D3C7 /* FrameProcessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FrameProcessor.h; path = rsocket/framing/FrameProcessor.h; sourceTree = ""; }; - F6F7B2A2AD2DBAB17C25FCC0DB4C4BF0 /* React-cxxreact.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-cxxreact.release.xcconfig"; sourceTree = ""; }; - F7013D0F4BAFBB92641DF0A72627265C /* RNFBCrashlytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBCrashlytics.release.xcconfig; sourceTree = ""; }; - F701DC67C973B7E87F9DC3AAF7C88758 /* GULApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULApplication.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULApplication.h; sourceTree = ""; }; - F70D420C7060BA42F3187DC52BB13363 /* RCTCxxBridge.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTCxxBridge.mm; sourceTree = ""; }; + F2F66216A2550B0DB9D875F3F0032C9F /* UMFaceDetectorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManager.h; path = UMFaceDetectorInterface/UMFaceDetectorManager.h; sourceTree = ""; }; + F30ADDD0F022FC56B8EAA0C7E7B85F10 /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; + F3184FE3107FB8DDDEC1FA159B72FED0 /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; + F31AEDA77B250886BAE9F22BC386C370 /* dns_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dns_compat.h; path = src/event2/dns_compat.h; sourceTree = ""; }; + F3253AC65E0A3AED14E5813D881C6347 /* SafeAreaSpacerShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerShadowView.m; sourceTree = ""; }; + F32788FF4C72EAC8F2A4172E2B21B048 /* ru.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ru.lproj; path = "Objective-C/TOCropViewController/Resources/ru.lproj"; sourceTree = ""; }; + F334B7FD5CB1394C50DF82325A076EDA /* EXImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXImageLoader.h; path = EXImageLoader/EXImageLoader.h; sourceTree = ""; }; + F355430BCEB2E3A6F3DEFD275DA5CDBD /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; + F35E2B7A63B74D094E506B87A8B9B534 /* RCTRedBoxSetEnabled.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxSetEnabled.h; sourceTree = ""; }; + F368D04E2314D86E8C9ABB520DBB0CD7 /* PackedSyncPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PackedSyncPtr.h; path = folly/PackedSyncPtr.h; sourceTree = ""; }; + F36A7B8804C336E185CEA6DE40A349D1 /* FIRCLSCodeMapping.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSCodeMapping.m; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSCodeMapping.m; sourceTree = ""; }; + F376061AE4AE5E21AC1A41470530438D /* AtomicNotification.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = AtomicNotification.cpp; path = folly/synchronization/AtomicNotification.cpp; sourceTree = ""; }; + F388EBD9F34D113B0B16DFBF4DC60C8E /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; + F394992E816A4233E71524E8EA6F5235 /* FIRCLSURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSURLSession.m; path = Crashlytics/Crashlytics/FIRCLSURLSession/FIRCLSURLSession.m; sourceTree = ""; }; + F3A1A927154BAC3D2BA455FA84A0CA8C /* RCTDeviceInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDeviceInfo.mm; sourceTree = ""; }; + F3A7745BC949323C0559EEE89EE356DC /* Hazptr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hazptr.h; path = folly/synchronization/Hazptr.h; sourceTree = ""; }; + F3B36827EC5A8E73C2A7460CDAAAE3C3 /* ScheduledExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledExecutor.h; path = folly/executors/ScheduledExecutor.h; sourceTree = ""; }; + F403C2A0B415D6E13836ADD84C5AB5AB /* RCTInspectorPackagerConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTInspectorPackagerConnection.m; sourceTree = ""; }; + F40CF87C89A66343C7F24C5F68C0CFEC /* common_sse41.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = common_sse41.h; path = src/dsp/common_sse41.h; sourceTree = ""; }; + F40D1EBF7B60E5BBACD10079B547349F /* opensslconf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = opensslconf.h; path = ios/include/openssl/opensslconf.h; sourceTree = ""; }; + F4234721F88D2835F8157A182CA5D433 /* TOCroppedImageAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TOCroppedImageAttributes.h; path = "Objective-C/TOCropViewController/Models/TOCroppedImageAttributes.h"; sourceTree = ""; }; + F445ED86652108DCC3A6BA324B0B8165 /* RCTMultilineTextInputViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultilineTextInputViewManager.h; sourceTree = ""; }; + F4563D2A2BF4C54C00CE10513E7ECB95 /* IPAddressSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddressSource.h; path = folly/detail/IPAddressSource.h; sourceTree = ""; }; + F4671EF7BA33F2C2D909EB895C0B9C28 /* react-native-webview.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-webview.release.xcconfig"; sourceTree = ""; }; + F46D801C257276EC8145E8A2E7BE009C /* REAFunctionNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAFunctionNode.h; sourceTree = ""; }; + F47178DB1F0A5B31B3ED962CC5EBD794 /* ProducerConsumerQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ProducerConsumerQueue.h; path = folly/ProducerConsumerQueue.h; sourceTree = ""; }; + F4786B928DF108948CA623BA9E293FB9 /* yuv_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_sse41.c; path = src/dsp/yuv_sse41.c; sourceTree = ""; }; + F48D7D1ECF30F61D499166E7C5FCE238 /* SDImageHEICCoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageHEICCoder.m; path = SDWebImage/Core/SDImageHEICCoder.m; sourceTree = ""; }; + F48DCE217DD4C57215DC29EBF7A87D5F /* Frame.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Frame.cpp; path = rsocket/framing/Frame.cpp; sourceTree = ""; }; + F49290A382EC07A3D4203E6BBC1531F9 /* Future-pre.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Future-pre.h"; path = "folly/futures/Future-pre.h"; sourceTree = ""; }; + F4BC5FF9B4FCAFB0E5A2DDDF7E51050D /* RCTUIImageViewAnimated.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIImageViewAnimated.m; sourceTree = ""; }; + F4DB660CF5A3E4AD71654B0C53C03796 /* react-native-orientation-locker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-orientation-locker.release.xcconfig"; sourceTree = ""; }; + F4ED5D2AB68AC9DC3AFC7FFE6A02978E /* SSLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSLSession.h; path = folly/ssl/SSLSession.h; sourceTree = ""; }; + F4F2C1544160BC6A474B60EE5F77FE3F /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; + F51605B4F0A333C25D0E9DA0DA560E60 /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; + F522BB4CCCBF88D6E8F145100F600E4C /* EXAppleAuthentication.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXAppleAuthentication.debug.xcconfig; sourceTree = ""; }; + F55C55E45D266CA5434CF88C25E0B500 /* RCTTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModule.mm; sourceTree = ""; }; + F5719F203A8CF13493A18C6B83A42B0B /* ParallelMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParallelMap.h; path = folly/gen/ParallelMap.h; sourceTree = ""; }; + F57C64DDCE1B408544DEC7D808AC8BCA /* RNConfigReader-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNConfigReader-dummy.m"; sourceTree = ""; }; + F585B2747DDDB9AFABAF2577A79965AC /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; + F5A0403D417A7CEB9D5ABC5F95C9C10F /* REACondNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACondNode.m; sourceTree = ""; }; + F5A97C7E23F67F99D8CA55896B4FD8D6 /* http_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = http_struct.h; path = src/event2/http_struct.h; sourceTree = ""; }; + F5AB8D0DD508E2EC271500E0C03A94D6 /* MaterialIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = MaterialIcons.ttf; path = Fonts/MaterialIcons.ttf; sourceTree = ""; }; + F5B5F727AB5CE35A3C834577E476D803 /* RNNotificationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationsStore.m; path = RNNotifications/RNNotificationsStore.m; sourceTree = ""; }; + F5B853311D55CA2122A8C634EFC7D6D4 /* UMModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistry.h; sourceTree = ""; }; + F5DAD26D386B7F01E15310A004C76843 /* x509.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509.h; path = ios/include/openssl/x509.h; sourceTree = ""; }; + F5ED34FDBF6D82D58403D5028019412C /* EXLocalAuthentication.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXLocalAuthentication.release.xcconfig; sourceTree = ""; }; + F5F4D8069ED697103D0FD6DF36B8999F /* WebRTC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebRTC.framework; path = Frameworks/WebRTC.framework; sourceTree = ""; }; + F613CB900F2AE85AC3F1E5615A2FD6D2 /* GDTCOREvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREvent.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCOREvent.h; sourceTree = ""; }; + F641B55B73B979E4C101E9557F3EDE9E /* UMErrorCodes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMErrorCodes.m; path = UMCore/UMErrorCodes.m; sourceTree = ""; }; + F6475424E2761AFCDB2C8F67774174D2 /* react-native-notifications.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-notifications.debug.xcconfig"; sourceTree = ""; }; + F655C1597FD17DA9BB414230A62B1466 /* CertificateUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CertificateUtils.h; path = xplat/Flipper/CertificateUtils.h; sourceTree = ""; }; + F657DF2DC76A57B95E480623AF30637A /* React-jsinspector.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-jsinspector.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + F679A823BDC548F5FE367D54243060BD /* REAJSCallNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAJSCallNode.m; sourceTree = ""; }; + F682780033159E45107B4D98B702A331 /* SDWebImageCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageCompat.h; path = SDWebImage/Core/SDWebImageCompat.h; sourceTree = ""; }; + F68CDB223C4177302C855548DCDB39DD /* EXFileSystem-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXFileSystem-prefix.pch"; sourceTree = ""; }; + F69CB8D9F93323555C90E0798AC08B12 /* FKUserDefaultsPlugin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FKUserDefaultsPlugin.h; path = iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsPlugin.h; sourceTree = ""; }; + F69DC148D9D314AED62213F5B6EDF577 /* BSG_KSSingleton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSingleton.h; sourceTree = ""; }; + F6A00BD376234BD3073F995C1FB8712B /* Likely.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Likely.h; path = folly/Likely.h; sourceTree = ""; }; + F6B0B1A070D7CA9B1215E72534F57D2A /* pkcs7.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pkcs7.h; path = ios/include/openssl/pkcs7.h; sourceTree = ""; }; + F6C63F5BC63B281DFC36E70E54E51E59 /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; + F6CB89DCD2375D78BABAB8F932A02843 /* FIRStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRStackFrame.m; path = Crashlytics/Crashlytics/FIRStackFrame.m; sourceTree = ""; }; + F6E5A992FB1D6F2325C818BCAB23F44B /* RNCSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSliderManager.m; path = ios/RNCSliderManager.m; sourceTree = ""; }; + F6EF54B35B03735C999E9A9225B3CDAF /* FlowableObserveOnOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlowableObserveOnOperator.h; path = yarpl/flowable/FlowableObserveOnOperator.h; sourceTree = ""; }; + F71C28782B82169F9EAC47E35134A898 /* rn-fetch-blob.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "rn-fetch-blob.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; F71EBF73F354B475D465FF6DE9A66707 /* libReact-RCTBlob.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTBlob.a"; path = "libReact-RCTBlob.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F72342109AF41029A685F8B41C1B7465 /* RNConfigReader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNConfigReader.debug.xcconfig; sourceTree = ""; }; - F739C8C712B48A11645E241942135D3C /* REABlockNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REABlockNode.h; sourceTree = ""; }; - F73E45B67795E64677FAF5CABD71548B /* demux.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = demux.h; path = src/webp/demux.h; sourceTree = ""; }; - F75CBF9E2FEC3B3619BA285BF0050C82 /* RCTBlobManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTBlobManager.h; path = Libraries/Blob/RCTBlobManager.h; sourceTree = ""; }; - F762D6F74075C2089819D9833381D049 /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.h"; sourceTree = ""; }; - F783C2C454817A026AE9B61AA0F59674 /* RCTWebSocketExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTWebSocketExecutor.h; path = React/CoreModules/RCTWebSocketExecutor.h; sourceTree = ""; }; - F7915F460E47DC0F4A5152A46ED82C66 /* React-jsi-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-jsi-dummy.m"; sourceTree = ""; }; - F792B24A00DBFF62C0617B6A4598DBAC /* RCTTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModule.mm; sourceTree = ""; }; - F7D2E6DBB0477A6CBA28D0A5E12D5DF7 /* Indestructible.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Indestructible.h; path = folly/Indestructible.h; sourceTree = ""; }; - F7F0E061DD0C516488E9E40A9E7CB50E /* JSDeltaBundleClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = JSDeltaBundleClient.cpp; sourceTree = ""; }; - F7FA67A8B790638F2ED0741788091713 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - F8006F533903FF6309EDF9B48E6485A2 /* ARTShape.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTShape.m; path = ios/ARTShape.m; sourceTree = ""; }; - F820AC80EAD4492617D9099E10BBA9EF /* tree_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = tree_dec.c; path = src/dec/tree_dec.c; sourceTree = ""; }; - F84985676C2DC0676F2032F989FDAA3C /* FBLazyVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyVector.h; path = FBLazyVector/FBLazyVector.h; sourceTree = ""; }; - F84A4F55CB5E13C3A495195212D5E721 /* FIRInstallationsStoredAuthToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredAuthToken.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.h; sourceTree = ""; }; - F84B8CC6C9203DB51499F0B7BC9EAB3E /* krb5_asn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = krb5_asn.h; path = ios/include/openssl/krb5_asn.h; sourceTree = ""; }; - F852CBF3CE0DE566AFB2C7B8631DF452 /* react-native-safe-area-context.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-safe-area-context.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - F86C0E925DDCC7DE1A30496C158728D9 /* React-RCTBlob.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.debug.xcconfig"; sourceTree = ""; }; - F8716CA062FBB3C87A1AC17180BB3850 /* RsaFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RsaFormatter.h; sourceTree = ""; }; - F87EE300C17686A67E2340B0F8E1FF60 /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; - F88040D935F68114348F4B72C682282A /* ARTTextManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTTextManager.h; sourceTree = ""; }; - F889051858D1342815D34BEE3B1AD39E /* RCTTypeSafety.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RCTTypeSafety.release.xcconfig; sourceTree = ""; }; - F896FCF8B5230785B1722BF2A339244A /* RCTDevLoadingViewSetEnabled.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDevLoadingViewSetEnabled.m; sourceTree = ""; }; - F8AD7680414320A6EC699FD5439DED72 /* RCTStyleAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStyleAnimatedNode.m; sourceTree = ""; }; - F8B7B75676B78E945A85B94F909CE4C1 /* libcrypto.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libcrypto.a; path = ios/lib/libcrypto.a; sourceTree = ""; }; - F8BB3EACBBA16D47BC19FEB0B22FBEA2 /* FBLPromises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromises.h; path = Sources/FBLPromises/include/FBLPromises.h; sourceTree = ""; }; - F8C5309EA8674F548F0D2F5118FEB939 /* muxread.c */ = {isa = PBXFileReference; includeInIndex = 1; name = muxread.c; path = src/mux/muxread.c; sourceTree = ""; }; - F8C7C34064F74E10FA192EED87BD69EA /* ExceptionWrapper.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ExceptionWrapper.cpp; path = folly/ExceptionWrapper.cpp; sourceTree = ""; }; - F8DBC5478559096DC74DD60F71350CB8 /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; - F951E54B855A2FE70C9353FC58615BAE /* React-cxxreact-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-cxxreact-prefix.pch"; sourceTree = ""; }; + F732CA9F3D60708A1FB6909B25173815 /* SystraceSection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SystraceSection.h; sourceTree = ""; }; + F75A5D5238E86595CED89365021A2AC0 /* FIRInstallationsErrorUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsErrorUtil.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.m; sourceTree = ""; }; + F7716B6680E6859C1ED4B8AC9C3C3655 /* RNCookieManagerIOS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCookieManagerIOS.m; path = ios/RNCookieManagerIOS/RNCookieManagerIOS.m; sourceTree = ""; }; + F7737B852E1DE2C4464E50CF2222FA4F /* FlipperConnectionManagerImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperConnectionManagerImpl.h; path = xplat/Flipper/FlipperConnectionManagerImpl.h; sourceTree = ""; }; + F77ADB126DE4A10B33CDE3A7D792B070 /* React-jsiexecutor.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-jsiexecutor.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + F780E07458725370847BBBBE826CC2C6 /* FIRInstallationsAuthTokenResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResultInternal.h; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResultInternal.h; sourceTree = ""; }; + F788EA36EEE91148D450B5F7EAC1D8EA /* RSocketClient.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketClient.cpp; path = rsocket/RSocketClient.cpp; sourceTree = ""; }; + F7B2E06998332BE3FFD795BF566A4286 /* UMUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMUIManager.h; sourceTree = ""; }; + F7BA1E6DC21CDC2028F8774C5C4070CB /* UninitializedMemoryHacks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UninitializedMemoryHacks.h; path = folly/memory/UninitializedMemoryHacks.h; sourceTree = ""; }; + F8157CC4F2CF42743A73C3C7FF0A2A1B /* Promise-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Promise-inl.h"; path = "folly/futures/Promise-inl.h"; sourceTree = ""; }; + F81F0BDA7FEEB54C4C7D9DB5D695A6F3 /* react-native-netinfo-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-netinfo-dummy.m"; sourceTree = ""; }; + F828BF8AEA7D571FD0FDD911C65DF640 /* FIRCLSMachOBinary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSMachOBinary.h; path = Crashlytics/Shared/FIRCLSMachO/FIRCLSMachOBinary.h; sourceTree = ""; }; + F82AF01D6F3535B28C166A1BB8865952 /* AsyncSocketBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncSocketBase.h; path = folly/io/async/AsyncSocketBase.h; sourceTree = ""; }; + F8372E8D2173014B0E22C87E6259C7E4 /* SKViewDescriptor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKViewDescriptor.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewDescriptor.mm; sourceTree = ""; }; + F83885EF81FD0254289B25A15C6C5BAA /* EXFilePermissionModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXFilePermissionModule.m; path = EXFileSystem/EXFilePermissionModule.m; sourceTree = ""; }; + F83DAAAD8731F1350CCEE0258743071D /* FunctionScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FunctionScheduler.h; path = folly/experimental/FunctionScheduler.h; sourceTree = ""; }; + F8482E6BF114F27052416F91C2E7E104 /* ARTText.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTText.h; path = ios/ARTText.h; sourceTree = ""; }; + F84BCA5CD97BC038E0D2638A2EC8D64A /* BSG_KSCrashReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReport.h; sourceTree = ""; }; + F85202F838C190B6BE8034346BEAFCB8 /* SDWebImageTransitionInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransitionInternal.h; path = SDWebImage/Private/SDWebImageTransitionInternal.h; sourceTree = ""; }; + F85D1B363381A73E950257DE754D654F /* EXAppleAuthenticationMappings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAppleAuthenticationMappings.m; path = EXAppleAuthentication/EXAppleAuthenticationMappings.m; sourceTree = ""; }; + F8633AD2C2D2826B1719D48E55655BBD /* symbolize.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = symbolize.cc; path = src/symbolize.cc; sourceTree = ""; }; + F87333D7731D5A92A88360E34822B705 /* RequestResponseRequester.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RequestResponseRequester.cpp; path = rsocket/statemachine/RequestResponseRequester.cpp; sourceTree = ""; }; + F8874B4273D76B839616FA6F7722C2AC /* RCTVirtualTextShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVirtualTextShadowView.m; sourceTree = ""; }; + F890138088D7D7350392794222AF0E10 /* RCTClipboard.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTClipboard.mm; sourceTree = ""; }; + F8A5CE8F5B69BF8BD920AF70555786C8 /* SysMembarrier.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysMembarrier.cpp; path = folly/portability/SysMembarrier.cpp; sourceTree = ""; }; + F8AA33A2D37DBE68270644174063B77E /* UMCameraInterface.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCameraInterface.release.xcconfig; sourceTree = ""; }; + F8BEB034856DD7F0A2D4D391A44044C9 /* RCTSettingsManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSettingsManager.mm; sourceTree = ""; }; + F8E0FE2BD94D21126C475F2C228156DF /* Padded.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Padded.h; path = folly/Padded.h; sourceTree = ""; }; + F904D2FC6CFAFBB5BF4015CB7D5B6CFB /* RCTConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConstants.m; sourceTree = ""; }; + F9057AEC922F16724E16448D145C60DB /* Framer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Framer.h; path = rsocket/framing/Framer.h; sourceTree = ""; }; + F905D7B0C849F5F1F12A9998C72FE06E /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = "Objective-C/TOCropViewController/Resources/de.lproj"; sourceTree = ""; }; + F9062D58B4E9111B7B793744037D3E47 /* CMakeLists.txt */ = {isa = PBXFileReference; includeInIndex = 1; name = CMakeLists.txt; path = rsocket/benchmarks/CMakeLists.txt; sourceTree = ""; }; + F914341F539FF126F01DE69CD8C8F006 /* RCTCustomKeyboardViewControllerTemp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCustomKeyboardViewControllerTemp.h; sourceTree = ""; }; + F92A93A40CA46BC1EB5DBF730B2A9DA5 /* ARTLinearGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTLinearGradient.m; sourceTree = ""; }; + F9390BDC6C889005CAF04C4ED51897D3 /* RCTSettingsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTSettingsManager.h; path = Libraries/Settings/RCTSettingsManager.h; sourceTree = ""; }; + F9544B2054D53E5D3651EB063F430664 /* GFlags.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GFlags.h; path = folly/portability/GFlags.h; sourceTree = ""; }; F958876A082BF810B342435CE3FB5AF6 /* libRCTTypeSafety.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRCTTypeSafety.a; path = libRCTTypeSafety.a; sourceTree = BUILT_PRODUCTS_DIR; }; - F981E5599AAC5A1A1F4492356A632A5C /* RNCSafeAreaProviderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaProviderManager.m; path = ios/SafeAreaView/RNCSafeAreaProviderManager.m; sourceTree = ""; }; - F983EE4A0D1B2A3B379DE839C0D495F2 /* react-native-appearance.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-appearance.debug.xcconfig"; sourceTree = ""; }; - F98D7E7D5AFF6B3E6066EEAFCAB263C6 /* SKViewControllerDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKViewControllerDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewControllerDescriptor.h; sourceTree = ""; }; - F98DFDE279D98A3E7790688ECCAA029A /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxNativeModule.h; sourceTree = ""; }; - F99382F0AAF0A2E3DAA7AAA537E357D6 /* RCTUIImageViewAnimated.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIImageViewAnimated.m; sourceTree = ""; }; - F99937D57251DA26DA40552F0172EF3C /* EXConstantsService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstantsService.h; path = EXConstants/EXConstantsService.h; sourceTree = ""; }; - F9A22F8F8D20DB58A811BB513CC528AF /* FrameFlags.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FrameFlags.cpp; path = rsocket/framing/FrameFlags.cpp; sourceTree = ""; }; - F9B83525E2F428D8D4C8DB4C7F540090 /* EXVideoView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoView.m; sourceTree = ""; }; - F9B898EDDB373D228E8792D63282D9A8 /* Throughput.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Throughput.h; path = rsocket/benchmarks/Throughput.h; sourceTree = ""; }; - F9DD30BCE4E3A006E082D614F17BA3BC /* WaitOptions.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WaitOptions.cpp; path = folly/synchronization/WaitOptions.cpp; sourceTree = ""; }; - F9F6D2A2BC9FAF766BABAECB4E3104FF /* FIRConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfiguration.h; path = FirebaseCore/Sources/Public/FIRConfiguration.h; sourceTree = ""; }; - F9FC8E36418F2F6AC7AD358724E85457 /* RCTTextSelection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextSelection.h; sourceTree = ""; }; - F9FE9CBBD2D575511AB20E0BA7547CB6 /* REABezierNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REABezierNode.m; sourceTree = ""; }; - FA023845F36769A03801A2F674E219E2 /* Portability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Portability.h; path = folly/Portability.h; sourceTree = ""; }; - FA13A2D4A94F280EAFA2DEF64820363D /* UMLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogHandler.h; sourceTree = ""; }; - FA13C6042ADCE920AC876B86F3F168A3 /* RCTImageBlurUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageBlurUtils.h; path = Libraries/Image/RCTImageBlurUtils.h; sourceTree = ""; }; - FA23877EDD011DA97C3EA4F67217F821 /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; - FA2E7E071BEE8E27D610199BE6D54BCE /* jsi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = jsi.h; sourceTree = ""; }; - FA48A1042ED2392928425686AAB7200C /* dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dynamic.h; path = folly/dynamic.h; sourceTree = ""; }; - FA55BB8206B6580DDBDD0ECC5E5154DC /* SafeAreaSpacerShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerShadowView.m; sourceTree = ""; }; - FA76E28ED0DBB04DE2C768944C89A14F /* UMFileSystemInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFileSystemInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - FAB8E8540241156C7D18C340D1D1A258 /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; - FAC04F9C8AC771ABE00D6C9E0CCFD954 /* UMModuleRegistryHolderReactModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryHolderReactModule.h; sourceTree = ""; }; - FAF948D1EFE396D6D7B8576679E3F6E9 /* YGLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YGLayout.m; path = YogaKit/Source/YGLayout.m; sourceTree = ""; }; - FB221D23A7CA764BCAA00C004304D8D3 /* experiments.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = experiments.h; sourceTree = ""; }; - FB28712BB90FEB623B4512548534D268 /* AtomicHashArray-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "AtomicHashArray-inl.h"; path = "folly/AtomicHashArray-inl.h"; sourceTree = ""; }; - FB2AA32956D465F39E6AC346F5FBE8FD /* BugsnagApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagApiClient.m; sourceTree = ""; }; - FB307FD0538D1A74E01E9B1E3C540520 /* StringKeyedUnorderedSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedUnorderedSet.h; path = folly/experimental/StringKeyedUnorderedSet.h; sourceTree = ""; }; - FB4C4E7861108FBDA3F2FD833870CB0F /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Sources/Private/FIRComponentContainer.h; sourceTree = ""; }; - FB519BEBE708CFEE62CAC689F2F62A72 /* MMKVCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MMKVCore.debug.xcconfig; sourceTree = ""; }; - FB5C8E518283607CAC23ED5F81BC4DD6 /* DrivableExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DrivableExecutor.h; path = folly/executors/DrivableExecutor.h; sourceTree = ""; }; - FB65136E12FBE12F08BE069C50C7071F /* BSG_KSSysCtl.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSSysCtl.c; sourceTree = ""; }; - FB69F3CBBD00D7DAF1E67D5943FDB723 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - FB6EF6CC89CFDACDE02C13F0F255282B /* UMFaceDetectorManagerProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManagerProvider.h; path = UMFaceDetectorInterface/UMFaceDetectorManagerProvider.h; sourceTree = ""; }; - FB77BFD4ED3685D8046246A6A68B2FE1 /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; - FB79E4D513473BEAC24AF54F58ACD435 /* RCTTurboModuleManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModuleManager.mm; sourceTree = ""; }; - FB7EE20DC2ACB4AD061EF5A20466CDF6 /* RNFBAppModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBAppModule.h; path = ios/RNFBApp/RNFBAppModule.h; sourceTree = ""; }; - FB86D5C191EE06911B974EA6B5873433 /* EDFThreadPoolExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = EDFThreadPoolExecutor.cpp; path = folly/executors/EDFThreadPoolExecutor.cpp; sourceTree = ""; }; - FBABB684E9B9012B7469E8739D3940BB /* Conv.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Conv.cpp; path = folly/Conv.cpp; sourceTree = ""; }; - FBC03B0F253566819ACD8C86ACB0FF81 /* ARTNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ARTNode.m; path = ios/ARTNode.m; sourceTree = ""; }; - FBC29B291AC31184B83049C74AECA74D /* TimeoutQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TimeoutQueue.cpp; path = folly/TimeoutQueue.cpp; sourceTree = ""; }; - FBC2D2AC21D136816F037B5E77341431 /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+HighlightedWebCache.h"; path = "SDWebImage/Core/UIImageView+HighlightedWebCache.h"; sourceTree = ""; }; - FBC2ED53D1F221AC80A315933D27B765 /* GULNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetwork.m; path = GoogleUtilities/Network/GULNetwork.m; sourceTree = ""; }; - FBC461CA3869FFBEF0E9E8530BA2F306 /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; - FBDEE08BCC63DF9A343992BAA9760E4E /* RSocketServerState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketServerState.h; path = rsocket/RSocketServerState.h; sourceTree = ""; }; - FBE4E65366EE4C9ADF1DDFD20F7C51DE /* FIRInstallationsStoredItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredItem.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.m; sourceTree = ""; }; - FBEF7609859CB740965A7ADED5FEF8A0 /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; - FC34A469C3B7DC03CD0B95B9FC4207CB /* UMFaceDetectorInterface.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMFaceDetectorInterface.debug.xcconfig; sourceTree = ""; }; + F960E7A6863C77B79464020B4FD63F61 /* SDAnimatedImageRep.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDAnimatedImageRep.h; path = SDWebImage/Core/SDAnimatedImageRep.h; sourceTree = ""; }; + F99830DAE1C6BB4B52C2D71084D43F0E /* pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb.h; sourceTree = ""; }; + F9E73C39E10261092906C3D5657BF9E9 /* RNSScreenStack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenStack.h; path = ios/RNSScreenStack.h; sourceTree = ""; }; + F9ED12E7077B274BE0BC4E830189C39F /* RSocketStateMachine.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketStateMachine.cpp; path = rsocket/statemachine/RSocketStateMachine.cpp; sourceTree = ""; }; + F9EE1DCACCA0F83B74399D7A45FDDD52 /* ARTCGFloatArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTCGFloatArray.h; path = ios/ARTCGFloatArray.h; sourceTree = ""; }; + F9F17229D01CC29A7EF2AEF9A4E366C9 /* Init.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Init.h; path = folly/init/Init.h; sourceTree = ""; }; + F9F5E0866A2BF361BC6A128DF8DAF097 /* RNFBCrashlyticsInitProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBCrashlyticsInitProvider.h; path = ios/RNFBCrashlytics/RNFBCrashlyticsInitProvider.h; sourceTree = ""; }; + FA0DB963950D1AB53657D298736E51E1 /* RCTImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoader.h; path = Libraries/Image/RCTImageLoader.h; sourceTree = ""; }; + FA0FEA8E607E301D5F2373D7D4D6A299 /* TOActivityCroppedImageProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = TOActivityCroppedImageProvider.m; path = "Objective-C/TOCropViewController/Models/TOActivityCroppedImageProvider.m"; sourceTree = ""; }; + FA1074852BD3AF806BB9182F7AD59CDF /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; + FA218BC4951B1A21D64A0068BA8B5EDF /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; + FA252EDDF5364BF37933FE6AEE3C0CF2 /* BSG_KSCrashSentry_NSException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashSentry_NSException.m; sourceTree = ""; }; + FA28C9EAC96802B1D6C95CCDC3CD7D79 /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; + FA335C576325181DFCD0D9B8E1541E7A /* FIRCLSUnwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUnwind.h; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.h; sourceTree = ""; }; + FA3E4CBAAFC18432237F6D18A139C9BF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + FA969B0F0BD60764FE6FEA3A6B2406B2 /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = event.cpp; sourceTree = ""; }; + FAA87C3FF93FC2A59847514AE689A921 /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; + FAC1AC2CA8ACCFAC3CFB558366CCF912 /* ReactNativeART-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactNativeART-prefix.pch"; sourceTree = ""; }; + FAC2C83F16311FCBBB047B9E5621A92E /* CallOnce.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CallOnce.h; path = folly/synchronization/CallOnce.h; sourceTree = ""; }; + FAC2DAFE913160264BC8D7DC707E8437 /* RCTRefreshableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshableProtocol.h; sourceTree = ""; }; + FACC24861EAB5D7A2A9E5BD0C24CBBAB /* FlipperConnectionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperConnectionManager.h; path = xplat/Flipper/FlipperConnectionManager.h; sourceTree = ""; }; + FAF3ACA5184AE224B438E2FABBD5D7F5 /* SingletonStackTrace.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SingletonStackTrace.h; path = folly/detail/SingletonStackTrace.h; sourceTree = ""; }; + FB06AB4CBBA24359B19FDC609BA10CC8 /* Flowable_FromObservable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Flowable_FromObservable.h; path = yarpl/flowable/Flowable_FromObservable.h; sourceTree = ""; }; + FB08749CBD8F7A45B234C0853AD35180 /* SKSwizzle.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKSwizzle.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKSwizzle.mm; sourceTree = ""; }; + FB20DC637388E4BA689F93FE512E889A /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; + FB2696973117BCE57CF3C58C0188B083 /* RNCSafeAreaProviderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaProviderManager.h; path = ios/SafeAreaView/RNCSafeAreaProviderManager.h; sourceTree = ""; }; + FB437819C3CB763687BA72A5AAA2A4EA /* CodedInputData.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = CodedInputData.cpp; path = Core/CodedInputData.cpp; sourceTree = ""; }; + FB620E2CBD53A25584F290C970927598 /* FIRCLSExecutionIdentifierModel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSExecutionIdentifierModel.m; path = Crashlytics/Crashlytics/Models/FIRCLSExecutionIdentifierModel.m; sourceTree = ""; }; + FB7001F3224C66309E509F596635E06F /* AsyncSignalHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AsyncSignalHandler.h; path = folly/io/async/AsyncSignalHandler.h; sourceTree = ""; }; + FB7E73890D4E81A43997599250619C20 /* RNDateTimePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDateTimePickerManager.h; path = ios/RNDateTimePickerManager.h; sourceTree = ""; }; + FB8773509BE907716903E4E34A0B40F9 /* RCTRsaUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTRsaUtils.m; path = ios/RCTCrypto/RCTRsaUtils.m; sourceTree = ""; }; + FBA7A7A5BD9C413B7E0A612F581F3966 /* RSocketServiceHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketServiceHandler.h; path = rsocket/RSocketServiceHandler.h; sourceTree = ""; }; + FBC5542386DB439D2BE422AD66EFEF94 /* RSocketResponder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RSocketResponder.h; path = rsocket/RSocketResponder.h; sourceTree = ""; }; + FBD2D678CE55967640B2ECA259966CD8 /* Baton.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Baton.h; path = folly/synchronization/Baton.h; sourceTree = ""; }; + FC09B797AFBDA594749FFECCC24635D4 /* Log.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Log.h; path = xplat/Flipper/Log.h; sourceTree = ""; }; + FC2F869BED46C5294D3A995FD8452959 /* TOCropViewController.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TOCropViewController.release.xcconfig; sourceTree = ""; }; + FC3A3221DFEDA636CD58486AF45EDE32 /* cmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cmac.h; path = ios/include/openssl/cmac.h; sourceTree = ""; }; + FC3F60EFAED652C357D13BE25D046C6C /* react-native-background-timer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-background-timer.debug.xcconfig"; sourceTree = ""; }; + FC439B6F9332E0A898DF8C43F1CFADF6 /* filter_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filter_enc.c; path = src/enc/filter_enc.c; sourceTree = ""; }; + FC4699813258B1B0ACDF0D9BF8CB4DDF /* NetOps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = NetOps.cpp; path = folly/net/NetOps.cpp; sourceTree = ""; }; + FC46C23F9D227FB0CEA7115AD920374D /* ReactCommon.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.debug.xcconfig; sourceTree = ""; }; + FC59D88464392C2EAB24D1FBA83C712F /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCExecutorFactory.mm; sourceTree = ""; }; FC5AA1051EF91EE0B6783611A13254C0 /* Pods-ShareRocketChatRN-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ShareRocketChatRN-acknowledgements.markdown"; sourceTree = ""; }; - FC731B98DAC8D48040C328E31E4F108F /* StaticTracepoint-ELFx86.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "StaticTracepoint-ELFx86.h"; path = "folly/tracing/StaticTracepoint-ELFx86.h"; sourceTree = ""; }; - FC88783046F979B1D9C3225EDA4EF43D /* FBLPromise+Timeout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Timeout.m"; path = "Sources/FBLPromises/FBLPromise+Timeout.m"; sourceTree = ""; }; - FC8B88ACF6EBD6409A258954F79AD041 /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileRequestHandler.h; path = Libraries/Network/RCTFileRequestHandler.h; sourceTree = ""; }; - FC9CF135DCD456A5C9A80AF44DA9DBD8 /* Retrying.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Retrying.h; path = folly/futures/Retrying.h; sourceTree = ""; }; - FCA293A5329A7AB5DA6F2830008B9ED8 /* RNJitsiMeetViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNJitsiMeetViewManager.h; path = ios/RNJitsiMeetViewManager.h; sourceTree = ""; }; - FCA50905E505CC6F9FC6054D3A14F2AC /* RNFBAnalyticsModule.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFBAnalyticsModule.m; path = ios/RNFBAnalytics/RNFBAnalyticsModule.m; sourceTree = ""; }; - FCA63DCEB123DDC61DA1A54FABFFBD02 /* MMKVLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKVLog.h; path = Core/MMKVLog.h; sourceTree = ""; }; - FCAB4FDA731DD768173EE5D56D3CD195 /* RNCNetInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCNetInfo.h; path = ios/RNCNetInfo.h; sourceTree = ""; }; - FCC366662227F05ACB2182CFAF3FAA17 /* OpenSSLUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = OpenSSLUtils.h; path = folly/io/async/ssl/OpenSSLUtils.h; sourceTree = ""; }; - FCC77AEB6AE9F1CEB33153D3C7B7964D /* RNConfigReader-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNConfigReader-prefix.pch"; sourceTree = ""; }; - FCD99FA8DED73945578726A13FFDED26 /* REANode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REANode.h; sourceTree = ""; }; - FCE826FAC27EC97758261075C6A8A48E /* ARTLinearGradient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTLinearGradient.m; sourceTree = ""; }; - FCF02EDDC160AF9256527340259D5AF8 /* ReactNativeUiLib.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeUiLib.release.xcconfig; sourceTree = ""; }; + FC6C7B30DD78D8A123AE55E67BFCE670 /* SpookyHashV1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpookyHashV1.h; path = folly/hash/SpookyHashV1.h; sourceTree = ""; }; + FC7123926D93F9481C80494595FDE9E5 /* Random.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Random.cpp; path = folly/Random.cpp; sourceTree = ""; }; + FC815314ACD9F8E46A707C0436919B5F /* FIRCLSNetworkClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSNetworkClient.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSNetworkClient.m; sourceTree = ""; }; + FC91A5CF310B802256CBD99487BF1A4D /* ssl23.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl23.h; path = ios/include/openssl/ssl23.h; sourceTree = ""; }; + FC91D6F8CB893E971FBC284C3C45CB73 /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; + FC9649D19DA63AD326DEDAB3D2298B19 /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; + FCB17FE500A4D8A0D6AC4D55ECEDAAEB /* RCTImageEditingManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageEditingManager.h; path = Libraries/Image/RCTImageEditingManager.h; sourceTree = ""; }; + FCB3FDD736260458FF91AF2C648A0C74 /* FIRCLSBinaryImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSBinaryImage.h; path = Crashlytics/Crashlytics/Components/FIRCLSBinaryImage.h; sourceTree = ""; }; + FCB8EF8BFA94EB0EEE2B5C06904C18B1 /* Flipper-DoubleConversion.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-DoubleConversion.debug.xcconfig"; sourceTree = ""; }; + FCC5804A7718ED767C13AA3060F91D5E /* dynamic-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "dynamic-inl.h"; path = "folly/dynamic-inl.h"; sourceTree = ""; }; FCF61D9B2B75054A9A3185DDC609B7FF /* libSDWebImageWebPCoder.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSDWebImageWebPCoder.a; path = libSDWebImageWebPCoder.a; sourceTree = BUILT_PRODUCTS_DIR; }; - FD0B3E7347080AE2C1DE76FFA0E96BF9 /* EXPermissions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPermissions.m; path = EXPermissions/EXPermissions.m; sourceTree = ""; }; - FD5137D5EAAD62541045AA7136B78979 /* SecureStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SecureStorage.m; path = ios/SecureStorage.m; sourceTree = ""; }; - FD5460A2D4DA00F37BFEC3FADE08EC16 /* RNFBApp.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNFBApp.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - FD54C7690B61311EE6F2F5453CBD6FDF /* SDMemoryCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDMemoryCache.m; path = SDWebImage/Core/SDMemoryCache.m; sourceTree = ""; }; - FD62B39274EA562D4A91328FB4B1FF20 /* RCTActionSheetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTActionSheetManager.h; path = React/CoreModules/RCTActionSheetManager.h; sourceTree = ""; }; - FD6B774BE8D6193E12F9737B153EF5D5 /* bufferevent_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bufferevent_struct.h; path = src/event2/bufferevent_struct.h; sourceTree = ""; }; - FD6E65442A8FA48B36A4638C10F6375C /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; - FD73096BC01872A0AF7114C7A07AC60C /* dh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dh.h; path = ios/include/openssl/dh.h; sourceTree = ""; }; - FD8C88140FCD07D141A8C934DF0CA486 /* RCTWebSocketModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTWebSocketModule.mm; sourceTree = ""; }; - FD97EE7263C02696C7949AFDDBB65D9C /* Observables.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Observables.h; path = yarpl/observable/Observables.h; sourceTree = ""; }; - FDC79AED2A8C575D97FDB6D1B7645E0C /* React-RCTBlob.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTBlob.release.xcconfig"; sourceTree = ""; }; - FDD18BF51BEB50E1B611015D2940D484 /* Core-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Core-inl.h"; path = "folly/gen/Core-inl.h"; sourceTree = ""; }; - FDD78ACE98AB31EFB6C105C1FCD89DCD /* SKInvalidation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKInvalidation.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKInvalidation.h; sourceTree = ""; }; - FDDCF29C30CAD9A038930AF69A13DE3A /* Arena-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Arena-inl.h"; path = "folly/memory/Arena-inl.h"; sourceTree = ""; }; - FDE5BCAC119136D5DB4CA5B59F905D5C /* FIRCLSByteUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSByteUtility.h; path = Crashlytics/Shared/FIRCLSByteUtility.h; sourceTree = ""; }; - FDEB3EDDD5B7C022239A3A38AF4C7C15 /* BSG_KSCrash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrash.h; sourceTree = ""; }; - FDF2876680249617267330E15480700D /* SonarKitNetworkPlugin+CPPInitialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "SonarKitNetworkPlugin+CPPInitialization.h"; path = "iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SonarKitNetworkPlugin+CPPInitialization.h"; sourceTree = ""; }; - FDF773B3B8A64E7793DD122294AFD417 /* ssl3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl3.h; path = ios/include/openssl/ssl3.h; sourceTree = ""; }; + FCF8ACAF97A58556468490129AB66C7E /* GMock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GMock.h; path = folly/portability/GMock.h; sourceTree = ""; }; + FD15F3DE0EA295254AC4CCCAFDB388D3 /* json_pointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = json_pointer.h; path = folly/json_pointer.h; sourceTree = ""; }; + FD273AFC12BF04DDDD3F3B0E714E7FA6 /* PBUtility.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PBUtility.cpp; path = Core/PBUtility.cpp; sourceTree = ""; }; + FD3711AC013B35BD0E091F97A554964C /* RCTImageLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageLoader.mm; sourceTree = ""; }; + FD40A28A425573346F55444959488340 /* FormatTraits.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FormatTraits.h; path = folly/FormatTraits.h; sourceTree = ""; }; + FD4BF833D7A0EE4AB4D0BE2E4C16CCA2 /* lossless.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = lossless.h; path = src/dsp/lossless.h; sourceTree = ""; }; + FD64AF5CEB4DE8D320BE33D2C54368BA /* EXVideoPlayerViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = EXVideoPlayerViewController.h; sourceTree = ""; }; + FD671D99A63B5B8540350A881018311A /* RNScreens.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNScreens.debug.xcconfig; sourceTree = ""; }; + FD6B04DC1F84B724B119EAA28F9FC46F /* RCTTypeSafety-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTTypeSafety-dummy.m"; sourceTree = ""; }; + FD9BFA378B9130F5941F86983ECB365A /* ssl3.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ssl3.h; path = ios/include/openssl/ssl3.h; sourceTree = ""; }; + FDB87C2A09AED451E48B4F3BD1D5655D /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; + FDC0214B6FA9DEC4EC36BE0DD4BA6E7C /* Stdlib.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Stdlib.cpp; path = folly/portability/Stdlib.cpp; sourceTree = ""; }; + FDC7809D555832AB692501FAAA442E34 /* FKUserDefaultsPlugin.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FKUserDefaultsPlugin.m; path = iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsPlugin.m; sourceTree = ""; }; + FDD2669FF620AD3D9655C24645C460BD /* SDInternalMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDInternalMacros.h; path = SDWebImage/Private/SDInternalMacros.h; sourceTree = ""; }; + FDF1189A67952C4C26C5E735109AB2A1 /* Launder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Launder.h; path = folly/lang/Launder.h; sourceTree = ""; }; + FE0B0B1542E3861D466BA98F3A442D9C /* RCTNativeAnimatedModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeAnimatedModule.mm; sourceTree = ""; }; FE1E812071397E31AE21DFF368B781B1 /* TOCropViewControllerBundle.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = TOCropViewControllerBundle.bundle; path = "TOCropViewController-TOCropViewControllerBundle.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; - FE35485545BBC56577E4F314A9A25C48 /* SDImageCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCache.m; path = SDWebImage/Core/SDImageCache.m; sourceTree = ""; }; - FE3E1F3C6039F413501987F8A92AFB26 /* InlineExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = InlineExecutor.h; path = folly/executors/InlineExecutor.h; sourceTree = ""; }; - FE42AF43D8852AD9F79D7EB7E1A6C571 /* FKUserDefaultsSwizzleUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FKUserDefaultsSwizzleUtility.h; path = iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsSwizzleUtility.h; sourceTree = ""; }; - FE458B5A44A1004B5FB36CB7A756305C /* DefaultKeepAliveExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DefaultKeepAliveExecutor.h; path = folly/DefaultKeepAliveExecutor.h; sourceTree = ""; }; - FE4DA3B1B0D430F09773D9F330231D70 /* RSocketServiceHandler.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketServiceHandler.cpp; path = rsocket/RSocketServiceHandler.cpp; sourceTree = ""; }; - FE55980242366A463B85D53CE2DD69BC /* EXAppleAuthentication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXAppleAuthentication.h; path = EXAppleAuthentication/EXAppleAuthentication.h; sourceTree = ""; }; + FE2BCEDA0B5E1DB14256F2EC1C56D8B1 /* RCTImageShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageShadowView.m; sourceTree = ""; }; + FE39CB41921121BD7F11E467678D9D31 /* jsilib-windows.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "jsilib-windows.cpp"; sourceTree = ""; }; + FE3B529ED0DEC4A63FB6F7B990989CF2 /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; + FE68BC776645C31628068CA7AB863816 /* lossless_enc_neon.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_neon.c; path = src/dsp/lossless_enc_neon.c; sourceTree = ""; }; FE6D792B6328AAF68E46924D7F466631 /* AccessibilityResources.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = AccessibilityResources.bundle; path = "React-Core-AccessibilityResources.bundle"; sourceTree = BUILT_PRODUCTS_DIR; }; - FE6EEC194AA11614848219BB4EA942E9 /* RNFBRCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFBRCTEventEmitter.h; path = ios/RNFBApp/RNFBRCTEventEmitter.h; sourceTree = ""; }; + FE74A323793E31346DD5F32CCD956491 /* ThreadCachedLists.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadCachedLists.h; path = folly/synchronization/detail/ThreadCachedLists.h; sourceTree = ""; }; + FE76D3BEAA488CACE31EE841EB178DAA /* project.pbxproj */ = {isa = PBXFileReference; includeInIndex = 1; path = project.pbxproj; sourceTree = ""; }; FE7B9294FF05AAFD1653E2104E10844A /* libReact-RCTAnimation.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-RCTAnimation.a"; path = "libReact-RCTAnimation.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - FE84B3E8ACFDF4045FBE6CE8F0B66232 /* openssl_cfb128.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = openssl_cfb128.cpp; path = Core/aes/openssl/openssl_cfb128.cpp; sourceTree = ""; }; - FE87CC973D3BEAC4EF185F7FC50D44EC /* Base-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Base-inl.h"; path = "folly/gen/Base-inl.h"; sourceTree = ""; }; - FE901C66CA4694CE55D2E55884D7084F /* jsilib-posix.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = "jsilib-posix.cpp"; sourceTree = ""; }; - FE95FB8627040B2271C235FE55CD62E2 /* Flipper-Folly.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-Folly.release.xcconfig"; sourceTree = ""; }; - FEA1996D3602143BFC06FB4BB3B750A5 /* ScheduledSubscription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ScheduledSubscription.h; path = rsocket/internal/ScheduledSubscription.h; sourceTree = ""; }; - FED779ABAC40C5DE92CB589C4A6FBF50 /* JemallocHugePageAllocator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JemallocHugePageAllocator.h; path = folly/experimental/JemallocHugePageAllocator.h; sourceTree = ""; }; - FEDD32826E80AE5FC20DEA3CC7948492 /* NSData+EXFileSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+EXFileSystem.h"; path = "EXFileSystem/NSData+EXFileSystem.h"; sourceTree = ""; }; - FEE1065EB2C4958514FD8F39E0702A2D /* UMViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = UMViewManager.m; path = UMCore/UMViewManager.m; sourceTree = ""; }; - FF065F430B51FB0418D06CC53F5A9771 /* RNDeviceInfo-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNDeviceInfo-prefix.pch"; sourceTree = ""; }; - FF0EFA81945E21426F01F1C4424372A2 /* UIView+WebCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+WebCache.h"; path = "SDWebImage/Core/UIView+WebCache.h"; sourceTree = ""; }; - FF1D87FEE7D6441ED3A0609D7FE953D2 /* SKDescriptorMapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKDescriptorMapper.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKDescriptorMapper.h; sourceTree = ""; }; - FF25B82076F775D3A96C2C3702764588 /* FIRCoreDiagnostics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnostics.m; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnostics.m; sourceTree = ""; }; - FF2692EBA0324DB15F6CE57FC90A5FD5 /* UMTaskManagerInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMTaskManagerInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - FF277BA5C6F9E736EC4811F35FD1AF69 /* EXLocalAuthentication.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXLocalAuthentication.release.xcconfig; sourceTree = ""; }; - FF289D723FB61977E1A53D02D51DE95D /* Promise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Promise.h; path = folly/futures/Promise.h; sourceTree = ""; }; - FF293812AB220D03CD3C3D040AC716FE /* ReactNativeUiLib.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactNativeUiLib.debug.xcconfig; sourceTree = ""; }; - FF32EC91613D9A4439E587D23B7DDFF1 /* buffer_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = buffer_compat.h; path = src/event2/buffer_compat.h; sourceTree = ""; }; - FF371577A9C51F2275552F3CB8902812 /* RCTHTTPRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTHTTPRequestHandler.h; path = Libraries/Network/RCTHTTPRequestHandler.h; sourceTree = ""; }; - FF3C7696422263927D557EB3A1810B3D /* DuplexConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DuplexConnection.h; path = rsocket/DuplexConnection.h; sourceTree = ""; }; - FF424DFF4D2E0A31C963CE17487799A2 /* MMKVCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MMKVCore-dummy.m"; sourceTree = ""; }; - FF5B2F16624B6C80D94027164A75412F /* Init.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Init.h; path = folly/ssl/Init.h; sourceTree = ""; }; - FF6C653959977C7460CCE1A8F124C7BC /* Fcntl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fcntl.h; path = folly/portability/Fcntl.h; sourceTree = ""; }; - FF7AD24111EE22D935A8E080D4958792 /* thread_utils.c */ = {isa = PBXFileReference; includeInIndex = 1; name = thread_utils.c; path = src/utils/thread_utils.c; sourceTree = ""; }; - FF7E415E3836C9EA37C9F6BEE393B39A /* ReentrantAllocator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReentrantAllocator.h; path = folly/memory/ReentrantAllocator.h; sourceTree = ""; }; - FF827F496F94A86DA2D09F742A21A4E6 /* RCTRequired.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTRequired.h; path = RCTRequired/RCTRequired.h; sourceTree = ""; }; - FF90F323F945C61F12FBE906B5982E55 /* GLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GLog.h; path = folly/GLog.h; sourceTree = ""; }; - FF9C3A7B7F4DB4E609D515F342D98826 /* react-native-orientation-locker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-orientation-locker.release.xcconfig"; sourceTree = ""; }; - FFA43430CCF77FA8DD167680E185FC44 /* BSGOutOfMemoryWatchdog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSGOutOfMemoryWatchdog.m; sourceTree = ""; }; - FFAA30CA7ADDA5629031866EF998537A /* REAPropsNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REAPropsNode.m; sourceTree = ""; }; - FFB03C30BB56B62D5B808C4CA4B89A2A /* RNFBAnalytics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RNFBAnalytics-prefix.pch"; sourceTree = ""; }; - FFBB331ABEC00FB23793887C1158AE00 /* UMMagnetometerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMMagnetometerInterface.h; path = UMSensorsInterface/UMMagnetometerInterface.h; sourceTree = ""; }; - FFCDE520D04F25265D530BF6E165BEA5 /* FBLPromise+Catch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Catch.m"; path = "Sources/FBLPromises/FBLPromise+Catch.m"; sourceTree = ""; }; + FE9E356A8EEEF3313241F925DAF9DC06 /* UIView+Yoga.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+Yoga.m"; path = "YogaKit/Source/UIView+Yoga.m"; sourceTree = ""; }; + FEB54E45902D3AA343ED9A383F360016 /* SSLErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSLErrors.h; path = folly/io/async/ssl/SSLErrors.h; sourceTree = ""; }; + FEBBF7AF68F33889F4E9C691FCE86068 /* ARTBrush.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTBrush.m; sourceTree = ""; }; + FEC2394175883BA0D3E261637A561463 /* Foreach-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Foreach-inl.h"; path = "folly/container/Foreach-inl.h"; sourceTree = ""; }; + FEE09E02B3DF787FD7BCA3505210241F /* RCTTrackingAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTrackingAnimatedNode.h; sourceTree = ""; }; + FEE9FD9EC6B4DA492F585F226C7DBE06 /* REACallFuncNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACallFuncNode.m; sourceTree = ""; }; + FEF0C3857E0CBA7EDDB9A38A20F83930 /* Utility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utility.h; path = folly/Utility.h; sourceTree = ""; }; + FF0A2D2EDE293DF2F4DF68BF73363CA0 /* FIRCLSDataCollectionArbiter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDataCollectionArbiter.h; path = Crashlytics/Crashlytics/DataCollection/FIRCLSDataCollectionArbiter.h; sourceTree = ""; }; + FF2F0EBA21C0957D42D430C1E09E2B7A /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; + FF49290C00D44FC829277CB588CA8A1B /* CPortability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CPortability.h; path = folly/CPortability.h; sourceTree = ""; }; + FF7522EBE9B1709C091AA90DB8C44FAB /* SDWebImageDownloaderConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageDownloaderConfig.m; path = SDWebImage/Core/SDWebImageDownloaderConfig.m; sourceTree = ""; }; + FF7F6596B8D9F09DE312F674045DBE19 /* Restart.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Restart.m; path = ios/Restart.m; sourceTree = ""; }; + FFB271349FA26FC45F50F0797B57D3D3 /* libssl.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libssl.a; path = ios/lib/libssl.a; sourceTree = ""; }; + FFB54071411E53C34573BCB0774D7246 /* thread_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = thread_utils.h; path = src/utils/thread_utils.h; sourceTree = ""; }; + FFC75573593BA836A5B9C49E784A2CCC /* FIRCLSExecutionIdentifierModel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSExecutionIdentifierModel.h; path = Crashlytics/Crashlytics/Models/FIRCLSExecutionIdentifierModel.h; sourceTree = ""; }; + FFC7AE5BDF4F56BD89CCD26EA85CC54F /* SDImageFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageFrame.m; path = SDWebImage/Core/SDImageFrame.m; sourceTree = ""; }; FFDC7746794AB17CFB7150820479DF40 /* libFlipper-RSocket.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libFlipper-RSocket.a"; path = "libFlipper-RSocket.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - FFF063A0EFCBE50A4293CEDD02FFF5D4 /* DiscriminatedPtr.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DiscriminatedPtr.h; path = folly/DiscriminatedPtr.h; sourceTree = ""; }; - FFFC2A0D67E7EF1980B03D6B487E44FB /* RCTNativeModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTNativeModule.mm; sourceTree = ""; }; + FFFD21270FA69114BC5D35269463E1D3 /* evp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = evp.h; path = ios/include/openssl/evp.h; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -11666,6 +11679,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 056CFBBDCE4CE13F557A90E15A3F26A5 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 06E34B4EEC8AD10549C8189C119AECC6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -11680,6 +11700,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 0A39A480C8681DBACD5FFF8127DB1027 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 0B2351201886A582A4987397C9CCFC27 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -11708,6 +11735,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 107305289528BE85C49448DBBDE5FC56 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 1090E6E398C4709F8683CC0A9C77085E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -11715,6 +11749,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 13F352BC832067C7316F359F6732488F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 14931FDEA9D62B36C1CD49743D35D07E /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 17D7723C0CB756BF281CA2C1809EA819 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -11722,6 +11770,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 186D41F90F48D0664A44AD9E464AB891 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 18A314E525F481665908AACF3D55FDD0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -11736,14 +11791,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 1B8D4583C487BB5D1A8643BC206281BE /* Frameworks */ = { + 1C8CF4EF68D7C5AB44ED578B92087A38 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 1C8CF4EF68D7C5AB44ED578B92087A38 /* Frameworks */ = { + 1CF25514E9CC926B32F6CE72C57AB972 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -11778,20 +11833,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 2263FD0C0365ADE498BE8B4BA99A9ED8 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 238E2CEDAED16AC9EFB32939E5ACC23E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 2392AAD6049195A17E754385221D60F4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -11799,28 +11840,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 247E0A892EEB9C994A9C1680526BEE6F /* Frameworks */ = { + 26C05172D73F2711A035E1AFCFB7C6C9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 2797145F25745AA26936740E5F16F796 /* Frameworks */ = { + 2A88DCDB2A27880E8BA5AD272C4FAEE8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 2E9B225DCDA5938B119C4C6408083CE1 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2F1A5A0C4ED7759004984DF72BE78373 /* Frameworks */ = { + 2C0BD9F1674DC62E01E9E3B00BD831F0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -11834,6 +11868,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 30793C45B7B3F6F9DCF4A681FB46404C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 30E3918AE84084D603854F0E1F86097F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -11841,27 +11882,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3210E0FB659A9EA7964E05C316DF7C1E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3319A645E991099C527E34E3F5D7D070 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3633899E54A46160165568B254F465F4 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 37B771EA3230C895221F4C9AF28A2248 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -11869,6 +11889,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 37EE20F04A1E8AB0E2202AA92220122E /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 381EF89F92F9040A6D3568629BF5C178 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -11876,28 +11903,28 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 39B179FE17BB978CFBFF8606A5EC52F9 /* Frameworks */ = { + 388E400298503AF2A882E57345CDBC47 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 39FD5198A99598FF8600891397A511CD /* Frameworks */ = { + 3CEB51EA298B46FB2D8F536EF4066603 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 3A2FFD3E0335F8412FB3BA302FAA2C07 /* Frameworks */ = { + 4379CAF1DB03818BA27AF9C46364DEAC /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 3A9F7A054E6B47455586B37B1C9768AF /* Frameworks */ = { + 466CB752C1E132B7EBAF5CD29195D4FB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -11918,6 +11945,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 522AF8769AD3C2BE82E841DAA5FB8EC0 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 55A10FB765F14F0BC1F0FBFC9ACBD1D9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -11932,28 +11966,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 564AC83D1BA6127556F0A1B617792D50 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 59E43510BF7EE7215BE40004263F5267 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5A13642797CDAA8780FB1FC9A669252C /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5D6B1DD9B4F3242F1D360F9837B12551 /* Frameworks */ = { + 5923E3FD13B3E39A56F3C0CF826D6747 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -11967,21 +11980,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5E22EF8B9D7A7F0A4A166DABC11D304A /* Frameworks */ = { + 66A354C6B78E47663A2F634A8A281072 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 655146DC9648643B435A1F0561BFAEB0 /* Frameworks */ = { + 6B25F3BD1F8A5960612209449EF255EF /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 67399170905698DBD8F8997E96654A47 /* Frameworks */ = { + 6D226EF8E64FBD813303F6B1A3ACE52C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -11995,6 +12008,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 72B3364FE053C3B9A8C9758DC79C6585 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 7608EA2E574F04A4EFFFBF71CAD996C3 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 7AA0A1980657235DEF27E59EB1899EAA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12002,7 +12029,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7B6F5507B30B6EB14FEAF542B099F12E /* Frameworks */ = { + 7B567BF87A14CEE3FD6C579A90C816B4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12023,35 +12050,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7EF0DA8B0F4AD3D7BA76AB630E60FD76 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7F8EFEC5FAF014D4D05351F463D5C8EF /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 86C1D02CD3FC6607475F6C7C11213B84 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 87A68A872B7D05E9B123334808A81687 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8998558BC4CBD77A2730BD9B956F958A /* Frameworks */ = { + 87093DDF75625B5562E5D559B3576BE4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12065,21 +12064,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8C17E63A153C5405509579DCAECCE006 /* Frameworks */ = { + 8B59D1DB1D25F77DA8977D3256123E59 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 8EE3F82F0A9A08D3C35EABCCB4ACE661 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8FD42497EF538AD98D1D91AD79978CBC /* Frameworks */ = { + 8BBB909595545800A3C5562B84ED2B61 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12093,20 +12085,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 91FD84760180D62CE144D10B1661A6EB /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 920D1CB5A297EEFA8E566837EF3C4DBC /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 92AD154A6CB079E24747D31DA87406DB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12114,13 +12092,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9418826C32E49DE3643A15D83EF03083 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 98E6577849DCF5C402CD4DC8F61093FA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12128,14 +12099,35 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9B84D4A48C8795144FA6BB2F180C27D2 /* Frameworks */ = { + 9D0AB6B6E7555D69649F649859931CE1 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 9D0AB6B6E7555D69649F649859931CE1 /* Frameworks */ = { + 9D3086269F5FEF0B41E3EE6CCB384D15 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9F763A66F19FD25000B20D57B133CA2E /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9FF046F6B74351C8B710DE46A591CEEC /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A0632783826BAE019E2F13432C982562 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12156,6 +12148,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A9E0A89527F0A317E57B4FD3B867FE00 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; ABE86F2D61BE5DCF08F469DE66EAD1B8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12163,20 +12162,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - AC1AB9E96CA1EBC838FAA721C0A66D67 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - AC6E645E9CC485171C9FC5B6200B3609 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; AE01ECF4CFA9660A0D54E0B36CDC2F49 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12191,13 +12176,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - AE320610DB97966D6EDFF36936CA328B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; AE8034A8E29FDF3134E498078A3266C7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12219,13 +12197,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B3906FB49E83A184CE82ECFB2D6B776B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; B458B587EAFB173EBB3886C36D6C5861 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12240,7 +12211,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B6FDB37CE1F3622A1CA5E32FFB2F2B00 /* Frameworks */ = { + B5D365BA9FE9622D5D3CC87B480282FA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12268,6 +12239,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + BD33565E5C7791EE6713CFBC3172E1F7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + BDAD07DAFFEC2EE05A6675EF7D4D91AE /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; BF737B47E6E4756E49A1FE82E1212FE6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12282,14 +12267,49 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - CEB1468CEF34FF25670AF2E8ACBE6180 /* Frameworks */ = { + C4FFA7D0D6DCBE143A02449EBDC33D56 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D3C0E368C501EDE9872D7A0796EE1678 /* Frameworks */ = { + C521FC2555BD592B6E7A8B27ECB0511D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C7CB2F447708E66E9C388091831F589F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + C9704626858AA54A37D091FCEC5825FF /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CA42BF67DDED72CF311EC564E3DA52BE /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CF5296449338277A583E55E2791A977D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D5AF59250A6665250BBA23A184EEC614 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12303,6 +12323,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + D7BF37AE460F16FA27B7171816BE3425 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D8BD422B25C6FA7DC3CC1DF966BC9698 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; D9EE26D75106C7040260AD59BA022F32 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12317,20 +12351,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - DA56313A000A17691E6143F773AEE109 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DC74E89DED81B7850FF827F5C4A59911 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; DE79CC7915A8E6FE3210953A5092287F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12345,28 +12365,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - EBAED7F7738B941EB14272284B10A717 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EDB9C6F4A47B65895094954F0D25F579 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - EEA2D0D72FD82DADE5A0C7CEFF026F52 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F092B5ECEEEE60CC8040409916923227 /* Frameworks */ = { + F5AC57FAB52D8ED9399E375611AE091D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12380,6 +12379,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + F8E8A7C9A49CB13FD1E91B784BBDE608 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; F9B6DF70C03BE39D7942DFCC8A8FC533 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12387,7 +12393,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - FAAEB4CD64C0E7FD28D27CE19B338130 /* Frameworks */ = { + FBBFEE9B64E98877FF10CF47A2C3E763 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -12401,27 +12407,23 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + FECFD23256F380FBCBB959B513E511CC /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 0001C29790FE81F74F558BC81B96EE49 /* Support Files */ = { + 008F1C17C9FE5A8C15452B74A46E3245 /* vendor */ = { isa = PBXGroup; children = ( - 67CE76D70225790BCC740908F30D6925 /* React-jsiexecutor-dummy.m */, - F09B8987537C8AE09333B930781C9800 /* React-jsiexecutor-prefix.pch */, - 8B51B9AA8C62BEB64D9CF1273E26401B /* React-jsiexecutor.debug.xcconfig */, - 9C14D31D2DEB0C684BBE4E736B0EA41D /* React-jsiexecutor.release.xcconfig */, + D0264BA836EDAED093875508E27E1B1D /* bugsnag-cocoa */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsiexecutor"; - sourceTree = ""; - }; - 0056818E433451D4CB6ACF7EFC1F85E6 /* Pod */ = { - isa = PBXGroup; - children = ( - D933DFB37F1FFB75F2D75EBD11951B83 /* EXKeepAwake.podspec */, - ); - name = Pod; + name = vendor; + path = cocoa/vendor; sourceTree = ""; }; 00DC2F3F72E0C79A245879C10E7213AD /* Targets Support Files */ = { @@ -12434,234 +12436,319 @@ name = "Targets Support Files"; sourceTree = ""; }; - 0179C897B42A024CC9D7410545195E31 /* Environment */ = { + 0122A73C4525389633EC2CF7844521B4 /* Pod */ = { isa = PBXGroup; children = ( - 9FD4BEEFB9A758E272026D38D6B917A2 /* GULAppEnvironmentUtil.h */, - 6F9F34F833BDDF2319232B9A51412166 /* GULAppEnvironmentUtil.m */, - 697846AC6B9253DEC1940066CEFA2B86 /* GULHeartbeatDateStorage.h */, - 24A1A7BDED14554796301A4ABD6775E3 /* GULHeartbeatDateStorage.m */, - C6A3EA2764B3A71ABA48A8812D7F35B9 /* GULKeychainStorage.h */, - E8E73D3B3220D488478C035C72241F1D /* GULKeychainStorage.m */, - A7F65074CC675DB814C5993D7A163198 /* GULKeychainUtils.h */, - 5BCBB59E90419404C06ADEE2D1CF1E44 /* GULKeychainUtils.m */, - C23B4C52D7A83F91B79B14126B5E071D /* GULSecureCoding.h */, - B9F6CF9BF0CFDC8184F249F63C008936 /* GULSecureCoding.m */, + 5C1AA60341C45A1D87060CC6811A3ABC /* LICENSE */, + E3B16FB014F4223B508D1DBA53813C76 /* README.md */, + 7B013CAD2DF222CA7021EAD5EB483865 /* RNFBApp.podspec */, ); - name = Environment; + name = Pod; sourceTree = ""; }; - 01A1AD57AD1BB2AD5845303B0A554C22 /* React-RCTVibration */ = { + 024C5E6DB75F50610E97B09AC42719A4 /* DevSupport */ = { isa = PBXGroup; children = ( - D4F4D06A0900A956EB3DB5764679CD6E /* RCTVibration.mm */, - 334CBB0C982C1D71C8B4C95131C47892 /* RCTVibrationPlugins.mm */, - 9BB732A69BCB9E02564EDB404E868B85 /* Pod */, - CB5C41B8CD35FBC656094913C7E4D993 /* Support Files */, + 7F8362AE3B1A59BC55220623D28E71AE /* DevSupport */, + A9EC5D90EA650668BAA97BD13EA9D14E /* Inspector */, ); - name = "React-RCTVibration"; - path = "../../node_modules/react-native/Libraries/Vibration"; + name = DevSupport; sourceTree = ""; }; - 01B77E8F4A51E5329C03884FD6F20D88 /* UMViewManagerAdapter */ = { + 0265D9C56661EAB459EB017DF527B847 /* SDWebImageWebPCoder */ = { isa = PBXGroup; children = ( - 45683120D7FDEC4DAA409C62B222D7EB /* UMViewManagerAdapter.h */, - 2A7D0EADFF21C5E04688017C831681FB /* UMViewManagerAdapter.m */, + C56E753DF2E940A7A5674D5655BB20CE /* SDImageWebPCoder.h */, + A7DF825727EF0FA3C86BC0FED128F216 /* SDImageWebPCoder.m */, + C9B931CA344AD2F9AB3D5223A302A42F /* SDWebImageWebPCoder.h */, + C40ABB1F6C64D36CD91AAB06CD591B0A /* UIImage+WebP.h */, + 906A7119807C1AB50E631EDF48DB7703 /* UIImage+WebP.m */, + F3618D98E1F8B61C15E17D0934E43478 /* Support Files */, ); - name = UMViewManagerAdapter; - path = UMReactNativeAdapter/UMViewManagerAdapter; + name = SDWebImageWebPCoder; + path = SDWebImageWebPCoder; sourceTree = ""; }; - 02450DA273EC659EC1B7140693CC6D9F /* CxxBridge */ = { + 02A7D760F772A3797FD0D223A9AB1DAF /* UMFileSystemInterface */ = { isa = PBXGroup; children = ( - 5CEBA58F61DFC16C22E73978FC4CA562 /* JSCExecutorFactory.h */, - 81110B10F390874C89517D4E6169051A /* JSCExecutorFactory.mm */, - 03809266443F83EF94EEB349A0911767 /* NSDataBigString.h */, - 82F58990957FEF90BCD3EBC4E8E2B312 /* NSDataBigString.mm */, - F70D420C7060BA42F3187DC52BB13363 /* RCTCxxBridge.mm */, - F681967AB122DAC9E1CC1C8B2576900F /* RCTCxxBridgeDelegate.h */, - 52178B9CB64EB6BD76488CD51111296E /* RCTMessageThread.h */, - AC0C18BC8340EDE0EC1F8C3268A6EEAC /* RCTMessageThread.mm */, - CDE1199E1FC1C924B908CA8E2155EB59 /* RCTObjcExecutor.h */, - 6B992F3D7ACA46560D8A3C1283345B63 /* RCTObjcExecutor.mm */, + A0F9D81DB8B5373A3EAEBC5526052F87 /* UMFilePermissionModuleInterface.h */, + 6967DDDD6C405B101D7ABF092A4E9495 /* UMFileSystemInterface.h */, + 02E1B77B2B90BF1F1A519B8AD7080A80 /* Pod */, + 39E25F5CA4AF9770571A892FE107A636 /* Support Files */, ); - name = CxxBridge; - path = React/CxxBridge; + name = UMFileSystemInterface; + path = "../../node_modules/unimodules-file-system-interface/ios"; sourceTree = ""; }; - 024A616156C01DFD90897F965A50E391 /* Yoga */ = { + 02E1B77B2B90BF1F1A519B8AD7080A80 /* Pod */ = { isa = PBXGroup; children = ( - B0FE88E404C3E0F3386A0244B8FB1B19 /* BitUtils.h */, - 77948F0A5575D3F107CF5F8414361EED /* CompactValue.h */, - 4B9E5224489E77F0B9A36B1557F15C27 /* log.cpp */, - 980016E66348F5B0EAD9255E973AD9CB /* log.h */, - CACCCB3076035D422E9483015FD95C9C /* Utils.cpp */, - 476586C0F2C7B76090C0668DD0F58F4B /* Utils.h */, - 1CEA45F2DA51BB545B49C218B3968D48 /* YGConfig.cpp */, - 68FEA5714830185170AF4C87C428118E /* YGConfig.h */, - 779164E92487A50C908E598C31B5332A /* YGEnums.cpp */, - B951ACC24E7AD50B0D4FFF32EDA002B8 /* YGEnums.h */, - D0CD3FBE2DF260339A230FE188564FA5 /* YGFloatOptional.h */, - 44CE49707DB96B1CA8E34E08F2B0147F /* YGLayout.cpp */, - 343D8E009CB5ACB36A9F34CD6884AD4C /* YGLayout.h */, - A4EC31B640518F863E25434489857E7F /* YGMacros.h */, - F8DBC5478559096DC74DD60F71350CB8 /* YGNode.cpp */, - 6AFF86A69F32699DC26E4BF629726771 /* YGNode.h */, - D955422F92647103DA8E7B3469CC7422 /* YGNodePrint.cpp */, - A366EEBB0A84094C588C613C2E856E0A /* YGNodePrint.h */, - C8001B3D51B88B0686442BC2A1B7722E /* YGStyle.cpp */, - D6768D2F0F353D96FC4ECF3DDE62BFCF /* YGStyle.h */, - 2613D116D6F04B680C6C2D398F50293C /* YGValue.cpp */, - 3C84FB2D11607F365E98EA94BEDD1F59 /* YGValue.h */, - E21313A9FBCDE947BE5EF9CA4DA78AE9 /* Yoga.cpp */, - 1EE384585D9ABAC8E404A1FEFB84E9A4 /* Yoga.h */, - D8AC4F69E33B1586F2A4E568AB35C2F4 /* Yoga-internal.h */, - DE105EF1FA29EEAAE437E7B450E4166D /* event */, - ABEE8394DA34040515DBCB1862C02AE4 /* internal */, - F213BDF8407DA6B72F1421072C88BF0C /* Pod */, - D2D336FBD6C5B0AFA43D950114B1E05D /* Support Files */, + E8550A9F9E1D420C147F48356FB0E0A6 /* UMFileSystemInterface.podspec */, ); - name = Yoga; - path = "../../node_modules/react-native/ReactCommon/yoga"; + name = Pod; sourceTree = ""; }; - 02A4A8E71B8737D295A76C8EB2B390F9 /* UserDefaults */ = { + 03F233951DE26C69D9871F75A60780DF /* SDWebImage */ = { isa = PBXGroup; children = ( - 2E172FE0982345DFC903D82B4FB8F2B3 /* GULUserDefaults.h */, - 48438DB6ECB50A848547858B2B8BBFA8 /* GULUserDefaults.m */, + 728835A18132D8C096CA6029A2D9D4AF /* Core */, + 0ADACBC49E351BBC0209AFE4C9778EAF /* Support Files */, ); - name = UserDefaults; + name = SDWebImage; + path = SDWebImage; sourceTree = ""; }; - 02C1D51A3C923A6AFA3E34D88B202CD8 /* React-callinvoker */ = { + 03FFE55EB7CEA2FC9057257DA15270A6 /* Support Files */ = { isa = PBXGroup; children = ( - 436B479202B935FD35AED92864B51A46 /* CallInvoker.h */, - 37CFBB1458ECE337045D9BF451B8089F /* Pod */, - D91990D7D4ABF9A814BB472487C38723 /* Support Files */, - ); - name = "React-callinvoker"; - path = "../../node_modules/react-native/ReactCommon/callinvoker"; - sourceTree = ""; - }; - 049C10703535C77C87D5DC4524FFAF70 /* Support Files */ = { - isa = PBXGroup; - children = ( - DCE67542C97CD978B2F30C1DADAA5268 /* FirebaseCore-dummy.m */, - 38FBF5D564F20E4FEC936E9A50630A4C /* FirebaseCore.debug.xcconfig */, - B688BEA24E9E6547CFD6426CBA4876BC /* FirebaseCore.release.xcconfig */, + C818E55456D276C461E5BF994DC28B33 /* React-RCTNetwork-dummy.m */, + 666C36D3A10C3DCACFFBE5D7BDD465F9 /* React-RCTNetwork-prefix.pch */, + C2DED9D751A22723BE43ABF5B95E5233 /* React-RCTNetwork.debug.xcconfig */, + C682A629C402765771746F799F7D4901 /* React-RCTNetwork.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/FirebaseCore"; + path = "../../../../ios/Pods/Target Support Files/React-RCTNetwork"; sourceTree = ""; }; - 05214BF254A1568FB326FBB0FE438BF0 /* Support Files */ = { + 0519B1EF7C01FF21B1D594369C008895 /* UMSensorsInterface */ = { isa = PBXGroup; children = ( - 8089BAFEE24D6FE18A4CE4D03BB3CD7B /* UMSensorsInterface.debug.xcconfig */, - D53F4D35EC36F4B24D158EB7AF3863C2 /* UMSensorsInterface.release.xcconfig */, + 39F50BA5F87B8932FD3E45C8340FC1CB /* UMAccelerometerInterface.h */, + CDD688EB885706C0E4893717DAEFE6DE /* UMBarometerInterface.h */, + 6CCA007C0855E826753E08519BF20529 /* UMDeviceMotionInterface.h */, + 7413EE6DBF1AC157F060058A535851A2 /* UMGyroscopeInterface.h */, + 08D3D7DC15C26E8E3B97E403623C5174 /* UMMagnetometerInterface.h */, + E5FB71B6918A37A53451C52ACDF76F87 /* UMMagnetometerUncalibratedInterface.h */, + 4FA134D9697AF51865D9CAC23040C048 /* Pod */, + 9C98855AB02C3900DAA9210769A18501 /* Support Files */, + ); + name = UMSensorsInterface; + path = "../../node_modules/unimodules-sensors-interface/ios"; + sourceTree = ""; + }; + 051CAE7D61D36514D0A77CF73C13CFB0 /* EXAppleAuthentication */ = { + isa = PBXGroup; + children = ( + 97553F4F84C36FDAB0AC65A47B3A590B /* EXAppleAuthentication.h */, + 60767CEDDCA8FF2434B80CC2F0C1710A /* EXAppleAuthentication.m */, + 88208E61D8DC10FE764D43B30D1250F2 /* EXAppleAuthenticationButton.h */, + 3D49E0D43DDBBC0D27282E37D5CB6576 /* EXAppleAuthenticationButton.m */, + 43569585D898326F13E05425D78F1B28 /* EXAppleAuthenticationButtonViewManagers.m */, + 467EF229681A437A154E79591E6AB8D3 /* EXAppleAuthenticationMappings.h */, + F85D1B363381A73E950257DE754D654F /* EXAppleAuthenticationMappings.m */, + 18FB6816297670D9E489E39D5BE1F062 /* EXAppleAuthenticationRequest.h */, + A2C578D2F32905F3C68337B85545B46F /* EXAppleAuthenticationRequest.m */, + 739D74B3A90BC847F3053728AC80986B /* Pod */, + 8C6B3922D8ED47B88100764B4FD3D40B /* Support Files */, + ); + name = EXAppleAuthentication; + path = "../../node_modules/expo-apple-authentication/ios"; + sourceTree = ""; + }; + 055C7BF73B434F46B3EAD3D5F71C612A /* RNFBApp */ = { + isa = PBXGroup; + children = ( + 42DF8387DBA5D153864865916F5EEB06 /* RCTConvert+FIRApp.h */, + A09CD193C79F1BC5F5B0220D34D0E9D4 /* RCTConvert+FIRApp.m */, + AE9CD199F0E9A0E52086BA604001E260 /* RCTConvert+FIROptions.h */, + 0F73A02C9E64AF0B6D7D5D4858627C23 /* RCTConvert+FIROptions.m */, + 412D0615B16BE3B93E19BC0936F0B59F /* RNFBAppModule.h */, + 5FF5BA25F4801A977AD9F29C1F285CC9 /* RNFBAppModule.m */, + 6AD307818DA700DDB3CB7DD6D96A3236 /* RNFBJSON.h */, + 843CDA5E3A165279AA0F2B8022C7720D /* RNFBJSON.m */, + EB4E485D08DC10786EECE09E3C72D76B /* RNFBMeta.h */, + 41CB53DD8DAC4BF0EDAF296CAA1A58E1 /* RNFBMeta.m */, + 90E2832F7FA0FC8F2F24DDEBBDEE5F2E /* RNFBPreferences.h */, + 0ACC4A46CBB74FF57050E4CA19504A63 /* RNFBPreferences.m */, + A3AD63DB41103B2BC72963138FE7CAD4 /* RNFBRCTEventEmitter.h */, + 89B519CB827D78846DD785BAE3BC8220 /* RNFBRCTEventEmitter.m */, + B8EEA6A54E3ED0B72B90D208A804F062 /* RNFBSharedUtils.h */, + ED1B61A614EAC2B34D1421B7A01AB262 /* RNFBSharedUtils.m */, + 43BD74B44187A6CEA94B6BB0947477FE /* RNFBUtilsModule.h */, + A8AC190636B4C06B2C5DBC153C640F0D /* RNFBUtilsModule.m */, + E278E50113BC72301A3D56872684EBDB /* RNFBVersion.h */, + 36AA0CF9EDC69151C5781E3FCAAC0B35 /* RNFBVersion.m */, + 0122A73C4525389633EC2CF7844521B4 /* Pod */, + 6DD7569BB27B022C08180AB6A5F2868C /* Support Files */, + ); + name = RNFBApp; + path = "../../node_modules/@react-native-firebase/app"; + sourceTree = ""; + }; + 05ACA1A0C12853BCBD384DE726CD121D /* UMCameraInterface */ = { + isa = PBXGroup; + children = ( + 2E405489A70AA3B62D5E0212E2833D3F /* UMCameraInterface.h */, + 97273BEE8989EE257ECE6D030FEC4609 /* Pod */, + 15B64080EC156A8480EE27A71402C73F /* Support Files */, + ); + name = UMCameraInterface; + path = "../../node_modules/unimodules-camera-interface/ios"; + sourceTree = ""; + }; + 0669DE3B06B1428F54330986CC8269B4 /* Support Files */ = { + isa = PBXGroup; + children = ( + 6B79BFF083B5FFA6D374A077C7DBFE5B /* Flipper-Glog-dummy.m */, + A318D40271CE95F292AB7F4EBDA93B70 /* Flipper-Glog-prefix.pch */, + 2786196FFAD333404806BF8C6442A607 /* Flipper-Glog.debug.xcconfig */, + 8E871AAC1EDC6BE43EB92D292E2E8CD4 /* Flipper-Glog.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMSensorsInterface"; + path = "../Target Support Files/Flipper-Glog"; sourceTree = ""; }; - 05728FAC52DC97A6C13CCBEE239928FA /* CxxUtils */ = { + 06AECEFF50718D7247D826B0619D3C85 /* Support Files */ = { isa = PBXGroup; children = ( - 65C9B625136921FCB9B57D459014A2EC /* RCTFollyConvert.h */, - 4FDDF93553EBF23556996B3088E56DB9 /* RCTFollyConvert.mm */, - ); - name = CxxUtils; - path = React/CxxUtils; - sourceTree = ""; - }; - 06FFED4119CC9D9A505FDE3602FAB931 /* react-native-jitsi-meet */ = { - isa = PBXGroup; - children = ( - CC39FD52B417C1E8ED70A0F2759FFDE1 /* RNJitsiMeetView.h */, - C3EF11ADADB3641A81FD1DD053CCFF28 /* RNJitsiMeetView.m */, - FCA293A5329A7AB5DA6F2830008B9ED8 /* RNJitsiMeetViewManager.h */, - AE948D908EBAD37CE5ADDDBCAAA2E432 /* RNJitsiMeetViewManager.m */, - 53BAA126D122EBBB0D4675F1F57FEB6D /* Pod */, - 38CFB7A037770528395FDBC5F1FC0A46 /* Support Files */, - ); - name = "react-native-jitsi-meet"; - path = "../../node_modules/react-native-jitsi-meet"; - sourceTree = ""; - }; - 082D59A729E1FCC0AB0E4C3EF032C52D /* Support Files */ = { - isa = PBXGroup; - children = ( - F7915F460E47DC0F4A5152A46ED82C66 /* React-jsi-dummy.m */, - 5846DE943AFEC0FD28AC074849482B57 /* React-jsi-prefix.pch */, - 2AABA53A274446F34113280226A0B733 /* React-jsi.debug.xcconfig */, - 6386C8BE5ED18FF53FCF6DC6A1074F44 /* React-jsi.release.xcconfig */, + 2892D36ECF907FE906A2CE5EE0578258 /* react-native-background-timer-dummy.m */, + D66D0199E99AA6A510AB299BD82B07EA /* react-native-background-timer-prefix.pch */, + FC3F60EFAED652C357D13BE25D046C6C /* react-native-background-timer.debug.xcconfig */, + 6CF4628F0256B1CAFD09491759F5EA8B /* react-native-background-timer.release.xcconfig */, ); name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsi"; + path = "../../ios/Pods/Target Support Files/react-native-background-timer"; sourceTree = ""; }; - 08C506C848F426849E5A105B32AC210F /* react-native-cookies */ = { + 070E102D40E88B0987AD56F0C26D19A7 /* Drivers */ = { isa = PBXGroup; children = ( - A2177EA2578F2D4C5137AD6D8355007A /* RNCookieManagerIOS.h */, - 6808FAB6B5AAE9A7A382F239D3E2F739 /* RNCookieManagerIOS.m */, - CC10866697DF82A4478DA58315450F88 /* Pod */, - 33FDCCBBE3A4D0FE402C89F12A5BAB37 /* Support Files */, + 1CBA489790F742726930CD6191761278 /* RCTAnimationDriver.h */, + 7D7A9998BC9522CCCA9AE830BBD6789B /* RCTDecayAnimation.h */, + 8E67FE872588AF0586E8991033688771 /* RCTEventAnimation.h */, + DD432E56D475A58C93EB1C4F9E1F5519 /* RCTFrameAnimation.h */, + 6F730836B4EFB479F5E1AD9372D69A04 /* RCTSpringAnimation.h */, + ); + name = Drivers; + path = Libraries/NativeAnimation/Drivers; + sourceTree = ""; + }; + 07CEE511103482216ECC0C2B3857B8C5 /* Pod */ = { + isa = PBXGroup; + children = ( + 3A3FA54BCB39977C7312036C8DF2F424 /* LICENSE */, + 2E210D1F93ABC2506EA97E989B269F81 /* README.md */, + B541602EE18A5C6C00437A0145D2C787 /* RNVectorIcons.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 0822A6DBA32090DCB4FE409B1991B280 /* FlipperKitLayoutPlugin */ = { + isa = PBXGroup; + children = ( + ADB15F72939073D2C73A916C689A48F7 /* FlipperKitLayoutPlugin.h */, + E59272CC51D5D5A77E4CC65C6040210E /* FlipperKitLayoutPlugin.mm */, + 7B0EEB7DA1EC3630EA1AA859A96C2756 /* SKApplicationDescriptor.h */, + 630603AE2E4FC96AB0BE9A746894CED5 /* SKApplicationDescriptor.m */, + 30F57F37ADA4D4804611A0C771A85F6A /* SKButtonDescriptor.h */, + 04F32D39B9649C511CA9ADE07B4E1A6B /* SKButtonDescriptor.mm */, + 30E7CC619C9D4AC088E51EA97C5DF658 /* SKDescriptorMapper.h */, + 29B5115769C5913A43E66C3058B68BE2 /* SKDescriptorMapper.mm */, + D672993F59C47CA638DAF57EA68F6C9C /* SKHiddenWindow.h */, + A8A83B5E6913DFCFAA130CB7BD14C13C /* SKHiddenWindow.m */, + 69C0E7B92A0ECABBA5DFBDB79AA03201 /* SKInvalidation.h */, + 891C2B8C7D01B8EE8C438269661008F5 /* SKInvalidation.m */, + 5EEEFA3512B947070E238D049313EC11 /* SKNamed.h */, + 74DBFAF01E3614054C37B9B96562D26C /* SKNamed.mm */, + 35FC211269EEAEF354EF384B6FE359E8 /* SKNodeDescriptor.h */, + 792797FC9AA31485974B18F66925F055 /* SKNodeDescriptor.mm */, + B03BDAB50901FE46F650F9CF72D2A0FB /* SKObject.h */, + 9F3265C7908372D75E05AC151A64684A /* SKObject.mm */, + CF56D07AD4FE7F38C685EB66BB0F2553 /* SKObjectHash.h */, + 4C03602D11840A5F48222F313327DF79 /* SKScrollViewDescriptor.h */, + 9247C7A8FAB5D4901935A3053ECE7C1E /* SKScrollViewDescriptor.m */, + 4806C2727EFA9AE0C5A0FFB4EECD6E48 /* SKSearchResultNode.h */, + 335EEB75B6D7D5E4080465F4E6B62705 /* SKSearchResultNode.m */, + 7F44CB6DE9AEB9060BDF3E12B02D9076 /* SKSwizzle.h */, + FB08749CBD8F7A45B234C0853AD35180 /* SKSwizzle.mm */, + 8515047CB0087555BD409D51A2035216 /* SKTapListener.h */, + D765CEAF6F6ACDDDE28F2B36828DC6BB /* SKTapListenerImpl.h */, + 92968289E23201632E45F34B0268AF68 /* SKTapListenerImpl.m */, + 544099F9C0CD9BAA5CF6A30D931C4B33 /* SKTouch.h */, + 61CDCF0443B295BF4A749BD252BA3531 /* SKTouch.m */, + 80A05F3F6DA63B80315D5D95AF244A40 /* SKViewControllerDescriptor.h */, + 25067D08B8650D088EEC3234D643B3AD /* SKViewControllerDescriptor.m */, + C269164ABE0554ED5356E1D7761DAEF0 /* SKViewDescriptor.h */, + F8372E8D2173014B0E22C87E6259C7E4 /* SKViewDescriptor.mm */, + 04912550F6911C0B921FCBD2F7D8C31D /* SKYogaKitHelper.h */, + 44BFF3DAA7F1DCC5E5C3DFAC211EDE1F /* UICollectionView+SKInvalidation.h */, + F066E1FE8B4101BD32F67BF9BA317CD7 /* UICollectionView+SKInvalidation.mm */, + B1FCB7932F319339A9BDF78238026755 /* UIColor+SKSonarValueCoder.h */, + 883CE17F2721B97DF732F8B1A565744C /* UIColor+SKSonarValueCoder.mm */, + 468BF10F94F03FFDD57011F0B9459FB2 /* UIView+SKInvalidation.h */, + 97D0B04C58FFAAAC62DCED943B9A570F /* UIView+SKInvalidation.mm */, + ); + name = FlipperKitLayoutPlugin; + sourceTree = ""; + }; + 0828BCF895D16C2BF7C1716D7897B28F /* Support Files */ = { + isa = PBXGroup; + children = ( + BFAEF3C69F3A3C84C4982FD3BB6CF878 /* React-RCTVibration-dummy.m */, + C621DC733E0F9E9E714AFB2B0586ABD4 /* React-RCTVibration-prefix.pch */, + BAABB0BA27B1CBDC2C8AE5F246FBADF1 /* React-RCTVibration.debug.xcconfig */, + A78D80D0B208A0B36A9788893E8C1A00 /* React-RCTVibration.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTVibration"; + sourceTree = ""; + }; + 08E143E3B1E4908EFE7958A908C2EF80 /* jsi */ = { + isa = PBXGroup; + children = ( + 14ADE25D8B9F56EBF4594AD292A652A8 /* decorator.h */, + 234D72060E004FEC22598304644FF94B /* instrumentation.h */, + C0CA668B93BFB8EC9E3C5C1F0A74F75A /* jsi.cpp */, + EA92E2DE68DB2D648D42576F580090D9 /* jsi.h */, + B9F7B5B82226C2710157BCAE199ED5F8 /* jsi-inl.h */, + B79FE12C6FD6F29190387CFA03B8F387 /* JSIDynamic.cpp */, + 3C21795CC1787100D8FD5952589A2B91 /* JSIDynamic.h */, + A6AE784AC1CED4B68CA05E5CD7F580CA /* jsilib.h */, + 7031E1BFA220F514070D1D16ABDF2116 /* jsilib-posix.cpp */, + FE39CB41921121BD7F11E467678D9D31 /* jsilib-windows.cpp */, + 868281833BCADF0154A7AC1D3097A3D6 /* threadsafe.h */, + ); + name = jsi; + path = jsi; + sourceTree = ""; + }; + 09BBB4EC28A09965776B9DD686D304F7 /* Interfaces */ = { + isa = PBXGroup; + children = ( + AE0F6F6FD043B4B677BD3D5CA24D6EA1 /* UMAppLoaderInterface.h */, + 4390DE90AA49DDA263BAF9BC6AEB2641 /* UMAppRecordInterface.h */, + ); + name = Interfaces; + path = UMAppLoader/Interfaces; + sourceTree = ""; + }; + 09C2DE259586454E378767EE4F190E25 /* RNCPicker */ = { + isa = PBXGroup; + children = ( + D7F84ED4B42E5114E061590E9A703AFA /* RNCPicker.h */, + E9B72D6A2BEF78A0AE0B5B9094BEDD7F /* RNCPicker.m */, + 50EB7D549194AFA4AAC39D54FEF60897 /* RNCPickerManager.h */, + C0236C0F9A80F225B22962999B45527A /* RNCPickerManager.m */, + 417E14959CBDCCA8C180B4126B32E3EF /* Pod */, + 371288F3D9D92A545B8B56546F2C866A /* Support Files */, + ); + name = RNCPicker; + path = "../../node_modules/@react-native-community/picker"; + sourceTree = ""; + }; + 09DB728E618FED6BC48A11391865BC0D /* react-native-cookies */ = { + isa = PBXGroup; + children = ( + B0559E09B6794AE6E376948EC27B86AC /* RNCookieManagerIOS.h */, + F7716B6680E6859C1ED4B8AC9C3C3655 /* RNCookieManagerIOS.m */, + A00B13736DA7E4907A41BF1287D8DEE1 /* Pod */, + 63F9568C33C9E3E5587BF9699C1A8D3B /* Support Files */, ); name = "react-native-cookies"; path = "../../node_modules/@react-native-community/cookies"; sourceTree = ""; }; - 08C86BDC1108DB9987C1FE75B21FD219 /* Flipper-DoubleConversion */ = { - isa = PBXGroup; - children = ( - E1E753069518604DCAF408008C42F3EC /* bignum.cc */, - 755AE0C54F312F490A74A21EE25662BE /* bignum.h */, - 9799DBA96FF385F23E992A14DE63FC24 /* bignum-dtoa.cc */, - D204E67D4514269AD850F3A9CB7AF7BC /* bignum-dtoa.h */, - 1E59DC6C261D7C80569D74A88D08FA37 /* cached-powers.cc */, - C3ED6D34E846940D9812B7AEACE1B944 /* cached-powers.h */, - D455627A4EE63464D2917B80846F9718 /* diy-fp.cc */, - 582F6A521C6BAE86950DCD289A3C89F2 /* diy-fp.h */, - 9B693181E87FE205E5C5141C1D385056 /* double-conversion.cc */, - 90CC53E5A3CD4EA4493A408B0D0097B6 /* double-conversion.h */, - 7D5CFA56EE36D3A2D5C07FF0526A4E93 /* fast-dtoa.cc */, - 384C39DBA3C190B9B3E39DF479925C16 /* fast-dtoa.h */, - 0C1BC58115162F2086B174A2E09903C8 /* fixed-dtoa.cc */, - 4DC3258E2E09C887405B29ECCE22E943 /* fixed-dtoa.h */, - AB7643009CFD5C55E1A47C516D21DD07 /* ieee.h */, - 161EE96520529B805BF35BB1CF1FBF99 /* strtod.cc */, - F762D6F74075C2089819D9833381D049 /* strtod.h */, - 904B4AAA09B7B92F53BCF75934E62514 /* utils.h */, - 5B3C9B9A0A56719AD4710DACAD1067A6 /* Support Files */, - ); - name = "Flipper-DoubleConversion"; - path = "Flipper-DoubleConversion"; - sourceTree = ""; - }; - 08FC11F05FA55346B116EF5E9543BECB /* Pod */ = { - isa = PBXGroup; - children = ( - D448234E1B911646D605790549BF9A42 /* React-Core.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 0928FD6238E65D0921F9DEC3CFD75050 /* Pod */ = { - isa = PBXGroup; - children = ( - 058E80B7644BE3E1B25970B8AD573855 /* LICENSE */, - 9525E3EBD0BAD7257E929F53873D5F28 /* README.md */, - 66E7D4C63ECA78AC99E730BCEE7C9AD0 /* RNImageCropPicker.podspec */, - ); - name = Pod; - sourceTree = ""; - }; 09EFD31C7765CFE07F12EBF336089B7A /* Products */ = { isa = PBXGroup; children = ( @@ -12775,3382 +12862,3706 @@ name = Products; sourceTree = ""; }; - 0A03A6681C00C3DB1767744EDEDDDABE /* FlipperKitLayoutTextSearchable */ = { + 0AC8C811CF4794F439537769C0482020 /* React-RCTVibration */ = { isa = PBXGroup; children = ( - B57D67307EE5894B9BD5767A1375521E /* FKTextSearchable.h */, + 55E857B2B9500F13B6BAE067AD5D4E69 /* RCTVibration.mm */, + 2978AF65B5D1B1112A1D33AE7D4C8C30 /* RCTVibrationPlugins.mm */, + 74ABB32AB59E7790B92B073D0B6D63F8 /* Pod */, + 0828BCF895D16C2BF7C1716D7897B28F /* Support Files */, ); - name = FlipperKitLayoutTextSearchable; + name = "React-RCTVibration"; + path = "../../node_modules/react-native/Libraries/Vibration"; sourceTree = ""; }; - 0A9A9BE0FAF81DC3FFE176029F210FE3 /* Multiline */ = { + 0ADACBC49E351BBC0209AFE4C9778EAF /* Support Files */ = { isa = PBXGroup; children = ( - D43C13E35B5A67D4E663DF4D916100E5 /* RCTMultilineTextInputView.h */, - C1B2DBAC1A4BD4448086166E740F4146 /* RCTMultilineTextInputViewManager.h */, - 11AB3A653ABC3FF0A35D75FE0D0FE6CE /* RCTUITextView.h */, - ); - name = Multiline; - path = Multiline; - sourceTree = ""; - }; - 0E40DE00E3DAD262BD0E17D461A77AAC /* Recording */ = { - isa = PBXGroup; - children = ( - FDEB3EDDD5B7C022239A3A38AF4C7C15 /* BSG_KSCrash.h */, - D11F5D84ECDD51A3983D77BB9484830A /* BSG_KSCrash.m */, - 9C8D29BAAF80FA04222789A88B7CE0B2 /* BSG_KSCrashAdvanced.h */, - B33A66B40F4B55DD489CFB7DDA21BFE9 /* BSG_KSCrashC.c */, - 44DD631C4DE28D8EE14D1C10E9E05AE7 /* BSG_KSCrashC.h */, - 07B9C307E7FF9A3A841C472AD6CB3ACF /* BSG_KSCrashContext.h */, - B591C71913C2C66B5859FA6988CA29AD /* BSG_KSCrashDoctor.h */, - 5847717A34C727B378FB8A680FE96E7A /* BSG_KSCrashDoctor.m */, - 9453C965735BDE97EFE8B040DA3E948B /* BSG_KSCrashIdentifier.h */, - D4FCB502372B473E87AD06884D94605C /* BSG_KSCrashIdentifier.m */, - 5EB8556CA61789304716E62517FE600C /* BSG_KSCrashReport.c */, - B607A1AF105CC42ABCBF64C02ABACFF0 /* BSG_KSCrashReport.h */, - 91878FC52AD4FAC5B9185A9F5E420D38 /* BSG_KSCrashReportFields.h */, - 1150040DC319D66CC5FAD4E9873E0A7C /* BSG_KSCrashReportStore.h */, - A5A82A146194B29742323A14176F461E /* BSG_KSCrashReportStore.m */, - 4B46EEB37F8FA2B8845C62E28AC26C2C /* BSG_KSCrashReportVersion.h */, - E22C649165B84619205FCD8D89988384 /* BSG_KSCrashState.h */, - 0227B5F183438F086560876EC317F0F2 /* BSG_KSCrashState.m */, - 35C80F3A1CE53B23D38C1363B344D05B /* BSG_KSCrashType.c */, - 81EB4072E90E110ACB54E7F7E0BC7963 /* BSG_KSCrashType.h */, - 3F37C5855897A7166C715230E7026464 /* BSG_KSSystemCapabilities.h */, - 449FAA1C98EF7C65560CA61E42FC445E /* BSG_KSSystemInfo.h */, - 2568B1D258175568E5F2E1E5CCE6FE1F /* BSG_KSSystemInfo.m */, - 5E2133FA95032CD7B0E5BCA5071A6D7A /* BSG_KSSystemInfoC.h */, - 2413E9E461C8E9414556EE21F31316CB /* Sentry */, - 590C88A16B3E46DAB640A0FD9F441864 /* Tools */, - ); - name = Recording; - path = Recording; - sourceTree = ""; - }; - 0EB72651A07FB36AC7CCC2C70AFE58C6 /* Support Files */ = { - isa = PBXGroup; - children = ( - 77FC1BAC2BA190DA5BFF1D7342FD528F /* YogaKit.modulemap */, - 48755D89C6D6CEDC135F6A0F9BE24694 /* YogaKit-dummy.m */, - 5B0A5B1CF4FA00D392BFA9CA2041742B /* YogaKit-prefix.pch */, - D2D2C663E9C250A905E8EE8733F6241F /* YogaKit-umbrella.h */, - 2C7236E4591C1694497E0E1523528840 /* YogaKit.debug.xcconfig */, - 2C5942982C5B1F3152F370B0772710EA /* YogaKit.release.xcconfig */, + 4936BE198CA4CA50809965673E8AA0C2 /* SDWebImage-dummy.m */, + 5EFA3227D27951DBA39BDA3975E5EC56 /* SDWebImage-prefix.pch */, + 59C4AF2D4F1DA2588C8EC94898F2D084 /* SDWebImage.debug.xcconfig */, + AA1332A395B581C0AD8CAC8508ACB572 /* SDWebImage.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/YogaKit"; + path = "../Target Support Files/SDWebImage"; sourceTree = ""; }; - 0F31C454E2ED3D4762DDDE38BEA08C2D /* Support Files */ = { + 0C41FD94A13EB02CA6BEAC5B3E69F3C6 /* Support Files */ = { isa = PBXGroup; children = ( - 9B8CA394AE0A702F7B6EEF66D8B516FB /* react-native-safe-area-context-dummy.m */, - 49001D4F1215FFA2224F4870DF1E637D /* react-native-safe-area-context-prefix.pch */, - 9E526DACB84987F0B62C0936A2510DEF /* react-native-safe-area-context.debug.xcconfig */, - 9E979E9C2A1D1B3CD178466AF1BE2D38 /* react-native-safe-area-context.release.xcconfig */, + 6D843D9CD648FB77F5EE9FF5ACEA4ECD /* RNFBCrashlytics-dummy.m */, + 9E47B2618571092988DE41F01589827D /* RNFBCrashlytics-prefix.pch */, + 5E4013B781E6FA18F1ED8763DAF5639A /* RNFBCrashlytics.debug.xcconfig */, + DC7F08B41C74A956A467BFE545633329 /* RNFBCrashlytics.release.xcconfig */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-safe-area-context"; + path = "../../../ios/Pods/Target Support Files/RNFBCrashlytics"; sourceTree = ""; }; - 0FEEE449743BC8AF7971087BE7011C31 /* Support Files */ = { + 0D03A5A291065F74A6ED6DA6B72267B4 /* Support Files */ = { isa = PBXGroup; children = ( - A70C7F6D1C0F97F5E3104349C6ACAA37 /* RNCPicker-dummy.m */, - B197A8FFCB5EB0DE0EA1D58E30657A47 /* RNCPicker-prefix.pch */, - 22CEDA6DCE9CDC09625E91EC2C1A9A31 /* RNCPicker.debug.xcconfig */, - 53995E02D20892E402B78BBEC7C3E5CA /* RNCPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNCPicker"; - sourceTree = ""; - }; - 0FFCAEFCEFDD0C916CD5272EC0685733 /* FirebaseCoreDiagnostics */ = { - isa = PBXGroup; - children = ( - FF25B82076F775D3A96C2C3702764588 /* FIRCoreDiagnostics.m */, - 4BBC2161C85464C7A1725813721552CB /* FIRCoreDiagnosticsData.h */, - E3DB8BD09699E98144AFC31F6B7DDF58 /* FIRCoreDiagnosticsInterop.h */, - CD4D38F085C2F9AF90BC95DA062C4767 /* firebasecore.nanopb.c */, - AEDFE3B9D8EAEE672586AE9A8614D974 /* firebasecore.nanopb.h */, - 5ABA54B9FAA7089A942D12C3978D1542 /* Support Files */, - ); - name = FirebaseCoreDiagnostics; - path = FirebaseCoreDiagnostics; - sourceTree = ""; - }; - 10245C4D374F47785BFA9A947A86DE3E /* Pod */ = { - isa = PBXGroup; - children = ( - A06FBA33DC1212169F05CF09AF109746 /* UMBarCodeScannerInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 103C58B2D8046ECD6ABF252C57C4868E /* ReactNativeUiLib */ = { - isa = PBXGroup; - children = ( - A72256954EFF07413C73388927E74197 /* highlighterview */, - 8083306A85E626FE33F2951216DC3B9A /* keyboardinput */, - 18B800B6121776EA1EDA0AD437B7C03B /* keyboardtrackingview */, - 38A8F1952AC516F7A85577F5939B0702 /* Pod */, - 3A6CF80210FB728713183E08A226ED85 /* safearea */, - 74624183DA13533687830AE35415ADE8 /* Support Files */, - ); - name = ReactNativeUiLib; - path = "../../node_modules/react-native-ui-lib/lib"; - sourceTree = ""; - }; - 105BC6FBA3537E202B726A4EFF4A0C1E /* Support Files */ = { - isa = PBXGroup; - children = ( - F0C00303873AE3BA309920D070F541F9 /* react-native-background-timer-dummy.m */, - 10172B7BDA890067344A70AFB4CCD70F /* react-native-background-timer-prefix.pch */, - 04D964E01E93EEB76474F1E15D359758 /* react-native-background-timer.debug.xcconfig */, - 5A79C0CCB7A6CCA0D60DD70B623072CE /* react-native-background-timer.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-background-timer"; - sourceTree = ""; - }; - 10B77BD0E45F1967671D7C550DEDD505 /* mux */ = { - isa = PBXGroup; - children = ( - 3F685ADA0C84C715CC71DC71407A58A8 /* anim_encode.c */, - 5A53A9F7466C8F596D81394779110177 /* animi.h */, - B18F1BA03E32B02D507A10C88BD6E7B3 /* mux.h */, - 3E084ADF794DABD33F98599EF4AD0B81 /* muxedit.c */, - 951DAB70FC629E18CB055E8AEDA0C87A /* muxi.h */, - D9C9C920FF780293BF1D9E1859008560 /* muxinternal.c */, - F8C5309EA8674F548F0D2F5118FEB939 /* muxread.c */, - ); - name = mux; - sourceTree = ""; - }; - 125765EDC62FE360F1E5AA9E9CAACF74 /* UMFaceDetectorInterface */ = { - isa = PBXGroup; - children = ( - E56F95C0E28F241A564A0DDE106F8E05 /* UMFaceDetectorManager.h */, - FB6EF6CC89CFDACDE02C13F0F255282B /* UMFaceDetectorManagerProvider.h */, - CF5F51A4FF638AB1A91DB3AB23084896 /* Pod */, - C6A939A4BFDB9D224F3C353658B7A986 /* Support Files */, - ); - name = UMFaceDetectorInterface; - path = "../../node_modules/unimodules-face-detector-interface/ios"; - sourceTree = ""; - }; - 126CF4BF60ECAC4E7B8ABC105FDE8AF2 /* Support Files */ = { - isa = PBXGroup; - children = ( - BCDC50C63E9ED4A8D1D1EDB7D2FC984C /* EXConstants-dummy.m */, - 962031C300B06597BD535185B3420DE8 /* EXConstants-prefix.pch */, - 146F516B2D4FB79E4AA69CF5D18D9642 /* EXConstants.debug.xcconfig */, - 1726175A41404D5E33009B0F6DE2DF18 /* EXConstants.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXConstants"; - sourceTree = ""; - }; - 14464F700B99E7419AECA1BAB406BA14 /* UMModuleRegistryAdapter */ = { - isa = PBXGroup; - children = ( - BE564646604F6F4908A82287F1BBAA50 /* UMModuleRegistryAdapter.h */, - B9DDD7FE8114E08C982D6B84A8ADA23C /* UMModuleRegistryAdapter.m */, - FAC04F9C8AC771ABE00D6C9E0CCFD954 /* UMModuleRegistryHolderReactModule.h */, - 04C280FB982440DE37A4A5D90D528FCE /* UMModuleRegistryHolderReactModule.m */, - 29D856070DD7320FB08E7A332AFB73C3 /* UMViewManagerAdapterClassesRegistry.h */, - 5E8465B70156CE25EF8997F74BABED90 /* UMViewManagerAdapterClassesRegistry.m */, - ); - name = UMModuleRegistryAdapter; - path = UMReactNativeAdapter/UMModuleRegistryAdapter; - sourceTree = ""; - }; - 1454E362960F7B600B0B7C59854A0050 /* EXFileSystem */ = { - isa = PBXGroup; - children = ( - A9A0A574BEC2FBE4F91DEC09A9234156 /* EXFilePermissionModule.h */, - 0115F5211D8EDBE619D72733150E8AC8 /* EXFilePermissionModule.m */, - F646CF772CE256A0EFF50046AB146B30 /* EXFileSystem.h */, - 331483DB8531D19F7D0331BA08ED2CCC /* EXFileSystem.m */, - 8EB851EB0F33C0154DAD927AED70BAC5 /* EXFileSystemAssetLibraryHandler.h */, - CC65109A8925C8B8625E7A7C2824B0D1 /* EXFileSystemAssetLibraryHandler.m */, - 7D7BAAFCAA29AD37A6508303AB63D93E /* EXFileSystemLocalFileHandler.h */, - 86C95ADD636CD99BC7A815677679B2EF /* EXFileSystemLocalFileHandler.m */, - FEDD32826E80AE5FC20DEA3CC7948492 /* NSData+EXFileSystem.h */, - 647488FA38B8B6200E7F9AD1B115A97A /* NSData+EXFileSystem.m */, - CC9D7C71033F13535F8ADDCB0D9C268C /* EXSessionTasks */, - 2A8F588A063C53047A1DF2FAB8409C31 /* Pod */, - 2B34C64697959284178234D6E618B973 /* Support Files */, - ); - name = EXFileSystem; - path = "../../node_modules/expo-file-system/ios"; - sourceTree = ""; - }; - 15473973DFF60FB509FF9CA0635BBC36 /* Support Files */ = { - isa = PBXGroup; - children = ( - 31AE7293DE93549F6C2F3CF6429B2BDC /* RNCAsyncStorage-dummy.m */, - 0F022457EEAAB707474ECC83AE93BA41 /* RNCAsyncStorage-prefix.pch */, - B41DB4DEA9269704180F06604AB6D6D3 /* RNCAsyncStorage.debug.xcconfig */, - 8A61E5AAC724DF0DC4554F30A1411523 /* RNCAsyncStorage.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNCAsyncStorage"; - sourceTree = ""; - }; - 1623EDB1E7BD363F1DF57294E8780A6A /* RCTWebSocket */ = { - isa = PBXGroup; - children = ( - A6D033D8469DBF82B13C1CCA03372815 /* RCTReconnectingWebSocket.h */, - E317497FCC36C56FAC0F2BADECF3D247 /* RCTReconnectingWebSocket.m */, - 4920FB96D1322859BE613428DD912C88 /* RCTSRWebSocket.h */, - E84AFDF4562696CCF1D98DCFB08F6E13 /* RCTSRWebSocket.m */, - ); - name = RCTWebSocket; - sourceTree = ""; - }; - 16276A1836F3883EC9DC3A190F493DB1 /* Flipper-RSocket */ = { - isa = PBXGroup; - children = ( - CBEED72C0C964A5FFD071A1D9A4EE987 /* Allowance.h */, - 9B90096731AB92CB7FAFF9C2A7BC7FB3 /* AsyncGeneratorShim.h */, - 2484B828BB0EBF1F68089AE4B7F1D1DC /* BaselinesAsyncSocket.cpp */, - 63A21352FB7EA129C507C697502BE4F7 /* BaselinesTcp.cpp */, - F085885931466EBEC90E27247606686E /* Benchmarks.cpp */, - C0DB4469E018BAFB3B192F38E0C77247 /* CancelingSubscriber.h */, - 9B07024C44E0B3DF12F23D8A2388953F /* ChannelRequester.cpp */, - D1DFAA23052FF03FBD55DFC78E4B1F74 /* ChannelRequester.h */, - EF3C0065402EB981F6817217DA476307 /* ChannelResponder.cpp */, - 7874DE46561BFEA8A2DC885641F6BDA1 /* ChannelResponder.h */, - BBC8FD12B7C1B946B746950CA9E5B292 /* ClientResumeStatusCallback.h */, - C8EA09BB03924D29B28684688D0E36B7 /* CMakeLists.txt */, - 310801553DCEBF91934A84929004C3B2 /* ColdResumeHandler.cpp */, - 0EBCBE3A85F10C136A035AE25AB54692 /* ColdResumeHandler.h */, - 2F37B85809B0B03C3DA2BF790554B77E /* Common.cpp */, - 8636C2D7784853CDD320DEC4926FFA1D /* Common.h */, - 2EA84AD24B77D8C651768180286134A4 /* ConnectionAcceptor.h */, - DD974CFD23E04EEF988E1618E16650E2 /* ConnectionFactory.h */, - BE61360ED2221756412E00D4A832B423 /* ConnectionSet.cpp */, - D5BA14CD4ABD4E5B048530EC0D63E63E /* ConnectionSet.h */, - 218699432AA835BAC906BCFC82806F76 /* ConsumerBase.cpp */, - 7F1656BE69733E2212497529F64DD1BC /* ConsumerBase.h */, - 28C7B21354E7B7FCF2A03B2C49C82440 /* DeferFlowable.h */, - 094EFF038581C1983544596C908ECB3E /* DeferObservable.h */, - FF3C7696422263927D557EB3A1810B3D /* DuplexConnection.h */, - 37DDD120D37887E4E047AD30B5ADB099 /* EmitterFlowable.h */, - E4459243848403E23E2341ED2F812366 /* ErrorCode.cpp */, - 3D46631059E5848C3631C66B8657357E /* ErrorCode.h */, - 6C2E7A2144584197473E04797BED95DD /* FireAndForgetResponder.cpp */, - 13175F776F626BC8B1B58A7D7A66BFA1 /* FireAndForgetResponder.h */, - EBF6A48739F4195DCC222A4F42BE3ED5 /* FireForgetThroughputTcp.cpp */, - CF5749C2E4ED85A40B651F21FE3D7430 /* Fixture.cpp */, - 75506798E42CE556870A19F98AF0D507 /* Fixture.h */, - 05F4F63DD824EF8CC9EE3D95AB9D6D9F /* Flowable.h */, - 3CD3477658F5509C125B03BB113325DA /* Flowable_FromObservable.h */, - 5E3DBE677B2A43A451B65887FD6DF619 /* FlowableConcatOperators.h */, - E18E219D61BDCF69AB0EBC6F4433C54B /* FlowableDoOperator.h */, - AE86B2FDC876945FF5FD7F4CDE9BD015 /* FlowableObserveOnOperator.h */, - 090F7BC299047721ECA7150CF3A00439 /* FlowableOperator.h */, - 868B922216EB28A18BCE10A2B1901656 /* Flowables.cpp */, - F667F83D092719A06EAB41A5BB201742 /* Flowables.h */, - 75DAA4039B86377EF4FC2C45B396A383 /* FlowableTimeoutOperator.h */, - 0173372DE7B211E3AE3C620F30C323A9 /* Frame.cpp */, - 8E344FD17FD6CA603D7093D3B65BD96B /* Frame.h */, - 2413FD4CAB497F5A6EAE56FCD01AC771 /* FramedDuplexConnection.cpp */, - 5853321AC724003E5228DD540D1A330C /* FramedDuplexConnection.h */, - 213730A48ABB8ED223E42ACC22EB394B /* FramedReader.cpp */, - A10FC22A1CC7977238E6616D8D0D20BA /* FramedReader.h */, - F9A22F8F8D20DB58A811BB513CC528AF /* FrameFlags.cpp */, - 23D6BD1DD8C5241C3E5F276FA19DDE12 /* FrameFlags.h */, - C8A5C2884D62E785231CA92B75EB4AAD /* FrameHeader.cpp */, - 30352D85CC808CD0297E9A86D2061D41 /* FrameHeader.h */, - F6EA0FDD5DF62F73FD42893286F5D3C7 /* FrameProcessor.h */, - 831E5489A3EB1F840287A7C336525D5E /* Framer.cpp */, - 1D74DFA2428E8A1A264F0F0F8FBA90A5 /* Framer.h */, - 9D69D98FBE6E5CB392B2A677CBB2F324 /* FrameSerializer.cpp */, - 954E366F6708AD5E142365A3619A0232 /* FrameSerializer.h */, - BC841FBE42026960D4A389204D6FFC19 /* FrameSerializer_v1_0.cpp */, - 6AA0B401E14729ADD1C2C0A68D2210F6 /* FrameSerializer_v1_0.h */, - E030D07547FFAB06CFDE0B88CD197C7A /* FrameTransport.h */, - E4D59CB9EBF0DA0884C6CB702DDDE722 /* FrameTransportImpl.cpp */, - 32C588DB3046A911DBC4D8600796E562 /* FrameTransportImpl.h */, - 36B7E0E18F10BFB95618C006C1D82CA1 /* FrameType.cpp */, - F64ACFA8D133F710250D610FEDD501FB /* FrameType.h */, - C27276B514AB4D4A684E6B208E67BB0C /* KeepaliveTimer.cpp */, - DED4C8386EBE02437E08F2ED88970DF6 /* KeepaliveTimer.h */, - 97005829B614B806B294CAED0A7D6083 /* Latch.h */, - D756EE64775597E3C0453DE564BC4F48 /* Observable.h */, - D094F312719698A65543D87AA53F09F5 /* ObservableConcatOperators.h */, - 4D30E7F01736E150CD502DAC039B2E96 /* ObservableDoOperator.h */, - B6ED375417D1BF6E38BC065CF7D71FFB /* ObservableOperator.h */, - 9692753BCAF066488DA6771F9D798C87 /* Observables.cpp */, - FD97EE7263C02696C7949AFDDBB65D9C /* Observables.h */, - 50FD43279FD29274D19840148588442C /* Observer.h */, - 45420FD57069CFE96A11B1B2E881D6C7 /* Payload.cpp */, - 9739EAC1FF5404FB4083BF6446A16037 /* Payload.h */, - C8BB44DC7B67EA01EC111018314C5996 /* ProtocolVersion.cpp */, - 98A05B1A0392EB236CF743FE0E71496E /* ProtocolVersion.h */, - 06DE80020E4B2F19777490AC6B67380F /* PublisherBase.cpp */, - 66C03B4B03C512994B813C80DD63C0BC /* PublisherBase.h */, - 1871F1292B08745745E8E4E340753124 /* PublishProcessor.h */, - EBA33EBD92125D82D42164845679C2AF /* README.md */, - DFE2D9803208D4B2BBB983BCAE1B0601 /* README.md */, - 6060ECB44B2FDFB8DBEB93108B1FCA3E /* RequestResponseRequester.cpp */, - E31A35BA9F63B0FF7DA9A25AA202CA01 /* RequestResponseRequester.h */, - 30BF1C162B6463E637B7E437F5DB5A97 /* RequestResponseResponder.cpp */, - 3D1A4F18986519E88CDF163C6A5301CD /* RequestResponseResponder.h */, - C4A448437DFA0776741806C3F9B28F1D /* RequestResponseThroughputTcp.cpp */, - BBCEEF45CAC6E856A475CB65E57D8050 /* ResumeIdentificationToken.cpp */, - 4A1788A3CB38E2847EF6E6CB789BC503 /* ResumeIdentificationToken.h */, - 82223F59B2134A88B57F0504741B94BE /* ResumeManager.h */, - 73764437896EFC0C958D497A5C38386E /* RSocket.cpp */, - 93A11C71A9C0DCD25DA3C103AEDDC37F /* RSocket.h */, - B8B0ED1772F1AD286F7A8FB9CEE02A3E /* RSocketClient.cpp */, - E69842E9D33D8C86EA37F4F0A36FCD50 /* RSocketClient.h */, - B97AA20399A972733941F4C369E8A477 /* RSocketConnectionEvents.h */, - 89E591F2023CF0E903D93C1C4FC4C214 /* RSocketErrors.h */, - 8241D7350C87ABD7BF4AE4B6D447E683 /* RSocketException.h */, - E30CCCF2D101FD497427F5691DD472DE /* RSocketParameters.cpp */, - 746A5115E7229F299BA81F49831B1BDD /* RSocketParameters.h */, - 374358E440CF9643D03FCCB7D260930B /* RSocketRequester.cpp */, - D0711AF5A2ABF7D17475286AAC838E7F /* RSocketRequester.h */, - 30B345F2B3E52ED8FCE1F1A289BC23D6 /* RSocketResponder.cpp */, - 1BF4F464D36E3E663C0697C79AC321DB /* RSocketResponder.h */, - 94C7A86041A4F5F68FA25D82D45B0CAA /* RSocketServer.cpp */, - 1F3D8590CC614B900A23615CD7BD86DC /* RSocketServer.h */, - FBDEE08BCC63DF9A343992BAA9760E4E /* RSocketServerState.h */, - FE4DA3B1B0D430F09773D9F330231D70 /* RSocketServiceHandler.cpp */, - C6D97DE49E015306F3BADD28CFAF0CC0 /* RSocketServiceHandler.h */, - 7BE3C9FF6FA00F2B0C00CA0CF46E846C /* RSocketStateMachine.cpp */, - 0C3CA6BA306C0B36C1745DA9186D159D /* RSocketStateMachine.h */, - 9B48A7EFBF867B161081B2FF453CB822 /* RSocketStats.cpp */, - B5505B7B42435A19B2CE0E8082AC0140 /* RSocketStats.h */, - 5D353FD5C143B9AB5EDE108F3CC683F1 /* RSocketTransport.h */, - B4B92B8493190F9DD311CA795B4ACE3E /* ScheduledFrameProcessor.cpp */, - 7450ECB06BB3DA426B79F11F9F97AA7F /* ScheduledFrameProcessor.h */, - 1880F3A4C50B7B29FC2E6F8271EEC730 /* ScheduledFrameTransport.cpp */, - 56E7435D7EFE29E83FEF00EFFEA8F73A /* ScheduledFrameTransport.h */, - 83F11B6F9A97B944DA35831342E090C4 /* ScheduledRSocketResponder.cpp */, - AB2DDC69D6E09AF0B492DAFC05D3B33E /* ScheduledRSocketResponder.h */, - 4EBD0D5392C13A5DCB0B9D5CDFB00FAB /* ScheduledSingleObserver.h */, - EE3BF1891948F21E25C8A203344BCEC8 /* ScheduledSingleSubscription.cpp */, - 5137787D074A6A4230F1992FB35F7347 /* ScheduledSingleSubscription.h */, - 352C79C1C29ACACCEE23F7F38FD5D932 /* ScheduledSubscriber.h */, - B16E0373E8661B42D65429DDC9ED7525 /* ScheduledSubscription.cpp */, - FEA1996D3602143BFC06FB4BB3B750A5 /* ScheduledSubscription.h */, - EA8C14904E4D830AB76213F2754A8426 /* SetupResumeAcceptor.cpp */, - E35D4816255475F21F3F96620627D4ED /* SetupResumeAcceptor.h */, - 7CDC5EBD556AE30660D6F9F5D840D982 /* StackTraceUtils.h */, - 803E12AA0352B59F62FD56CC804A0AC1 /* StreamFragmentAccumulator.cpp */, - 0745BF8D5B1054F96F53C67048FD03D8 /* StreamFragmentAccumulator.h */, - 1BAF535BBBC5F7BE5D16A7839CC4AF0A /* StreamRequester.cpp */, - E39B8BD14BD4EB743ADDAD0AEEEA1B21 /* StreamRequester.h */, - 63457DB7E250E18B6E2303BE4432A6AB /* StreamResponder.cpp */, - EB5F8D1A35477D6208EB3AA4C1094388 /* StreamResponder.h */, - 76673C2F29C995187FFC94F0D878DABB /* StreamStateMachineBase.cpp */, - EA301958B4C79E760F32EBF32C0B6B8F /* StreamStateMachineBase.h */, - 23A908A029A4865820416EB81575E9E8 /* StreamsWriter.cpp */, - 389C6BDD73417B452E38924B6F89B793 /* StreamsWriter.h */, - 8B3C3F47C089CD794A8C23FCC6A1867D /* StreamThroughputMemory.cpp */, - 0D194638A6CC51E28BA4BFF0A8046167 /* StreamThroughputTcp.cpp */, - 6E2D141569E6115ADE5B5ABF6B745CDC /* Subscriber.h */, - 267F27853EF0503B06B8DBE7B45B475B /* Subscription.cpp */, - 74E1698E1E77E575800E53FCB6BC9D4C /* Subscription.cpp */, - 1F0E9F1E4033DA3ABEAA236285BB83E8 /* Subscription.h */, - 3F654D3E35AD4400029D2FE547FD8383 /* Subscription.h */, - 249F15146CBAB403721DE8B85B2BCD05 /* SwappableEventBase.cpp */, - 50EDEC53A930D34173893AB51CAEB851 /* SwappableEventBase.h */, - F37EDEFD64B4D7A4C4DCB7FE988C52B0 /* TcpConnectionAcceptor.cpp */, - DBD81493405E425207B0EE8744190446 /* TcpConnectionAcceptor.h */, - AA066A42C5E0C633C61D6536609D2502 /* TcpConnectionFactory.cpp */, - 7C4BDABB675409FCDEC3B5AFF6CA032B /* TcpConnectionFactory.h */, - 7F329F79EF351DD302FD6E72128DDE3A /* TcpDuplexConnection.cpp */, - 1E74672B0794FE41CBED106DC5DB6A33 /* TcpDuplexConnection.h */, - 86B9031F316FCB59D26688968A67A83D /* TestObserver.h */, - 6BD1FBCBD3B24D0D5364BC76BBC3DF27 /* TestSubscriber.h */, - E3F5BE00319B86781C0B063D43062862 /* ThriftStreamShim.h */, - F9B898EDDB373D228E8792D63282D9A8 /* Throughput.h */, - 1225CF3EA81789D7E06595734A578CD1 /* WarmResumeManager.cpp */, - 9C3EB431FA0447DFDD7AA29C6D6AF001 /* WarmResumeManager.h */, - C8FD002015035AFF3F695C20C4233E54 /* Support Files */, - ); - name = "Flipper-RSocket"; - path = "Flipper-RSocket"; - sourceTree = ""; - }; - 176222D59A3663E644AECD660CA0F4FA /* DevSupport */ = { - isa = PBXGroup; - children = ( - C1B41CE9942D33FC8D924A3F2AE8EE40 /* DevSupport */, - B606CCD6A847430DAEDBFBE458FB3813 /* Inspector */, - ); - name = DevSupport; - sourceTree = ""; - }; - 17F9487B1AF22C79AFFD149854B6B1E7 /* React-jsiexecutor */ = { - isa = PBXGroup; - children = ( - E20A29CF6EF895221E353705992D26C3 /* JSIExecutor.cpp */, - 9CD7513B28DF52EC4D8814D07EC099F7 /* JSIExecutor.h */, - 16E56FEB4F3E06FD9EFDC2106F9CB688 /* JSINativeModules.cpp */, - 8C7D9AFC9CDC0D37DBE4FAE426855F2F /* JSINativeModules.h */, - E0B26FB420C5ECD4304FDB06E72FAF03 /* Pod */, - 0001C29790FE81F74F558BC81B96EE49 /* Support Files */, - ); - name = "React-jsiexecutor"; - path = "../../node_modules/react-native/ReactCommon/jsiexecutor"; - sourceTree = ""; - }; - 18B800B6121776EA1EDA0AD437B7C03B /* keyboardtrackingview */ = { - isa = PBXGroup; - children = ( - 93618B0E1489F8F2634C7366B875E4DA /* KeyboardTrackingViewTempManager.h */, - A854E88818498515A091B178408EB1FB /* KeyboardTrackingViewTempManager.m */, - E452F045A512712902995ACD54E08035 /* ObservingInputAccessoryViewTemp.h */, - 19F9268C20A99039F060978896D3C372 /* ObservingInputAccessoryViewTemp.m */, - 6441F9E41C6B9EC2FDE6C6AFF098C4D0 /* UIResponder+FirstResponderTemp.h */, - CB7FE4304BBB10F278041B58A6DCF937 /* UIResponder+FirstResponderTemp.m */, - ); - name = keyboardtrackingview; - path = ios/reactnativeuilib/keyboardtrackingview; - sourceTree = ""; - }; - 190628326F93DEA8E3947CE3D255D275 /* Brushes */ = { - isa = PBXGroup; - children = ( - DF746012DEEBB4502DDBA3F3A966DB52 /* ARTBrush.h */, - 211549C598BBEA6DB34512301D1674E2 /* ARTBrush.m */, - 96519B9FAE58DF7B2853096678CAFA12 /* ARTLinearGradient.h */, - FCE826FAC27EC97758261075C6A8A48E /* ARTLinearGradient.m */, - A6ED713D023AE74032C6BB93E6674F5B /* ARTPattern.h */, - 41915B3002354C3D043C5D5D8CF02217 /* ARTPattern.m */, - 0FE9E80AA7365E4244F6315F186C79C7 /* ARTRadialGradient.h */, - 3AE905BFF9456274E328AAF824591FF7 /* ARTRadialGradient.m */, - 8C9F70EA9B33F52DD172D85BEF78C8A6 /* ARTSolidColor.h */, - B08317A26322B3F3E928563F4B0E959C /* ARTSolidColor.m */, - ); - name = Brushes; - path = ios/Brushes; - sourceTree = ""; - }; - 194078C484BDC8A303C8645752BB70C1 /* ReactCommon */ = { - isa = PBXGroup; - children = ( - 522B9013A0A106455ABC660FA4CCB3A4 /* Support Files */, - 73A70BFE3E8A91DC0F49BEE85D167BE4 /* turbomodule */, - ); - name = ReactCommon; - path = "../../node_modules/react-native/ReactCommon"; - sourceTree = ""; - }; - 19EFE5F327F4AB33AE816F3DB8F6F162 /* Pod */ = { - isa = PBXGroup; - children = ( - 17FD8196D0A69CDA6008090DDA7A37A8 /* React-RCTNetwork.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 1A628DA144ED63D7F74183536680CDA9 /* react-native-notifications */ = { - isa = PBXGroup; - children = ( - 657C8B19C068ED40440857A014E24DC3 /* RCTConvert+RNNotifications.h */, - B33C71DA720954E52E451C18424BAAA3 /* RCTConvert+RNNotifications.m */, - E9F0EA7197E03F78DDB35D32318DD888 /* RNBridgeModule.h */, - 3B533CA64B1CD570E1912ED5323D7427 /* RNBridgeModule.m */, - A57B6B963B3D34DB53407A51DE2FE25D /* RNCommandsHandler.h */, - 0FA56D2A2789E8CC78613DF8E836B0DA /* RNCommandsHandler.m */, - 582FBCC3A9508228F73AFC26F70C86C1 /* RNEventEmitter.h */, - C7F49A8096E1BCD41EBE9C952174B32A /* RNEventEmitter.m */, - F00A302A4CA5D5FC5366C3AA6BFA1922 /* RNNotificationCenter.h */, - D79412AE2A159111EACE99CE51050CD5 /* RNNotificationCenter.m */, - F16940FCD6087DF5EFE54A3F57AB1E2E /* RNNotificationCenterListener.h */, - 9A1D05CFBA1B65546664036F6E289061 /* RNNotificationCenterListener.m */, - D7ADCF08D04CE6B47F660A8B194FF2F7 /* RNNotificationCenterMulticast.h */, - 2D93ECA8E5BE1CF1CBAD9D22F5D70C39 /* RNNotificationCenterMulticast.m */, - 773EA4CD666B2F2D00BC4A056552515A /* RNNotificationEventHandler.h */, - 612316364B09DE6289043E35664FE754 /* RNNotificationEventHandler.m */, - 64D320351F9A9DBF9B4A25B6720683EE /* RNNotificationParser.h */, - 8111A99626B0FF8A757095645DC97D17 /* RNNotificationParser.m */, - 3F7752D5FBE6C09D5F1AB0B1D15EB7FB /* RNNotifications.h */, - 59ED526F49B0B67AA127424E77EC416E /* RNNotifications.m */, - B4FAAA94D4D9CE9A8AC4F7151FA66104 /* RNNotificationsStore.h */, - B9ACCDE8536342489BF436B2527BA64E /* RNNotificationsStore.m */, - C0121B639D2B9A1F63CF4A814939D9FF /* RNNotificationUtils.h */, - AA5DAD40DEB693D5D211E516740F24E4 /* RNNotificationUtils.m */, - CAF41C7E469FD32F83DA2356A42CA328 /* RNPushKit.h */, - A2CBE2A61A0B6045C148C4CD69FD8DE4 /* RNPushKit.m */, - 21BD3B1032360F043B2836007700E0E0 /* RNPushKitEventHandler.h */, - BBE7B8BD3995C4A56900C44389D4E91C /* RNPushKitEventHandler.m */, - 0D0449C0C2F908CB5238880890B3AEE3 /* RNPushKitEventListener.h */, - B9F5DF3E0EC5F5FF7E6B85D71BAC1797 /* RNPushKitEventListener.m */, - 2D98F7E250DDA23F317C95B298839E44 /* Pod */, - BC0E56D84D332E5004FCD4332FEFCA03 /* Support Files */, - ); - name = "react-native-notifications"; - path = "../../node_modules/react-native-notifications"; - sourceTree = ""; - }; - 1A7AEE295318636E06E7A3DB81744870 /* React-jsi */ = { - isa = PBXGroup; - children = ( - 0734806CEDD62D0E9D7FF8EE51277DB5 /* JSCRuntime.cpp */, - D2B8CD25BD548B51B07F8584868D4115 /* JSCRuntime.h */, - 7EA2F6125CAB2EA2863E4D6F3EE45C55 /* jsi */, - A2524B737F2289ACB110A0C9042FC9FC /* Pod */, - 082D59A729E1FCC0AB0E4C3EF032C52D /* Support Files */, - ); - name = "React-jsi"; - path = "../../node_modules/react-native/ReactCommon/jsi"; - sourceTree = ""; - }; - 1BBA8A04E64383FF216974BD53F3159E /* FBCxxFollyDynamicConvert */ = { - isa = PBXGroup; - children = ( - 3436FA1ABB32A6382D64DEE68269EB05 /* FBCxxFollyDynamicConvert.h */, - AE96C04CB5EAF8AF79B1FAC6FA555E62 /* FBCxxFollyDynamicConvert.mm */, - ); - name = FBCxxFollyDynamicConvert; - sourceTree = ""; - }; - 1C1F3DA94BAA9EE0020BFD540DBC8262 /* Support Files */ = { - isa = PBXGroup; - children = ( - DD3349A6FBB4F16BC35232C9DDD036B7 /* React-jsinspector-dummy.m */, - 44DCE8506870BE124B48DC3CD52766D8 /* React-jsinspector-prefix.pch */, - DF4E84C7C2B0F83B4574511212015195 /* React-jsinspector.debug.xcconfig */, - C5E7BC409AF52CA0503EDF24955BBE03 /* React-jsinspector.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-jsinspector"; - sourceTree = ""; - }; - 1C94FA315C202B5662CEF21608090EC8 /* RCTTypeSafety */ = { - isa = PBXGroup; - children = ( - 3131066A16F33FCF54FA03B4DABCEB04 /* RCTConvertHelpers.h */, - EFCBB9F065A561DBBA84F301034799D9 /* RCTConvertHelpers.mm */, - 2AD17B8869BD84E41E0CB921634875A9 /* RCTTypedModuleConstants.h */, - C33322C87C8E49396967834067D815AB /* RCTTypedModuleConstants.mm */, - 9B45EE145BAFECFD98041A0938A1DBB6 /* Pod */, - 87D1DC9021DD0B57C42B42043E19F7B4 /* Support Files */, - ); - name = RCTTypeSafety; - path = "../../node_modules/react-native/Libraries/TypeSafety"; - sourceTree = ""; - }; - 1CD2D7BDC894B7B8BE569AD82742A0E0 /* ReactNativeART */ = { - isa = PBXGroup; - children = ( - BA84996D0C71CAA92239F80138D3CCD6 /* ARTCGFloatArray.h */, - D4021EE27AD10E2C390B07A0B8D72BD0 /* ARTContainer.h */, - 92499953C20D95F12D364B5E96232C9B /* ARTGroup.h */, - B30674D9DE2D5A237BC1FA307F60D8E6 /* ARTGroup.m */, - 37ABAAC7BA2D0FF580AA7A2EC143E7D7 /* ARTNode.h */, - FBC03B0F253566819ACD8C86ACB0FF81 /* ARTNode.m */, - 2BB7B6575F3D1DBB8925AA2CDDCCEEAC /* ARTRenderable.h */, - C10D2FC2F61DAE3AC068F2D0025108D5 /* ARTRenderable.m */, - C333ABF663C728F4FF84F32B0B6C69C6 /* ARTShadow.h */, - 6643CC3B4DFD652DD7DE5609003C7B24 /* ARTShape.h */, - F8006F533903FF6309EDF9B48E6485A2 /* ARTShape.m */, - BE2485EB40A473283E3DDB4FDC3DD307 /* ARTSurfaceView.h */, - DE8420E15ECE786B2750D1FAFE57F950 /* ARTSurfaceView.m */, - 92D395A719598C43A5A12F1946D6302B /* ARTText.h */, - 76B1C0130667898B600BDFC36255422D /* ARTText.m */, - B0DA92ED0BAA09659A4CB9FED222DA4C /* ARTTextFrame.h */, - E22E6F8C12C970B7BC8C8C5488100F88 /* RCTConvert+ART.h */, - D51D26450C18720E1F2D6553ABB5DFAD /* RCTConvert+ART.m */, - 190628326F93DEA8E3947CE3D255D275 /* Brushes */, - 6E6E1119495DBC03CB90F0580ADFDD4F /* Pod */, - 78C1C4C27E4C3340577D76E75AF41430 /* Support Files */, - 2115E2EF056EBD9A2B4628B1E2C23652 /* ViewManagers */, - ); - name = ReactNativeART; - path = "../../node_modules/@react-native-community/art"; - sourceTree = ""; - }; - 1E2544ADE498B2C257DDDAB82F3AD7B9 /* rn-fetch-blob */ = { - isa = PBXGroup; - children = ( - 8ED064A7EB09E44BA42A5F9F7BD892C0 /* IOS7Polyfill.h */, - 06591E4216F44D6C44D911A7EB5B966E /* RNFetchBlobConst.h */, - E2459EDA7A2D892F4E560F31E7FAA04E /* RNFetchBlobConst.m */, - 4FF9DCE69D04124536CF3D83C06DCC9F /* RNFetchBlobFS.h */, - C9292055303046B1849BC366ABEEEFAB /* RNFetchBlobFS.m */, - 03C08D6B11125067C4EE09313AE1DDEC /* RNFetchBlobNetwork.h */, - 53CAFACD61B3720A636CD8006A33E6D7 /* RNFetchBlobNetwork.m */, - C9C6348A6E7EADAD052881C121A33C90 /* RNFetchBlobProgress.h */, - B0BC5463F674D2EC3C649EE236CACB5B /* RNFetchBlobProgress.m */, - EC428B1EF774B5803DFB446594ABFC45 /* RNFetchBlobReqBuilder.h */, - C128A3ECF2C13886338A29EE199127B4 /* RNFetchBlobReqBuilder.m */, - 8CC5484C686B84E6B6FAA3D0BA9EAAD8 /* RNFetchBlobRequest.h */, - BC392D5F95E4C23A349054217A444032 /* RNFetchBlobRequest.m */, - 2D8B745962A50E83FF7996150833F953 /* Pod */, - DD07CC2C9A2203996B784E1AB3902034 /* RNFetchBlob */, - 87805D0FBEF7E826FF459B2647AC2BB9 /* Support Files */, - ); - name = "rn-fetch-blob"; - path = "../../node_modules/rn-fetch-blob"; - sourceTree = ""; - }; - 1EBA55AA61BED69548CAA5952A0EDCCD /* UMFileSystemInterface */ = { - isa = PBXGroup; - children = ( - 983D4E3BA09DC9EB62CA85AAAD8FA23D /* UMFilePermissionModuleInterface.h */, - 434B7ED49E505A8857C85384E1583F89 /* UMFileSystemInterface.h */, - BF6B57B7DC1ED50F9A793093B8513902 /* Pod */, - DA4AE5FADD5A92B579DF273F9D0BDE66 /* Support Files */, - ); - name = UMFileSystemInterface; - path = "../../node_modules/unimodules-file-system-interface/ios"; - sourceTree = ""; - }; - 1F5616CC5E2A720996DBBC1E073D6D0D /* RNReanimated */ = { - isa = PBXGroup; - children = ( - E244C3015283CCF07C15B92D3A62D091 /* REAModule.h */, - 40931F00E586919283A298B86B858868 /* REAModule.m */, - B168F79940BF243DBF6A42D33652772C /* REANodesManager.h */, - 438C0048403F9C478AC9065B1299C58E /* REANodesManager.m */, - 0D9610630388245725BF1EAA1C20F500 /* REAUtils.h */, - 9711ADD73F14435B8138141247A7CBF1 /* Nodes */, - ED27CE5DFA898E96452F67057538C311 /* Pod */, - D9064CF7770A146A8D4C6038EE35ACF2 /* Support Files */, - E85CE70B6E6EE3AB8D5727B8A4FB32F6 /* Transitioning */, - ); - name = RNReanimated; - path = "../../node_modules/react-native-reanimated"; - sourceTree = ""; - }; - 1FD06D0288F76E29E8CB88017AA51694 /* NSData+zlib */ = { - isa = PBXGroup; - children = ( - 6DE54DA45D99D210B92DDF691072CB1D /* GULNSData+zlib.h */, - 6B6281CF9955D11F8D9A4FF9E6EE812C /* GULNSData+zlib.m */, - E9938E59B8C8452FE3CA6D9F4400DE7C /* GULNSDataInternal.h */, - ); - name = "NSData+zlib"; - sourceTree = ""; - }; - 2007D686209729D28D7395364BD9B6C9 /* Pod */ = { - isa = PBXGroup; - children = ( - 0A4F23DD05421EB572EEF126AD91F81B /* LICENSE */, - F6BD76FA9DFAE094D5E7DFF3EA160671 /* react-native-webview.podspec */, - CB8B182F1049E01E2950C997362D18F7 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 2115E2EF056EBD9A2B4628B1E2C23652 /* ViewManagers */ = { - isa = PBXGroup; - children = ( - 31AE02D73D4D84CEECC6E63C52F68C77 /* ARTGroupManager.h */, - 6F4634835DD242B0721D3D923F36E476 /* ARTGroupManager.m */, - C54C251BF9346A1B36C8DA9E7FBA7EE6 /* ARTNodeManager.h */, - 9D05F25C6A9B22ABFCF063EE4B66C171 /* ARTNodeManager.m */, - 57A1F52C18E60EE478C452618B972E79 /* ARTRenderableManager.h */, - 6E5F7076DD7F1DE3033B30C1D787186C /* ARTRenderableManager.m */, - E0FDDE82907609AC3FF412C8C1FCD128 /* ARTShapeManager.h */, - 50BE4653FE2F08D89343441A9256E876 /* ARTShapeManager.m */, - E89D301A9BE374119F0FCE7513C1CD88 /* ARTSurfaceViewManager.h */, - 1EA9E2DD40AAE43F92294F396D063D17 /* ARTSurfaceViewManager.m */, - F88040D935F68114348F4B72C682282A /* ARTTextManager.h */, - D70163D7AF2449B92356EA9BE574F1D2 /* ARTTextManager.m */, - ); - name = ViewManagers; - path = ios/ViewManagers; - sourceTree = ""; - }; - 2121B33D49F5A089410D21A8D7332FBF /* Core */ = { - isa = PBXGroup; - children = ( - 9E374E3EE8324ACD3F055E4D19990E64 /* NSBezierPath+SDRoundedCorners.h */, - 55D657B9C1BA4A98DF11C770EC9B83AA /* NSBezierPath+SDRoundedCorners.m */, - 898381ADE0DDC0667104F1B880C46A82 /* NSButton+WebCache.h */, - 8D4F566C3B60BC4380613A0297B629B7 /* NSButton+WebCache.m */, - C01266DED3FE776E819F84F9D98D2D1D /* NSData+ImageContentType.h */, - 78A59395B02A6288A98A9123CD8502AE /* NSData+ImageContentType.m */, - 831F167498E0829CD9480C326CB3B078 /* NSImage+Compatibility.h */, - 2C70AE4693761926F0F8456BB0C9456C /* NSImage+Compatibility.m */, - B64EAAC5B1D6CA1BCB82174503EE215F /* SDAnimatedImage.h */, - 9C7A042A2EBAF8127EB30E3D543597A9 /* SDAnimatedImage.m */, - A7733B23DB1A095443A47DA1D0D3824E /* SDAnimatedImagePlayer.h */, - DDABD51A07193223FFBF9D3FE010F568 /* SDAnimatedImagePlayer.m */, - 55FBCAEBF943FB7FF5D5CAD2D4849CFF /* SDAnimatedImageRep.h */, - E10668305EA3D69ED4DCC2ABC5A3875C /* SDAnimatedImageRep.m */, - 6AF631082CEA672AC3B73940F5B4B117 /* SDAnimatedImageView.h */, - 02E62462AA995EE87B17B581CEB7100D /* SDAnimatedImageView.m */, - B80E7453B7BE19311F3072937DAD7250 /* SDAnimatedImageView+WebCache.h */, - 6A3890DAFA51DDECDAC84E9EB887EFE9 /* SDAnimatedImageView+WebCache.m */, - 39A907BE9008E60353DAE68C854E5CF9 /* SDAssociatedObject.h */, - DAA9F90BD1A7C7D4AD3514B2BDB57E68 /* SDAssociatedObject.m */, - C5D14040761F7CE9C743B244FF331E6E /* SDAsyncBlockOperation.h */, - 8C7B4CAE32A2D788DED2FBA6EE96DB76 /* SDAsyncBlockOperation.m */, - 5803C08A51F87F03DB90364D32C90A14 /* SDDeviceHelper.h */, - ECFFE498AEF9B2A12578DFA5E85A99AE /* SDDeviceHelper.m */, - A281B06B1AB9EBC9C4FE799AA839BEF3 /* SDDiskCache.h */, - 82325A6841F193F44BFF14C4CC0871B8 /* SDDiskCache.m */, - 015ED2908ECC524752283E9DDFAACF9C /* SDDisplayLink.h */, - E3F3672C4A966A3C8452EABE6739A062 /* SDDisplayLink.m */, - ACFD8DDEFF5795AFE2EBD941EC85D724 /* SDFileAttributeHelper.h */, - E110EE5F1183D625A6776403B503462E /* SDFileAttributeHelper.m */, - 3634DFDEEA65B3875544315FC2A9C379 /* SDGraphicsImageRenderer.h */, - 430BD06B07FF91EFF04017130918CD5A /* SDGraphicsImageRenderer.m */, - 9A8165EEF3203CCF1CA4A5FCC6F8D363 /* SDImageAPNGCoder.h */, - 7357E5AF8AE7313E39BDBDDAEC01F1F1 /* SDImageAPNGCoder.m */, - A0E76E8D6073649605033FAD59A4CA70 /* SDImageAssetManager.h */, - 0976149B914517D2B8E9E05A1BDC7A78 /* SDImageAssetManager.m */, - 9FEE7853EBE4C7A471D3C8D750426019 /* SDImageCache.h */, - FE35485545BBC56577E4F314A9A25C48 /* SDImageCache.m */, - C3752B91DC1480998D51521C61007392 /* SDImageCacheConfig.h */, - B1B86E9A6C6336CF974F03737A598DAC /* SDImageCacheConfig.m */, - F52BFD7B9EA4AA578550DEE198EE111E /* SDImageCacheDefine.h */, - CCDCAF501E28DB3CD75054C1FD20993D /* SDImageCacheDefine.m */, - 5957E2AB10A676C9187DB35FC1D57684 /* SDImageCachesManager.h */, - 2597FB466A3758F72F26B3931AAF3145 /* SDImageCachesManager.m */, - 933CA89417AA99195F122F090E780A4B /* SDImageCachesManagerOperation.h */, - 615BF83CFFFE5BFE10275720663457A3 /* SDImageCachesManagerOperation.m */, - 1284E14BAFF837FFE85C4F20BBAB3521 /* SDImageCoder.h */, - 722814987296B4EEFE118F15D3B5D770 /* SDImageCoder.m */, - 7F2F809326F88213FC8A48DDFFAE8605 /* SDImageCoderHelper.h */, - 9B0BBDC19C493D7ABCE30E86BADF01C5 /* SDImageCoderHelper.m */, - E2FECF08E201DDDE3471E1B9D4B46C9B /* SDImageCodersManager.h */, - 0AA47E7769F20AD663A768980216AED7 /* SDImageCodersManager.m */, - 86518F2F2364A8F63DA06EB2724F6614 /* SDImageFrame.h */, - 27FE065A2D6A80E5BFCF7298EB6CE893 /* SDImageFrame.m */, - 83262FD98C6FE238854879F74CD737F4 /* SDImageGIFCoder.h */, - DF2FA054EC8D3DA7A83B614891FE7020 /* SDImageGIFCoder.m */, - 162ABDE4EA0DC933C7AE35689F19BF6D /* SDImageGraphics.h */, - B6EA0BC0D6DB25E8BE2788A77A9638FD /* SDImageGraphics.m */, - 9D1E3ED391378CA4B600D2B13FBC4D6E /* SDImageHEICCoder.h */, - B5A2FFD67FEC246AFAB2619F497CE4C7 /* SDImageHEICCoder.m */, - EF83CD8BB2FDE8469188B667F276EA8B /* SDImageHEICCoderInternal.h */, - 071E75FDBFEA2AC914CD59854483E796 /* SDImageIOAnimatedCoder.h */, - 042726726E254DE95C4A96B291270D55 /* SDImageIOAnimatedCoder.m */, - 801A06ADAF9B48211299F4FF401F6E4B /* SDImageIOAnimatedCoderInternal.h */, - 260D73B12AAF5BC7E27912760377B594 /* SDImageIOCoder.h */, - 041E5B030A0A4AFF447EF5C92E499497 /* SDImageIOCoder.m */, - C521E2C34171443DAE1CDFA75F139CE9 /* SDImageLoader.h */, - 9A03E1967BF272AB2C7191C1D95D2674 /* SDImageLoader.m */, - 5CB2C8598A78186087EFAD11563E4703 /* SDImageLoadersManager.h */, - F4A5CCCB99F38545798B704E7AEF6034 /* SDImageLoadersManager.m */, - 205C46F493A534D48393FC3D8808E07C /* SDImageTransformer.h */, - 4F96F8CE2921C672A45D2DE0521959F7 /* SDImageTransformer.m */, - 0E98CD42EFB7FD614722263C6AAF76CA /* SDInternalMacros.h */, - 1674AB1C1162E5A324D8220FF94865FE /* SDInternalMacros.m */, - 86C60DAA9BDD5BAA73F3BC2280B593FE /* SDMemoryCache.h */, - FD54C7690B61311EE6F2F5453CBD6FDF /* SDMemoryCache.m */, - 52CB84F38C8B7D09606D66144D528FCC /* SDmetamacros.h */, - 2B454B373530AC149FD27ACA594A530C /* SDWeakProxy.h */, - 88D40CF3CA174748A055C0F90EE0B0E1 /* SDWeakProxy.m */, - 738BA4FC614721AAFD0B0832EFC731E8 /* SDWebImage.h */, - B120CFA3E1C4E45DC4377C0C5425F905 /* SDWebImageCacheKeyFilter.h */, - AB6E0BB01519F287B91A9E961561997F /* SDWebImageCacheKeyFilter.m */, - 96AB126D1D2C3D5AD528116CD59B46C9 /* SDWebImageCacheSerializer.h */, - 4F715E5BA3F4764F906669CA825AF91F /* SDWebImageCacheSerializer.m */, - 8CB8C8830FC07321FA0096C31FC307F4 /* SDWebImageCompat.h */, - 84D2D74D7AB010FEB961E4D95CE26573 /* SDWebImageCompat.m */, - 2243392BA4ACEA1636D132BFF43E3222 /* SDWebImageDefine.h */, - 90AF8BDBBE65A10C2AC1B4E678809859 /* SDWebImageDefine.m */, - 9DE3FA805EA5D5A1CB99D620DABEFFE6 /* SDWebImageDownloader.h */, - 74321CCD727B803EE16EC0111E022187 /* SDWebImageDownloader.m */, - 7D0E6D361B1F84C6E5ECC0FBD9C67B8A /* SDWebImageDownloaderConfig.h */, - 9BF3FDA508C5399E9E02918A9640F9B4 /* SDWebImageDownloaderConfig.m */, - E7782F569CB1B077DEAA8A8D400568BA /* SDWebImageDownloaderDecryptor.h */, - 01673B8F104177723D22F638D7170E5E /* SDWebImageDownloaderDecryptor.m */, - 72403254FFE19759BF447B02D10C7EED /* SDWebImageDownloaderOperation.h */, - C208A71EE487DCDF534F81D17834990D /* SDWebImageDownloaderOperation.m */, - 4D933851946D7AC809B0BD507FD3C5F4 /* SDWebImageDownloaderRequestModifier.h */, - 83C0B7AD58E5CDDF3F91C319C70E7734 /* SDWebImageDownloaderRequestModifier.m */, - C7BDA7100CE6BFAF71C91A7977B5A72C /* SDWebImageDownloaderResponseModifier.h */, - 54DA15D557DB771B5CBD549CF19B804D /* SDWebImageDownloaderResponseModifier.m */, - 731B1F592D83B4C9AA29337A7DEF25C4 /* SDWebImageError.h */, - D193DEFFBE3E9B3611A9D317ACC2AE47 /* SDWebImageError.m */, - F6B55677F8DCCEC370CA82F0E267D1E7 /* SDWebImageIndicator.h */, - E188070CE4542B58DF9E89BC9278F0D3 /* SDWebImageIndicator.m */, - 4A03563005357D8D6CAA5A59C52915F5 /* SDWebImageManager.h */, - 732F8964301003DC57C4003929AEB017 /* SDWebImageManager.m */, - 881DCD47B8013103361225724BCFD972 /* SDWebImageOperation.h */, - CA4D1757BD643C8943F217D436275675 /* SDWebImageOperation.m */, - 020C03DC78F7C7C55B85C4494A144FA5 /* SDWebImageOptionsProcessor.h */, - 45AF6AAA0A9179CCD79CD8C79E0F114C /* SDWebImageOptionsProcessor.m */, - 49E98636D95B88AC25BC3507FC008104 /* SDWebImagePrefetcher.h */, - E69717B2B9C0A590AC0006872E4E5D7A /* SDWebImagePrefetcher.m */, - 75BDBF541DDEFA5DB199453CF3A81D58 /* SDWebImageTransition.h */, - 5E9D5308BC2F12F4E1BD9CDEA3AA9E74 /* SDWebImageTransition.m */, - BA1A9841D9123F68C537D89DAD64C6F5 /* SDWebImageTransitionInternal.h */, - 1D0B6A4057A6B3F17EB8B3A084B26CF3 /* UIButton+WebCache.h */, - F581D2C3B414DA04BBB6AB5187BBDB84 /* UIButton+WebCache.m */, - EEF5189C10A0EF67314497939F5EAB98 /* UIColor+SDHexString.h */, - 26F4BFF70378EDAACB5BD16237CD30A9 /* UIColor+SDHexString.m */, - CFEF094029827FBDFA2AEBADC3DDEE4C /* UIImage+ExtendedCacheData.h */, - 63DA44E83A468EE74531A2DEBACC8BC6 /* UIImage+ExtendedCacheData.m */, - BDB4ED5294AA1A7FDD97EBDF8F0695BF /* UIImage+ForceDecode.h */, - B671AF6F8096094C83C4A64583969E32 /* UIImage+ForceDecode.m */, - 11564896EFB7296B3B79B44F1F26CCEC /* UIImage+GIF.h */, - 612C32B2D95910A3361A902C83CEA408 /* UIImage+GIF.m */, - 8716687C3CBA99BE0DB3A8721D0EECC3 /* UIImage+MemoryCacheCost.h */, - 02495614F29A1660017ED8360E99A9CC /* UIImage+MemoryCacheCost.m */, - CDB640292412588F307AB47B13F3BE97 /* UIImage+Metadata.h */, - 2539F2F1EF33E43A8EAC342384661F58 /* UIImage+Metadata.m */, - C54434C3B6F1CEE9E86C829E10D05D9C /* UIImage+MultiFormat.h */, - B299C184B78823FAC3E88C8637902321 /* UIImage+MultiFormat.m */, - B47B2E879AAFDD8804F57EAA63F2D422 /* UIImage+Transform.h */, - A7B7EF5C6607BC3A3F3F94B954CA5652 /* UIImage+Transform.m */, - FBC2D2AC21D136816F037B5E77341431 /* UIImageView+HighlightedWebCache.h */, - 6100D5A2AF6BA5830AF835A1C4ABD33C /* UIImageView+HighlightedWebCache.m */, - 281BB357DBCF20811C3736E8A19FAC74 /* UIImageView+WebCache.h */, - E2A6DFD6ED4B0E85DA576F9CF29A7117 /* UIImageView+WebCache.m */, - FF0EFA81945E21426F01F1C4424372A2 /* UIView+WebCache.h */, - E0D7B581827626FA07F4A27EA571CB7F /* UIView+WebCache.m */, - 28F2FDD76FA59D48C82CD9533948E806 /* UIView+WebCacheOperation.h */, - 181577EEC9A2ACBA0E56DD4254C6918D /* UIView+WebCacheOperation.m */, - ); - name = Core; - sourceTree = ""; - }; - 221F4C4F7FC2B0D78CC3142235B0A663 /* Drivers */ = { - isa = PBXGroup; - children = ( - 7215DC302778547D30B497018308A0FA /* RCTAnimationDriver.h */, - B96B6DF7A573EA50E7F1663A640D136D /* RCTDecayAnimation.h */, - B4DCFC5ED48FD138ACDFA321B130AFFC /* RCTEventAnimation.h */, - 5FCC251B6130B40B3912FAD85467DE28 /* RCTFrameAnimation.h */, - 26048FD4993C544DFB97A542859431D8 /* RCTSpringAnimation.h */, - ); - name = Drivers; - path = Libraries/NativeAnimation/Drivers; - sourceTree = ""; - }; - 23B173388D866BBA9FB298EB24CD88A6 /* Support Files */ = { - isa = PBXGroup; - children = ( - 370BCC6791115AC50FD503028A6F33B7 /* FirebaseInstallations-dummy.m */, - 1ECEA27731B6C2F90C920C174CFC0EA7 /* FirebaseInstallations.debug.xcconfig */, - 04FEF6F875101F753829E01770AD456D /* FirebaseInstallations.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FirebaseInstallations"; - sourceTree = ""; - }; - 23B343F28B39B65F0898F76DCD66E49E /* UMPermissionsInterface */ = { - isa = PBXGroup; - children = ( - A51AEDB1805697F5684B1B8084220CFB /* UMPermissionsInterface.h */, - 9A0DD696B736550245BD5A804ABCEF92 /* UMPermissionsMethodsDelegate.h */, - D1FBE4CF61E036F6AE83D6932F00891E /* UMPermissionsMethodsDelegate.m */, - CC2F2F490ACB0D34FE0C52FCE82E9923 /* UMUserNotificationCenterProxyInterface.h */, - C688702308BBB2FD94D6012E74CDD321 /* Pod */, - 3AC697F09632EE962A5C25939C5D856C /* Support Files */, - ); - name = UMPermissionsInterface; - path = "../../node_modules/unimodules-permissions-interface/ios"; - sourceTree = ""; - }; - 2413E9E461C8E9414556EE21F31316CB /* Sentry */ = { - isa = PBXGroup; - children = ( - 28620BFAE0C8AE45343FC6FFD723BE7C /* BSG_KSCrashSentry.c */, - 00F76ACFECA278B41DF32219B0882794 /* BSG_KSCrashSentry.h */, - 4E187C52C4EBA854E76BD83724A87335 /* BSG_KSCrashSentry_CPPException.h */, - 60C32215AC2F9DCA7696347F6854F385 /* BSG_KSCrashSentry_CPPException.mm */, - EBB0761CF483722875AC9D3BC6545DFD /* BSG_KSCrashSentry_MachException.c */, - C35B83806E8E77D991706D6C1971206B /* BSG_KSCrashSentry_MachException.h */, - 0EB26CD9AF8DFA2999CBB73692F8915E /* BSG_KSCrashSentry_NSException.h */, - 28C766AEB2205F09E799F3C175155D87 /* BSG_KSCrashSentry_NSException.m */, - 78A032020FBB9956A857EDE58BF315B5 /* BSG_KSCrashSentry_Private.h */, - 67E79DBFEAAE9F8C6E9334ABACD56650 /* BSG_KSCrashSentry_Signal.c */, - 851E9EA9D17728C7795A550E67E9B9C4 /* BSG_KSCrashSentry_Signal.h */, - A559A7DFA439D148DA086B0B9889922D /* BSG_KSCrashSentry_User.c */, - 6BE537D5A7629D97585F2B5C40C394D7 /* BSG_KSCrashSentry_User.h */, - ); - name = Sentry; - path = Sentry; - sourceTree = ""; - }; - 24DC00598B3D94B8B49C3C59331CFCB9 /* Pod */ = { - isa = PBXGroup; - children = ( - CA6F4F8CE02D6572F65F23E0891F86DE /* LICENSE */, - 8FBEFAF4B71CAE281E76680230889DDC /* README.md */, - 0F4F624A5E1B8C194349992363D11E81 /* RNCAsyncStorage.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 276122944444439FC77955F20CD6A30D /* React-RCTBlob */ = { - isa = PBXGroup; - children = ( - 010C23BE5304A229FA7C6AD861D6979C /* RCTBlobCollector.mm */, - 15D289277B422475487E10DED994F972 /* RCTBlobManager.mm */, - 16DC44557FC2F997D7D6F1B9561EE742 /* RCTBlobPlugins.mm */, - C03E3C13A64DF58BB30696C60BB83215 /* RCTFileReaderModule.mm */, - CF412B6697E7B8A3927B700FE14BEF2B /* Pod */, - 4DF2C657ACAD4F56EBB8BE79BDE806C1 /* Support Files */, - ); - name = "React-RCTBlob"; - path = "../../node_modules/react-native/Libraries/Blob"; - sourceTree = ""; - }; - 2765DD0F2405CA8CE6C78FDFA1819106 /* CoreModulesHeaders */ = { - isa = PBXGroup; - children = ( - 3017ACF3FD26992F268D922D4F198DC5 /* CoreModulesPlugins.h */, - 745924A4AE378A09BF9EA7242DEC6E85 /* RCTAccessibilityManager.h */, - FD62B39274EA562D4A91328FB4B1FF20 /* RCTActionSheetManager.h */, - 7AFCCE648EC6C8213DB1DF7234C0F70F /* RCTAlertManager.h */, - BA9AA9DDD4A629A8EC749F9F50357187 /* RCTAppearance.h */, - 924B6C509CDB0CA6746B1648EBC7D4D3 /* RCTAppState.h */, - 0FCDD122EDE115A205775EA04FBFBDC6 /* RCTAsyncLocalStorage.h */, - 79E4260DC140D94A2E1077C5DF861B7D /* RCTClipboard.h */, - E627CDB72F61D6949F9AE1C6A04F3C18 /* RCTDeviceInfo.h */, - 5D08E10D52B2673BABBFB140C4196A8D /* RCTDevLoadingView.h */, - 3BF77FA2F6DB09F8679968C9D83C832A /* RCTDevMenu.h */, - D3503632A813865D6FEED957171EB213 /* RCTDevSettings.h */, - 3E846D327651862A3A53BDC6512647DC /* RCTExceptionsManager.h */, - A623F80FD6380BA438F2159A9B7C08AC /* RCTFPSGraph.h */, - B8EA3E3770428DF954DAA066192009C7 /* RCTI18nManager.h */, - 2E7DBA48C71B4DAC7D59FC2A940393A7 /* RCTKeyboardObserver.h */, - 3AD0084B22698AF1EDC972C68BB2322B /* RCTLogBox.h */, - 3AF22FB927042505C9B286E4EC46B8D1 /* RCTPlatform.h */, - 0A323829E2B6A2452295F1C0FB344F84 /* RCTRedBox.h */, - 9452B5C43EA916CD281EA01557B6D6CD /* RCTSourceCode.h */, - 9BCC8CB5B9439F7EB8D21EC427A411BE /* RCTStatusBarManager.h */, - 6AD454C4B28D9A950B6CBB3936BFBDA0 /* RCTTiming.h */, - D32CDED1351F17190E1B59CEEC6BF245 /* RCTTVNavigationEventEmitter.h */, - F783C2C454817A026AE9B61AA0F59674 /* RCTWebSocketExecutor.h */, - 6FE27A51F250E66324F67CA14F1B4381 /* RCTWebSocketModule.h */, - ); - name = CoreModulesHeaders; - sourceTree = ""; - }; - 282C3E9EA8062AC38D8CA34D554CF2A0 /* glog */ = { - isa = PBXGroup; - children = ( - AAF4C3A95D6BC9B12F07D4622281BC73 /* demangle.cc */, - 2AF28E2E4B7D9E8CA9A1A7764E358184 /* log_severity.h */, - 935E1390F54C6800CD98500B25723BE5 /* logging.cc */, - 938CD9B4CAFFA54028E062875606D686 /* logging.h */, - 158EBDE9A4D9AEC31972B87D26A74F8D /* raw_logging.cc */, - 9FF84D2C6F863A78E53A2FC1C5550B2B /* raw_logging.h */, - 20F2F62A278020045E350C9220ABE3C1 /* signalhandler.cc */, - 946C39A0164D6B3E242B9546EECF1366 /* stl_logging.h */, - 3954A59CAA38E371B506AFB29D2EC06A /* symbolize.cc */, - 63A483D17BDBC2837F9EA0A3070944B1 /* utilities.cc */, - 50B1A4B51F3D9D6A0F73B5BDEA2764CE /* vlog_is_on.cc */, - 51482745B70807318B311D7FE4ED33D9 /* vlog_is_on.h */, - FAF5CDC6B17294DBE8EA7ABF7964E69B /* Support Files */, - ); - name = glog; - path = glog; - sourceTree = ""; - }; - 29957F868F07EEE89DFE7FC1B0ACE6D1 /* React-RCTImage */ = { - isa = PBXGroup; - children = ( - 71BE4DFE83137B56839551DFFFF8C9B4 /* RCTAnimatedImage.m */, - 01C21C249489EE346DD4A11EF19D3D5E /* RCTDisplayWeakRefreshable.m */, - 206931A66C38B06DD8AFE09136A1B029 /* RCTGIFImageDecoder.mm */, - 4682C45C30786C73132A8BB5D662ECFC /* RCTImageBlurUtils.m */, - 2ED2EF2B979B0A29828AF5B4BAFD7B40 /* RCTImageCache.m */, - F47081DBFFDB1C6F255C5FD875A5C376 /* RCTImageEditingManager.mm */, - 2D10D8772746157562E2B9517F76D7AE /* RCTImageLoader.mm */, - AD929667A4FB97C631F838C780B3E164 /* RCTImagePlugins.mm */, - 5C7FBB00D55337158A9FA5FD3966B142 /* RCTImageShadowView.m */, - 46AE9B2E4FE9A77B7DDC20407884429A /* RCTImageStoreManager.mm */, - F35D91BC4E017F007D5A53BC858B2EFC /* RCTImageURLLoaderWithAttribution.mm */, - A41F42FF908D0FC01E5B85427746BC66 /* RCTImageUtils.m */, - B82C9831093EC71B6FBC346BFAC6806E /* RCTImageView.mm */, - 77684A35E7398A826CFD85123677477B /* RCTImageViewManager.mm */, - 1F6DEED2A33C52ACA188D29B87DCE68E /* RCTLocalAssetImageLoader.mm */, - 203C4B90F861E8047F07194A90CE4D99 /* RCTResizeMode.m */, - F99382F0AAF0A2E3DAA7AAA537E357D6 /* RCTUIImageViewAnimated.m */, - E461324E60ACF7B8444DBB0EE23D8640 /* Pod */, - D2FD999A84F1409A835CE1AC2F72BE07 /* Support Files */, - ); - name = "React-RCTImage"; - path = "../../node_modules/react-native/Libraries/Image"; - sourceTree = ""; - }; - 29F594BCAD2B04FD41A5571053F76E54 /* Pod */ = { - isa = PBXGroup; - children = ( - 2DB0DAB5167D920FB531AF507D922157 /* LICENSE */, - 2D2B785D046FC7BB97717B4C9C939560 /* react-native-mmkv-storage.podspec */, - 7379223B34E77C5504CD5EC44401E062 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 29FA8794AB235829CFE487E3B985FFAA /* Pod */ = { - isa = PBXGroup; - children = ( - 2C3A58338A3816C943D435444857084F /* EXPermissions.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 2A1605F43820577278C403B27B83CA53 /* Pod */ = { - isa = PBXGroup; - children = ( - BCF5DA7CF8F37C283C200110140F8F68 /* UMCameraInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 2A8F588A063C53047A1DF2FAB8409C31 /* Pod */ = { - isa = PBXGroup; - children = ( - 4AA90063807461306D49CE31EEE893FC /* EXFileSystem.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 2B34C64697959284178234D6E618B973 /* Support Files */ = { - isa = PBXGroup; - children = ( - 01E0FF3687090764128063FD4FAC68F4 /* EXFileSystem-dummy.m */, - BC3A4CF1087BEA3A1902FDEBC08AFA0B /* EXFileSystem-prefix.pch */, - ED4CCEA8923FBA7589ADAE0A2B1A9E22 /* EXFileSystem.debug.xcconfig */, - 89E0D7160256055FF41A4D803B92D76B /* EXFileSystem.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXFileSystem"; - sourceTree = ""; - }; - 2B9CE841874EB20E7D95002AD4C81BD9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 628E91CF6B3063F0CB1FB25D8686FAA9 /* React-RCTText-dummy.m */, - 0BF959B84EC443C4637E597EDBBE8595 /* React-RCTText-prefix.pch */, - 7A1435EC45AE7758431842BC2EEFFDBC /* React-RCTText.debug.xcconfig */, - 4FD9B073B526324B4C079BBF3FAF0625 /* React-RCTText.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTText"; - sourceTree = ""; - }; - 2C376A7C2EFDB6FD2850156580C28348 /* EXAppleAuthentication */ = { - isa = PBXGroup; - children = ( - FE55980242366A463B85D53CE2DD69BC /* EXAppleAuthentication.h */, - 33D3A91460B4028AD3EECCADD535C860 /* EXAppleAuthentication.m */, - 4A19855FEA1116566571DE5084E1466B /* EXAppleAuthenticationButton.h */, - 683351FC6C8BE8BD1D9C4389F03BFBBA /* EXAppleAuthenticationButton.m */, - AFC265DE24DD1D11C2549A1DFCFB33BC /* EXAppleAuthenticationButtonViewManagers.m */, - 096AEB36DD9B43852DD6E8213D51692B /* EXAppleAuthenticationMappings.h */, - 758291E538225C70DE6734133AC3A499 /* EXAppleAuthenticationMappings.m */, - C1D2448E65B8873E3070773A862409E5 /* EXAppleAuthenticationRequest.h */, - 8F0BEC325C6451E9B049841D9BFD0657 /* EXAppleAuthenticationRequest.m */, - D998A876F9FB24F623EA15E886B1F465 /* Pod */, - 4E7E8BEB8AD17FCA7E03AC78150A7531 /* Support Files */, - ); - name = EXAppleAuthentication; - path = "../../node_modules/expo-apple-authentication/ios"; - sourceTree = ""; - }; - 2CBDD845557C474CFE1FCC0EBCE7632B /* Pod */ = { - isa = PBXGroup; - children = ( - CABEF792D50E2ED8865A14DCAC2F7873 /* React.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 2D65ED6144405F8AFE50E22615FBC757 /* RNBootSplash */ = { - isa = PBXGroup; - children = ( - 286C73839C0521D368C8ED6D8738CA0C /* RNBootSplash.h */, - 10A43B80EA1F7832D9087630A448EE74 /* RNBootSplash.m */, - 5170DEF66BFCB22D4C8E3F77F9ED9F31 /* Pod */, - 4A330CE8BAED93F72AE4B7960A2DF864 /* Support Files */, - ); - name = RNBootSplash; - path = "../../node_modules/react-native-bootsplash"; - sourceTree = ""; - }; - 2D76AB2D6A588615192EB2E7FCE9324C /* SKIOSNetworkPlugin */ = { - isa = PBXGroup; - children = ( - CFBB5134483B4EFF5B44B4CE9E6572AF /* FLEXNetworkObserver.h */, - BEC4154AEEF4D4F1C5F31A16732276E7 /* FLEXNetworkObserver.mm */, - EFD1AEC7C9EE184EC8AF579193C50CB3 /* FLEXNetworkRecorder.h */, - 3F60DF97893C2A43F93E70AD4F9E4D1E /* FLEXNetworkRecorder.mm */, - 2D7CCC3A35ED01CF8DD97243D695A42D /* FLEXNetworkTransaction.h */, - DACBC35D6F33D790F2FF67A684E8F6C9 /* FLEXNetworkTransaction.m */, - C70BEA44EE2B708E266B364AF932381F /* FLEXUtility.h */, - 3265554CBE12CB4CDC80DB69599B3BC2 /* FLEXUtility.mm */, - B027732CE1636DEAEC87BD23552C096F /* SKIOSNetworkAdapter.h */, - 4E68ADAA3752EC47F76C316914420059 /* SKIOSNetworkAdapter.mm */, - ); - name = SKIOSNetworkPlugin; - sourceTree = ""; - }; - 2D8B745962A50E83FF7996150833F953 /* Pod */ = { - isa = PBXGroup; - children = ( - 82DD80974FF30273244F3EA921126A80 /* LICENSE */, - E654CAA68738A360C911AF5D632C7A7A /* README.md */, - 9670C398C07BE89C28A06E2A457C6E15 /* rn-fetch-blob.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 2D98F7E250DDA23F317C95B298839E44 /* Pod */ = { - isa = PBXGroup; - children = ( - 99A309C670617D8725D4213E4CD4D44E /* advancedIos.md */, - A0B175454E06C8792BE2AE31DCD37A3C /* installation.md */, - F7FA67A8B790638F2ED0741788091713 /* LICENSE */, - 8AAB471678D021D050799DF4102C642E /* localNotifications.md */, - B7D0101E7B9D861A86904B91F4610869 /* notificationsEvents.md */, - EDBFEAEE8F0292D0DCFF9166DEB63B2C /* react-native-notifications.podspec */, - 289063AF1CACEA72AE19286CB84647B3 /* README.md */, - 7E3627B6DFB8DC0754BEA93D73EFC664 /* subscription.md */, - ); - name = Pod; - sourceTree = ""; - }; - 2DB833A897D8EE2545492BFCF387AE74 /* Pod */ = { - isa = PBXGroup; - children = ( - 798C613AEFF42CFE06D322C106C209FD /* React-RCTLinking.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 2DBCA84AEAED9EAAA942B25A158F1C7A /* Pod */ = { - isa = PBXGroup; - children = ( - 3B8869496FC3A20F73193272F09882AC /* KeyCommands.podspec */, - 4516AC3D46AF545E393559CD70DE85B6 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 2DF21793C13E466AE145CFC3AAC695D1 /* RefreshControl */ = { - isa = PBXGroup; - children = ( - 6732E8693A9F86EF3466ADD93AB172C2 /* RCTRefreshableProtocol.h */, - 85262599D7F17E300BDE1B67C62FD3A7 /* RCTRefreshControl.h */, - EB0247AE8C9423225AD2B988A87F39CB /* RCTRefreshControl.m */, - F24B41022839B1524F34C933ED739393 /* RCTRefreshControlManager.h */, - 149E38632B8669A9586126D972F4EB5A /* RCTRefreshControlManager.m */, - ); - name = RefreshControl; - path = RefreshControl; - sourceTree = ""; - }; - 2E61D802205E8937F21BEB15975E4E3B /* Support Files */ = { - isa = PBXGroup; - children = ( - 724B7300366D8C8592FA081D59F6BB73 /* React-RCTAnimation-dummy.m */, - 0904C9AF3A54D58F94663122B993853D /* React-RCTAnimation-prefix.pch */, - 266C38D88EC1B5DDAA6A4323643E199E /* React-RCTAnimation.debug.xcconfig */, - 2F3657979DCAC4D3524B660D89F3007B /* React-RCTAnimation.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTAnimation"; - sourceTree = ""; - }; - 2E6C5F2B755D82C4DCD48BCB089DE5E9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 556737AF5A617F0D7A1735500CEAE35C /* PromisesObjC-dummy.m */, - 687BA7BF0D1FB7FF725032B2B1E172DB /* PromisesObjC.debug.xcconfig */, - 16FE41E4C031332A7D19A14E6F64F8D4 /* PromisesObjC.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/PromisesObjC"; - sourceTree = ""; - }; - 2F4515000E6C710E3D5410B46D076D76 /* FirebaseCore */ = { - isa = PBXGroup; - children = ( - D3FA7E98B37EB21EF968FCF2B0B6C3C2 /* FIRAnalyticsConfiguration.h */, - C6C8A98C3AC2652D7E3C06971E98152E /* FIRAnalyticsConfiguration.m */, - AC3365A3B59B1CB61669C0AAEF0AE9E8 /* FIRApp.h */, - 21E2058879DBDE01C909A990634A1F71 /* FIRApp.m */, - 92F98C2C149393192EC00487D62BBE1F /* FIRAppAssociationRegistration.h */, - 79FC78D56A3FB19C0290641822FE096F /* FIRAppAssociationRegistration.m */, - C0B86EDFA98DFC90DCC5ED8CD0F70E14 /* FIRAppInternal.h */, - 45DD2B8B66880F29C28ADED53B6F7841 /* FIRBundleUtil.h */, - EA6ED3E68AD0CFF5FF441E2F4EEAA96E /* FIRBundleUtil.m */, - 7425498C1C2ACC864DEB505E227EFA0B /* FIRComponent.h */, - EA8021345334CB562D913E1FEA229892 /* FIRComponent.m */, - 7A41AAF4C4D59FA84C68EA87A15A634A /* FIRComponentContainer.h */, - 65AF5E11CA3CF7DE1EB9D4F73309B5B2 /* FIRComponentContainer.m */, - 023EFF0EBDCAC6817097649EF16544B4 /* FIRComponentContainerInternal.h */, - A0AFAAB094BDCC4AFB40FE7F5386BE8C /* FIRComponentType.h */, - 69A1770167F98E8615B3BE0F43742BE1 /* FIRComponentType.m */, - F9F6D2A2BC9FAF766BABAECB4E3104FF /* FIRConfiguration.h */, - 59C217DAE1F8E7FD62022A61ECDCEDEF /* FIRConfiguration.m */, - CCAC9DCAB451888B257ABAD7B0669506 /* FIRConfigurationInternal.h */, - D036955DF472334426170984C29337D9 /* FIRCoreDiagnosticsConnector.h */, - 15E56031CFE723199C0977118C60B30E /* FIRCoreDiagnosticsConnector.m */, - B6923B8E128C2A27D8B327B2CFA2F7B9 /* FIRCoreDiagnosticsData.h */, - 9C40E47EDB64D0924D97C4A6F27718EB /* FIRCoreDiagnosticsInterop.h */, - 9A72DC51FF9745B0CF75AC715F6482CE /* FIRDependency.h */, - D23492C419A981BB445406B3878430EA /* FIRDependency.m */, - 18FFFC7D85C13CADCFC4328954ED5669 /* FIRDiagnosticsData.h */, - DDFC69D1847846387CCC369D46AC76B2 /* FIRDiagnosticsData.m */, - CEBE585A41826380D7B1B060D5419D05 /* FirebaseCore.h */, - 182554BBF36BB1D041C0EBF7F8333D69 /* FirebaseCoreInternal.h */, - D58358EB13A6DCB23730240F1B0F2C2B /* FIRErrorCode.h */, - A8C5A8FE6C5DD1FA5BED0FC8D5D0D968 /* FIRErrors.h */, - D8E3712B0C01D13AB06B0E03294640D8 /* FIRErrors.m */, - 8A2EAA2E7D7775C4929B9E31D65795D2 /* FIRHeartbeatInfo.h */, - CFC786974383C30117C4BE40BD273476 /* FIRHeartbeatInfo.m */, - 21E6631746BAB094FA24624B6F6FE22A /* FIRLibrary.h */, - 25349A864009B46301B84888D04DFB10 /* FIRLogger.h */, - 26627C136AED73EAB2D4EA62CCDD2F7A /* FIRLogger.m */, - F155176274984137E2986E94196423FD /* FIRLoggerLevel.h */, - 1A8E35408562E44B1F77EA449390CD41 /* FIROptions.h */, - F6C6A4DF1F09E8AB7247F3C1B3AD2C5B /* FIROptions.m */, - 48C65DA1B5B4B7DF00BC75B19004B198 /* FIROptionsInternal.h */, - E467E68A1AA71A4E87C115E4B95AA60A /* FIRVersion.h */, - 09B7DEEA65B8C8BC1B2633BACEC99A15 /* FIRVersion.m */, - 049C10703535C77C87D5DC4524FFAF70 /* Support Files */, - ); - name = FirebaseCore; - path = FirebaseCore; - sourceTree = ""; - }; - 2F8687849DAA9A8C3A5A32F713129F00 /* FlipperKitHighlightOverlay */ = { - isa = PBXGroup; - children = ( - C062F9A39EEB9275A7BF9EE2958DA5C5 /* SKHighlightOverlay.h */, - EF68DF414BAA67509849401BEC601A74 /* SKHighlightOverlay.mm */, - ); - name = FlipperKitHighlightOverlay; - sourceTree = ""; - }; - 2F98A3A2D1F35F3132BAACDFB9BED568 /* Pod */ = { - isa = PBXGroup; - children = ( - 7FE0408D934A56E87324F7845E419DDE /* UMReactNativeAdapter.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 2FE2622E10CB4DE1036630E38A7FD040 /* Support Files */ = { - isa = PBXGroup; - children = ( - A315E74AB34E5D7AE27B60E6C75D933B /* react-native-simple-crypto.modulemap */, - 0D160B18FF0EBA0DBA5CABFFEC2F8341 /* react-native-simple-crypto-dummy.m */, - 07BA4D9042D32162E1E976ACDEFDE500 /* react-native-simple-crypto-prefix.pch */, - BDC8E968D4462A689FAC24C6F6D19167 /* react-native-simple-crypto-umbrella.h */, - 44F9B067A9F886DC07A10727143E434D /* react-native-simple-crypto.debug.xcconfig */, - 1A1840AB44BF1B7B0290497F0EBE358F /* react-native-simple-crypto.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-simple-crypto"; - sourceTree = ""; - }; - 302B7E7519897495AD0398F46BFD2196 /* platform */ = { - isa = PBXGroup; - children = ( - 413F489A8BC6A52405D4C29A4A0889C3 /* ios */, - ); - name = platform; - path = turbomodule/core/platform; - sourceTree = ""; - }; - 308CB196EF4EA1A3E4B247091BDFDC1C /* Static */ = { - isa = PBXGroup; - children = ( - F13CE78C7EA11EA05FF29BC02A161CAF /* aes.h */, - EF05CC29B3946B1A68574C699ADD45ED /* asn1.h */, - BB02DF37B0B684355C91EB7B61D68FC0 /* asn1_mac.h */, - 4FA152862FB02C682579A02332039EB5 /* asn1t.h */, - CA0456E1C068D02AED038F64DDAD7CAF /* bio.h */, - 984520EC98FA5B58906B233D19F7F802 /* blowfish.h */, - 4661BBE80136BA8189EF55EBC7100E6B /* bn.h */, - 4A90E9C68065203865223EC9569BE35A /* buffer.h */, - 744B8F055E20270F71B6AE6695A9F8E8 /* camellia.h */, - 8F631725687B42E1080A4523DEDF2CFC /* cast.h */, - 646EAABEA53F8B27F5F33853C3A63FB2 /* cmac.h */, - 4B4C942F70C53D8FD1AAC6DBE416AFB8 /* cms.h */, - BC72726E80C2B659552C755BBD8A7ADC /* comp.h */, - 26E050D75222331A4D6BBCE0B8681632 /* conf.h */, - C15193F2B4444557DDD3E00FDC1C3946 /* conf_api.h */, - AD3C10B2792F45AACEA0A46C37B7F506 /* crypto.h */, - 517D81BC84874F544B8A840781A10F97 /* des.h */, - 7D9CAD1152FB77C87AC89E1E191956DB /* des_old.h */, - FD73096BC01872A0AF7114C7A07AC60C /* dh.h */, - 3EB80F94A76E3706069243137743082A /* dsa.h */, - 3976FE67E7951F368BCB1A6227877279 /* dso.h */, - 23CE1F993981E949492B1D0129CE1A75 /* dtls1.h */, - 978C9168A00E5742FBAB3A83BEBB6CE9 /* e_os2.h */, - 2FD707BD4E7FA54C06104569F7581092 /* ebcdic.h */, - 7BB449FD2696FE70F8937E6572D4B93E /* ec.h */, - DCD0F787470C3B5B7CD0403B28918A85 /* ecdh.h */, - 3115747752305708DC09AD5DEB86359E /* ecdsa.h */, - 6CE5BC53E2C29232D1DBA136FF3644BF /* engine.h */, - 0BB88465F8EED86A56CAD79A506E3263 /* err.h */, - 0B0496971D57C34048B99D7F984ACD37 /* evp.h */, - 39E858A2445B730B224E163A6E812DE6 /* hmac.h */, - C12CCF59589572CA496395413F1D2B41 /* idea.h */, - F84B8CC6C9203DB51499F0B7BC9EAB3E /* krb5_asn.h */, - 94D7B289A15FC2D2B3B9BAB6E38C8B0D /* kssl.h */, - 6C38D43B08DCD779C7E71AB8834C5255 /* lhash.h */, - 73B7315B056CD78BABC6B6558D85B4DD /* md4.h */, - 72E7C9A921C023DF915DDB9CBC4C3ACE /* md5.h */, - 619EEA12A6D45CE5160705AF656A0B68 /* mdc2.h */, - 0CAC573E8B36D9314D23A96940C4F5DD /* modes.h */, - 0C301452422EE5E95093145C0E5E6B8D /* obj_mac.h */, - 4E3EBAF151C11E8119DC9A92805CC304 /* objects.h */, - 7927FC04B1EB3668326D805FA0C4AF46 /* ocsp.h */, - 0793CBD7F04644CD5E1899D90653E902 /* opensslconf.h */, - CE3E8D613FBB40C4FAB01BBAD65947F8 /* opensslconf-arm64.h */, - 3567CD878C63E05F8E8DAB606D4E9294 /* opensslconf-armv7.h */, - 2C6B07192495B593D1940802ABAB4148 /* opensslconf-armv7s.h */, - 5EB3B9BD3284402B44E4DEDA579AA7E5 /* opensslconf-i386.h */, - A1628F7591560170DADC81AF82F4B232 /* opensslconf-x86_64.h */, - 5729C4C6ECF1139A12EEEBD651C273E4 /* opensslv.h */, - 17EFB77E790958BAEA1257097960BB46 /* ossl_typ.h */, - 605A554852F8BC83422196F02E622FCA /* pem.h */, - 904A7B5FD95C9B494BFD5F11F02DED72 /* pem2.h */, - 93B4E17FA0EFEDE84BF9546EE69F7560 /* pkcs12.h */, - A654D8CBB0888F398C1ABF6EC8DD5833 /* pkcs7.h */, - B3E6527DB818529DEA4D023FAA4F9399 /* pqueue.h */, - 13A1F3650E9151A0D8FFF76D34596E26 /* rand.h */, - 6A0EA4FAC0425B48B697473763B7FD40 /* rc2.h */, - 4BA8457B6829C85F6F9238153B2EE524 /* rc4.h */, - 4E959FFE3ACD72BDD818FD1037D21090 /* ripemd.h */, - E5B6A408D40CF383DB81430556125764 /* rsa.h */, - BAFCE23B2443D0416B3EB2AC780ADFE2 /* safestack.h */, - AEDE2858EF730722EDBE39050A481FCC /* seed.h */, - 57D08E32E220189FFA0999221B3F7B86 /* sha.h */, - 92C4CDAA56D1F49F1420573AE9A6A366 /* shim.h */, - D7B7D2052DAB5590A4ED0C1EEBC53D0B /* srp.h */, - C76C6E8E02540F70E356EC109FB7F42F /* srtp.h */, - 1B170A83AADDDDC048790DE520A22900 /* ssl.h */, - 56962BC79902A290AB080EF592205CCD /* ssl2.h */, - C10A9AC474CBC2799A57620ECBA70166 /* ssl23.h */, - FDF773B3B8A64E7793DD122294AFD417 /* ssl3.h */, - AD38733E68696B9D678DD16D78A2C274 /* stack.h */, - 4538767425653D18587E5AFA3B866EEC /* symhacks.h */, - 1BDF660B412B90FA894EECE45A1367C1 /* tls1.h */, - E5A2D0619F05B758114A42A3202F875C /* ts.h */, - 29C2CEC06CEDAE455B92E560197A17C1 /* txt_db.h */, - 2D143833EBCFB5C8EC61F6AB9EC5557A /* ui.h */, - CA74DD382354099C5850E5EC1223A1B7 /* ui_compat.h */, - 8C082C39701F6B0FDCA2E15853FC092D /* whrlpool.h */, - 894B49388EC3E7E54300F42F48309FAA /* x509.h */, - 9A327625FF9A516BED139006B6731328 /* x509_vfy.h */, - 7391727E2E6F10BD0592AFE6A236195E /* x509v3.h */, - 7EC05761070827A60EF5120FABA7D45B /* Frameworks */, - ); - name = Static; - sourceTree = ""; - }; - 311FBF97F0D94399EF05358F8281B8E1 /* Source */ = { - isa = PBXGroup; - children = ( - 9C24C980CAA0B80F5D3D1C053708D21F /* KSCrash */, - ); - name = Source; - path = Source; - sourceTree = ""; - }; - 336AC9802F81127A117380E542744C2D /* Support Files */ = { - isa = PBXGroup; - children = ( - 04A398745848F80E21BF835100FA2C49 /* React-RCTNetwork-dummy.m */, - 4F9D78C50A1597E211B8632C222C3714 /* React-RCTNetwork-prefix.pch */, - 2B9816C5A3EC6E6F7493FDBD8F9B73AF /* React-RCTNetwork.debug.xcconfig */, - F1ABCF8203415ECBD73BADAB8F38DF47 /* React-RCTNetwork.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTNetwork"; - sourceTree = ""; - }; - 33AC32D35580F84CA58E6C02C2AF9BE3 /* Support Files */ = { - isa = PBXGroup; - children = ( - A3258EBC773B8337B6C33118ADF72A63 /* React-RCTActionSheet.debug.xcconfig */, - C3FB335BEDDB40D240F7B9E6312904A5 /* React-RCTActionSheet.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTActionSheet"; - sourceTree = ""; - }; - 33FDCCBBE3A4D0FE402C89F12A5BAB37 /* Support Files */ = { - isa = PBXGroup; - children = ( - 10AA5CE1114B48A7D2113489DB0A1608 /* react-native-cookies-dummy.m */, - 09FDF543C10CA1A18E1DC6E8B99D5908 /* react-native-cookies-prefix.pch */, - DAB08E0BFE57C7C6AE68B086A691CA95 /* react-native-cookies.debug.xcconfig */, - F6522C61057823F7A43F0EE53989EDF2 /* react-native-cookies.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/react-native-cookies"; - sourceTree = ""; - }; - 34807728FEDF0F244AB31B2794EC7CBB /* Interfaces */ = { - isa = PBXGroup; - children = ( - 93E88C83BDCCFB4820EB446D75FAC1AA /* UMAppLoaderInterface.h */, - 47978E8F6DD77DB5D439E9706D7453E1 /* UMAppRecordInterface.h */, - ); - name = Interfaces; - path = UMAppLoader/Interfaces; - sourceTree = ""; - }; - 34DA24C8EE2EBB123F0E80A6AC3F9103 /* Pod */ = { - isa = PBXGroup; - children = ( - DA6F45034BEC82867D2BE2B78BDF2783 /* UMCore.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 35255572C46EAA50455765F1D0EBC16B /* Pod */ = { - isa = PBXGroup; - children = ( - 1A5B0F5C295A4E3A0E279C18F3B77540 /* FBReactNativeSpec.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 359A6909C670B18DA27BB648E4015BA3 /* GoogleAppMeasurement */ = { - isa = PBXGroup; - children = ( - 59CEDDF8B6A76FA04C2CA9A7CCF5F216 /* Frameworks */, - 7CD4ED5FE7A44020CB580E23B002620C /* Support Files */, - ); - name = GoogleAppMeasurement; - path = GoogleAppMeasurement; - sourceTree = ""; - }; - 35B9B3D2D56AC5AAA1644175A9854E07 /* CoreOnly */ = { - isa = PBXGroup; - children = ( - B6B92577AA27122DBDD2D11EFAEFA97A /* Firebase.h */, - ); - name = CoreOnly; - sourceTree = ""; - }; - 35DD752B8735516009527CC410EDE3D4 /* Support Files */ = { - isa = PBXGroup; - children = ( - 45F95EA3CF16388B45207938345080DE /* GoogleDataTransport-dummy.m */, - F5860B8F15A0D6FA6CA3CD2D0F38BA6C /* GoogleDataTransport.debug.xcconfig */, - 49221CEFEE8CD83E3591E1CED4C8883B /* GoogleDataTransport.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/GoogleDataTransport"; - sourceTree = ""; - }; - 3623CD353868A70ACEFC56D5B160CF45 /* Multiline */ = { - isa = PBXGroup; - children = ( - DD313BCCA57383199C98A77AE5BCCDCC /* RCTMultilineTextInputView.m */, - 40C2586F4E90EAFDFA9A85016E24AD1D /* RCTMultilineTextInputViewManager.m */, - 9B0687862E0C1DFD616C8A7F6B30FDA5 /* RCTUITextView.m */, - ); - name = Multiline; - path = Multiline; - sourceTree = ""; - }; - 37B4B56AA4A3DA49CF37E07374DDBF4F /* UMFontInterface */ = { - isa = PBXGroup; - children = ( - 9406ADFFCA1C437737E1818EF79D8F03 /* UMFontManagerInterface.h */, - 16C3A57AF976FE078BC704C8EC1547C1 /* UMFontProcessorInterface.h */, - CD1AFB3FA8FCD1B354CC6745CB5BA9CF /* UMFontScalerInterface.h */, - 88C20B4B67C4B53FCB0D50BB2B63B1F9 /* UMFontScalersManagerInterface.h */, - AD5573657A3BB99A016F743496B08F11 /* Pod */, - AC54830EBA1054EF7FB92AF948B4C2BE /* Support Files */, - ); - name = UMFontInterface; - path = "../../node_modules/unimodules-font-interface/ios"; - sourceTree = ""; - }; - 37CFBB1458ECE337045D9BF451B8089F /* Pod */ = { - isa = PBXGroup; - children = ( - 703C211B2A8AE7580CB73C8D51ED98DE /* React-callinvoker.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 38A8F1952AC516F7A85577F5939B0702 /* Pod */ = { - isa = PBXGroup; - children = ( - AD4FCD4572659A36425BE28CF070AC0D /* ReactNativeUiLib.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 38CFB7A037770528395FDBC5F1FC0A46 /* Support Files */ = { - isa = PBXGroup; - children = ( - 845C8236DC998206338CA4E40EA9E614 /* react-native-jitsi-meet-dummy.m */, - 8BD2FD2D6533243703191CAE45CA121E /* react-native-jitsi-meet-prefix.pch */, - 0F7B50DAAB8E96BDC5AEF8F49BE1DCF3 /* react-native-jitsi-meet.debug.xcconfig */, - E3A252AF822BF7E457C1B7859F0FCEC2 /* react-native-jitsi-meet.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-jitsi-meet"; - sourceTree = ""; - }; - 39589675EC52B99398ADD51A1D5630DF /* FirebaseAnalytics */ = { - isa = PBXGroup; - children = ( - A4684E0EA2090437971722B930A89864 /* Frameworks */, - F0A5F96CABF6A1B932E59F4FCAD27698 /* Support Files */, - ); - name = FirebaseAnalytics; - path = FirebaseAnalytics; - sourceTree = ""; - }; - 39773B60602D5FE903AE476DEA7C703A /* RCTBlobHeaders */ = { - isa = PBXGroup; - children = ( - F75CBF9E2FEC3B3619BA285BF0050C82 /* RCTBlobManager.h */, - 11B3C4CF1A1D4A2676541A7E27293D9C /* RCTFileReaderModule.h */, - ); - name = RCTBlobHeaders; - sourceTree = ""; - }; - 39C7F11881C0D4299D0A32C6BB193A1D /* Pod */ = { - isa = PBXGroup; - children = ( - 1D52D7564B324291B8EF61EE6B72C039 /* LICENSE */, - 7F9B9319A5A20BD8796BD42609257B4F /* README.md */, - 9991DC8D808E127F48F11CF903AE10B0 /* RNFBAnalytics.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 3A67E76FB7FB6C7EBA50F61946FC756D /* Pod */ = { - isa = PBXGroup; - children = ( - CF8ED51C439DA478594386FF23A87C46 /* RCTRequired.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 3A6CF80210FB728713183E08A226ED85 /* safearea */ = { - isa = PBXGroup; - children = ( - B24EBC344F6BCB0882FBB5E848A14C3A /* SafeAreaManager.h */, - F4D02B44AE2132210050FA0C88E7109A /* SafeAreaManager.m */, - DF72FB3DBB880446E5AD161BE370FBFE /* SafeAreaSpacerShadowView.h */, - FA55BB8206B6580DDBDD0ECC5E5154DC /* SafeAreaSpacerShadowView.m */, - 0EC0E997D9B3C1DE8622F249323338C9 /* SafeAreaSpacerView.h */, - E47C4930236D1E2C754984EF78C97B0E /* SafeAreaSpacerView.m */, - CD61D0B02D9B795F5B780BD1D9202FDC /* SafeAreaSpacerViewLocalData.h */, - 5C28F27A2781674508C1E938D672819C /* SafeAreaSpacerViewLocalData.m */, - 28D4E14F5D33C322610CBE24691A7ED8 /* SafeAreaSpacerViewManager.h */, - 434B633EEA860E4A24711830AAECAE78 /* SafeAreaSpacerViewManager.m */, - ); - name = safearea; - path = ios/reactnativeuilib/safearea; - sourceTree = ""; - }; - 3AC697F09632EE962A5C25939C5D856C /* Support Files */ = { - isa = PBXGroup; - children = ( - 06D99FEABE233078B04675E85801C805 /* UMPermissionsInterface-dummy.m */, - 7D730FE4F2C522C3563904D9400A4507 /* UMPermissionsInterface-prefix.pch */, - E199A1FF3B8B519F08FBDD50B3FC2E58 /* UMPermissionsInterface.debug.xcconfig */, - 2825B426015D86ECAF164C61954829D1 /* UMPermissionsInterface.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMPermissionsInterface"; - sourceTree = ""; - }; - 3B330C759ADA4945406E1E26FD8C67C6 /* RNConfigReader.xcworkspace */ = { - isa = PBXGroup; - children = ( - BFC3AE5F07C7BC9197076D4279ECD81B /* contents.xcworkspacedata */, - ); - name = RNConfigReader.xcworkspace; - path = ios/RNConfigReader.xcworkspace; - sourceTree = ""; - }; - 3C4143AADBD52F464E13A30BF2810448 /* core */ = { - isa = PBXGroup; - children = ( - 2FA596F85ECBCFBE824159B18957A8A6 /* LongLivedObject.cpp */, - C231B37854825087ECFC2B6882907339 /* LongLivedObject.h */, - 974E830714D9DA8D04FFBCBB14A519BA /* TurboCxxModule.cpp */, - 86B48D082485E5DF2DB7BAE832F02045 /* TurboCxxModule.h */, - 2713DFC2D56808FDBC448C3B86E9A611 /* TurboModule.cpp */, - AC4B49FDB90A0C1BB06ECE5CE140C94D /* TurboModule.h */, - 0BB6C4A3B20071A7658C07D99F31BC1D /* TurboModuleBinding.cpp */, - 6C76AD588515BC1C08F529B35AC40F71 /* TurboModuleBinding.h */, - B9E025C5DB66255DDE63B287F499A3EB /* TurboModuleUtils.cpp */, - F3C3BADE73296A67E67E678083526195 /* TurboModuleUtils.h */, - 302B7E7519897495AD0398F46BFD2196 /* platform */, - ); - name = core; - sourceTree = ""; - }; - 3C425710477A83EFF89E58AB15287F25 /* Support Files */ = { - isa = PBXGroup; - children = ( - 0E4CC76754649238CF2D91C84F21BC25 /* ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist */, - E2C115EE6C71135BBDA69C6248F6BE05 /* RNImageCropPicker-dummy.m */, - F02CEA1CAA1745BFB9CA955AE2FD3CA7 /* RNImageCropPicker-prefix.pch */, - 541FAB4AD3B609262242ECE3F0F2ED72 /* RNImageCropPicker.debug.xcconfig */, - 4C1DCBFB212A62AC19A9DCF6C171511D /* RNImageCropPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNImageCropPicker"; - sourceTree = ""; - }; - 3C42B41DE84C3AECB1DCC0F06AE1D8CB /* RNConfigReader.xcodeproj */ = { - isa = PBXGroup; - children = ( - 31C1A7E29D432CE37D7D9E6177623731 /* project.pbxproj */, - ); - name = RNConfigReader.xcodeproj; - path = ios/RNConfigReader.xcodeproj; - sourceTree = ""; - }; - 3CD04A42D195271D7015E70599AE511B /* Pod */ = { - isa = PBXGroup; - children = ( - 06D95F7AE2A7309D3F28A778AADB34EC /* UMConstantsInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 3CE02B39A92B0DCBB0D5B4C6784BC575 /* rn-extensions-share */ = { - isa = PBXGroup; - children = ( - 9BF7754DA09A0BE658E46C2BD9F0FC0D /* ReactNativeShareExtension.h */, - 3F3D2A8BB58AB3F74B767E6FD301A034 /* ReactNativeShareExtension.m */, - 4B80494CD8AC4714D5B310475A9AC865 /* Pod */, - 4ED9839F1CEDBF523A97FAEAAB31AA52 /* Support Files */, - ); - name = "rn-extensions-share"; - path = "../../node_modules/rn-extensions-share"; - sourceTree = ""; - }; - 40C27F98465DAAF722D7726BC5A45FA7 /* Support Files */ = { - isa = PBXGroup; - children = ( - D608D165B21F1CD1BAB87A568E9E823F /* boost-for-react-native.debug.xcconfig */, - BD7A41C09FDD745D8AF3F4760AAFEAE0 /* boost-for-react-native.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/boost-for-react-native"; - sourceTree = ""; - }; - 413F489A8BC6A52405D4C29A4A0889C3 /* ios */ = { - isa = PBXGroup; - children = ( - EBBAADA5A991C9834B99444C0686DA8D /* RCTTurboModule.h */, - F792B24A00DBFF62C0617B6A4598DBAC /* RCTTurboModule.mm */, - EB276778C5F69E09E6A00BD6A008D0CC /* RCTTurboModuleManager.h */, - FB79E4D513473BEAC24AF54F58ACD435 /* RCTTurboModuleManager.mm */, - ); - name = ios; - path = ios; - sourceTree = ""; - }; - 4168E30E8A8D8D6DF30F937D55D13447 /* Text */ = { - isa = PBXGroup; - children = ( - 1EAB678D17C00FCC742C0BD533CDE760 /* NSTextStorage+FontScaling.h */, - 0D2B63FFED03FF5075ABE41805000AD8 /* RCTTextShadowView.h */, - 2548E7545719B23D8AB2D43D64AFD069 /* RCTTextView.h */, - 7F0FF8B15D1233CCEC9B873AA2DD00F9 /* RCTTextViewManager.h */, - ); - name = Text; - path = Libraries/Text/Text; - sourceTree = ""; - }; - 41A1A7226215B2705ABC17E5E7B43ACC /* react-native-simple-crypto */ = { - isa = PBXGroup; - children = ( - E8E04999D510F42466D1CFA0258CB3F3 /* RCTAes.h */, - 1E58EE3E5B22518E1A1C898415B60853 /* RCTAes.m */, - 73F2BF79B5B9B41A730CFC8740E1D56B /* RCTCrypto-Bridging-Header.h */, - 27C509B23C93ED60AE2047FB1DAB5716 /* RCTHmac.h */, - 51CB3D0DB1D52F6975C4836A2FD5C2BD /* RCTHmac.m */, - BF9994A9BA1D7253ED603A7D46D22859 /* RCTPbkdf2.h */, - BB371623863E845B1C36B94A9DBDC958 /* RCTPbkdf2.m */, - 03C8C28D58A5168857490584CE90FB2D /* RCTRsa.h */, - 0B7CDDCA98039365795266478523172A /* RCTRsa.m */, - 2DFF757C1669E1B0DEF136C255D4BEAF /* RCTRsaUtils.m */, - E51AC122AA8521CFA3097B6C9DEF9CB7 /* RCTRsaUtils.swift */, - D02D2CB2DA5D9280DAFA3EE0A01A5360 /* RCTSha.h */, - 3050B639F6206DD2789E8D23D715E5EA /* RCTSha.m */, - A36A4F686A9666BDA82C3925845F2CB5 /* RNRandomBytes.h */, - 3864813644F24CB71A185AC605E6F8C8 /* RNRandomBytes.m */, - D74A870E046221DDD5925CE5CF632EA1 /* lib */, - 587A6D375A77C7D7322B584C0809EE90 /* Pod */, - 2FE2622E10CB4DE1036630E38A7FD040 /* Support Files */, - ); - name = "react-native-simple-crypto"; - path = "../../node_modules/react-native-simple-crypto"; - sourceTree = ""; - }; - 41CB0E09B8950B71BCF8D989975663E3 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3A43B56A959224EA935C24911E23A0B3 /* EXPermissions-dummy.m */, - A42B4B1D05B1A88646A4FE5887CE05E0 /* EXPermissions-prefix.pch */, - 635A4FB8E48C924657B295123F89848C /* EXPermissions.debug.xcconfig */, - D1B537DC845EAE57CF60D717B35F4D0A /* EXPermissions.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXPermissions"; - sourceTree = ""; - }; - 41FF9540FC3EB6A9AAB41466C9A3F382 /* Support Files */ = { - isa = PBXGroup; - children = ( - 94D10BF31360E8601604E0F3DB59F912 /* RNGestureHandler-dummy.m */, - BA530E8243BB6D15475E40BCEFCB435C /* RNGestureHandler-prefix.pch */, - 89E389AFC5C503F1E797BADEEB070979 /* RNGestureHandler.debug.xcconfig */, - 72C5A4C2336F7A4FFCAF906F7F06C7AC /* RNGestureHandler.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNGestureHandler"; - sourceTree = ""; - }; - 422BB8BDA70C788CCF3F327762AE2360 /* libwebp */ = { - isa = PBXGroup; - children = ( - F7C5B8ACC15591E100DBD822F24B7346 /* demux */, - 10B77BD0E45F1967671D7C550DEDD505 /* mux */, - 847D20EB88EA79E63C61DB1E42ADE39B /* Support Files */, - DBF1E5EAD520DB0E36E51BFCA2CB8C1B /* webp */, - ); - name = libwebp; - path = libwebp; - sourceTree = ""; - }; - 427D55B4D49DECAD25DD96042FDE89C6 /* react-native-safe-area-context */ = { - isa = PBXGroup; - children = ( - DE10E1F3CD9CCC15406C1AC314967083 /* RCTView+SafeAreaCompat.h */, - 4E5FA62810235EAEA60120FA78680485 /* RCTView+SafeAreaCompat.m */, - 76E543CFB76269BD67FBC55FC4031020 /* RNCSafeAreaProvider.h */, - 21A574A59F26A270647AA5E719C0680F /* RNCSafeAreaProvider.m */, - 10A5B470CA9579741B7E2823563EE94A /* RNCSafeAreaProviderManager.h */, - F981E5599AAC5A1A1F4492356A632A5C /* RNCSafeAreaProviderManager.m */, - F405BEA79EBE02A27500B0A1972DE902 /* RNCSafeAreaShadowView.h */, - B6D4C3F9F524021940EA178B60342E31 /* RNCSafeAreaShadowView.m */, - 55F35E3B58E9CB154587788A4E7B406F /* RNCSafeAreaView.h */, - A1458BDF76E05235C9B14DCBC4E74C23 /* RNCSafeAreaView.m */, - CFED212E9385EB6CECEDC9598A9E88C8 /* RNCSafeAreaViewEdges.h */, - DF64644ED4121763E71872A2ECEED903 /* RNCSafeAreaViewEdges.m */, - A1C4FA5C3826DA857200143A7647DA04 /* RNCSafeAreaViewLocalData.h */, - 0EDF59CD0B4EB929A47D97F24BA52782 /* RNCSafeAreaViewLocalData.m */, - 1B5C1EE00A2FFBA3F837A43A65268E67 /* RNCSafeAreaViewManager.h */, - 3E0E6F5A82BB342BB8E3B31367BEE799 /* RNCSafeAreaViewManager.m */, - 19E6B9811160CEB3A10EF5B1773F6F98 /* RNCSafeAreaViewMode.h */, - 09D566BB3C8B63999C45945835DD2B2B /* RNCSafeAreaViewMode.m */, - F70AC376CC3B361021EEC657D1089DA1 /* Pod */, - 0F31C454E2ED3D4762DDDE38BEA08C2D /* Support Files */, - ); - name = "react-native-safe-area-context"; - path = "../../node_modules/react-native-safe-area-context"; - sourceTree = ""; - }; - 43BB5083E87272AB078C4556989D974C /* Pod */ = { - isa = PBXGroup; - children = ( - 844D43ADDC2C94E920F8A6E5ECC8935F /* LICENSE */, - 5460FB569D2CD846DA4AF693B1D85414 /* README.md */, - B24A27A19EFD6B78E16242893AA86C76 /* RNConfigReader.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 43CF2AE86BE9AB062D10DCAF0B010ADE /* Services */ = { - isa = PBXGroup; - children = ( - 8133DD011351A91D45087AEB896EE038 /* UMLogManager.h */, - E821DCEEC80B1C2AB4E87821719D38EC /* UMLogManager.m */, - ); - name = Services; - path = UMCore/Services; - sourceTree = ""; - }; - 4464AD541B5FB339CFEBA6B2B9DED9EB /* FlipperKitUserDefaultsPlugin */ = { - isa = PBXGroup; - children = ( - 6BE5AE256E39E9199B0D32DDD87EC408 /* FKUserDefaultsPlugin.h */, - 9EC2F54F744EDAE4E3B2932407DEB7B7 /* FKUserDefaultsPlugin.m */, - FE42AF43D8852AD9F79D7EB7E1A6C571 /* FKUserDefaultsSwizzleUtility.h */, - 3601CEBB2D12A7BCB18A906953968DB5 /* FKUserDefaultsSwizzleUtility.m */, - ); - name = FlipperKitUserDefaultsPlugin; - sourceTree = ""; - }; - 44A03D223B4B8AFAE5365DD9292DAEB3 /* Support Files */ = { - isa = PBXGroup; - children = ( - A59D2F4E37E9AC0851120CBC6E4CE2CF /* EXLocalAuthentication-dummy.m */, - 6B0AEFE4874F791AB0433A825C7D2358 /* EXLocalAuthentication-prefix.pch */, - 0186FFFE3F8C4FB045AC4589B4A964B9 /* EXLocalAuthentication.debug.xcconfig */, - FF277BA5C6F9E736EC4811F35FD1AF69 /* EXLocalAuthentication.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXLocalAuthentication"; - sourceTree = ""; - }; - 44F82286B57795E2C32DD648E7D59B6B /* Support Files */ = { - isa = PBXGroup; - children = ( - FF424DFF4D2E0A31C963CE17487799A2 /* MMKVCore-dummy.m */, - AD6F03C8C88EACE8520C3135C59949B1 /* MMKVCore-prefix.pch */, - FB519BEBE708CFEE62CAC689F2F62A72 /* MMKVCore.debug.xcconfig */, - 7374D673628E5F56B5B9CAC64C9DF658 /* MMKVCore.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/MMKVCore"; - sourceTree = ""; - }; - 45676450CD12F3F0FDBFA2922F63A317 /* Pod */ = { - isa = PBXGroup; - children = ( - 212BF6DA3168D7A04EEE7654DCF27CD3 /* UMImageLoaderInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 461E1B728DA86203BD918CC281D6A8E4 /* Resources */ = { - isa = PBXGroup; - children = ( - CD132A065C7A5B05619F85ABE00D4A95 /* de.lproj */, - 9917B2EE80CFF651172863FBEBB77B7D /* en.lproj */, - 3228425916A5B6968901CCBBA5558482 /* es.lproj */, - 374B449C83BDC08E809939C92869732C /* fr.lproj */, - CA2360D8C463FBC375328E589CD039C0 /* ja.lproj */, - D2322691BBE2B54B568B91FA56D670EB /* pl.lproj */, - D2137CC9ED7676EACB7B94AA4E774943 /* QBImagePicker.storyboard */, - 92E9682217BCFD1A5B1A5CF012F738AF /* zh-Hans.lproj */, - ); - name = Resources; - sourceTree = ""; - }; - 46BBCCEA4F5637CA79BF3AC3E6507FD3 /* Pod */ = { - isa = PBXGroup; - children = ( - ACA4FEA7E4C7722A6B8C07CE5186453A /* EXLocalAuthentication.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 481F710EF47743DEA8CA647D4F419048 /* Flipper */ = { - isa = PBXGroup; - children = ( - D103EAF089AC08C16740236B2AC82023 /* CallstackHelper.h */, - 13901AF5DCA74F637A18D2CEE0C1E42E /* CertificateUtils.cpp */, - 022B173D8F86D6F1473F8BC42E091742 /* CertificateUtils.h */, - 6CDC9EFB2A2D03205FD07E3990CE629B /* ConnectionContextStore.cpp */, - 83359118ADA8529CE3A9F9350D413CAB /* ConnectionContextStore.h */, - E7A4DFCB62E3760AF93682C7CF055BC9 /* FireAndForgetBasedFlipperResponder.h */, - 2CDCBC2902FF7AD96C96AAB010E25893 /* FlipperClient.cpp */, - 359A199BC21EA9146C670D2A64EBC901 /* FlipperClient.h */, - 739ADE93C1E852DFD6D6CE1E64501B98 /* FlipperConnection.h */, - D1E12FC9CA8F341B7DFAFCFF6CC50B26 /* FlipperConnectionImpl.h */, - C9129EED39EB6E2B158D3ECCAA9506BF /* FlipperConnectionManager.h */, - 24231EE0E03C961B55C393073D963F38 /* FlipperConnectionManagerImpl.cpp */, - EADD258971A1E256C7AF2EB7A8160038 /* FlipperConnectionManagerImpl.h */, - 5A1001AE9B9C32A87BFD0EFF23957AD1 /* FlipperInitConfig.h */, - 1A91F7152B4A31F6E78FBDEC8BFA85BC /* FlipperPlugin.h */, - 16989DAF0F76111BD799F85B4F8AADAE /* FlipperResponder.h */, - 55CED6751CC2770979336963066E120E /* FlipperResponderImpl.h */, - 279404C3879A3BAA69E0BD044D1A335F /* FlipperRSocketResponder.cpp */, - A5D37FD2C4930C2FE920132BF2D33C3F /* FlipperRSocketResponder.h */, - A980E4BB5EE768BDD3B8999DD05CE5E9 /* FlipperState.cpp */, - E754BD89E98B80FD0AE22E56F83FFAA3 /* FlipperState.h */, - DC825FE093DFFB228B74B4F503B76747 /* FlipperStateUpdateListener.h */, - EBAB83B23ADE88C80AA0663913DEC29E /* FlipperStep.cpp */, - D590CAE39944F68E511B75E0D8E4EBD5 /* FlipperStep.h */, - 56CC867DDD6D73478F4E9147D0DB6346 /* Log.cpp */, - 64D37B23DAF3450B8C477CE39873C68B /* Log.h */, - CA9903E3AA2CE17D1187DFECDB138D0F /* Support Files */, - ); - name = Flipper; - path = Flipper; - sourceTree = ""; - }; - 49199EBABEFD407FE9E4EBC91B8725B2 /* Pod */ = { - isa = PBXGroup; - children = ( - FB69F3CBBD00D7DAF1E67D5943FDB723 /* LICENSE */, - 374BDAD97A426EF6756E23C0852B7D5A /* README.md */, - BAADB467BC9EB04D8D50F6F196985565 /* RNCPicker.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 491A2CD50EFE9F6D46AFA594CCE2E020 /* Support Files */ = { - isa = PBXGroup; - children = ( - 87AFE97336A48930AE98B4040C160998 /* RNCMaskedView-dummy.m */, - 3CCB5AA5DD6DB8760C2F20CF0C3D71DE /* RNCMaskedView-prefix.pch */, - 3950996546D21903055CB9CE69327EE7 /* RNCMaskedView.debug.xcconfig */, - DC1EC316FB2651C20CC2185D4DF29027 /* RNCMaskedView.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNCMaskedView"; - sourceTree = ""; - }; - 49E6A2466E71147B895CAF95E3BD5A59 /* Filters */ = { - isa = PBXGroup; - children = ( - 173C3A9051F96EE5ABBC6D38FC4F8209 /* BSG_KSCrashReportFilter.h */, - 123208942F42565C45949267CD0A5372 /* BSG_KSCrashReportFilterCompletion.h */, - ); - name = Filters; - path = Filters; - sourceTree = ""; - }; - 4A066CEC159B4390592356F852F03071 /* RCTVibrationHeaders */ = { - isa = PBXGroup; - children = ( - 61852F402F4D6B6F18A8884F5709FCCF /* RCTVibration.h */, - 9D6C553032E8D1626A4FBE469D4686BE /* RCTVibrationPlugins.h */, - ); - name = RCTVibrationHeaders; - sourceTree = ""; - }; - 4A330CE8BAED93F72AE4B7960A2DF864 /* Support Files */ = { - isa = PBXGroup; - children = ( - 7A9DC22B901296EA8C499C3089667E40 /* RNBootSplash-dummy.m */, - 2A65F60955ED476615DE17852B465249 /* RNBootSplash-prefix.pch */, - 1887510BDCC5627443392E266C517392 /* RNBootSplash.debug.xcconfig */, - 958F4715FAC79A6E15516A357E2F49FA /* RNBootSplash.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNBootSplash"; - sourceTree = ""; - }; - 4B80494CD8AC4714D5B310475A9AC865 /* Pod */ = { - isa = PBXGroup; - children = ( - F6B9ADC1E10F96FB413009C4451F916A /* LICENSE */, - 00AF277011539E1BA2A41D67DE3E835A /* README.md */, - 744BAE2513C38A3F7F7814B6CD5D1FE8 /* rn-extensions-share.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 4C8EEDD7804D156C80053B98EBE5FFF9 /* Support Files */ = { - isa = PBXGroup; - children = ( - D96EB50BA70CE0BB83D206B615767812 /* UMReactNativeAdapter-dummy.m */, - D4F33C0448C7B843FE1DB8EFCA45208F /* UMReactNativeAdapter-prefix.pch */, - 0A0C7B210F71F8C2716DF50B5320CD12 /* UMReactNativeAdapter.debug.xcconfig */, - 4666385F6DFC21C3B8697F5A3FEB7AFE /* UMReactNativeAdapter.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/UMReactNativeAdapter"; - sourceTree = ""; - }; - 4DA207C738630DFEA75ED6BC064B8729 /* FlipperKitLayoutPlugin */ = { - isa = PBXGroup; - children = ( - B0F40570761845BCC546044769A16564 /* FlipperKitLayoutPlugin.h */, - 6C61301D9CA45629C9D3FF006E1CB994 /* FlipperKitLayoutPlugin.mm */, - A1E0ABF278073876AD33D4B0E288AEDA /* SKApplicationDescriptor.h */, - 255AFDB5B7B81EE4CFA18F0E6E2F18AC /* SKApplicationDescriptor.m */, - 91FA7EF55E7841A5F0D98639B05946EA /* SKButtonDescriptor.h */, - 856C51D31C872C65286272450B01884E /* SKButtonDescriptor.mm */, - FF1D87FEE7D6441ED3A0609D7FE953D2 /* SKDescriptorMapper.h */, - 1FFAEB67B93B9E453AFA471A45BD2CB2 /* SKDescriptorMapper.mm */, - 121EB4111318EF39FC46E6410312CF34 /* SKHiddenWindow.h */, - 2A42675963375C63C8EE33249EAFAFB2 /* SKHiddenWindow.m */, - FDD78ACE98AB31EFB6C105C1FCD89DCD /* SKInvalidation.h */, - 7A976500406D7F50F37ADF75A7A7E707 /* SKInvalidation.m */, - F5C9EB468E764888808428A4B7A578DB /* SKNamed.h */, - C325064A6EA5D9402949DD01145027D3 /* SKNamed.mm */, - 7D574F086036572609127D36B0C48B71 /* SKNodeDescriptor.h */, - 7E8DA43944941A19B1E64EE81E4F2E5B /* SKNodeDescriptor.mm */, - 0A6094AE3830A4927FE84150624EE0EB /* SKObject.h */, - 5573AC77F392E6664F5076C313A0746F /* SKObject.mm */, - 202E8476D86CC0859C035F723C4683C9 /* SKObjectHash.h */, - EEF28CC36B5A0831E5F8D60E0FA5F94C /* SKScrollViewDescriptor.h */, - BDD0D914B54B0EF3FBF9F7323D8D6450 /* SKScrollViewDescriptor.m */, - 4269DFEA3926FFBA5A70FB965223A26B /* SKSearchResultNode.h */, - 81F4C2B7EC587E62A87A6BC9C5C1382A /* SKSearchResultNode.m */, - 8C9D397107A7E750DB13344E4D84F113 /* SKSwizzle.h */, - 43230C1610BDF1FC5CD6CE200AEF6CE7 /* SKSwizzle.mm */, - 4DB537C8DC6DA08BD0C3DAB66B2901DF /* SKTapListener.h */, - 3D5BAE22EB2D8BE51DAE81E86362E152 /* SKTapListenerImpl.h */, - 4D560E3A0BD7387D1A33E6AD5C2B30CA /* SKTapListenerImpl.m */, - E625145E487403A37F207D3E5DA95BC9 /* SKTouch.h */, - 10CD8D194B28F77C7544E1C6DE6E756D /* SKTouch.m */, - F98D7E7D5AFF6B3E6066EEAFCAB263C6 /* SKViewControllerDescriptor.h */, - 9932BC606BC41D635D721A888455D167 /* SKViewControllerDescriptor.m */, - 2B0A448CF435BFA079179D815A51998E /* SKViewDescriptor.h */, - ECD17A746843E61D3926DD129C1FE473 /* SKViewDescriptor.mm */, - 5A22BEC1CC310BB63B8C7D97C091D674 /* SKYogaKitHelper.h */, - F3F012D0E52C3EFCF6F0D70B17A2B978 /* UICollectionView+SKInvalidation.h */, - 8A0C4F73C57C64EC635C2B50463B0ED9 /* UICollectionView+SKInvalidation.mm */, - 20370633AF42CE88583AC6B9F9471D03 /* UIColor+SKSonarValueCoder.h */, - ACD0911E6AE20A2BBC3445757980F816 /* UIColor+SKSonarValueCoder.mm */, - 6B48B61202175EE409F55DBB79FCC12C /* UIView+SKInvalidation.h */, - 3C4101E42C745A964AFAD242BF1ED8B2 /* UIView+SKInvalidation.mm */, - ); - name = FlipperKitLayoutPlugin; - sourceTree = ""; - }; - 4DF2C657ACAD4F56EBB8BE79BDE806C1 /* Support Files */ = { - isa = PBXGroup; - children = ( - C5DE2A7329D2DA3BC1A14322FE80B4B9 /* React-RCTBlob-dummy.m */, - E05229961AC76BDF0363B35FE8FE787E /* React-RCTBlob-prefix.pch */, - F86C0E925DDCC7DE1A30496C158728D9 /* React-RCTBlob.debug.xcconfig */, - FDC79AED2A8C575D97FDB6D1B7645E0C /* React-RCTBlob.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTBlob"; - sourceTree = ""; - }; - 4E7E8BEB8AD17FCA7E03AC78150A7531 /* Support Files */ = { - isa = PBXGroup; - children = ( - 970A2EA7B31D46B11E1F16BC496265D4 /* EXAppleAuthentication-dummy.m */, - 8BF83B1F5884B788DC9A56F20D2ACC7E /* EXAppleAuthentication-prefix.pch */, - F5B1F45E7AA8BF9682C0E40DB86B886C /* EXAppleAuthentication.debug.xcconfig */, - ADCD9C3D58BC620ABCA060085D96C2DA /* EXAppleAuthentication.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXAppleAuthentication"; - sourceTree = ""; - }; - 4ED9839F1CEDBF523A97FAEAAB31AA52 /* Support Files */ = { - isa = PBXGroup; - children = ( - B56F92CCE7198512E28557CC66F27DF8 /* rn-extensions-share-dummy.m */, - 93FCE2EE1F9C59A79639B5C3012B73CA /* rn-extensions-share-prefix.pch */, - DBBC2900C27054B2E9B0C763867262B2 /* rn-extensions-share.debug.xcconfig */, - DA83EE13A5CEF104A89D2858A81F108F /* rn-extensions-share.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/rn-extensions-share"; - sourceTree = ""; - }; - 4FFE090A8BB26A9E9F4134ABE9B36E0D /* Support Files */ = { - isa = PBXGroup; - children = ( - 5FE40E952AF650BE8DBD4668B5BDC6E8 /* GoogleUtilities-dummy.m */, - 3907C3CE12C7F36B975C099BD3837EA4 /* GoogleUtilities-prefix.pch */, - 1AAF5794CF3E15852796926C4EF93EA8 /* GoogleUtilities.debug.xcconfig */, - 72D8C97B99DEEA111AAF60AC08914F60 /* GoogleUtilities.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/GoogleUtilities"; - sourceTree = ""; - }; - 50FB77F7B0FE1DBAF09FB90DCF698200 /* DoubleConversion */ = { - isa = PBXGroup; - children = ( - 8D7832814059AF3003D4DE96CC6441F0 /* bignum.cc */, - 99989ACF42998CB802CC0F6FC4EB1F6A /* bignum.h */, - 332B1AACE6CCE4BF106968086718E2B5 /* bignum-dtoa.cc */, - 563A91BFE49319845967ADF36D788897 /* bignum-dtoa.h */, - 89C56ADED545D3AE7E2752C3AD0A8A02 /* cached-powers.cc */, - 6026AE1CCEC7FBF85500F813A410C0F1 /* cached-powers.h */, - 6ED17BC555D6DB0FA1A9D72A631AD44E /* diy-fp.cc */, - 73329B92A130F1DD1BA5898A24820150 /* diy-fp.h */, - DD1FA4FAE77E0D5BCD5D638D67B8CF81 /* double-conversion.cc */, - 68F6D1EC9AAE282EDFFD28706C82BC70 /* double-conversion.h */, - 2973B08F1DEFBAD3E7F46D0220444D67 /* fast-dtoa.cc */, - 9099C7420F9CFE1CE912D967D645A108 /* fast-dtoa.h */, - C64235499C94E479DC68D9537E18C349 /* fixed-dtoa.cc */, - EEC796626F1EECFB2149ACD85D728283 /* fixed-dtoa.h */, - E59DB49923E05D5058DF537B31B3D6B1 /* ieee.h */, - F289CCBC0CE51631B584BBBCA64EB186 /* strtod.cc */, - 1D3305486A680CEF25689F94E904C76C /* strtod.h */, - CE7C64FD65D2C2221FACE2892AF33A7D /* utils.h */, - D0483A9068595D116E37146363CFAD9B /* Support Files */, - ); - name = DoubleConversion; - path = DoubleConversion; - sourceTree = ""; - }; - 5140B04C2567E24C23D111FD31E1DF63 /* RNCPicker */ = { - isa = PBXGroup; - children = ( - 751FAF512721302AD099CFC35D23FE84 /* RNCPicker.h */, - 34762E5217864656EE01DEBE034B57D7 /* RNCPicker.m */, - 7CFE643860E2E446BA743C093C06C6B0 /* RNCPickerManager.h */, - 9346ED0C653359697D7C94B1DF2AD660 /* RNCPickerManager.m */, - 49199EBABEFD407FE9E4EBC91B8725B2 /* Pod */, - 0FEEE449743BC8AF7971087BE7011C31 /* Support Files */, - ); - name = RNCPicker; - path = "../../node_modules/@react-native-community/picker"; - sourceTree = ""; - }; - 516D48C790A6C52C51EA7EC53526162F /* RNConfigReader */ = { - isa = PBXGroup; - children = ( - 6AF3FD2E4FEB11D79BB59C5E13CAFD28 /* RNConfigReader.h */, - C7E35C93D3CC1D83F6299B3F3E1A791F /* RNConfigReader.m */, - 43BB5083E87272AB078C4556989D974C /* Pod */, - 3C42B41DE84C3AECB1DCC0F06AE1D8CB /* RNConfigReader.xcodeproj */, - 3B330C759ADA4945406E1E26FD8C67C6 /* RNConfigReader.xcworkspace */, - D23F0105F364D0842118E3645B2A7C72 /* Support Files */, - ); - name = RNConfigReader; - path = "../../node_modules/react-native-config-reader"; - sourceTree = ""; - }; - 5170DEF66BFCB22D4C8E3F77F9ED9F31 /* Pod */ = { - isa = PBXGroup; - children = ( - 41D78AFE7FC606C0A57F98B6240FDD9E /* LICENSE */, - 816B3CF03700D8BC4CE7E5DFCB316FBD /* README.md */, - 6F8593A089557CC5FA5D33B4820C6451 /* RNBootSplash.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 522B9013A0A106455ABC660FA4CCB3A4 /* Support Files */ = { - isa = PBXGroup; - children = ( - 7B9109A26E4E09EF2FAAE2BEE7610679 /* ReactCommon-dummy.m */, - 932DD2BBA1BA757EBFB19485743F7FD5 /* ReactCommon-prefix.pch */, - 67946A998EF3B1BAA0B49697BB5BDEFC /* ReactCommon.debug.xcconfig */, - 7B11111E0E1DDE5FD0CB3A721E317257 /* ReactCommon.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/ReactCommon"; - sourceTree = ""; - }; - 531DA31BD8AE1255B7F5C4AC0FA64FAA /* React-RCTActionSheet */ = { - isa = PBXGroup; - children = ( - 54CE84A7DA56B908E2F057B21A4F12A1 /* Pod */, - 33AC32D35580F84CA58E6C02C2AF9BE3 /* Support Files */, - ); - name = "React-RCTActionSheet"; - path = "../../node_modules/react-native/Libraries/ActionSheetIOS"; - sourceTree = ""; - }; - 53BAA126D122EBBB0D4675F1F57FEB6D /* Pod */ = { - isa = PBXGroup; - children = ( - F0E849DC19BAB8F2B2EA2036AB60C33C /* LICENSE */, - 44BD99A49BA7F5DE9569C9FFD170C13A /* react-native-jitsi-meet.podspec */, - BCA5467EA19DEC41DC2EF05CBE86EAD4 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 53DEF5242CE202E0E8B70088FABBF4C2 /* BugsnagReactNative */ = { - isa = PBXGroup; - children = ( - F1E9078ECCF888DFB974E6BC48C5D871 /* BugsnagReactNative.h */, - 724D338450C30B642764C3B26DE5BDFB /* BugsnagReactNative.m */, - 6319DE355496AC6B3173A7ABC7C697F3 /* Core */, - F3EB97D0A672B95874FAFB905A51E01A /* Pod */, - 7567A5459F41A67ACF1F84D07C3E4E94 /* Support Files */, - DDA563E05D5252B5A3C63CC4C71B7435 /* vendor */, - ); - name = BugsnagReactNative; - path = "../../node_modules/bugsnag-react-native"; - sourceTree = ""; - }; - 54CE84A7DA56B908E2F057B21A4F12A1 /* Pod */ = { - isa = PBXGroup; - children = ( - 5BF0A17C50E637EE625BEE524CA032E2 /* React-RCTActionSheet.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 554B0AD031BE5946B573A679877C854A /* Support Files */ = { - isa = PBXGroup; - children = ( - 6B939C77CA9D3CFECB1E20A2D8B1F284 /* EXHaptics-dummy.m */, - CA67FD9E089AEC07879265478E2F97C9 /* EXHaptics-prefix.pch */, - 88E121B5FF0A2CDB96A4D192845F32BF /* EXHaptics.debug.xcconfig */, - 25D05AC428F51B04A997319822BD0C3C /* EXHaptics.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXHaptics"; - sourceTree = ""; - }; - 56E4A60CABD04FB18A97550D6AC6AD0D /* Pod */ = { - isa = PBXGroup; - children = ( - AE101ACFEEF76D927D8DE16B0A4BEACA /* LICENSE */, - D482EDA1C7B32C5E9F5AA43B6FA4D685 /* react-native-netinfo.podspec */, - 8F95B8886059B178794778FE76CE12A5 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 577BD2801EC231B9FE4EEAABBB32BEA0 /* Pod */ = { - isa = PBXGroup; - children = ( - 10F4222EA4A17E218B9243D34BA75888 /* EXWebBrowser.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 57CE0FEC9C8DE47E49D9D79E9314662B /* UMConstantsInterface */ = { - isa = PBXGroup; - children = ( - 975F6487A4DF21BA5D563A2BAA6A37BE /* UMConstantsInterface.h */, - 3CD04A42D195271D7015E70599AE511B /* Pod */, - AECD086206FDFF3EC7EEDEB8DD9EEAF0 /* Support Files */, - ); - name = UMConstantsInterface; - path = "../../node_modules/unimodules-constants-interface/ios"; - sourceTree = ""; - }; - 587A6D375A77C7D7322B584C0809EE90 /* Pod */ = { - isa = PBXGroup; - children = ( - A0422882335034CBF3E47BB8621BA82F /* LICENSE */, - 3A95FD1B9FD33BD98492779E8F6EB525 /* react-native-simple-crypto.podspec */, - 81E15FEC7B69F7156451E6E96B32E858 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 58B158125ACC9E6A81BCF202B305F672 /* QBImagePickerController */ = { - isa = PBXGroup; - children = ( - B97AF4B76708254D76DAABB163384EF7 /* QBAlbumCell.h */, - 6D812F2BE29F2D1D06DDCFDF95475AB2 /* QBAlbumCell.m */, - 4991B59AE236A69F86C842CC0122FD8C /* QBAlbumsViewController.h */, - 8EF48BE5FB0EE5A2AAD787F994F26C5F /* QBAlbumsViewController.m */, - 1CAE49CD2AA36206A840E020A244891A /* QBAssetCell.h */, - 118EC79B48726F52D283682DD501920B /* QBAssetCell.m */, - B26C206C96C4E57EABF4C0B4C74A3B50 /* QBAssetsViewController.h */, - 30C5D07EC2753CD7C0DAF2696BCDC782 /* QBAssetsViewController.m */, - 276D56D3137C5B662FC0966E1CA0E7B2 /* QBCheckmarkView.h */, - 35A97F4482D7D06C0B3D5DA5E7E48FE1 /* QBCheckmarkView.m */, - 45C2741CD7BC37C923CB1EFDD9F5EB5A /* QBImagePickerController.h */, - 9041E6BC3BD1A64EE1FFBAE6C10E7E1C /* QBImagePickerController.m */, - B756F0D11503842B2A2C71FD82ADB7E8 /* QBSlomoIconView.h */, - BE600531577A0E4E700C73D6C7A679C1 /* QBSlomoIconView.m */, - F360A80A2E2683C8B81254CCE433F5DE /* QBVideoIconView.h */, - 002201D42220A11460084594A7D41C99 /* QBVideoIconView.m */, - 4A0D80ACA2745D7B166865A52F59BF2B /* QBVideoIndicatorView.h */, - D57B63F235904815BB809B3BBA0D8A66 /* QBVideoIndicatorView.m */, - 461E1B728DA86203BD918CC281D6A8E4 /* Resources */, - ); - name = QBImagePickerController; - sourceTree = ""; - }; - 590645CF8A0536BCB5BDD8FDF2134F04 /* Support Files */ = { - isa = PBXGroup; - children = ( - 7700679169927F89D83EE953A5363651 /* KeyCommands-dummy.m */, - 31AEF6E6268FE53555FF22E57326B93F /* KeyCommands-prefix.pch */, - 98FF21EFA0B3E5F6F03DFC0F10E85771 /* KeyCommands.debug.xcconfig */, - 87E781CCCBCCB7D275EAB76A1E549D9D /* KeyCommands.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/KeyCommands"; - sourceTree = ""; - }; - 590C88A16B3E46DAB640A0FD9F441864 /* Tools */ = { - isa = PBXGroup; - children = ( - 8EFA7D202120B0055A58432479FDB651 /* BSG_KSArchSpecific.h */, - 4410295409E13D3028BA2EC79B066AA2 /* BSG_KSBacktrace.c */, - CB3977E4BBA73D457E2C047D98C8E2B3 /* BSG_KSBacktrace.h */, - 3A75DF4EBFA48E9A6FC13A39C413ED34 /* BSG_KSBacktrace_Private.h */, - 088F1098685842F4085108AFD5AFCDD5 /* BSG_KSCrashCallCompletion.h */, - 39EB30439F6EF948634979864E7C3A4A /* BSG_KSCrashCallCompletion.m */, - 6004553B3F9C60E06A1C38DCD8B7AB19 /* BSG_KSDynamicLinker.c */, - 7D3BC1A8736DAD7DA2860C652229D7C1 /* BSG_KSDynamicLinker.h */, - 070696EFF4D268974F3A527D4B7DEFE2 /* BSG_KSFileUtils.c */, - B57C56DA912AAD2E3E851C83ACD4FE54 /* BSG_KSFileUtils.h */, - 23D5CE197741FD2E2BC1EB996B6199A2 /* BSG_KSJSONCodec.c */, - 445425CD4E861A868BAEEB21BA59D596 /* BSG_KSJSONCodec.h */, - 1CB72D736A824DF21915228CFB0B940B /* BSG_KSJSONCodecObjC.h */, - 2310CFBD3FAC061077E4B02039EE64D6 /* BSG_KSJSONCodecObjC.m */, - 9C6DCF82E3FF71FB1FDC72A1991C9964 /* BSG_KSLogger.h */, - 0952FB1FF0EC6BBB3FD387D18D4FA7D6 /* BSG_KSLogger.m */, - 4CB6959DAEAF3EE9D6A0DFA7CF2BEF30 /* BSG_KSMach.c */, - CE58EA026090D116C6473A191D549C57 /* BSG_KSMach.h */, - 1D6FE4E9962BF66A64EE11CD38383FBB /* BSG_KSMach_Arm.c */, - DB0E32F3E605BF4203353069BEA1B5BB /* BSG_KSMach_Arm64.c */, - CF687984D6666C8F50E8F10999E4D572 /* BSG_KSMach_x86_32.c */, - 76820469546E31EE7768306C5E177ADF /* BSG_KSMach_x86_64.c */, - 040AD87D50B76915BDA965856789F284 /* BSG_KSMachApple.h */, - 2A7D9550EE5C1C25FFF90F2F84949791 /* BSG_KSMachHeaders.h */, - C88A6816A9E5A8DB5A3A12825D3D6D61 /* BSG_KSMachHeaders.m */, - DDF53A375D37EF14B41220F80B60D13C /* BSG_KSObjC.c */, - 9F228B351FDA616094BEAECC7BFAFA6B /* BSG_KSObjC.h */, - E021B4504A1AF2D997F638B5D83D5087 /* BSG_KSObjCApple.h */, - CAF72A4205C61E1075BA31E815E0EACE /* BSG_KSSignalInfo.c */, - B3352E741FB8C331154FE4A7376F20E3 /* BSG_KSSignalInfo.h */, - 645F0FB025BDD515DF345A089BF67C92 /* BSG_KSSingleton.h */, - A482F61A2C2AFE466A1474367DD2C4BF /* BSG_KSString.c */, - BAC80730A1D7BCC2ECB755E0C811B1E9 /* BSG_KSString.h */, - FB65136E12FBE12F08BE069C50C7071F /* BSG_KSSysCtl.c */, - 735E67678BF2C5560A5479038E5E0C88 /* BSG_KSSysCtl.h */, - BC2329248C85961C97C9FA3B01FADD60 /* BSG_RFC3339DateTool.h */, - C476E5005CAB0B867F5B132EADDD6D00 /* BSG_RFC3339DateTool.m */, - 2393AD1995DAE09BB41C7986244F0CA5 /* NSError+BSG_SimpleConstructor.h */, - ECFBD1FEB37A05276C330CDCCE4A7C49 /* NSError+BSG_SimpleConstructor.m */, - ); - name = Tools; - path = Tools; - sourceTree = ""; - }; - 591DA13626D260959FDF1AB99770190E /* BaseText */ = { - isa = PBXGroup; - children = ( - C752C75B5456DD2FD9DCBDD29CFB19F8 /* RCTBaseTextShadowView.h */, - 7EE5C84E058A488AB22C8BB061DF13ED /* RCTBaseTextViewManager.h */, - ); - name = BaseText; - path = Libraries/Text/BaseText; - sourceTree = ""; - }; - 59CEDDF8B6A76FA04C2CA9A7CCF5F216 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 4BC0030B163510E70FD77BFA14BCE75D /* GoogleAppMeasurement.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 5ABA54B9FAA7089A942D12C3978D1542 /* Support Files */ = { - isa = PBXGroup; - children = ( - 462202E3C517B3DD4F4E6C899F786EA6 /* FirebaseCoreDiagnostics-dummy.m */, - B9E79AAC84DAC7F287B23F1C7CABF4AE /* FirebaseCoreDiagnostics.debug.xcconfig */, - E124D53745EEA4D93525AD033F8AE746 /* FirebaseCoreDiagnostics.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FirebaseCoreDiagnostics"; - sourceTree = ""; - }; - 5AEAE5AA95F3C23CBB50A91823B50AC1 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 3FBBEDBE4009D32E76B5E8D95BB9C99D /* JitsiMeet.framework */, - 125D63F3B7C56E5A192E3DB7149A9410 /* WebRTC.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 5B3C9B9A0A56719AD4710DACAD1067A6 /* Support Files */ = { - isa = PBXGroup; - children = ( - 53E02BC4C07B69756993A9E8C9F52B05 /* Flipper-DoubleConversion-dummy.m */, - E09E7804319FF71D966A00C25232A568 /* Flipper-DoubleConversion-prefix.pch */, - A4F190BACDDC92ABF862C5C74B2EF054 /* Flipper-DoubleConversion.debug.xcconfig */, - 60354B3AF94818DC307389E3644E0600 /* Flipper-DoubleConversion.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Flipper-DoubleConversion"; - sourceTree = ""; - }; - 5C169D4522E7045405B87CA716ED3257 /* EXConstants */ = { - isa = PBXGroup; - children = ( - DF477E2F8EE7CD15AA73BAD0E34A7A47 /* EXConstants.h */, - B1C943E5190B8273049BA400E07372FC /* EXConstants.m */, - F99937D57251DA26DA40552F0172EF3C /* EXConstantsService.h */, - 18E0E57E3829257999149721C3BD6611 /* EXConstantsService.m */, - 8E1B76F464B0DA2175744F2F212B1F2F /* Pod */, - 126CF4BF60ECAC4E7B8ABC105FDE8AF2 /* Support Files */, - ); - name = EXConstants; - path = "../../node_modules/expo-constants/ios"; - sourceTree = ""; - }; - 5C1788EF9D04D64DAFF00BE2A6CAFBE8 /* Services */ = { - isa = PBXGroup; - children = ( - 3B1944D901373C05F30DE749A35D11B2 /* UMReactFontManager.h */, - D95E92703334B90256C753CC487AFDF0 /* UMReactFontManager.m */, - C8C518473F06458DDC9725AFE7B6ECD4 /* UMReactLogHandler.h */, - 3122F7A0C1D2CA69B8F82D86F2EFFA4E /* UMReactLogHandler.m */, - D6F7FF628C60C7D3847BC2BFFAF95E7F /* UMReactNativeAdapter.h */, - D386D8C2284D35D6E57406BF2FC2E84A /* UMReactNativeAdapter.m */, - 3A097379C2833C4C6C12DCEFF58032F0 /* UMReactNativeEventEmitter.h */, - 1707E438DFBC4567F5F8E21D063E0903 /* UMReactNativeEventEmitter.m */, - ); - name = Services; - path = UMReactNativeAdapter/Services; - sourceTree = ""; - }; - 5C9590C68491C38F6D8171F09C8888DD /* Support Files */ = { - isa = PBXGroup; - children = ( - 3F7F31D2D59667DA3854A2F6F03A2BB1 /* SDWebImageWebPCoder-dummy.m */, - F4550E563CD7FD4115FB420CBADFCC0C /* SDWebImageWebPCoder-prefix.pch */, - 8088B5F3924AEF3C3DB0A1118A881C73 /* SDWebImageWebPCoder.debug.xcconfig */, - 7C7ADB8ED78C54E79130507CC30D4396 /* SDWebImageWebPCoder.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SDWebImageWebPCoder"; - sourceTree = ""; - }; - 5CCF138A3B50DD27DB436B4B0FF1A8C6 /* RCTNetworkHeaders */ = { - isa = PBXGroup; - children = ( - 1BBC40C1BD7CFA2621C7935B1D8D1581 /* RCTDataRequestHandler.h */, - FC8B88ACF6EBD6409A258954F79AD041 /* RCTFileRequestHandler.h */, - FF371577A9C51F2275552F3CB8902812 /* RCTHTTPRequestHandler.h */, - 8D22307A77F2B2C0D10AA0081506065A /* RCTNetworking.h */, - BF1D0B67E9443AE7343F5B4F301D1C5C /* RCTNetworkPlugins.h */, - F6B89CFB69D598B26EFFA4CFC5F9C698 /* RCTNetworkTask.h */, - ); - name = RCTNetworkHeaders; - sourceTree = ""; - }; - 5E0DC71D1DF97644D619E2B310811823 /* Support Files */ = { - isa = PBXGroup; - children = ( - 51DFEB2CACA330A3DA85ACBDFC92DEF9 /* UMBarCodeScannerInterface.debug.xcconfig */, - CC98D9D49EED1AE530C44A569DFE358A /* UMBarCodeScannerInterface.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMBarCodeScannerInterface"; - sourceTree = ""; - }; - 5F1E16A925CF1FEC53FCB0E72F8B9A4D /* Support Files */ = { - isa = PBXGroup; - children = ( - 4F3D6A64148F58CB025BAB0CFE558150 /* ResourceBundle-TOCropViewControllerBundle-TOCropViewController-Info.plist */, - A9739357C106D12F74C19FDA371B91C8 /* TOCropViewController-dummy.m */, - D8BDBC48E0FA0B8612FDB23255631F72 /* TOCropViewController-prefix.pch */, - DF9B0A15E10CE1961795E9F3893C9EC2 /* TOCropViewController.debug.xcconfig */, - 17E4D1201550EC950AD50E073F53E53E /* TOCropViewController.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/TOCropViewController"; - sourceTree = ""; - }; - 5F270A9C66FE8FD26278437CC36BDAE9 /* Pod */ = { - isa = PBXGroup; - children = ( - E5B49939A679B9E0D7FF436144871801 /* react-native-slider.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 61C5AFF195971C3E28F4970AD73BDA4C /* MMKVCore */ = { - isa = PBXGroup; - children = ( - 742ACFA86F3737E6926C0A460DA1F9F6 /* AESCrypt.cpp */, - 447F73CCA5870D40BD5A29412E7A728A /* AESCrypt.h */, - 695D0CB9662C8F43A3AF92685DDCD0B5 /* Checksum.h */, - E4C2013D02B180014B01E5CCDB3C2C3B /* CodedInputData.cpp */, - B23B153BE5CC785AAE776757328CEE23 /* CodedInputData.h */, - 1A46A049BDFBB72CF16B6D3CFFC5F485 /* CodedInputData_OSX.cpp */, - 233E40FFDCBA8A97959BF1F36A25613B /* CodedInputDataCrypt.cpp */, - 48DC47B9466665E48750FC5C870EDA82 /* CodedInputDataCrypt.h */, - CC927CB76D6BDA7242AFF14ECEB07ED2 /* CodedInputDataCrypt_OSX.cpp */, - 077A7984AA427330B9FB8A9A1DED0246 /* CodedOutputData.cpp */, - 2F3D271BF132984B827F90F1EBDFBDC3 /* CodedOutputData.h */, - F51CD2A86B829E796E12FF242646D2AE /* crc32_armv8.cpp */, - A2BD30F6D8B23C4E4175C9FB59808596 /* InterProcessLock.cpp */, - 11E31395FC9320659B44FFDE58F3E77A /* InterProcessLock.h */, - DED9103D658623FB8D303D4012B2A4BF /* InterProcessLock_Android.cpp */, - F4C7645277706B9C4791482BC7FC696C /* InterProcessLock_Win32.cpp */, - B093EB81D4858B70FFE9DAE52A8C8B51 /* KeyValueHolder.cpp */, - D2053B27608FB40E03C2703DC5578193 /* KeyValueHolder.h */, - 74A7FC812166D7E40A31C4A6FA201DA6 /* MemoryFile.cpp */, - 11981F4078467AAD9151975025F44E6F /* MemoryFile.h */, - 877408A76EB8D293BD922527CFD43025 /* MemoryFile_Android.cpp */, - 0242C21AB8E1526D39739B5E33B76FA4 /* MemoryFile_OSX.cpp */, - 49A886238E999E0F6AF6811C1584B0DB /* MemoryFile_Win32.cpp */, - 17C6CEA53F592BED4ED543755E5E9224 /* MiniPBCoder.cpp */, - 57966003E462CBCCD2D0ECF62D25B9D1 /* MiniPBCoder.h */, - 7A3C21D0F0CB9E3503DB0D245BFA9BE2 /* MiniPBCoder_OSX.cpp */, - ECF6FDADFBA81E31DBBB09EADC39D542 /* MMBuffer.cpp */, - AC3242848FA9FCEEA278A16B206488EF /* MMBuffer.h */, - F1258DA38649E08F16DBF0D2FAE425BA /* MMKV.cpp */, - 40CF4D2D6DE37F2273291C8C481406C2 /* MMKV.h */, - AEC91A2F9DC02D27A3B5FC4A39A211DB /* MMKV_Android.cpp */, - F278D17185812EA72C5EFC7AD24E2088 /* MMKV_IO.cpp */, - A36AD51B71E68331EAC6FB0EBD5FDE23 /* MMKV_IO.h */, - C83C88982168614D25C0E035C0FD2754 /* MMKV_OSX.cpp */, - 9D376B19B776DB2486BE35145E0052BC /* MMKV_OSX.h */, - EB80ABE3C3E5229B6C6E1504A3F37F86 /* MMKVLog.cpp */, - FCA63DCEB123DDC61DA1A54FABFFBD02 /* MMKVLog.h */, - ED3684158A0D47D98E3F6A0CA68D04E1 /* MMKVLog_Android.cpp */, - 90BEB1F422E8C53570AB587C01BA3417 /* MMKVMetaInfo.hpp */, - 40620C8FE8E346F2F75F8E6327C10832 /* MMKVPredef.h */, - AFA9806E8C0049B68561ED8C94E14FAC /* openssl_aes.h */, - B22CEAD3DD86E1483CF227F597F4608A /* openssl_aes-armv4.S */, - EA981262C594425DC2BCB31FFFC0F930 /* openssl_aes_core.cpp */, - B0B815BFB764E6F9C0E31F4123F39889 /* openssl_aes_locl.h */, - BDF95C91B7B6BF0C8E841432CF902AAE /* openssl_aesv8-armx.S */, - 52B7F98D8C45CC1E071E3D4C3325BABC /* openssl_arm_arch.h */, - FE84B3E8ACFDF4045FBE6CE8F0B66232 /* openssl_cfb128.cpp */, - 475DC4B30B1B08CD98E4C856D535E859 /* openssl_md32_common.h */, - 5FED7FC8AE26C86CBEDBFC501A7BE856 /* openssl_md5.h */, - 6AB04CCAF5FC335395193721DDFA8B19 /* openssl_md5_dgst.cpp */, - 64DA53D7A6BAF1957484726F1ADC485E /* openssl_md5_locl.h */, - B8B7CF8CFB7DDDAE5DB91690514472E1 /* openssl_md5_one.cpp */, - B86127DFD8194B0B615E565A5C2DEA85 /* openssl_opensslconf.h */, - 0202D87E9621206D1E57393482785D39 /* PBEncodeItem.hpp */, - 1DAAE63AAF088BB26063550143325A61 /* PBUtility.cpp */, - B0E7DE072D3DF25882D42E4CB2047C38 /* PBUtility.h */, - A7290550EB24294298556CEFD5294CA2 /* ScopedLock.hpp */, - 9257A7364D2F98B1FC0A854B3EF22673 /* ThreadLock.cpp */, - 04813B4D3985AC5B829A6BE775B14BB3 /* ThreadLock.h */, - E2B1DFCEF3E011EB5DF47247BCEB566E /* ThreadLock_Win32.cpp */, - 44F82286B57795E2C32DD648E7D59B6B /* Support Files */, - ); - name = MMKVCore; - path = MMKVCore; - sourceTree = ""; - }; - 6319DE355496AC6B3173A7ABC7C697F3 /* Core */ = { - isa = PBXGroup; - children = ( - ); - name = Core; - sourceTree = ""; - }; - 642C7395537F88F383F04B770C8D6530 /* Support Files */ = { - isa = PBXGroup; - children = ( - E2124EC2043630E97F3F680227053761 /* UMTaskManagerInterface.debug.xcconfig */, - AC4A50BF7323AD9517981E03A30FEB57 /* UMTaskManagerInterface.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMTaskManagerInterface"; - sourceTree = ""; - }; - 64ECF00E2EE1C616E5D67CD720648E27 /* Support Files */ = { - isa = PBXGroup; - children = ( - 9F0CF729BE4B77F090561B5F18D7F4AB /* EXAV-dummy.m */, - 4D09D45EFDD9FB1F4D3693EF9D2FAF01 /* EXAV-prefix.pch */, - E49AB1A7F3CB16FC20911586C0F405AF /* EXAV.debug.xcconfig */, - A523A8F8152A3849025C190664B69BCF /* EXAV.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXAV"; - sourceTree = ""; - }; - 65B992F75255BAA0DE86BDA83E27B740 /* Pod */ = { - isa = PBXGroup; - children = ( - 925D90218FEE857C9DE8F797A9A72EBC /* React-RCTSettings.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 671ECD1C996FFC816324DAFAB1A19CCE /* React-jsinspector */ = { - isa = PBXGroup; - children = ( - 1A7B6C402B0553AA3305A7C5CD61911D /* InspectorInterfaces.cpp */, - BD9FA0524F2F2072C57080B900D5CA4C /* InspectorInterfaces.h */, - D83AB07E0806E9DEDE3E9AE659FBF6A1 /* Pod */, - 1C1F3DA94BAA9EE0020BFD540DBC8262 /* Support Files */, - ); - name = "React-jsinspector"; - path = "../../node_modules/react-native/ReactCommon/jsinspector"; - sourceTree = ""; - }; - 68A3DF5A4A8FA9B536E26E48731A3A8A /* lninterpolation */ = { - isa = PBXGroup; - children = ( - EAE3DA87BB31A848E69E0896904FA779 /* Color+Interpolation.h */, - 4F190A73D4918BC54FEA614AD5A7BC45 /* Color+Interpolation.m */, - 0FA675C05695DAA39AD850AFF8E48973 /* LNAnimatorTemp.h */, - BED66581570890F1746D971B5BA500AA /* LNAnimatorTemp.m */, - F57CC57C593326EDFA394D1D0DB70760 /* LNInterpolable.h */, - D823D00B6FE7CEFD5F9172A73E30C886 /* LNInterpolable.m */, - 21FB41D6506333A35ADA92759625954B /* LNInterpolation.h */, - F5C286FB930965608939F21511A2F071 /* NSValue+Interpolation.h */, - ); - name = lninterpolation; - path = lninterpolation; - sourceTree = ""; - }; - 69CBA4FAB122CA4E295B94637E31FE44 /* TOCropViewController */ = { - isa = PBXGroup; - children = ( - 8137C422B7EB1757386C7E9B8994488F /* TOActivityCroppedImageProvider.h */, - B26E9C8B2580656B1417D46E58EDF8E5 /* TOActivityCroppedImageProvider.m */, - 979EB9DE85531FC2E40B527C10CAF50B /* TOCropOverlayView.h */, - BB0EF83E80D59863B5B3DCE2964E03C1 /* TOCropOverlayView.m */, - 2D5CC734B08BE251478D819D7395A989 /* TOCroppedImageAttributes.h */, - 0EDF84B7A15B0FC511AA77E1E02E95DC /* TOCroppedImageAttributes.m */, - 80AF47EE2BB7C1F2B0422FCA32DB0944 /* TOCropScrollView.h */, - 7C9F5F8D746F6530C6A5A2F7C869CCA0 /* TOCropScrollView.m */, - CABB1AF81BA401EA83A7AB9365265357 /* TOCropToolbar.h */, - 91F5B8FE2CC4CA41BC3F3FD2A42AD132 /* TOCropToolbar.m */, - DDEDCCCF881A11E551466DA5C43568E4 /* TOCropView.h */, - 74EFADCEA274590633A8C1761AC519A1 /* TOCropView.m */, - 5BED477B5E45A426873C4613707FA82B /* TOCropViewConstants.h */, - 9CD6D306D95A8D8DAB3B90CCDFC26E58 /* TOCropViewController.h */, - BEAC5D71B8517D2AB86411D48AC0B5D3 /* TOCropViewController.m */, - EDF3285D38B49F0197FCADD3E9E412FC /* TOCropViewControllerTransitioning.h */, - BF2FC538854798EBA57ACE5F44D5C44C /* TOCropViewControllerTransitioning.m */, - BF2B30EF82B7934616771D3467F38D22 /* UIImage+CropRotate.h */, - BCC4EE999CD430B8FFA02F390726BFDD /* UIImage+CropRotate.m */, - 7122468C69FC748BDAB47B503C292464 /* Resources */, - 5F1E16A925CF1FEC53FCB0E72F8B9A4D /* Support Files */, - ); - name = TOCropViewController; - path = TOCropViewController; - sourceTree = ""; - }; - 69D77B9F8C572BBD15658B900BA3E976 /* Support Files */ = { - isa = PBXGroup; - children = ( - 883A8F6A5E2835AD09091E26023A0289 /* react-native-webview-dummy.m */, - E9CCFF68D9DD6F19845D156087D0FB09 /* react-native-webview-prefix.pch */, - 8EAC762054FB433CC52C283D155745F4 /* react-native-webview.debug.xcconfig */, - A90F0233A5907EB95E2DA6C4833BC2B7 /* react-native-webview.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-webview"; - sourceTree = ""; - }; - 6BA0664FA2D4B60B3DD30BD8539A8190 /* UMCore */ = { - isa = PBXGroup; - children = ( - CD54B2ACF01D4714FE5E4914651543E8 /* UMAppDelegateWrapper.h */, - C353C012F259DD368B40BCBCAA09A772 /* UMAppDelegateWrapper.m */, - 7DF65795520839C9167D6432DC75BC37 /* UMDefines.h */, - E049C14969200068E21AEB78C0AA58BA /* UMErrorCodes.h */, - EFFFCC272D02D8A7A1EE3C2BB692150C /* UMErrorCodes.m */, - E68B47A9178DEA70FCD68765DBDE3033 /* UMExportedModule.h */, - 0C0A7627228EB40F1834D89D676B4A2A /* UMExportedModule.m */, - A6FAA33B33EAB62B24E859BEC0815E4C /* UMSingletonModule.h */, - 718E5771766B68E9FFECA0E158EF8FF6 /* UMSingletonModule.m */, - 30D46993BA75D4A13679C650A0FC78AD /* UMUtilities.h */, - 1E4BD599BCC1C764A5BD112CA46B234A /* UMUtilities.m */, - 9FB115C8D8392A3EF9AC5E7367DA2A96 /* UMViewManager.h */, - FEE1065EB2C4958514FD8F39E0702A2D /* UMViewManager.m */, - 34DA24C8EE2EBB123F0E80A6AC3F9103 /* Pod */, - CC8E5C33EAD731E94BDD85F519881A3B /* Protocols */, - 43CF2AE86BE9AB062D10DCAF0B010ADE /* Services */, - C8722C17EAD21F6E6A0EC24795E2BF64 /* Support Files */, - DF4AC5DFDB865D97D9B2403E7280DDD8 /* UMModuleRegistry */, - 8F0C8208B1797EB361A530A3471BDCAB /* UMModuleRegistryProvider */, - ); - name = UMCore; - path = "../../node_modules/@unimodules/core/ios"; - sourceTree = ""; - }; - 6BFC9A79DC8ADEC399FD6BFCE2013B69 /* Base */ = { - isa = PBXGroup; - children = ( - 1340A6B341EC4E3165AD73BEF89F8720 /* RCTAssert.h */, - C01F0B2EBD3F1D14E48394F47F5F1263 /* RCTAssert.m */, - 7E5862C024808F2E46B5304C29797B27 /* RCTBridge.h */, - FA23877EDD011DA97C3EA4F67217F821 /* RCTBridge.m */, - F15D8DA04A1EDD7CDCF75818F36C5087 /* RCTBridge+Private.h */, - 23C10EE0FB42A2D1D869440F3ACA877C /* RCTBridgeDelegate.h */, - 1CCDAAF8D9DA29E4F6CD03243F7A302F /* RCTBridgeMethod.h */, - 7D6B3A889D6BB5DA80510E8C706DA9C6 /* RCTBridgeModule.h */, - F1232B93828034B3430102E9DE2C9300 /* RCTBundleURLProvider.h */, - 9EB8FBC07C1C47CAF03EB14BB5671FEC /* RCTBundleURLProvider.m */, - 93FC29EC0663E27CC6352591F943B057 /* RCTComponentEvent.h */, - A11BFB624ADA1C832FA6A3212FEFC96B /* RCTComponentEvent.m */, - CA9B6F6E9ABDEDC5CD63C59227785B03 /* RCTConstants.h */, - 952611B11CE146A55CFE4403BB3FAC23 /* RCTConstants.m */, - 48EEE684E4C6B0D83F3BD4FDBF35BDDD /* RCTConvert.h */, - 338AFC73BC8534F001EAC1541A33667A /* RCTConvert.m */, - 1A6E5AE8CCAFB614B150BC9DB530DAA9 /* RCTCxxConvert.h */, - 14BB4E10CEE24C76858101160DF359EF /* RCTCxxConvert.m */, - 1C43AD5718494D5EDB3C8726E1D85D37 /* RCTDefines.h */, - A312B48069F2E4F59E4F7288846C00D1 /* RCTDisplayLink.h */, - 2D74D23B8EF5513E1CD3AA05E8A23E93 /* RCTDisplayLink.m */, - D234670ECD7301D1B768F5A8A15B8217 /* RCTErrorCustomizer.h */, - 89DB2ABC0B7F4B17414F7A49FDB1DE2F /* RCTErrorInfo.h */, - E0AB79D5FE36C94E053929E8FF53A220 /* RCTErrorInfo.m */, - 589C53478F25311FC3BC826B0A3C3199 /* RCTEventDispatcher.h */, - ADDE1144A67B520B0BFD9C1971F23FAF /* RCTEventDispatcher.m */, - C00CC7DA96CFD69C24C5224CD51771A9 /* RCTFrameUpdate.h */, - 492B087C228B14FF4B5E8869F1A984B4 /* RCTFrameUpdate.m */, - 267E24E6ECCA2B5A71AE7F40A666011E /* RCTImageSource.h */, - B4D8B2497C0A299428E9C3F28E09FF50 /* RCTImageSource.m */, - 8B02C2EFED1B5B0102F6498C26C7BA27 /* RCTInvalidating.h */, - A9AE1B06AC160B8694102CE75BC53319 /* RCTJavaScriptExecutor.h */, - 10202E6333ECA3F03D2D3363155C6504 /* RCTJavaScriptLoader.h */, - 4E76BB4617F8049BF6C78DDDEB2A4056 /* RCTJavaScriptLoader.mm */, - A96ED355DA15AB5998D1223BA9F3D001 /* RCTJSInvokerModule.h */, - 0079DD04C30692F59F8E300E7B8FB042 /* RCTJSStackFrame.h */, - 971AD74CEE34F8B5AC9C996BE50FCF1D /* RCTJSStackFrame.m */, - 57259A4DAE5C3C6221BF7057074DE81A /* RCTKeyCommands.h */, - FD6E65442A8FA48B36A4638C10F6375C /* RCTKeyCommands.m */, - B56A40A857A24122698BD5351245F17A /* RCTLog.h */, - 9527194C7127D679255CE25DE714CA1D /* RCTLog.mm */, - 185DC5970D676BDF8B99BF1716DC12CB /* RCTManagedPointer.h */, - D643A81B3324DDDF94F3609659E855E5 /* RCTManagedPointer.mm */, - 7E95506074486C30581632418E751DF8 /* RCTModuleData.h */, - 30521FC75026EC179DA69B3FE2212D00 /* RCTModuleData.mm */, - 87D99A1107093EF4BB791E2C408423C1 /* RCTModuleMethod.h */, - 80382CD680B9BF0E48C89995222B45D8 /* RCTModuleMethod.mm */, - 120F766D765BAEBA01B19E3BF0F63299 /* RCTMultipartDataTask.h */, - FBEF7609859CB740965A7ADED5FEF8A0 /* RCTMultipartDataTask.m */, - 9209529B805E06922224C81A03741A52 /* RCTMultipartStreamReader.h */, - 6DE171DAF72515E6FACF1FF10CFF8C6E /* RCTMultipartStreamReader.m */, - 65BDD869B4C5ECE72824038C1A764CAA /* RCTNullability.h */, - 9059C915ABA73AC14DF213B390F84195 /* RCTParserUtils.h */, - 27203D3FD9B93B5E3EB3CCD57204B354 /* RCTParserUtils.m */, - BE5697EBE3A200BB755F830F136BF7E9 /* RCTPerformanceLogger.h */, - 44DAB88FC2DE9F52E217571BB2377F7F /* RCTPerformanceLogger.m */, - 021D1DC5233A6ED6ACC98C98D304204B /* RCTRedBoxSetEnabled.h */, - E80511800F36CEA8AC2614BBE38692BC /* RCTRedBoxSetEnabled.m */, - DEE71341FAD66F26AA7B6462A914F373 /* RCTReloadCommand.h */, - CBFE0D679847CAF972091B8B8663C319 /* RCTReloadCommand.m */, - DF98394E51D1046B435972D65F8C7690 /* RCTRootContentView.h */, - 8CF657F28863532426FE684F389FFD2A /* RCTRootContentView.m */, - 4D451DDF2AB04176CA62E461E48EDD5A /* RCTRootView.h */, - EDD791E485E2C0562D7B56CE3B618926 /* RCTRootView.m */, - FAB8E8540241156C7D18C340D1D1A258 /* RCTRootViewDelegate.h */, - BC98D515484152DE9D3CDCADF1FEF88A /* RCTRootViewInternal.h */, - 287BD662636B286DF02A84393DE5E0AA /* RCTTouchEvent.h */, - 3C29587D578457CE8D4F35FC02EA7D58 /* RCTTouchEvent.m */, - AE7AAFF4971965804F6AF2BE41B220B8 /* RCTTouchHandler.h */, - E9AD759C733EFB7BC909402CC64192FA /* RCTTouchHandler.m */, - A81A0E971ED0BBED4C3A4BDC7DEA0C14 /* RCTURLRequestDelegate.h */, - C384457087514204230D1973C0DCBEDB /* RCTURLRequestHandler.h */, - 93415F2C5D7408B047D03635EEA47A04 /* RCTUtils.h */, - 57B13A6319246E56227D00DF2C0103C2 /* RCTUtils.m */, - 447EA48A8FE6E4073B0F2091ED308286 /* RCTUtilsUIOverride.h */, - CC897EC9AFEF042AE69D80058E161A21 /* RCTUtilsUIOverride.m */, - 0165B857DEE2F7BEDD93E7F403AF5C19 /* RCTVersion.h */, - 8A5DB030F40DA7F19A2039081CCF21CE /* RCTVersion.m */, - 8FD685E1330E924EC509195F485876B3 /* RCTWeakProxy.h */, - 1DAF12113FC2F8B95C1009B825A60044 /* RCTWeakProxy.m */, - FE06D20E6ABE802195DAAA083ECDDFE0 /* Surface */, - ); - name = Base; - path = React/Base; - sourceTree = ""; - }; - 6C93703A4E66AD1C51F1AE4824C87401 /* RNGestureHandler */ = { - isa = PBXGroup; - children = ( - BF4DCCA53693578C34B1732F3A27FC50 /* RNGestureHandler.h */, - AEA5E33EA8E80BA7E640E5C481A5B0CB /* RNGestureHandler.m */, - 07149C02A8511D2022417E487EF1F67E /* RNGestureHandlerButton.h */, - AEF1AA31130575299177EEBDF679D8E5 /* RNGestureHandlerButton.m */, - F6B3B5B96B4722710ED8566CB9FC8E2C /* RNGestureHandlerDirection.h */, - C5DABE944D99BF9108E16AE93C5B918E /* RNGestureHandlerEvents.h */, - F568DCCC09703883EF988A675567B1BE /* RNGestureHandlerEvents.m */, - A678A9600E7EB4635AB370B6DF8F1CCE /* RNGestureHandlerManager.h */, - 252800D40312220564DB690CC7F9E16D /* RNGestureHandlerManager.m */, - 1B1902859ECC38053EF8EE12EECBEFA7 /* RNGestureHandlerModule.h */, - 2EBDDFDFA80F2997CB3293ABDE1B158B /* RNGestureHandlerModule.m */, - 2166994DA586CC7474C43F52055DE5B8 /* RNGestureHandlerRegistry.h */, - 8E9A908636E54CD33407808E6014A3C7 /* RNGestureHandlerRegistry.m */, - EC6576BA09C482217989BEA6A61ED5B0 /* RNGestureHandlerState.h */, - 8D7C3181E3658315E6CC9151CEB66498 /* RNRootViewGestureRecognizer.h */, - 2D58B1094FB89943DE31108CAE312DE0 /* RNRootViewGestureRecognizer.m */, - FEC816471FBC108EFD3B9796DC6A757A /* Handlers */, - 8A4D748B182EFAEFCBC2F4301CFD9CF4 /* Pod */, - 41FF9540FC3EB6A9AAB41466C9A3F382 /* Support Files */, - ); - name = RNGestureHandler; - path = "../../node_modules/react-native-gesture-handler"; - sourceTree = ""; - }; - 6E6E1119495DBC03CB90F0580ADFDD4F /* Pod */ = { - isa = PBXGroup; - children = ( - 80E2380B744E8EAA48A5E1B40F133A65 /* api.md */, - ACE84268D24CE18E297A26A80ACA5EEA /* LICENSE */, - 949F1102F9DB43DB06DFB762AB11E35C /* ReactNativeART.podspec */, - 5E44833D0F1D4E4B04FCF411378E1C28 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 6FD761DC722707DA1B090F0BDA6A5E13 /* Pod */ = { - isa = PBXGroup; - children = ( - 919CC2E1D5E78D4436E1FDF110C5D80C /* FBLazyVector.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 6FD796C54C94CB514B0EA5376A04480E /* Pod */ = { - isa = PBXGroup; - children = ( - 1DA53F5DA557EACAD21660EB4C90DFF9 /* LICENSE */, - AAFD5EF0FF5D706A133034D4F63DDC33 /* README.md */, - FD5460A2D4DA00F37BFEC3FADE08EC16 /* RNFBApp.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 70412D565ABC5C78E08CB93425D5CF0C /* AppDelegateSwizzler */ = { - isa = PBXGroup; - children = ( - F381589DEB95CF67025283703ADE448A /* GULAppDelegateSwizzler.h */, - 660314E8572E74831A8C3110A1BC1084 /* GULAppDelegateSwizzler.m */, - 4C81B1BD014CFAA0E56F524005AF1EE1 /* GULAppDelegateSwizzler_Private.h */, - F701DC67C973B7E87F9DC3AAF7C88758 /* GULApplication.h */, - C084CA14DDE6D42328FBEC220467FD35 /* GULLoggerCodes.h */, - 2766B425FC9E4BB2CB0365D9F9DF33D6 /* GULSceneDelegateSwizzler.h */, - 85C99B3E2DB187C80EE4B5F37115AC0D /* GULSceneDelegateSwizzler.m */, - AE435115D7FE2373CC4A7576AEDEC819 /* GULSceneDelegateSwizzler_Private.h */, - ); - name = AppDelegateSwizzler; - sourceTree = ""; - }; - 70BD740C052B8AD5EA10A72C04E04651 /* Pod */ = { - isa = PBXGroup; - children = ( - 44800F1EB3065D73915B2CC33E2EDC57 /* LICENSE */, - E3276BBD0EE7799749893E19B9633AD6 /* react-native-appearance.podspec */, - 2289F66012F86F6DCF6E4FABA19E98BE /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - 70BEC2508B3DE8D3402CFC4BE5F42CE8 /* Support Files */ = { - isa = PBXGroup; - children = ( - ED20173962CD39C4CCB083287D911273 /* react-native-appearance-dummy.m */, - 632ACA028A010D033DBBF8D3097CD94C /* react-native-appearance-prefix.pch */, - F983EE4A0D1B2A3B379DE839C0D495F2 /* react-native-appearance.debug.xcconfig */, - 1DD2CFDE1613ED3D72B745B64D0F5B45 /* react-native-appearance.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-appearance"; - sourceTree = ""; - }; - 70C0C50B75C329428D67B70DF6044712 /* YogaKit */ = { - isa = PBXGroup; - children = ( - B413478314FF043F8710C60627F409E6 /* UIView+Yoga.h */, - 6FE92D8394E2069E272B00BC8B86F519 /* UIView+Yoga.m */, - 36A528EF6FF6E301D1F34A9AE6EBB205 /* YGLayout.h */, - FAF948D1EFE396D6D7B8576679E3F6E9 /* YGLayout.m */, - 155B19E8D891A22C87FC08FCA8FE1E53 /* YGLayout+Private.h */, - 0C4B3D77C78D9BA2CD27BC9B40BE1E00 /* YGLayoutExtensions.swift */, - 0EB72651A07FB36AC7CCC2C70AFE58C6 /* Support Files */, - ); - name = YogaKit; - path = YogaKit; - sourceTree = ""; - }; - 70F3A0E64B284B8C97838B0829AE02A5 /* React-RCTLinking */ = { - isa = PBXGroup; - children = ( - 862141628FB6525F87C0A81DC339D0F5 /* RCTLinkingManager.mm */, - 45AC7C60E7AF322822118E8DDA92D520 /* RCTLinkingPlugins.mm */, - 2DB833A897D8EE2545492BFCF387AE74 /* Pod */, - 83E2005F6F1980EBE0E293D6B586EFFC /* Support Files */, - ); - name = "React-RCTLinking"; - path = "../../node_modules/react-native/Libraries/LinkingIOS"; - sourceTree = ""; - }; - 7105A67B52BD84AE1F9B403636271170 /* EXKeepAwake */ = { - isa = PBXGroup; - children = ( - 70542275423D6F7B0BF6B817D76B4146 /* EXKeepAwake.h */, - E1D53F7B3F7DD31DBB3982F53512C477 /* EXKeepAwake.m */, - 0056818E433451D4CB6ACF7EFC1F85E6 /* Pod */, - EC324DC6E1E3F7059A298CB36B3EB88A /* Support Files */, - ); - name = EXKeepAwake; - path = "../../node_modules/expo-keep-awake/ios"; - sourceTree = ""; - }; - 7122468C69FC748BDAB47B503C292464 /* Resources */ = { - isa = PBXGroup; - children = ( - 206B0C87EF48DDE2D6E0F22DAE139AED /* ar.lproj */, - AA7722CB0BBE5F0785BC770ED006DF82 /* Base.lproj */, - CBCD87E74342BAFC1F211A4F4BE81C7A /* da-DK.lproj */, - 517CAE413F2C6CEC7055CCCFF4D6D6DB /* de.lproj */, - 5052DE5F064AD50E6F58AF9826D51F43 /* en.lproj */, - 275471776DB14C9D7AFCF793D3346D00 /* es.lproj */, - B1ED662B3C96C97521186B69509CAF16 /* fa.lproj */, - AB97E0A45F2987D3B6D6D2C479EBCE85 /* fa-IR.lproj */, - 75C90A0B82D583F2E9E7D87A78E46A33 /* fi.lproj */, - 101B4359065D0EC458D173BA8DB365CA /* fr.lproj */, - 93FF034E2A6A1EAAF9B4BAD131417B25 /* hu.lproj */, - 37694C37AD2205488E89B54F8DCF023C /* id.lproj */, - EBB0823E673E1871A37D878BD694FD40 /* it.lproj */, - 9B91B8CC4D00C1EBBAB95508E588AFFC /* ja.lproj */, - D10887A57003AB069714E5FADE3BB978 /* ko.lproj */, - CEA3BFBBEFA2B99E3B32AEF0C62583EC /* ms.lproj */, - 3D3274C9C74CAF7A59CAF64614A43C29 /* nl.lproj */, - BD7BA55695582C86602F50911A02A313 /* pl.lproj */, - 320A2939657FC8064AA3211F435F9546 /* pt.lproj */, - 007888A61EA4BF4D7E8F20F2B5CDEDC7 /* pt-BR.lproj */, - A4A7178DD5F5AC48C5E660F83E592689 /* ro.lproj */, - 82B18F4C24DBA9EEDB634DB6EED65F97 /* ru.lproj */, - 17D85DAF5E5CDB34F0CCCD247AB6EF62 /* tr.lproj */, - 7A139255183B5E5A9C18F6EC2146E6BB /* vi.lproj */, - 3A1175A41DB4BCC394BC39B99E94D4AB /* zh-Hans.lproj */, - 1665312100AF9584B91D0A6718513085 /* zh-Hant.lproj */, - ); - name = Resources; - sourceTree = ""; - }; - 720CD47C345364E3A021AC2D468FA7F0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 7B8211A6EC65400750E4E1AE9451057E /* Folly-dummy.m */, - C7DB09385CEE3DC17A97C5FC71DE7769 /* Folly-prefix.pch */, - B7D5CDC84B6F825078A8958D352B7FBB /* Folly.debug.xcconfig */, - D35BB9D377E7DCA39AEBA5F95470298C /* Folly.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Folly"; - sourceTree = ""; - }; - 73A70BFE3E8A91DC0F49BEE85D167BE4 /* turbomodule */ = { - isa = PBXGroup; - children = ( - 3C4143AADBD52F464E13A30BF2810448 /* core */, - ); - name = turbomodule; - sourceTree = ""; - }; - 74624183DA13533687830AE35415ADE8 /* Support Files */ = { - isa = PBXGroup; - children = ( - A08AFD9C8E3EFDAA6282D060518C533E /* ReactNativeUiLib-dummy.m */, - 45F973FFC2ADF73CFC0C73EDACC899AE /* ReactNativeUiLib-prefix.pch */, - FF293812AB220D03CD3C3D040AC716FE /* ReactNativeUiLib.debug.xcconfig */, - FCF02EDDC160AF9256527340259D5AF8 /* ReactNativeUiLib.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/ReactNativeUiLib"; - sourceTree = ""; - }; - 7567A5459F41A67ACF1F84D07C3E4E94 /* Support Files */ = { - isa = PBXGroup; - children = ( - AE31FE3CEFC1D628B7BE7D9EA5D4CD9C /* BugsnagReactNative-dummy.m */, - B442BAC108BEF2A524128CB507C222BE /* BugsnagReactNative-prefix.pch */, - 17D3BB1FF71B99FFC3628BA80DD9E8CC /* BugsnagReactNative.debug.xcconfig */, - 4B3826AEE3E6191D82B36D588C662931 /* BugsnagReactNative.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/BugsnagReactNative"; - sourceTree = ""; - }; - 75D016E9FB3505E8A4F90C448B3E077D /* BaseText */ = { - isa = PBXGroup; - children = ( - A61D69054B17209F971DFD09A196A2B5 /* RCTBaseTextShadowView.m */, - F18AD380410DB6CEAA67359FA37CA0A1 /* RCTBaseTextViewManager.m */, - ); - name = BaseText; - path = BaseText; - sourceTree = ""; - }; - 76848BB683E84C5BFEE0BAC739525BA5 /* KeyCommands */ = { - isa = PBXGroup; - children = ( - 7BEAF02EEB2E672DB56B105DEE002A2F /* RCTKeyCommandConstants.h */, - A431C9C066F2105ADCABACAB1CCA22A9 /* RCTKeyCommandConstants.m */, - 8F3FE5711100AA16E2EBC463ECFCE9A1 /* RCTKeyCommandsManager.h */, - 9A3688C2CE52B81C20771851358A142C /* RCTKeyCommandsManager.m */, - 2DBCA84AEAED9EAAA942B25A158F1C7A /* Pod */, - 590645CF8A0536BCB5BDD8FDF2134F04 /* Support Files */, - ); - name = KeyCommands; - path = "../../node_modules/react-native-keycommands"; - sourceTree = ""; - }; - 7767F088FB32DF56A313B2CE13814368 /* GoogleUtilities */ = { - isa = PBXGroup; - children = ( - 70412D565ABC5C78E08CB93425D5CF0C /* AppDelegateSwizzler */, - 0179C897B42A024CC9D7410545195E31 /* Environment */, - DCF12B53486E8C92C8AD4864048A6FCD /* Logger */, - E23B25635EEE3970D50650131FE9D006 /* MethodSwizzler */, - B5D69950EF6AC2A7621D3605B46D098C /* Network */, - 1FD06D0288F76E29E8CB88017AA51694 /* NSData+zlib */, - 81352A5499B6684E3B5B20F85131C2F6 /* Reachability */, - 4FFE090A8BB26A9E9F4134ABE9B36E0D /* Support Files */, - 02A4A8E71B8737D295A76C8EB2B390F9 /* UserDefaults */, - ); - name = GoogleUtilities; - path = GoogleUtilities; - sourceTree = ""; - }; - 781F76FC501EE76FA61E4DE490D479C7 /* RNImageCropPicker */ = { - isa = PBXGroup; - children = ( - 53927FE01AC09410197DE8AF893DE137 /* Compression.h */, - 948BCB679E5FD574E3B9FEA0F49BB7C3 /* Compression.m */, - 02ED0FA568D5B35327B51978DE03E596 /* ImageCropPicker.h */, - 62E0AE28136E927B7D0AC81BA2D4F35E /* ImageCropPicker.m */, - 22491FB524756B46ECC34A51BC929EE6 /* UIImage+Extension.h */, - E55CD0FCB0469AFA6F54EF82F2DAB1F1 /* UIImage+Extension.m */, - 26BBFE6C1A1776A894CDB853A00C87B2 /* UIImage+Resize.h */, - 7A9F26CD21E8D6CBE95B4F11221C483D /* UIImage+Resize.m */, - 0928FD6238E65D0921F9DEC3CFD75050 /* Pod */, - 58B158125ACC9E6A81BCF202B305F672 /* QBImagePickerController */, - 3C425710477A83EFF89E58AB15287F25 /* Support Files */, - ); - name = RNImageCropPicker; - path = "../../node_modules/react-native-image-crop-picker"; - sourceTree = ""; - }; - 78C1C4C27E4C3340577D76E75AF41430 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6CD8BFDCA5670E341AEB251538B86C7D /* ReactNativeART-dummy.m */, - 174CBC665A89BE0C6CAFA0F991B008C9 /* ReactNativeART-prefix.pch */, - 772FE22B88DED0CEB4444B039B12D3AF /* ReactNativeART.debug.xcconfig */, - 8DA4B7C2FC3D15AB659D34F428F3D60D /* ReactNativeART.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/ReactNativeART"; - sourceTree = ""; - }; - 7AAD88CA489A522F8CC1DE1362E25405 /* JitsiMeetSDK */ = { - isa = PBXGroup; - children = ( - 5AEAE5AA95F3C23CBB50A91823B50AC1 /* Frameworks */, - B95D7BB4810D6CA066C70C9B34AE31E5 /* Support Files */, - ); - name = JitsiMeetSDK; - path = JitsiMeetSDK; - sourceTree = ""; - }; - 7B3B0DB25F9C71167429E4947E54461D /* Pod */ = { - isa = PBXGroup; - children = ( - 7B42F9B33E6247593A1DDEE3C447791E /* README.md */, - 5313137A5072D82D2846654C60A131BA /* RNRootView.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 7B63CF7EF7154FD1DA5D425DB8F125D1 /* SDWebImage */ = { - isa = PBXGroup; - children = ( - 2121B33D49F5A089410D21A8D7332FBF /* Core */, - EF59AF42244CAC2DDD1A83F1CFCEB29D /* Support Files */, - ); - name = SDWebImage; - path = SDWebImage; - sourceTree = ""; - }; - 7BF0FDC376FE7F68F4C5BDE187E888E2 /* ScrollView */ = { - isa = PBXGroup; - children = ( - 1674DE4EAE474C235ED58418BB01E54E /* RCTScrollableProtocol.h */, - 0A9EE51F40C6D1D7D752BF956E25EB3D /* RCTScrollContentShadowView.h */, - E2CA32C11F024B90F2C27FCCDE0EE4CE /* RCTScrollContentShadowView.m */, - 0CE23130ECCA17AE72F77891B99F2C23 /* RCTScrollContentView.h */, - 7949CDE403E5AE72554B5DD2ABAC0130 /* RCTScrollContentView.m */, - D21D48A87AD048927D9F53B9DD9D092F /* RCTScrollContentViewManager.h */, - 92E4ED9235D73F7C2D257778645AC867 /* RCTScrollContentViewManager.m */, - 9EAA09702B73AC14E809E4A9299829DA /* RCTScrollEvent.h */, - ED10C62A2AEDCD85F9E449D4C866BFE0 /* RCTScrollEvent.m */, - 0E90EAA9D2F1AFD00638626818C280FF /* RCTScrollView.h */, - 0CB71E95414CFE029AA3A1754C480B91 /* RCTScrollView.m */, - 31FBDB4ADC51D1D0A5601CEDAE6B7A93 /* RCTScrollViewManager.h */, - 6649C295380A9C427D98BE0599723143 /* RCTScrollViewManager.m */, - ); - name = ScrollView; - path = ScrollView; - sourceTree = ""; - }; - 7C8871458DB49F88066303FEC7191A33 /* Support Files */ = { - isa = PBXGroup; - children = ( - 873C9A6B3F6E59F7F4BA1A5A1BBC72CA /* RNDeviceInfo-dummy.m */, - FF065F430B51FB0418D06CC53F5A9771 /* RNDeviceInfo-prefix.pch */, - 30F246BDD9D93C83F3E79B6294E6E3FC /* RNDeviceInfo.debug.xcconfig */, - 3CAC1ECD4EF1A79AAAE187F415B6801A /* RNDeviceInfo.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNDeviceInfo"; - sourceTree = ""; - }; - 7CC06E639ADF935C241E07C604CD5315 /* MMKV */ = { - isa = PBXGroup; - children = ( - 3D610076EBE54E65B9D62BF45009FDA6 /* libMMKV.mm */, - DCF3A9D6C29FE836E7AB64EDF6C14094 /* MMKV.h */, - AF606E3CCC2B2464EE48650FDCC60AB6 /* MMKVHandler.h */, - B9593865BAB5F1F778E390DCFF55CD9B /* Support Files */, - ); - name = MMKV; - path = MMKV; - sourceTree = ""; - }; - 7CD4ED5FE7A44020CB580E23B002620C /* Support Files */ = { - isa = PBXGroup; - children = ( - 85FD5105EE24AC49ADCEBA173C65A6E0 /* GoogleAppMeasurement.debug.xcconfig */, - 85267077766CED5D1A81746347A5CDE3 /* GoogleAppMeasurement.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/GoogleAppMeasurement"; - sourceTree = ""; - }; - 7EA2F6125CAB2EA2863E4D6F3EE45C55 /* jsi */ = { - isa = PBXGroup; - children = ( - 5271CE57DEB54AE7D4944BBC0ADF7C61 /* decorator.h */, - 4970A36294E587573CF38F3203878FE5 /* instrumentation.h */, - A51E9549D1FD26CF384DAB6DA299296D /* jsi.cpp */, - FA2E7E071BEE8E27D610199BE6D54BCE /* jsi.h */, - E929EB1A6BB447EB31F933F31F46B804 /* jsi-inl.h */, - CD10ACE7BB2FFFE65A8EC54B35A630E9 /* JSIDynamic.cpp */, - 315E7AC5CAD5639B1D92C3C36E34FA87 /* JSIDynamic.h */, - 4764739DBA39199F7E358772B79BA9C2 /* jsilib.h */, - FE901C66CA4694CE55D2E55884D7084F /* jsilib-posix.cpp */, - 0D4E16E66C350A12106F67DC6409DCBE /* jsilib-windows.cpp */, - C0AF909A03CFF03B6B3DF8D7E4D475BE /* threadsafe.h */, - ); - name = jsi; - path = jsi; - sourceTree = ""; - }; - 7EAD03B01F58E15BA5E5462492AD868B /* SurfaceHostingView */ = { - isa = PBXGroup; - children = ( - 977AFFAB5CE09795B34A522239BBE5A5 /* RCTSurfaceHostingProxyRootView.h */, - 6AAB13BDCB0577E1D0674A3278750E7B /* RCTSurfaceHostingProxyRootView.mm */, - 690B4C9E14C2C401F8A4B7024A774FFD /* RCTSurfaceHostingView.h */, - 40DEB0322D980656A21A3FB04002EFFA /* RCTSurfaceHostingView.mm */, - E65F603151F9483592E24FDAA3A59B57 /* RCTSurfaceSizeMeasureMode.h */, - E673BF8D589E56736CA90D4234377AE7 /* RCTSurfaceSizeMeasureMode.mm */, - ); - name = SurfaceHostingView; - path = SurfaceHostingView; - sourceTree = ""; - }; - 7EC05761070827A60EF5120FABA7D45B /* Frameworks */ = { - isa = PBXGroup; - children = ( - F8B7B75676B78E945A85B94F909CE4C1 /* libcrypto.a */, - CD5484851BC33E6AA76957CA6BCFF6D4 /* libssl.a */, - ); - name = Frameworks; - sourceTree = ""; - }; - 804B922D84D98B1F618EAD09D914C965 /* TextInput */ = { - isa = PBXGroup; - children = ( - 53AFA49090F0D05D0230B7F8C6261D24 /* RCTBackedTextInputDelegateAdapter.m */, - 7870EFE2AA8E3F2EFB2CE73AADC8E3D3 /* RCTBaseTextInputShadowView.m */, - 5E064AB59A12B184432C2B74F4FD4721 /* RCTBaseTextInputView.m */, - BA1D14BEACA649A8CB59BFE45F9268D3 /* RCTBaseTextInputViewManager.m */, - 498CD0AB0C18F61A0D2ACD3AD4C4995E /* RCTInputAccessoryShadowView.m */, - 3879865B30CDDF28AD531C68B04C89F0 /* RCTInputAccessoryView.m */, - 7DE212E5CD8975B72A0F13B83BE80FF7 /* RCTInputAccessoryViewContent.m */, - 49A6EA8E60F2F5100FFEB2F6DD0770AB /* RCTInputAccessoryViewManager.m */, - BBB1AF9087A5E58756F6CCB4AB33F689 /* RCTTextSelection.m */, - 3623CD353868A70ACEFC56D5B160CF45 /* Multiline */, - 8EBDD5F7D1EC1517E918421B15790B61 /* Singleline */, - ); - name = TextInput; - path = TextInput; - sourceTree = ""; - }; - 8083306A85E626FE33F2951216DC3B9A /* keyboardinput */ = { - isa = PBXGroup; - children = ( - 68A3DF5A4A8FA9B536E26E48731A3A8A /* lninterpolation */, - B9079937D11E1345BF8246BF5251D8EF /* rctcustomInputcontroller */, - ); - name = keyboardinput; - path = ios/reactnativeuilib/keyboardinput; - sourceTree = ""; - }; - 80A08CB33E0D9543703446F1A44ED4BA /* react-native-document-picker */ = { - isa = PBXGroup; - children = ( - DF6BC8AB595E8B58B589682C9CBEDEAF /* RNDocumentPicker.h */, - A025AD9583C2CE6C1BEE4133B9F2AE32 /* RNDocumentPicker.m */, - D21740B254B82B98066C4F45A2613E57 /* Pod */, - AC59E3C7D78F19B144BCD9A4202CC91F /* Support Files */, - ); - name = "react-native-document-picker"; - path = "../../node_modules/react-native-document-picker"; - sourceTree = ""; - }; - 81352A5499B6684E3B5B20F85131C2F6 /* Reachability */ = { - isa = PBXGroup; - children = ( - A7C127559BCE9A0C84EB3C65D3F5449A /* GULReachabilityChecker.h */, - E9F566EA2EFF47F1D920B2B0C9DD3E94 /* GULReachabilityChecker.m */, - E95400D9F83835EBCDBC72CB76FCBCEE /* GULReachabilityChecker+Internal.h */, - 04E9D0AC9FB8A933C9FA85D8C7D65515 /* GULReachabilityMessageCode.h */, - ); - name = Reachability; - sourceTree = ""; - }; - 815A33AF726427CE21760986FA735177 /* React-RCTAnimation */ = { - isa = PBXGroup; - children = ( - B98180D2AD864E4D3BA811CB51CB4EE9 /* RCTAnimationPlugins.mm */, - 909C940CF6ECDB1CF9D1F60906C1F106 /* RCTAnimationUtils.m */, - 45C4D2AA7FD03CCD42ED422522EBF415 /* RCTNativeAnimatedModule.mm */, - 5ECF9FF32CA98B157B2590777D618B27 /* RCTNativeAnimatedNodesManager.m */, - D385A9709A4A8939B6324FCCAFF0D3C2 /* Drivers */, - B56ACDE35BF133854C2E9E32B1F3146D /* Nodes */, - D34BDBBBAA941ED3DC9FB76FB8D8745F /* Pod */, - 2E61D802205E8937F21BEB15975E4E3B /* Support Files */, - ); - name = "React-RCTAnimation"; - path = "../../node_modules/react-native/Libraries/NativeAnimation"; - sourceTree = ""; - }; - 837D0002773E5146B1A97551BC22D19E /* Support Files */ = { - isa = PBXGroup; - children = ( - 724FBB488E769E4715D21DA42D547690 /* react-native-mmkv-storage-dummy.m */, - E22E6DC12189ADDA2D1FABEAEF04C4E6 /* react-native-mmkv-storage-prefix.pch */, - 5A8FD9D312A63E080E3D9659170979BD /* react-native-mmkv-storage.debug.xcconfig */, - D3FD5ABF394157FECC1FFEC530CD29FA /* react-native-mmkv-storage.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-mmkv-storage"; - sourceTree = ""; - }; - 83BB77630DE86A2602A81D603CD78455 /* Support Files */ = { - isa = PBXGroup; - children = ( - 0F0F810FA130445F9585BCAD1EDE7C06 /* EXWebBrowser-dummy.m */, - 54A25EAFF7E8E8BA0681645C857A0E94 /* EXWebBrowser-prefix.pch */, - C387249A52C5D3DCB6A12A1ED6101AA7 /* EXWebBrowser.debug.xcconfig */, - 94A48C3A40E951AD4CCF11DBDB4FB656 /* EXWebBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXWebBrowser"; - sourceTree = ""; - }; - 83E2005F6F1980EBE0E293D6B586EFFC /* Support Files */ = { - isa = PBXGroup; - children = ( - 0C3DE6A59FA1C9DAC116B913636DEB99 /* React-RCTLinking-dummy.m */, - 23D19B2E3083832C3EBA7C211E0CBE8D /* React-RCTLinking-prefix.pch */, - AA8A92C7DD6C88025110ECA461335A9A /* React-RCTLinking.debug.xcconfig */, - 57FBA7130F10FB5D6B17F69F05845853 /* React-RCTLinking.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTLinking"; - sourceTree = ""; - }; - 842977E8760D7A6F1CA498256D783589 /* RNFBCrashlytics */ = { - isa = PBXGroup; - children = ( - C9CD6EE372B86F06F6FD5B6E643753A6 /* RNFBCrashlyticsInitProvider.h */, - 48192094AB0D39A5D94F8008E06C8A37 /* RNFBCrashlyticsInitProvider.m */, - B10DF51ECAF02689B80EBE88FA20D2E6 /* RNFBCrashlyticsModule.h */, - 469953A753B96DB93635FC575454578B /* RNFBCrashlyticsModule.m */, - 8DC308A1E03F36E7B7499360167C6A3D /* Pod */, - 916CF08CCEC7760A9986DEE77D7A47C4 /* Support Files */, - ); - name = RNFBCrashlytics; - path = "../../node_modules/@react-native-firebase/crashlytics"; - sourceTree = ""; - }; - 8469A5A18BCCDA7C3B6D5F82913D242B /* Support Files */ = { - isa = PBXGroup; - children = ( - F12FA4DB30FBEEE89A8EBFDF100597D4 /* react-native-orientation-locker-dummy.m */, - C3A3640704C692D99F02742C519A8389 /* react-native-orientation-locker-prefix.pch */, - 7553C726ECB614A170553037DB699A20 /* react-native-orientation-locker.debug.xcconfig */, - FF9C3A7B7F4DB4E609D515F342D98826 /* react-native-orientation-locker.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-orientation-locker"; - sourceTree = ""; - }; - 847A73534AA987A9865CF5B69AABAFD3 /* UMCameraInterface */ = { - isa = PBXGroup; - children = ( - D1BFE8104B122890A257DA9D7DFCF6ED /* UMCameraInterface.h */, - 2A1605F43820577278C403B27B83CA53 /* Pod */, - B4555546FA03CA5BED4F2A5AA3E0B517 /* Support Files */, - ); - name = UMCameraInterface; - path = "../../node_modules/unimodules-camera-interface/ios"; - sourceTree = ""; - }; - 847D20EB88EA79E63C61DB1E42ADE39B /* Support Files */ = { - isa = PBXGroup; - children = ( - E36DFC7AF9CE3B7E78AAF415140A7C7F /* libwebp-dummy.m */, - 35170CDD0C274C1BBAB0826BB62D2DC8 /* libwebp-prefix.pch */, - E29A4A72B088981EF0A2D0FD51981C1A /* libwebp.debug.xcconfig */, - 34C247E9B1B6C62CF1E598F1D8DAA639 /* libwebp.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/libwebp"; - sourceTree = ""; - }; - 8635A9781BF910939A2DCA0C36BD1087 /* Pod */ = { - isa = PBXGroup; - children = ( - BF77F614E49956A68EDD8CA33457A6FB /* EXAV.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 86651CF95E8E48A53F5C6A641DD9C69E /* RNRootView */ = { - isa = PBXGroup; - children = ( - 9894C354894EA1FE970197F8C3AE24A9 /* RootView.h */, - A99EF27EBA518E1D13501CA7C25EA57D /* RootView.m */, - 7B3B0DB25F9C71167429E4947E54461D /* Pod */, - D052A44C94B17111824B83298B5EA56A /* Support Files */, - ); - name = RNRootView; - path = "../../node_modules/rn-root-view"; - sourceTree = ""; - }; - 87805D0FBEF7E826FF459B2647AC2BB9 /* Support Files */ = { - isa = PBXGroup; - children = ( - C74102B34211BBB0EDAB59097A142AA3 /* rn-fetch-blob-dummy.m */, - 7B38CF230A5B60C1661CE91F1FC8CCC5 /* rn-fetch-blob-prefix.pch */, - 7E1429D0C69CF73FFAE33A65C9418E27 /* rn-fetch-blob.debug.xcconfig */, - 3DC3256E58A5D0ABF72849B0E4DA17FA /* rn-fetch-blob.release.xcconfig */, + 976EBC26DA9461E86553E0F5A8335904 /* rn-fetch-blob-dummy.m */, + F22F4EB4C7770876E3956CFAB63B5817 /* rn-fetch-blob-prefix.pch */, + CDFFE37F68F9E91B10E45CC0EF062F50 /* rn-fetch-blob.debug.xcconfig */, + 9A741E67F376D13AED71A59F03319337 /* rn-fetch-blob.release.xcconfig */, ); name = "Support Files"; path = "../../ios/Pods/Target Support Files/rn-fetch-blob"; sourceTree = ""; }; - 87D1DC9021DD0B57C42B42043E19F7B4 /* Support Files */ = { + 0D390760573E3B05C40BAD3F9DDE6FD6 /* Pod */ = { isa = PBXGroup; children = ( - 31A8456E45AE7DAF049F51B63A8266BE /* RCTTypeSafety-dummy.m */, - 097E0146B99C0110251FC324F4A6BF5B /* RCTTypeSafety-prefix.pch */, - 6E24CFA96FE83522DBEEBB336A85B3F7 /* RCTTypeSafety.debug.xcconfig */, - F889051858D1342815D34BEE3B1AD39E /* RCTTypeSafety.release.xcconfig */, + 383706DC96B33ED34DACE9EF99CA6BD1 /* FBReactNativeSpec.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 0E0FD8C022FAE5262A73BB8550E18EC4 /* Default */ = { + isa = PBXGroup; + children = ( + 60FDFC2F5BF9A87778BAEB4F5987110C /* Base */, + 8AEDF20BD0A64FBB48BAECEFE39F192E /* CxxBridge */, + 8BE5D2844A49B6B55DF2D8DBBB587715 /* CxxModule */, + 7AFFC5923C8A61973AF611B1C095FD4E /* CxxUtils */, + F513B08E99991BD6075C3354B7EA01C3 /* Modules */, + B474BF21E4AB43941C0830ECC74353F2 /* Profiler */, + DC8558DF865531778107073B1FEAF200 /* UIUtils */, + B9AF2787EABBF7CC528E90DFE6031810 /* Views */, + ); + name = Default; + sourceTree = ""; + }; + 0F2007AEAC9457A10122F83E9552E031 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 7647854FBFB397F83ED8C01851904487 /* libcrypto.a */, + FFB271349FA26FC45F50F0797B57D3D3 /* libssl.a */, + ); + name = Frameworks; + sourceTree = ""; + }; + 0FF3C66E68466E7FEF42999115EAA5CE /* nanopb */ = { + isa = PBXGroup; + children = ( + F99830DAE1C6BB4B52C2D71084D43F0E /* pb.h */, + DE16C6668E00B2EBAF3DF295096B5CB9 /* pb_common.c */, + 959EE8119DC02447F35D8C08D986F483 /* pb_common.h */, + DEB4DEE43A571E48B6AC2491E453442A /* pb_decode.c */, + DD52C485ABF20B7BDC22370FB40C7050 /* pb_decode.h */, + 9CCF44C59DF1779D4F7DFC832AAD9090 /* pb_encode.c */, + CA73F6A73A0AECC3E81A4132BAAF53D5 /* pb_encode.h */, + BA1CB69F5654A508CD27FE195D60069F /* decode */, + 6A579364618257379F9B99A61F36EBAB /* encode */, + A1C80DEE905CE954A23E8331484288C0 /* Support Files */, + ); + name = nanopb; + path = nanopb; + sourceTree = ""; + }; + 100CCFB74EE76B9D755F7BBDA123E440 /* Support Files */ = { + isa = PBXGroup; + children = ( + FD6B04DC1F84B724B119EAA28F9FC46F /* RCTTypeSafety-dummy.m */, + C249A96B7D4D45BD9A0AD53AB04DE566 /* RCTTypeSafety-prefix.pch */, + C6D9BA4132CD7F81496EDB460D84B540 /* RCTTypeSafety.debug.xcconfig */, + 51978262E5ACC8C3CC6402220C0270ED /* RCTTypeSafety.release.xcconfig */, ); name = "Support Files"; path = "../../../../ios/Pods/Target Support Files/RCTTypeSafety"; sourceTree = ""; }; - 88030B3F094080882F93BBA4B50E1AFB /* CxxModule */ = { + 1076DC3B9CD14C324967A3FA24611BCF /* Support Files */ = { isa = PBXGroup; children = ( - BCF5D42B3F67D729026AD63A214F5296 /* DispatchMessageQueueThread.h */, - 310D9BAC6646D16431B18DE630C28CD1 /* RCTCxxMethod.h */, - F621401C01CE51E6324E3D5D69297790 /* RCTCxxMethod.mm */, - 05C3C18773D1317ECFC99F17008FC8CF /* RCTCxxModule.h */, - A81745435899573476213B51725F9B3C /* RCTCxxModule.mm */, - 906D654B881FFD21388D28A59C15421A /* RCTCxxUtils.h */, - 3B9CF1F09D43774C5DD8CCE1145A42A3 /* RCTCxxUtils.mm */, - F11A6C76C4E350E440152A22361F4010 /* RCTNativeModule.h */, - FFFC2A0D67E7EF1980B03D6B487E44FB /* RCTNativeModule.mm */, + BFB5272AC8FC90EDF7FC1C7F79C7CC55 /* RNFastImage-dummy.m */, + 0B278E7F684583CC84C37067128E690B /* RNFastImage-prefix.pch */, + 9FF9214391075AAD5E0FA9571453D1F4 /* RNFastImage.debug.xcconfig */, + 1772EC77AE13BFC168B7D8978E81A6C9 /* RNFastImage.release.xcconfig */, ); - name = CxxModule; - path = React/CxxModule; + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNFastImage"; + sourceTree = ""; + }; + 10A2909F11731DA9FEDC7B6FCB929F88 /* Pod */ = { + isa = PBXGroup; + children = ( + 3201201F02556417A0ECE40E585C90FC /* EXHaptics.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 1107E8549053095DCF9A6921DF4E7787 /* FBDefines */ = { + isa = PBXGroup; + children = ( + A8582BEBE81543C7ABE35AC5D3E95BAD /* FBDefines.h */, + ); + name = FBDefines; + sourceTree = ""; + }; + 11AC67041BBD1C31546DA936BEDE3976 /* React-RCTBlob */ = { + isa = PBXGroup; + children = ( + C567C255F63F38F24762D6EB66FFF82D /* RCTBlobCollector.mm */, + 3C0B50FDFE45238B4F1D34B744F5F4C8 /* RCTBlobManager.mm */, + BDB0D394E2A8D5C868564B78C9C6266C /* RCTBlobPlugins.mm */, + 91C91B47B25F184DD484787D2CD1BC4B /* RCTFileReaderModule.mm */, + A46B377339AAA854A08FBC46519AD734 /* Pod */, + 77476DFEBC3AEE50FE3A0422A8248665 /* Support Files */, + ); + name = "React-RCTBlob"; + path = "../../node_modules/react-native/Libraries/Blob"; + sourceTree = ""; + }; + 1204F13606F6284124ECCFF6D510ECC1 /* Source */ = { + isa = PBXGroup; + children = ( + 47C9F079BBD5698DDA6879F6FEFD711F /* BSG_KSCrashReportWriter.h */, + C1CACBC29CB5B3D54A980F7F90CA2EE4 /* BSGConnectivity.h */, + CCC5E4C898AB3005E22A9A44F973FD51 /* BSGConnectivity.m */, + E95055B5EAED202EF511AEA37BD1CF5B /* BSGOutOfMemoryWatchdog.h */, + 566CD7825450A314A4F8663F9EABA050 /* BSGOutOfMemoryWatchdog.m */, + 488BE7245926826349B84DACEB75AB92 /* BSGSerialization.h */, + A98D8F44AB6CD0BC71A6686D86B96BF5 /* BSGSerialization.m */, + 0E1D773BFE122EEBCD0C89796937CF69 /* Bugsnag.h */, + EA4B5A11121BE2981DD461B1C22948CF /* Bugsnag.m */, + 15FB2FCBC1341B6B8B5B77C425DEB964 /* BugsnagApiClient.h */, + 556D1740C4E71EAF95F29E56CC622B1D /* BugsnagApiClient.m */, + F0DA73BEBBB5B04D1FF3B223277EEA88 /* BugsnagBreadcrumb.h */, + E2D46C862CCC726290B2FE6D74AFD9EB /* BugsnagBreadcrumb.m */, + E9152278D03B102F146BCB335382ADE7 /* BugsnagCollections.h */, + 76695462B73E91B1615661EC5D55C694 /* BugsnagCollections.m */, + E6D329ABF8B505D705CED921939B982A /* BugsnagConfiguration.h */, + C0B8134D46696A6E4DD43710C54D2F23 /* BugsnagConfiguration.m */, + E45A8836F99F3A82E8612DA71A513818 /* BugsnagCrashReport.h */, + DDBB50C1E9034EB97ADC8DAB29DFBC28 /* BugsnagCrashReport.m */, + 97E555B98EF905EE8FBE20AEC300AFA3 /* BugsnagCrashSentry.h */, + BDE7EE7B42832DED37141F369D9B05C1 /* BugsnagCrashSentry.m */, + DC0AC5A2F6B35CBA64083268427A42F3 /* BugsnagErrorReportApiClient.h */, + 132FEDDDF44FD1E5DDFE369448A644BA /* BugsnagErrorReportApiClient.m */, + 1F3F63A815835D0BA710DE0AA1FE0D4C /* BugsnagFileStore.h */, + E57C832D71B5F23FE70A35CC535D9B7B /* BugsnagFileStore.m */, + EFCCB92EA69EB157026A91B4794BDFE3 /* BugsnagHandledState.h */, + ECC53D1FA4A06B527DFD010A2F938142 /* BugsnagHandledState.m */, + 1167A82C52B0ECBC78D83B46AD0CB121 /* BugsnagKeys.h */, + F126F1D655124C874881199F871455D5 /* BugsnagKSCrashSysInfoParser.h */, + 9F032E74071D556666581B253842F170 /* BugsnagKSCrashSysInfoParser.m */, + 694B2E378A778921F90DF52E859BBF48 /* BugsnagLogger.h */, + F2CD4AC32EA4D232CC92F7693E38D553 /* BugsnagMetaData.h */, + D72AB401160766D170EF9B5C4E291632 /* BugsnagMetaData.m */, + 1DCBACDF4E050016C97F386838D40886 /* BugsnagNotifier.h */, + 2A95492B8C3933CEDE3DEFAEF70CAA15 /* BugsnagNotifier.m */, + AB49C4C96EA83532CB9E068B11797FF8 /* BugsnagPlugin.h */, + 682774410C7E15025320250801A58948 /* BugsnagSession.h */, + 01AA4DFC050C2F2066EE7D38741351F5 /* BugsnagSession.m */, + 7B444503E2F06201D119A2380EAAA238 /* BugsnagSessionFileStore.h */, + 4068EDB19F682F55EC1F015C385747E0 /* BugsnagSessionFileStore.m */, + 57F0E47BFE999ABE114386B957E8A80E /* BugsnagSessionTracker.h */, + 3B574198EE92346A64C3F82D6750DB9C /* BugsnagSessionTracker.m */, + 0E4747FB8C8C2971F2B3E4074EBD25DA /* BugsnagSessionTrackingApiClient.h */, + 84B1158396BE1CFCA72E202AAA55BEA2 /* BugsnagSessionTrackingApiClient.m */, + E6EE4DCE09219C6BFA383C1871E29A44 /* BugsnagSessionTrackingPayload.h */, + EDDDC0D4120245E2F5484729188F62E6 /* BugsnagSessionTrackingPayload.m */, + 542D8AB7F14739399401108A8DEF08DF /* BugsnagSink.h */, + 4099190E5CD5B56FCE4D2AB9AEF5762C /* BugsnagSink.m */, + AD0A2428496250C2EDB58420F529E6FD /* BugsnagUser.h */, + 8A380ADB622E3098F54D064DCE23EF9C /* BugsnagUser.m */, + CA52554E49F4EB0DECD40A284968DB4F /* Private.h */, + 133439D9BD01223E59FFF1A2264E5B05 /* KSCrash */, + ); + name = Source; + path = Source; + sourceTree = ""; + }; + 1270566909CA668F7738C7DD3BE6B7A9 /* Support Files */ = { + isa = PBXGroup; + children = ( + 8BAB4F64F36FA871EE139DF6F1BA1078 /* CocoaAsyncSocket-dummy.m */, + 2066598D4CA3CEB1837EB6812A0434D8 /* CocoaAsyncSocket-prefix.pch */, + 2F80CD194F85D900365658F4B5E47468 /* CocoaAsyncSocket.debug.xcconfig */, + CB3DDB4876F896E8B1AE447F6B120FA5 /* CocoaAsyncSocket.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/CocoaAsyncSocket"; + sourceTree = ""; + }; + 12747F79574210FF828DCB569E73BE23 /* Pod */ = { + isa = PBXGroup; + children = ( + 191E57DAFB1A44C2E9081B4461D8D241 /* ReactNativeUiLib.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 12D000D5D1274AEEF182F03347A35F46 /* Support Files */ = { + isa = PBXGroup; + children = ( + 3F0E869378E98258663692CAE64D3225 /* EXPermissions-dummy.m */, + 116B482B0B2264D28B43B3E671B105DA /* EXPermissions-prefix.pch */, + 3CFEA0460BA87D4649E5FCE9631C830C /* EXPermissions.debug.xcconfig */, + 2176F1178FAB0BD4980B49F76A1F29F6 /* EXPermissions.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXPermissions"; + sourceTree = ""; + }; + 133439D9BD01223E59FFF1A2264E5B05 /* KSCrash */ = { + isa = PBXGroup; + children = ( + E8F465C91CA7BC5B3061DAB8CD36E6D0 /* Source */, + ); + name = KSCrash; + path = KSCrash; + sourceTree = ""; + }; + 1350BCC05D89DE5B66E0C1EC9853B387 /* Pod */ = { + isa = PBXGroup; + children = ( + 8FE3D443F4C2CDDA1466E9E7FB3185D1 /* FBLazyVector.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 13CC7B4707A039A4DBF8B42B4EA0C716 /* RCTBlobHeaders */ = { + isa = PBXGroup; + children = ( + 0E5083F8DC5A8204A94B7447DB33F6D8 /* RCTBlobManager.h */, + E9409F4F5B13205E22602611A1962ADD /* RCTFileReaderModule.h */, + ); + name = RCTBlobHeaders; + sourceTree = ""; + }; + 150B76DC4081FB9EF9C715CC805F1874 /* Pod */ = { + isa = PBXGroup; + children = ( + BAC6CDAA91C4BD58E5295365BDCA3C95 /* LICENSE */, + 298CFDEBE7178C6E8CBE03482A0141FD /* README.md */, + 7E613A038999E650A4514A3543861142 /* RNGestureHandler.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 1541450F8D841C3633A7B395B87233AA /* Pod */ = { + isa = PBXGroup; + children = ( + 453D8790C5A5D68EC9C6E08AB2BF4FAA /* LICENSE */, + 988A2ECB752D54226C4EEE37590504F5 /* README.md */, + 1796C6A69074713A2D17439CAFBC78FE /* RNConfigReader.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 15B64080EC156A8480EE27A71402C73F /* Support Files */ = { + isa = PBXGroup; + children = ( + 7269BD086EEEC468227F23935738531E /* UMCameraInterface.debug.xcconfig */, + F8AA33A2D37DBE68270644174063B77E /* UMCameraInterface.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMCameraInterface"; + sourceTree = ""; + }; + 15E10DA8FCE6ACCFE1D35CED0A5B6A08 /* RCTVibrationHeaders */ = { + isa = PBXGroup; + children = ( + 92878A0929D5F9021D8A036AC8B7D3C6 /* RCTVibration.h */, + BF2B2E83A1C8AF81671636470274DDB0 /* RCTVibrationPlugins.h */, + ); + name = RCTVibrationHeaders; + sourceTree = ""; + }; + 164B4D8DEC534B44A1552919C81212A9 /* UMViewManagerAdapter */ = { + isa = PBXGroup; + children = ( + 73989356532406432F25FC28C53757A0 /* UMViewManagerAdapter.h */, + 851FD11D01303434055928A2C8B543BE /* UMViewManagerAdapter.m */, + ); + name = UMViewManagerAdapter; + path = UMReactNativeAdapter/UMViewManagerAdapter; + sourceTree = ""; + }; + 169C9442A0DA5EF91165DA0064F40B76 /* Support Files */ = { + isa = PBXGroup; + children = ( + 19DC2F19298796986F2DB6D6D8DC47EC /* UMFontInterface.debug.xcconfig */, + B25C9364DB33F8FF2818A742404BC708 /* UMFontInterface.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMFontInterface"; + sourceTree = ""; + }; + 184D2C5A425BD0845CC4BCA612778C02 /* Support Files */ = { + isa = PBXGroup; + children = ( + 6C7808A4C92632C172528C81DF6A3533 /* RNDeviceInfo-dummy.m */, + 234F94CE3B0B511AAA98738A3335BD68 /* RNDeviceInfo-prefix.pch */, + 44ED55D47C0F0F5BEC5AAB3A44337CC0 /* RNDeviceInfo.debug.xcconfig */, + C80ECF3AF6C4E68E9285B8558AB251A7 /* RNDeviceInfo.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNDeviceInfo"; + sourceTree = ""; + }; + 186C34DA07D60DEA1256F14DA5E1462B /* Pod */ = { + isa = PBXGroup; + children = ( + F1C104EDEBDDF982F7073EB801F88F70 /* LICENSE */, + 9544851CF3DB6DC719F81B5625CDB34F /* react-native-restart.podspec */, + 3ACA36F81869A587390EC3455FF07951 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 18E3280BB14C113F56953A9E061F4234 /* NSData+zlib */ = { + isa = PBXGroup; + children = ( + 30BFA2BBC1094FD96E81130C38786A50 /* GULNSData+zlib.h */, + B4667D1D82043D3B10BB2AEDB08A79DA /* GULNSData+zlib.m */, + 185AF3CE12ECA801C8FF000E4ED57664 /* GULNSDataInternal.h */, + ); + name = "NSData+zlib"; + sourceTree = ""; + }; + 195BCD4E6EF4B72CE77CD3136ED77F72 /* OpenSSL-Universal */ = { + isa = PBXGroup; + children = ( + 313C7B5E349087164929BEAC6335F1CC /* Static */, + AD0013D23A044C4893495081222A3321 /* Support Files */, + ); + name = "OpenSSL-Universal"; + path = "OpenSSL-Universal"; + sourceTree = ""; + }; + 1968D9760CE98304ACDB272F2C3C3B39 /* Support Files */ = { + isa = PBXGroup; + children = ( + 611E954E7192B2EF43E41C320A15E139 /* React-Core.modulemap */, + 60BA11728D3E532E6696981AAEDDB3D2 /* React-Core-dummy.m */, + 1DD295EB3519DCCCB0608878C99AB22A /* React-Core-prefix.pch */, + 966F6D42B400FE804C91606061DF3033 /* React-Core-umbrella.h */, + 96D0B4D2C8E7747DE10DD1DEE485BDAB /* React-Core.debug.xcconfig */, + 37CBDE16C7254141CB3CBF83759881C8 /* React-Core.release.xcconfig */, + 9CA1164FA29470976F94D37EA5CE4CF3 /* ResourceBundle-AccessibilityResources-React-Core-Info.plist */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/React-Core"; + sourceTree = ""; + }; + 1A865EF5637A646B3567D8C629C0A751 /* Support Files */ = { + isa = PBXGroup; + children = ( + A76552CDFC457E754280D8D1DB6C26EE /* UMFaceDetectorInterface.debug.xcconfig */, + D735A20FC313FC0FAFDAF14CE7C91BA9 /* UMFaceDetectorInterface.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMFaceDetectorInterface"; + sourceTree = ""; + }; + 1ACD07E359E5108535CAC5BE16ECF86C /* Support Files */ = { + isa = PBXGroup; + children = ( + E787DADE1B10686C7F11F78152091938 /* Flipper-PeerTalk-dummy.m */, + 703921FCD7B0FBDE6E5F831E42217371 /* Flipper-PeerTalk-prefix.pch */, + D6C7E955A289B723B89E0A05BA003614 /* Flipper-PeerTalk.debug.xcconfig */, + 7157FC7634DAC29CD337EC7A7C0349B6 /* Flipper-PeerTalk.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Flipper-PeerTalk"; + sourceTree = ""; + }; + 1B025AEC44248BE0E25FBE1189AF466D /* Pod */ = { + isa = PBXGroup; + children = ( + D5578F01B64247AB738D216553E7C106 /* Yoga.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 1B4EF99E5A9428246F5734C64FABBE63 /* RNDateTimePicker */ = { + isa = PBXGroup; + children = ( + B560C5836ED0777BA9CC16792975A444 /* RNDateTimePicker.h */, + 9CC0B0AE9E01979C233E42CDAC57458C /* RNDateTimePicker.m */, + FB7E73890D4E81A43997599250619C20 /* RNDateTimePickerManager.h */, + D06EABFD0416B4B73FA610762CFA6975 /* RNDateTimePickerManager.m */, + C24CC1A5DC0BB0543C83DC1FEB70A27C /* Pod */, + 2CC411E6D95010368DBBC77C3FF45FBD /* Support Files */, + ); + name = RNDateTimePicker; + path = "../../node_modules/@react-native-community/datetimepicker"; + sourceTree = ""; + }; + 1C64ADE8976FB9DE959E652B063CBC84 /* Support Files */ = { + isa = PBXGroup; + children = ( + 67842D28929C76D46E029F383CEB104F /* BugsnagReactNative-dummy.m */, + 1AC28C9334607E0B31BC61D3B0FD00E8 /* BugsnagReactNative-prefix.pch */, + 9F988FF27A2CF45B80E7D264B7415538 /* BugsnagReactNative.debug.xcconfig */, + 2808039B06913C5F4B5138BD2828D70E /* BugsnagReactNative.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/BugsnagReactNative"; + sourceTree = ""; + }; + 1EF6DCE9EC31573C3921839BCA04FD5F /* UMModuleRegistry */ = { + isa = PBXGroup; + children = ( + F5B853311D55CA2122A8C634EFC7D6D4 /* UMModuleRegistry.h */, + 5A7852727745085FA4D604E935ADB37D /* UMModuleRegistry.m */, + 3641A108B0B857CEFEDB302429A0B556 /* UMModuleRegistryDelegate.h */, + ); + name = UMModuleRegistry; + path = UMCore/UMModuleRegistry; + sourceTree = ""; + }; + 1F71AD6DB2286201EA24160152880EEE /* platform */ = { + isa = PBXGroup; + children = ( + A990D6DD6FD6F9173EC562F8D85EE9CA /* ios */, + ); + name = platform; + path = turbomodule/core/platform; + sourceTree = ""; + }; + 20BFBDA2DBA62DAA8AF7D18FE1C687EC /* Support Files */ = { + isa = PBXGroup; + children = ( + EC49C09F6D86D63C33D994DE346EEC83 /* ReactNativeART-dummy.m */, + FAC1AC2CA8ACCFAC3CFB558366CCF912 /* ReactNativeART-prefix.pch */, + 4F39B5E174B24391350A285AE5559A9F /* ReactNativeART.debug.xcconfig */, + D09D8FA067BA7AD018CBEE4A1A3AD18B /* ReactNativeART.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/ReactNativeART"; + sourceTree = ""; + }; + 223A4DB9E29636C598D2A998DF466105 /* Support Files */ = { + isa = PBXGroup; + children = ( + 2DAF9728E876D22874FBE51C057DFCA7 /* FlipperKit.modulemap */, + B01F22C57CB6E0D160D5676AD78F59F9 /* FlipperKit-dummy.m */, + 07BE4B814A6B137B6E34446514FA5FB7 /* FlipperKit-prefix.pch */, + 4F40F93A59D88F61721018906C44431C /* FlipperKit-umbrella.h */, + 0A14EFF149F4510495C44C02DDE6539C /* FlipperKit.debug.xcconfig */, + 1A7A7DAB415332DBDEF7E49B399BCE09 /* FlipperKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FlipperKit"; + sourceTree = ""; + }; + 22A57A7E09CDAAB9BF6A6AF8B05208DB /* Pod */ = { + isa = PBXGroup; + children = ( + 9140CC475C67BFA99773D8D8C9F70A7F /* LICENSE */, + E55E45DC75CF06D3796E6DF31C01A920 /* react-native-safe-area-context.podspec */, + C2D336F53BE0006CBB1CCAABAA588234 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 23DC196C4A8F00792440419094B7E516 /* Support Files */ = { + isa = PBXGroup; + children = ( + 386C27420ABBBC60FE85BAA7EC0ACCFE /* UMAppLoader-dummy.m */, + 67772880E4B73BD8F3356BE9517E4FF3 /* UMAppLoader-prefix.pch */, + A820D4DE4D2BA895C7D750245BCCC6DF /* UMAppLoader.debug.xcconfig */, + B2E0ED680835B25FAD5DCA8A84D4ACDC /* UMAppLoader.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMAppLoader"; + sourceTree = ""; + }; + 2433C1725C4799F623BE0703ADADEB1F /* Pod */ = { + isa = PBXGroup; + children = ( + 7FB1C1EDE36FEEFDC95053A51056638D /* LICENSE */, + E26595DB68E3637DB583C18D2E8AD4DC /* README.md */, + DF0E5E9D1ECF6CE666CD20F798EA881E /* rn-extensions-share.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 2441B209345B1D19F4EF53AE362FFE11 /* VirtualText */ = { + isa = PBXGroup; + children = ( + F8874B4273D76B839616FA6F7722C2AC /* RCTVirtualTextShadowView.m */, + C42111E92B595E5773248CA66E90415D /* RCTVirtualTextViewManager.m */, + ); + name = VirtualText; + path = VirtualText; + sourceTree = ""; + }; + 2453B11AA1B26F1E610CB90F453C92B1 /* react-native-notifications */ = { + isa = PBXGroup; + children = ( + 0B9F41D67F9A3A8D7B5B8A058D5D9815 /* RCTConvert+RNNotifications.h */, + 9D1331AFBC431236D61E0518E19186C2 /* RCTConvert+RNNotifications.m */, + 8020FF565C7585E9C16EE39081AFF9F2 /* RNBridgeModule.h */, + 8597C79584D101B7CEFD80623ECAF7CB /* RNBridgeModule.m */, + 21A3AE0B82B605342DD2F54E0614760B /* RNCommandsHandler.h */, + CDDC19BBA763D871C3777F46C8C21BC8 /* RNCommandsHandler.m */, + A4EAA30EA349CB3397BD50DE8611981E /* RNEventEmitter.h */, + 72AEB3BD68CDE6B37221B1707A3E75D2 /* RNEventEmitter.m */, + 3CF2D326A2EDEAD99E537F120D48D52E /* RNNotificationCenter.h */, + 62D3FFC76E768F50527141D4D81DE464 /* RNNotificationCenter.m */, + B575A14AF5D843CB34E5763D6E905F48 /* RNNotificationCenterListener.h */, + EADB00B363C88E3C6B7CCCBC8D9EB813 /* RNNotificationCenterListener.m */, + 32E6519E7F77CEEDC26E885E9000D990 /* RNNotificationCenterMulticast.h */, + 6B1ACA5CAA89C6CE7DED29A1A070C169 /* RNNotificationCenterMulticast.m */, + 788287DA6833A06D1186481C47D0B85A /* RNNotificationEventHandler.h */, + B3369327A0B6FB771D8DF11C06E5EF7E /* RNNotificationEventHandler.m */, + CA842D452C4272B4538C95106D451C7F /* RNNotificationParser.h */, + 1C39AB9266EA68DB2D41A69239B3040B /* RNNotificationParser.m */, + 241FD703C652FD7E0EF392952EC4C081 /* RNNotifications.h */, + 61230F39D87DAF48C03B6974E0D662B4 /* RNNotifications.m */, + 48418BA4B2E91BF56802B010BDE77C5A /* RNNotificationsStore.h */, + F5B5F727AB5CE35A3C834577E476D803 /* RNNotificationsStore.m */, + 8C96DE1AA32329A2D07E963B9DAA1CFA /* RNNotificationUtils.h */, + EF44A2BF71B757E50FB5BEB6EDFD4526 /* RNNotificationUtils.m */, + 0A34F4E38FF6200F1DC65C7FF9426AE3 /* RNPushKit.h */, + C07A942D53BE5BF832D81FAEA9D7E44C /* RNPushKit.m */, + 61F91A94F1C85E99006D6BF2C1B552A4 /* RNPushKitEventHandler.h */, + 5ED164BAC32C89B4DF890E99E8DB7D15 /* RNPushKitEventHandler.m */, + 92CEC99045734C43053205068949728F /* RNPushKitEventListener.h */, + F07BCBFD826CDB981E5EB15622047CF9 /* RNPushKitEventListener.m */, + 76AACD0DCE6839ACCC08FAEBB45B6300 /* Pod */, + 33C97DB274A4755ADC301069512AB6DE /* Support Files */, + ); + name = "react-native-notifications"; + path = "../../node_modules/react-native-notifications"; + sourceTree = ""; + }; + 2478D300D82CEDCF4C97ABBC6B7A2118 /* VirtualText */ = { + isa = PBXGroup; + children = ( + 7AA7E7FD784E554499F7327FDC15C76E /* RCTVirtualTextShadowView.h */, + 66445E1AAC8E884669D7B0DE96EF6783 /* RCTVirtualTextViewManager.h */, + ); + name = VirtualText; + path = Libraries/Text/VirtualText; + sourceTree = ""; + }; + 24C9B7B2FF7C9A21C8A17357DAAD2F32 /* rn-extensions-share */ = { + isa = PBXGroup; + children = ( + 9E39C4FDB60EA447B1B20AB20987147E /* ReactNativeShareExtension.h */, + A52B739F49EB09538EDC778FA48DBEE3 /* ReactNativeShareExtension.m */, + 2433C1725C4799F623BE0703ADADEB1F /* Pod */, + 307B3A1A087011BBC92C5293443EEA7B /* Support Files */, + ); + name = "rn-extensions-share"; + path = "../../node_modules/rn-extensions-share"; + sourceTree = ""; + }; + 24DC9B3772DA265FAB09383A6552BB7E /* Support Files */ = { + isa = PBXGroup; + children = ( + A94DA8D00F897B86A566EF52C209E38C /* ReactCommon-dummy.m */, + 17845C38D05BBD45DFB217FFC17E7129 /* ReactCommon-prefix.pch */, + FC46C23F9D227FB0CEA7115AD920374D /* ReactCommon.debug.xcconfig */, + 7C66FC61052AD8B9222B815285514516 /* ReactCommon.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/ReactCommon"; + sourceTree = ""; + }; + 254258CD64DCAD448E2C0ECC7058A88B /* Transitioning */ = { + isa = PBXGroup; + children = ( + 51E36E7821F0670AF78C7220FDDE7E4E /* RCTConvert+REATransition.h */, + 11C11C0A3046603B4C05F20AEAB3394D /* RCTConvert+REATransition.m */, + 6C39B1AE2A47A5CCEC117A966E77C454 /* REAAllTransitions.h */, + 4913EB95076B93A53620BCE044869DD6 /* REAAllTransitions.m */, + AB427970A9501CFCB96FF7A15F259A52 /* REATransition.h */, + 2E73BDA8E009354600891EA2E74BD8D4 /* REATransition.m */, + 5A923EE728DC48A2A99DCEA87ADA8B34 /* REATransitionAnimation.h */, + AC7BBD3985B5F93606ADA56F4A73492B /* REATransitionAnimation.m */, + B493771C7A9C7835FFB31EA98AC8FED7 /* REATransitionManager.h */, + 17E2EC302E6FFA939CD2E62BD7A3DE92 /* REATransitionManager.m */, + 48AB268B643C4E3E60E84B9E68D0D1A5 /* REATransitionValues.h */, + B3268C78202AE1DD8F4F200E1AC0FF95 /* REATransitionValues.m */, + ); + name = Transitioning; + path = ios/Transitioning; + sourceTree = ""; + }; + 26002976B15591B14288E8763C4204B7 /* Pod */ = { + isa = PBXGroup; + children = ( + D91EDBDC0443F6DAB23A146A91F015EC /* KeyCommands.podspec */, + 760DC6A5B813BD761CBF8BC767648A0A /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 26AAF4D0199F841467D0BDF70C657481 /* EXVideoThumbnails */ = { + isa = PBXGroup; + children = ( + CC7343C2794DDE3360AC986F6A662D35 /* EXVideoThumbnailsModule.h */, + D1B031C53ACDF6604A7A6C89293289B3 /* EXVideoThumbnailsModule.m */, + 715957F2D3A89CB1737A6A812D5B8C71 /* Pod */, + DF78452C257D8042E5C842896EFF6A70 /* Support Files */, + ); + name = EXVideoThumbnails; + path = "../../node_modules/expo-video-thumbnails/ios"; + sourceTree = ""; + }; + 2701D9D0E00DF6E4F51FDEFB1AF0D3C6 /* Support Files */ = { + isa = PBXGroup; + children = ( + B0DFA591082873397F2918D0053401CC /* React-RCTActionSheet.debug.xcconfig */, + C8C922B0AD273B1203D5CF15B71278D4 /* React-RCTActionSheet.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTActionSheet"; + sourceTree = ""; + }; + 27395316AD75EB50ED9025D3BEBEEE99 /* Pod */ = { + isa = PBXGroup; + children = ( + C6D191D652CCE411D0475628BCCFE7EC /* EXAV.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 2771C279BCA5B98B594B771876298B34 /* Support Files */ = { + isa = PBXGroup; + children = ( + 954918646509AF93DC0ABEB99FE68685 /* react-native-cameraroll-dummy.m */, + 393EA614431E7CC362E47763C9A913E3 /* react-native-cameraroll-prefix.pch */, + 0B8C6E3279D0775633D5B30DF6E1E745 /* react-native-cameraroll.debug.xcconfig */, + F1404E07989F133C5C1A93B7817DA72D /* react-native-cameraroll.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/react-native-cameraroll"; + sourceTree = ""; + }; + 28036399FEBC8C751D5FA42396ADA2E9 /* lninterpolation */ = { + isa = PBXGroup; + children = ( + BB60E8FCBAC4F721188E4202F9EED812 /* Color+Interpolation.h */, + 0E5E57A89D393DA2C41A994E5C5283DA /* Color+Interpolation.m */, + 15DD928E776E8E1468A601C836B27774 /* LNAnimatorTemp.h */, + E00B739AB623D7B8CFE65FA1ACC79F3C /* LNAnimatorTemp.m */, + 7704F8FBEFE7EEE7A5BC729F8ABA3258 /* LNInterpolable.h */, + 108A9F55F9A01956ADF7C3BCC27D7567 /* LNInterpolable.m */, + D803C5AC0C2AE94CD4CD22EF4C5FEF32 /* LNInterpolation.h */, + 40AB364E75933614EBCAC26691F4A178 /* NSValue+Interpolation.h */, + ); + name = lninterpolation; + path = lninterpolation; + sourceTree = ""; + }; + 29BD17BB413C1CE02D075B1D43FDBB1E /* glog */ = { + isa = PBXGroup; + children = ( + BE1DD6BEB5772073CB1B497EE3EFACAD /* demangle.cc */, + 2823B7A813446A42A2AA92B1CCE316E2 /* log_severity.h */, + 7F5BF85693864C3DF4E7B76BFA9C61A2 /* logging.cc */, + 65F120F63B7CEC100D6A4AFF8BD54AF0 /* logging.h */, + C7E40E9D0012DD1776BCFFA15A6F6877 /* raw_logging.cc */, + 3D274898AA4701C06E0A5D5290F2FD3F /* raw_logging.h */, + 22EAE061211539C53271A4C631B3F083 /* signalhandler.cc */, + 0F54931782ACF7EEFCA243676B24B451 /* stl_logging.h */, + F8633AD2C2D2826B1719D48E55655BBD /* symbolize.cc */, + 35E787EECC1A06FFFE236DA1E4064D68 /* utilities.cc */, + D3841AFD60F4974A2520050892F57AE2 /* vlog_is_on.cc */, + 7E36B65BFA4D2504ADD2C4D6A1EE9025 /* vlog_is_on.h */, + A9EAED9C6377C8F9AA65BD80048B7FCF /* Support Files */, + ); + name = glog; + path = glog; + sourceTree = ""; + }; + 2A860F1277FFE1318979EB61A3B2A5B2 /* Support Files */ = { + isa = PBXGroup; + children = ( + A6C362498D6B6FC89890828C59E39A34 /* GoogleDataTransport-dummy.m */, + B5E6A6D6887D8249F4587D1264CEC00A /* GoogleDataTransport.debug.xcconfig */, + B16A6B2C6D3CA184F415E6F10CC698EA /* GoogleDataTransport.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/GoogleDataTransport"; + sourceTree = ""; + }; + 2B7B159B24C9D392F68B0CBC8D93E2F9 /* FlipperKit */ = { + isa = PBXGroup; + children = ( + F3A946B06BA8847D38E8C7C999EEF721 /* Core */, + BF576321700D7601E817441F0981EFC4 /* CppBridge */, + 7A70D3B7756E3F5D0307E8D621BA8E5E /* FBCxxFollyDynamicConvert */, + 1107E8549053095DCF9A6921DF4E7787 /* FBDefines */, + 8322EC977B3087BD528F8994C2062786 /* FKPortForwarding */, + 8684AAFC50CD967EEA74E5535704EC6C /* FlipperKitHighlightOverlay */, + 0822A6DBA32090DCB4FE409B1991B280 /* FlipperKitLayoutPlugin */, + AE4587AE44AEDF8924C3A7BDA2A964B3 /* FlipperKitLayoutTextSearchable */, + 999C3765022D4FDEA1025493EEEAB64A /* FlipperKitNetworkPlugin */, + FA16F1D3639B42086EAF3156D69B7F54 /* FlipperKitReactPlugin */, + C9D30FD4C634E582AB42DDA6BD8EF77C /* FlipperKitUserDefaultsPlugin */, + F6E67C30969DC0EC8E8F6D07542F1C36 /* SKIOSNetworkPlugin */, + 223A4DB9E29636C598D2A998DF466105 /* Support Files */, + ); + name = FlipperKit; + path = FlipperKit; + sourceTree = ""; + }; + 2CC411E6D95010368DBBC77C3FF45FBD /* Support Files */ = { + isa = PBXGroup; + children = ( + 65C0132C916BC74C97D07BA881A743DA /* RNDateTimePicker-dummy.m */, + 8544CF2BCD559E23FA4E3D9D6A2A0158 /* RNDateTimePicker-prefix.pch */, + 219CAB2AB5D9006B8F52183D235333A3 /* RNDateTimePicker.debug.xcconfig */, + F0706E78F9750DCFFF67264CCEFFD317 /* RNDateTimePicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNDateTimePicker"; + sourceTree = ""; + }; + 2CE19ACEA5C067466B9590759725D574 /* Pod */ = { + isa = PBXGroup; + children = ( + 0C4783DB952DFA69687477F5C32DB710 /* LICENSE */, + 8544EE9A868239C0CD2A14F9A082C9F2 /* README.md */, + 48546C71C4560C58B3287B7563077CF4 /* RNFBAnalytics.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 2D2E77B20873856B040ECEBDB9109809 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7543099DFCF3098C6A1B696B827EECE3 /* GoogleAppMeasurement.debug.xcconfig */, + A6678CC1CBCEE8A33CAECB64471FA9E4 /* GoogleAppMeasurement.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/GoogleAppMeasurement"; + sourceTree = ""; + }; + 2E837E9C4CC4ABEDDB7B96FA356FB61F /* Support Files */ = { + isa = PBXGroup; + children = ( + 45701D45F1AF1DBAACB55B9487BFF1C4 /* react-native-restart-dummy.m */, + 2BF7832FD712FE447DB20573C559B54C /* react-native-restart-prefix.pch */, + 0A7CB14EF7F176086DA264E6AABC452C /* react-native-restart.debug.xcconfig */, + C657C62307ED87B9F04DD3A09D8B41E0 /* react-native-restart.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-restart"; + sourceTree = ""; + }; + 2FA8405275FBB25CA66F08475248E833 /* QBImagePickerController */ = { + isa = PBXGroup; + children = ( + 6E1DFE0D3B5AF43B8C84A3E7966B2B1B /* QBAlbumCell.h */, + 7E074A29F34F6A41EF0C25CC20F1453F /* QBAlbumCell.m */, + 805C841207E4FC08B0F39BB21B2D0AEB /* QBAlbumsViewController.h */, + 1EDF3AF385422B46BBDE4E730DA5D7A6 /* QBAlbumsViewController.m */, + B07FF36CFEE2644784956515CE484906 /* QBAssetCell.h */, + AFF5106E1B57BCDB994435B02BBA980E /* QBAssetCell.m */, + 9463CCABFF349B52758B917D4C9FA77C /* QBAssetsViewController.h */, + 7E989A2F41C24D1E7C562F56117B742B /* QBAssetsViewController.m */, + 76E7C9CAF30765AB22F55A22EEC0A944 /* QBCheckmarkView.h */, + 4AD1873F1D03A2360CCC0DB15C1EDDF0 /* QBCheckmarkView.m */, + 64DB98BEE8E0B74B3722D60671CB681D /* QBImagePickerController.h */, + 164181A5F456879F1ECD813AA1DD078B /* QBImagePickerController.m */, + 167B6DA102D18369FBE1026EF6C7B8DC /* QBSlomoIconView.h */, + 719905B6632ED1EA36743269AC271928 /* QBSlomoIconView.m */, + 3142282CACA691C0B7519DE2D72DA78B /* QBVideoIconView.h */, + B855631FC41E72EC02F37BA684CDF702 /* QBVideoIconView.m */, + D398B0707401A1236BFA3E304319BB7B /* QBVideoIndicatorView.h */, + 2525C4D2A06A3A9EE8E686423ECDF538 /* QBVideoIndicatorView.m */, + 69FD8A4E1FCBEF768E14F08BCE00ADA8 /* Resources */, + ); + name = QBImagePickerController; + sourceTree = ""; + }; + 300559201D02D7D7FDF90444F9F4AFB1 /* Pod */ = { + isa = PBXGroup; + children = ( + 6AE873137F7B9CB9919C63B50A27A316 /* React-jsi.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 30364E2A95801518959BAA774049BEBD /* FirebaseCrashlytics */ = { + isa = PBXGroup; + children = ( + 6DB0CD0B4046E0513F1D4064BDA1E73A /* crashlytics.nanopb.c */, + 3ED62CCE5562500EA4D702D3C23A833F /* crashlytics.nanopb.h */, + 5E01B8C4C7D391A02220FAC33AA4BEE0 /* dwarf.h */, + 3458090CB8B48D96EDAB07F5B4CEC80E /* FIRAEvent.h */, + 7C02134652DC0E225160FB001D088C81 /* FIRAEvent+Internal.h */, + 5DD862F5BB790136CC54E049F7D6B37D /* FIRAEvent+Internal.m */, + EF24D732027271237A9F056530E1D7D5 /* FIRAnalyticsInterop.h */, + B83053500F79E12FCDA0FE995A7E28E7 /* FIRAnalyticsInteropListener.h */, + 1BEA91DBF03149D8F74BBE2A2306ACB5 /* FIRAppInternal.h */, + 059C584615D0AC1A97DA10A01C10720D /* FIRAValue.h */, + 04BC76B3FD500189184D2F37A7A50AB8 /* FIRCLSAllocate.c */, + 6D59EB8B78779F9EA55989B300F44159 /* FIRCLSAllocate.h */, + CD2A30BCF21519B7BA9A5F310C93B04B /* FIRCLSApplication.h */, + 35C3BA28E9605DF443EF2F517495090F /* FIRCLSApplication.m */, + 5128F25C51E08276E7669C7921520E74 /* FIRCLSApplicationIdentifierModel.h */, + 89DB19A537351C7C617B17F3B123451F /* FIRCLSApplicationIdentifierModel.m */, + DE4C1ADFF09E743039A3076C93D26BB7 /* FIRCLSAsyncOperation.h */, + A395CF55455BB3289EFF24E6573D95A3 /* FIRCLSAsyncOperation.m */, + B6DCAFD8F2391EEA5BFFD75672443232 /* FIRCLSAsyncOperation_Private.h */, + FCB3FDD736260458FF91AF2C648A0C74 /* FIRCLSBinaryImage.h */, + 41AB0F94837FC688A10E982707AC286A /* FIRCLSBinaryImage.m */, + 48FA79EE99D886D173E52987090A976E /* FIRCLSByteUtility.h */, + A1710475B8A305FA5A95864DC0007416 /* FIRCLSByteUtility.m */, + 68E483198650FC383AF5031BC92C4B4E /* FIRCLSCodeMapping.h */, + F36A7B8804C336E185CEA6DE40A349D1 /* FIRCLSCodeMapping.m */, + 939623CE233075C87D5FE25ED1C64FE2 /* FIRCLSCompactUnwind.c */, + 00757B0157CF40DB233460CC17708188 /* FIRCLSCompactUnwind.h */, + 11649DB28F09DA2C221F0014D73E752F /* FIRCLSCompactUnwind_Private.h */, + 515F0D02BFDBF54CA5391E3B9EE543D4 /* FIRCLSCompoundOperation.h */, + E074A13E25D9C327654648EE711D7231 /* FIRCLSCompoundOperation.m */, + 19237521580DB582429BC6C098BD1737 /* FIRCLSConstants.h */, + 590B92C661C38A079042B697E64EC4C2 /* FIRCLSConstants.m */, + A550D60ACE3D399664204E2028C73726 /* FIRCLSContext.h */, + 3D44D59DCEFC071F7744D6EEBDDA9A7C /* FIRCLSContext.m */, + 685720BB994EE929CBAE022C7ABFB1C2 /* FIRCLSCrashedMarkerFile.c */, + 121C80BAAB9781FFB78F56A6FF70DC74 /* FIRCLSCrashedMarkerFile.h */, + FF0A2D2EDE293DF2F4DF68BF73363CA0 /* FIRCLSDataCollectionArbiter.h */, + ED45253B3F68FFF9A8DD0F36C86E08CB /* FIRCLSDataCollectionArbiter.m */, + CD30B3EF429A201063D368E2D0475B4F /* FIRCLSDataCollectionToken.h */, + 9A08C4E80228947F81AEA182199A3F5C /* FIRCLSDataCollectionToken.m */, + B45068D688FB76D72FBC5BA439BEA65A /* FIRCLSDataParsing.c */, + DAB1BE7988FACE56BCCF1FF347382E85 /* FIRCLSDataParsing.h */, + 896397EFB178BF2EA2A31A427DE71965 /* FIRCLSDefines.h */, + D0B2E7B74DC7351F0A4BE4CD7E1BEEBF /* FIRCLSDemangleOperation.h */, + 94B455AA04E262EDE77D78D9D032C64A /* FIRCLSDemangleOperation.mm */, + 1F89529B3C7A424F3CB829FD34902285 /* FIRCLSDownloadAndSaveSettingsOperation.h */, + 6831653DFA5D395950540CB4B14BEBED /* FIRCLSDownloadAndSaveSettingsOperation.m */, + ED993629E29E211AE8B3C71C50F1033B /* FIRCLSdSYM.h */, + 35E4D6A1904487120B7DD3A697709AF8 /* FIRCLSdSYM.m */, + E70D1F51E37DCEF89D08E5171E037B1F /* FIRCLSDwarfExpressionMachine.c */, + E4CFD4F947B7442B6CE61B50C0DAB2EE /* FIRCLSDwarfExpressionMachine.h */, + 5E9397A0636933F5CE512BE3684A997E /* FIRCLSDwarfUnwind.c */, + 8F1AADEB994A06753733D5DA30E49EE9 /* FIRCLSDwarfUnwind.h */, + C923A3AD8B2C26416239292029D4C657 /* FIRCLSDwarfUnwindRegisters.h */, + 8396C8E90F63350EFC8B3E9D8E8D8A6F /* FIRCLSException.h */, + 028F7C1E056AF6DD397D02CD928ABF63 /* FIRCLSException.mm */, + FFC75573593BA836A5B9C49E784A2CCC /* FIRCLSExecutionIdentifierModel.h */, + FB620E2CBD53A25584F290C970927598 /* FIRCLSExecutionIdentifierModel.m */, + 7CD0447938624C9437DB2425625A7AFA /* FIRCLSFABAsyncOperation.h */, + 83755F2B091B00BE6CA539A99E0D964A /* FIRCLSFABAsyncOperation.m */, + 0C68F17C8C9A065157DF6A4DBFEC6591 /* FIRCLSFABAsyncOperation_Private.h */, + 1433D249C3C9D290C30C41826CEAF193 /* FIRCLSFABHost.h */, + 08391954A2F97E467DB6AE01410CDE9F /* FIRCLSFABHost.m */, + 188D155BEC1BCF1EC6453AB17CEA1966 /* FIRCLSFABNetworkClient.h */, + 33CD38A805803F9E727DAA3989B58F1A /* FIRCLSFABNetworkClient.m */, + 945DDAA2417D5562D5FFEE8DDB64DC83 /* FIRCLSFCRAnalytics.h */, + 4EE9BEC4C9C1445412EF648ED645BC0D /* FIRCLSFCRAnalytics.m */, + 70889C20B2B9CB6BFEB33E64450AAA66 /* FIRCLSFeatures.h */, + 65061896354E14FFE9FA62CCD47449AB /* FIRCLSFile.h */, + 06225DC165023E2B2382C93865C9F2F9 /* FIRCLSFile.m */, + 2944CA750EBEBBB663715DECC789F0E3 /* FIRCLSFileManager.h */, + 0092AD832845D751E242900001441BE7 /* FIRCLSFileManager.m */, + DB92A844E489E0367D76A99164A7929E /* FIRCLSGlobals.h */, + E249493F4DC300904E721B3C9286989B /* FIRCLSHandler.h */, + 4E492BE216BFC85EE02E2AD66FDF2AAA /* FIRCLSHandler.m */, + 6BDDAD7D235B2E81F3A154616267A68C /* FIRCLSHost.h */, + E88052E39AB9DD9261B56504BF2E8306 /* FIRCLSHost.m */, + 859A01DB9BD91E8691E025D3259F4357 /* FIRCLSInstallIdentifierModel.h */, + 284A3D9B3BC17461B00A872841C45843 /* FIRCLSInstallIdentifierModel.m */, + EBF822593AB0C7B5D454FF8587FFB605 /* FIRCLSInternalLogging.c */, + 3C787215ED9F53763DAEE7051948729B /* FIRCLSInternalLogging.h */, + C896EC24556B754222B81EB9F4519BE8 /* FIRCLSInternalReport.h */, + 6E4A9AE0B2E9BA8C1C6197E59D70BACE /* FIRCLSInternalReport.m */, + A03F1F458148853D818363CCCC707420 /* FIRCLSLogger.h */, + C5B7AAFA713729F9C5BB9A62BE4646F7 /* FIRCLSLogger.m */, + 1FE7A7FACDDD35547CD57D3797439B72 /* FIRCLSMachException.c */, + 1C5E9C4ECFEEBF5D2890F292C4BDAA7E /* FIRCLSMachException.h */, + D89110DBBE0DF335C46F567F0963046D /* FIRCLSMachO.h */, + 729497AD49DA3890D6D3A38C2E450F46 /* FIRCLSMachO.m */, + F828BF8AEA7D571FD0FDD911C65DF640 /* FIRCLSMachOBinary.h */, + A2C0FE182CCFD918BBC16E8588ED77A2 /* FIRCLSMachOBinary.m */, + C12AB2C47B02953CAB472BDE37F03AF5 /* FIRCLSMachOSlice.h */, + 3B885D77DC28404FB4C9B172DEF84857 /* FIRCLSMachOSlice.m */, + 832F083FF532BE671C8BEBEE62C4FC73 /* FIRCLSMultipartMimeStreamEncoder.h */, + 9728B984966BC98860FAB0C677395B47 /* FIRCLSMultipartMimeStreamEncoder.m */, + 5F9B30D5F2E3412ACB207D784D6DC5E6 /* FIRCLSNetworkClient.h */, + FC815314ACD9F8E46A707C0436919B5F /* FIRCLSNetworkClient.m */, + 6F8594EF5847E3B2F915EC7CA133A62A /* FIRCLSNetworkOperation.h */, + F0DC7D458F2B90DEA91C6524ABE02B13 /* FIRCLSNetworkOperation.m */, + 134B595262E2B2DC2CE3B66C203EBD88 /* FIRCLSNetworkResponseHandler.h */, + 0059306D112DB7C6BF55E41D08388D23 /* FIRCLSNetworkResponseHandler.m */, + A1BBF7C756062DAD04F0015949795602 /* FIRCLSOnboardingOperation.h */, + A88BB079CCF9C3D7427E3F0331AB4D13 /* FIRCLSOnboardingOperation.m */, + CB8C8B32160AC815D0BE301073B3D471 /* FIRCLSOperation.h */, + AA6E5802A99B16C26B084997703C96B5 /* FIRCLSPackageReportOperation.h */, + 9834FCEDF152C5846256FAA9FC2F1BB4 /* FIRCLSPackageReportOperation.m */, + 7A6F3749C087FCF308DF196556357C7F /* FIRCLSProcess.c */, + 41EC9A082146249F7FAADB7E975CB5ED /* FIRCLSProcess.h */, + CC1BCE08B65FD290DDF6D74968672A28 /* FIRCLSProcessReportOperation.h */, + 4FB84CACC22716A77A1295F00B185BFF /* FIRCLSProcessReportOperation.m */, + D5C399FE8E5579CE13BC1EF5D43E6877 /* FIRCLSProfiling.c */, + 56E499F2B159DB9A0F9234FC5740DD1A /* FIRCLSProfiling.h */, + 19881F57FA6BDB29833E728A00D242E6 /* FIRCLSRecordApplication.h */, + 4E4D461AC4A5D3B90EDE62CD68FE7209 /* FIRCLSRecordApplication.m */, + 0D31ACB25195EF0A84E3F58F4EDCE5F0 /* FIRCLSRecordBase.h */, + A6DDDF10517DFF827CFEB805309B1BCC /* FIRCLSRecordBase.m */, + 7D5C967BD780F20E700AEA22FA14D2FE /* FIRCLSRecordHost.h */, + 7BA492FBDB4DBDBB89AB69B950DDB886 /* FIRCLSRecordHost.m */, + 3DD31C4F35B140831E47CC68A86A5D6D /* FIRCLSRecordIdentity.h */, + 27DDCC14C61BF218CE8C8B34351E7679 /* FIRCLSRecordIdentity.m */, + 5F54326AC621E597F0AE6531674584AA /* FIRCLSReport.h */, + 2A82AC8EF00629A69A6E6F7495AF0F86 /* FIRCLSReport.m */, + C47D5DA118FAD80E693FBAA44F0E8C30 /* FIRCLSReport_Private.h */, + 7E109B1431C976080FCB144DF5B3CC44 /* FIRCLSReportAdapter.h */, + 8C0439FD89FB3C2BA9405682F4678374 /* FIRCLSReportAdapter.m */, + B5799986BAC48E4169760BC84177D1E4 /* FIRCLSReportAdapter_Private.h */, + 7EC9AAD18BAB6C40FACF97437C6C9C33 /* FIRCLSReportManager.h */, + 2813D121859B55717FEB3F6263D8A3D6 /* FIRCLSReportManager.m */, + 36C16253FC02878ED51B236A0A19E9DD /* FIRCLSReportManager_Private.h */, + 8706F46587B792368C3146E54694F612 /* FIRCLSReportUploader.h */, + 6621F03B4DA69CC4D2112D4A79E073E5 /* FIRCLSReportUploader.m */, + 9C6D00181B29496E53096597571A4B3B /* FIRCLSReportUploader_Private.h */, + 79E0A5D35BB7344824EE2C24204CAB73 /* FIRCLSSerializeSymbolicatedFramesOperation.h */, + 5A16D244366D432E38B8E997E46E2E6C /* FIRCLSSerializeSymbolicatedFramesOperation.m */, + 4751C8842DB12D9676EE1AE4FCD9D340 /* FIRCLSSettings.h */, + 4A448E1D18774989AD2F40886184AABE /* FIRCLSSettings.m */, + 3F5D4705DE48CE5EB0F04C1232D5D7A0 /* FIRCLSSettingsOnboardingManager.h */, + 867ACB56D848877F90EF67F16D1BCC7C /* FIRCLSSettingsOnboardingManager.m */, + 85894402DE158F768A5AB403A3E8B761 /* FIRCLSSignal.c */, + C8F42025CCF1E0EE73C244A22AC227B5 /* FIRCLSSignal.h */, + F1BF623936659BE23B46D54E9876D042 /* FIRCLSSymbolicationOperation.h */, + A6FDCE37FC8470156F2FB0FEE2BCD4AA /* FIRCLSSymbolicationOperation.m */, + 11EC576DB5495B159AAABD36581CE700 /* FIRCLSSymbolResolver.h */, + 9BA8FF8FC05DB1E6BFD997E8F81E1492 /* FIRCLSSymbolResolver.m */, + D53631B5BB7B40F7A40B7A2C362BCBE4 /* FIRCLSThreadArrayOperation.h */, + 05B819B9D0F5E8E7D8373B00494B2F42 /* FIRCLSThreadArrayOperation.m */, + D125084F9F245889C9DE6B2FC0E99AAC /* FIRCLSThreadState.c */, + 1322B5A410AF4AC8672E585C3DF04788 /* FIRCLSThreadState.h */, + 53BA95CA5635D6F03708BA1F8A82D760 /* FIRCLSUnwind.c */, + FA335C576325181DFCD0D9B8E1541E7A /* FIRCLSUnwind.h */, + 7820A01445E127670B911E2F7714A7ED /* FIRCLSUnwind_arch.h */, + B4AD7A59972CEDDDC5C7CF762B8EBA39 /* FIRCLSUnwind_arm.c */, + D596272B69E2BF970FAD77801A872212 /* FIRCLSUnwind_x86.c */, + F2D623CFFCB0041F140894BB4714E6E8 /* FIRCLSUnwind_x86.h */, + AAFD42B550E2F7F50F660E9800E64E42 /* FIRCLSURLBuilder.h */, + AD226BCBC490946ED36E90350AA3C0C1 /* FIRCLSURLBuilder.m */, + D95D5726D02100F956CA2FF93D912AFF /* FIRCLSURLSession.h */, + F394992E816A4233E71524E8EA6F5235 /* FIRCLSURLSession.m */, + 007085FF1891559D5CBC799FF18BA599 /* FIRCLSURLSession_PrivateMethods.h */, + CE2A600BB53516D57ACFA66BC5E57A63 /* FIRCLSURLSessionAvailability.h */, + D57BE38341C3A57608272B9CFC6E9368 /* FIRCLSURLSessionConfiguration.h */, + 9739DB2412D22C208A57481EE2578872 /* FIRCLSURLSessionConfiguration.m */, + 62941B228C8E98E989E0A8F55E26915A /* FIRCLSURLSessionDataTask.h */, + DCCAA44D33683DA804CE6F16826CBF9C /* FIRCLSURLSessionDataTask.m */, + C6D9E043574845A3987668917BF75CBE /* FIRCLSURLSessionDataTask_PrivateMethods.h */, + 3D8F01ADAB3DF896F0B1176B29B5F88F /* FIRCLSURLSessionDownloadTask.h */, + 3EBA5DF374B2E9BF9FD9A407E7D7AAF8 /* FIRCLSURLSessionDownloadTask.m */, + 81F822092F642F552A94E7CF09633E8F /* FIRCLSURLSessionDownloadTask_PrivateMethods.h */, + 4177A5C506C7D1C92F532B7B3FD2AB91 /* FIRCLSURLSessionTask.h */, + DAFBA0AD3784CE6C09996B3C591F2546 /* FIRCLSURLSessionTask.m */, + 75AA678EBF6C67F0875FD2F3F41DD38C /* FIRCLSURLSessionTask_PrivateMethods.h */, + 3ACB0DCDF8BF3CA082E94F07DFF5E8D3 /* FIRCLSURLSessionUploadTask.h */, + 8D9024458C9CB9909900E274D398BE33 /* FIRCLSURLSessionUploadTask.m */, + 2080A0BBC9EB23B9D268F28952C409CC /* FIRCLSUserDefaults.h */, + 37F1B7412B8B415A53059C4FF77224B4 /* FIRCLSUserDefaults.m */, + D46BA4929AFAEAFBC0D29AEA757F0766 /* FIRCLSUserDefaults_private.h */, + 0C6E319C60908897ED62DBABEA24A714 /* FIRCLSUserLogging.h */, + 35C1BFECF08D1AFC2352E5B5CCD5395D /* FIRCLSUserLogging.m */, + 60B7352C13A58F5E736F5302C3997684 /* FIRCLSUtility.h */, + 892193E1996EEA8A63110BD4816ABE36 /* FIRCLSUtility.m */, + B2E4FD40E640DF37E83F588BD7BFCC4E /* FIRCLSUUID.h */, + 6C1DE546B0319937F7A440525CB6DD07 /* FIRCLSUUID.m */, + D2E76BF7E23D9FFD65921C1FD67AD917 /* FIRComponent.h */, + 000902304BD53E799CCEB806DC22CB37 /* FIRComponentContainer.h */, + 401A310C8975CB5E068A59575A723A4F /* FIRComponentType.h */, + 65AEC802D795588CB432E42F1C99BE4C /* FIRCoreDiagnosticsConnector.h */, + 0C2764E678593EF39C3FC9B21BC0CE9F /* FIRCrashlytics.h */, + 15784486174549E80D45256BFE704A6A /* FIRCrashlytics.m */, + 85291DAC4D152EC2DF0A71FC89E022C0 /* FIRDependency.h */, + CDD2281EBF321A25AA11EE5C6D59B1BE /* FirebaseCoreInternal.h */, + A94B5D19FB546DD5A4E90CF6F03A75DB /* FirebaseCrashlytics.h */, + 4B6AF1B6D82B997289C1F57155B95B87 /* FIRErrorCode.h */, + A903DFA0EFB55D70B261D55D48CB0E12 /* FIRErrors.h */, + 437DC85346074A9265D7B13844F4A421 /* FIRExceptionModel.h */, + 6D861316CC97FBDB3DF0B006C5597405 /* FIRExceptionModel.m */, + C85C2B0C3932CB49E84D0E56FAE06E71 /* FIRExceptionModel_Private.h */, + 483D58D7C717E7418C4BD2707C2E636D /* FIRHeartbeatInfo.h */, + 41EC5930B8C1892BEE85D9814875D011 /* FIRInteropEventNames.h */, + 0DD4F90E58D3847902BF011443DCE5C7 /* FIRInteropParameterNames.h */, + 22667A68519F5488DBBE56F01CA01BA5 /* FIRLibrary.h */, + 5286B3DEA16326BD2205A600C78F948A /* FIRLogger.h */, + 9279A2B8AB440EE181531F0CBFF90CBE /* FIROptionsInternal.h */, + 796CD8553C5802D31544788DC42D6954 /* FIRStackFrame.h */, + F6CB89DCD2375D78BABAB8F932A02843 /* FIRStackFrame.m */, + 6DA2987C15726CA925D4C3195CBE80D8 /* FIRStackFrame_Private.h */, + 58D4583A473ACD599DCB84889B3CDF6B /* Support Files */, + ); + name = FirebaseCrashlytics; + path = FirebaseCrashlytics; + sourceTree = ""; + }; + 307B3A1A087011BBC92C5293443EEA7B /* Support Files */ = { + isa = PBXGroup; + children = ( + 62B9970332BFF2909EF0E4120A9D3AE9 /* rn-extensions-share-dummy.m */, + 5682B81F132F46A49566E1FEDD0D7FE5 /* rn-extensions-share-prefix.pch */, + 657A7BD32C86B54F9F37E6FFA881E56C /* rn-extensions-share.debug.xcconfig */, + 1C8DC4867C477A13779E86217FCCF149 /* rn-extensions-share.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/rn-extensions-share"; + sourceTree = ""; + }; + 3127C28103C6B906C7AC96E7D910FC71 /* Pod */ = { + isa = PBXGroup; + children = ( + E061DBDDA82F1E72AAA1C215DFD4E768 /* React-RCTActionSheet.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 313C7B5E349087164929BEAC6335F1CC /* Static */ = { + isa = PBXGroup; + children = ( + 12FEBBAA25ADB022C6E2F7D644167C43 /* aes.h */, + B1CACE3A77E332F6E80F2EF5D57C84BB /* asn1.h */, + 5B5CE3CB0094EC676C92DCED91729BC6 /* asn1_mac.h */, + 1670B045C7796A8C1BF8C8B7D3001C35 /* asn1t.h */, + 9FF7A440D5E9387CDFC9325CD298A135 /* bio.h */, + CFBCA50BDD968D1114D1A1187DEEFF9B /* blowfish.h */, + 1243420770A466F72B9FED56C32943D3 /* bn.h */, + 8251DD181950D8CCD9F0075C54B8B85A /* buffer.h */, + F02745D688CCB9049128803B08E5EA1A /* camellia.h */, + 740E3F21A2345367A0E1E8A7430F17B5 /* cast.h */, + FC3A3221DFEDA636CD58486AF45EDE32 /* cmac.h */, + 995556FF72A35310617D533819A4DED5 /* cms.h */, + DFB6DA13B6E38AEC8401692445630543 /* comp.h */, + 19089AC5762E3B0A6B8D7AA7B7BAB27C /* conf.h */, + 287FC9E015DC2422E3834CF079A00BBA /* conf_api.h */, + 9D21782055A37268F0A0911B93392E04 /* crypto.h */, + E9B10F25B170C13EBAC1A23D4D52AE1B /* des.h */, + 5F7E8616EDDC74829E2CC1DD96E0C217 /* des_old.h */, + C9553B5B2F02DCCA18A6223CA42D7CBB /* dh.h */, + DE28B165CF41174922644B05FFA63C3C /* dsa.h */, + 300E3873E330F62DCC05C69935C5E453 /* dso.h */, + 04DC8BEBCBCD61D58D7720C9D70F2F13 /* dtls1.h */, + EB629645F102BDB1A4C5589EF8017A03 /* e_os2.h */, + B11D6B4128881205CF5A609956203CDE /* ebcdic.h */, + 46A2A223ACF1E98367F1D00A717989C5 /* ec.h */, + B6A7733A44F11893AAE07B1FA29AD30D /* ecdh.h */, + CC9ECB8AF9CFEFF2BB3A0A708A405B0C /* ecdsa.h */, + BBBE3FE7C8F19DC9A17E4E9E43A19989 /* engine.h */, + E710A352DB5665443C7CB977A8D11927 /* err.h */, + FFFD21270FA69114BC5D35269463E1D3 /* evp.h */, + 998CB3A78C1C83E13D5F12DD69A928FD /* hmac.h */, + 1FDDD17EF3CFC56A23AB2669A2425AF7 /* idea.h */, + BB12E9E2D34F4D7BAF21B04BA844937E /* krb5_asn.h */, + 1E83BE81C1F89AA356824AA3E25195B2 /* kssl.h */, + 4D1BFC86B1AC56D40C3CBC99E483B661 /* lhash.h */, + CDA2EB39846718E6100195FB17D39E9C /* md4.h */, + 151A74F8B1E11245B7EEC1A1E421ED87 /* md5.h */, + 113C58D77D13F18EA2C42C2170C1E805 /* mdc2.h */, + 2FAC9FEB7A99173E63BD1ECBF8E073E9 /* modes.h */, + EE0B5323DBB0FBBBB5BDF7CAAE0B2A06 /* obj_mac.h */, + E1E8CC34DA657BB3A6BE4A11629F1F08 /* objects.h */, + 9EFB03AA13CF5DA48A8F7A22216934DC /* ocsp.h */, + F40D1EBF7B60E5BBACD10079B547349F /* opensslconf.h */, + 0B4C1DE7026B7DBFC78DB627ABBBEAC5 /* opensslconf-arm64.h */, + A4AFDD315D46EB794312FC36C35D31EC /* opensslconf-armv7.h */, + DDC7696BAF38E3CA7F5476BE02395821 /* opensslconf-armv7s.h */, + A5FC04E41B803E5F6769DDF2FF6D1605 /* opensslconf-i386.h */, + DF375EB68DD3FDA626DE207D6E1D16B2 /* opensslconf-x86_64.h */, + 2A409E54C5081EAFFF2C79F8373DC4EA /* opensslv.h */, + 260437C1E424B4DC870B0D0F9B1A7F5B /* ossl_typ.h */, + D9A93C7B748B0689F27EEAE4EF2FF793 /* pem.h */, + F242C7B49F76F77411C24050742ACFDD /* pem2.h */, + 943675A5316E6F3D7059DA18E16F5686 /* pkcs12.h */, + F6B0B1A070D7CA9B1215E72534F57D2A /* pkcs7.h */, + 1DB3BDD34CCD6BC5F6531626074D1F13 /* pqueue.h */, + 06C2AF1B8ECA7FFD0AAADCDAD9D4E773 /* rand.h */, + DEB6D2A696C84B522E6CA14734417653 /* rc2.h */, + 568CE2640FC163078A3B38A92B643050 /* rc4.h */, + 6E15BEBE80D07141821A953B32F8665C /* ripemd.h */, + 5AE5E332B3CD70ED6F893B915FCE6104 /* rsa.h */, + CF27DCB465B63190E961717A2E5DDF58 /* safestack.h */, + E3999C673FCD82E3DC701496272EB7D0 /* seed.h */, + 1EA260B91633AAA70C98D9F8893E6350 /* sha.h */, + 3B80E9E91ED962992F40D62010CAB648 /* shim.h */, + 3AE5ED118C3823A9D08C4B9FDB7158EB /* srp.h */, + E3F507CD5213064032CB1FF992559691 /* srtp.h */, + C6871F8960AF533D13FAB144243B5C14 /* ssl.h */, + C488F6E9E2C0C1C0AC447D2DFF370D03 /* ssl2.h */, + FC91A5CF310B802256CBD99487BF1A4D /* ssl23.h */, + FD9BFA378B9130F5941F86983ECB365A /* ssl3.h */, + 01ED0B3A55711F13FE8487AB8F53BCD8 /* stack.h */, + 4FEF72871F3218B5CE0086559222EECD /* symhacks.h */, + 910745743C14274B6C29E2C8082C92BE /* tls1.h */, + 69F60EF69DDCEC6BD74C6BC5B00C3E86 /* ts.h */, + D1803926616A31D06E64BF3B5C2C97B5 /* txt_db.h */, + EAB597EB360FA8FED3A3077AFBED6554 /* ui.h */, + B0C2E370DECF467AE6EC2C91B21F9115 /* ui_compat.h */, + B08AAD3B7E5E9191BF8641CE3DBCD731 /* whrlpool.h */, + F5DAD26D386B7F01E15310A004C76843 /* x509.h */, + 344B55D81B2D5AB8EE569A0615784269 /* x509_vfy.h */, + 5CF2F44E930E5B95CD723C9EF8940438 /* x509v3.h */, + 0F2007AEAC9457A10122F83E9552E031 /* Frameworks */, + ); + name = Static; + sourceTree = ""; + }; + 319E8FAC68F9293F7ACDBB3C42331D7F /* Pod */ = { + isa = PBXGroup; + children = ( + 183A3CD2CB620A391A684401DEFA61DD /* React-cxxreact.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 31B69FBEBF42401877656B063420CC9E /* Frameworks */ = { + isa = PBXGroup; + children = ( + 75B8541BBD1052972DCA5E0811DA58C5 /* FIRAnalyticsConnector.framework */, + 56C05ECD2D97266A5FA32C86606F1767 /* FirebaseAnalytics.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 32246370797B36625B7FFA5BEA1CF0FF /* Environment */ = { + isa = PBXGroup; + children = ( + E690A58F90EA5E35BE0ED21E70BBCBE3 /* GULAppEnvironmentUtil.h */, + D5DB4A7B80E8B844C094A779BC37604A /* GULAppEnvironmentUtil.m */, + 9C4D31969FB4C2B4E1904CA60A3076E1 /* GULHeartbeatDateStorage.h */, + 72C8CC6514D001CD2751ECEBAFD50F1A /* GULHeartbeatDateStorage.m */, + AC7D2824AB1BA42B6A4D91D198778B7B /* GULKeychainStorage.h */, + D48425B1243E8DA9313085E403E1DF0A /* GULKeychainStorage.m */, + 91F1B0EBFE87C325A5AAB9C3A107E1AB /* GULKeychainUtils.h */, + 8E9AF4946C813470571E7F70196972FD /* GULKeychainUtils.m */, + 0A6F2F519209E6E51A45CD729B54EDD5 /* GULSecureCoding.h */, + 5658C71B558145AD425C652C11FC74CB /* GULSecureCoding.m */, + ); + name = Environment; + sourceTree = ""; + }; + 322EC7C79B21A06741E9F99D41DA8B90 /* BugsnagReactNative */ = { + isa = PBXGroup; + children = ( + 088D867B6045E08C3426542A42C39248 /* BugsnagReactNative.h */, + 2B23696C4D2092E47E753B377B79D93E /* BugsnagReactNative.m */, + C7EE41D4F45CF202BA276C144B93C04A /* Core */, + 4D062C7D54331DF51052605E864E41C9 /* Pod */, + 1C64ADE8976FB9DE959E652B063CBC84 /* Support Files */, + 008F1C17C9FE5A8C15452B74A46E3245 /* vendor */, + ); + name = BugsnagReactNative; + path = "../../node_modules/bugsnag-react-native"; + sourceTree = ""; + }; + 3347A15028CB707BC738940931307A0A /* RNScreens */ = { + isa = PBXGroup; + children = ( + A68BDE1D27D8BBDF4F0FF1E4D3299C7E /* RNSScreen.h */, + 47911BDD5392F9B7EC2BC4EC53F4A7A1 /* RNSScreen.m */, + B4FCFB6F827967E76CEAE1ADAA9117A4 /* RNSScreenContainer.h */, + E3CEA8AFB270C075A75AC1B2DCF05C2B /* RNSScreenContainer.m */, + F9E73C39E10261092906C3D5657BF9E9 /* RNSScreenStack.h */, + 8977D178FB424E2C46F7830F61F996BB /* RNSScreenStack.m */, + 0F8BA9789DB2ECEC633C2ADFA917A323 /* RNSScreenStackHeaderConfig.h */, + 046AC6AC697ABA697735A3767B51D1BC /* RNSScreenStackHeaderConfig.m */, + AC108041F90FB4B0F47742241E804688 /* Pod */, + E8DD2D111217A29B1B6CC6478D2E5915 /* Support Files */, + ); + name = RNScreens; + path = "../../node_modules/react-native-screens"; + sourceTree = ""; + }; + 335E154BBFE67657FAE74E6D746420F3 /* Pod */ = { + isa = PBXGroup; + children = ( + C506F14B42C7F201B2297C1173C5BE7C /* LICENSE */, + 0B443544018F1FA8DA9FE231A43FC172 /* react-native-orientation-locker.podspec */, + 0BEFEEA718A62B7F6AB0182EB3B367CE /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 33612530EFA89C233E2787FE6CA24778 /* Services */ = { + isa = PBXGroup; + children = ( + ED3C67B5CFAB8AD277BE0BBF467B576D /* UMReactFontManager.h */, + D5BC5A1117AE1CC89B1F6CE37FA3DB93 /* UMReactFontManager.m */, + 0546496D55B12E0B66130FF244AB7E09 /* UMReactLogHandler.h */, + 37EFFE3643F7D3B32A469D781741A344 /* UMReactLogHandler.m */, + 2C20E8396D13BA76B347FDF6932C5913 /* UMReactNativeAdapter.h */, + 8328EE242308AB157F8D434189FE6519 /* UMReactNativeAdapter.m */, + F2DB6B4D4D06F11F193E603949353D40 /* UMReactNativeEventEmitter.h */, + 337C05F80AB577936A86803EDEADA135 /* UMReactNativeEventEmitter.m */, + ); + name = Services; + path = UMReactNativeAdapter/Services; + sourceTree = ""; + }; + 336EAB720FA8DFB3CAE06D9CB5474FE7 /* keyboardinput */ = { + isa = PBXGroup; + children = ( + 28036399FEBC8C751D5FA42396ADA2E9 /* lninterpolation */, + FDE3FD936D367C74AABAE063BB0AF9FA /* rctcustomInputcontroller */, + ); + name = keyboardinput; + path = ios/reactnativeuilib/keyboardinput; + sourceTree = ""; + }; + 33C97DB274A4755ADC301069512AB6DE /* Support Files */ = { + isa = PBXGroup; + children = ( + B6AB1C3BCBEB6BC5E6C87A5182CB737A /* react-native-notifications-dummy.m */, + 184328C5938286F59C0E415DAFFF44CE /* react-native-notifications-prefix.pch */, + F6475424E2761AFCDB2C8F67774174D2 /* react-native-notifications.debug.xcconfig */, + 32C2B727C55504BEA6319B64DC61771E /* react-native-notifications.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-notifications"; + sourceTree = ""; + }; + 34703D8373F34E93322A1E3432565FD0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 5027173D497DA6BB6AC4E1BADDC5DFFE /* UMConstantsInterface.debug.xcconfig */, + C687F98C396384C19C02AA33B5DB0E4C /* UMConstantsInterface.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMConstantsInterface"; + sourceTree = ""; + }; + 34E744139B0B223720C1536AECA7983A /* RCTNetworkHeaders */ = { + isa = PBXGroup; + children = ( + 869165C4DCAF5320CFAF800BF8B965FD /* RCTDataRequestHandler.h */, + 2187013DC1706E95EA17D296F0D7003D /* RCTFileRequestHandler.h */, + 1564F064BC7FB538AC2958CE2F7CAF97 /* RCTHTTPRequestHandler.h */, + 64AE35DEE55E9E48060085497F8C7326 /* RCTNetworking.h */, + 3D1D3E03323804483A8B1002CC1CFFFD /* RCTNetworkPlugins.h */, + 98FFFB3B367F5C1068DE90A69C635A53 /* RCTNetworkTask.h */, + ); + name = RCTNetworkHeaders; + sourceTree = ""; + }; + 357FA82F595FB4AB9D3EAEB9B872B643 /* Support Files */ = { + isa = PBXGroup; + children = ( + D7EEF1D4C2AD577DEF2E7A99CE046356 /* react-native-mmkv-storage-dummy.m */, + BAEFC2976989F7497E985CFB93529757 /* react-native-mmkv-storage-prefix.pch */, + 5AB3C649C585BDA1CC889A3ACB1EC56D /* react-native-mmkv-storage.debug.xcconfig */, + C1E6F883A71F4A30A2412A3C7C51B0CC /* react-native-mmkv-storage.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-mmkv-storage"; + sourceTree = ""; + }; + 36401B6FDC3CC484C71C8F0B1BAC2491 /* UMCore */ = { + isa = PBXGroup; + children = ( + D7FE0E377DF83BDDD47EBBE3BFF65B2E /* UMAppDelegateWrapper.h */, + 15002F497B38534C7E85E93F6D8828D5 /* UMAppDelegateWrapper.m */, + 4D4699513F040957CB9723281D5E8479 /* UMDefines.h */, + 652E04564294D4AC4C2F15690F088976 /* UMErrorCodes.h */, + F641B55B73B979E4C101E9557F3EDE9E /* UMErrorCodes.m */, + 5FD3692921DE1167D5624A42D3089C23 /* UMExportedModule.h */, + AAE94834EC9C6763C4B60BDBE1904283 /* UMExportedModule.m */, + 921EB7BF8E7D52E2AF99AEC8CC0CAAE1 /* UMSingletonModule.h */, + B57C8724F1C80F962A97684600EB44A5 /* UMSingletonModule.m */, + 203A69BB4AF747B0FA7A9C9D887BBC26 /* UMUtilities.h */, + 9C70DF689386C6615E84D91DCD02A33A /* UMUtilities.m */, + 2D7346ACF081103646C53D731C0637CD /* UMViewManager.h */, + C7A7073A304C50CED5EF2BA22F761864 /* UMViewManager.m */, + D60C9890639305A2B182B38DBC8BFF08 /* Pod */, + 9E94B3DEA0B2E3430D26A7077D598157 /* Protocols */, + D63CD102A66927918037E8AE142D683F /* Services */, + 65DF7836B9FD89E5A36D0B4D2769B81A /* Support Files */, + 1EF6DCE9EC31573C3921839BCA04FD5F /* UMModuleRegistry */, + 5443C0A9935C17025DF847606ACA756C /* UMModuleRegistryProvider */, + ); + name = UMCore; + path = "../../node_modules/@unimodules/core/ios"; + sourceTree = ""; + }; + 371288F3D9D92A545B8B56546F2C866A /* Support Files */ = { + isa = PBXGroup; + children = ( + 56EB0BBEC86C775EF1DD9EA3807842AF /* RNCPicker-dummy.m */, + 580E6012017FA946FFD766E17030AD64 /* RNCPicker-prefix.pch */, + B093937CB0C66AFB87A3262E3E585592 /* RNCPicker.debug.xcconfig */, + 8214342B383E5EDE394900F6DD42681A /* RNCPicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNCPicker"; + sourceTree = ""; + }; + 373B365B77E25745C1AEDC6269F01716 /* TextInput */ = { + isa = PBXGroup; + children = ( + C134C943F7EE8CCBEAD0E960B28575FE /* RCTBackedTextInputDelegateAdapter.m */, + 5696C60DADF60B9A971AF4EBE6C82C44 /* RCTBaseTextInputShadowView.m */, + 871ECAE6E6E2B5A42737651C9CE63C07 /* RCTBaseTextInputView.m */, + 84C56D0FD7FEAAAB2E538FF50CE3881F /* RCTBaseTextInputViewManager.m */, + 6E4FB1B3AFC4E3774C5FF0C4B55ED02E /* RCTInputAccessoryShadowView.m */, + 06029B4CCEA4A1994C185EC7BBE0EF94 /* RCTInputAccessoryView.m */, + 306C77FF57CB4BFB1500AE14020D2F18 /* RCTInputAccessoryViewContent.m */, + 8A7F41270D74406F24B147616739EB60 /* RCTInputAccessoryViewManager.m */, + 3277ADBF5B7BF4B582D63F985B01CA58 /* RCTTextSelection.m */, + EE22D8F86A8735938724A11D906ECE66 /* Multiline */, + BF109E6036E203880DAD527399D360C7 /* Singleline */, + ); + name = TextInput; + path = TextInput; + sourceTree = ""; + }; + 382D92A9D784FDAA5A4A68841FE70649 /* Support Files */ = { + isa = PBXGroup; + children = ( + 50806EBBB72E05C0D3C5161556BB2129 /* react-native-slider-dummy.m */, + 64E34FF8A9C8FE05062ECDFA0B8287A1 /* react-native-slider-prefix.pch */, + A8F81A20CBE0A059D593D99A42866FBF /* react-native-slider.debug.xcconfig */, + 7996B01E669016211C1E9FB309FEA27F /* react-native-slider.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/react-native-slider"; + sourceTree = ""; + }; + 39E25F5CA4AF9770571A892FE107A636 /* Support Files */ = { + isa = PBXGroup; + children = ( + 4553E9E98C980E75FBF5A4B16A8EBF4F /* UMFileSystemInterface.debug.xcconfig */, + EA9A1F3BBFEAD500E4FE5422CA0DEAE9 /* UMFileSystemInterface.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMFileSystemInterface"; + sourceTree = ""; + }; + 39EE9281A845E084FB83E2A2D73C724D /* YogaKit */ = { + isa = PBXGroup; + children = ( + 0F3649D89FC3D63B933469C7BDC527DC /* UIView+Yoga.h */, + FE9E356A8EEEF3313241F925DAF9DC06 /* UIView+Yoga.m */, + 3E76722C2C3CB706BD6FA0EEADCD162C /* YGLayout.h */, + 602729A1A186FA43431840830ED8D83D /* YGLayout.m */, + 85BFE3588184664472F789A05D7EF6CD /* YGLayout+Private.h */, + EE641B75A35A8E37BF9098E0A95B2F1F /* YGLayoutExtensions.swift */, + 63D5F6A5EA225AC0E70308B379D6F8D8 /* Support Files */, + ); + name = YogaKit; + path = YogaKit; + sourceTree = ""; + }; + 39F547734BCF1C645EA084E1749AA77B /* turbomodule */ = { + isa = PBXGroup; + children = ( + 512E5F89E979B73829D86AF10C295E34 /* core */, + ); + name = turbomodule; + sourceTree = ""; + }; + 3AA6F004C711E82082DDBCC51D4E38D7 /* Support Files */ = { + isa = PBXGroup; + children = ( + 51333A5EE8575773A2BC855C5216171E /* RNBootSplash-dummy.m */, + B4A5B0D056EFD6863906ED20FC76ABAA /* RNBootSplash-prefix.pch */, + 05B5BF54EBB0285CF87826145CB98B4E /* RNBootSplash.debug.xcconfig */, + 9DBAA1275894693C3B6DF1953CB3A612 /* RNBootSplash.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNBootSplash"; + sourceTree = ""; + }; + 3AABB0BC8C3C83F5602F018392E967D4 /* Pod */ = { + isa = PBXGroup; + children = ( + 8D746FBD74B0665C482C2B05EAC398DE /* React-RCTLinking.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 3B05C37DFC4CC3D9550D0835294AA034 /* Support Files */ = { + isa = PBXGroup; + children = ( + 1C4B873893D6361EDD28E9E05D56A661 /* RNRootView-dummy.m */, + C726E74F69DA1D805DC8E2F202BE9739 /* RNRootView-prefix.pch */, + 370D6914C4C75169673E242ED5AFC8BE /* RNRootView.debug.xcconfig */, + 7DE191BE35CFD49038086C981EEDB402 /* RNRootView.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNRootView"; + sourceTree = ""; + }; + 3B1D2FE704F7EF2C43153F5B0693A1C8 /* Support Files */ = { + isa = PBXGroup; + children = ( + DAE7A2692E7F564E6958228769028DAE /* Flipper-DoubleConversion-dummy.m */, + CC8E742D5CD670E05C076FDA08F8E6A3 /* Flipper-DoubleConversion-prefix.pch */, + FCB8EF8BFA94EB0EEE2B5C06904C18B1 /* Flipper-DoubleConversion.debug.xcconfig */, + 6FFEC0B71BAAA2833F594D9DE4A5C56E /* Flipper-DoubleConversion.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Flipper-DoubleConversion"; + sourceTree = ""; + }; + 3B6DB3F2DB4E704D67D04A8EE35C6017 /* react-native-simple-crypto */ = { + isa = PBXGroup; + children = ( + 487CF710D3B25928B13048868687BE1A /* RCTAes.h */, + 032F54303D375ECFCAEA8B9E72757E67 /* RCTAes.m */, + 19B7F500E18F8C527E72F66E8A9281AE /* RCTCrypto-Bridging-Header.h */, + 9BC26AB54DAC5AB636C3AA8D92CC7327 /* RCTHmac.h */, + 6043CF70F3F3E9AEDE78DA009EC53ADA /* RCTHmac.m */, + BA782A44287079E378976AF6BA46CCB3 /* RCTPbkdf2.h */, + 3EF95370E7F6204C45B587645E4B5A0A /* RCTPbkdf2.m */, + 1BEC14CCEBE755246228F4454AF37575 /* RCTRsa.h */, + 96A59D54749883576DB2D6E08DDA4BFE /* RCTRsa.m */, + FB8773509BE907716903E4E34A0B40F9 /* RCTRsaUtils.m */, + AA6DE0BC5B868FD8F2BA45D82887170D /* RCTRsaUtils.swift */, + 9D3FAB3E5EFD505AF28C8091927D78F7 /* RCTSha.h */, + 091B9316E2C55E334701445636365921 /* RCTSha.m */, + 7B5620BCD5B2FD27CD75A16045E55FB1 /* RNRandomBytes.h */, + F169817B040F006BBCBE1CF40BA1F3E0 /* RNRandomBytes.m */, + 4192D465CC3A4AF732EF8C66C3C782F1 /* lib */, + 5A7BCF984A7039DE2973D416A0E1A275 /* Pod */, + DD873F91AF56E5F9723FA10B761538D5 /* Support Files */, + ); + name = "react-native-simple-crypto"; + path = "../../node_modules/react-native-simple-crypto"; + sourceTree = ""; + }; + 3B97C1F22773C02700715D88AD088D18 /* UMImageLoaderInterface */ = { + isa = PBXGroup; + children = ( + 99D29B9EDD95915E4DC8B919652ED467 /* UMImageLoaderInterface.h */, + E738C37C5562EFE702B8A6CF9968F897 /* Pod */, + 8041F784A4AA1336465DF754976AB6D8 /* Support Files */, + ); + name = UMImageLoaderInterface; + path = "../../node_modules/unimodules-image-loader-interface/ios"; + sourceTree = ""; + }; + 3C68BB0A71040ACF29505D83DC43C5D3 /* react-native-blur */ = { + isa = PBXGroup; + children = ( + 52F6793F806DBC31A3F13B5F711D5EE6 /* BlurEffectWithAmount.h */, + 1F7E956FCF4EE28A6FDF118AAEE5646E /* BlurEffectWithAmount.m */, + DE96B6563A6732FDD1633D3B972D702B /* BlurView.h */, + 0140826316831EF5630C315DCA0E4A84 /* BlurView.m */, + 31D9D19310A96500920AAB0B199069A4 /* BlurViewManager.h */, + 1F1FE95B301E360D1B040C7AD1E3D210 /* BlurViewManager.m */, + DD2AC86FC78C7DA6BDC5E907AF7DC6F9 /* VibrancyView.h */, + 6BFC660A968D2F15BB84C70C1520CC1A /* VibrancyView.m */, + 365253DEF2465ED467D7A385BFD2B59B /* VibrancyViewManager.h */, + A0ABB013FFBB7797974CF685B28569C9 /* VibrancyViewManager.m */, + A53D8D5AD398B53AC1B87D99EA31FA0C /* Pod */, + 90C4D8231287E029BB4687D3F8354C13 /* Support Files */, + ); + name = "react-native-blur"; + path = "../../node_modules/@react-native-community/blur"; + sourceTree = ""; + }; + 3C70D64517EBBB84C796959DF0E27145 /* React-Core */ = { + isa = PBXGroup; + children = ( + 86172815EFAF26A9C4118F9CCEEE7218 /* CoreModulesHeaders */, + 0E0FD8C022FAE5262A73BB8550E18EC4 /* Default */, + 024C5E6DB75F50610E97B09AC42719A4 /* DevSupport */, + 3EC6A06D19940B25D2BB4A75764A2A99 /* Pod */, + A4C3CA7A25195E18B2E658865A2E060F /* RCTAnimationHeaders */, + 13CC7B4707A039A4DBF8B42B4EA0C716 /* RCTBlobHeaders */, + 4C5485A7C9CA26B211116675DCB56F0F /* RCTImageHeaders */, + C2ECDB43A0B1AA6D8F6858463D56F4DA /* RCTLinkingHeaders */, + 34E744139B0B223720C1536AECA7983A /* RCTNetworkHeaders */, + DC0232D7D040CC699646172B1F99EF67 /* RCTSettingsHeaders */, + A368EBE5822717A17128BD33391A93EE /* RCTTextHeaders */, + 15E10DA8FCE6ACCFE1D35CED0A5B6A08 /* RCTVibrationHeaders */, + 68CBE3E317D435680AEC12B389B5FDF3 /* RCTWebSocket */, + 46FB1B46A8CF38403CE4F0AB721F7658 /* Resources */, + 1968D9760CE98304ACDB272F2C3C3B39 /* Support Files */, + ); + name = "React-Core"; + path = "../../node_modules/react-native"; + sourceTree = ""; + }; + 3D9581346F58BBE9BFBF0C937B0E8740 /* Support Files */ = { + isa = PBXGroup; + children = ( + F57C64DDCE1B408544DEC7D808AC8BCA /* RNConfigReader-dummy.m */, + 6621977D08F9623E0C7B934C84F82760 /* RNConfigReader-prefix.pch */, + 40A2DB39044B51CA5142EB721767D713 /* RNConfigReader.debug.xcconfig */, + 08097D15DEE25E1C1E4F8EF20FB0FF71 /* RNConfigReader.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNConfigReader"; + sourceTree = ""; + }; + 3D96EC3F34C0BEC71A568EECEA866EF2 /* Pod */ = { + isa = PBXGroup; + children = ( + 13DA8C3220BD577FF138656489293BA9 /* UMAppLoader.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 3EC6A06D19940B25D2BB4A75764A2A99 /* Pod */ = { + isa = PBXGroup; + children = ( + 3B752571FDF0D03A5A7318387BB42224 /* React-Core.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 3F1D9CDAF99AE04D6DC34EDD0D3C8872 /* Support Files */ = { + isa = PBXGroup; + children = ( + 103FC660F8CFDD4CCC812BFE19C52518 /* Flipper-dummy.m */, + 27574B0E654D95290197489FC4CABA3B /* Flipper-prefix.pch */, + 777A6CEA1DB169E129FEC44F494A83BF /* Flipper.debug.xcconfig */, + 0AABBD45F9189ECFE2FCDEDB215865B6 /* Flipper.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Flipper"; + sourceTree = ""; + }; + 3FB09E4F28734F189321282211442940 /* RNReanimated */ = { + isa = PBXGroup; + children = ( + 61E840949B0C19AA3898E1F4FDF0477A /* REAModule.h */, + 69C5C04672EFE24387CA33FFEB4FC61F /* REAModule.m */, + E56BCD93B7A21D178D0E132CEC8DDAF1 /* REANodesManager.h */, + 40ECAD6379EE139209460BE826E875A2 /* REANodesManager.m */, + 6C2604436F1E024FBDF3AF99E4FDD05B /* REAUtils.h */, + 54B7CCA95E529E8F8EC80F90EEAD30C1 /* Nodes */, + 67364CCF63CFD956B7383663C81D86C5 /* Pod */, + D79EF11883D81B2F208BC8E3DE92174A /* Support Files */, + 254258CD64DCAD448E2C0ECC7058A88B /* Transitioning */, + ); + name = RNReanimated; + path = "../../node_modules/react-native-reanimated"; + sourceTree = ""; + }; + 3FEA46D0FB0C72648E7197112211284E /* demux */ = { + isa = PBXGroup; + children = ( + 3B30C7DEADFABC231C99CEBC43B5640D /* anim_decode.c */, + 98090DEBEE0A484DCB283999B3C4FE16 /* demux.c */, + 6C5E670C42AF99BE0F73E19F2BB1A2E9 /* demux.h */, + ); + name = demux; + sourceTree = ""; + }; + 405F2D65039F5D74A254A526559005AC /* Pod */ = { + isa = PBXGroup; + children = ( + 290388B4AF3BED08F2703E6385F28071 /* UMPermissionsInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 41499E73A5AD60C5CAF4505A04A85F6C /* Support Files */ = { + isa = PBXGroup; + children = ( + 22CE50FF234CDD024B7673DAAEB09167 /* Folly-dummy.m */, + 2D11127509DD4AE35092F138FBE3F8F3 /* Folly-prefix.pch */, + 3B9D65BF5E13DD9FFD393E3CD73B2CDB /* Folly.debug.xcconfig */, + 7B58ACE3455CE27C415E35751B672BF8 /* Folly.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Folly"; + sourceTree = ""; + }; + 417E14959CBDCCA8C180B4126B32E3EF /* Pod */ = { + isa = PBXGroup; + children = ( + 61C232D7CA848B24A2B46232418494A6 /* LICENSE */, + 8EDE17CAE0A1A7F42D205146966204FF /* README.md */, + 34C3F5093715DA799856143F7346F799 /* RNCPicker.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 4192D465CC3A4AF732EF8C66C3C782F1 /* lib */ = { + isa = PBXGroup; + children = ( + EF16500B5970C70EB0863A923E374878 /* Aes.h */, + 37B72A1B6814F32C7AF02DD191124F22 /* Aes.m */, + 99279CE2EF83F3793AC533A392168F16 /* Hmac.h */, + 7BA2779BAC85C6B1E2DD5CA84D678298 /* Hmac.m */, + 6130685A33B1E8BCB339590945AF2D45 /* Pbkdf2.h */, + 15EA15A288C680BA2C196F4FEA6F5D1F /* Pbkdf2.m */, + 90F43879F6E718B81C33730EED047DD9 /* Rsa.h */, + F2199A414EE6C8C5DF19EF42213EB8E6 /* Rsa.m */, + 74A8FC08F2B447B5B7E18E49212906DB /* RsaFormatter.h */, + AE8FD12B7F8FEC60B5EC3F8B1847D7F5 /* RsaFormatter.m */, + 1C8C349C07A27BB7369A3DE750B8C29E /* Sha.h */, + 55FB37F67E1FC26BBDFC263F5203019D /* Sha.m */, + 7143D84619784393D94401910DE2F013 /* Shared.h */, + 144EE497A38980848F5B902705CDA9E8 /* Shared.m */, + ); + name = lib; + path = ios/RCTCrypto/lib; + sourceTree = ""; + }; + 4305D9DF3768C2FB5CBCA0B1B57D0C7F /* Support Files */ = { + isa = PBXGroup; + children = ( + 66F46FF3B31B10364578628AF58E2DD4 /* boost-for-react-native.debug.xcconfig */, + 510A56C0C0869F304ADFA58AE135F71B /* boost-for-react-native.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/boost-for-react-native"; + sourceTree = ""; + }; + 433420548233722EFF43D2DD74C0ACFD /* RNFBAnalytics */ = { + isa = PBXGroup; + children = ( + 05B268C6CFA6DB1F366D89B968D499C7 /* RNFBAnalyticsModule.h */, + 391FBFD807085307ABA61A876784E1BE /* RNFBAnalyticsModule.m */, + 2CE19ACEA5C067466B9590759725D574 /* Pod */, + 7DD3B695141B9A8509856879D86E914E /* Support Files */, + ); + name = RNFBAnalytics; + path = "../../node_modules/@react-native-firebase/analytics"; + sourceTree = ""; + }; + 4486FB791360BCB698CA477089D4A6EA /* Pod */ = { + isa = PBXGroup; + children = ( + 5FF3AE96B28A7E922C58706840507B31 /* React-CoreModules.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 46FB1B46A8CF38403CE4F0AB721F7658 /* Resources */ = { + isa = PBXGroup; + children = ( + 1C25FA01BB9F9B0D8555E3F0D60E53F5 /* en.lproj */, + ); + name = Resources; + sourceTree = ""; + }; + 4791F5C61641EA70B7A8E1941D824069 /* Support Files */ = { + isa = PBXGroup; + children = ( + E91466509F695352464539E0A8C3FC09 /* FBReactNativeSpec-dummy.m */, + B4C62CF866B129BC273237EA42D4919A /* FBReactNativeSpec-prefix.pch */, + 24CAF573C6411643321A822F7D6D4FDB /* FBReactNativeSpec.debug.xcconfig */, + 2A045482B71AE04F4AB12DB96CA85903 /* FBReactNativeSpec.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/FBReactNativeSpec"; + sourceTree = ""; + }; + 47CBC5F32BDBA3C7164C2BF38C0B4317 /* Support Files */ = { + isa = PBXGroup; + children = ( + 69F9D3FDF4C191561494C6C04A5E6D21 /* React-RCTImage-dummy.m */, + EEB451FFC6DFCCF04274808350B12319 /* React-RCTImage-prefix.pch */, + BBEFFFEA1C651E5F663438653B6FECA1 /* React-RCTImage.debug.xcconfig */, + 5F29FDE63785762650AF7B38ACF4EEE1 /* React-RCTImage.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTImage"; + sourceTree = ""; + }; + 481CA115B0BC1E37D58D9560FB91E63D /* Support Files */ = { + isa = PBXGroup; + children = ( + 5C12600FD05EB6F904D709D9BEA39F37 /* react-native-safe-area-context-dummy.m */, + DB41DC78A32A2E5B257468FE9F320CD1 /* react-native-safe-area-context-prefix.pch */, + A142675AD2D2F03251E59104C6DC9940 /* react-native-safe-area-context.debug.xcconfig */, + 3A25E9578CCDCEA3AB90E87500EED360 /* react-native-safe-area-context.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-safe-area-context"; + sourceTree = ""; + }; + 486913F8B8157B7E869F66E08FCCD77A /* Frameworks */ = { + isa = PBXGroup; + children = ( + 1C52934A70A9FE7DAB947507EF03C317 /* GoogleAppMeasurement.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 486966AA5BFA82D6747F19A9D38AC7B9 /* react-native-netinfo */ = { + isa = PBXGroup; + children = ( + E07BC8AE21264D57919154753FF55398 /* RNCConnectionState.h */, + 9933D6A798F1B97EDE2070F186B8C9CD /* RNCConnectionState.m */, + 8EE487702AFDECABDE1A5814478567B8 /* RNCConnectionStateWatcher.h */, + 4F5C26FE371357C147A24E3D3DEDB384 /* RNCConnectionStateWatcher.m */, + 022E17D1D9575039352CFAFCD7EEA286 /* RNCNetInfo.h */, + 8595D862C159DC625887EC92F0A99BAA /* RNCNetInfo.m */, + 9E642E2521F87C69B4CA606BBF64EE6F /* Pod */, + A68D4BAD6F1392A034300556565B32D5 /* Support Files */, + ); + name = "react-native-netinfo"; + path = "../../node_modules/@react-native-community/netinfo"; + sourceTree = ""; + }; + 49A82DB1D0F05DBA7260103D347CD1B4 /* react-native-mmkv-storage */ = { + isa = PBXGroup; + children = ( + AFCC013AE0D0676D7B767BD5EE8BCF46 /* IDStore.h */, + D8B7867D6F7E2E282761456AE282942D /* IDStore.m */, + 4C5360DBAB0AB91E1E9C203685F3F32F /* MMKVStorage.h */, + 4848704885A6980498A14E98D206BADD /* MMKVStorage.m */, + D290F111C4527387EABBB8C8B9F7839A /* SecureStorage.h */, + 6979279AB2795473A07E6E6F24D32122 /* SecureStorage.m */, + ABC0FE3046871A955F3DAC0CD0630C73 /* StorageGetters.h */, + 3662CE20B49CF29EB7741E0C534B58FE /* StorageGetters.m */, + EA111B7D3E26592CF7807FE7310A64B2 /* StorageIndexer.h */, + 6AA5BD40CBF8EF808F05361E302B7423 /* StorageIndexer.m */, + 5B2203EE6182D3AFC8D5E39E221F53A6 /* StorageSetters.h */, + 31FEBC930971FE46F55A7C092AF41849 /* StorageSetters.m */, + C6A9D76648E70F88DB1549B6096ECB70 /* Pod */, + 357FA82F595FB4AB9D3EAEB9B872B643 /* Support Files */, + ); + name = "react-native-mmkv-storage"; + path = "../../node_modules/react-native-mmkv-storage"; + sourceTree = ""; + }; + 4B31364F54792F74AC8313687DBDA3EA /* SurfaceHostingView */ = { + isa = PBXGroup; + children = ( + 9D139CBB4B92DD283EE550CC4E607A32 /* RCTSurfaceHostingProxyRootView.h */, + 26A77560F98BA85C75AA5C07DBBB0FAE /* RCTSurfaceHostingProxyRootView.mm */, + 29BE1B758034408B336F5212D21B46CB /* RCTSurfaceHostingView.h */, + 8C76E9788295AE67A4CC93BD6A99DE57 /* RCTSurfaceHostingView.mm */, + 106C1C6C61A17003684F8539BC728470 /* RCTSurfaceSizeMeasureMode.h */, + 494AD1ABF69D42F423FD489DFB38D39E /* RCTSurfaceSizeMeasureMode.mm */, + ); + name = SurfaceHostingView; + path = SurfaceHostingView; + sourceTree = ""; + }; + 4B45F3AA7F886DDFEF0C0D2F744DE50C /* React-RCTText */ = { + isa = PBXGroup; + children = ( + 1EA0D1F9E9B7895FCF062FD37457BA6E /* RCTConvert+Text.m */, + 26B9A978711EC8A73E1692D28FE3DE2F /* RCTTextAttributes.m */, + C323617C1FA9458B8A3FCF4DF4B77649 /* BaseText */, + 715FB843BB3CA6A6E1F457BA37031812 /* Pod */, + B7552F69C9CD5B453BAFA8754344AA08 /* RawText */, + 5EB25910D8B8C5C83CF98D0D85532B7D /* Support Files */, + 92F7E52EE451625B3BED402950C1ADF0 /* Text */, + 373B365B77E25745C1AEDC6269F01716 /* TextInput */, + 2441B209345B1D19F4EF53AE362FFE11 /* VirtualText */, + ); + name = "React-RCTText"; + path = "../../node_modules/react-native/Libraries/Text"; + sourceTree = ""; + }; + 4C39CF9FA5DF212B9D8EED3C4B4F5A2E /* Drivers */ = { + isa = PBXGroup; + children = ( + 23E84F204BB252E609BE565396A1D47F /* RCTDecayAnimation.m */, + B254BB1AF982DF4E007693D0780FD758 /* RCTEventAnimation.m */, + CD070A7C19C13E5CE29FF2E659084124 /* RCTFrameAnimation.m */, + F30ADDD0F022FC56B8EAA0C7E7B85F10 /* RCTSpringAnimation.m */, + ); + name = Drivers; + path = Drivers; + sourceTree = ""; + }; + 4C5485A7C9CA26B211116675DCB56F0F /* RCTImageHeaders */ = { + isa = PBXGroup; + children = ( + 4470CCA6A92335DA7A0945BFB237BC24 /* RCTAnimatedImage.h */, + 6767FDF2F84A19D64BB463A3893663BE /* RCTDisplayWeakRefreshable.h */, + 55E9F8D7B356B377A01649F9FFF19140 /* RCTGIFImageDecoder.h */, + CBAE363E51432FC4C3AF8737A3239D21 /* RCTImageBlurUtils.h */, + 53BB4F540600B7833F3CBB4ECAE8CD9C /* RCTImageCache.h */, + CF118AF0D7CD96A6412F6DEE72219812 /* RCTImageDataDecoder.h */, + FCB17FE500A4D8A0D6AC4D55ECEDAAEB /* RCTImageEditingManager.h */, + FA0DB963950D1AB53657D298736E51E1 /* RCTImageLoader.h */, + A6D8B26399EB11DCD13C2FE7597716C3 /* RCTImageLoaderProtocol.h */, + CE96B357F1BEEA5A9AD8E44C772F2845 /* RCTImageLoaderWithAttributionProtocol.h */, + DE2F1A3E4683F5B58C310B6F901D1FBC /* RCTImagePlugins.h */, + EA06E1BAE288DEA737EEAC9EF04B0ADB /* RCTImageShadowView.h */, + BE7AF6E8EF8C8C07FA804A5DD3D5799A /* RCTImageStoreManager.h */, + BEA6CA60FB2A78DD37453D957B401DE4 /* RCTImageURLLoader.h */, + 14A043F1B4E6CF6DAE5455902245535C /* RCTImageURLLoaderWithAttribution.h */, + D77580D1E3591A024E990C77E4A13C58 /* RCTImageUtils.h */, + 452392B37A05B95791672BD16864164C /* RCTImageView.h */, + E8508562204C632153D6D8B5DD975DFA /* RCTImageViewManager.h */, + 69D9CB206CBDE61C70DA21F59CA0740D /* RCTLocalAssetImageLoader.h */, + D0892229CBCEF000AB598686A4CF338D /* RCTResizeMode.h */, + A2794B9B09E61301DE2084E184D01A02 /* RCTUIImageViewAnimated.h */, + ); + name = RCTImageHeaders; + sourceTree = ""; + }; + 4D062C7D54331DF51052605E864E41C9 /* Pod */ = { + isa = PBXGroup; + children = ( + 20458BDB63EF2D744DE66F6E49F4DE61 /* BugsnagReactNative.podspec */, + 6E04F2A241B2B183F3D8A822864B760E /* LICENSE.txt */, + 0A155FAF3EAE7E840667FCB18415DA04 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 4D59AC0B1A87E28814722517359AE3A8 /* react-native-orientation-locker */ = { + isa = PBXGroup; + children = ( + E5C1ED38469528FE9992AC54A404F827 /* Orientation.h */, + E7A522D7202128F705AC03DF9879D9B1 /* Orientation.m */, + 335E154BBFE67657FAE74E6D746420F3 /* Pod */, + 775328949E11148F99C4D613A82ACAF2 /* Support Files */, + ); + name = "react-native-orientation-locker"; + path = "../../node_modules/react-native-orientation-locker"; + sourceTree = ""; + }; + 4D876E64C0CEE157227EDF5297A61275 /* rn-fetch-blob */ = { + isa = PBXGroup; + children = ( + 0E91343D4055329FB3CC8AF0CEEB8837 /* IOS7Polyfill.h */, + 210E4FF824FC4CB01B2165DF81E94177 /* RNFetchBlobConst.h */, + 98830BD5762CE9D3AA5D468415BF95BB /* RNFetchBlobConst.m */, + 455CEBDE0FEEBF5D10E04FAED9A27356 /* RNFetchBlobFS.h */, + B7AC4AEC6E52D95F107E726936AE7302 /* RNFetchBlobFS.m */, + 272062318C1FFD878DD4E468C4215242 /* RNFetchBlobNetwork.h */, + 95F4A76FAC1A61395798CE6287242218 /* RNFetchBlobNetwork.m */, + 7B65BF195BFE8652CD669510DC77661B /* RNFetchBlobProgress.h */, + 18480D66825A194C07A812F54A459022 /* RNFetchBlobProgress.m */, + 4A26A3F1DF98D84223AFBC7FC933AD2F /* RNFetchBlobReqBuilder.h */, + 284D14CCBD98F2AB84465B52C992584B /* RNFetchBlobReqBuilder.m */, + BEA07B1F1F4CB4021CF31AC66FFE168E /* RNFetchBlobRequest.h */, + 2CAD02EDD67B7BDC82E8CCB7C7DE9F1E /* RNFetchBlobRequest.m */, + D127BC9DDCADD0ADA79E2EB25D223631 /* Pod */, + A982410842B548780375F0BF103772B6 /* RNFetchBlob */, + 0D03A5A291065F74A6ED6DA6B72267B4 /* Support Files */, + ); + name = "rn-fetch-blob"; + path = "../../node_modules/rn-fetch-blob"; + sourceTree = ""; + }; + 4D9D1D319B835F7F4D339967F9AA36A2 /* CocoaLibEvent */ = { + isa = PBXGroup; + children = ( + 4A08D0A526D0922D841D686298B327FE /* buffer.h */, + 4505A1DD58413984C97399A26AE241B1 /* buffer_compat.h */, + 6D73E375B560AF218AE2AF4BA31730AD /* bufferevent.h */, + 1A449FAA89D783212C4448944539A8A5 /* bufferevent_compat.h */, + E15C10406146409F3D34CDCF117873BE /* bufferevent_ssl.h */, + 1DDA4520ED0465CB1C41101927E0409C /* bufferevent_struct.h */, + 30ED102AFCF0C83E70A15B7BC24B2BAC /* dns.h */, + F31AEDA77B250886BAE9F22BC386C370 /* dns_compat.h */, + 5DB210A073B76CA9A00756D07ACE4188 /* dns_struct.h */, + D7D68A0EDFD0515C6CB045FF4A591F18 /* evdns.h */, + 5B076D51433AF81890FBA02A14179862 /* event.h */, + D84CDB7A2F06D0D2C482FDA830EFABAA /* event.h */, + 4A6B890DA189F0B49128762662665E27 /* event-config.h */, + 5D47772AEA2809890215F21916D852EA /* event_compat.h */, + 792DB259EBB61C9322F1A516F7C515D6 /* event_struct.h */, + 479D0BA9041D6E5591E26CC5AB95CDD3 /* evhttp.h */, + E9119C26835D7EEACED67B6187C0353D /* evrpc.h */, + E98E9839EDB146285936B4E49C424263 /* evutil.h */, + 0CA3DBBA725CE911DFB2279CA808BF06 /* http.h */, + 80F22F54359580DC39EC85C58F0CB206 /* http_compat.h */, + F5A97C7E23F67F99D8CA55896B4FD8D6 /* http_struct.h */, + 96BACFBFC6E0CB22F6BB2B9C3CB7572C /* keyvalq_struct.h */, + 337F7EA575D070F381DD806734C074FC /* listener.h */, + 43FE6782A65CB4CEB4E4F36703B86439 /* rpc.h */, + 200F6A65EBD68007C63FCE6010D28C3F /* rpc_compat.h */, + D3ED3609CF1B536B3A497D8FD8E8B806 /* rpc_struct.h */, + 76F0FD6E0C17DADB617DF6B66B56A3E1 /* tag.h */, + 9526C0B001C7D576AD01336B4D96B9C3 /* tag_compat.h */, + 6BF3DF3337117B3025A4BABBF1F457BB /* thread.h */, + D65D77DC29F3282B6F08334F5C3C20BD /* util.h */, + 721E5C5CA3B7FFC6A3BFE71F5AAB9DCA /* visibility.h */, + 77AEE34A69B545184EDAE1607825C575 /* Frameworks */, + 9FDF7C48B033E58DBF8C37D17DE16C4F /* Support Files */, + ); + name = CocoaLibEvent; + path = CocoaLibEvent; + sourceTree = ""; + }; + 4EC37812E26C1A3F85B2C5C2477B9DBF /* Logger */ = { + isa = PBXGroup; + children = ( + 5B4EB78DA68B9B8D3B35E2CFCE318F72 /* GULLogger.h */, + 596348D663CAD4C093E331A36EA1F008 /* GULLogger.m */, + A3BDC5540F5209A94BBB26305C8C0D6E /* GULLoggerLevel.h */, + ); + name = Logger; + sourceTree = ""; + }; + 4F27E62EE41863BACA0933C81EA1936F /* safearea */ = { + isa = PBXGroup; + children = ( + 3A8C7401EE1F0655B8F6371EC6A75070 /* SafeAreaManager.h */, + 998ED50118B48A58FB600312862A692C /* SafeAreaManager.m */, + 1D4627F02FFDA1488744A51E94F2C230 /* SafeAreaSpacerShadowView.h */, + F3253AC65E0A3AED14E5813D881C6347 /* SafeAreaSpacerShadowView.m */, + DD3EF33295A45B44138EA5AD5EF9766F /* SafeAreaSpacerView.h */, + 1361757F1F017A72131FAD80D0FA5148 /* SafeAreaSpacerView.m */, + 989E6D4CADEF6B6756421069D7599BB8 /* SafeAreaSpacerViewLocalData.h */, + A46A74C5F849C93BC5944EF6B9A201E6 /* SafeAreaSpacerViewLocalData.m */, + 00EEFDE59B0E7F938080AC0560DB7484 /* SafeAreaSpacerViewManager.h */, + D8E205E0ADEFE8B824F9B1B475F92EFC /* SafeAreaSpacerViewManager.m */, + ); + name = safearea; + path = ios/reactnativeuilib/safearea; + sourceTree = ""; + }; + 4FA134D9697AF51865D9CAC23040C048 /* Pod */ = { + isa = PBXGroup; + children = ( + 5C4EC921ADC7DE0C21E22E92B1958790 /* UMSensorsInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 4FB5F53A027EC9AE4CB62D33D2D5E86C /* Pod */ = { + isa = PBXGroup; + children = ( + AE4FC64B6C7FB07F3688DDB7FC2DA15D /* RCTTypeSafety.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 50685D5EE8338DC7D684D159C072A2B7 /* Pod */ = { + isa = PBXGroup; + children = ( + D7ABBBA6E37C774FA0C4A2815621D0F3 /* README.md */, + F043FEF918B32DD1BE8A04B711C5B59A /* RNRootView.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 512E5F89E979B73829D86AF10C295E34 /* core */ = { + isa = PBXGroup; + children = ( + 79953A84002682D319C3156FF2C14B3C /* LongLivedObject.cpp */, + C708CCD85CAC57F1B2FBD832AC85660C /* LongLivedObject.h */, + 54810C5C0E8E69AFD3D420BB21C4FC19 /* TurboCxxModule.cpp */, + 09F89969CC43A89BA24C67AB800404F4 /* TurboCxxModule.h */, + D14A5B96BE76C3F721530B8FA9EEFD43 /* TurboModule.cpp */, + BF4A34025B092475659484220613279B /* TurboModule.h */, + 72D87B5455C42C975BE6B854D2D3893F /* TurboModuleBinding.cpp */, + 1A1721DE1E6380CAE20148A6F50F1F10 /* TurboModuleBinding.h */, + 68C2A1C6F563A702807EA50D70A689D4 /* TurboModuleUtils.cpp */, + 12BEAB72F554E7473109E9AA04077995 /* TurboModuleUtils.h */, + 1F71AD6DB2286201EA24160152880EEE /* platform */, + ); + name = core; + sourceTree = ""; + }; + 528B0870394F18FC910316AF973B00FF /* EXConstants */ = { + isa = PBXGroup; + children = ( + 5E8364C4F10CB2CF4BABE86FEC658B94 /* EXConstants.h */, + 66CFBB4CBFEAD63EE3FC74774E96F6BA /* EXConstants.m */, + C80D6DC4ABCF45D3621F80DA269119DC /* EXConstantsService.h */, + 07FAF491C4D473D315A3EDCC15CDEBC4 /* EXConstantsService.m */, + C746B55CBD0E69A393F3AE2A41C2C701 /* Pod */, + 66669D2BC1AD528279A4036240F74B2E /* Support Files */, + ); + name = EXConstants; + path = "../../node_modules/expo-constants/ios"; + sourceTree = ""; + }; + 53DC7E538FEDED7D730DA40FE194FB52 /* React-callinvoker */ = { + isa = PBXGroup; + children = ( + 9774D943E843E824D7D308FB45DD4F46 /* CallInvoker.h */, + B7B978891D9B8C2F91B21538BEC14175 /* Pod */, + FC81F8DBB5CBED15EB7BF6D18332DD79 /* Support Files */, + ); + name = "React-callinvoker"; + path = "../../node_modules/react-native/ReactCommon/callinvoker"; + sourceTree = ""; + }; + 540FBB93AA0C48BB0A3C00498B0F1149 /* Pod */ = { + isa = PBXGroup; + children = ( + 6DB0AC95241F579A3ACFBD26952453AD /* EXFileSystem.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 5443C0A9935C17025DF847606ACA756C /* UMModuleRegistryProvider */ = { + isa = PBXGroup; + children = ( + 8EB443CCAA8B3910763F8BDAD00AF053 /* UMModuleRegistryProvider.h */, + 8F4A3C3B8AADB6C5C49E91CBE496CFE2 /* UMModuleRegistryProvider.m */, + ); + name = UMModuleRegistryProvider; + path = UMCore/UMModuleRegistryProvider; + sourceTree = ""; + }; + 54B7CCA95E529E8F8EC80F90EEAD30C1 /* Nodes */ = { + isa = PBXGroup; + children = ( + 24054634C028FF998D36AE3BE904A5EB /* REAAlwaysNode.h */, + 66F4BC60BE0EA9665EFDFD5F54456D79 /* REAAlwaysNode.m */, + E7BABEDC6BFD62BEAB16E831E14DA498 /* REABezierNode.h */, + 2FEE645C36EAECF90EA0B313A2E333EE /* REABezierNode.m */, + 2A853ABC233566B21D6498BAEA4C33F9 /* REABlockNode.h */, + B76C012C5BFD1ECDC8E5E5CBB7A94A35 /* REABlockNode.m */, + C13974B132B2AB8D6EDD473EAD3F0430 /* REACallFuncNode.h */, + FEE9FD9EC6B4DA492F585F226C7DBE06 /* REACallFuncNode.m */, + 0A00C424727606BC9F8ED207E95A74F7 /* REAClockNodes.h */, + 5C9DB5EBFD9195ED559D5FCF74D0ED09 /* REAClockNodes.m */, + C91B689E90BF51B541B0B09D1DB110C2 /* REAConcatNode.h */, + 4148650F89BB7671F7AD6E178535E393 /* REAConcatNode.m */, + 7A452D29D9EE7CE052C324DE9F63AE3D /* REACondNode.h */, + F5A0403D417A7CEB9D5ABC5F95C9C10F /* REACondNode.m */, + 8F16FA63E9856238A35EB81220CB3D85 /* READebugNode.h */, + 514CB02E8C846A54E6EF67A615C99674 /* READebugNode.m */, + B36C9CF578A3845E41A4D998D58D1351 /* REAEventNode.h */, + 84A05D19571183421DD7120C1319D0A6 /* REAEventNode.m */, + F46D801C257276EC8145E8A2E7BE009C /* REAFunctionNode.h */, + 283318D8A815563D2EEEE3A92F92F234 /* REAFunctionNode.m */, + E27B883EC3069968BCD6E1ACF7E0393F /* REAJSCallNode.h */, + F679A823BDC548F5FE367D54243060BD /* REAJSCallNode.m */, + E7491CE0E15AC530603618C1B9454740 /* REANode.h */, + 369986811C8C5B922B81879190BE308F /* REANode.m */, + 9CCC4EA73679DA02656450FF7E2161A4 /* REAOperatorNode.h */, + 6469C39B5F4637D1201F578AF38A0A12 /* REAOperatorNode.m */, + 952E43498603CB8FFFECD7B352F24A95 /* REAParamNode.h */, + 22F0EDDC1AC1AD30F5556855161B8633 /* REAParamNode.m */, + 43A96EC03127E3E9D0AF85764CAE35BE /* REAPropsNode.h */, + 62C8135AE51B9D216C36B03A2E83B407 /* REAPropsNode.m */, + D65299AE8ACE721C6F209233034ADE02 /* REASetNode.h */, + 75A977C87BF5E040DF07DE5709A4C010 /* REASetNode.m */, + 47C0C9E8CDB1CFA284E847787DFD6BAB /* REAStyleNode.h */, + 1B1619F8F9268185412A8228547E18F5 /* REAStyleNode.m */, + 71B862867B68A60B59B8B7CD248BCA1E /* REATransformNode.h */, + 3F90AC41491A338EFCFEBF8714855CC6 /* REATransformNode.m */, + 1A0B56E63420029E1AEE6643D7CC7D58 /* REAValueNode.h */, + 6411BAD261388E816FCA2AACD9F1BAC7 /* REAValueNode.m */, + ); + name = Nodes; + path = ios/Nodes; + sourceTree = ""; + }; + 54D3BD1039A172CF16F79EBB1D12F657 /* BaseText */ = { + isa = PBXGroup; + children = ( + 8B966AD28A40E9EAC2DE66A680DC35B7 /* RCTBaseTextShadowView.h */, + 290204908EF4A16EA1C79C35F670FBE2 /* RCTBaseTextViewManager.h */, + ); + name = BaseText; + path = Libraries/Text/BaseText; + sourceTree = ""; + }; + 550F2CDA7F5A0EB2C8840975CBDF99D0 /* UMConstantsInterface */ = { + isa = PBXGroup; + children = ( + 8EED4240F4EF0C13033AFF0DAB0045F4 /* UMConstantsInterface.h */, + E7FAB24C47C1E402CF95F2EA3E7667DC /* Pod */, + 34703D8373F34E93322A1E3432565FD0 /* Support Files */, + ); + name = UMConstantsInterface; + path = "../../node_modules/unimodules-constants-interface/ios"; + sourceTree = ""; + }; + 571CE231D3396AE988C59F71CE8A651D /* RefreshControl */ = { + isa = PBXGroup; + children = ( + FAC2DAFE913160264BC8D7DC707E8437 /* RCTRefreshableProtocol.h */, + 447318E4843F113904756BF2D628A9CA /* RCTRefreshControl.h */, + 90436EDBE872AF84866087D3169F0D74 /* RCTRefreshControl.m */, + 9BCFF7938EB577125261CD1FBE3CB72B /* RCTRefreshControlManager.h */, + DEC7C445DFB51A0A8895A67BA796C9FF /* RCTRefreshControlManager.m */, + ); + name = RefreshControl; + path = RefreshControl; + sourceTree = ""; + }; + 57BC17968717C5F1BFD0AA73023BEDD9 /* GoogleDataTransportCCTSupport */ = { + isa = PBXGroup; + children = ( + F0A20D400112D927779240123592213E /* cct.nanopb.c */, + 72F2D2D2A05538565B7E0551735184F1 /* cct.nanopb.h */, + 33C75BD5F057C9EBD1F79AC01CD1EB9D /* GDTCCTCompressionHelper.h */, + 9C3A536A1ECAAACACA8D65D17C12A514 /* GDTCCTCompressionHelper.m */, + 52808A151BEC66F6C4E2B5A8F7130D19 /* GDTCCTNanopbHelpers.h */, + 4721D3F64CC61B9E7C3183AE601D9E87 /* GDTCCTNanopbHelpers.m */, + 7D918544FAA1512877A6DBA3F16FA19B /* GDTCCTPrioritizer.h */, + 04B6469111401BFB0E502B3179828F9F /* GDTCCTPrioritizer.m */, + 603495E4212299A4F638482B5E8D0D9D /* GDTCCTUploader.h */, + 5133650B4ADF600B754741A7C41F4682 /* GDTCCTUploader.m */, + D806C2A8A34B5FDA9FD772D910857FB1 /* GDTCOREvent+GDTCCTSupport.h */, + 7182D45BF8BC1E8C313FD6330F6D3B88 /* GDTCOREvent+GDTCCTSupport.m */, + 695B8CB6CAF3C86C8DCAA4A766F93831 /* Support Files */, + ); + name = GoogleDataTransportCCTSupport; + path = GoogleDataTransportCCTSupport; + sourceTree = ""; + }; + 57FF93DFD6550C05DACBD35187E68C18 /* RNFastImage */ = { + isa = PBXGroup; + children = ( + 7F08A7D58F1202141D45D338D6E77280 /* FFFastImageSource.h */, + 240861E49F15AEF12B54DCFDADD3881A /* FFFastImageSource.m */, + 8E93A0CD469D7E85F8F3E028A7CDDE5C /* FFFastImageView.h */, + 6B1871AF19BCF306923F0E2B87432706 /* FFFastImageView.m */, + AF57BADD172E929C83D9EA6D4002EE43 /* FFFastImageViewManager.h */, + ECD46193A7A3B87EF2D8CFB26212680C /* FFFastImageViewManager.m */, + 53AF6D6CFD2FCBDE168FFB00EFCBDF7C /* RCTConvert+FFFastImage.h */, + 8038B793E8F2CAA05F827FB6F7653642 /* RCTConvert+FFFastImage.m */, + FDCC8AD142EDD0E5D6865266618244B0 /* Pod */, + 1076DC3B9CD14C324967A3FA24611BCF /* Support Files */, + ); + name = RNFastImage; + path = "../../node_modules/@rocket.chat/react-native-fast-image"; + sourceTree = ""; + }; + 58A8A46145E7C45B5AF884C5C7E32B6F /* ReactNativeART */ = { + isa = PBXGroup; + children = ( + F9EE1DCACCA0F83B74399D7A45FDDD52 /* ARTCGFloatArray.h */, + 1D4655B419FA8F428AF966E790038B23 /* ARTContainer.h */, + 9B9998BCBCFFF793B3063DFF96CCB4CE /* ARTGroup.h */, + 07C13971B9F4ECF08B4ECB8F844157E1 /* ARTGroup.m */, + AFDDBE92A6057DA44C2D48DA91A74644 /* ARTNode.h */, + ECD094B27DF6729577EDC3F8BD514019 /* ARTNode.m */, + 11EC96E602329B308F798610BC9EEB01 /* ARTRenderable.h */, + E3544EE6352998BB15508263525BC29D /* ARTRenderable.m */, + 4B6AD01C7D4D40D9498D1FFF25FB004C /* ARTShadow.h */, + AC8CABF9CA721B8DAD3A691B6AAF9759 /* ARTShape.h */, + 8B9CCCBA2F7CCF6A2E05FAB36DDEF85D /* ARTShape.m */, + 4FD967CB2A69DF4238399868AAE90EC4 /* ARTSurfaceView.h */, + 0481BC4DEBA5F686B54B970B5EDB1EDC /* ARTSurfaceView.m */, + F8482E6BF114F27052416F91C2E7E104 /* ARTText.h */, + 2A7EDF0984368323B132AE195FD3E3CB /* ARTText.m */, + B95FCDCE96B8E416523802DB89BE60E3 /* ARTTextFrame.h */, + 586EA495F3CDFC6F7ED11ED20E3201C4 /* RCTConvert+ART.h */, + D88619A7C3A8BDDF41268C42118D8498 /* RCTConvert+ART.m */, + FC9F5289BC37CA84CD8FF2EF5E9BB45C /* Brushes */, + 806F13C63054013A876B9C4D9544D6B7 /* Pod */, + 20BFBDA2DBA62DAA8AF7D18FE1C687EC /* Support Files */, + 641D346BDEA55C8EDE7A2D1732D02814 /* ViewManagers */, + ); + name = ReactNativeART; + path = "../../node_modules/@react-native-community/art"; + sourceTree = ""; + }; + 58CE7EC3B4B343A1CE52168EFBA6E715 /* Support Files */ = { + isa = PBXGroup; + children = ( + D1822BE4DFB3EA46C97668C817FF640F /* RCTRequired.debug.xcconfig */, + A95C65973313425A198F8FD91571A4B3 /* RCTRequired.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/RCTRequired"; + sourceTree = ""; + }; + 58D4583A473ACD599DCB84889B3CDF6B /* Support Files */ = { + isa = PBXGroup; + children = ( + E2480E79BABD5FF84A01AC33B526E82A /* FirebaseCrashlytics-dummy.m */, + 689FE599332A86A80A780E764CB1AC5A /* FirebaseCrashlytics.debug.xcconfig */, + A2F4E001EC825E43F3A56679E8F14BDA /* FirebaseCrashlytics.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FirebaseCrashlytics"; + sourceTree = ""; + }; + 5A7BCF984A7039DE2973D416A0E1A275 /* Pod */ = { + isa = PBXGroup; + children = ( + 6088A2B844CD5CAFD8F933F983CA263C /* LICENSE */, + 61D37A53F0171EE410BA6C01CA28F3C4 /* react-native-simple-crypto.podspec */, + 856872DA92625CE76A75D8573412EAFB /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 5AE343558C395FC20A72BCA6FCDE2438 /* React-RCTNetwork */ = { + isa = PBXGroup; + children = ( + 5E2FA64151348D7C827CB5D3D72262EE /* RCTDataRequestHandler.mm */, + 8F93D2270527986885BC70DDA7AC8FD6 /* RCTFileRequestHandler.mm */, + 2953338E10F0349490F46D4252F9E667 /* RCTHTTPRequestHandler.mm */, + 9F70FDF82D212F1D200EF456792D5692 /* RCTNetworking.mm */, + E29C392463FA1AE429281CDE6AB57DD2 /* RCTNetworkPlugins.mm */, + 9D6734B30B32966C805DBF7C73F0C226 /* RCTNetworkTask.mm */, + ABBA53995B9F94D2A021D73D7EB0F012 /* Pod */, + 03FFE55EB7CEA2FC9057257DA15270A6 /* Support Files */, + ); + name = "React-RCTNetwork"; + path = "../../node_modules/react-native/Libraries/Network"; + sourceTree = ""; + }; + 5AEDA2E7620D2BE882C1E75F44BEBBC0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 789FF3B7EE0059D61C7763C937C70844 /* React-jsiexecutor-dummy.m */, + 9563B6B9694AF47C395BDD0A33E23050 /* React-jsiexecutor-prefix.pch */, + B2CD42AD92DC120F1434BDB91A8F22E9 /* React-jsiexecutor.debug.xcconfig */, + B6B10D3A2B829C1C820CE5B690DF14A0 /* React-jsiexecutor.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-jsiexecutor"; + sourceTree = ""; + }; + 5B3B7F831D21B648FD0EE9A42EFD4F36 /* RNConfigReader.xcodeproj */ = { + isa = PBXGroup; + children = ( + FE76D3BEAA488CACE31EE841EB178DAA /* project.pbxproj */, + ); + name = RNConfigReader.xcodeproj; + path = ios/RNConfigReader.xcodeproj; + sourceTree = ""; + }; + 5BBC603DF640EC2E4B1069182C644C78 /* ScrollView */ = { + isa = PBXGroup; + children = ( + 3801F5C83168F9BB951E60F559752318 /* RCTScrollableProtocol.h */, + 69E2296D72ABD80A5FD98B137D853E66 /* RCTScrollContentShadowView.h */, + 9BCB26049F8BDDC57B9315FCEE338DD2 /* RCTScrollContentShadowView.m */, + 40F7C973C5414744EC41B554A01CDFBC /* RCTScrollContentView.h */, + F388EBD9F34D113B0B16DFBF4DC60C8E /* RCTScrollContentView.m */, + EE45D83D86B16830C6A7555BD9664265 /* RCTScrollContentViewManager.h */, + FA1074852BD3AF806BB9182F7AD59CDF /* RCTScrollContentViewManager.m */, + E02081DF12CA66A8A2DC0947298093AF /* RCTScrollEvent.h */, + A9038E942C21A394881C6D153B7B00AD /* RCTScrollEvent.m */, + 5F5C2BA97A702CD2B80B5A00DD0D99AA /* RCTScrollView.h */, + D0D10CC67B6D76C1129643D9F0D4A685 /* RCTScrollView.m */, + DCD0292DD3F7216854E12614E7A4190A /* RCTScrollViewManager.h */, + 56BCF70089D0019AFB53BCE74F7DB116 /* RCTScrollViewManager.m */, + ); + name = ScrollView; + path = ScrollView; + sourceTree = ""; + }; + 5C4697A57403A09825040FD335DBF89C /* Support Files */ = { + isa = PBXGroup; + children = ( + 76FC4C7C13303A2A5E7748322DDC9D41 /* React-RCTSettings-dummy.m */, + 0A5B795331997471B4DE2D6C68F99ADC /* React-RCTSettings-prefix.pch */, + 842C512A6A27333DB043D3E8BA427397 /* React-RCTSettings.debug.xcconfig */, + 8C495572209CA1076629939C84258D5B /* React-RCTSettings.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTSettings"; + sourceTree = ""; + }; + 5D17D2FC8E28F09FB02CAA9E1BA81C63 /* Flipper-Glog */ = { + isa = PBXGroup; + children = ( + 4C9596D82E6E835B25E9AFE06E7169B1 /* demangle.cc */, + A763D3DA2C1DEBC4FDA2A1B6606F7953 /* log_severity.h */, + 0E1B73D6D8D898B2E1C082B632D93A33 /* logging.cc */, + A596BD68FF4C463AE78C938DDDC1E8AE /* logging.h */, + 21B3A7BE2BA53AEF2DF324DEAE4BC616 /* raw_logging.cc */, + 9EB1366EDF5DCD7D5AB8D7B9B00858E3 /* raw_logging.h */, + 28FF376BB5CB374C7973B8724C10BED0 /* signalhandler.cc */, + 14CD3913F15D6920187A56827793D3CF /* stl_logging.h */, + 1CEA916A18C53C87C1E3A57B1B5C51C5 /* symbolize.cc */, + 0DA6371BB2811910EE1199F42CF80328 /* utilities.cc */, + 31097FF023386ADF7829A14BE14AEE2F /* vlog_is_on.cc */, + D50E5CBE9E6F77D431F683A2D88180F4 /* vlog_is_on.h */, + 0669DE3B06B1428F54330986CC8269B4 /* Support Files */, + ); + name = "Flipper-Glog"; + path = "Flipper-Glog"; + sourceTree = ""; + }; + 5EB25910D8B8C5C83CF98D0D85532B7D /* Support Files */ = { + isa = PBXGroup; + children = ( + 6B1E2A900697D6E72C9E7B098676DD50 /* React-RCTText-dummy.m */, + D295DC8D99E24E6007AF5BEDFCC470EA /* React-RCTText-prefix.pch */, + C893A704A6C7429B839320F90675C52F /* React-RCTText.debug.xcconfig */, + 1C937DDE947AE51809EC0FE1EC6B82B9 /* React-RCTText.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTText"; + sourceTree = ""; + }; + 5F1297C7B9DBB90E074EF35344CE449F /* CocoaAsyncSocket */ = { + isa = PBXGroup; + children = ( + DB9E73D6085CB50A1C3BE47FC4DA6073 /* GCDAsyncSocket.h */, + 9A0C5B5473384886AA1132CD987308B9 /* GCDAsyncSocket.m */, + 80EC24282038C689CF310848A948D9EC /* GCDAsyncUdpSocket.h */, + DBE3DF2812B2CD8FB972AF63775D8630 /* GCDAsyncUdpSocket.m */, + 1270566909CA668F7738C7DD3BE6B7A9 /* Support Files */, + ); + name = CocoaAsyncSocket; + path = CocoaAsyncSocket; + sourceTree = ""; + }; + 5F4D15214C3E4897801E33C53B5B3E0D /* React-RCTAnimation */ = { + isa = PBXGroup; + children = ( + 1BA4B2E6C4915FA5B2A4D4642938FAAD /* RCTAnimationPlugins.mm */, + E08844D1C95CDE3776C6B40EDBA03C4D /* RCTAnimationUtils.m */, + FE0B0B1542E3861D466BA98F3A442D9C /* RCTNativeAnimatedModule.mm */, + 868C93C3ECFCA73E088E04EA098613C2 /* RCTNativeAnimatedNodesManager.m */, + 4C39CF9FA5DF212B9D8EED3C4B4F5A2E /* Drivers */, + C686BEA6D8298B28BD18C5A516877FBE /* Nodes */, + F98C87547B0BE5635DD3323F044F3AB3 /* Pod */, + 993BF7CFA3E4B9309EFB6451B22D1F28 /* Support Files */, + ); + name = "React-RCTAnimation"; + path = "../../node_modules/react-native/Libraries/NativeAnimation"; + sourceTree = ""; + }; + 5FA38B7F41D07E03F28D70D8AAE7D576 /* UMFaceDetectorInterface */ = { + isa = PBXGroup; + children = ( + F2F66216A2550B0DB9D875F3F0032C9F /* UMFaceDetectorManager.h */, + 96E893AF918D549A209B6A206692B8A1 /* UMFaceDetectorManagerProvider.h */, + F7988896C43571B90D2678590A726A59 /* Pod */, + 1A865EF5637A646B3567D8C629C0A751 /* Support Files */, + ); + name = UMFaceDetectorInterface; + path = "../../node_modules/unimodules-face-detector-interface/ios"; + sourceTree = ""; + }; + 5FE510A5E1AF07A23B99EBDA33F521E9 /* Support Files */ = { + isa = PBXGroup; + children = ( + 0EEA26C17CA8E57C9DE9DC62B73FE8E1 /* react-native-document-picker-dummy.m */, + 468EC82A8661A2770F2172EAA1F5CB29 /* react-native-document-picker-prefix.pch */, + 9BB9275ECC167791B2A760E7C566ECC4 /* react-native-document-picker.debug.xcconfig */, + 356539DE9F35EC327ECB1735C3DE73DF /* react-native-document-picker.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-document-picker"; + sourceTree = ""; + }; + 60FDFC2F5BF9A87778BAEB4F5987110C /* Base */ = { + isa = PBXGroup; + children = ( + 515C9FBF878ADDD3E55AE5D076DF4209 /* RCTAssert.h */, + 9CA65A71D65C0B04968B26F2CBAA664C /* RCTAssert.m */, + AD888F88CAB9438DD649610E281CE0BE /* RCTBridge.h */, + 282BBF82E293B481DE0248B7E42CE8FE /* RCTBridge.m */, + 39197A4EC89FA16F432531D6C2BDA1EC /* RCTBridge+Private.h */, + F6C63F5BC63B281DFC36E70E54E51E59 /* RCTBridgeDelegate.h */, + 460B7CBB08584E388575352E90D01862 /* RCTBridgeMethod.h */, + 2AD6F60872029D99F430278A120AFF99 /* RCTBridgeModule.h */, + 61A86BEA0C197B97291FB70BC98056C3 /* RCTBundleURLProvider.h */, + 64BB49DBE3A11D54F8EC4D72350F3519 /* RCTBundleURLProvider.m */, + E1BF435D59435150D53197A457E3A100 /* RCTComponentEvent.h */, + B15CC75C1121F3D87175B97B714DDE0F /* RCTComponentEvent.m */, + 910C9A9869C89DEA22C1CF4AFBAB7196 /* RCTConstants.h */, + F904D2FC6CFAFBB5BF4015CB7D5B6CFB /* RCTConstants.m */, + 909BB716C469526E0B45EE3AF10DDB4E /* RCTConvert.h */, + D7FEA9D9B055FABDD4A52DC5CB13BE94 /* RCTConvert.m */, + C78923277C289FDDE40AA8D77DC34B17 /* RCTCxxConvert.h */, + 34A03E7ADB6A965377CB4349317BD042 /* RCTCxxConvert.m */, + 40975B0D8530B3851E16A8DE9DE30CF3 /* RCTDefines.h */, + C5B47DC84B841542AD04FE0E6E25B9AA /* RCTDisplayLink.h */, + FF2F0EBA21C0957D42D430C1E09E2B7A /* RCTDisplayLink.m */, + D4523CF64C931C9B8E69D3F96A6CADE5 /* RCTErrorCustomizer.h */, + 40FCE6A8456734765E55871D900EE746 /* RCTErrorInfo.h */, + 438CC441C34A6B90C603EA95CD90A297 /* RCTErrorInfo.m */, + 1F5085A53FB964336062AC7BE580B553 /* RCTEventDispatcher.h */, + 75F4036E0D4AD737642EB96CA3D75D43 /* RCTEventDispatcher.m */, + ED5A5918B7517A443386ED9D77745DD5 /* RCTFrameUpdate.h */, + 24E6B55212718489DDE516F0095A3BAC /* RCTFrameUpdate.m */, + 6AF2B6AE6C4383D0113F3EBAC25F3631 /* RCTImageSource.h */, + B9A5437C06D815D6DADA8FAD5F915D8C /* RCTImageSource.m */, + 82F93C7A7944D58921268E9F2948C950 /* RCTInvalidating.h */, + FA218BC4951B1A21D64A0068BA8B5EDF /* RCTJavaScriptExecutor.h */, + 3678C40804B44D0B1830109F30526C13 /* RCTJavaScriptLoader.h */, + 663C10BC17623407E951843DEB8FCD97 /* RCTJavaScriptLoader.mm */, + EB89BCCD643DFBC0FB1017F77E704EE5 /* RCTJSInvokerModule.h */, + B5FFF1BFFF221C0CB64C1E125679B743 /* RCTJSStackFrame.h */, + 73728E59E9AC89979E754C49279982D5 /* RCTJSStackFrame.m */, + 700CF89718B60C00AD0E59F0A9235242 /* RCTKeyCommands.h */, + F1D1F726C54405CE9DE22276FABDF013 /* RCTKeyCommands.m */, + E7D2734D15B215CC20D9818B07E07F00 /* RCTLog.h */, + 0F7DB1121D762F10C8B544D6C1CBD5F8 /* RCTLog.mm */, + 0CD6C24E2A6B06CF01C66E4FF8D19D26 /* RCTManagedPointer.h */, + DABBFFD8E80E35E28E6FCA2EBAC126E9 /* RCTManagedPointer.mm */, + 8BE9D10A63EC27660BAE4DCE5633DFFC /* RCTModuleData.h */, + A27AF7549E5721385FF0011D70F50EB3 /* RCTModuleData.mm */, + 69799623B0E0EF1C5538BB57A4FD2886 /* RCTModuleMethod.h */, + 0217298A548E81414550B50749648BEA /* RCTModuleMethod.mm */, + E5376F9651FE01AEDB0B34B3FC0A1E2F /* RCTMultipartDataTask.h */, + E23C47E510A1D0993F79E8C1FE4F9CB8 /* RCTMultipartDataTask.m */, + 8DFDA5A6D8EC5517A564A1A4C6B3A702 /* RCTMultipartStreamReader.h */, + 19E4A5F3E8205DD2D3B194B29C0FB96D /* RCTMultipartStreamReader.m */, + 89A36CA364D4EE9E04445C18D43138A0 /* RCTNullability.h */, + 305A4E35667077125CCDCE18A522D8B0 /* RCTParserUtils.h */, + ACAD8C52175BF6415F69C69B4C01FC32 /* RCTParserUtils.m */, + 20AABF9118A08A9CB1F46837C090FAFA /* RCTPerformanceLogger.h */, + 8018CE6950A730B10F9A1F1D618B9A8B /* RCTPerformanceLogger.m */, + F35E2B7A63B74D094E506B87A8B9B534 /* RCTRedBoxSetEnabled.h */, + DB6958E07B4642EFA82FCF099BE42B1C /* RCTRedBoxSetEnabled.m */, + 497902DE8B2F7E50F503FE12548875DC /* RCTReloadCommand.h */, + C7C89F601C9482FFE8C6AC5257733B1E /* RCTReloadCommand.m */, + CEBD6B31C16B3F350E4DC82F5623C7F9 /* RCTRootContentView.h */, + 47345683D16D77F100D41EBB7282A5C5 /* RCTRootContentView.m */, + E366B16820D28A0BE29B20B3D44D4188 /* RCTRootView.h */, + 0EFE2BCED3FF1035557A386874408A0A /* RCTRootView.m */, + 0D1B749B7A21D952FA07609DA25377B8 /* RCTRootViewDelegate.h */, + A95BC93C764D395037C07CFEF4C00EAF /* RCTRootViewInternal.h */, + 2288F7C01DBB2A1AF6AC4119AC1AD295 /* RCTTouchEvent.h */, + 30CD421BEF66ACA8E37209ADA6D34080 /* RCTTouchEvent.m */, + 1C5C37BF94AE399FBD7929FB5E7ADC8C /* RCTTouchHandler.h */, + B79EC618A9C0EE9F23F09D23C5B89AD8 /* RCTTouchHandler.m */, + 7940BD2651DEDF343D573E9FCBD79638 /* RCTURLRequestDelegate.h */, + 96BEDC9457114A9F2662CF1FCC8449E8 /* RCTURLRequestHandler.h */, + BC7E729CB26CF7A4565F1A43F8874F06 /* RCTUtils.h */, + 205715B347D498DDF9D463D1F90E0891 /* RCTUtils.m */, + EFD5A8DE3C6728A22F551CD201C6FC03 /* RCTUtilsUIOverride.h */, + 8FC1AC7213C4EDF9C891DB73A3F26545 /* RCTUtilsUIOverride.m */, + 49A301425B2AB20DE56829EF1E3F2177 /* RCTVersion.h */, + 4D7003A410EAD69619630C1D06DDCA0A /* RCTVersion.m */, + D76C608E71879AA3C97A1C382D70364C /* RCTWeakProxy.h */, + 02B03A342D21D0ED16AB6755105BBDB2 /* RCTWeakProxy.m */, + 92AA9B5C28252154A5DB0F5333978094 /* Surface */, + ); + name = Base; + path = React/Base; + sourceTree = ""; + }; + 61CB178F0EF092AA9A9F93A309864CDE /* RawText */ = { + isa = PBXGroup; + children = ( + 342512805C1A125FEE18047F913F6FD0 /* RCTRawTextShadowView.h */, + 1507A41F76DD9D42DB7B9C3BAB7E694A /* RCTRawTextViewManager.h */, + ); + name = RawText; + path = Libraries/Text/RawText; + sourceTree = ""; + }; + 6247AEF5270DEFCCA09283D875056971 /* Filters */ = { + isa = PBXGroup; + children = ( + 858E349C75E586859650200BCA05AAFE /* BSG_KSCrashReportFilter.h */, + D6ADF21D38F4E333131A8B2A13D114AA /* BSG_KSCrashReportFilterCompletion.h */, + ); + name = Filters; + path = Filters; + sourceTree = ""; + }; + 63D5F6A5EA225AC0E70308B379D6F8D8 /* Support Files */ = { + isa = PBXGroup; + children = ( + A87C02F7CFFA0629AFDA849D1A279DA9 /* YogaKit.modulemap */, + 7A521FD27B8E3145D0A2E93916587D9C /* YogaKit-dummy.m */, + 09F57D9D2D9CE7B33BACDE547E53DEDF /* YogaKit-prefix.pch */, + A5AF0586D8E65EA751DC026B073D8EE0 /* YogaKit-umbrella.h */, + C3824950301566D80B8BD7305ED995C6 /* YogaKit.debug.xcconfig */, + C44B1AA0010B4FCC3299ECE2838C11ED /* YogaKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/YogaKit"; + sourceTree = ""; + }; + 63F9568C33C9E3E5587BF9699C1A8D3B /* Support Files */ = { + isa = PBXGroup; + children = ( + 3CAE129DDD47A3599747EE6B89383529 /* react-native-cookies-dummy.m */, + 1747FDA73682FB78ABBE7C1F0D771F3F /* react-native-cookies-prefix.pch */, + E95988F15CC5B8F3037396FF8085421A /* react-native-cookies.debug.xcconfig */, + D91E27F1850CE3B945293C354D37B1AA /* react-native-cookies.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/react-native-cookies"; + sourceTree = ""; + }; + 641402D31224D1DDBF68A0302F29CB36 /* UserDefaults */ = { + isa = PBXGroup; + children = ( + 768F4D51D54C84BF6F09B8ADBB8EF53E /* GULUserDefaults.h */, + EE59EC4314146E76DCB20C06F60FC1F9 /* GULUserDefaults.m */, + ); + name = UserDefaults; + sourceTree = ""; + }; + 641D346BDEA55C8EDE7A2D1732D02814 /* ViewManagers */ = { + isa = PBXGroup; + children = ( + 6926473A4717FC5968554E56DAB79D07 /* ARTGroupManager.h */, + EAB6A6CD9CBAC54D1046AD6E505AA9F6 /* ARTGroupManager.m */, + E27EA9C19D57F8065B35A2FB49994648 /* ARTNodeManager.h */, + A725CFC1C415D47C0160213B6B1A4CED /* ARTNodeManager.m */, + 6DF7297F5CDA5581F4FA44088A2097A3 /* ARTRenderableManager.h */, + EE81D2562732172B14A9C411791C4D94 /* ARTRenderableManager.m */, + 397B8181873BD84BE101F44B0ABE482F /* ARTShapeManager.h */, + 00DD4C69F8AA90E1B6A681B8D672263E /* ARTShapeManager.m */, + 7B9AFB6F2E2BD5E79C5AC7188853A0B9 /* ARTSurfaceViewManager.h */, + 88EBC419AC2A10EBDB6F4E7D5C0FC7EB /* ARTSurfaceViewManager.m */, + BB036E8BBA7A55B58C802A43F2DFCB3C /* ARTTextManager.h */, + 94F9BA574A8A46B7167CD92B69083E93 /* ARTTextManager.m */, + ); + name = ViewManagers; + path = ios/ViewManagers; + sourceTree = ""; + }; + 65DF7836B9FD89E5A36D0B4D2769B81A /* Support Files */ = { + isa = PBXGroup; + children = ( + 268097D45D9A19D40E5715C9C006F94B /* UMCore-dummy.m */, + 8BA3207D705FB558677E719EB7FE37F5 /* UMCore-prefix.pch */, + D25C44180D984EEDD9DA0FBA10238FD6 /* UMCore.debug.xcconfig */, + 7224F4F6F3CF90212229C2B708F5FC2D /* UMCore.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/UMCore"; + sourceTree = ""; + }; + 66669D2BC1AD528279A4036240F74B2E /* Support Files */ = { + isa = PBXGroup; + children = ( + 85377F31B72D491022867C559C1CB709 /* EXConstants-dummy.m */, + 7AD9CD5C06D54384214C78241EBC1D24 /* EXConstants-prefix.pch */, + 1C7A419EF6BE410C5E7E7B6249010259 /* EXConstants.debug.xcconfig */, + 0FD130F92D37F953E0AD0831BCB0900C /* EXConstants.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXConstants"; + sourceTree = ""; + }; + 67364CCF63CFD956B7383663C81D86C5 /* Pod */ = { + isa = PBXGroup; + children = ( + B02A695D333C312D181D3A3917D15962 /* LICENSE */, + 5D96FA7C131F44E288380401DBB2BA2E /* README.md */, + 6ED2D6A04D6FD6000CA54B6F9F847023 /* RNReanimated.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 68CBE3E317D435680AEC12B389B5FDF3 /* RCTWebSocket */ = { + isa = PBXGroup; + children = ( + 37F8C450D828AD4F801323050276E874 /* RCTReconnectingWebSocket.h */, + 4D7E566608A1776F022A084665FC7222 /* RCTReconnectingWebSocket.m */, + 22931B6E8AE7DE176D2E690AAAB185D4 /* RCTSRWebSocket.h */, + BD6E3FC5A898C2B1E0A832C3B2E2B927 /* RCTSRWebSocket.m */, + ); + name = RCTWebSocket; + sourceTree = ""; + }; + 69476DA97024CC7ECFDC8034AFCB4E61 /* react-native-slider */ = { + isa = PBXGroup; + children = ( + CB566184383FEE40DED71D03DCD7AF56 /* RNCSlider.h */, + E60F82101B71BF051FF3218C6601DB2E /* RNCSlider.m */, + 5CF45B559F056D70AC4BE3FEB2311C3C /* RNCSliderManager.h */, + F6E5A992FB1D6F2325C818BCAB23F44B /* RNCSliderManager.m */, + C603EFFB51C3EADE621CA0B19680EA4B /* Pod */, + 382D92A9D784FDAA5A4A68841FE70649 /* Support Files */, + ); + name = "react-native-slider"; + path = "../../node_modules/@react-native-community/slider"; + sourceTree = ""; + }; + 695B8CB6CAF3C86C8DCAA4A766F93831 /* Support Files */ = { + isa = PBXGroup; + children = ( + 3CC7D3CB5395ECDD26AAA7EC972072BB /* GoogleDataTransportCCTSupport-dummy.m */, + 7E259C3E6DE6F96851D12BCE522F5D90 /* GoogleDataTransportCCTSupport.debug.xcconfig */, + 6C3D1B2CD5D89B2C758F92FA4913F711 /* GoogleDataTransportCCTSupport.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/GoogleDataTransportCCTSupport"; + sourceTree = ""; + }; + 69FD8A4E1FCBEF768E14F08BCE00ADA8 /* Resources */ = { + isa = PBXGroup; + children = ( + 9F8CAEC1066F72A04539AA51832DCBA1 /* de.lproj */, + 31E1A752B9AE89ED1332D84970D6BB51 /* en.lproj */, + EA3ABB0B44F37427CF9EADD6274F6221 /* es.lproj */, + D0EB3B37301573DA5278852E6F9236CE /* fr.lproj */, + 6BA9A26E2876148FFA46B295BCF50D92 /* ja.lproj */, + 7EC861892742E129F7FFFA83ADB1F8B2 /* pl.lproj */, + 741EB95C0E2C993307CF55653185C60C /* QBImagePicker.storyboard */, + 140B832501D3D5F816835742974E1617 /* zh-Hans.lproj */, + ); + name = Resources; + sourceTree = ""; + }; + 6A27640EFEF5F884DE633667D948BE7B /* GoogleUtilities */ = { + isa = PBXGroup; + children = ( + 9EE7698A788A439E006E7626F4832391 /* AppDelegateSwizzler */, + 32246370797B36625B7FFA5BEA1CF0FF /* Environment */, + 4EC37812E26C1A3F85B2C5C2477B9DBF /* Logger */, + 6E14C920E9C29A03ED2DC3C5EF5A084F /* MethodSwizzler */, + D87CA8B7ED80B5282C591ABCB48FC1A1 /* Network */, + 18E3280BB14C113F56953A9E061F4234 /* NSData+zlib */, + F27095CDF3E88919E756E529605C10BE /* Reachability */, + 87427C9C25945455ABB96C35C33B2A04 /* Support Files */, + 641402D31224D1DDBF68A0302F29CB36 /* UserDefaults */, + ); + name = GoogleUtilities; + path = GoogleUtilities; + sourceTree = ""; + }; + 6A579364618257379F9B99A61F36EBAB /* encode */ = { + isa = PBXGroup; + children = ( + ); + name = encode; + sourceTree = ""; + }; + 6A8560CD75A009E957B00B331842FD2C /* Video */ = { + isa = PBXGroup; + children = ( + A11C44473E020E2F2BAB6E56FB3725E0 /* EXVideoManager.h */, + 26DFC9501081F4391FB60AA04CF1FBF3 /* EXVideoManager.m */, + FD64AF5CEB4DE8D320BE33D2C54368BA /* EXVideoPlayerViewController.h */, + 795764D57C74218C1DC80757258B116B /* EXVideoPlayerViewController.m */, + B8918C296D95EDF67D301741CBF41D0E /* EXVideoPlayerViewControllerDelegate.h */, + B6B41BC1F6D06AA76628F6E22FCB95F2 /* EXVideoView.h */, + 22EDB8290707A8B870E98CCA1973DCDF /* EXVideoView.m */, + ); + name = Video; + path = EXAV/Video; + sourceTree = ""; + }; + 6BE81D26CF8A21EDEBC636B376FC20CB /* TOCropViewController */ = { + isa = PBXGroup; + children = ( + 519416238C8BE63015D2786DD22DFA0E /* TOActivityCroppedImageProvider.h */, + FA0FEA8E607E301D5F2373D7D4D6A299 /* TOActivityCroppedImageProvider.m */, + BE7FE478CD38B0D49006AA2D6A850AF4 /* TOCropOverlayView.h */, + 660138AA021958790F4E9F5918B461BD /* TOCropOverlayView.m */, + F4234721F88D2835F8157A182CA5D433 /* TOCroppedImageAttributes.h */, + 0EA3D04969981A93C7699DCDC5F67228 /* TOCroppedImageAttributes.m */, + 31C653FE4A72393BFAC2B82B2AA0C8D3 /* TOCropScrollView.h */, + 545BB6975D6C8DF60AE9F41DE5C999C7 /* TOCropScrollView.m */, + 56DE755460910820B5A3CAE972DBAE66 /* TOCropToolbar.h */, + 5C53CCA429164B642AD8D046A2E7E447 /* TOCropToolbar.m */, + 484BD4926AFF28D70BED9F986AF7C5EF /* TOCropView.h */, + E2C8A03A930F5D8B3C67D1DB66AAC22D /* TOCropView.m */, + B80F69D55C5AB3E201354BFB85C1DA9D /* TOCropViewConstants.h */, + 67B4CA6B716F5320FB9608B5EFA12518 /* TOCropViewController.h */, + 4A1C0F8935CA413440DE830417BAD358 /* TOCropViewController.m */, + 76231EC71D774BB102B80089570B7A6E /* TOCropViewControllerTransitioning.h */, + 6B888FCA3A56CA1CA6E6F0CBED255517 /* TOCropViewControllerTransitioning.m */, + E3A672DF64FAEAE6BA3EF92CFEF58440 /* UIImage+CropRotate.h */, + 9B9C65A2804562C2DBD5FAB5660C9E56 /* UIImage+CropRotate.m */, + F79409A3D7255E0F8023077AE37A176F /* Resources */, + 99DA18E9DBB70B1B123554C6963F96BF /* Support Files */, + ); + name = TOCropViewController; + path = TOCropViewController; + sourceTree = ""; + }; + 6C22D39FB7AB9DA460A59FB280C02133 /* Support Files */ = { + isa = PBXGroup; + children = ( + B0A4E0BDAD9C880EDC1ED4A4483D369F /* react-native-appearance-dummy.m */, + 38C94751FB64B5B33314BCD0D26474B7 /* react-native-appearance-prefix.pch */, + D10B7C8855667D2ADB399CC50628D1DF /* react-native-appearance.debug.xcconfig */, + 4D3CFB5C40849F70E0378037198D2082 /* react-native-appearance.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-appearance"; + sourceTree = ""; + }; + 6D3ED80949A445AE5FBED9F39C1AC911 /* Support Files */ = { + isa = PBXGroup; + children = ( + 504A3E8E57874AEB79378F0713B97A52 /* UMTaskManagerInterface.debug.xcconfig */, + B76A018868C6E437AF586ED4500C6333 /* UMTaskManagerInterface.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMTaskManagerInterface"; + sourceTree = ""; + }; + 6D9A238CDAAD843AE33AC36810B373F2 /* react-native-restart */ = { + isa = PBXGroup; + children = ( + 0B1707A672948535A931072E1F755116 /* Restart.h */, + FF7F6596B8D9F09DE312F674045DBE19 /* Restart.m */, + 186C34DA07D60DEA1256F14DA5E1462B /* Pod */, + 2E837E9C4CC4ABEDDB7B96FA356FB61F /* Support Files */, + ); + name = "react-native-restart"; + path = "../../node_modules/react-native-restart"; + sourceTree = ""; + }; + 6DD7569BB27B022C08180AB6A5F2868C /* Support Files */ = { + isa = PBXGroup; + children = ( + E690923D30039DDCB783CEC621BE623D /* RNFBApp-dummy.m */, + E81F6B891426DC688BDC535ED5B76F1A /* RNFBApp-prefix.pch */, + B30E23EEE2A4DED934D9BD0EF230A5F2 /* RNFBApp.debug.xcconfig */, + 4D5A2F9EBC423BA5D767010433B5A888 /* RNFBApp.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNFBApp"; + sourceTree = ""; + }; + 6DEE420D36CB48AF1E50B58B23E09D37 /* Support Files */ = { + isa = PBXGroup; + children = ( + 23D83884863E7B8B775CF0A3181494C4 /* Flipper-Folly-dummy.m */, + 436C40584EA39BCE1F8CD9D22CEDD0D8 /* Flipper-Folly-prefix.pch */, + 799028AACA216BADD41A165C2F4AD654 /* Flipper-Folly.debug.xcconfig */, + 0FD3B14E21016E7A90FDFD123CB4CC17 /* Flipper-Folly.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Flipper-Folly"; + sourceTree = ""; + }; + 6E14C920E9C29A03ED2DC3C5EF5A084F /* MethodSwizzler */ = { + isa = PBXGroup; + children = ( + 7FC4001D9175E5F86880BA1A091F803B /* GULOriginalIMPConvenienceMacros.h */, + 6E76B0D19598070AF15C8E40D3E9CB2E /* GULSwizzler.h */, + 0E079C228C72E407636DBC32C4D6743E /* GULSwizzler.m */, + ); + name = MethodSwizzler; + sourceTree = ""; + }; + 6E49F7A468615C7B9FDE755038DF056C /* React-cxxreact */ = { + isa = PBXGroup; + children = ( + 1CA3A9A847227A1B47BC323589CAC841 /* CxxModule.h */, + 21A21091F6F3E335E9887E43AD10253E /* CxxNativeModule.cpp */, + 2B7C15B57EA8189CBA05AE26BEFA5600 /* CxxNativeModule.h */, + C32EF3C60F13E063531B75B349DE6D63 /* Instance.cpp */, + BCB813BD76D4B501AF168AF0D59AE7A8 /* Instance.h */, + A66E896B99D56E490B797BB645211B80 /* JsArgumentHelpers.h */, + BEA4161DCE8B474AA7FD663A2D72A5BA /* JsArgumentHelpers-inl.h */, + 1587866A6653359CAB2D5C6BF733981F /* JSBigString.cpp */, + 5AA44050E5587A713DE4EE46F41B7FA6 /* JSBigString.h */, + 3DBD6639A8ECB049C054C81E674B3EC2 /* JSBundleType.cpp */, + 03A391F8899578F3ADE31E1B30461E8B /* JSBundleType.h */, + 89EB72C002BA7DF59494B86F88DD02C0 /* JSDeltaBundleClient.cpp */, + B0D034BF10A81757BF7E36B26707D555 /* JSDeltaBundleClient.h */, + DE4896B30B4A33958D1F4ED063C3175A /* JSExecutor.cpp */, + 97CFDE5D34E3D1C7BC4E80FAD8569932 /* JSExecutor.h */, + AED5C89607CD223196CBD7E82BACABF7 /* JSIndexedRAMBundle.cpp */, + 323354DFB6ED51722DC8251CF672BC8A /* JSIndexedRAMBundle.h */, + 9AC0FE394EAA78C2B411DDEDD41E418B /* JSModulesUnbundle.h */, + ABBEC348B1764BFD710778E4A00D8A92 /* MessageQueueThread.h */, + 210CECCD609CC3C45A9E483A9FDB6D41 /* MethodCall.cpp */, + CEA9FC0296A93C019829B8D3F46A3F50 /* MethodCall.h */, + 39581FE68301A0DDB9812414733C50A1 /* ModuleRegistry.cpp */, + 5C5967EFEEF8DA65BF4FEC35B2266BD9 /* ModuleRegistry.h */, + 850528C71C5E12585662631D71CBD210 /* NativeModule.h */, + 0410D212DCDE9A2245C8714A5F44DCA5 /* NativeToJsBridge.cpp */, + CEB4274A0303527FBC2F80EDA19FB2D0 /* NativeToJsBridge.h */, + 31ABB6EFB73566B9C699FEB3A1698B3E /* RAMBundleRegistry.cpp */, + A7C1A0A9E346B8AEEF6EEC5A850987A5 /* RAMBundleRegistry.h */, + 7611F894136F4E0771206A7FC6088291 /* ReactMarker.cpp */, + B83BE080B4BA8EE754CF2353D95A95F7 /* ReactMarker.h */, + 7F60927F01B886851D4BBD02360D3240 /* ReactNativeVersion.h */, + 5697F11A11D826D61C3BB08A6E796840 /* RecoverableError.h */, + 7D85B3A1036C1D8E8D3B74D8792ECBFD /* SharedProxyCxxModule.h */, + F732CA9F3D60708A1FB6909B25173815 /* SystraceSection.h */, + 319E8FAC68F9293F7ACDBB3C42331D7F /* Pod */, + 91A41417472833025F6217E314EC06A4 /* Support Files */, + ); + name = "React-cxxreact"; + path = "../../node_modules/react-native/ReactCommon/cxxreact"; + sourceTree = ""; + }; + 6ECFE18DAEC743ECE17DAAC1436C18AF /* EXAV */ = { + isa = PBXGroup; + children = ( + 728F6769C04E37B0EE21CC943C97ABEB /* EXAudioRecordingPermissionRequester.h */, + 2B111C3B85B5E5E529D9C5B1A2EB632A /* EXAudioRecordingPermissionRequester.m */, + 01C14D26B54B14E2C3D3C16E9D9FB416 /* EXAudioSessionManager.h */, + 08DD01A4E965226D8BC4FC41383EBAE9 /* EXAudioSessionManager.m */, + BEF9CD8D460017388F3FDB09E150EAAF /* EXAV.h */, + B70B14CBB04757856028D7E4CB72DA19 /* EXAV.m */, + E2BD337A1F1486F43937A819967B759D /* EXAVObject.h */, + 20356A5E0414112A55D0E0FF83FD71D1 /* EXAVPlayerData.h */, + 1CB8136B664A0CF0E4A8135286736FAF /* EXAVPlayerData.m */, + 27395316AD75EB50ED9025D3BEBEEE99 /* Pod */, + 73E6E3E35DDC67C8C88366ECB90A4511 /* Support Files */, + 6A8560CD75A009E957B00B331842FD2C /* Video */, + ); + name = EXAV; + path = "../../node_modules/expo-av/ios"; + sourceTree = ""; + }; + 70B02EE94FDA3CD14B885EA44934ACD0 /* FirebaseCore */ = { + isa = PBXGroup; + children = ( + 88C94E988554F95922DF77CA6F0C1F36 /* FIRAnalyticsConfiguration.h */, + 63D9B7627DD7EF46ECF2E7C227E18ADA /* FIRAnalyticsConfiguration.m */, + 9507710A21691CC0E9B78E5EF2DDBD16 /* FIRApp.h */, + A46EF52C7F71218D09C6FA2DF8D1DFEF /* FIRApp.m */, + 3A04D0EF519DA96C67F7DA276E06CC18 /* FIRAppAssociationRegistration.h */, + 06478CAB468FDEBAC5D6AF508A28CD53 /* FIRAppAssociationRegistration.m */, + 4203EB175AFC90369B754FAE7363F797 /* FIRAppInternal.h */, + B9406FCAF23CB56AF2EE1917FE3146F3 /* FIRBundleUtil.h */, + A0FCB61F2EBD449F4543CB3E43AA5677 /* FIRBundleUtil.m */, + E1DAD390867E2DC1C3A37C7A57E6DCDE /* FIRComponent.h */, + 22128DB379E1D2CBFE351B3811F9B457 /* FIRComponent.m */, + 6D420B4DBE40630F8CCC20339424553C /* FIRComponentContainer.h */, + 4E8715BEBCF28ED8E993FC16CFE0A642 /* FIRComponentContainer.m */, + 7613A9E875DBAF77677DB4C10B346C42 /* FIRComponentContainerInternal.h */, + 0D93C4FEB7C254E430056DE79BC57D48 /* FIRComponentType.h */, + A542C3E46DD8FA30F4965264F54DD21C /* FIRComponentType.m */, + 8C5BBD4AF728F69889ABCD0E4D9B18BC /* FIRConfiguration.h */, + 0E9420C146498C5030BCD1171B0BCD67 /* FIRConfiguration.m */, + 66D60376E2A92A64AC37C940F9E0982A /* FIRConfigurationInternal.h */, + EFD53C553DDA104D0D32DC69AD5F7178 /* FIRCoreDiagnosticsConnector.h */, + B4C5139E31E1D2FA1BF3A566B2DE06BE /* FIRCoreDiagnosticsConnector.m */, + 7A75E757BEF2844969C0E4EA4B7B8A74 /* FIRCoreDiagnosticsData.h */, + F2312173E0F5BF07A0C188270BE860E3 /* FIRCoreDiagnosticsInterop.h */, + 4ABFB4085DEA73E6C94D62F182080034 /* FIRDependency.h */, + 6AEB19EE53AEA1B4A8E3B134A7BBE963 /* FIRDependency.m */, + 0781F7E7BAAF0A8DADD804243F814C91 /* FIRDiagnosticsData.h */, + 46338FE5E05B38F4ECDE7AFB8C372458 /* FIRDiagnosticsData.m */, + 7A284FE8F2FFB51BC7D64897024818B8 /* FirebaseCore.h */, + D7953F433DD8276762D1B76C98DD679B /* FirebaseCoreInternal.h */, + 2B5A73E3C85EBE7C64B8D45F76B1448B /* FIRErrorCode.h */, + 82B68BA1DB91A28831B1C0ED1E4D39C6 /* FIRErrors.h */, + 1B55AB8636CB6B060DC158430B717DF8 /* FIRErrors.m */, + AB738E27CC81E2B144727F0570CC7434 /* FIRHeartbeatInfo.h */, + D0AE60B18FE3616EA7E23ECE0C7AB7C5 /* FIRHeartbeatInfo.m */, + 30AAE515220085A51074FB6B5057AAAF /* FIRLibrary.h */, + 225A552F4CD3FFE0863760C65CF9820E /* FIRLogger.h */, + E06B4784F7A3058EEA6E62C5028F2C2E /* FIRLogger.m */, + 7FECC050D982AE8D761B4AF5DDFA7F64 /* FIRLoggerLevel.h */, + 9249D9A33A803FE765583E06E7DD43A0 /* FIROptions.h */, + 4D7B9879BAAA40F0864DE45E3473A152 /* FIROptions.m */, + 7399E0BFA69307474E43AED1CCF826B4 /* FIROptionsInternal.h */, + E286A7FBBA67AA030243EA9CC0BAA564 /* FIRVersion.h */, + 067B600C9902AB66C45BE3F46CDF9985 /* FIRVersion.m */, + D2C23997DC80E92D87B271B161EB4CD4 /* Support Files */, + ); + name = FirebaseCore; + path = FirebaseCore; + sourceTree = ""; + }; + 715957F2D3A89CB1737A6A812D5B8C71 /* Pod */ = { + isa = PBXGroup; + children = ( + 951053E9081E358A9E0D3F31399017E0 /* EXVideoThumbnails.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 715FB843BB3CA6A6E1F457BA37031812 /* Pod */ = { + isa = PBXGroup; + children = ( + 3F3CCA2162BC0859BAE73645CCB23A35 /* React-RCTText.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 71A34EE46D3B70A23486D62C7A1289E0 /* Support Files */ = { + isa = PBXGroup; + children = ( + A8E6D28F999C24C4DE02FE10FE67A206 /* EXLocalAuthentication-dummy.m */, + 0E6E60F80BFA4737661886A68FA91B3B /* EXLocalAuthentication-prefix.pch */, + E2EB43009C3356DCDF3CD887C503DF31 /* EXLocalAuthentication.debug.xcconfig */, + F5ED34FDBF6D82D58403D5028019412C /* EXLocalAuthentication.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXLocalAuthentication"; + sourceTree = ""; + }; + 728835A18132D8C096CA6029A2D9D4AF /* Core */ = { + isa = PBXGroup; + children = ( + 677E894EE13E20E30C11AAD24818CB6F /* NSBezierPath+SDRoundedCorners.h */, + ED1764E035F847AF81394542EECAEF99 /* NSBezierPath+SDRoundedCorners.m */, + E921F8971FFF3A1336E901D32E523E10 /* NSButton+WebCache.h */, + 58AB994521FD4D5415715A13F67DDC86 /* NSButton+WebCache.m */, + 52E9CCB81E502830A996D96E311A2AB8 /* NSData+ImageContentType.h */, + 5810A2CAD229D5E26C07A9AFDAE72C9F /* NSData+ImageContentType.m */, + 9D5339B37012C1922CA12EC47722CF59 /* NSImage+Compatibility.h */, + 7C96F8A1AAA35B76BE7D663A69F5BD22 /* NSImage+Compatibility.m */, + 6FE76BAFD3E50E24EAC8852D95B62FA1 /* SDAnimatedImage.h */, + CA25900E5E609DAD285C5FCE8164B45F /* SDAnimatedImage.m */, + C46FD25E47E045CA4C193072575AB3BC /* SDAnimatedImagePlayer.h */, + 46A589FFB39FC43423BBA1EB95EBD0AA /* SDAnimatedImagePlayer.m */, + F960E7A6863C77B79464020B4FD63F61 /* SDAnimatedImageRep.h */, + 16A59E0EF96D14462C4073136CC9D50E /* SDAnimatedImageRep.m */, + 8DA985AD107AE755BE2DFA1DE2741257 /* SDAnimatedImageView.h */, + B3135DD08D8F8477774D97E46A17FBA1 /* SDAnimatedImageView.m */, + B0EBF11DB8BBC6C5E3C8142117E8D50E /* SDAnimatedImageView+WebCache.h */, + 25E22908FBEE2CD0D563561BF2134467 /* SDAnimatedImageView+WebCache.m */, + 75364908BF6A650FF3D57C3619C85A33 /* SDAssociatedObject.h */, + 4D25D5A50E9D0DD9A828996A4D2502A3 /* SDAssociatedObject.m */, + 66A8A932C4D00ABF2AE0D2E871296EE3 /* SDAsyncBlockOperation.h */, + 0C20B5DD74073662657894DCBE40BC8A /* SDAsyncBlockOperation.m */, + 32F169BD2188C918E2B972E1CB4C5E96 /* SDDeviceHelper.h */, + 7E54145403F4EE715FDB3C24ADD2250F /* SDDeviceHelper.m */, + 376581529487B99184BD6C839402D91A /* SDDiskCache.h */, + 8F6D0A14D4A6C24A84295B2F70D90BA4 /* SDDiskCache.m */, + 7AE7E3CDE7CD356A9862BD899B71C9B4 /* SDDisplayLink.h */, + 1671D95D2A1FEE5F77B2F3BFAE7BA7B1 /* SDDisplayLink.m */, + 5C76B4289ED679B67CF5684C116ACB4A /* SDFileAttributeHelper.h */, + 00175827DB99D5A9010E93077E534BEC /* SDFileAttributeHelper.m */, + E5210108396CA273662DA1AC225047CB /* SDGraphicsImageRenderer.h */, + CAB5491969C70E2591BC5ABDA2AB58B4 /* SDGraphicsImageRenderer.m */, + 4FB1C7782EB8A7266C10739275BE3A39 /* SDImageAPNGCoder.h */, + D99C99810BDD22C9EE2F42464C4A8B04 /* SDImageAPNGCoder.m */, + 5EEDBB21EBB3E01D69486EAA9260B600 /* SDImageAssetManager.h */, + 358346C86A1A890A5D0EE4F1E8498913 /* SDImageAssetManager.m */, + 2E5B30971C3FAD5EFBBB341F042B9455 /* SDImageCache.h */, + 545F3C1875A4AB7241963CC405C95086 /* SDImageCache.m */, + 84D23AB7AE5FC7CD12596F0B525FEF4A /* SDImageCacheConfig.h */, + 5568C46C1F75203584ED8E33CE30250C /* SDImageCacheConfig.m */, + E2EC81E6E7A7657A4277269FD314D2B7 /* SDImageCacheDefine.h */, + F585B2747DDDB9AFABAF2577A79965AC /* SDImageCacheDefine.m */, + 0F6D143765B26A2CDFBF435C1176363A /* SDImageCachesManager.h */, + 37DA2F9051F6DF45E1CB248C9B98FA19 /* SDImageCachesManager.m */, + ACFE7AD27756E0A56A7255AA1A29295C /* SDImageCachesManagerOperation.h */, + DD0F1854881020E095123417275F3735 /* SDImageCachesManagerOperation.m */, + CAD24AB37675935888F4CB864539FDEB /* SDImageCoder.h */, + 40DE86CB2622D5F0DF420D9A44512DD4 /* SDImageCoder.m */, + 7BF2D83FD5825D0D3792A11C97037A85 /* SDImageCoderHelper.h */, + 856C16951D8E717CD504466F88CB476D /* SDImageCoderHelper.m */, + B2BF8371001520ECBD5BAD785DC017E6 /* SDImageCodersManager.h */, + 113B9DDFFEC7B7401738614040C766B2 /* SDImageCodersManager.m */, + 7C8F251FB760F233C71E159304F78453 /* SDImageFrame.h */, + FFC7AE5BDF4F56BD89CCD26EA85CC54F /* SDImageFrame.m */, + 62F76032D52982B8B017C3CB97D5A131 /* SDImageGIFCoder.h */, + 1D104A1919DACBE845E02DB785246952 /* SDImageGIFCoder.m */, + A37DB140A208386ABEA814314B3A9FDC /* SDImageGraphics.h */, + 1684FE796CDB3D6D4406490BA4929159 /* SDImageGraphics.m */, + D86CB57594FF51DE4AA7F40C26D548DD /* SDImageHEICCoder.h */, + F48D7D1ECF30F61D499166E7C5FCE238 /* SDImageHEICCoder.m */, + 0469EBD08988085A3D9318CD4930AD16 /* SDImageHEICCoderInternal.h */, + 5366C3090AC167749AE83A2236D0758F /* SDImageIOAnimatedCoder.h */, + DF38DAF34A4B8C999902F6AC18DBFFAE /* SDImageIOAnimatedCoder.m */, + 7FB2AA31244FC34FC31487A1D466C376 /* SDImageIOAnimatedCoderInternal.h */, + 3C9EADFF955D23ECDEA2ABCBF971A195 /* SDImageIOCoder.h */, + B3BDF74F10A6FE4F4B706EE7C342BE39 /* SDImageIOCoder.m */, + F355430BCEB2E3A6F3DEFD275DA5CDBD /* SDImageLoader.h */, + 94FDE5CB1694A059D142CEAD90C6B0C9 /* SDImageLoader.m */, + 346A4F1BCF46984D930243141F05CC10 /* SDImageLoadersManager.h */, + 6C9A8B52CD04055445C5A10CDDAF7C0E /* SDImageLoadersManager.m */, + E762AF3395A686DC1035D995DF01BD0E /* SDImageTransformer.h */, + CD878B0411AE7B509018B7E4677A8D9A /* SDImageTransformer.m */, + FDD2669FF620AD3D9655C24645C460BD /* SDInternalMacros.h */, + 8601B7570AA252E718888D82F16048C8 /* SDInternalMacros.m */, + E3FBF6C17B3C5C65F20ACEF449CBCC83 /* SDMemoryCache.h */, + 17A8CA111B7C0A352CBED6FDA0EF6E00 /* SDMemoryCache.m */, + AED29BBA089D84FECC97BE859DC38AAB /* SDmetamacros.h */, + CF38A01D66A713ED598EAA96B037CD77 /* SDWeakProxy.h */, + B853CF6AB29CB7E35175B7FEEF6183B0 /* SDWeakProxy.m */, + 40BD2E7AC013B9E41AAD85D186A4FA8B /* SDWebImage.h */, + C6D4C1D1E00C37EAF35F200B04D165CC /* SDWebImageCacheKeyFilter.h */, + BB3ACAE11B485412DF876F885CEF9428 /* SDWebImageCacheKeyFilter.m */, + C3B8BE8AD1C94904360109FB235B745E /* SDWebImageCacheSerializer.h */, + B42069065F076E8CA1401EFBE99F99DB /* SDWebImageCacheSerializer.m */, + F682780033159E45107B4D98B702A331 /* SDWebImageCompat.h */, + 0A8A6BCBD4389F043F5405A485FD00D7 /* SDWebImageCompat.m */, + 4F6DE549B010C2AC4ED1BD8B5D1DEB5E /* SDWebImageDefine.h */, + D481B6B6D33C14D06356DA0EA78733E0 /* SDWebImageDefine.m */, + 5C46D1443C6C1C0D36F0D76896951DC0 /* SDWebImageDownloader.h */, + E927DDAB1A870C3B9F9082ADF879D7F4 /* SDWebImageDownloader.m */, + 41D64D7574C4DFD78DA40432303FDCEB /* SDWebImageDownloaderConfig.h */, + FF7522EBE9B1709C091AA90DB8C44FAB /* SDWebImageDownloaderConfig.m */, + 2007D7F6A86D0B80EEF98EF5768C3F0D /* SDWebImageDownloaderDecryptor.h */, + 9A48A0E71519556555E8E1A63D4F2F6C /* SDWebImageDownloaderDecryptor.m */, + 89689B0B52DAB2E08752945DA6CF62EF /* SDWebImageDownloaderOperation.h */, + 513A07E168888371D73F80F61D2E9A21 /* SDWebImageDownloaderOperation.m */, + 9C9F64D0A008E2CBACB0B541A08029AD /* SDWebImageDownloaderRequestModifier.h */, + 542E4972B175A70D474D455D9526F6C2 /* SDWebImageDownloaderRequestModifier.m */, + 765B33FFC6B0697D2F87BF025A940461 /* SDWebImageDownloaderResponseModifier.h */, + 338DC693935796B06D164690F04084E3 /* SDWebImageDownloaderResponseModifier.m */, + EEE1ACE1C3A74E7882B72B062BB9C20F /* SDWebImageError.h */, + B50A142A2F9470B80F4DAEFAEC74C7FF /* SDWebImageError.m */, + 13E51C441BA6D4BDCE3C7476E0703319 /* SDWebImageIndicator.h */, + 6256C5840249E45455DEA3D710D429D2 /* SDWebImageIndicator.m */, + 8C4BA8951FF4749378980A0C90981761 /* SDWebImageManager.h */, + EC92F724C98861820C4C08C58DC8787C /* SDWebImageManager.m */, + 88CB2ED7EF97FD56CDC5BE6B8D275AFB /* SDWebImageOperation.h */, + D2798B68083BB16B362E131DDD4726B2 /* SDWebImageOperation.m */, + B3AB578942D50350CA6DD1A2C4CE6851 /* SDWebImageOptionsProcessor.h */, + 106D0A6DACBEAE77CCC59193A3D4B2B7 /* SDWebImageOptionsProcessor.m */, + B9C8917DFAABD1CCADF4FEDE29515BA3 /* SDWebImagePrefetcher.h */, + 77D646F33CEAC405A184C67743BA9C38 /* SDWebImagePrefetcher.m */, + 318500A68F26B6B4842452542F5494AF /* SDWebImageTransition.h */, + ACFFB49E2F3F5484F205FC495F36B197 /* SDWebImageTransition.m */, + F85202F838C190B6BE8034346BEAFCB8 /* SDWebImageTransitionInternal.h */, + 2BEAC3BEF3D50BABC188C4E75CD7369D /* UIButton+WebCache.h */, + 0E43E2CF1565F976B059725EC5289C2C /* UIButton+WebCache.m */, + 687C6B80300E8DA5365EA671BDC5C876 /* UIColor+SDHexString.h */, + E8CDDD044BEA108A384C4BE3D0ABF65D /* UIColor+SDHexString.m */, + D91054BD48855264655E4EE35E836014 /* UIImage+ExtendedCacheData.h */, + 8758AA72565DFF44F351ECC18FA9C063 /* UIImage+ExtendedCacheData.m */, + AAF605CB7CA7B549D2F8119592591900 /* UIImage+ForceDecode.h */, + 72870748BF81DCEEF46E35D6AB6DE330 /* UIImage+ForceDecode.m */, + 5FA31CBEBF7D0603B48F99391B4B3661 /* UIImage+GIF.h */, + 44B1F19AFDA9FD7B7897E643F7E1BCD4 /* UIImage+GIF.m */, + 2A5799880B571DE4D467FA068096507A /* UIImage+MemoryCacheCost.h */, + D0738EC1551A2F7F2FAA287E62719FAA /* UIImage+MemoryCacheCost.m */, + 1D870601367295249DFDFF4998F0FEC5 /* UIImage+Metadata.h */, + 83F22A0F81FF2CFB18B29CD08150A4BC /* UIImage+Metadata.m */, + DFFCDF86404690B14F2A818D6A05AF31 /* UIImage+MultiFormat.h */, + 9D3B700A25B61CBED5D23753C9361F3B /* UIImage+MultiFormat.m */, + C13068CCA9200DA009301B6DFA22902F /* UIImage+Transform.h */, + D4D10179BB54B803F310624957C94F5A /* UIImage+Transform.m */, + 66C1945BE7A4B68DC5A01A5D23F5A7E8 /* UIImageView+HighlightedWebCache.h */, + 95131DED26FCD3661A50BDF2E2C567E0 /* UIImageView+HighlightedWebCache.m */, + 901D1D6CE3AE56FDAAB87B622D2BF89C /* UIImageView+WebCache.h */, + B77B348E5A8A8BD1FF58FEC2F322A14C /* UIImageView+WebCache.m */, + 4CC8BB6AEB410A5326E73F49FFF9001C /* UIView+WebCache.h */, + ED10C41DEB06906E003E80BEAFB2C4C5 /* UIView+WebCache.m */, + 0ECF4731E83E8CC7E9826A2245353A13 /* UIView+WebCacheOperation.h */, + 6F718F7B37DD6F239BD9C833E376A6D4 /* UIView+WebCacheOperation.m */, + ); + name = Core; + sourceTree = ""; + }; + 72B481E6658DEE51B218EB9C65000799 /* Singleline */ = { + isa = PBXGroup; + children = ( + AB7DF34075F02BED6389FB6756728F72 /* RCTSinglelineTextInputView.h */, + 1331A6332014250EB5A7436D9254487E /* RCTSinglelineTextInputViewManager.h */, + 835195C4438CBE7C38F29F71AB0D4C3A /* RCTUITextField.h */, + ); + name = Singleline; + path = Singleline; + sourceTree = ""; + }; + 739D74B3A90BC847F3053728AC80986B /* Pod */ = { + isa = PBXGroup; + children = ( + A73299C9909B6D73C6249B8E9EEB4F49 /* EXAppleAuthentication.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 73E6E3E35DDC67C8C88366ECB90A4511 /* Support Files */ = { + isa = PBXGroup; + children = ( + B865DFD067F1D741291FBF66A597878A /* EXAV-dummy.m */, + C84B1A002B63667F5009408082084943 /* EXAV-prefix.pch */, + 6221F69231986FD00D657A121A52B96F /* EXAV.debug.xcconfig */, + 9EA59B7BEC7287684E305E35E3137C30 /* EXAV.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXAV"; + sourceTree = ""; + }; + 74ABB32AB59E7790B92B073D0B6D63F8 /* Pod */ = { + isa = PBXGroup; + children = ( + BF1088D50F07CDE8E70094EE660E11BF /* React-RCTVibration.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 74B4A071EFDC3ACBC23514F19F3D31A1 /* Sentry */ = { + isa = PBXGroup; + children = ( + C707517675AC50784ABF9405AC646704 /* BSG_KSCrashSentry.c */, + 595A19DAA5BBFAC8265EB86C4F602CD4 /* BSG_KSCrashSentry.h */, + 417615BAA99E891F377A3B67761F435E /* BSG_KSCrashSentry_CPPException.h */, + D20415E051061FB13C83AFB2285CD419 /* BSG_KSCrashSentry_CPPException.mm */, + 1268EBD1567B59B38B40BD6ABB4C3F4E /* BSG_KSCrashSentry_MachException.c */, + 0AAD65612ACE4160D830515CEF7B8DC7 /* BSG_KSCrashSentry_MachException.h */, + D863CA2289FE559ACB8F6A30898C59D6 /* BSG_KSCrashSentry_NSException.h */, + FA252EDDF5364BF37933FE6AEE3C0CF2 /* BSG_KSCrashSentry_NSException.m */, + 7634584434E7C4CB33AD329C3575B8F9 /* BSG_KSCrashSentry_Private.h */, + E16642013888143F6DF370CC669DB262 /* BSG_KSCrashSentry_Signal.c */, + 4A1C622790C451A10BF2B8E0251B47D9 /* BSG_KSCrashSentry_Signal.h */, + 9B1291155C81687F0E27949F38FDD0C7 /* BSG_KSCrashSentry_User.c */, + 7F6E4A5D611195155900B5842B7C3D6D /* BSG_KSCrashSentry_User.h */, + ); + name = Sentry; + path = Sentry; + sourceTree = ""; + }; + 74DE3164E5C7057AC46ACB74F1F1F632 /* Pod */ = { + isa = PBXGroup; + children = ( + B678B4032D1E7DAEA3F3BF39405CF04B /* LICENSE */, + 7437B5D00DDFD8473220DDB52602C82A /* react-native-appearance.podspec */, + 103C369AE3B2F9E9E9747706C021E459 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 7564BE48A7126F835CE114F6C344E589 /* UMAppLoader */ = { + isa = PBXGroup; + children = ( + 4B24A0B7911FD8C10A796C5118ECA95C /* UMAppLoaderProvider.h */, + 6CB3706820435745D6FD4D38E142ADFC /* UMAppLoaderProvider.m */, + 09BBB4EC28A09965776B9DD686D304F7 /* Interfaces */, + 3D96EC3F34C0BEC71A568EECEA866EF2 /* Pod */, + 23DC196C4A8F00792440419094B7E516 /* Support Files */, + ); + name = UMAppLoader; + path = "../../node_modules/unimodules-app-loader/ios"; + sourceTree = ""; + }; + 75B3AF2C8362BC882622245B49F00874 /* Support Files */ = { + isa = PBXGroup; + children = ( + DC13A137BE027FF710D1CBF20C04F8BF /* EXKeepAwake-dummy.m */, + 4C9D9821932EE2629AF1DE9ED3D36747 /* EXKeepAwake-prefix.pch */, + D31FDFBBB5BBFDD8F08E7D275728FBA8 /* EXKeepAwake.debug.xcconfig */, + 98423AA23C34FBCBE4D9202F773B530F /* EXKeepAwake.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXKeepAwake"; + sourceTree = ""; + }; + 75BD1BDC626DDE599B98D89549F5BDCB /* Support Files */ = { + isa = PBXGroup; + children = ( + 572AE574D6BE9C0DBB2FB58BB3A808E0 /* React-RCTLinking-dummy.m */, + 1F363F01B75B86976E015361A2BF6C20 /* React-RCTLinking-prefix.pch */, + 401F112876C24559A739C63A8523667B /* React-RCTLinking.debug.xcconfig */, + 7908AF05DE2D24CAA964C965EB69F7F1 /* React-RCTLinking.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTLinking"; + sourceTree = ""; + }; + 7612881A25237E22CBD843ADBD511F7E /* Resources */ = { + isa = PBXGroup; + children = ( + AC8C621681C1DBC2306FED32A1EFA51B /* AntDesign.ttf */, + 63FE483EBA2A7B8CA548A65D1F33BAFB /* Entypo.ttf */, + F1E6DDCFE60F08BEF4D88B4BD5D44133 /* EvilIcons.ttf */, + ED5DB17DFB3BBC0AA4A162E29FBD730D /* Feather.ttf */, + C7B74DB1A0BB8378FBF6CC05F85FF27E /* FontAwesome.ttf */, + D87214652590C42D30666C7602B23D15 /* FontAwesome5_Brands.ttf */, + D33EFDD05CA1E8293D4CA30B2B9E0F57 /* FontAwesome5_Regular.ttf */, + 761B0FA07520E2BDC38ECFE43E631A06 /* FontAwesome5_Solid.ttf */, + CC38319EFE45D65AC9BB50DA8C0F13C6 /* Fontisto.ttf */, + C6AF270CECBF06B11607675A3A3D3D6C /* Foundation.ttf */, + BE96E409902C6E3A692B67FA52C91000 /* Ionicons.ttf */, + 686A62F7537EA166C62BAD585401ED21 /* MaterialCommunityIcons.ttf */, + F5AB8D0DD508E2EC271500E0C03A94D6 /* MaterialIcons.ttf */, + 7C04D5D0A1D167E0C1E0D11708F4DBD6 /* Octicons.ttf */, + DCF0E2D52F356CD8A32190A94BE000A3 /* SimpleLineIcons.ttf */, + 3F7D338AF97B235C95DB031AB511F855 /* Zocial.ttf */, + ); + name = Resources; + sourceTree = ""; + }; + 76AACD0DCE6839ACCC08FAEBB45B6300 /* Pod */ = { + isa = PBXGroup; + children = ( + 8BEC7ECAC89D5CE3687033686D9EAD78 /* advancedIos.md */, + 1384371C5326959A3BF4B62E57652385 /* installation.md */, + C86028D9CF15FFE769296D27AF68CBC5 /* LICENSE */, + CFB02E6D2CA54786F2AF488E215A0320 /* localNotifications.md */, + 219DE4436EC46D5AE7B96F41C1AF44AC /* notificationsEvents.md */, + EF148C1D59F50CA359204678AB44243F /* react-native-notifications.podspec */, + 883484B7EAE1C680C8C0E40C30D89748 /* README.md */, + 8CA06F652E0EA1989B4BB55CF4FDE0CA /* subscription.md */, + ); + name = Pod; + sourceTree = ""; + }; + 77476DFEBC3AEE50FE3A0422A8248665 /* Support Files */ = { + isa = PBXGroup; + children = ( + 1CFFF7A81E5C833410061E0A401AAE34 /* React-RCTBlob-dummy.m */, + 3C136C6AC4E802D16EFAC808B57C9DEF /* React-RCTBlob-prefix.pch */, + 6D9D9A067EDF4B886292E1304BC72B8C /* React-RCTBlob.debug.xcconfig */, + 890771E4F5C5579569F3B5D8C7ADC5A5 /* React-RCTBlob.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTBlob"; + sourceTree = ""; + }; + 775328949E11148F99C4D613A82ACAF2 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7FC1044D1891B44709E42FE1E674BCDA /* react-native-orientation-locker-dummy.m */, + EB42CC7D9EF1A327108C84BCF2DA4D8D /* react-native-orientation-locker-prefix.pch */, + 72885251281C0F93D0DEA481E95DCAFC /* react-native-orientation-locker.debug.xcconfig */, + F4DB660CF5A3E4AD71654B0C53C03796 /* react-native-orientation-locker.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-orientation-locker"; + sourceTree = ""; + }; + 7784892FC22030CF8B1462DB15EBCAA9 /* EXWebBrowser */ = { + isa = PBXGroup; + children = ( + CF9AAD1AF74266002D06012B1B85F780 /* EXWebBrowser.h */, + 7D5A4E43D695613ABE5660952E1BE0D8 /* EXWebBrowser.m */, + FABC93F2FAEA3F0CBF5CC666F9A92F1E /* Pod */, + 86352C1EA754AB26AA107BED31B332D0 /* Support Files */, + ); + name = EXWebBrowser; + path = "../../node_modules/expo-web-browser/ios"; + sourceTree = ""; + }; + 77AEE34A69B545184EDAE1607825C575 /* Frameworks */ = { + isa = PBXGroup; + children = ( + CFF1D4468767DD130C963C87F6F86013 /* libevent.a */, + 01B03840BE50719172A19F8878C9F88A /* libevent_core.a */, + 1CDCDA48B4512ED96C68BB43177BA65B /* libevent_extra.a */, + 5AC04944C7785AE334ECB6E6F32571D6 /* libevent_pthreads.a */, + ); + name = Frameworks; + sourceTree = ""; + }; + 77B299E5CFB530F5BE2562E4134DD4BD /* Support Files */ = { + isa = PBXGroup; + children = ( + 50AB456024FEC70BE7878C36E8F2D88A /* EXImageLoader-dummy.m */, + 47DEB57BD04F512CB489562CCB83E276 /* EXImageLoader-prefix.pch */, + B49480116D5F50AE0EF30BD001A7E8C8 /* EXImageLoader.debug.xcconfig */, + A5CB7C4E2AF5D3C0F5D6CA15180474A3 /* EXImageLoader.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXImageLoader"; + sourceTree = ""; + }; + 784B038D2318DD2998410D50EC1D4CD1 /* EXSessionTasks */ = { + isa = PBXGroup; + children = ( + 334DF39048B78C6511ADD6728934DA0F /* EXResumablesManager.h */, + D9CBC61E43184F723F770D742AD2E034 /* EXResumablesManager.m */, + BDE34BBB71AE10BE2B1FDCDDAC064C50 /* EXSessionDownloadTaskDelegate.h */, + 729EE69E13E54D8927D5B2EDE144589D /* EXSessionDownloadTaskDelegate.m */, + 38CFAEA33138B1F36ED31DE00763D08D /* EXSessionResumableDownloadTaskDelegate.h */, + EA83077153DCD7AB2B11A7C9E5C23E0E /* EXSessionResumableDownloadTaskDelegate.m */, + 860272BD7F2D2CFFF082AA6DFD8F7DD0 /* EXSessionTaskDelegate.h */, + EBF75A33057A535AA9BDC84918A72345 /* EXSessionTaskDelegate.m */, + B05D4143FB88179B259F0C0EE7C940FB /* EXSessionTaskDispatcher.h */, + 00A0130F30682024AAE2CA0270DA07B6 /* EXSessionTaskDispatcher.m */, + 67CEB21B090DA92FF2707B2F4F08F485 /* EXSessionUploadTaskDelegate.h */, + 86D9336DFD51B93D5E521B80A47C8276 /* EXSessionUploadTaskDelegate.m */, + ); + name = EXSessionTasks; + path = EXFileSystem/EXSessionTasks; + sourceTree = ""; + }; + 79B9829D24A8DA45A6B389DF3D96BBAB /* Frameworks */ = { + isa = PBXGroup; + children = ( + 35854F89CE706E36D49834D6557C4985 /* JitsiMeet.framework */, + F5F4D8069ED697103D0FD6DF36B8999F /* WebRTC.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 79CFC9ABEA120D0B809D9B84BC577ACA /* MMKVCore */ = { + isa = PBXGroup; + children = ( + 254CBC5E3F119BDEA4ED0006C815D414 /* AESCrypt.cpp */, + 35F61E3C6B07427BB835C244D999622A /* AESCrypt.h */, + 63F871D16064AF77B1DB0AB6A40CA1F8 /* Checksum.h */, + FB437819C3CB763687BA72A5AAA2A4EA /* CodedInputData.cpp */, + E5B8E98722DF82B4FCF72C564273E7F5 /* CodedInputData.h */, + 7E0ABF6A3008DC62DF39C50AD01515B9 /* CodedInputData_OSX.cpp */, + C3FF137BADDFE43A3D43D7DD44A6676C /* CodedInputDataCrypt.cpp */, + 93D5B1A720AD78320734CB6F6B4FFC80 /* CodedInputDataCrypt.h */, + E6888C29059DBD52EA90C9361F9A2C09 /* CodedInputDataCrypt_OSX.cpp */, + 0E2428CEA407DD266A033FC1F5231372 /* CodedOutputData.cpp */, + AE1AD18CFE4043E1D613B60F0F36FF5B /* CodedOutputData.h */, + 8522DB206FA8263B200BEDAA70F35507 /* crc32_armv8.cpp */, + ECE9AE370F1D84401EB6F32F907E1B4B /* InterProcessLock.cpp */, + 029B610777498F2743F1B0A193B3866B /* InterProcessLock.h */, + C9012BF6037AF9B4B149FB1E3B51E0EF /* InterProcessLock_Android.cpp */, + D8E90D4CA0309B2495D73C9AF3D51045 /* InterProcessLock_Win32.cpp */, + DC30BE353A6FBEF3ABF7CAF8002CAB1E /* KeyValueHolder.cpp */, + A4B9EB1059EAD9971B90EFF540ECB019 /* KeyValueHolder.h */, + 00C0CA3ABE1F5AF2834C0D91CAC6FE4D /* MemoryFile.cpp */, + A5F68EBB960BB85D6CC58B2AA12C9D76 /* MemoryFile.h */, + 61CC2BB9F12029297BF12A35867A2E9C /* MemoryFile_Android.cpp */, + 845D74BBD351AA8079E571392D1C0E7C /* MemoryFile_OSX.cpp */, + DB4CF2F52473AB2B8E9BD13D2F37A4B6 /* MemoryFile_Win32.cpp */, + 423F3952D7C60D2A97C19C94C400F4FC /* MiniPBCoder.cpp */, + 3C94234CD585CB45DDF502DE4972F108 /* MiniPBCoder.h */, + 6B8E83314CF933CBAFE49C7227667187 /* MiniPBCoder_OSX.cpp */, + 64DBC4A41C836D10CD2B65B9C83ADC3D /* MMBuffer.cpp */, + AD429B97FD98CD0D2FC8387D13798842 /* MMBuffer.h */, + 9ACA613FA2E732C0F91F7A91191D77AB /* MMKV.cpp */, + DAAA5BCF0CD1DD3256C58D65D0A8B41F /* MMKV.h */, + 15D2194EF23755FBE76A2FB3FAA07FEC /* MMKV_Android.cpp */, + 52C8F50D99D56E3D3E26A5C273F4A659 /* MMKV_IO.cpp */, + 7CCBE44A15630D879320BD8AC8FD9028 /* MMKV_IO.h */, + 42C7E318F6C06F0F28E50533CB8255AE /* MMKV_OSX.cpp */, + 13F4452B782828682F12ADE1275B604D /* MMKV_OSX.h */, + 8509DC6B1B59E8D5D93BFAA30EE12494 /* MMKVLog.cpp */, + E86822AF24365F319FE30D04FDEDAC2F /* MMKVLog.h */, + 6182EB3F1AE32D43809E1995378EE73D /* MMKVLog_Android.cpp */, + 9246657F51B7A60381223A4E5A6D11EF /* MMKVMetaInfo.hpp */, + 1C2C9D209F160529837157C404C4E401 /* MMKVPredef.h */, + E30E14C396EB309A313697C5F82076D2 /* openssl_aes.h */, + B2740FDA0914AF404D49919706DCC445 /* openssl_aes-armv4.S */, + 27DEF9BD8ED2901CD0BD517A7D758B89 /* openssl_aes_core.cpp */, + E0A4E78374B25B90D787FD88B7FF1144 /* openssl_aes_locl.h */, + 271CF860946C7D804590EAE4A5AD900A /* openssl_aesv8-armx.S */, + EB722B27E1482A287EA3FA37F211A508 /* openssl_arm_arch.h */, + 484DDBFFEFAD37DA5A1115CC609214F0 /* openssl_cfb128.cpp */, + B7E557F01E8F4B2D49E0FD20379E1490 /* openssl_md32_common.h */, + 4E70029A2909BA264FA3C8D6F4E32DBA /* openssl_md5.h */, + 6209FAE6D1637CABE395F9466EDB6299 /* openssl_md5_dgst.cpp */, + 9FDDD9B73E4C490FF760E0DCF300357C /* openssl_md5_locl.h */, + 34725C1DA2003EC8A547C1246793094F /* openssl_md5_one.cpp */, + 12C8EF895828631BF5FF655422B75552 /* openssl_opensslconf.h */, + B46B9000485EA36C8993212CB89A82F1 /* PBEncodeItem.hpp */, + FD273AFC12BF04DDDD3F3B0E714E7FA6 /* PBUtility.cpp */, + 8E1A25CC54C59072C25E89561934C73B /* PBUtility.h */, + 83EE5B1A59B06EFFB72FCC380B82122C /* ScopedLock.hpp */, + 4D14B7C2DEA9663D5411F4CEAD9FF2C8 /* ThreadLock.cpp */, + A5165CB1AD152201EC6BCBFB5A41419C /* ThreadLock.h */, + A522AB056DD2DCFB2DBCC3D8B991FED9 /* ThreadLock_Win32.cpp */, + DAE711117E4F33A0F43D5568EF1627B5 /* Support Files */, + ); + name = MMKVCore; + path = MMKVCore; + sourceTree = ""; + }; + 7A70D3B7756E3F5D0307E8D621BA8E5E /* FBCxxFollyDynamicConvert */ = { + isa = PBXGroup; + children = ( + 115930C64177276C62308D6A3E16EFC8 /* FBCxxFollyDynamicConvert.h */, + 3AAAB72B09A3F282CD608B001E7C3B86 /* FBCxxFollyDynamicConvert.mm */, + ); + name = FBCxxFollyDynamicConvert; + sourceTree = ""; + }; + 7AFFC5923C8A61973AF611B1C095FD4E /* CxxUtils */ = { + isa = PBXGroup; + children = ( + 03EF611335A19E0B5EDDB84BF2D9AF24 /* RCTFollyConvert.h */, + 0769715AC8ED7B06EF09A038382D8072 /* RCTFollyConvert.mm */, + ); + name = CxxUtils; + path = React/CxxUtils; + sourceTree = ""; + }; + 7B1D10D79102B9225EDAFE4D285E1407 /* Support Files */ = { + isa = PBXGroup; + children = ( + 755D288E71799C55B35C4C01FA4E9849 /* FirebaseInstallations-dummy.m */, + 87100FFF4EC926F665E372575992B1E1 /* FirebaseInstallations.debug.xcconfig */, + 1D5A942DFE226321150CFFF7E10612F6 /* FirebaseInstallations.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FirebaseInstallations"; + sourceTree = ""; + }; + 7DD3B695141B9A8509856879D86E914E /* Support Files */ = { + isa = PBXGroup; + children = ( + EE6280A4A9AA740EE995A84F30F21253 /* RNFBAnalytics-dummy.m */, + 44606393BBBAA7B6C207966388A89D9B /* RNFBAnalytics-prefix.pch */, + 875BA03E5DDFFFE1C24F53EACDD7B0F2 /* RNFBAnalytics.debug.xcconfig */, + 91A6812B296965E182366CC34D1A9752 /* RNFBAnalytics.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNFBAnalytics"; + sourceTree = ""; + }; + 7E7BF6040CD4EA3F1F283FDA1420E88D /* UMTaskManagerInterface */ = { + isa = PBXGroup; + children = ( + 85695A9E7D722393701AC84057AC5483 /* UMTaskConsumerInterface.h */, + 145FA650129CA881C56F6639EB0002F0 /* UMTaskInterface.h */, + A9DBE7773B254907F19C97E6BF3ECCD3 /* UMTaskLaunchReason.h */, + 6980B4A688FED7424141AC865CE16AD9 /* UMTaskManagerInterface.h */, + 3F1339A3F9F1C1EDC77423632689F47E /* UMTaskServiceInterface.h */, + CEC1003A8A7AA32D8377064DB3F1730B /* Pod */, + 6D3ED80949A445AE5FBED9F39C1AC911 /* Support Files */, + ); + name = UMTaskManagerInterface; + path = "../../node_modules/unimodules-task-manager-interface/ios"; + sourceTree = ""; + }; + 7F8362AE3B1A59BC55220623D28E71AE /* DevSupport */ = { + isa = PBXGroup; + children = ( + 09EA1A92DFB2EF0D78B5EAA0FD0764CE /* RCTDevLoadingViewProtocol.h */, + 9F21E8A245064DE7B7648FF4079919DD /* RCTDevLoadingViewSetEnabled.h */, + 11ADD70E00C3BEFC01BCC31A97828A52 /* RCTDevLoadingViewSetEnabled.m */, + 74078EC14A75838BD67C1C35BE61B321 /* RCTInspectorDevServerHelper.h */, + E10DE4E3AE01A8054F67FEF022E7E405 /* RCTInspectorDevServerHelper.mm */, + 2E468A626F48E35895D0642F68355D31 /* RCTPackagerClient.h */, + 92EEFAFF46CE331ADD8A17F4D6F3F582 /* RCTPackagerClient.m */, + BCA6CB9C2C8FD62CAB2BB5D442BA53DC /* RCTPackagerConnection.h */, + D22E75D64199FCA2AE1C7333138342A7 /* RCTPackagerConnection.mm */, + ); + name = DevSupport; + path = React/DevSupport; + sourceTree = ""; + }; + 7F8EEBCE22B4CCD42821217470D1D2DA /* Folly */ = { + isa = PBXGroup; + children = ( + 3EC78C34ABD67F073783156FE44FE310 /* Assume.cpp */, + 1E8B1EB0F730926CA1E78F34EEB9E48D /* Conv.cpp */, + 753784CB92204D241BA96D017F0FA675 /* CString.cpp */, + B3BCBF00F863138A94AF94BFD6A36ED5 /* Demangle.cpp */, + A7C96CA92EFFD074E9210FEF16FD4651 /* Demangle.cpp */, + 66479D519BB35A5676A0805E3F8C24F6 /* dynamic.cpp */, + 2D3AF1C5AE70E2A5904EB4656D35CD7F /* F14Table.cpp */, + D9D914B855E28EA3599609190B4D9D40 /* FileUtil.cpp */, + E181BA75207FBB15E0350F1952CFAF07 /* Format.cpp */, + CFBA862BF97CC9AA947EF42CFC8953C3 /* json.cpp */, + 662D79DDBC8EACA9A9EF4F690557BDD3 /* json_pointer.cpp */, + C45EAFC34F4E6E42BE80363C5B4C369E /* MallocImpl.cpp */, + 3A6C910E810FBD3DCC2D19B68FA7B794 /* NetOps.cpp */, + A8FA2F1A50F8786C4B3623A8302163E9 /* SafeAssert.cpp */, + 914E3BD35F915AD23C39284356B03C4B /* ScopeGuard.cpp */, + 2DF5CE9E50FAD23D82228DF4981B6BA9 /* SpookyHashV2.cpp */, + 0ECD6385C2C0BDB7535E0449C7843280 /* String.cpp */, + D92A8D072A13AFB818280124E6E65319 /* SysUio.cpp */, + 13CD241B5E36B9DCE7C5A93B7F1A9E9A /* Unicode.cpp */, + 61B64956614FEA28C8B529B2F5CBEB59 /* UniqueInstance.cpp */, + 41499E73A5AD60C5CAF4505A04A85F6C /* Support Files */, + ); + name = Folly; + path = Folly; + sourceTree = ""; + }; + 7F9F0C970A8BF414ECCCB14FDC1D40EB /* KeyCommands */ = { + isa = PBXGroup; + children = ( + CB8EDADF0AA1C2B99387C0DC1BF49A5F /* RCTKeyCommandConstants.h */, + A5CF1FC576604C8F4BF32CAE22D16524 /* RCTKeyCommandConstants.m */, + B9E5D37A017906F3733534D5511407E8 /* RCTKeyCommandsManager.h */, + DD5F620C6211D90BCC5E486747DF685C /* RCTKeyCommandsManager.m */, + 26002976B15591B14288E8763C4204B7 /* Pod */, + 90B4614735609325487EDC40CDF32061 /* Support Files */, + ); + name = KeyCommands; + path = "../../node_modules/react-native-keycommands"; + sourceTree = ""; + }; + 8041F784A4AA1336465DF754976AB6D8 /* Support Files */ = { + isa = PBXGroup; + children = ( + 5A887E0E13E049590CB57AE1AC5B4A44 /* UMImageLoaderInterface.debug.xcconfig */, + A6B14B9E6339B9A956608DF8295CA47C /* UMImageLoaderInterface.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMImageLoaderInterface"; + sourceTree = ""; + }; + 8060FD5BECA5C2724B832168A5CC07C6 /* React-jsinspector */ = { + isa = PBXGroup; + children = ( + 11F01B553D15A2CFA37803115389D4AD /* InspectorInterfaces.cpp */, + 1D603460E0070E7FC1E3B02E44E8606A /* InspectorInterfaces.h */, + D8BEF0F486EF652D3DBC3E180EF118C5 /* Pod */, + AA3A90408A6C648802C8F1FCE95A21CF /* Support Files */, + ); + name = "React-jsinspector"; + path = "../../node_modules/react-native/ReactCommon/jsinspector"; + sourceTree = ""; + }; + 806F13C63054013A876B9C4D9544D6B7 /* Pod */ = { + isa = PBXGroup; + children = ( + 54745CF432FC03E87DFC80E5DCAB7BBF /* api.md */, + 4FF4EDF7EAC223B97F0C821792A8FAD1 /* LICENSE */, + 13EF748049061D2E49DDA06B60EDD842 /* ReactNativeART.podspec */, + 461E2A75FDF8BD648F4BE54A94A598C6 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 808D015A492CB4B9AA7DE887027DB9D7 /* Support Files */ = { + isa = PBXGroup; + children = ( + 99CE2A872BE300E59F685B377853DCBC /* Yoga.modulemap */, + E35AAAEDEFF4608EA30EC4D57C06ACF4 /* Yoga-dummy.m */, + 14170FE9FF11DDAD16F33E62D86346F9 /* Yoga-prefix.pch */, + ACC61AD7D317668A11BE89C1062AE916 /* Yoga-umbrella.h */, + 7EF80AF95C1C50601C29F42ADB025199 /* Yoga.debug.xcconfig */, + A45848DB4F87FB8D71EF6451416185A2 /* Yoga.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/Yoga"; + sourceTree = ""; + }; + 81C077935A14CE175275CB46FF435B55 /* react-native-cameraroll */ = { + isa = PBXGroup; + children = ( + 18F5326A66E9B9F87251B3EBDF27FC01 /* RNCAssetsLibraryRequestHandler.h */, + E941B28D26C8979E6E2A35CF9E9D237A /* RNCAssetsLibraryRequestHandler.m */, + B17D0BD8483A45BFA22037691142566F /* RNCCameraRollManager.h */, + B1FC8EC1A9E3AFAFB86DE98FB02563DC /* RNCCameraRollManager.m */, + 97E08D3B2400D6E17266DC8DFEECE034 /* Pod */, + 2771C279BCA5B98B594B771876298B34 /* Support Files */, + ); + name = "react-native-cameraroll"; + path = "../../node_modules/@react-native-community/cameraroll"; + sourceTree = ""; + }; + 823FF52CEA99B4194B39D702A1DCB430 /* Yoga */ = { + isa = PBXGroup; + children = ( + D031B3D216422EA93E3A51BE24E8A178 /* BitUtils.h */, + 95071628C82FD6159FD8B810E09CA0D6 /* CompactValue.h */, + 3B84D1BF690E36802CC64BACD1AD34EC /* log.cpp */, + 383AF26142A3C7B25389DB8A33CD982F /* log.h */, + 6667DE5BC19DACA3854C1D6E7078BD31 /* Utils.cpp */, + 5648D0DED4B95E9007B01DF3192B7AE9 /* Utils.h */, + EEE0F6838A4C8F217D973757BF2F7053 /* YGConfig.cpp */, + 9079E9B255A30F2CD2A57CEA12D2B80B /* YGConfig.h */, + BD7DAB4D4673FC4EFCB08E33A8AE04BB /* YGEnums.cpp */, + E169C0C8819A4E755F4356B2A29E5CF5 /* YGEnums.h */, + DBD7A25A1EBF8099A57661C21C404931 /* YGFloatOptional.h */, + 2C47B9EE00E71D5616E0B86A3A50C82B /* YGLayout.cpp */, + 8DE2FCAA1B424D6F77BB338866FA3E99 /* YGLayout.h */, + 66AEB2F3E20850096C282E326E9887CC /* YGMacros.h */, + 3A82729D716B14128CCEE52DE9AE9184 /* YGNode.cpp */, + 5D305DF7D7D5B3FE8785B5534CEB59B9 /* YGNode.h */, + 1B4C78F68D9011FA8E919D461C9B2FE6 /* YGNodePrint.cpp */, + 194E3BAF0D8BB1ED7DF7E3D4C37D6488 /* YGNodePrint.h */, + D4C1EA1AE5C235C9FB9D58E60873F53A /* YGStyle.cpp */, + 3DFDD8BE3D6FA694A8F0D97824C471EF /* YGStyle.h */, + 34C4F3F2A22FD60BFFD178C41DF9A7F2 /* YGValue.cpp */, + 68E6804879FAF7B9CD0BECEFB41BE7BE /* YGValue.h */, + 4AB93AFBE9410F315C7FC65F8EABDF31 /* Yoga.cpp */, + FAA87C3FF93FC2A59847514AE689A921 /* Yoga.h */, + 4766F8C8885C09721BDADFFC5921980A /* Yoga-internal.h */, + DF15442934213371792663D016168600 /* event */, + D9A8B2533C2F92772E9AF0E382559706 /* internal */, + 1B025AEC44248BE0E25FBE1189AF466D /* Pod */, + 808D015A492CB4B9AA7DE887027DB9D7 /* Support Files */, + ); + name = Yoga; + path = "../../node_modules/react-native/ReactCommon/yoga"; + sourceTree = ""; + }; + 8322EC977B3087BD528F8994C2062786 /* FKPortForwarding */ = { + isa = PBXGroup; + children = ( + 55F3051D8D0CB73E730100C80168D5EE /* FKPortForwardingCommon.h */, + 014B30AAC33F5AF4683E65077F366159 /* FKPortForwardingServer.h */, + AD748228C58449F6A969006047835870 /* FKPortForwardingServer.m */, + ); + name = FKPortForwarding; + sourceTree = ""; + }; + 83A7D006BAB98C1D228C6E0CEFB1911A /* Support Files */ = { + isa = PBXGroup; + children = ( + 31D1E3A9EB8E66351A7360B6FC90CAF4 /* RNCMaskedView-dummy.m */, + 06DA4E3112A60D536D3ADB869188A55E /* RNCMaskedView-prefix.pch */, + C8AE9A352C751BCAB3858918C7CD03E5 /* RNCMaskedView.debug.xcconfig */, + 57C7016184762D7632319F53C45FD79C /* RNCMaskedView.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNCMaskedView"; + sourceTree = ""; + }; + 83D50D02FB2A762AF28E537CDED379C8 /* react-native-jitsi-meet */ = { + isa = PBXGroup; + children = ( + D3851BC9D696AEF543C9DB6C7263A7ED /* RNJitsiMeetView.h */, + 5C8C07D0E15174388F9C548C783507D4 /* RNJitsiMeetView.m */, + D8FB043D77257DE0D880FAE8B032EFFF /* RNJitsiMeetViewManager.h */, + C706BBE8370AEFAA7F4D6ADEBF7F515B /* RNJitsiMeetViewManager.m */, + A1719B80D52684B3047EB41C01B75681 /* Pod */, + E4504DCBB09E29787D804F8F96BA8DFB /* Support Files */, + ); + name = "react-native-jitsi-meet"; + path = "../../node_modules/react-native-jitsi-meet"; + sourceTree = ""; + }; + 85DB0794EB2A25FDC9503AB8C82C59FB /* Pod */ = { + isa = PBXGroup; + children = ( + F77ADB126DE4A10B33CDE3A7D792B070 /* React-jsiexecutor.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 86172815EFAF26A9C4118F9CCEEE7218 /* CoreModulesHeaders */ = { + isa = PBXGroup; + children = ( + C518B7A7581D0F3AD6590FC1148458D8 /* CoreModulesPlugins.h */, + 7E090770D5755EB4139E3C4895934382 /* RCTAccessibilityManager.h */, + BB9D886F625826C84E7FE3E2E9BFDE9D /* RCTActionSheetManager.h */, + 99E03EB3BF06B276D4104459448AF467 /* RCTAlertController.h */, + E237714B3BD0D5132B7EA8D9E99622F3 /* RCTAlertManager.h */, + 33F53D3786FA5E1CBDD6F7141DE5BEA1 /* RCTAppearance.h */, + 694FB5F5BD16A7E1F73E9EB117A63E62 /* RCTAppState.h */, + DE406105D7FF5ABF59824C96E56A60F4 /* RCTAsyncLocalStorage.h */, + 694F805E85E19B56A75B91B472C179E3 /* RCTClipboard.h */, + 8CC57D93AFEC44C47FF828624A59C128 /* RCTDeviceInfo.h */, + 1AFB9D05621A6DC286DC7D63FCC311FB /* RCTDevLoadingView.h */, + 3AC6369993EE60F39D85C876FD6C77AA /* RCTDevMenu.h */, + 8184AE57AC6345FD36C0E02C77E1304B /* RCTDevSettings.h */, + A3A77B7D7EC50FA73CB2FFB2C17DF2E2 /* RCTExceptionsManager.h */, + 1151F375916B69A3BC7B63C479029C4C /* RCTFPSGraph.h */, + F1E1934C942AADD798ECA3C7AE8B350F /* RCTI18nManager.h */, + D4C4BA06AC29BC3ED729F2AF87728B8C /* RCTKeyboardObserver.h */, + 89FBBB0A830EF374488DC1F11FEACFDE /* RCTLogBox.h */, + D7740268A7B4A3D5F4C980EEDE615F71 /* RCTPlatform.h */, + E1D2D379B71FF0FBE4B2BDA19BF0583A /* RCTRedBox.h */, + 40BCA14A3E2A1C4FA4B85E84C953CB2E /* RCTSourceCode.h */, + 1316F12DDAF1923F2A33044388EA569E /* RCTStatusBarManager.h */, + BE5DBFA20A4750FA7E415654F18A0821 /* RCTTiming.h */, + EDAE1B266AA4E0C59AFDDBFB3C4A13B8 /* RCTTVNavigationEventEmitter.h */, + B795F7EE7C1A056383D24B97E6090160 /* RCTWebSocketExecutor.h */, + 0DDBAA3D193C885E101127F0BA02B146 /* RCTWebSocketModule.h */, + ); + name = CoreModulesHeaders; + sourceTree = ""; + }; + 86352C1EA754AB26AA107BED31B332D0 /* Support Files */ = { + isa = PBXGroup; + children = ( + D0124A8B3C39ACB63D9FF52E1C0D2E81 /* EXWebBrowser-dummy.m */, + B3A61484193A77203F5AB752C566A3BA /* EXWebBrowser-prefix.pch */, + D529E80B743400BE6282A3A738682236 /* EXWebBrowser.debug.xcconfig */, + EBB6B6FD72B1215046A2E652F142ABFA /* EXWebBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXWebBrowser"; + sourceTree = ""; + }; + 8684AAFC50CD967EEA74E5535704EC6C /* FlipperKitHighlightOverlay */ = { + isa = PBXGroup; + children = ( + 108CAA5137B858D01DEC8560B338FE85 /* SKHighlightOverlay.h */, + 50BAB90234D1B2FAB5AF8E521ECAA389 /* SKHighlightOverlay.mm */, + ); + name = FlipperKitHighlightOverlay; + sourceTree = ""; + }; + 872C0008DCFFCDD37CAA85AF6A5A87D9 /* react-native-webview */ = { + isa = PBXGroup; + children = ( + C9B83ACA01EC7B121163FDD382B36476 /* RNCWebView.h */, + E5451BC6BD799F79D8802936CE34152C /* RNCWebView.m */, + 182B047509820834CB289CB4785E27B2 /* RNCWebViewManager.h */, + 922624B276649DBE39FA637FB2236D7C /* RNCWebViewManager.m */, + 4320DDED14499598AFABF627614CDD12 /* RNCWKProcessPoolManager.h */, + 783FFD383FD81B55027FA28773133E96 /* RNCWKProcessPoolManager.m */, + F7AC5870164BE37CB71788B62B783F4C /* Pod */, + 9B294DA526F53249AD617BA610BB9762 /* Support Files */, + ); + name = "react-native-webview"; + path = "../../node_modules/react-native-webview"; + sourceTree = ""; + }; + 87427C9C25945455ABB96C35C33B2A04 /* Support Files */ = { + isa = PBXGroup; + children = ( + 9CD3044319CEDF52FADA7F9D42F0FA28 /* GoogleUtilities-dummy.m */, + 242F6FB2E71B408B4473F8766AD49835 /* GoogleUtilities-prefix.pch */, + 892BE48739F1E3D6975C32247270421C /* GoogleUtilities.debug.xcconfig */, + BA477955B971A23EF92E7C5CC691D4D3 /* GoogleUtilities.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/GoogleUtilities"; + sourceTree = ""; + }; + 87C3A7CB0ED0631A6CA3735EACD9F1B7 /* RNConfigReader */ = { + isa = PBXGroup; + children = ( + 91C027F2180488EB1CD198DAC4DFF690 /* RNConfigReader.h */, + A6F1B90E756840600BB9F7F2DEEFE6C8 /* RNConfigReader.m */, + 1541450F8D841C3633A7B395B87233AA /* Pod */, + 5B3B7F831D21B648FD0EE9A42EFD4F36 /* RNConfigReader.xcodeproj */, + 90369D4160127E75BA6099D724060CD5 /* RNConfigReader.xcworkspace */, + 3D9581346F58BBE9BFBF0C937B0E8740 /* Support Files */, + ); + name = RNConfigReader; + path = "../../node_modules/react-native-config-reader"; sourceTree = ""; }; 8817379A2F1B26D0E4AF3714B1D97E21 /* Pods-ShareRocketChatRN */ = { @@ -16169,2455 +16580,2554 @@ path = "Target Support Files/Pods-ShareRocketChatRN"; sourceTree = ""; }; - 883F0ADEAA4482954AEBA32D4F7CBBB6 /* Support Files */ = { + 893E4B6606E3CCE196E4D29C9DAC85A2 /* Pod */ = { isa = PBXGroup; children = ( - 6E78C25B755C491955E1AAC3EAC4F384 /* UMImageLoaderInterface.debug.xcconfig */, - EA453B10E8FCD695BB63F5857934F1DF /* UMImageLoaderInterface.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMImageLoaderInterface"; - sourceTree = ""; - }; - 88A691316CACAA6558924A8C646F5EBE /* RNVectorIcons */ = { - isa = PBXGroup; - children = ( - F3FE2119A46FB8A15C944696ABB2E9DF /* RNVectorIconsManager.h */, - 2768AD8A3694814DD581950813C78CE7 /* RNVectorIconsManager.m */, - FCC5CC8E4C4A5D905B19541ECEA91349 /* Pod */, - 99986A9A871846BFBF12B4066EB36BEC /* Resources */, - D9C1AE0320D8C7FBCCC5FF577ABBB2D6 /* Support Files */, - ); - name = RNVectorIcons; - path = "../../node_modules/react-native-vector-icons"; - sourceTree = ""; - }; - 893A33A9A8B41081A9D1CBE8CB1F4E52 /* SDWebImageWebPCoder */ = { - isa = PBXGroup; - children = ( - 814CC36681B209646870220D9DAC0300 /* SDImageWebPCoder.h */, - F2FBB520247F3367D6AB7F33A5690A19 /* SDImageWebPCoder.m */, - A8E1846DECFD9AC5DA0B2976F2C6D052 /* SDWebImageWebPCoder.h */, - A0CF17BE10EC6469178FEB2FB415A2BA /* UIImage+WebP.h */, - 744E11F8DCB0AD42E0C51C91DF3C4636 /* UIImage+WebP.m */, - 5C9590C68491C38F6D8171F09C8888DD /* Support Files */, - ); - name = SDWebImageWebPCoder; - path = SDWebImageWebPCoder; - sourceTree = ""; - }; - 89BDF4816138A7B1B2E6B3E331D4B946 /* KSCrash */ = { - isa = PBXGroup; - children = ( - 311FBF97F0D94399EF05358F8281B8E1 /* Source */, - ); - name = KSCrash; - path = KSCrash; - sourceTree = ""; - }; - 8A32B9DBF19803C4B587FF761B43AAA7 /* CocoaAsyncSocket */ = { - isa = PBXGroup; - children = ( - 25AA676D5908642C7D1CDE4B1C9D96B3 /* GCDAsyncSocket.h */, - 7CCBC5000AB49A940FA2A3AE755AC8F7 /* GCDAsyncSocket.m */, - CBF060EC8C28A2B01E270AA1299D686B /* GCDAsyncUdpSocket.h */, - 498E0652ECC446B99E3E10F15CEF6346 /* GCDAsyncUdpSocket.m */, - D672D91A38CD39233BB4D9E66651CFA7 /* Support Files */, - ); - name = CocoaAsyncSocket; - path = CocoaAsyncSocket; - sourceTree = ""; - }; - 8A4D748B182EFAEFCBC2F4301CFD9CF4 /* Pod */ = { - isa = PBXGroup; - children = ( - F4937F8EFA1B3164CFA7C0214ACA00BC /* LICENSE */, - B35F1A689278BB6D4A79900A08857081 /* README.md */, - 561072127D3099A34C9741C488F69423 /* RNGestureHandler.podspec */, + 3789426A11BE45CFE1082ACDFDA325CA /* EXLocalAuthentication.podspec */, ); name = Pod; sourceTree = ""; }; - 8A7390A97F84EC38BD79718D7B3BD1AF /* Pod */ = { + 8A2475657010D40D8565C2F7587AEE6D /* JitsiMeetSDK */ = { isa = PBXGroup; children = ( - FF2692EBA0324DB15F6CE57FC90A5FD5 /* UMTaskManagerInterface.podspec */, + 79B9829D24A8DA45A6B389DF3D96BBAB /* Frameworks */, + AC56018A8E648B54EC1185CDCC47257D /* Support Files */, + ); + name = JitsiMeetSDK; + path = JitsiMeetSDK; + sourceTree = ""; + }; + 8AEDF20BD0A64FBB48BAECEFE39F192E /* CxxBridge */ = { + isa = PBXGroup; + children = ( + 8BE7866B4725267A59E5B49B76E96D87 /* JSCExecutorFactory.h */, + FC59D88464392C2EAB24D1FBA83C712F /* JSCExecutorFactory.mm */, + 723B40B79C57C810431A92944D1FACB8 /* NSDataBigString.h */, + 50FDEB6D80DC9C0E3743CA42C41620E4 /* NSDataBigString.mm */, + 6A5F8F5145DE7C4DF29EB022D33C988F /* RCTCxxBridge.mm */, + 475C2F6D34E0688DAAADFD4D0C4E48FA /* RCTCxxBridgeDelegate.h */, + 39B4AEE412F19D5B029E3763DB83C416 /* RCTMessageThread.h */, + 3511BEDB797B895918FE2673667BF97E /* RCTMessageThread.mm */, + 0AEFC3661505858D16E51B4E128C2F1E /* RCTObjcExecutor.h */, + A818385BFB789A5B35262F59C0E35D55 /* RCTObjcExecutor.mm */, + ); + name = CxxBridge; + path = React/CxxBridge; + sourceTree = ""; + }; + 8BE5D2844A49B6B55DF2D8DBBB587715 /* CxxModule */ = { + isa = PBXGroup; + children = ( + 2BD3D35018FB8A604BB27FE0D5110042 /* DispatchMessageQueueThread.h */, + 577D18592A51A28BA6BF756EBBC9D7A1 /* RCTCxxMethod.h */, + BA9F01BA0B779F8D2654E30D154B94F6 /* RCTCxxMethod.mm */, + DF9FED91B4C40F70D892FBFF688F75DF /* RCTCxxModule.h */, + 48BFEA31A6C733A34A6F900FA47D8E05 /* RCTCxxModule.mm */, + F13E97F5D219964E92365C4ABE120DF1 /* RCTCxxUtils.h */, + 8A579996C6F9D5E30538CBABA769FD36 /* RCTCxxUtils.mm */, + 31CB668A08E5BD0AE7474E75154D8FAF /* RCTNativeModule.h */, + FC9649D19DA63AD326DEDAB3D2298B19 /* RCTNativeModule.mm */, + ); + name = CxxModule; + path = React/CxxModule; + sourceTree = ""; + }; + 8C6B3922D8ED47B88100764B4FD3D40B /* Support Files */ = { + isa = PBXGroup; + children = ( + AD4AD8089E386D06C7BF78B6D21C3DE8 /* EXAppleAuthentication-dummy.m */, + 27C7EFA675E1A1A7EB387B454227730C /* EXAppleAuthentication-prefix.pch */, + F522BB4CCCBF88D6E8F145100F600E4C /* EXAppleAuthentication.debug.xcconfig */, + 3D4BD70342E0173091183ED631DA2729 /* EXAppleAuthentication.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXAppleAuthentication"; + sourceTree = ""; + }; + 8DEB902DCDA0BD5490A25FB40A7DC4C2 /* RNLocalize */ = { + isa = PBXGroup; + children = ( + 60BE7111F93BA79923A3DE77A2E94794 /* RNLocalize.h */, + 2EAA32868BCEE1CD6838F7117FB221D7 /* RNLocalize.m */, + B54E14EA63D4855AE9A837870F915C4F /* Pod */, + CF289CB1F668D953B91345C9C70F6DA8 /* Support Files */, + ); + name = RNLocalize; + path = "../../node_modules/react-native-localize"; + sourceTree = ""; + }; + 8FCEA20FFAFD21F91CEC5DE2187332EA /* React-RCTImage */ = { + isa = PBXGroup; + children = ( + 09509A5FCC62EF4A989E868E79B258C4 /* RCTAnimatedImage.m */, + E4C062D7EE08B60BE6930B158F9DD408 /* RCTDisplayWeakRefreshable.m */, + AB4E178EEA7BB4F3D35119444B6435AF /* RCTGIFImageDecoder.mm */, + 76C30D110C24DAA76DFF3160B5501B35 /* RCTImageBlurUtils.m */, + 624FFE504A4CFAB723F5F9356C566F94 /* RCTImageCache.m */, + 8AF15F2B9344353371F116C71187A05D /* RCTImageEditingManager.mm */, + FD3711AC013B35BD0E091F97A554964C /* RCTImageLoader.mm */, + 8A997D158F2193CFCCA64D2F89CE6587 /* RCTImagePlugins.mm */, + FE2BCEDA0B5E1DB14256F2EC1C56D8B1 /* RCTImageShadowView.m */, + D8381D732252B0193A436F6A9AA5C869 /* RCTImageStoreManager.mm */, + 17562386873948B0152954085FF687E6 /* RCTImageURLLoaderWithAttribution.mm */, + 215DC5669A118BD23F7AAF84BC5E0D4B /* RCTImageUtils.m */, + 2ADF7D625829E5C086765B0222E8B4D5 /* RCTImageView.mm */, + D41077F1AD0AC08B308126DC10BE5A19 /* RCTImageViewManager.mm */, + F08C2FCC18FE21155EB0F8063AC42B09 /* RCTLocalAssetImageLoader.mm */, + E2BED51E0A023BC5D7C919E0C5A37150 /* RCTResizeMode.m */, + F4BC5FF9B4FCAFB0E5A2DDDF7E51050D /* RCTUIImageViewAnimated.m */, + B660F34E5B3F263CE54CF478BCEBBFF8 /* Pod */, + 47CBC5F32BDBA3C7164C2BF38C0B4317 /* Support Files */, + ); + name = "React-RCTImage"; + path = "../../node_modules/react-native/Libraries/Image"; + sourceTree = ""; + }; + 90369D4160127E75BA6099D724060CD5 /* RNConfigReader.xcworkspace */ = { + isa = PBXGroup; + children = ( + 33DBC9A52BA573AA67A9DF21EF146A3A /* contents.xcworkspacedata */, + ); + name = RNConfigReader.xcworkspace; + path = ios/RNConfigReader.xcworkspace; + sourceTree = ""; + }; + 90B4614735609325487EDC40CDF32061 /* Support Files */ = { + isa = PBXGroup; + children = ( + B52D90A5DF86D410388C1EA205E61B2E /* KeyCommands-dummy.m */, + 5372B749A3F361F3801C08437F71D5E2 /* KeyCommands-prefix.pch */, + 390B0E2CFB3143148CFDED46B050CB03 /* KeyCommands.debug.xcconfig */, + 4B42CAFBD2556FDBC4A4AB93BBC9AF41 /* KeyCommands.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/KeyCommands"; + sourceTree = ""; + }; + 90C4D8231287E029BB4687D3F8354C13 /* Support Files */ = { + isa = PBXGroup; + children = ( + CD6EE228DA0FE42211D7EED2759B1E46 /* react-native-blur-dummy.m */, + 63136F9E083327AB1933E8DCA635D161 /* react-native-blur-prefix.pch */, + 6A632E777BB69D8E1044748E63DA47B1 /* react-native-blur.debug.xcconfig */, + A6AAA3FA9233BE4309DC6CB34DDC9D40 /* react-native-blur.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/react-native-blur"; + sourceTree = ""; + }; + 90DCE5270B13454DAC28AC17E90E951B /* Pod */ = { + isa = PBXGroup; + children = ( + 8B1833E9DB6ED61A15449946587E1B54 /* LICENSE */, + 4122391440979A5E67FCFFA3C9AF9E76 /* README.md */, + 18186A650ED00607E9D57908461861AE /* RNBootSplash.podspec */, ); name = Pod; sourceTree = ""; }; - 8AC51CCA803D8FC9ACA6205D621C8928 /* encode */ = { + 91A41417472833025F6217E314EC06A4 /* Support Files */ = { isa = PBXGroup; children = ( - ); - name = encode; - sourceTree = ""; - }; - 8AF3914EEE11EF1A34AE09912FB988E7 /* Support Files */ = { - isa = PBXGroup; - children = ( - C5E67E296A6330DA7F76F5EEE84AAABA /* RNScreens-dummy.m */, - 36D8676555E580163CC04D21F4A93D4B /* RNScreens-prefix.pch */, - 2F9CC1A52F02ABB3B675DBA1B7408A55 /* RNScreens.debug.xcconfig */, - 8D0A76ECDB0548B1A811AC4558CC3A30 /* RNScreens.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNScreens"; - sourceTree = ""; - }; - 8B0AEA80356DE78A9C1EB44C28EFC9A4 /* FirebaseCrashlytics */ = { - isa = PBXGroup; - children = ( - D8B09718395248555A9A2105FBA4450D /* crashlytics.nanopb.c */, - C716B8332A58D032B260486B19258975 /* crashlytics.nanopb.h */, - 1630D462B1AD14C8B9B86D1B4ACAF03F /* dwarf.h */, - A6CD5A34000F6D721856D44673CE14F9 /* FIRAEvent.h */, - 3B27247FD6076827BB3B9433F1C2E120 /* FIRAEvent+Internal.h */, - D81ECC54BDB201711B543F08228E0803 /* FIRAEvent+Internal.m */, - 8D19A4EC6BF2C1DDFDF6D29853A0CBE8 /* FIRAnalyticsInterop.h */, - BE82F5A5DE33C648810F488B50A4D600 /* FIRAnalyticsInteropListener.h */, - 10E5FF49B79AEC6A4CA546885822F18A /* FIRAppInternal.h */, - C336C3B83602CA90D8F026207A00117C /* FIRAValue.h */, - BE7F4F2737EBFB9FC5D5DB1BD0291E83 /* FIRCLSAllocate.c */, - 231F82839C073BF9C5B15A156E32A2F1 /* FIRCLSAllocate.h */, - 2BECA078BB33E08C678E33971D5960C0 /* FIRCLSApplication.h */, - A35587BE5A86A8475C2BA1AFA8229A0C /* FIRCLSApplication.m */, - 44E1266A2D582921839F96AC367652FC /* FIRCLSApplicationIdentifierModel.h */, - 93778B6A203A7A0B0F48D6AAD7A92603 /* FIRCLSApplicationIdentifierModel.m */, - CF57D49B92381E5256CFB7523B9469E1 /* FIRCLSAsyncOperation.h */, - 118EDD50B0741577BAD5B93E773AE048 /* FIRCLSAsyncOperation.m */, - 20E6D97F9EE0BF50433ADA224DAA6308 /* FIRCLSAsyncOperation_Private.h */, - 4B3DADA8B77481ED00A5528995D00E83 /* FIRCLSBinaryImage.h */, - 54B184C104F3799D4957EDF4C3BC79E1 /* FIRCLSBinaryImage.m */, - FDE5BCAC119136D5DB4CA5B59F905D5C /* FIRCLSByteUtility.h */, - 971D7C00E251C69CFA0EA69686F59A61 /* FIRCLSByteUtility.m */, - 91ABC6238CC0328ED7A2F864D8162D94 /* FIRCLSCodeMapping.h */, - 22E7D8E0E25AD92D8E8FF4F7F7858E1A /* FIRCLSCodeMapping.m */, - 616CF41E5457EE684A5AAB7CBAE13C8F /* FIRCLSCompactUnwind.c */, - 2844DF0879362D29D0B30AF79D71A200 /* FIRCLSCompactUnwind.h */, - 1B1F0A4A6B424F9DAFC97EDE82D3BA05 /* FIRCLSCompactUnwind_Private.h */, - 99DC374B6E3167D13C5B3C905FD81FC2 /* FIRCLSCompoundOperation.h */, - 0AB35A59F45DA392AB845C736CF295F9 /* FIRCLSCompoundOperation.m */, - 8AB34357D4BA4A5442A15B451D61E376 /* FIRCLSConstants.h */, - 6F877B9E67DC0034E0291D0D8D2461AB /* FIRCLSConstants.m */, - C13D4679542E50FEF462C853C9DE8D61 /* FIRCLSContext.h */, - CE90AEFF0A028F4036E23F38AFFE017E /* FIRCLSContext.m */, - 0DFF51F33DC85B446D85C3E0F4AD4EA3 /* FIRCLSCrashedMarkerFile.c */, - 962ABFE01BB6BBA9778054B591C3C0D4 /* FIRCLSCrashedMarkerFile.h */, - 238369311B6CD122DC65916A08396B5B /* FIRCLSDataCollectionArbiter.h */, - 26F97E23211813E192AA65E01EA11136 /* FIRCLSDataCollectionArbiter.m */, - E62480B88082324E61E31D3FC0571462 /* FIRCLSDataCollectionToken.h */, - 0AC2582EB98BDA010CCBB354B432853B /* FIRCLSDataCollectionToken.m */, - 9623E86353B2F7B3E7FE28FDC268114C /* FIRCLSDataParsing.c */, - 1AAD6855E40288749CA5559E52AD84BF /* FIRCLSDataParsing.h */, - 857F85C58D8A208392631CF750953028 /* FIRCLSDefines.h */, - BF2C8ECBFA5FF2047EE6A7639855E1EE /* FIRCLSDemangleOperation.h */, - 83B4EA627B372AADC2F985F55D13C19E /* FIRCLSDemangleOperation.mm */, - 3034A1DDE30DB423BE9B7FDCD70F1684 /* FIRCLSDownloadAndSaveSettingsOperation.h */, - 951776A355E1DF3F80199151FA41C376 /* FIRCLSDownloadAndSaveSettingsOperation.m */, - 8393B3FC2BB2F0A9E44436A4BF792986 /* FIRCLSdSYM.h */, - B22C529CD81EE70E029438062B674796 /* FIRCLSdSYM.m */, - 8B7990642E7AE5F6DF8911D958797566 /* FIRCLSDwarfExpressionMachine.c */, - 670896CC32FD2BAE521781171ADA1F57 /* FIRCLSDwarfExpressionMachine.h */, - BA8D793E6619586E7B96E309F482002D /* FIRCLSDwarfUnwind.c */, - 69BE1E053114EB052B970558A72F5CDA /* FIRCLSDwarfUnwind.h */, - 02B8AA2C7A15965764B182F03AA83E36 /* FIRCLSDwarfUnwindRegisters.h */, - 13EE2D41C8B0EA685DFBC4C1C5E8F0AB /* FIRCLSException.h */, - 61613F62532F7AB9AAC2A65F8B5A44D5 /* FIRCLSException.mm */, - 862CF8754C7D88AC9E67F4CFA4EE0F4C /* FIRCLSExecutionIdentifierModel.h */, - BE98AC64A4E284AFA764335D64B38D2F /* FIRCLSExecutionIdentifierModel.m */, - 187683D4CD7DBFB6174E91A592897DE2 /* FIRCLSFABAsyncOperation.h */, - 863E48F1ACF8EF9122EFE03F6C907D78 /* FIRCLSFABAsyncOperation.m */, - 50673EFEF21F053BB7D0AD70947E0D79 /* FIRCLSFABAsyncOperation_Private.h */, - D26DFAE9BEA06D906961B36378AE4A38 /* FIRCLSFABHost.h */, - 60A4A1190F918BA6A477784D23209C19 /* FIRCLSFABHost.m */, - D8682716201990798E674D369A7CD8CD /* FIRCLSFABNetworkClient.h */, - B910BC95E1A235114DE639B4F5B2B0CE /* FIRCLSFABNetworkClient.m */, - 2E67D4779D76AD2FEB15FFB601D68E67 /* FIRCLSFCRAnalytics.h */, - ADFC3CFC30522303FF2905C3009DF818 /* FIRCLSFCRAnalytics.m */, - 3D7C5B37069F24A7D744FDADCA5965EF /* FIRCLSFeatures.h */, - B7D943C267FF1D08AAC31C29165CBB9C /* FIRCLSFile.h */, - 7F9060629B9D8A1B96C723AC6433A324 /* FIRCLSFile.m */, - 2EE5F54DBB652FE9F02BCF65B33D728D /* FIRCLSFileManager.h */, - 3254412B404C3C01F29D9C2F34B7ED1A /* FIRCLSFileManager.m */, - A14BE50B7512D4B65C4CCCC60BA1B4E5 /* FIRCLSGlobals.h */, - 89E760D05B774F98D5B82E33818C23F9 /* FIRCLSHandler.h */, - EC653567426F895ADC1583833C74122A /* FIRCLSHandler.m */, - E5FF5188F8C7EFC81815B891A7B57B23 /* FIRCLSHost.h */, - E521ABD94B541CE62EA415C08A4AAC2D /* FIRCLSHost.m */, - DBACB01B4493A75D58A748A39FAFDB7B /* FIRCLSInstallIdentifierModel.h */, - E37CF0444676D306D3F6AD5CAE687F2C /* FIRCLSInstallIdentifierModel.m */, - 0A3B0AAB41F9B57894577B871DC1E5F2 /* FIRCLSInternalLogging.c */, - 85E517240A99F994546FA85F59847EF1 /* FIRCLSInternalLogging.h */, - 5ABFF129CB16F1E5153FC5697C500AE4 /* FIRCLSInternalReport.h */, - 2AB9E3FF9C71A4270B664DB515585EDB /* FIRCLSInternalReport.m */, - 11DC4E2CACF8B39127B8D18638962021 /* FIRCLSLogger.h */, - B4508ABB24B658A27F5BAA6799FF2049 /* FIRCLSLogger.m */, - 8A63CA7B729784FFBB555AC4153E9F96 /* FIRCLSMachException.c */, - 42A017BE14321A298E2CE77FE3465702 /* FIRCLSMachException.h */, - 29C4A0B8427A0BF4009C6AD7F4D3A6A7 /* FIRCLSMachO.h */, - 53C61EA1D0204B9382D2755D3400D0A1 /* FIRCLSMachO.m */, - 58D5369436BCD3ED0445940FC4002A58 /* FIRCLSMachOBinary.h */, - 93FDB3A987A82F1C29D3176228928A67 /* FIRCLSMachOBinary.m */, - B7D53AF7BC4439802103E085A0A1E0CE /* FIRCLSMachOSlice.h */, - 354B4C89E9D5AD640F8D7380A38359F8 /* FIRCLSMachOSlice.m */, - 7F059310494F675E034561A616A86778 /* FIRCLSMultipartMimeStreamEncoder.h */, - 200A2D8244A30AC6040F96321B65F164 /* FIRCLSMultipartMimeStreamEncoder.m */, - C9197D1A6A1FE8FEE42C8297B78457B5 /* FIRCLSNetworkClient.h */, - 18C349DC5272DDDFF2DB5D6ED1B8E5AA /* FIRCLSNetworkClient.m */, - 0C880B6FEFA7BAB5184E8E2B1D91B498 /* FIRCLSNetworkOperation.h */, - 8A389CFCADEFB61076941F8CD17B0686 /* FIRCLSNetworkOperation.m */, - 3611C4488B77F228A97EC23FEADABDF3 /* FIRCLSNetworkResponseHandler.h */, - CC62A4E7C5F64EB97B3E48FDDAD94B92 /* FIRCLSNetworkResponseHandler.m */, - D53DF0B008AA4508D2E4A1BF294DFF75 /* FIRCLSOnboardingOperation.h */, - B7009FE13D42A23275509DE2C6163A38 /* FIRCLSOnboardingOperation.m */, - 8B4D7AEC765CF66B0AC60BD768891BBA /* FIRCLSOperation.h */, - 0553CE1EFDED0D2A6EF6DAC630542A9D /* FIRCLSPackageReportOperation.h */, - 84360462A58BFA95825358E8F7F203A6 /* FIRCLSPackageReportOperation.m */, - 14596190F697FC316ADAE9EABD0DAAA9 /* FIRCLSProcess.c */, - B6FD6480EDA692B7CDBA0002ACDE5DA7 /* FIRCLSProcess.h */, - D7C19E557B0C04C6CC33BDB624A09116 /* FIRCLSProcessReportOperation.h */, - 576293A6173C9175B6FDB3B753E3CA42 /* FIRCLSProcessReportOperation.m */, - 782DA1813BF292658891FD8F3DA8E40D /* FIRCLSProfiling.c */, - 857B8F0EEC5B6E7D258BDB5795167667 /* FIRCLSProfiling.h */, - 0A35716CE53E5A13361A96727622758D /* FIRCLSRecordApplication.h */, - AA483C53D25E7BABE390CFF248897C64 /* FIRCLSRecordApplication.m */, - AF66BE42AD2EB3FFE0D33E18EB7366B9 /* FIRCLSRecordBase.h */, - 3A0C5B5B9D8EA196907C858C6710F755 /* FIRCLSRecordBase.m */, - ACE31C611106D00209C852C5196AD19A /* FIRCLSRecordHost.h */, - 6A4C0429C25235730B8E45BCF4CB441B /* FIRCLSRecordHost.m */, - EACD5559B2E03334FB4A24CFE1AA61F2 /* FIRCLSRecordIdentity.h */, - 5EBFD6FC0557EBB971CE2ED410C39A96 /* FIRCLSRecordIdentity.m */, - DE25CDD357E0DDA8BA27F8D69ED66004 /* FIRCLSReport.h */, - 354A825467D7FCF6F014D30FD436A42B /* FIRCLSReport.m */, - 497244BD63D1DE1E3889F703FE30D435 /* FIRCLSReport_Private.h */, - 81C4065B83ED3935B0E34ACD07B08542 /* FIRCLSReportAdapter.h */, - 3055855B3AA070BE540C211E125DF757 /* FIRCLSReportAdapter.m */, - 85FFCD637E5CDE6426C36CE674074349 /* FIRCLSReportAdapter_Private.h */, - 38EE712A28680D14F7AF23B9651192AE /* FIRCLSReportManager.h */, - F11F7B76894B9691C40021CA445EAC51 /* FIRCLSReportManager.m */, - D1A5E01C583542324D9BEFB534F9A0A7 /* FIRCLSReportManager_Private.h */, - 72BE3B1ECB853A30DA2C021F4A5F8E76 /* FIRCLSReportUploader.h */, - 4EBD85841D242FEFD0B16ABE3C8D786F /* FIRCLSReportUploader.m */, - AEAFA869E44CD320FF87457DBB616FDA /* FIRCLSReportUploader_Private.h */, - F22C5492E1F66494BF46AFBCF1202BCC /* FIRCLSSerializeSymbolicatedFramesOperation.h */, - 3C0FE19AA21551E3F56BEF8CAEB81378 /* FIRCLSSerializeSymbolicatedFramesOperation.m */, - 7265EBBD471B9B5512A95478ABACE0A3 /* FIRCLSSettings.h */, - EBAEBC249CE10AD11CF65C1A2EE60438 /* FIRCLSSettings.m */, - D90FF63FCBBE6990621A61FD45DC7E75 /* FIRCLSSettingsOnboardingManager.h */, - A2B51096AB9237F76674A652CD7ECE7C /* FIRCLSSettingsOnboardingManager.m */, - B81CCBCDA182E7940F84DECEEC15E684 /* FIRCLSSignal.c */, - 24514EA7A07D835C4A034611861F7CE6 /* FIRCLSSignal.h */, - DAC331CE906B9C557E4156DEF8054A2A /* FIRCLSSymbolicationOperation.h */, - 46B05780D9B8B9DBEC0734DCF9337950 /* FIRCLSSymbolicationOperation.m */, - 355226761119387B84545E25A09880E8 /* FIRCLSSymbolResolver.h */, - BCDCB7A50224E30A9673CD5F91316940 /* FIRCLSSymbolResolver.m */, - 80DF0517B71B2F641C61BCD0F14EFEB9 /* FIRCLSThreadArrayOperation.h */, - DBB47B65BF8B28023A8E8689355E2DB5 /* FIRCLSThreadArrayOperation.m */, - 6BFF912C19877655E646450B5D6F1ABA /* FIRCLSThreadState.c */, - 7C65B05DB9BF1C384D862055AFA80062 /* FIRCLSThreadState.h */, - 383099BCDE380567B0F96E4157FA308F /* FIRCLSUnwind.c */, - 1A8A8259646197F1E1B0EC65C32D24DE /* FIRCLSUnwind.h */, - 662326B46FD9FD3F9BB0C88337EEB1FC /* FIRCLSUnwind_arch.h */, - A76EAC7D3EB068FB4C9DBC3AAF3D91CE /* FIRCLSUnwind_arm.c */, - DC77C0EBCC8EDE9CF56A01109F45695E /* FIRCLSUnwind_x86.c */, - 22407092713EA5F7CA0850CBBF731193 /* FIRCLSUnwind_x86.h */, - 1C550A3D9FC8054FA5AB245B0991D94F /* FIRCLSURLBuilder.h */, - D684B8DFF363C0A08BA188ACBF98B3EA /* FIRCLSURLBuilder.m */, - 1B994460DAD85E8E4CF0D7FAD4AB0F76 /* FIRCLSURLSession.h */, - 1D2A7AB35F7C0DBC3B18CD5389D28D07 /* FIRCLSURLSession.m */, - B65D9AC9D365AE5202ACA105460B8C55 /* FIRCLSURLSession_PrivateMethods.h */, - 8EE4F55D92BA8FCD5EA6735179C5ADA7 /* FIRCLSURLSessionAvailability.h */, - 2D66B1CAD9CD5DE07DEEE99DBF834C91 /* FIRCLSURLSessionConfiguration.h */, - F5DD6AD7829227A588F8980E12F9EB84 /* FIRCLSURLSessionConfiguration.m */, - 16FB9DB7C4FCA485FDE1E110A212F7BA /* FIRCLSURLSessionDataTask.h */, - 24C3E99244D8E34214698038851B3F01 /* FIRCLSURLSessionDataTask.m */, - 0AB4E7AD9AA8496FF913E6BBE6820873 /* FIRCLSURLSessionDataTask_PrivateMethods.h */, - 5379DB501944DB49212D88297D88F1A8 /* FIRCLSURLSessionDownloadTask.h */, - 503212134A5074821EF9C84FC1E9EFB8 /* FIRCLSURLSessionDownloadTask.m */, - C775A523D9C7196D0B2E0568D12293D9 /* FIRCLSURLSessionDownloadTask_PrivateMethods.h */, - 222E8A2E854024CC8AC73EB5D05FD866 /* FIRCLSURLSessionTask.h */, - C2C8ADADD6A279EE66A5217D05CBE0FE /* FIRCLSURLSessionTask.m */, - 47280F8C5838C066050315BB52426F78 /* FIRCLSURLSessionTask_PrivateMethods.h */, - 9A75939EDDDC15C065BFA9A154879074 /* FIRCLSURLSessionUploadTask.h */, - 2E9151044DD4FA5034F4F6253C790189 /* FIRCLSURLSessionUploadTask.m */, - 1CEDB3FC2CF895F36F3B0AD7EB8C27B6 /* FIRCLSUserDefaults.h */, - C83E02AC963574254755EE57EFBBAE50 /* FIRCLSUserDefaults.m */, - 43D609C2303A865CF6C583686CCB9659 /* FIRCLSUserDefaults_private.h */, - 8123E8A0672AC784A99A586210F46AAA /* FIRCLSUserLogging.h */, - D29A3A2D1BC17F73ABFF696FD60EBB7A /* FIRCLSUserLogging.m */, - 74E38BB37CCA1E7EAC6D31E445220742 /* FIRCLSUtility.h */, - DBC9C3E07E970ED0541831C94D1F8285 /* FIRCLSUtility.m */, - 99E972144ED3BA5880F25931EE2DCF5D /* FIRCLSUUID.h */, - 219D803DFDDFCAD96F0BC4FE85211612 /* FIRCLSUUID.m */, - D12B16FFBD7868EE539DAF243E3A97CD /* FIRComponent.h */, - FB4C4E7861108FBDA3F2FD833870CB0F /* FIRComponentContainer.h */, - 8C29939FA91C5E8C004D1C7FE2AB51D6 /* FIRComponentType.h */, - 96A3D5F883838F863498F2C8EAA9D2F0 /* FIRCoreDiagnosticsConnector.h */, - 6BE3FB69C0DD892E9AB75B2FC0262729 /* FIRCrashlytics.h */, - 05D9FE3083821E98413C0B52EE5EF0D3 /* FIRCrashlytics.m */, - DA286F2B869F9E4C9911151C654FE71D /* FIRDependency.h */, - B812C6EEEB41716A61408017ACBB3086 /* FirebaseCoreInternal.h */, - C27AE08C493677CE0B889A27251B20D5 /* FirebaseCrashlytics.h */, - 620DCC02B789945CE3DB19824B6D54E3 /* FIRErrorCode.h */, - DE7C0D01D54859A278591309BAD32F0F /* FIRErrors.h */, - 8F9196844ABAA3DDCE829D8414434538 /* FIRExceptionModel.h */, - D5190C50FA41E8146F4FC661E481AEA4 /* FIRExceptionModel.m */, - 6153DE79359D6AEEE423BE2CE912C33A /* FIRExceptionModel_Private.h */, - EA91D7A9C534D4243647259EF57A048D /* FIRHeartbeatInfo.h */, - 303D54CC1F99ABC7A2BA9DCEF0FCFAAC /* FIRInteropEventNames.h */, - A79CD80FDCB86A6BC1D2C60E0C5D50D3 /* FIRInteropParameterNames.h */, - 8FA51B3ABCA8CA1D0300A11092FBA7C2 /* FIRLibrary.h */, - 266AFF9B0B0DA9C990F93BD289B9F2FE /* FIRLogger.h */, - 01CEB7BEDF8AFCA23480C21F1FD9A7F0 /* FIROptionsInternal.h */, - 92DCBF91AE55EF87035D47B95D466DD9 /* FIRStackFrame.h */, - 925DDBB1A3855FCFD8A612B0FA026484 /* FIRStackFrame.m */, - F6B01F7843FB00367585AF29B709FC58 /* FIRStackFrame_Private.h */, - FFD1941DB5590390601139E476AACF90 /* Support Files */, - ); - name = FirebaseCrashlytics; - path = FirebaseCrashlytics; - sourceTree = ""; - }; - 8B6F48444A65821B7999B017C2B3F4A1 /* Pod */ = { - isa = PBXGroup; - children = ( - ACDAAD234075DE93F0F7256DC057C7E0 /* EXHaptics.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 8BC15D0B31EF3A56F8A006DA93C7BD5C /* Support Files */ = { - isa = PBXGroup; - children = ( - A52A5E50576227517767DF3E9DB1A3FE /* CocoaLibEvent.debug.xcconfig */, - C455838F4A9B1EE055348A4ADF1C6599 /* CocoaLibEvent.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/CocoaLibEvent"; - sourceTree = ""; - }; - 8C4EA28838290B84C25DC6885E5A6337 /* Support Files */ = { - isa = PBXGroup; - children = ( - B5FCAAAC0C68256731C078B78AF9669E /* nanopb-dummy.m */, - 33234B2EA53ADF7D5285B618DC5423C6 /* nanopb-prefix.pch */, - 97FE62C574DC65956556580EBF3180B6 /* nanopb.debug.xcconfig */, - 1600DE6F3E7B770015C01A4ECB99AD22 /* nanopb.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/nanopb"; - sourceTree = ""; - }; - 8C82D7A40BAF613D7C7C4B1F6982EAB8 /* Video */ = { - isa = PBXGroup; - children = ( - E6E29A55374FD6CAB624EA63C07AFCCF /* EXVideoManager.h */, - 6B72813467FF6E7A65C65ACC8AA9BD25 /* EXVideoManager.m */, - A7D62B1795E042E85468AA95DE3BD043 /* EXVideoPlayerViewController.h */, - 483A62CB270424832ADAB6D5D94F72D2 /* EXVideoPlayerViewController.m */, - 7E071F36C7AA52AD59394822FB03E665 /* EXVideoPlayerViewControllerDelegate.h */, - B4A5A3551000B0CBE9D0BEFC80DFDE98 /* EXVideoView.h */, - F9B83525E2F428D8D4C8DB4C7F540090 /* EXVideoView.m */, - ); - name = Video; - path = EXAV/Video; - sourceTree = ""; - }; - 8CD20C13B57BE04E1265CD11F5FD3F1B /* RCTLinkingHeaders */ = { - isa = PBXGroup; - children = ( - 1ACDD41516F293FFB18FE5FE5E5B5552 /* RCTLinkingManager.h */, - 5C602EDE4FBB5A9C0C5EA1E42D9D404A /* RCTLinkingPlugins.h */, - ); - name = RCTLinkingHeaders; - sourceTree = ""; - }; - 8DC308A1E03F36E7B7499360167C6A3D /* Pod */ = { - isa = PBXGroup; - children = ( - 440347144918155E56C12E2A6BFADCCF /* LICENSE */, - 82B88734E2159DBE2EC73F4169A03336 /* README.md */, - 8D52480B9781489F52B286958F89C811 /* RNFBCrashlytics.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 8E1B76F464B0DA2175744F2F212B1F2F /* Pod */ = { - isa = PBXGroup; - children = ( - 8555924A6DAEBBDD0AF4A9C0F3279135 /* EXConstants.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 8EBDD5F7D1EC1517E918421B15790B61 /* Singleline */ = { - isa = PBXGroup; - children = ( - 17B4D617B8E363E77AA8852C57738EFC /* RCTSinglelineTextInputView.m */, - 1A5A517373BA233B0832819033BE2095 /* RCTSinglelineTextInputViewManager.m */, - 6BC8350BE1C77684327FF714328F7650 /* RCTUITextField.m */, - ); - name = Singleline; - path = Singleline; - sourceTree = ""; - }; - 8F0C8208B1797EB361A530A3471BDCAB /* UMModuleRegistryProvider */ = { - isa = PBXGroup; - children = ( - 5E0CC95DB6BA9DF61354BE3A90DFB63F /* UMModuleRegistryProvider.h */, - A497C0B15AC08B850077B783E9346C79 /* UMModuleRegistryProvider.m */, - ); - name = UMModuleRegistryProvider; - path = UMCore/UMModuleRegistryProvider; - sourceTree = ""; - }; - 8FF7EC476D1A2350ACE3F24DA4BA183A /* RCTSettingsHeaders */ = { - isa = PBXGroup; - children = ( - 189CA85DBFF95310E68DBFD84CD6261B /* RCTSettingsManager.h */, - 8A2A234A3EA0CD7E15232168BB7A23A8 /* RCTSettingsPlugins.h */, - ); - name = RCTSettingsHeaders; - sourceTree = ""; - }; - 916CF08CCEC7760A9986DEE77D7A47C4 /* Support Files */ = { - isa = PBXGroup; - children = ( - 2595CC3A842957DCE6941C61AFC67897 /* RNFBCrashlytics-dummy.m */, - 21E677FBB48BB4511F8CF1FAD41BFFD7 /* RNFBCrashlytics-prefix.pch */, - 6C3E8E5F4765B75486618544C4F5978B /* RNFBCrashlytics.debug.xcconfig */, - F7013D0F4BAFBB92641DF0A72627265C /* RNFBCrashlytics.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNFBCrashlytics"; - sourceTree = ""; - }; - 92A7F193C1BC9E666E322143805E07E8 /* FKPortForwarding */ = { - isa = PBXGroup; - children = ( - 2888DFDA2340CEE136EF08FC5C922466 /* FKPortForwardingCommon.h */, - 7328812DB51DB4E1E0FEA28B02D37EB1 /* FKPortForwardingServer.h */, - 15942851F582137C8CA531F52711EB77 /* FKPortForwardingServer.m */, - ); - name = FKPortForwarding; - sourceTree = ""; - }; - 94251E31F8F0B8465F533FFE49EC210B /* EXLocalAuthentication */ = { - isa = PBXGroup; - children = ( - 2E5161EFE836AD1EEC12CC4820D01DBA /* EXLocalAuthentication.h */, - C33BB238CADCC5E0F0560F8F2E68EBC8 /* EXLocalAuthentication.m */, - 46BBCCEA4F5637CA79BF3AC3E6507FD3 /* Pod */, - 44A03D223B4B8AFAE5365DD9292DAEB3 /* Support Files */, - ); - name = EXLocalAuthentication; - path = "../../node_modules/expo-local-authentication/ios"; - sourceTree = ""; - }; - 9460193C051B885F54FD8B1C17FFD911 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6232C2954738E9F14292B8018C8329EE /* react-native-slider-dummy.m */, - 58ED8CE523D78DCB451AFE24CE382BB1 /* react-native-slider-prefix.pch */, - 2327C799546A16C347EFE68C5586C256 /* react-native-slider.debug.xcconfig */, - 56F20BBC2DB77EDFAD984AAF30AE354E /* react-native-slider.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/react-native-slider"; - sourceTree = ""; - }; - 948D93DE80EC34AC65A434F9613C9292 /* Pods */ = { - isa = PBXGroup; - children = ( - C1C09BC79FCBC76715575703DAC2A50D /* boost-for-react-native */, - 8A32B9DBF19803C4B587FF761B43AAA7 /* CocoaAsyncSocket */, - D7A21597C673F4DDA78D616CE60858F5 /* CocoaLibEvent */, - 50FB77F7B0FE1DBAF09FB90DCF698200 /* DoubleConversion */, - C88D91F84AA889A9A64224B0B5BDBE9C /* Firebase */, - 39589675EC52B99398ADD51A1D5630DF /* FirebaseAnalytics */, - 2F4515000E6C710E3D5410B46D076D76 /* FirebaseCore */, - 0FFCAEFCEFDD0C916CD5272EC0685733 /* FirebaseCoreDiagnostics */, - 8B0AEA80356DE78A9C1EB44C28EFC9A4 /* FirebaseCrashlytics */, - DF5B22283BBA7F695B332544D6C7A45E /* FirebaseInstallations */, - 481F710EF47743DEA8CA647D4F419048 /* Flipper */, - 08C86BDC1108DB9987C1FE75B21FD219 /* Flipper-DoubleConversion */, - AB1B1F9F27CADCCC7092AD06B0499BC8 /* Flipper-Folly */, - F1C11B3FA3452796C51F0F783947A7DA /* Flipper-Glog */, - C093CDB79C6082C7FB5A5A448519F888 /* Flipper-PeerTalk */, - 16276A1836F3883EC9DC3A190F493DB1 /* Flipper-RSocket */, - BA5CD7502A2A2BF32C0211CF351D9DE1 /* FlipperKit */, - E86EB9B94C551CFA5CE36E697AA3B200 /* Folly */, - 282C3E9EA8062AC38D8CA34D554CF2A0 /* glog */, - 359A6909C670B18DA27BB648E4015BA3 /* GoogleAppMeasurement */, - D9F5D6D4DB0CECBD9F98AC72E70F7C66 /* GoogleDataTransport */, - CC9109463BF1DD78291EB53504F26335 /* GoogleDataTransportCCTSupport */, - 7767F088FB32DF56A313B2CE13814368 /* GoogleUtilities */, - 7AAD88CA489A522F8CC1DE1362E25405 /* JitsiMeetSDK */, - 422BB8BDA70C788CCF3F327762AE2360 /* libwebp */, - 7CC06E639ADF935C241E07C604CD5315 /* MMKV */, - 61C5AFF195971C3E28F4970AD73BDA4C /* MMKVCore */, - 96F04302F1BF72931C9551B8A514867B /* nanopb */, - A8A74256C09CC55722447162C1CE82DC /* OpenSSL-Universal */, - FE363D407E513AA3E320393028C625B8 /* PromisesObjC */, - 7B63CF7EF7154FD1DA5D425DB8F125D1 /* SDWebImage */, - 893A33A9A8B41081A9D1CBE8CB1F4E52 /* SDWebImageWebPCoder */, - 69CBA4FAB122CA4E295B94637E31FE44 /* TOCropViewController */, - 70C0C50B75C329428D67B70DF6044712 /* YogaKit */, - ); - name = Pods; - sourceTree = ""; - }; - 951E2930728490DBD03BBBF1DBE1E83A /* Pod */ = { - isa = PBXGroup; - children = ( - 762226592732E5A0B3B51B99B5C0D77F /* React-RCTText.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 96A4B030BE7DBD817B26594E6033A3B2 /* RCTTextHeaders */ = { - isa = PBXGroup; - children = ( - C06B71FBC2DB955815FD8E041679DB2A /* RCTConvert+Text.h */, - F434E3C4B24EFBEC9055B8C6D8FB6D2E /* RCTTextAttributes.h */, - C289CAA777CCD1F9AED9435FD4826E8E /* RCTTextTransform.h */, - 591DA13626D260959FDF1AB99770190E /* BaseText */, - A42904F1DED95CE7EC7C695E1B323212 /* RawText */, - 4168E30E8A8D8D6DF30F937D55D13447 /* Text */, - 9DE69C17A984983A2B627D9A22DF9617 /* TextInput */, - 9DE65E843FA405419DF105656FCFF441 /* VirtualText */, - ); - name = RCTTextHeaders; - sourceTree = ""; - }; - 96F04302F1BF72931C9551B8A514867B /* nanopb */ = { - isa = PBXGroup; - children = ( - 036F9B209681A89B544D0842A186E161 /* pb.h */, - C24F9FDF75B9AC24D24158854786F70E /* pb_common.c */, - 62D670FB1F5F4CB67A62B88ED7B975AB /* pb_common.h */, - A8DD49C9A2FEE3FB14D358ECE356B368 /* pb_decode.c */, - 9B23756A2FBB43E46117BEBC8C0F768F /* pb_decode.h */, - A728817885C3CE6FE6F8D920A1D130D5 /* pb_encode.c */, - DD2613AFD60F19026B4568F1C23402EA /* pb_encode.h */, - A79221CD3DDD88F1C46AE3574C2723ED /* decode */, - 8AC51CCA803D8FC9ACA6205D621C8928 /* encode */, - 8C4EA28838290B84C25DC6885E5A6337 /* Support Files */, - ); - name = nanopb; - path = nanopb; - sourceTree = ""; - }; - 9711ADD73F14435B8138141247A7CBF1 /* Nodes */ = { - isa = PBXGroup; - children = ( - B8A8C0021687043E6DD0FF81CE18C8A8 /* REAAlwaysNode.h */, - A44ECEFA67C6968257EAC8B996618BF9 /* REAAlwaysNode.m */, - B7995D48AFA486EA6D003F070C14E457 /* REABezierNode.h */, - F9FE9CBBD2D575511AB20E0BA7547CB6 /* REABezierNode.m */, - F739C8C712B48A11645E241942135D3C /* REABlockNode.h */, - 7DB3326C075D290E3221E669920CC2F2 /* REABlockNode.m */, - A9030B5FE1ECBE1BE438A14E4A37EAB2 /* REACallFuncNode.h */, - 6905AE9845FDA3E56CA10D22D854F300 /* REACallFuncNode.m */, - 938776071C392F6619F10975C0375564 /* REAClockNodes.h */, - 907A4B7AD4D5365A5669F8F516D2CDF3 /* REAClockNodes.m */, - BEC7AAB11A153C17BDC1E61061D0787A /* REAConcatNode.h */, - 770EF3B3A8E394FEF486F513E647B794 /* REAConcatNode.m */, - 530FDFDE9582DBAC4C506FA8DAD2D8CF /* REACondNode.h */, - EF6A96982A846B269E93D4E121BAEC55 /* REACondNode.m */, - 03EB61B15FE6B01615EF4B1D593E9997 /* READebugNode.h */, - 6653320846BAFF8FC8DBB6D777388920 /* READebugNode.m */, - 8B5D6E1CEF010B744AD5A6248E59A602 /* REAEventNode.h */, - 760714B7BC2BCC86833E96970322F524 /* REAEventNode.m */, - 767CF4A323E85509A1047D1881465BA8 /* REAFunctionNode.h */, - F2AF487DB1B31546286C760578EA2C49 /* REAFunctionNode.m */, - E2B4AB89F41B078EB91D63A00A7229CA /* REAJSCallNode.h */, - 29489C32923842D027AF04288BE999C3 /* REAJSCallNode.m */, - FCD99FA8DED73945578726A13FFDED26 /* REANode.h */, - 466C11194E7A88831B05D08349F1AEC9 /* REANode.m */, - AB76C683EFF94817381C27F98CF09FE7 /* REAOperatorNode.h */, - B0BB35DDACBFA895399C0833A0658959 /* REAOperatorNode.m */, - 07E84D720FD7374D90D6717CE19DCF84 /* REAParamNode.h */, - 287E5B4E48C69E5BD901CE94BADA5278 /* REAParamNode.m */, - 274EBE9688283EE4FAC297B98549D352 /* REAPropsNode.h */, - FFAA30CA7ADDA5629031866EF998537A /* REAPropsNode.m */, - 714AEF7BBAC99A6C905911D13FDF1ADF /* REASetNode.h */, - 02689AE52EAB86F28DE9785AA8C61DAD /* REASetNode.m */, - CD0EBB6379F0C75900DD6D2713CCDA85 /* REAStyleNode.h */, - 2A2FE20212FF7FF02F6875B8E2A7B92C /* REAStyleNode.m */, - 3935509D045E7E555C8B3B89AC2C5090 /* REATransformNode.h */, - 7F6FE601686240A498E0F764A78A62FB /* REATransformNode.m */, - 8A60F4FD380EF34A4E070B6687038A9A /* REAValueNode.h */, - 3BA1C3E0F60E47542F51745099149490 /* REAValueNode.m */, - ); - name = Nodes; - path = ios/Nodes; - sourceTree = ""; - }; - 99986A9A871846BFBF12B4066EB36BEC /* Resources */ = { - isa = PBXGroup; - children = ( - E1D18A12BC4EAAD031BA7B73F6EA7AD6 /* AntDesign.ttf */, - F30DFEC1FB1886639EF9A71D6322D0C1 /* Entypo.ttf */, - 4D20B8B9C4C1FD70A7DEE3FCE5531257 /* EvilIcons.ttf */, - D63B055B589468D253324C190C0F72AF /* Feather.ttf */, - 6EBE61F1F2BCDDB32D75681AA51A466E /* FontAwesome.ttf */, - 0138066FAD6AF55B4D6F217828BD248C /* FontAwesome5_Brands.ttf */, - 8CF04F22616FC340C026FC26085208DC /* FontAwesome5_Regular.ttf */, - 086462D8D1C17C73B98E9C2E5E001D7B /* FontAwesome5_Solid.ttf */, - 7C05D0DD3C215BEF9723FCD405C480E5 /* Fontisto.ttf */, - 3A9E90C2637BFE617054CD10501423AA /* Foundation.ttf */, - 58EF60B3EAA308AC161116719ADA3E6C /* Ionicons.ttf */, - 31143BD46510E4EC61AD6EC289BE6DD8 /* MaterialCommunityIcons.ttf */, - 3C348CF636ACFE3761A6632ADBEB7872 /* MaterialIcons.ttf */, - 241A0B006C856F440A5234FBC3589597 /* Octicons.ttf */, - 09FF78559FA5B7EBF112AB6F10F7FCEC /* SimpleLineIcons.ttf */, - 1F0F1B3AA6EFC1E6828F6F108C9B086B /* Zocial.ttf */, - ); - name = Resources; - sourceTree = ""; - }; - 9AACAD2C9C88F70CA75ED93997D1F375 /* Support Files */ = { - isa = PBXGroup; - children = ( - 9E9B4DBCBA626E6C49DFB838A8C576C5 /* React-cxxreact-dummy.m */, - F951E54B855A2FE70C9353FC58615BAE /* React-cxxreact-prefix.pch */, - EADFA66CF5846F0BB33C0BF43BBDA8A5 /* React-cxxreact.debug.xcconfig */, - F6F7B2A2AD2DBAB17C25FCC0DB4C4BF0 /* React-cxxreact.release.xcconfig */, + A3750EBDF57A9336FC6F81D6C1C58128 /* React-cxxreact-dummy.m */, + B9A3F1582467C706F3347411AA039AA2 /* React-cxxreact-prefix.pch */, + 471512DD9D59447E786D3CCBD337B33A /* React-cxxreact.debug.xcconfig */, + 7B36E9CF2F9A37853EFE90CFD933D27D /* React-cxxreact.release.xcconfig */, ); name = "Support Files"; path = "../../../../ios/Pods/Target Support Files/React-cxxreact"; sourceTree = ""; }; - 9B0E1D4877A5413E9D36D744993797DA /* Support Files */ = { + 923D79E8AD03FCC42E331B8EB7ED83F1 /* Development Pods */ = { isa = PBXGroup; children = ( - 5EE01601DE5E55BF4299C42BF15059AE /* RNFBApp-dummy.m */, - A59031C2C5A10CD59F5DE1969F97353C /* RNFBApp-prefix.pch */, - 0E298A6E9D656671A0C31FDC2E04D6F8 /* RNFBApp.debug.xcconfig */, - 9932FB791D85AFE59E07910E6DF71BF7 /* RNFBApp.release.xcconfig */, + 322EC7C79B21A06741E9F99D41DA8B90 /* BugsnagReactNative */, + 051CAE7D61D36514D0A77CF73C13CFB0 /* EXAppleAuthentication */, + 6ECFE18DAEC743ECE17DAAC1436C18AF /* EXAV */, + 528B0870394F18FC910316AF973B00FF /* EXConstants */, + EB939FEF119CCF16FE1F944496503CC9 /* EXFileSystem */, + A19776DB930AF5695CBB56D76BDBA29C /* EXHaptics */, + BB507F312B4F2C88010FC286C6B86023 /* EXImageLoader */, + 9DC69D81DD9DB57F35C72ED172C93123 /* EXKeepAwake */, + 9ADC4F40E2DD632EBA1CD3A47B53164E /* EXLocalAuthentication */, + 946DE7A0364C9894F1F8C2B6BB251B16 /* EXPermissions */, + 26AAF4D0199F841467D0BDF70C657481 /* EXVideoThumbnails */, + 7784892FC22030CF8B1462DB15EBCAA9 /* EXWebBrowser */, + AC8CDA38AFFB6D53E3069BDE5A9723C9 /* FBLazyVector */, + E02CD04662FBEB44A945FAAF74052E3C /* FBReactNativeSpec */, + 7F9F0C970A8BF414ECCCB14FDC1D40EB /* KeyCommands */, + D27128FA63A3D80499F33ACA26238305 /* RCTRequired */, + F360619BD8DF28801EB8A3425A1FBB30 /* RCTTypeSafety */, + A75B3AB5B8C64EEA00BE77DA8BFCF866 /* React */, + 53DC7E538FEDED7D730DA40FE194FB52 /* React-callinvoker */, + 3C70D64517EBBB84C796959DF0E27145 /* React-Core */, + B86F10EAF36C50A3A84FF77E93F815BC /* React-CoreModules */, + 6E49F7A468615C7B9FDE755038DF056C /* React-cxxreact */, + A272597E1B0958D301B8A984F4A3D4F5 /* React-jsi */, + EC67509DD29E07FEE4A23A0C24B16D9E /* React-jsiexecutor */, + 8060FD5BECA5C2724B832168A5CC07C6 /* React-jsinspector */, + D28FD9E838FB0A96165F177BDBEE9B11 /* react-native-appearance */, + BCFEB6C33CE2EE1A63889723BBCF335B /* react-native-background-timer */, + 3C68BB0A71040ACF29505D83DC43C5D3 /* react-native-blur */, + 81C077935A14CE175275CB46FF435B55 /* react-native-cameraroll */, + 09DB728E618FED6BC48A11391865BC0D /* react-native-cookies */, + BB5F50EF6B72BC54ED14DC1EB3856E09 /* react-native-document-picker */, + 83D50D02FB2A762AF28E537CDED379C8 /* react-native-jitsi-meet */, + 49A82DB1D0F05DBA7260103D347CD1B4 /* react-native-mmkv-storage */, + 486966AA5BFA82D6747F19A9D38AC7B9 /* react-native-netinfo */, + 2453B11AA1B26F1E610CB90F453C92B1 /* react-native-notifications */, + 4D59AC0B1A87E28814722517359AE3A8 /* react-native-orientation-locker */, + 6D9A238CDAAD843AE33AC36810B373F2 /* react-native-restart */, + FF2EB2A486A938384DCF76C43A1E51AC /* react-native-safe-area-context */, + 3B6DB3F2DB4E704D67D04A8EE35C6017 /* react-native-simple-crypto */, + 69476DA97024CC7ECFDC8034AFCB4E61 /* react-native-slider */, + 872C0008DCFFCDD37CAA85AF6A5A87D9 /* react-native-webview */, + F0B1F480C321829A975D8B1F1364BE3F /* React-RCTActionSheet */, + 5F4D15214C3E4897801E33C53B5B3E0D /* React-RCTAnimation */, + 11AC67041BBD1C31546DA936BEDE3976 /* React-RCTBlob */, + 8FCEA20FFAFD21F91CEC5DE2187332EA /* React-RCTImage */, + E8214C1EC63136C68493DC48955A49CF /* React-RCTLinking */, + 5AE343558C395FC20A72BCA6FCDE2438 /* React-RCTNetwork */, + A3F4434CCDF3D3512EA9CC2819FAD50A /* React-RCTSettings */, + 4B45F3AA7F886DDFEF0C0D2F744DE50C /* React-RCTText */, + 0AC8C811CF4794F439537769C0482020 /* React-RCTVibration */, + D870F120581B9666D1273ADF803BB0C3 /* ReactCommon */, + 58A8A46145E7C45B5AF884C5C7E32B6F /* ReactNativeART */, + CE9CA0658C79FC235368B6103F8BF5DD /* ReactNativeUiLib */, + 24C9B7B2FF7C9A21C8A17357DAAD2F32 /* rn-extensions-share */, + 4D876E64C0CEE157227EDF5297A61275 /* rn-fetch-blob */, + B5A3C68AF8169134C313B2AF612F4155 /* RNBootSplash */, + 9256C917838460D6B7CE553716B3BBA2 /* RNCAsyncStorage */, + B2E345623CACBE98F7D7FC790A24DFF6 /* RNCMaskedView */, + 87C3A7CB0ED0631A6CA3735EACD9F1B7 /* RNConfigReader */, + 09C2DE259586454E378767EE4F190E25 /* RNCPicker */, + 1B4EF99E5A9428246F5734C64FABBE63 /* RNDateTimePicker */, + BAE4483ECCE3FF34D5442BBC039ABAA0 /* RNDeviceInfo */, + 57FF93DFD6550C05DACBD35187E68C18 /* RNFastImage */, + 433420548233722EFF43D2DD74C0ACFD /* RNFBAnalytics */, + 055C7BF73B434F46B3EAD3D5F71C612A /* RNFBApp */, + A30FA79D0EEC2F4211B8632EA35E4224 /* RNFBCrashlytics */, + BD0BD24D83252D72C3BE820AA5C71D36 /* RNGestureHandler */, + E16A46DE58729E0FD146C607A85AA1FD /* RNImageCropPicker */, + 8DEB902DCDA0BD5490A25FB40A7DC4C2 /* RNLocalize */, + 3FB09E4F28734F189321282211442940 /* RNReanimated */, + EBD342673D0759D7427FFA989CBF232B /* RNRootView */, + 3347A15028CB707BC738940931307A0A /* RNScreens */, + C10A392CAE4B3E0190E974A404EC31CE /* RNVectorIcons */, + 7564BE48A7126F835CE114F6C344E589 /* UMAppLoader */, + 9CB2B0A3711473954B7B143116FF8348 /* UMBarCodeScannerInterface */, + 05ACA1A0C12853BCBD384DE726CD121D /* UMCameraInterface */, + 550F2CDA7F5A0EB2C8840975CBDF99D0 /* UMConstantsInterface */, + 36401B6FDC3CC484C71C8F0B1BAC2491 /* UMCore */, + 5FA38B7F41D07E03F28D70D8AAE7D576 /* UMFaceDetectorInterface */, + 02A7D760F772A3797FD0D223A9AB1DAF /* UMFileSystemInterface */, + 948B7AB131AB9C32FC5CFA1812F868D0 /* UMFontInterface */, + 3B97C1F22773C02700715D88AD088D18 /* UMImageLoaderInterface */, + F808A29EF6D2BF27D4ED02DC44442A59 /* UMPermissionsInterface */, + AE37AD6897E2B5A9720ECFF53E7E8D35 /* UMReactNativeAdapter */, + 0519B1EF7C01FF21B1D594369C008895 /* UMSensorsInterface */, + 7E7BF6040CD4EA3F1F283FDA1420E88D /* UMTaskManagerInterface */, + 823FF52CEA99B4194B39D702A1DCB430 /* Yoga */, + ); + name = "Development Pods"; + sourceTree = ""; + }; + 9256C917838460D6B7CE553716B3BBA2 /* RNCAsyncStorage */ = { + isa = PBXGroup; + children = ( + A86ED71F84E0E35A0A3920F5679C1958 /* RNCAsyncStorage.h */, + 72F202DD289F582C14C88B797856D7FB /* RNCAsyncStorage.m */, + 1B6180ECAE92490934C79B1E5BAAE582 /* RNCAsyncStorageDelegate.h */, + E2DCCF7D79E1747A9C319C3F8A1F1019 /* Pod */, + AEA39F87025899DF3432F34F131EADEF /* Support Files */, + ); + name = RNCAsyncStorage; + path = "../../node_modules/@react-native-community/async-storage"; + sourceTree = ""; + }; + 92AA9B5C28252154A5DB0F5333978094 /* Surface */ = { + isa = PBXGroup; + children = ( + A11A14B309EE416331F71F600A0DE1B4 /* RCTSurface.h */, + 39B7FB9FEDA213E7D987311504F39356 /* RCTSurface.mm */, + 55BA64EB38470A03520E45CC73BC958E /* RCTSurfaceDelegate.h */, + D72DB4B07C80648FAE86C7B1DAACE7FD /* RCTSurfaceRootShadowView.h */, + AC4707964221E75DBC6E11DC1E40B888 /* RCTSurfaceRootShadowView.m */, + 14A8FEC046CE4FEF01CDF09AB5DEE0D0 /* RCTSurfaceRootShadowViewDelegate.h */, + 971F6980AC142F945F3F5B9BEE8FFE12 /* RCTSurfaceRootView.h */, + 101E20E44FBB5F30E9F9E79E861FA29B /* RCTSurfaceRootView.mm */, + FA28C9EAC96802B1D6C95CCDC3CD7D79 /* RCTSurfaceStage.h */, + 6437C95462C71872990620A9AF6EB1B3 /* RCTSurfaceStage.m */, + 3248A206F08A03BFE1BE10BA77D2BD8C /* RCTSurfaceView.h */, + C223FAD2EBBFC29E331A4D7A5D52D5CC /* RCTSurfaceView.mm */, + 068760A519E70A35B2C34331A54B760E /* RCTSurfaceView+Internal.h */, + 4B31364F54792F74AC8313687DBDA3EA /* SurfaceHostingView */, + ); + name = Surface; + path = Surface; + sourceTree = ""; + }; + 92B1E4DFF3F1649BAC4A5EC0F3A7CE78 /* Support Files */ = { + isa = PBXGroup; + children = ( + F0B7962D7E0A6CFAE198430F06480E56 /* RNVectorIcons-dummy.m */, + 11CE9B3BA02132F719EE481C3175D22B /* RNVectorIcons-prefix.pch */, + 46050E86C51236D2C9250A040807AC4A /* RNVectorIcons.debug.xcconfig */, + 1E47A898A6F7CEAEA679AB474A50D825 /* RNVectorIcons.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNFBApp"; + path = "../../ios/Pods/Target Support Files/RNVectorIcons"; sourceTree = ""; }; - 9B45EE145BAFECFD98041A0938A1DBB6 /* Pod */ = { + 92F7E52EE451625B3BED402950C1ADF0 /* Text */ = { isa = PBXGroup; children = ( - D7D96A722594D344663E6775C05D92B4 /* RCTTypeSafety.podspec */, + 11C87E662AC67D5498A1DE77D96AD407 /* NSTextStorage+FontScaling.m */, + 68D85EA3D17230576386210F4FD87576 /* RCTTextShadowView.m */, + BEBBD38FC09E4CCBE8C7BFBECFF6BD80 /* RCTTextView.m */, + DFA2BF0269D6F73738AF58B4AC57ACE1 /* RCTTextViewManager.m */, ); - name = Pod; + name = Text; + path = Text; sourceTree = ""; }; - 9B5046CD8B4A31FD00BFC53034C52FD8 /* react-native-restart */ = { + 9468301ED6891F38BF810FFF6EB84030 /* highlighterview */ = { isa = PBXGroup; children = ( - 8832E467FA18E07B03E3118741FB90E7 /* Restart.h */, - F5F39EDEC103E80EA85E5E7920A09E39 /* Restart.m */, - E98510E1B2837EACE94E7ED12A346745 /* Pod */, - D045221DC76C8CB0AAD1382C04346435 /* Support Files */, - ); - name = "react-native-restart"; - path = "../../node_modules/react-native-restart"; - sourceTree = ""; - }; - 9B7F578E41E26C73FBF4F96163FACA74 /* UMImageLoaderInterface */ = { - isa = PBXGroup; - children = ( - 73B1C66016344BD16D8749C44E3BAFB9 /* UMImageLoaderInterface.h */, - 45676450CD12F3F0FDBFA2922F63A317 /* Pod */, - 883F0ADEAA4482954AEBA32D4F7CBBB6 /* Support Files */, - ); - name = UMImageLoaderInterface; - path = "../../node_modules/unimodules-image-loader-interface/ios"; - sourceTree = ""; - }; - 9BB732A69BCB9E02564EDB404E868B85 /* Pod */ = { - isa = PBXGroup; - children = ( - 4A198F9E2CC27E62565474FDE438B6E3 /* React-RCTVibration.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 9C24C980CAA0B80F5D3D1C053708D21F /* KSCrash */ = { - isa = PBXGroup; - children = ( - 0E40DE00E3DAD262BD0E17D461A77AAC /* Recording */, - D4D1A3C99B811BAD8C2E6015F6AEB4B1 /* Reporting */, - ); - name = KSCrash; - path = KSCrash; - sourceTree = ""; - }; - 9CD4E86EE74DF91C08A674BE94D7549F /* Pod */ = { - isa = PBXGroup; - children = ( - 1F046BEEAB42F02D5CB23207ADF42C73 /* UMSensorsInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - 9D9FF6B4264AC516BD8860E5ADB704F9 /* UMTaskManagerInterface */ = { - isa = PBXGroup; - children = ( - 1831343C1E0BAEB59137245334137DA0 /* UMTaskConsumerInterface.h */, - F18C4F8EA5C18F65620A179A5A88617C /* UMTaskInterface.h */, - 91507ECB986E4D44CFD9AD5C99EA84F3 /* UMTaskLaunchReason.h */, - 80F187EF6BD0F2810CDF0C61B6EE51C6 /* UMTaskManagerInterface.h */, - 5BAF20BC6ED43D3B1215BD495A13E76F /* UMTaskServiceInterface.h */, - 8A7390A97F84EC38BD79718D7B3BD1AF /* Pod */, - 642C7395537F88F383F04B770C8D6530 /* Support Files */, - ); - name = UMTaskManagerInterface; - path = "../../node_modules/unimodules-task-manager-interface/ios"; - sourceTree = ""; - }; - 9DE65E843FA405419DF105656FCFF441 /* VirtualText */ = { - isa = PBXGroup; - children = ( - C61740FE17E24FE5D9361189E05189EB /* RCTVirtualTextShadowView.h */, - 6928D670B73CDD66C4D4DB9B339597CF /* RCTVirtualTextViewManager.h */, - ); - name = VirtualText; - path = Libraries/Text/VirtualText; - sourceTree = ""; - }; - 9DE69C17A984983A2B627D9A22DF9617 /* TextInput */ = { - isa = PBXGroup; - children = ( - 32354399CBD66084920759CE8FAF3397 /* RCTBackedTextInputDelegate.h */, - 5F4FA594CA408E63F8F47D489F67309A /* RCTBackedTextInputDelegateAdapter.h */, - 93455D3A4FFE46685926EE28BF8851E4 /* RCTBackedTextInputViewProtocol.h */, - 3F3AC52D7B18A473C2D0CE836572759E /* RCTBaseTextInputShadowView.h */, - 2AD5447011D8A8106C553442762BFE6F /* RCTBaseTextInputView.h */, - 70E823991955DD94B192B69EFA7C760B /* RCTBaseTextInputViewManager.h */, - D1D15BF1A6C1925236ECB94A44873EC5 /* RCTInputAccessoryShadowView.h */, - 78F34E9EF0439725D236766F3DA56768 /* RCTInputAccessoryView.h */, - D4758CB1D3D0F501F0496278541075FE /* RCTInputAccessoryViewContent.h */, - A7E6D536EAED6D7CC353881F9DA7F1B6 /* RCTInputAccessoryViewManager.h */, - F9FC8E36418F2F6AC7AD358724E85457 /* RCTTextSelection.h */, - 0A9A9BE0FAF81DC3FFE176029F210FE3 /* Multiline */, - C39879E32F4A0C031ECC26E33DC5B89B /* Singleline */, - ); - name = TextInput; - path = Libraries/Text/TextInput; - sourceTree = ""; - }; - 9F323CEA4F433A41AA23C2290D30D510 /* Pod */ = { - isa = PBXGroup; - children = ( - 9E60912ACCBA24416DDB405C0C1A9EC2 /* LICENSE */, - 5C081F81F3AC51CCB87F01CD17B47F43 /* README.md */, - 8A94BC245DD4B6E7A283FCCC366CA7D6 /* RNFastImage.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - A14DAD69E31D1D31F89A19555B97D682 /* UMAppLoader */ = { - isa = PBXGroup; - children = ( - 0E77D1F6EDA9A80892183B10C45D4318 /* UMAppLoaderProvider.h */, - 2A088D69DCEBEC2C4DB966352F3168A0 /* UMAppLoaderProvider.m */, - 34807728FEDF0F244AB31B2794EC7CBB /* Interfaces */, - B6EE02FC8A2EB83F092F00955D94CEAB /* Pod */, - E1BAE1989F728BE8AFF89D2F2DD14A28 /* Support Files */, - ); - name = UMAppLoader; - path = "../../node_modules/unimodules-app-loader/ios"; - sourceTree = ""; - }; - A2524B737F2289ACB110A0C9042FC9FC /* Pod */ = { - isa = PBXGroup; - children = ( - 07C8CB3B3C4D5B560422F881C4828059 /* React-jsi.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - A2F3C8F992A758885AE570638DA495C1 /* EXPermissions */ = { - isa = PBXGroup; - children = ( - 94C47832D2728EF9F75E7F2C73D6B221 /* EXPermissions.h */, - FD0B3E7347080AE2C1DE76FFA0E96BF9 /* EXPermissions.m */, - B239D8F44425DBD23EE5226EEE0D7DCA /* EXReactNativeUserNotificationCenterProxy.h */, - E8C62E590FA7056D0899ACFB74FB084E /* EXReactNativeUserNotificationCenterProxy.m */, - 29FA8794AB235829CFE487E3B985FFAA /* Pod */, - 41CB0E09B8950B71BCF8D989975663E3 /* Support Files */, - ); - name = EXPermissions; - path = "../../node_modules/expo-permissions/ios"; - sourceTree = ""; - }; - A42904F1DED95CE7EC7C695E1B323212 /* RawText */ = { - isa = PBXGroup; - children = ( - 057D64270D389483BE744775FE26CFB6 /* RCTRawTextShadowView.h */, - 2FAF08C282F0E3B1160ACF781E9B0516 /* RCTRawTextViewManager.h */, - ); - name = RawText; - path = Libraries/Text/RawText; - sourceTree = ""; - }; - A4586FE24CF68090F53746DBC69B673E /* Support Files */ = { - isa = PBXGroup; - children = ( - EE185D25081B8C199E19F61CFC46289A /* RNFBAnalytics-dummy.m */, - FFB03C30BB56B62D5B808C4CA4B89A2A /* RNFBAnalytics-prefix.pch */, - BF590B632FAF586936466586953E8757 /* RNFBAnalytics.debug.xcconfig */, - 6D9ADD4CA2C091E06437AD924E5E01C5 /* RNFBAnalytics.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNFBAnalytics"; - sourceTree = ""; - }; - A4684E0EA2090437971722B930A89864 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 8ABFAC365F4B619316634548978FEAE1 /* FIRAnalyticsConnector.framework */, - 4F6FE6ABC90782785135CF9173C72388 /* FirebaseAnalytics.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - A5C2980179FAB098B788C613EDC9FC55 /* RNFBAnalytics */ = { - isa = PBXGroup; - children = ( - C554BDA941566119A09B3CF201DCE0F3 /* RNFBAnalyticsModule.h */, - FCA50905E505CC6F9FC6054D3A14F2AC /* RNFBAnalyticsModule.m */, - 39C7F11881C0D4299D0A32C6BB193A1D /* Pod */, - A4586FE24CF68090F53746DBC69B673E /* Support Files */, - ); - name = RNFBAnalytics; - path = "../../node_modules/@react-native-firebase/analytics"; - sourceTree = ""; - }; - A72256954EFF07413C73388927E74197 /* highlighterview */ = { - isa = PBXGroup; - children = ( - E0A5A74CAFB33575C52C87A89BB53FF0 /* HighlighterView.h */, - EBFC53917D705439D1988EDBAE72E120 /* HighlighterView.m */, - 0F8DE274703A0B5C4DB594BFC72D6756 /* HighlighterViewManager.h */, - BA18343329800C36602D861022E00206 /* HighlighterViewManager.m */, + 3707C79B5D7912313B6F2133321D63DF /* HighlighterView.h */, + 4C3D1218B46DEC690FC0396913E30100 /* HighlighterView.m */, + 6FC95942C8E7F7A88AED7844C86293A5 /* HighlighterViewManager.h */, + 50D5BB58FA7D8F591876E5678A7DEC39 /* HighlighterViewManager.m */, ); name = highlighterview; path = ios/reactnativeuilib/highlighterview; sourceTree = ""; }; - A79221CD3DDD88F1C46AE3574C2723ED /* decode */ = { + 946DE7A0364C9894F1F8C2B6BB251B16 /* EXPermissions */ = { + isa = PBXGroup; + children = ( + E1EF2364ACB27C7F6EAC5F02D33DEE22 /* EXPermissions.h */, + A92FFF492D971EE8EC0830AF2D2C3E41 /* EXPermissions.m */, + 549F2E274E3F2572A2C6E45523BC7241 /* EXReactNativeUserNotificationCenterProxy.h */, + 8A63EEA7A695D8DE3F01D6D694C5A4F5 /* EXReactNativeUserNotificationCenterProxy.m */, + F33E4CE1ED2445AC32148D805771D83B /* Pod */, + 12D000D5D1274AEEF182F03347A35F46 /* Support Files */, + ); + name = EXPermissions; + path = "../../node_modules/expo-permissions/ios"; + sourceTree = ""; + }; + 948B7AB131AB9C32FC5CFA1812F868D0 /* UMFontInterface */ = { + isa = PBXGroup; + children = ( + 72DCBAB566E7D46B89A9E7E490404F46 /* UMFontManagerInterface.h */, + 5F1A2BCB3306D3CB6D7AA9595D6F1B9A /* UMFontProcessorInterface.h */, + 6C33147532421B945104DEC0983F251B /* UMFontScalerInterface.h */, + 7C05B594A351BB549971F63880744C01 /* UMFontScalersManagerInterface.h */, + ABE025094DAF2C99D2955615EDE38636 /* Pod */, + 169C9442A0DA5EF91165DA0064F40B76 /* Support Files */, + ); + name = UMFontInterface; + path = "../../node_modules/unimodules-font-interface/ios"; + sourceTree = ""; + }; + 95E47C81CD0B3DEE05425891A2641A71 /* Support Files */ = { + isa = PBXGroup; + children = ( + 49BF35CA84406AEC8EFC01BD5B82FBF7 /* ReactNativeUiLib-dummy.m */, + 67382333CD20F8EDA4DAF7E49C4A9409 /* ReactNativeUiLib-prefix.pch */, + 848740252DEE09684AE446178DD76237 /* ReactNativeUiLib.debug.xcconfig */, + AD852C909158B529A7D30C8C5E0451A2 /* ReactNativeUiLib.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/ReactNativeUiLib"; + sourceTree = ""; + }; + 97273BEE8989EE257ECE6D030FEC4609 /* Pod */ = { + isa = PBXGroup; + children = ( + CAAED49C2E061E82DF575890B977F4C0 /* UMCameraInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 97E08D3B2400D6E17266DC8DFEECE034 /* Pod */ = { + isa = PBXGroup; + children = ( + 7C4224729ED2CA01F3D27FBA9AEEC618 /* LICENCE */, + E72B05DF8F43766031AA1E0F3F006E75 /* react-native-cameraroll.podspec */, + C92AB0EBC38BF1F4CE3B6BE49759F99F /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 993BF7CFA3E4B9309EFB6451B22D1F28 /* Support Files */ = { + isa = PBXGroup; + children = ( + 9793837FBB5DA5B8D10F6991435CD2DA /* React-RCTAnimation-dummy.m */, + 5C41F085EC6B4AEA272F386CC12C2231 /* React-RCTAnimation-prefix.pch */, + 97201ED66448D042727D78C9709B0952 /* React-RCTAnimation.debug.xcconfig */, + E4E819F3F464B0FF6DE88072DD96E4F1 /* React-RCTAnimation.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-RCTAnimation"; + sourceTree = ""; + }; + 999C3765022D4FDEA1025493EEEAB64A /* FlipperKitNetworkPlugin */ = { + isa = PBXGroup; + children = ( + 0AC57F38DC91B6492E3B74B637E80C5A /* FlipperKitNetworkPlugin.h */, + A6D3289DA5E5937FA70A107D5CCE14FB /* FlipperKitNetworkPlugin.mm */, + 8152E6667CD117CC356A65F289EFDBAE /* SKBufferingPlugin.h */, + 23341602752053597CADA7B8CBEE4403 /* SKBufferingPlugin.mm */, + 1D9156975AE29943EA8012F56E1C674A /* SKBufferingPlugin+CPPInitialization.h */, + A776D0406DCD6D0C178FBB9083C6A8BD /* SKDispatchQueue.h */, + 20DCA60F05C587178955271659C6F4FA /* SKNetworkReporter.h */, + BF8E84814157F6E8772D4FFD1848934B /* SKRequestInfo.h */, + 6A179A32E5564BD3B3295ED91530321C /* SKRequestInfo.m */, + C577B154D3157924324E6D839DADAE9C /* SKResponseInfo.h */, + AE93DFADEB709B24F6E4E38728BC3A80 /* SKResponseInfo.m */, + A4D53670725A185562E1BBEC5C6BF76C /* SonarKitNetworkPlugin+CPPInitialization.h */, + ); + name = FlipperKitNetworkPlugin; + sourceTree = ""; + }; + 99DA18E9DBB70B1B123554C6963F96BF /* Support Files */ = { + isa = PBXGroup; + children = ( + F1C5AA97A31457358CDB34979DAE5921 /* ResourceBundle-TOCropViewControllerBundle-TOCropViewController-Info.plist */, + C065423E7B19916572D938E1977291DC /* TOCropViewController-dummy.m */, + 5A6864F1DC76993A019E7FF5D2B52E5E /* TOCropViewController-prefix.pch */, + DD16B247A3280A66B3AF2FB0EFDB5BDD /* TOCropViewController.debug.xcconfig */, + FC2F869BED46C5294D3A995FD8452959 /* TOCropViewController.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/TOCropViewController"; + sourceTree = ""; + }; + 9ADC4F40E2DD632EBA1CD3A47B53164E /* EXLocalAuthentication */ = { + isa = PBXGroup; + children = ( + DAB45F0085D8A678A184DE42B1817A1F /* EXLocalAuthentication.h */, + 3782EEB74985B9C222CB86C0A4007BD0 /* EXLocalAuthentication.m */, + 893E4B6606E3CCE196E4D29C9DAC85A2 /* Pod */, + 71A34EE46D3B70A23486D62C7A1289E0 /* Support Files */, + ); + name = EXLocalAuthentication; + path = "../../node_modules/expo-local-authentication/ios"; + sourceTree = ""; + }; + 9AFC323286AFF7338A9CAB87A071C184 /* Pod */ = { + isa = PBXGroup; + children = ( + 148682F2D807CD8544CC989AE26CBBBC /* LICENSE */, + 0BFF4472B13B1F1197170E60EDB4B635 /* README.md */, + 964520F4BAD81827EED8571ABA67F9B2 /* RNFBCrashlytics.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 9B294DA526F53249AD617BA610BB9762 /* Support Files */ = { + isa = PBXGroup; + children = ( + 18DB2D0FDBBD540C6281053E3588410B /* react-native-webview-dummy.m */, + 1F89C2F152A16648F2821DFF798F572E /* react-native-webview-prefix.pch */, + 16BF2F3F7FAE1B6F2BFA90146B4D2BC8 /* react-native-webview.debug.xcconfig */, + F4671EF7BA33F2C2D909EB895C0B9C28 /* react-native-webview.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-webview"; + sourceTree = ""; + }; + 9BD18B1E960486B6AF64669BF9B3C53D /* CoreOnly */ = { + isa = PBXGroup; + children = ( + EC675C6D18399C142A6B540EEFF17992 /* Firebase.h */, + ); + name = CoreOnly; + sourceTree = ""; + }; + 9C9763567670DC09CC61DED32A72EFB3 /* UMModuleRegistryAdapter */ = { + isa = PBXGroup; + children = ( + 9FAC468A4F7C2BCA75B963C79FB76CF3 /* UMModuleRegistryAdapter.h */, + 35A81BB48565CED85BFE1A8A56968595 /* UMModuleRegistryAdapter.m */, + 51C86608809F431866498A0826C02853 /* UMModuleRegistryHolderReactModule.h */, + CE0C64FE23771524B5B68EA5DBEBDFAC /* UMModuleRegistryHolderReactModule.m */, + 8BA89ADFAE2C751837BFB321B2E716B5 /* UMViewManagerAdapterClassesRegistry.h */, + 576F13703190D0EA6E5631025D438A95 /* UMViewManagerAdapterClassesRegistry.m */, + ); + name = UMModuleRegistryAdapter; + path = UMReactNativeAdapter/UMModuleRegistryAdapter; + sourceTree = ""; + }; + 9C98855AB02C3900DAA9210769A18501 /* Support Files */ = { + isa = PBXGroup; + children = ( + 99A9F8BB2CA1319B902F9B26DEFAF104 /* UMSensorsInterface.debug.xcconfig */, + A9052C54608FDB1D504ECB9CDC187E1B /* UMSensorsInterface.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMSensorsInterface"; + sourceTree = ""; + }; + 9CB2B0A3711473954B7B143116FF8348 /* UMBarCodeScannerInterface */ = { + isa = PBXGroup; + children = ( + 79252D56C698CFD25799CC4B521EFF1E /* UMBarCodeScannerInterface.h */, + 8F7DC3B2CB7EB4121BCE697DCCC32F06 /* UMBarCodeScannerProviderInterface.h */, + EE66C83160F013E88B9E84A042CB7EC7 /* Pod */, + ABF0C0CA67A3E312848BE4B33A7657BC /* Support Files */, + ); + name = UMBarCodeScannerInterface; + path = "../../node_modules/unimodules-barcode-scanner-interface/ios"; + sourceTree = ""; + }; + 9D725D26EC43157091A72D1968A04EEB /* Support Files */ = { + isa = PBXGroup; + children = ( + BE5EE285FADD586783B42D22E550058B /* EXFileSystem-dummy.m */, + F68CDB223C4177302C855548DCDB39DD /* EXFileSystem-prefix.pch */, + 66D4371EEDD3EC8650DD4B10E7B086ED /* EXFileSystem.debug.xcconfig */, + 5C9F4E89BD15F556A6A5814E998F3F34 /* EXFileSystem.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXFileSystem"; + sourceTree = ""; + }; + 9DC69D81DD9DB57F35C72ED172C93123 /* EXKeepAwake */ = { + isa = PBXGroup; + children = ( + 9472E6A8ADC8A9E6144C9B61E96FC491 /* EXKeepAwake.h */, + 6D20EF6282ABDEDD9B30AD34728F4BE2 /* EXKeepAwake.m */, + D33F1F37D222E95E6675B8E71A9FB22F /* Pod */, + 75B3AF2C8362BC882622245B49F00874 /* Support Files */, + ); + name = EXKeepAwake; + path = "../../node_modules/expo-keep-awake/ios"; + sourceTree = ""; + }; + 9E642E2521F87C69B4CA606BBF64EE6F /* Pod */ = { + isa = PBXGroup; + children = ( + 784877AE8D53457ACA0080F31AB8E54D /* LICENSE */, + 41B7A3479066B0FC7AB643E263538B16 /* react-native-netinfo.podspec */, + AA5D24AB2E90F99107D94CFE0AAAB354 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + 9E9471F8DB59D4297D66390C42C75E4A /* PromisesObjC */ = { + isa = PBXGroup; + children = ( + BEFB764D65B20FA8154B77A1DDED76E2 /* FBLPromise.h */, + 8EFAF70FC7AD5745B398BEB23402B339 /* FBLPromise.m */, + 3F5744FABB388827D57808557D9928B3 /* FBLPromise+All.h */, + 162DF357A5D6A3074EC49D6A9D7F9D03 /* FBLPromise+All.m */, + AE16C65B401F7FC95D227A8A81E44586 /* FBLPromise+Always.h */, + 7D778FBB5BB438017DA1A03F67FB36F4 /* FBLPromise+Always.m */, + D4DA89E4F209597652A7F76DB5DC5836 /* FBLPromise+Any.h */, + F1CEC8454C926A51B469E5DF6DE7062B /* FBLPromise+Any.m */, + 45E913232E1A32F18CB1C296C7F89335 /* FBLPromise+Async.h */, + 7D0A55543B055D21E4E2D873085D1424 /* FBLPromise+Async.m */, + D205A73E4DEC271CBDD738F85181D734 /* FBLPromise+Await.h */, + 67B8AABDCCD394EAEF02548581A72401 /* FBLPromise+Await.m */, + 25FF97004F3FD3906A3A2BA762C7D676 /* FBLPromise+Catch.h */, + 3E85121D71C337EC33D59DC67F3A22EE /* FBLPromise+Catch.m */, + CBE4A6D52BE474B01E12EC8C4E4D019D /* FBLPromise+Delay.h */, + 4A5AAD7F6ADA478197438B8FC683D30D /* FBLPromise+Delay.m */, + 5385E7A5570B1ECECF59DAACCE531316 /* FBLPromise+Do.h */, + 0605485DB7CC412F7210A7E521585755 /* FBLPromise+Do.m */, + 094F5EDAB5CCCE4C29647C4ECD85275D /* FBLPromise+Race.h */, + CEC293269075727CBDCE70ADD6FBB5E6 /* FBLPromise+Race.m */, + 2ADB839D8E97A5BA67A8085C35FB027F /* FBLPromise+Recover.h */, + 07CD9237853F7177B1756059C47A8179 /* FBLPromise+Recover.m */, + 1E781B9995E4FE6C36B3BCF779F0139A /* FBLPromise+Reduce.h */, + 4E0FC15E0C888523E04A0C99E7CB65BF /* FBLPromise+Reduce.m */, + 122E8A99C50C7776793BC31871411F2F /* FBLPromise+Retry.h */, + EF1D883E483F563A9F4535EBD2E361AF /* FBLPromise+Retry.m */, + C734EA9B27E68E23F2959BADCD475545 /* FBLPromise+Testing.h */, + 9430874F1AC842EC9A0090BD51FB87E5 /* FBLPromise+Testing.m */, + 53FB7361A6A40D90635C1CB2D7E57F7A /* FBLPromise+Then.h */, + 8B8D6F699ACD121C75CAB0326E9BD3DD /* FBLPromise+Then.m */, + 75FAB4B2A9D6C1EE005C3C69A279E67D /* FBLPromise+Timeout.h */, + 4311671915DF334E27A7ED2B0123315E /* FBLPromise+Timeout.m */, + CCF57FBA2210324AF980C0B7D553A654 /* FBLPromise+Validate.h */, + AE0955F767E899B4290FBBC6F39E6D1B /* FBLPromise+Validate.m */, + 15F9371AFC26821AD43D9285523D4748 /* FBLPromise+Wrap.h */, + 01FA454CC5BE6D52C5AF72A217A8E779 /* FBLPromise+Wrap.m */, + 0C5EAE365EDCD043514FEE6972EC31AA /* FBLPromiseError.h */, + 021A156296AB0554566843FE9796E67A /* FBLPromiseError.m */, + 85F59B9B90304267C7154E3BCEDAE35F /* FBLPromisePrivate.h */, + 73E2B26B49CCF57F4F2FBF4809F14470 /* FBLPromises.h */, + F1E2963E7EF6008B089938A725FF4BC2 /* Support Files */, + ); + name = PromisesObjC; + path = PromisesObjC; + sourceTree = ""; + }; + 9E94B3DEA0B2E3430D26A7077D598157 /* Protocols */ = { + isa = PBXGroup; + children = ( + 4D0EF528D05BDBB8FE6A827598FDBFAE /* UMAppLifecycleListener.h */, + 0A48DA32A700FC4A22411D09E7A5FF9A /* UMAppLifecycleService.h */, + CCF485611C7AB1AC580C0212797BBCFC /* UMEventEmitter.h */, + 89AED319083C725959FA8631A7176C27 /* UMEventEmitterService.h */, + C6233E0DD2359073664D851443E0B10F /* UMInternalModule.h */, + E2BA859ED62010B52DB77F5EE0D2AF86 /* UMJavaScriptContextProvider.h */, + 959051C1EE88F658A671A97D79E891CA /* UMKernelService.h */, + 95BBD1E808205BD2C0EF96522256F8B6 /* UMLogHandler.h */, + 50A238E54439A97124948140D36137BB /* UMModuleRegistryConsumer.h */, + F7B2E06998332BE3FFD795BF566A4286 /* UMUIManager.h */, + B7BFB18DA23EE8AF529C2B09CDC32326 /* UMUtilitiesInterface.h */, + ); + name = Protocols; + path = UMCore/Protocols; + sourceTree = ""; + }; + 9ECABD50D2ABB0E5E0D5221C992312EA /* libwebp */ = { + isa = PBXGroup; + children = ( + 3FEA46D0FB0C72648E7197112211284E /* demux */, + DFBD00AA9F15EE11B53B7E2E9C5E5E3F /* mux */, + E58BF904EE204E6F52D390162374657C /* Support Files */, + EC5C017D16F0650BA95DB46EA495649F /* webp */, + ); + name = libwebp; + path = libwebp; + sourceTree = ""; + }; + 9EE7698A788A439E006E7626F4832391 /* AppDelegateSwizzler */ = { + isa = PBXGroup; + children = ( + 5DC7951B226DF5449C013D5A4B53C2E2 /* GULAppDelegateSwizzler.h */, + 1A586E6EB626170EAADFB59967E54BE7 /* GULAppDelegateSwizzler.m */, + 7839F2D96277B4431678105EB411A0BA /* GULAppDelegateSwizzler_Private.h */, + D5145D94B174196F0F88077A91A87025 /* GULApplication.h */, + 3DCFD86117B85F8793F5051E9FF6E1E2 /* GULLoggerCodes.h */, + 7CF65B475E2DD0D558171A453E414524 /* GULSceneDelegateSwizzler.h */, + 8CB3DF8C785A7D07601400CFF9D04B58 /* GULSceneDelegateSwizzler.m */, + E82FD30D82F49CCF764C390465961C9C /* GULSceneDelegateSwizzler_Private.h */, + ); + name = AppDelegateSwizzler; + sourceTree = ""; + }; + 9FDF7C48B033E58DBF8C37D17DE16C4F /* Support Files */ = { + isa = PBXGroup; + children = ( + A541A11F55CD544A3836D2DD8E6D3BE2 /* CocoaLibEvent.debug.xcconfig */, + EE5D996815FD3F190A1035E514B18EF0 /* CocoaLibEvent.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/CocoaLibEvent"; + sourceTree = ""; + }; + A00B13736DA7E4907A41BF1287D8DEE1 /* Pod */ = { + isa = PBXGroup; + children = ( + 9FF5DB6115EFC76EA34F49665BF2004E /* LICENSE */, + 41CFD537EC501FAA9FDDC28A666407B0 /* react-native-cookies.podspec */, + E1EBD16B3ABD6042DB79BC7107978A08 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + A0CB8FE82BE2478D973C86E008253BB5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 461454BFA71F2BF6E61325718BA6C32E /* Flipper-RSocket-dummy.m */, + 7CC28B5B270E7445B52FFAB5B588EFA1 /* Flipper-RSocket-prefix.pch */, + E3F33E1C24C81B6C36F0E44AC02684B0 /* Flipper-RSocket.debug.xcconfig */, + B3DF9F54431589035E19C4BEFEFB525A /* Flipper-RSocket.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Flipper-RSocket"; + sourceTree = ""; + }; + A1719B80D52684B3047EB41C01B75681 /* Pod */ = { + isa = PBXGroup; + children = ( + C778912608E473F6B0EB22FF4BC8295A /* LICENSE */, + 621E5592EE985B8A158093CE8BE54414 /* react-native-jitsi-meet.podspec */, + 83E0A838D8FD9AEFAF1A22A50B01D6E3 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + A19776DB930AF5695CBB56D76BDBA29C /* EXHaptics */ = { + isa = PBXGroup; + children = ( + 3824072BC35AFA3E8D2381D9F7B91CED /* EXHapticsModule.h */, + 65D8C51C2CF0A60527B73406F16BAEC8 /* EXHapticsModule.m */, + 10A2909F11731DA9FEDC7B6FCB929F88 /* Pod */, + EDC0DA2440E769B4AB3725725A77212B /* Support Files */, + ); + name = EXHaptics; + path = "../../node_modules/expo-haptics/ios"; + sourceTree = ""; + }; + A1C80DEE905CE954A23E8331484288C0 /* Support Files */ = { + isa = PBXGroup; + children = ( + 15728E2E8C6A530CD705E2CE4AC4FA98 /* nanopb-dummy.m */, + 1DC6A00B0C5BF3215918217EFE366919 /* nanopb-prefix.pch */, + 80FEF1633468F2369547D7240D7B3EBC /* nanopb.debug.xcconfig */, + 647A3F3F232601D461AC0D2D1E72DE55 /* nanopb.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/nanopb"; + sourceTree = ""; + }; + A272597E1B0958D301B8A984F4A3D4F5 /* React-jsi */ = { + isa = PBXGroup; + children = ( + 96943C6C2A1A1DA13749C5762ED8D4AC /* JSCRuntime.cpp */, + 598376BAF2EB78D1BEB6B570512ECA06 /* JSCRuntime.h */, + 08E143E3B1E4908EFE7958A908C2EF80 /* jsi */, + 300559201D02D7D7FDF90444F9F4AFB1 /* Pod */, + AE4E3D50E1BE0E69BE0990C58B12D9A4 /* Support Files */, + ); + name = "React-jsi"; + path = "../../node_modules/react-native/ReactCommon/jsi"; + sourceTree = ""; + }; + A30FA79D0EEC2F4211B8632EA35E4224 /* RNFBCrashlytics */ = { + isa = PBXGroup; + children = ( + F9F5E0866A2BF361BC6A128DF8DAF097 /* RNFBCrashlyticsInitProvider.h */, + C366131D88B4FA0933A8F80B363247DD /* RNFBCrashlyticsInitProvider.m */, + BFC337FA105ABFFA37FA4522A4B56119 /* RNFBCrashlyticsModule.h */, + 142BCC219A98BE902B4A9A46E3F67871 /* RNFBCrashlyticsModule.m */, + 9AFC323286AFF7338A9CAB87A071C184 /* Pod */, + 0C41FD94A13EB02CA6BEAC5B3E69F3C6 /* Support Files */, + ); + name = RNFBCrashlytics; + path = "../../node_modules/@react-native-firebase/crashlytics"; + sourceTree = ""; + }; + A368EBE5822717A17128BD33391A93EE /* RCTTextHeaders */ = { + isa = PBXGroup; + children = ( + 41758DF07308A697F34A55A0E9F85134 /* RCTConvert+Text.h */, + 7650F58D597418B37BAD5544DE08E389 /* RCTTextAttributes.h */, + 0F285C5098EC0ECBD8EC97D2854E272F /* RCTTextTransform.h */, + 54D3BD1039A172CF16F79EBB1D12F657 /* BaseText */, + 61CB178F0EF092AA9A9F93A309864CDE /* RawText */, + E351564D54C5D2F9E15B56435D7A93B7 /* Text */, + DE2C9B56525CE9BF13A230E55EC04C42 /* TextInput */, + 2478D300D82CEDCF4C97ABBC6B7A2118 /* VirtualText */, + ); + name = RCTTextHeaders; + sourceTree = ""; + }; + A3F4434CCDF3D3512EA9CC2819FAD50A /* React-RCTSettings */ = { + isa = PBXGroup; + children = ( + F8BEB034856DD7F0A2D4D391A44044C9 /* RCTSettingsManager.mm */, + 78FD30412ED7246AB07F383D9B2AE03E /* RCTSettingsPlugins.mm */, + DE2F5D378835C76F6F0BD0A11F23DBD3 /* Pod */, + 5C4697A57403A09825040FD335DBF89C /* Support Files */, + ); + name = "React-RCTSettings"; + path = "../../node_modules/react-native/Libraries/Settings"; + sourceTree = ""; + }; + A46B377339AAA854A08FBC46519AD734 /* Pod */ = { + isa = PBXGroup; + children = ( + 10D41D5C82DD341F63F676F754DACFE3 /* React-RCTBlob.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + A4C3CA7A25195E18B2E658865A2E060F /* RCTAnimationHeaders */ = { + isa = PBXGroup; + children = ( + C14B2C9A65A88624CC62752367818368 /* RCTAnimationPlugins.h */, + C3CAAF47AC03AF1B13FFA980EFB1CE2E /* RCTAnimationUtils.h */, + 64C6ECDA260FE579F23972C1EAC9085D /* RCTNativeAnimatedModule.h */, + 7A733A450242065A3F62A9CEE267F84D /* RCTNativeAnimatedNodesManager.h */, + 070E102D40E88B0987AD56F0C26D19A7 /* Drivers */, + C75096EC3DECECB642EE65AD29BC53C7 /* Nodes */, + ); + name = RCTAnimationHeaders; + sourceTree = ""; + }; + A53D8D5AD398B53AC1B87D99EA31FA0C /* Pod */ = { + isa = PBXGroup; + children = ( + B227DE7D15E81047E000C52F0E13FAA6 /* LICENSE */, + 9A4A7AE398B60B9F6AAF3117ABA8E9AB /* react-native-blur.podspec */, + 7B26CCE5CCD2B21D012E39A0C2FB3126 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + A68D4BAD6F1392A034300556565B32D5 /* Support Files */ = { + isa = PBXGroup; + children = ( + F81F0BDA7FEEB54C4C7D9DB5D695A6F3 /* react-native-netinfo-dummy.m */, + 6B12881F3C64DE9B79251DDDE5B25D39 /* react-native-netinfo-prefix.pch */, + 6853AF4E3B5E911271A201EF798F77BC /* react-native-netinfo.debug.xcconfig */, + 0A11938F1A6F7C3BEF56C0100DF3760E /* react-native-netinfo.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/react-native-netinfo"; + sourceTree = ""; + }; + A75B3AB5B8C64EEA00BE77DA8BFCF866 /* React */ = { + isa = PBXGroup; + children = ( + D9610CCB9C172B400F83B8B886F7E1B7 /* Pod */, + C788C5DE8E89A4BC598D7B2390F0D921 /* Support Files */, + ); + name = React; + path = "../../node_modules/react-native"; + sourceTree = ""; + }; + A953926D10E1C08E76671A8EB1CF0C42 /* KSCrash */ = { + isa = PBXGroup; + children = ( + BD8E48A70F8C44D9A811B736EE0706A6 /* Recording */, + F48572CCC535053DE8305BC47774E0D7 /* Reporting */, + ); + name = KSCrash; + path = KSCrash; + sourceTree = ""; + }; + A982410842B548780375F0BF103772B6 /* RNFetchBlob */ = { + isa = PBXGroup; + children = ( + C65F6582CEBD8049AB1E31CD634A5D0F /* RNFetchBlob.h */, + 0AF07F39F0477B8C04A875E163CCD33D /* RNFetchBlob.m */, + ); + name = RNFetchBlob; + path = ios/RNFetchBlob; + sourceTree = ""; + }; + A98B98C917B8D6927DCF2F629776CCF8 /* Tools */ = { + isa = PBXGroup; + children = ( + 721AC8A1EA4AAA5B1F3976F1DF05A811 /* BSG_KSArchSpecific.h */, + B8DE3C11714761EEAFB373D0A4711058 /* BSG_KSBacktrace.c */, + 9AA321FA80597BC40DB40102D4F0376A /* BSG_KSBacktrace.h */, + 3B6C601FB3100A475935F51AF49B4DE1 /* BSG_KSBacktrace_Private.h */, + 0F9956BF8C33E2A713E048A04C1E70DC /* BSG_KSCrashCallCompletion.h */, + E36E278C775FF2079ACAEF63DC5FFB1D /* BSG_KSCrashCallCompletion.m */, + ED6291B00BBF0A767B4B960235755130 /* BSG_KSDynamicLinker.c */, + 3C6C830832BC7D7C39A270128476117B /* BSG_KSDynamicLinker.h */, + BC3128230826973F9557BC686190857E /* BSG_KSFileUtils.c */, + 409F88FDB3C948345884DADE30844ECE /* BSG_KSFileUtils.h */, + 592885BF4774CBF8CB0D923078849459 /* BSG_KSJSONCodec.c */, + 2DBCB58BD721BE3EF9D9E3B628E51176 /* BSG_KSJSONCodec.h */, + 0C28A3A3CA4E30E87C5FD484DD19507A /* BSG_KSJSONCodecObjC.h */, + 0173C60E4048872DAFC00AE9114F945F /* BSG_KSJSONCodecObjC.m */, + 3FD56F3C757D6901737808BE8C593F2F /* BSG_KSLogger.h */, + 72DEAB027E706AAB83F0AE4383D395A9 /* BSG_KSLogger.m */, + 346B6F904D7B151C306D6D111F2FF3AC /* BSG_KSMach.c */, + D29C5D9294E47FF802420D669647FBA4 /* BSG_KSMach.h */, + A641442DD76A74D623E7FA5B5F7D6E50 /* BSG_KSMach_Arm.c */, + 4F2A7B945616C2D89600DAC389F1692F /* BSG_KSMach_Arm64.c */, + 8D08C042F15860EF0CC04BCFA8733012 /* BSG_KSMach_x86_32.c */, + 75718D880731ABF38145370C0B66CD20 /* BSG_KSMach_x86_64.c */, + 5E856ABC8D8851441E31927B0E15F848 /* BSG_KSMachApple.h */, + BE28986CA479F1CD5BF358417B4FF008 /* BSG_KSMachHeaders.h */, + AE335EF86EDB678C87B1E6A241F5C11B /* BSG_KSMachHeaders.m */, + 320EC59642F2D942185540B9EB15C2CD /* BSG_KSObjC.c */, + 6B8747211390899A50607C121E2F89BE /* BSG_KSObjC.h */, + 006F13F52CD11373C0ED66F8196F4D9D /* BSG_KSObjCApple.h */, + 479A270F52E4CE79810EB8A66507B5FB /* BSG_KSSignalInfo.c */, + 19F346CCE20204268E49103980DF09C4 /* BSG_KSSignalInfo.h */, + F69DC148D9D314AED62213F5B6EDF577 /* BSG_KSSingleton.h */, + 108F6BE54A0DCEFE2882EFF150B41C5D /* BSG_KSString.c */, + 41CEC56D764C23ADC7CAA4FCE1143B65 /* BSG_KSString.h */, + 9EC3B51633A192C4FBE4CB285317DCB9 /* BSG_KSSysCtl.c */, + 29E0977E20A297A2E904D6C85C1752DB /* BSG_KSSysCtl.h */, + 284D5C030EBD23F64492F20E6A0B1505 /* BSG_RFC3339DateTool.h */, + 25282C86F15E264A602742799E4BF61D /* BSG_RFC3339DateTool.m */, + 0212CAA27410D0FB53BA628CE92337FF /* NSError+BSG_SimpleConstructor.h */, + CF1D0A39C688654CC14F7A0EC86B9338 /* NSError+BSG_SimpleConstructor.m */, + ); + name = Tools; + path = Tools; + sourceTree = ""; + }; + A990D6DD6FD6F9173EC562F8D85EE9CA /* ios */ = { + isa = PBXGroup; + children = ( + 7B51541806B7140CF45915170978B4D7 /* RCTTurboModule.h */, + F55C55E45D266CA5434CF88C25E0B500 /* RCTTurboModule.mm */, + 6D6C6FAC22F10A5997A189134FC8431B /* RCTTurboModuleManager.h */, + 8D8DA7502B9AE9F65D7D69BAEE603002 /* RCTTurboModuleManager.mm */, + ); + name = ios; + path = ios; + sourceTree = ""; + }; + A9DD666B873A0F1D8085C574530F8316 /* Pods */ = { + isa = PBXGroup; + children = ( + FCB433313CDFA874DF03B7FB87A8ED22 /* boost-for-react-native */, + 5F1297C7B9DBB90E074EF35344CE449F /* CocoaAsyncSocket */, + 4D9D1D319B835F7F4D339967F9AA36A2 /* CocoaLibEvent */, + E46374EBDA680915344CE8A0C3A83651 /* DoubleConversion */, + BCE5037D3EF2125216D3B4184661A098 /* Firebase */, + CFC52B3ABCDCF627AA92418305D7F3FA /* FirebaseAnalytics */, + 70B02EE94FDA3CD14B885EA44934ACD0 /* FirebaseCore */, + E0523E62F1FC1C9062980E19B30FDAEC /* FirebaseCoreDiagnostics */, + 30364E2A95801518959BAA774049BEBD /* FirebaseCrashlytics */, + D92D00A301DE6629D0C96D8506F7BE9A /* FirebaseInstallations */, + CAD5C7253B695C12A77BCD98FCBAD04D /* Flipper */, + B7837DE85EE1E920F7747C5705D015E9 /* Flipper-DoubleConversion */, + C6B5B863CD96C447728DC6314FD87D4D /* Flipper-Folly */, + 5D17D2FC8E28F09FB02CAA9E1BA81C63 /* Flipper-Glog */, + CEA88E9D41FA560291B2C9B8F7083CD3 /* Flipper-PeerTalk */, + B748256BEF1333E4BBBE5F79FD183D14 /* Flipper-RSocket */, + 2B7B159B24C9D392F68B0CBC8D93E2F9 /* FlipperKit */, + 7F8EEBCE22B4CCD42821217470D1D2DA /* Folly */, + 29BD17BB413C1CE02D075B1D43FDBB1E /* glog */, + BD1C0FB8E4063D1309D5CE2E4FF088A9 /* GoogleAppMeasurement */, + FCF903E1E4248D32980AF1AA064950F8 /* GoogleDataTransport */, + 57BC17968717C5F1BFD0AA73023BEDD9 /* GoogleDataTransportCCTSupport */, + 6A27640EFEF5F884DE633667D948BE7B /* GoogleUtilities */, + 8A2475657010D40D8565C2F7587AEE6D /* JitsiMeetSDK */, + 9ECABD50D2ABB0E5E0D5221C992312EA /* libwebp */, + E1D0152F47158E67CE1B899D187BAC96 /* MMKV */, + 79CFC9ABEA120D0B809D9B84BC577ACA /* MMKVCore */, + 0FF3C66E68466E7FEF42999115EAA5CE /* nanopb */, + 195BCD4E6EF4B72CE77CD3136ED77F72 /* OpenSSL-Universal */, + 9E9471F8DB59D4297D66390C42C75E4A /* PromisesObjC */, + 03F233951DE26C69D9871F75A60780DF /* SDWebImage */, + 0265D9C56661EAB459EB017DF527B847 /* SDWebImageWebPCoder */, + 6BE81D26CF8A21EDEBC636B376FC20CB /* TOCropViewController */, + 39EE9281A845E084FB83E2A2D73C724D /* YogaKit */, + ); + name = Pods; + sourceTree = ""; + }; + A9EAED9C6377C8F9AA65BD80048B7FCF /* Support Files */ = { + isa = PBXGroup; + children = ( + 2450F579CD8D878D25C509E688505ED8 /* glog-dummy.m */, + A6CA9CF4212F0CE8CD1CC81E11776E80 /* glog-prefix.pch */, + 71226302BE45A7B0F501A945DA65C8AB /* glog.debug.xcconfig */, + D1BDD01F0BC504B656C263AA96AADF5A /* glog.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/glog"; + sourceTree = ""; + }; + A9EC5D90EA650668BAA97BD13EA9D14E /* Inspector */ = { + isa = PBXGroup; + children = ( + 11A03DE47CBDE423FC47DDA29F3136E4 /* RCTInspector.h */, + 7A9EC48C7EF3509A1710A4C98F5CE047 /* RCTInspector.mm */, + 22EE82A6EB92E9F8E70DE4CAD2B552F6 /* RCTInspectorPackagerConnection.h */, + F403C2A0B415D6E13836ADD84C5AB5AB /* RCTInspectorPackagerConnection.m */, + ); + name = Inspector; + path = React/Inspector; + sourceTree = ""; + }; + AA3A90408A6C648802C8F1FCE95A21CF /* Support Files */ = { + isa = PBXGroup; + children = ( + 5B9FBBA3C9B48C0FF635ED6FFD48FA8B /* React-jsinspector-dummy.m */, + 47B7AE2E939555846225EFD1419889AF /* React-jsinspector-prefix.pch */, + A3C581A512AAD93D606A78EF3F76D6C7 /* React-jsinspector.debug.xcconfig */, + 5981F4437234DFC0326886AC9E27D0D3 /* React-jsinspector.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-jsinspector"; + sourceTree = ""; + }; + ABBA53995B9F94D2A021D73D7EB0F012 /* Pod */ = { + isa = PBXGroup; + children = ( + 461500AEC9FE8ADDD3128D3FB00B09D8 /* React-RCTNetwork.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + ABE025094DAF2C99D2955615EDE38636 /* Pod */ = { + isa = PBXGroup; + children = ( + CD115901446B2B7710DCAC9166DAF908 /* UMFontInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + ABF0C0CA67A3E312848BE4B33A7657BC /* Support Files */ = { + isa = PBXGroup; + children = ( + 4B799514983C7F49C87F2E9893838063 /* UMBarCodeScannerInterface.debug.xcconfig */, + EBB8D66354F5B642438DE05220350958 /* UMBarCodeScannerInterface.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMBarCodeScannerInterface"; + sourceTree = ""; + }; + AC108041F90FB4B0F47742241E804688 /* Pod */ = { + isa = PBXGroup; + children = ( + 84C0338FBE144CD1E8FA98AAF6F6493E /* LICENSE */, + 66BEC153E46B0F4876BA86DA3D143443 /* README.md */, + AB8D28995F4103087BB77BD16AEAC6A5 /* RNScreens.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + AC40CEF829E476A1AD4CF24F454AD5DA /* Support Files */ = { + isa = PBXGroup; + children = ( + CF620EEBD76813CA0C8EE1B801CC6D87 /* FirebaseCoreDiagnostics-dummy.m */, + 1805431BA300537A75B6F3008ECABF8E /* FirebaseCoreDiagnostics.debug.xcconfig */, + C9E2DBE42001B92ED0C542428209CE2F /* FirebaseCoreDiagnostics.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FirebaseCoreDiagnostics"; + sourceTree = ""; + }; + AC56018A8E648B54EC1185CDCC47257D /* Support Files */ = { + isa = PBXGroup; + children = ( + 445C853D0D51E07D96D598DDB886563C /* JitsiMeetSDK.debug.xcconfig */, + E4145287E0FEAE7C8454DF68F5415B92 /* JitsiMeetSDK.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/JitsiMeetSDK"; + sourceTree = ""; + }; + AC8CDA38AFFB6D53E3069BDE5A9723C9 /* FBLazyVector */ = { + isa = PBXGroup; + children = ( + 8EADF844BC58524F751BFC9BD8362F89 /* FBLazyIterator.h */, + 9FA107ED93B86C367800E4F39E6A62E6 /* FBLazyVector.h */, + 1350BCC05D89DE5B66E0C1EC9853B387 /* Pod */, + CE9C8078256FBC379DCB0086214267AA /* Support Files */, + ); + name = FBLazyVector; + path = "../../node_modules/react-native/Libraries/FBLazyVector"; + sourceTree = ""; + }; + ACD698036166657226EF13643BDBA1BE /* Support Files */ = { + isa = PBXGroup; + children = ( + 7388E740C032DBA9EF4890F70C6E4CEA /* RNGestureHandler-dummy.m */, + CDE78BFBD69A68012F33DDFBA254C54D /* RNGestureHandler-prefix.pch */, + 22B97631BA2C9B50C897C77DB9242663 /* RNGestureHandler.debug.xcconfig */, + C06A09FBABAB63845B792354730B996E /* RNGestureHandler.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNGestureHandler"; + sourceTree = ""; + }; + AD0013D23A044C4893495081222A3321 /* Support Files */ = { + isa = PBXGroup; + children = ( + 43C0C1192214C8336CF88696F0FA25FF /* OpenSSL-Universal.debug.xcconfig */, + 483B0D1A8CC59EF89DABB0105C4A4433 /* OpenSSL-Universal.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/OpenSSL-Universal"; + sourceTree = ""; + }; + AE37AD6897E2B5A9720ECFF53E7E8D35 /* UMReactNativeAdapter */ = { + isa = PBXGroup; + children = ( + ACE309DFBE5F742E7D85B65E5C12E08B /* UMBridgeModule.h */, + E4FFBA57F461FCBB6EFB5D79D3D06AF3 /* Pod */, + 33612530EFA89C233E2787FE6CA24778 /* Services */, + B9B1D35CC776C26BD9A7AA22A2EF8EAB /* Support Files */, + 9C9763567670DC09CC61DED32A72EFB3 /* UMModuleRegistryAdapter */, + CC4F8B86BAC875B25F2C4195C1AC1545 /* UMNativeModulesProxy */, + 164B4D8DEC534B44A1552919C81212A9 /* UMViewManagerAdapter */, + ); + name = UMReactNativeAdapter; + path = "../../node_modules/@unimodules/react-native-adapter/ios"; + sourceTree = ""; + }; + AE4587AE44AEDF8924C3A7BDA2A964B3 /* FlipperKitLayoutTextSearchable */ = { + isa = PBXGroup; + children = ( + 2BE2A3D02176E7FC68FF572B0100FABA /* FKTextSearchable.h */, + ); + name = FlipperKitLayoutTextSearchable; + sourceTree = ""; + }; + AE4E3D50E1BE0E69BE0990C58B12D9A4 /* Support Files */ = { + isa = PBXGroup; + children = ( + BD36017FAEED162C06539E2DC0E3565B /* React-jsi-dummy.m */, + 14FDD70F44EB365EDCA2EA8793BA2614 /* React-jsi-prefix.pch */, + 62A6F7B4BF9992C5DEE0E3B39E71D24E /* React-jsi.debug.xcconfig */, + 259405060C1E4630A48CBD1827C26A80 /* React-jsi.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-jsi"; + sourceTree = ""; + }; + AEA39F87025899DF3432F34F131EADEF /* Support Files */ = { + isa = PBXGroup; + children = ( + 22AE55C6E55263FBB6DA8D9979D5C28D /* RNCAsyncStorage-dummy.m */, + 54362F94A16B7AD9497672967166697D /* RNCAsyncStorage-prefix.pch */, + 017CA43813A1F62D800C048DC693CAB4 /* RNCAsyncStorage.debug.xcconfig */, + 3ED9B3AA787DEC6C195D1DFE11C34958 /* RNCAsyncStorage.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/RNCAsyncStorage"; + sourceTree = ""; + }; + B2E345623CACBE98F7D7FC790A24DFF6 /* RNCMaskedView */ = { + isa = PBXGroup; + children = ( + 091809CBC872C804DE3A695B7FB6918B /* RNCMaskedView.h */, + A6B8701C295DB4E99303EBA24093A57E /* RNCMaskedView.m */, + 1B9176D8E01C8ED7482CD22D805AF148 /* RNCMaskedViewManager.h */, + ED82D15FA2DDE7D7EA1C9C1AF653A145 /* RNCMaskedViewManager.m */, + C1797F4F9E18AC98275F1935C4DA8E64 /* Pod */, + 83A7D006BAB98C1D228C6E0CEFB1911A /* Support Files */, + ); + name = RNCMaskedView; + path = "../../node_modules/@react-native-community/masked-view"; + sourceTree = ""; + }; + B474BF21E4AB43941C0830ECC74353F2 /* Profiler */ = { + isa = PBXGroup; + children = ( + 1BF1F8A01C3EED8B60BC91EB970640CB /* RCTMacros.h */, + 800DFAF29EE6D28B545E53F49FDC0B12 /* RCTProfile.h */, + A0008BE4E525AAA245536F224CDBF84B /* RCTProfile.m */, + 91B98D8523C8A91E30E06FC6148CC309 /* RCTProfileTrampoline-arm.S */, + BF5B4682777A538FD7233ADB118F09B5 /* RCTProfileTrampoline-arm64.S */, + E4AB14CF48625475C751A582FD071943 /* RCTProfileTrampoline-i386.S */, + 90F1A03723D04E9913C74B4F619423B4 /* RCTProfileTrampoline-x86_64.S */, + ); + name = Profiler; + path = React/Profiler; + sourceTree = ""; + }; + B54E14EA63D4855AE9A837870F915C4F /* Pod */ = { + isa = PBXGroup; + children = ( + 99A9802E64B7ACC83ECEA19FF77EA7C1 /* LICENSE */, + CE8B3CA2D4108CAB7ADEC6BD4981B05E /* README.md */, + 2F855175245BC27E9487E44C62628327 /* RNLocalize.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + B5A3C68AF8169134C313B2AF612F4155 /* RNBootSplash */ = { + isa = PBXGroup; + children = ( + 554C91BEEA75AFFEFA852B002C0412A1 /* RNBootSplash.h */, + B65BFD3F26741880F828DDE45A97BE78 /* RNBootSplash.m */, + 90DCE5270B13454DAC28AC17E90E951B /* Pod */, + 3AA6F004C711E82082DDBCC51D4E38D7 /* Support Files */, + ); + name = RNBootSplash; + path = "../../node_modules/react-native-bootsplash"; + sourceTree = ""; + }; + B660F34E5B3F263CE54CF478BCEBBFF8 /* Pod */ = { + isa = PBXGroup; + children = ( + 5494499DB29C97AF18FEFA98F1A36FB5 /* React-RCTImage.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + B748256BEF1333E4BBBE5F79FD183D14 /* Flipper-RSocket */ = { + isa = PBXGroup; + children = ( + CE4207A619AB958E72243AF5E954E257 /* Allowance.h */, + AB4EAFF0498E720CB94B67B1F1DB59DA /* AsyncGeneratorShim.h */, + 6422A45A92167BE49DCD58FEF0B24961 /* BaselinesAsyncSocket.cpp */, + 75B81694B4C54625AABB0A114A6A6ABA /* BaselinesTcp.cpp */, + 9E6C3C99A1D38B82EF4DDB61CDC11034 /* Benchmarks.cpp */, + 4CF7E573127AF72C9A42EEF0DF8EA580 /* CancelingSubscriber.h */, + E7EA030D8078C2787BD06E96FD3006FF /* ChannelRequester.cpp */, + 8124455877A854EE6D578F6970CD6514 /* ChannelRequester.h */, + 5877AFDEC339C9F71246DF078C6383BE /* ChannelResponder.cpp */, + 100EB040B80EE6B8421985E3CECF38D4 /* ChannelResponder.h */, + 0E09AFDB084AF001C8F6491442D8E18A /* ClientResumeStatusCallback.h */, + F9062D58B4E9111B7B793744037D3E47 /* CMakeLists.txt */, + 3963387F6C875B1235572275D143B9DC /* ColdResumeHandler.cpp */, + 1AF37032762368E8AEED68C2B4E679B7 /* ColdResumeHandler.h */, + 3D737604CB5D970AF2EC09F282F6B437 /* Common.cpp */, + A1FA33F9C3C40FB33FAA2F8D92F840A7 /* Common.h */, + E1E01D9E5895EC14EDE2B074949B78C4 /* ConnectionAcceptor.h */, + 4B1CB337F3E1A26D21CC5F820983F115 /* ConnectionFactory.h */, + B57B58BACED4289D53701C37E8E45618 /* ConnectionSet.cpp */, + 9B0EAF492B4F04F12123444633411766 /* ConnectionSet.h */, + 8A693699EFE06B3ADC3108F4BCE64852 /* ConsumerBase.cpp */, + 92CF0630022A5B5B486403B7FDC7C6DC /* ConsumerBase.h */, + E667D8F6F62F23020B2C6A1DD4A1E95F /* DeferFlowable.h */, + 4BB845326BB43E0587B4A1AB7180638F /* DeferObservable.h */, + 3D1B0F617DB13603FD3F2164820EDDF5 /* DuplexConnection.h */, + C4A663D153E0F28D47A96BF7B5C52DF1 /* EmitterFlowable.h */, + D8B158F2B091259E488FECAAD82F1F5E /* ErrorCode.cpp */, + E918FAB0CACF0BFEBAEF8E47E8EF4C15 /* ErrorCode.h */, + 6DA028C5F8099A49B66F89104620E009 /* FireAndForgetResponder.cpp */, + CE5318FADC44771326824F09E9FE227F /* FireAndForgetResponder.h */, + 9D7A4D77C138AF76E7332512C04101DC /* FireForgetThroughputTcp.cpp */, + 891E3AAEF176E71155FDFF301BA851D9 /* Fixture.cpp */, + 8472E72307D883DB5F32304DE8E4477C /* Fixture.h */, + 429C944037B09F67FFDB4D9982A75A0A /* Flowable.h */, + FB06AB4CBBA24359B19FDC609BA10CC8 /* Flowable_FromObservable.h */, + D705E346C0D7E0D485B5C54148BEBDCF /* FlowableConcatOperators.h */, + C5617F2FC998D480C862C4A4CDDC4B51 /* FlowableDoOperator.h */, + F6EF54B35B03735C999E9A9225B3CDAF /* FlowableObserveOnOperator.h */, + BF0816983A4601DA59629B393984177F /* FlowableOperator.h */, + D48AC789F2FC477DD3DB0D47311435BB /* Flowables.cpp */, + 696AE8749E750CFA278A5D7A45557C8C /* Flowables.h */, + D451CDE36D4FE5E0418D8AB770C36C56 /* FlowableTimeoutOperator.h */, + F48DCE217DD4C57215DC29EBF7A87D5F /* Frame.cpp */, + E36C4193D6E17441A42E9F55B899D390 /* Frame.h */, + DC0A94B503D64D2EE2799369A75B46ED /* FramedDuplexConnection.cpp */, + A960E85AB06FD76C8D48B57128F95948 /* FramedDuplexConnection.h */, + 6B4F2D3B5E7FDC511C0C047620D2C928 /* FramedReader.cpp */, + 1B41F89950BA0BD22A8B64CE892B75C6 /* FramedReader.h */, + 719A358C95C4D18F0996733D16D8DF75 /* FrameFlags.cpp */, + A6746951849D20BDFD53DDB77767315D /* FrameFlags.h */, + 076EE8D97EF7A6EBC91CD96E90D1A10A /* FrameHeader.cpp */, + 762FD21B3739F5F2E25B8A6DCF36BE18 /* FrameHeader.h */, + 3FDA28519DD3F0AD4D98F9F787A6904C /* FrameProcessor.h */, + 67DD32A87887649300AA6FD6492B31A3 /* Framer.cpp */, + F9057AEC922F16724E16448D145C60DB /* Framer.h */, + 076FFA7EA929964428017CF526ACD793 /* FrameSerializer.cpp */, + 892DBD086354A43D4AC20999CB2B9538 /* FrameSerializer.h */, + A2729FB149C004BFC5F9A0BE463A22FF /* FrameSerializer_v1_0.cpp */, + 4E4A3B454CC0D59A901D453A216E10A0 /* FrameSerializer_v1_0.h */, + 0CFC892DFE61DD5C159CA8A302B8B67F /* FrameTransport.h */, + 80C256F55B147A46814919D09BFE7D8C /* FrameTransportImpl.cpp */, + DCDBCBD7E33107D7E0A9AE7A65BC6243 /* FrameTransportImpl.h */, + F1E14F978985115E946394071F172EC1 /* FrameType.cpp */, + B80A23D4FAF9FB02CBD278DAD2B9B820 /* FrameType.h */, + BADC2117C47762E9A5618200C9170DBD /* KeepaliveTimer.cpp */, + A5A17956975D7696F7B41988B58B42F3 /* KeepaliveTimer.h */, + E7B66A3E12C0D708F2B5CE6CA6E37B0B /* Latch.h */, + 51D0275D760CA010A0AF89E327CE1670 /* Observable.h */, + DDA584E9D391DAA2AB9E91FFC565D793 /* ObservableConcatOperators.h */, + 594DA5C684A1F3E750ECDF673845F41B /* ObservableDoOperator.h */, + 7F962E4A849DE8D3F2FDDB79EF3F790A /* ObservableOperator.h */, + 3C95271CE56C4347B8A59A622AC281AB /* Observables.cpp */, + BEC3066DC9C5D09CB3034384AFBBD902 /* Observables.h */, + 15F770A4D5BC785683DD7C5AE37D01A1 /* Observer.h */, + BB47EDF57E9361B1F43D8EADB3FDAD15 /* Payload.cpp */, + 6346DD6671D27AFD36E6F7FDF56C3684 /* Payload.h */, + 7147C2A50B1A4E9B50D4743768A6DAA2 /* ProtocolVersion.cpp */, + BA2B988B207FFBFA5D705AE2D1364866 /* ProtocolVersion.h */, + 7862928F09842A7D47C7A8599F03B215 /* PublisherBase.cpp */, + E029A544EE801E141985023CAEFD9441 /* PublisherBase.h */, + 911E1131C3831A9F8C757A9AB84FB83A /* PublishProcessor.h */, + 14032B6DF2909EA928292E52FF85A81E /* README.md */, + 4EF4A99163A58A1DA5A09770A7BA1483 /* README.md */, + F87333D7731D5A92A88360E34822B705 /* RequestResponseRequester.cpp */, + 607AB916C717A51003196F1DC5580FA6 /* RequestResponseRequester.h */, + EE09B815A25FA21F8C305F98F131E88F /* RequestResponseResponder.cpp */, + A51D42C0763374A3549DE09A6011D865 /* RequestResponseResponder.h */, + 0D5A7DFB00EC2E0B30A738EC2CB8ED1D /* RequestResponseThroughputTcp.cpp */, + E6DD1890317E743382C733ED792796D8 /* ResumeIdentificationToken.cpp */, + 99AFE56C3813CE95CF52861C6A2A5554 /* ResumeIdentificationToken.h */, + 0040D9E1E7A523E3A7075DBB856F4F1B /* ResumeManager.h */, + 420C2299A3D9F193072479F161BB46B4 /* RSocket.cpp */, + 74F3803F542E8771E6192D36D0FC01A7 /* RSocket.h */, + F788EA36EEE91148D450B5F7EAC1D8EA /* RSocketClient.cpp */, + 45FD7665344B59ED61C5124A0E402718 /* RSocketClient.h */, + 2C1DBE6A2CF58D2454F50323D40DBE56 /* RSocketConnectionEvents.h */, + 4125CC60712437828270A8BCAE44E53C /* RSocketErrors.h */, + C3DEDD16BC98750F12AF65BB762532A0 /* RSocketException.h */, + 1EC176BD78E3F7B6F8D5458D27D6F699 /* RSocketParameters.cpp */, + 5C10D6FD9FAA288054D1A307945AE4EB /* RSocketParameters.h */, + E55953D37F0BF415FD5F0436D77B74D8 /* RSocketRequester.cpp */, + 58E8E8675CA087837856610D2F3AD3A9 /* RSocketRequester.h */, + 00ECE302ACBC9A3121F1EB01F9C8264C /* RSocketResponder.cpp */, + FBC5542386DB439D2BE422AD66EFEF94 /* RSocketResponder.h */, + 1E33C6EA516A521956A74363F04E7B05 /* RSocketServer.cpp */, + 942500BF13F5304019A8EE44A942A11D /* RSocketServer.h */, + 50A50A97EC3C954256B3D9F8339A7A58 /* RSocketServerState.h */, + 3319AB8E6ED3207DEBF19CDEB4F281BA /* RSocketServiceHandler.cpp */, + FBA7A7A5BD9C413B7E0A612F581F3966 /* RSocketServiceHandler.h */, + F9ED12E7077B274BE0BC4E830189C39F /* RSocketStateMachine.cpp */, + 48055EC489F160A0F7D06948347DB910 /* RSocketStateMachine.h */, + 145B48CE292EAA76F5799A61E70131FB /* RSocketStats.cpp */, + 3E6F85464D0E9C589588B0CEA2AFC418 /* RSocketStats.h */, + 36EBA64DF381CBBD5C3B807FF94149C8 /* RSocketTransport.h */, + D6D1599C0EA71FAF757409A3F81EEF1C /* ScheduledFrameProcessor.cpp */, + 3844FEA05A4C6D97DE02FF7CBAB7C2CB /* ScheduledFrameProcessor.h */, + A1163C1F15C34A28D41B97463CC7F9F6 /* ScheduledFrameTransport.cpp */, + 7BB2B66DBE1BC02B3D493F77CC0CDF91 /* ScheduledFrameTransport.h */, + 035A37F50A3394D891BEE70871FE6F82 /* ScheduledRSocketResponder.cpp */, + 6378BD1B094A75F2EE49A3628FA0E91C /* ScheduledRSocketResponder.h */, + DBF23ACBD3AD3BBFD67E6B41856522A1 /* ScheduledSingleObserver.h */, + C1DD3CF6BEC61F49EB5A5BEA5652EDC6 /* ScheduledSingleSubscription.cpp */, + 8EDA30FD146BE39B7EA870C76B401DC3 /* ScheduledSingleSubscription.h */, + 9683485DD8F0BEB47BB9E40938D3C9D0 /* ScheduledSubscriber.h */, + 6E803959C68AF2D291AB73175966820A /* ScheduledSubscription.cpp */, + 7BDB1BD5D3771A6E8D242099A07832C1 /* ScheduledSubscription.h */, + 5E418FE0CA836FF3609A983A812AB37A /* SetupResumeAcceptor.cpp */, + DB784AE533C7FA1470E9783AD47C9700 /* SetupResumeAcceptor.h */, + E4F3425E6A9D83560E3706B7E2F7DAB8 /* StackTraceUtils.h */, + E13F08F3FC80CB63641CD83E6F9B1954 /* StreamFragmentAccumulator.cpp */, + 508B89267CE4D93F39E22DE3249FDED0 /* StreamFragmentAccumulator.h */, + 1708504D90BF92C2DE490B535EFFB159 /* StreamRequester.cpp */, + 5A42B29DA8DCC509D2967F364F45C6DB /* StreamRequester.h */, + 1AC25A44F6763BA47B30C16996F0FC43 /* StreamResponder.cpp */, + 29FA3689DDFA1CFFBD3083C772A9A09C /* StreamResponder.h */, + B293805CE09D92B4D8CAFDF32265A1C0 /* StreamStateMachineBase.cpp */, + E226F00A2E75798E4CF7908126D1DA4F /* StreamStateMachineBase.h */, + 94BE4A916A924189C6D1A5836209327D /* StreamsWriter.cpp */, + F2A52CBE2AF719EC96CEC5AF71BFF66E /* StreamsWriter.h */, + 56ED77DCABC11D49D1D2C0219FE9F6E4 /* StreamThroughputMemory.cpp */, + 3E04A42256243F07DA15337B2A0A0D65 /* StreamThroughputTcp.cpp */, + 8FD1A6013BE26CF0DF77977974AF20E0 /* Subscriber.h */, + 7721BE1D962D54CE089AB9651B66DC3A /* Subscription.cpp */, + 9EEF744F1D97A8543D77FA24ED5FFEB0 /* Subscription.cpp */, + 867783A0FCA3A8F968DEEEF71E2E5F12 /* Subscription.h */, + 37F304C9B2717287A94602284A638E6F /* Subscription.h */, + 37B412BC1F64FB826EE5B0CCADAE63B2 /* SwappableEventBase.cpp */, + 615E8F8BDB54C96D575E86107995249D /* SwappableEventBase.h */, + EA7D5C838CF1FF5F9E117E16BE1BEA79 /* TcpConnectionAcceptor.cpp */, + A623B8325690A96565F874CB605E9C15 /* TcpConnectionAcceptor.h */, + 83E88240D219BA3DDF24AC3708FD3720 /* TcpConnectionFactory.cpp */, + B8C153636514DB0BFC849F54543B230A /* TcpConnectionFactory.h */, + 0455755620919652DDC71E90AF31EB5D /* TcpDuplexConnection.cpp */, + C642183D6DAB81C8548C7408E9B05C38 /* TcpDuplexConnection.h */, + 2E90692F05B774143CAEF5069161DBC2 /* TestObserver.h */, + 71484EB728EF2BD10A80516F52EF1833 /* TestSubscriber.h */, + 59090E80FB6B1B63C5DABD61B86951B8 /* ThriftStreamShim.h */, + C53174054B145E3EBC1CB0898AC317C3 /* Throughput.h */, + 95FB8C8276999A1DB67E7FCD5131C4E5 /* WarmResumeManager.cpp */, + F2D058DCBCAD53329B5EAC16513ABF36 /* WarmResumeManager.h */, + A0CB8FE82BE2478D973C86E008253BB5 /* Support Files */, + ); + name = "Flipper-RSocket"; + path = "Flipper-RSocket"; + sourceTree = ""; + }; + B7552F69C9CD5B453BAFA8754344AA08 /* RawText */ = { + isa = PBXGroup; + children = ( + 7EC482390AAE297B11A3EEE8F4B27274 /* RCTRawTextShadowView.m */, + A5C59212A2241A95FD059AFE5234390E /* RCTRawTextViewManager.m */, + ); + name = RawText; + path = RawText; + sourceTree = ""; + }; + B7837DE85EE1E920F7747C5705D015E9 /* Flipper-DoubleConversion */ = { + isa = PBXGroup; + children = ( + 80DF766C6A559928E4F082BDD91DF0EE /* bignum.cc */, + 8701553180267703D4EF14A32216C450 /* bignum.h */, + EF7C61EA6A35A4868684DC754F8B77F3 /* bignum-dtoa.cc */, + 4D01199F240B9C44B0B8666651D283D6 /* bignum-dtoa.h */, + B1C2078CB91C3E651ABCC12A368B5A8F /* cached-powers.cc */, + 48B1F0EEB5BC7CD84FE4740E7A2F918A /* cached-powers.h */, + C40627B821B6262FFC847427249ACE75 /* diy-fp.cc */, + 41AA3D7073247C2CC63EF9EC2BC87788 /* diy-fp.h */, + 63074048A49EC4CC313857FC650C28B4 /* double-conversion.cc */, + 3517226A63DAF6EA8168A50B0B38522C /* double-conversion.h */, + 254B8AF8693FF0B9AE0C60604D3153AE /* fast-dtoa.cc */, + 90986995F73CCFA582576D9230F61C62 /* fast-dtoa.h */, + 0F714B791B23FA38824B311B5DE4A583 /* fixed-dtoa.cc */, + C5EB6693FDBEB9022FC01E7F9C1008A8 /* fixed-dtoa.h */, + 9B89D89DA2CCB3A2791086A4F9FE0F48 /* ieee.h */, + 77BBDAFB29DEEDCBB1C0E98CB8451025 /* strtod.cc */, + 4E446962D13DA9D49930FE2E5C110DF5 /* strtod.h */, + EA4D931911FE1734B4AF41A9D8549E72 /* utils.h */, + 3B1D2FE704F7EF2C43153F5B0693A1C8 /* Support Files */, + ); + name = "Flipper-DoubleConversion"; + path = "Flipper-DoubleConversion"; + sourceTree = ""; + }; + B7B978891D9B8C2F91B21538BEC14175 /* Pod */ = { + isa = PBXGroup; + children = ( + 03C733833A84BDFC3A972C5548EFD00D /* React-callinvoker.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + B84837FBEE27A81DCCC8F2EE9AE8882F /* Pod */ = { + isa = PBXGroup; + children = ( + 1969DC4478F87606B1654B2E9E097991 /* LICENSE */, + 5436B8BE2BEAFFAA07EB64F404C97A8E /* README.md */, + 1682C82F9B26C69C1FB419EF9304A64C /* RNDeviceInfo.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + B86F10EAF36C50A3A84FF77E93F815BC /* React-CoreModules */ = { + isa = PBXGroup; + children = ( + B7923A8B4FEB4F06CC933801688EC592 /* CoreModulesPlugins.mm */, + 1F3D53023C0E3D69B72649C30D660B11 /* RCTAccessibilityManager.mm */, + 6BFAA89B3DB9E0B1FBD834E9B50055A2 /* RCTActionSheetManager.mm */, + 0A9BE81BA29146C8FA6B0A8E3416FB01 /* RCTAlertController.m */, + 2FA1F8D3469455C601A3280769239543 /* RCTAlertManager.mm */, + 7C70EA35AD8CDA3CF11E6D20788F213F /* RCTAppearance.mm */, + 8AE07402A57E12990AF65FD68120AA83 /* RCTAppState.mm */, + 08DE2CD44AF217C48F7576C1DE8CC2ED /* RCTAsyncLocalStorage.mm */, + F890138088D7D7350392794222AF0E10 /* RCTClipboard.mm */, + F3A1A927154BAC3D2BA455FA84A0CA8C /* RCTDeviceInfo.mm */, + 8E0F05E8626CAB5E5B8CF1E705B4A28D /* RCTDevLoadingView.mm */, + C2D81EFF038681590027BEDA7DE4FB04 /* RCTDevMenu.mm */, + 149C431A46F65E8D9E1058226E2683D7 /* RCTDevSettings.mm */, + 4CE3129DAEFF6106FEC95CBC81B25E4C /* RCTExceptionsManager.mm */, + D4BFC6C1E94B3802AE774B10E7C5A543 /* RCTFPSGraph.m */, + 121526DF0C3B2F1BAF2E342A84E751C9 /* RCTI18nManager.mm */, + 8E3A31623C49AF52BECC0B6A9143D46D /* RCTKeyboardObserver.mm */, + 923D5461CCB848719C5F41CD1009F40B /* RCTLogBox.mm */, + 99ECAE0756CB9A6CF18C83DAD4EE9389 /* RCTPerfMonitor.mm */, + 86911015483D66203785C04F3792A6F3 /* RCTPlatform.mm */, + 1FFECE708796EA1B529C0BE2721407AE /* RCTRedBox.mm */, + 6A53AE53105460CAFA8EF29139045BE3 /* RCTSourceCode.mm */, + 082A7B3B592D6A81CF11E7EDD448734C /* RCTStatusBarManager.mm */, + 218C18E1C3A7D5460C9C1F01893CAC4B /* RCTTiming.mm */, + 2FCBF627F1CAC2F3E915A184363FC424 /* RCTTVNavigationEventEmitter.mm */, + BCE9490F54B5B10355345E77E8A8AFA4 /* RCTWebSocketExecutor.mm */, + EAB0A80BF2078D3A5FC6A9F2E1732F07 /* RCTWebSocketModule.mm */, + 4486FB791360BCB698CA477089D4A6EA /* Pod */, + CAB80B176F3689E05CC4437A5CAC9EE5 /* Support Files */, + ); + name = "React-CoreModules"; + path = "../../node_modules/react-native/React/CoreModules"; + sourceTree = ""; + }; + B9AF2787EABBF7CC528E90DFE6031810 /* Views */ = { + isa = PBXGroup; + children = ( + 6A35586F61E9501D2042F021A6A8C699 /* RCTActivityIndicatorView.h */, + FE3B529ED0DEC4A63FB6F7B990989CF2 /* RCTActivityIndicatorView.m */, + 7FB84E77AD1F7C6F7297E3452FE37E49 /* RCTActivityIndicatorViewManager.h */, + BBB0B41477179F29C6937861D4E759AE /* RCTActivityIndicatorViewManager.m */, + 06998019CE075AB5293527DED9A66FCC /* RCTAnimationType.h */, + F51605B4F0A333C25D0E9DA0DA560E60 /* RCTAutoInsetsProtocol.h */, + C804DC8A58075C9DC8E65CC2B03E3761 /* RCTBorderDrawing.h */, + 80F2AB84AA9338BF9535DD5EE42F1D98 /* RCTBorderDrawing.m */, + ED46CA78AA4EF7752E02D7807F022849 /* RCTBorderStyle.h */, + 835ADD44A28632BCE32D411369C77029 /* RCTComponent.h */, + 575B25FE7855718572C034B6255A981F /* RCTComponentData.h */, + E09A7D2DFBF8DCD8724AE518D39995E3 /* RCTComponentData.m */, + 7EAE2379E3D4750C38D45A3FA553531B /* RCTConvert+CoreLocation.h */, + F038873C280AAA598EC6B4B8CE3FD2D3 /* RCTConvert+CoreLocation.m */, + 1C272CB1134AB5CE6C92CB94FD7864C5 /* RCTConvert+Transform.h */, + 4628DC9E68A5681A4D63DBD0BEF33CC2 /* RCTConvert+Transform.m */, + 1BFC213B323EB3A64C21D6580AA60B4D /* RCTDatePicker.h */, + 73676A8DDBE9CA35B931BCA10CC5636B /* RCTDatePicker.m */, + 830DDE73D95BEB28927942E5A69ABE82 /* RCTDatePickerManager.h */, + 9F3B6C27E1A7C76714C483E4E4855A6A /* RCTDatePickerManager.m */, + FDB87C2A09AED451E48B4F3BD1D5655D /* RCTFont.h */, + F3184FE3107FB8DDDEC1FA159B72FED0 /* RCTFont.mm */, + CF2BCF950573DDBFCAC4EAC6297BF1F6 /* RCTLayout.h */, + D7D235576EBE3719667F5CB346D0DB3C /* RCTLayout.m */, + C7BA89EB307B177653EF5413838FB088 /* RCTMaskedView.h */, + 18B420544DFE8AB06F95D49E386C00AF /* RCTMaskedView.m */, + CC40C17B9903038F78068F02A57E3610 /* RCTMaskedViewManager.h */, + 196364F05AC5F5C49EAF2471D15E4A77 /* RCTMaskedViewManager.m */, + 718943491CC8D969D7BA4A63A3CC240F /* RCTModalHostView.h */, + C1E52FA4D9BCFDD07A04DAD979772DAD /* RCTModalHostView.m */, + D6DA170E993F33C37F28A81382478149 /* RCTModalHostViewController.h */, + 9656DBD548118B7ABDFE5CFD5B69AB12 /* RCTModalHostViewController.m */, + 6C6B72E14C752AC38D0E6F874B475419 /* RCTModalHostViewManager.h */, + EFD61829144FB5017E64544E1092F82E /* RCTModalHostViewManager.m */, + D2A7EC64C446F830D1298156839B0365 /* RCTPicker.h */, + 6A648F3CEEC58AFB53427164E71A9EE8 /* RCTPicker.m */, + ADFCEEAEE7ECCF7CD8C7D17D0B68B49E /* RCTPickerManager.h */, + C005EF54F2B3AE4774A70B7608A3DE57 /* RCTPickerManager.m */, + D92402B047721D504A405BEB2D94AC7C /* RCTPointerEvents.h */, + 11FE0D3318F8A8083C3359A7EB5FBBC7 /* RCTProgressViewManager.h */, + 0B53969A0452A95EF13D5EEB1C466CE7 /* RCTProgressViewManager.m */, + 67AEAC3B349881C4C8192247BFEF670B /* RCTRootShadowView.h */, + 62F26365B420C521A21A161E97F87189 /* RCTRootShadowView.m */, + C7A23417A52D93D72B480A9C23EC4EE3 /* RCTSegmentedControl.h */, + B5145AB82B435755CFB504D6CCD436BB /* RCTSegmentedControl.m */, + AF762C871BB1A49BB9F1140CA49A09C0 /* RCTSegmentedControlManager.h */, + A2F2968EF0D5A07DAC67C9FD76A66359 /* RCTSegmentedControlManager.m */, + A82908B388F27F45E7D630630F7646B0 /* RCTShadowView.h */, + D0B6519257FA0F261C79248CE19D2755 /* RCTShadowView.m */, + 03104D3E68F775B8F003CEE5780C999E /* RCTShadowView+Internal.h */, + C523363D27B74F9A78CE3659208CFF5B /* RCTShadowView+Internal.m */, + D9D6448E0E06535CCFEED6A45C2B3C5F /* RCTShadowView+Layout.h */, + 02D55DBCA9B17A85AD71979A6D879237 /* RCTShadowView+Layout.m */, + E4C12013F2CF531A700B7603E4485B49 /* RCTSlider.h */, + B3B5D912476639DFDB0A06E8B6FA1A60 /* RCTSlider.m */, + BFA60CF1DFA26AE283DA6EC7BDA260F4 /* RCTSliderManager.h */, + B8AC3C5BC4576FCAE0CCAE3BAF384CEF /* RCTSliderManager.m */, + 30BFABA57598DD4777656F08D17D59FA /* RCTSwitch.h */, + 0C582B4A8EE969F1B5754C9B38328642 /* RCTSwitch.m */, + B61C809341902C6444FABBE88D36730F /* RCTSwitchManager.h */, + 9456009E9C3957415C25A2051572B093 /* RCTSwitchManager.m */, + 57806793A1397E49CE878A52F7BC900E /* RCTTextDecorationLineType.h */, + 805A04F814D4CFD1725AD16D242ACC8E /* RCTView.h */, + 16D73A0F9B78AC956B935687157C8F75 /* RCTView.m */, + 041B30A5415340BEFED4EAA76B502232 /* RCTViewManager.h */, + 68CB6B19910E7EAC6B3A634FCC579393 /* RCTViewManager.m */, + 50278D0943A0CD72E09DD2EB4778FDFA /* RCTWrapperViewController.h */, + 508BD290EED630F8D0FA685ADA5F8B37 /* RCTWrapperViewController.m */, + 6D80216B746E66FF364A6A8519E30778 /* UIView+Private.h */, + D7867A31177E14E9829F99E9D376CF00 /* UIView+React.h */, + AC831111A33AF404F6F0DD3AE7EE0D48 /* UIView+React.m */, + 571CE231D3396AE988C59F71CE8A651D /* RefreshControl */, + D5834B1F3AD7CD8A27B9646A1E332117 /* SafeAreaView */, + 5BBC603DF640EC2E4B1069182C644C78 /* ScrollView */, + ); + name = Views; + path = React/Views; + sourceTree = ""; + }; + B9B1D35CC776C26BD9A7AA22A2EF8EAB /* Support Files */ = { + isa = PBXGroup; + children = ( + 0A4F5CEDC18556C79A44F7EC84626B19 /* UMReactNativeAdapter-dummy.m */, + ABA6A35270021DB7B347EDF209ECE2C1 /* UMReactNativeAdapter-prefix.pch */, + 8CDD3FC763152E8C4556BBB678599AB4 /* UMReactNativeAdapter.debug.xcconfig */, + 9EF9EB6C3BBC9E7B0C714A263939C023 /* UMReactNativeAdapter.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/UMReactNativeAdapter"; + sourceTree = ""; + }; + BA1CB69F5654A508CD27FE195D60069F /* decode */ = { isa = PBXGroup; children = ( ); name = decode; sourceTree = ""; }; - A79F0E05A838EF64B7658CA496F9E1E3 /* React-cxxreact */ = { + BA29760F6015CF747A42DC6B682AC07C /* keyboardtrackingview */ = { isa = PBXGroup; children = ( - F10A124195E8B82F87D8567224A5E0EB /* CxxModule.h */, - 9964295B68B8E5CB833B75E2E3411602 /* CxxNativeModule.cpp */, - F98DFDE279D98A3E7790688ECCAA029A /* CxxNativeModule.h */, - C0E280F7071D46A1B56677706AAA3C1A /* Instance.cpp */, - 3EF6152BB169F3506ACDA20178C74930 /* Instance.h */, - 370A3816E54FA09B42C07185BC7D518C /* JsArgumentHelpers.h */, - DA21ED53DA87D0F0822B96ACD8BE599A /* JsArgumentHelpers-inl.h */, - F12516D59C4C0C5E1F83F6AAE7CEAFEA /* JSBigString.cpp */, - 34574EA523A001F3A3BEA6FF870EC450 /* JSBigString.h */, - 666AE9A48394DD43173EFFF089F0BC72 /* JSBundleType.cpp */, - 7EBF82DDEE3E3C8FB178450C5C7FC509 /* JSBundleType.h */, - F7F0E061DD0C516488E9E40A9E7CB50E /* JSDeltaBundleClient.cpp */, - 894A36DDE6C17A51E39CA0D7B8C73313 /* JSDeltaBundleClient.h */, - C5E23E524B3B53E0CFD4CCEF46839FC1 /* JSExecutor.cpp */, - B0E6C8FE6AE7EE41A1364228801141B6 /* JSExecutor.h */, - 46E2B8157BC43C0192739F7CD4E27785 /* JSIndexedRAMBundle.cpp */, - 5CED9141A762A8D2BABE38E60E6C8C00 /* JSIndexedRAMBundle.h */, - 26F95DCC81000DA7669345F936682C4A /* JSModulesUnbundle.h */, - 8505400BFC6AEC3A8BB90E56C4852638 /* MessageQueueThread.h */, - 26DC5F404BEDDCE6FA5D544DC8FFEF35 /* MethodCall.cpp */, - 3DD6E715E3C2635F076D013E5A235F3B /* MethodCall.h */, - AB63901D3E948179D241E5A1F9894698 /* ModuleRegistry.cpp */, - 9D4E3FA0DD998F9290E4FA8527C0AC3C /* ModuleRegistry.h */, - C30F8DA261B08A27C678E5164238CE0E /* NativeModule.h */, - 6F3CBEE419B9E20C30C6B429A7BBEB79 /* NativeToJsBridge.cpp */, - 62D51BD0584C1EF7FD486E9D97623716 /* NativeToJsBridge.h */, - 9422B92BC35488952CDB49BA8F113DE4 /* RAMBundleRegistry.cpp */, - 9009FE029F7EED25077BCF260FD0DD29 /* RAMBundleRegistry.h */, - 71174159A59604B064549A3DD1059E82 /* ReactMarker.cpp */, - EA6E0C87750A16E6F2150623561B7530 /* ReactMarker.h */, - F2F9EF0AC5799269CBDE8B165CF1CF04 /* ReactNativeVersion.h */, - EC71766E4E1BA808DD6072ADA58ED7A0 /* RecoverableError.h */, - 19BEA085C19620D31E3100D07BE66400 /* SharedProxyCxxModule.h */, - ADEAA16BF654CE6C4E8AD62310CAF83F /* SystraceSection.h */, - AE755327380BB41679BED4E93028BFC6 /* Pod */, - 9AACAD2C9C88F70CA75ED93997D1F375 /* Support Files */, + 11B8128A49577069D4A1EAB52FB5414A /* KeyboardTrackingViewTempManager.h */, + 4BB8CBE36F0DACC934E2F61272C23171 /* KeyboardTrackingViewTempManager.m */, + 6D49B576C8D8D847BA7119BD1359D61F /* ObservingInputAccessoryViewTemp.h */, + B059F708DEA2674BC70D60B7D3CC6AA4 /* ObservingInputAccessoryViewTemp.m */, + 4185FFF8B56A31314072CD0DFFDF0B31 /* UIResponder+FirstResponderTemp.h */, + E2BF5CFD15E3E702E206B550C797014D /* UIResponder+FirstResponderTemp.m */, ); - name = "React-cxxreact"; - path = "../../node_modules/react-native/ReactCommon/cxxreact"; + name = keyboardtrackingview; + path = ios/reactnativeuilib/keyboardtrackingview; sourceTree = ""; }; - A87E3E18D75BCF84AB9070CE0CB97735 /* Pod */ = { + BAE4483ECCE3FF34D5442BBC039ABAA0 /* RNDeviceInfo */ = { isa = PBXGroup; children = ( - 10AE02F4DE402E1C0DE1BF22EB5F2C96 /* EXImageLoader.podspec */, + DA2BC94CBCF5959D0576588009F07704 /* DeviceUID.h */, + E67752CC366E65455C3FA0732C380B15 /* DeviceUID.m */, + A71AE4C908A5098430E1FA67BCFB7C89 /* RNDeviceInfo.h */, + 0F8C826C5EE2D61A983288339BB7BCEE /* RNDeviceInfo.m */, + B84837FBEE27A81DCCC8F2EE9AE8882F /* Pod */, + 184D2C5A425BD0845CC4BCA612778C02 /* Support Files */, + ); + name = RNDeviceInfo; + path = "../../node_modules/react-native-device-info"; + sourceTree = ""; + }; + BB507F312B4F2C88010FC286C6B86023 /* EXImageLoader */ = { + isa = PBXGroup; + children = ( + F334B7FD5CB1394C50DF82325A076EDA /* EXImageLoader.h */, + ACDD9F8CE871427AC9B52F2574867694 /* EXImageLoader.m */, + D9967AE008016AD4CE1BC1CFEB8AEA7F /* Pod */, + 77B299E5CFB530F5BE2562E4134DD4BD /* Support Files */, + ); + name = EXImageLoader; + path = "../../node_modules/expo-image-loader/ios"; + sourceTree = ""; + }; + BB5F50EF6B72BC54ED14DC1EB3856E09 /* react-native-document-picker */ = { + isa = PBXGroup; + children = ( + 6BD6FEC5CB51E8431772F4DD4F998EE8 /* RNDocumentPicker.h */, + 2D92768EACDE5ACF476B77CECA5ECCF1 /* RNDocumentPicker.m */, + F11C88251AD8F49786A120EEB4B6AF0F /* Pod */, + 5FE510A5E1AF07A23B99EBDA33F521E9 /* Support Files */, + ); + name = "react-native-document-picker"; + path = "../../node_modules/react-native-document-picker"; + sourceTree = ""; + }; + BB9B1E65B088095901B62FC576AA4569 /* Pod */ = { + isa = PBXGroup; + children = ( + 4B9E4307D26929BE04F4C7B7643614EC /* LICENSE */, + 18609DC983FCC60F828BA780192419A8 /* README.md */, + E3B0A3183A490E36E3C3224203E8987A /* RNImageCropPicker.podspec */, ); name = Pod; sourceTree = ""; }; - A8A74256C09CC55722447162C1CE82DC /* OpenSSL-Universal */ = { + BC4C4C9D695002AE277CC16F4F831BDA /* Pod */ = { isa = PBXGroup; children = ( - 308CB196EF4EA1A3E4B247091BDFDC1C /* Static */, - E8964495FE4950F8BFE7EF8AF099B08F /* Support Files */, - ); - name = "OpenSSL-Universal"; - path = "OpenSSL-Universal"; - sourceTree = ""; - }; - A928FDBF5B1BA341CED94AD4912D74AC /* bugsnag-cocoa */ = { - isa = PBXGroup; - children = ( - C9B0B8730FA05E6649742DE39655CF72 /* Source */, - ); - name = "bugsnag-cocoa"; - path = "bugsnag-cocoa"; - sourceTree = ""; - }; - AAA4C61B8C39C40E79383B61304D2A8D /* react-native-appearance */ = { - isa = PBXGroup; - children = ( - 963A123F88652655072E679275D0CAA8 /* RNCAppearance.h */, - 59FD13B1731CCBFE1C778EFBDFCB87AA /* RNCAppearance.m */, - 21725178E25F97EBE301720CE7B54F35 /* RNCAppearanceProvider.h */, - 12F8E5864C4FE5DC43975335960CBC3F /* RNCAppearanceProvider.m */, - 00D91A5875E9983FFF204F32F3FD65AC /* RNCAppearanceProviderManager.h */, - 1B568AA350CDE51F0F3C21D3A968DCE2 /* RNCAppearanceProviderManager.m */, - 70BD740C052B8AD5EA10A72C04E04651 /* Pod */, - 70BEC2508B3DE8D3402CFC4BE5F42CE8 /* Support Files */, - ); - name = "react-native-appearance"; - path = "../../node_modules/react-native-appearance"; - sourceTree = ""; - }; - AACACBB96137606EFC5CA4A8A5E58DB8 /* Support Files */ = { - isa = PBXGroup; - children = ( - A8E2A388C77CD1780109CD0DE18AEB81 /* Firebase.debug.xcconfig */, - 222E46FF609ABB280796A2AF1D0073F9 /* Firebase.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Firebase"; - sourceTree = ""; - }; - AAF02EA638124676E6C80FA85F5C648B /* RCTImageHeaders */ = { - isa = PBXGroup; - children = ( - E82C6C30834C98643786B14059CA99DA /* RCTAnimatedImage.h */, - 75AED86A153950A80D0499EB90E3AEF0 /* RCTDisplayWeakRefreshable.h */, - 27737A902D9B79B3A84481F25062C161 /* RCTGIFImageDecoder.h */, - FA13C6042ADCE920AC876B86F3F168A3 /* RCTImageBlurUtils.h */, - 8D517510D9C00DF5291D239B89662C61 /* RCTImageCache.h */, - CE4DA843254DF0212BE85E93F47B7E51 /* RCTImageDataDecoder.h */, - BD36BC584892718F34890F8D4A777371 /* RCTImageEditingManager.h */, - 94930ED2FAB4565FF55DDBA21E4BCC00 /* RCTImageLoader.h */, - 2B6CB0F5A038E45CE87CCFA43687EE44 /* RCTImageLoaderProtocol.h */, - 39F1042DCEF69C1094AF1FF0464341E5 /* RCTImageLoaderWithAttributionProtocol.h */, - BD31923E0AD84C5415849E7517EEEB97 /* RCTImagePlugins.h */, - 29A3BEA2E961F78E10A60366180BDE9E /* RCTImageShadowView.h */, - 02181EF4D6485C3FC2E09BFE61552BAD /* RCTImageStoreManager.h */, - 08F5473535AA199ACD63A328D2A3723E /* RCTImageURLLoader.h */, - 857E05F7F0F3BE3E9BB5B6D027DCA5BD /* RCTImageURLLoaderWithAttribution.h */, - E46AA82A25F595AC40D17B91BAA82F73 /* RCTImageUtils.h */, - 685E35EFE0376D57849A543056BF1437 /* RCTImageView.h */, - 34D672531A4191B427FBF4C400170326 /* RCTImageViewManager.h */, - 4D2CC65A871328260638E3E5C60D069C /* RCTLocalAssetImageLoader.h */, - 546878DE09DD38C5B8E3301BE0A83E52 /* RCTResizeMode.h */, - C1DCE46E0EF334E3EE9FD667615B0022 /* RCTUIImageViewAnimated.h */, - ); - name = RCTImageHeaders; - sourceTree = ""; - }; - AB1B1F9F27CADCCC7092AD06B0499BC8 /* Flipper-Folly */ = { - isa = PBXGroup; - children = ( - 74C5AEB0BB88ACBC1FB8394B6D743114 /* Access.h */, - 5F7355636114061320B49B31DB960085 /* Align.h */, - 975434864E0AE3AAF31AA0952124C5DC /* Aligned.h */, - 4620A204FF553E48E7EC95F0DD363260 /* ApplyTuple.h */, - 948AF75B1C51115FDC586F37831EB9CD /* Arena.h */, - FDDCF29C30CAD9A038930AF69A13DE3A /* Arena-inl.h */, - BEEB53C6E2E4495FBE909A43D544B7CB /* Array.h */, - 1B11B6C24904A33E4EB58112762B5B0D /* Asm.h */, - 23FF8BACE4B7D09CAD2AE5B063BCA5A6 /* Assume.cpp */, - 8F7F78D36F891D698E9A5B35737657F1 /* Assume.h */, - F171608CDB79B56BAB4FF1E300DE62DD /* Assume-inl.h */, - 2C24DE059349D85431F6C5BBB1EBDB14 /* AsymmetricMemoryBarrier.cpp */, - 281D25EF4A06592D0DBFDB513D1AB888 /* AsymmetricMemoryBarrier.h */, - 329F1770B40BD4E2BC9C092FE0BB434B /* Async.h */, - E70E5209A5F7CF51A943317E7854B3D4 /* AsyncPipe.cpp */, - 118A79804B9737D8BD1DF906BF8C1B47 /* AsyncPipe.h */, - 9B0CE549237C8D21C3C2A86CED314462 /* AsyncServerSocket.cpp */, - 4B17D02B6D18AB4711CC788024A21E39 /* AsyncServerSocket.h */, - 955D357882FD1E44BE1D01820D143757 /* AsyncSignalHandler.cpp */, - 02191E31784030D16EB4FB91B74D0D8C /* AsyncSignalHandler.h */, - CEF459BA2F6D0A744FFDB8A16CF927CA /* AsyncSocket.cpp */, - 11CD69425CC6062F1580BC67DB789991 /* AsyncSocket.h */, - 57E21668F07911CCB870615C2657A6B2 /* AsyncSocketBase.h */, - 50FA2890E818ED98801FA1CDB1CE0167 /* AsyncSocketException.cpp */, - 9F446EC001FACE8BEED9E530855AB611 /* AsyncSocketException.h */, - 7B18FFD70A7788ABC4A3BC8973F5DB17 /* AsyncSSLSocket.cpp */, - 48E25F1C81EADF804AB9A14094FBCEFA /* AsyncSSLSocket.h */, - 5D29F458A418DE1FF720CE2D6755FF09 /* AsyncTimeout.cpp */, - 674ED6AAE35703E994B61EA6CE45D08A /* AsyncTimeout.h */, - 0628E0BC70AC9F2CFC37774730786650 /* AsyncTrace.cpp */, - B41DE3A7FC484F5A1219F08180D50812 /* AsyncTrace.h */, - 9EBCD30920B6E5A11ED33A858BE11AAA /* AsyncTransport.h */, - 40ACBCB9C30DBA2F11F57BD2B2E45D4B /* AsyncTransportCertificate.h */, - DF422DA848213C409BEBB046514D8BE4 /* AsyncUDPServerSocket.h */, - C85B7E2A8E3C4A8B8566B244E1229F51 /* AsyncUDPSocket.cpp */, - 62CFF101B57981055F50A1881A01D4F2 /* AsyncUDPSocket.h */, - 7CB568E4AD5ABF74211E338ED4AD1E7F /* AtFork.cpp */, - 77D38A5B26DC7A7584087FEAD74BDBA9 /* AtFork.h */, - 1348C016A5BF95208B161C3A1865442E /* Atomic.h */, - 4A091D34C2AD375AD86C067D2B486DF1 /* AtomicHashArray.h */, - FB28712BB90FEB623B4512548534D268 /* AtomicHashArray-inl.h */, - 02B081373AE87A9295DBCA8CFDFB51C5 /* AtomicHashMap.h */, - 28D1D58B0D62BA4FDD0F0E2DC4428F4A /* AtomicHashMap-inl.h */, - B4B8C5B644BD1AFA6A932CA7EFE6E7B9 /* AtomicHashUtils.h */, - 1B811341521027B084F5BC1B879E7416 /* AtomicIntrusiveLinkedList.h */, - 1733989C35C601D11F17017C564B8382 /* AtomicLinkedList.h */, - 2F35E216751B0646C45929A26A0A3F4C /* AtomicNotification.cpp */, - CC2CA9D053DB1690FCB0B716D83CDCE1 /* AtomicNotification.h */, - 6B21821BFFC3755A7CC9F7AA1B63E3AD /* AtomicNotification-inl.h */, - 5E0AA8D2CC259D1EF47D73F9A2C1D441 /* AtomicReadMostlyMainPtr.h */, - B73DD5A5D2A8C33FE89CBC7D22D22002 /* AtomicRef.h */, - 838C65FDB055A130F8886897702DB3BC /* AtomicSharedPtr.h */, - 2B658452E4C84B0FE139DC8962C20573 /* AtomicStruct.h */, - F6625FB20B807C0698524139CD5C40BF /* AtomicUnorderedMap.h */, - 5EDF2DDDE1682952B95F4AEC0103225C /* AtomicUnorderedMapUtils.h */, - 4FBF5CADE802E4393DC964429CF7B98C /* AtomicUtil.h */, - DFC75DD8F1EA6744C4ACBC163AEABB19 /* AtomicUtil-inl.h */, - 02A85A7CC1DA7D8673AFB4B81DB59617 /* AtomicUtils.h */, - 08E048C0863E884159C9BF12D42A7418 /* AutoTimer.h */, - 91CD055A55318789AE116F08F759FD9C /* Barrier.cpp */, - A58066833EE6C4F4541C9E50FB6626EF /* Barrier.h */, - 3D106D60EED55755CD84F0F4C92080FF /* Base.h */, - FE87CC973D3BEAC4EF185F7FC50D44EC /* Base-inl.h */, - 85F3FBC1C15208769628B65B8B622CBA /* BasicTransportCertificate.h */, - 7268047D8909A79EC7149EBE7059B931 /* Baton.h */, - 968835E398CBC7ED6FDE53006116FD8D /* Benchmark.cpp */, - F567510C31F7EA60C688D091BBBB9FA4 /* Benchmark.h */, - D3687B4CF13DB16ABDC716208A53CEF9 /* BitIterator.h */, - AD45CC93CFE7E162E65C1874FBA78223 /* BitIteratorDetail.h */, - F59E4FC9913EE72E94C19FF7B3457F74 /* Bits.h */, - AC2A277F058600287D046BC16648EDD3 /* Bits.h */, - 060DCC04ED45B18EBCBA8E9E0923153A /* Bits.h */, - D2E53063C393DA4EE3E01EE95C5620D3 /* BitVectorCoding.h */, - 39846383137E24A30FF6FF77CD6E2BCF /* BlockingQueue.h */, - 0748B588FB16D06CBCF75DA45E52446F /* Builtins.cpp */, - 656BA97AD0E9619D73681B725BA3CF1B /* Builtins.h */, - 6B07F58F5E00C416B743F9E65E8AAAF3 /* CacheLocality.cpp */, - EB9DB3624365462855A1516B5D3CA369 /* CacheLocality.h */, - 574DF364DC602889A1B0A8A6A6D216C0 /* CallOnce.h */, - C95CDF55EE99D554FFAEB647387A76B2 /* CancellationToken.cpp */, - E91279AE6A330316B4A2CEE259D21C9A /* CancellationToken.h */, - 172767486992495A7F7F4DCCC6E77D5E /* CancellationToken-inl.h */, - 8B947888487DBF35E661301941CEC085 /* Cast.h */, - 81C4A6DC7BF1EAEC44C83DDE40BEBF93 /* CheckedMath.h */, - A99EBBBD3A21CB708090BC51C0628673 /* Checksum.cpp */, - CAB76C5E5BE5704CA8D7F1C2EA3B2ED3 /* Checksum.h */, - 15699C7A682CAD2832BF3949FC0C2E6B /* ChecksumDetail.h */, - 24C145FE5FD0F175FF62F650C1267D39 /* Chrono.h */, - 4F8B263F6F2140E1E05E1565006ADA94 /* ClockGettimeWrappers.cpp */, - 76C4E399820A21199CC1E4C34E07EF57 /* ClockGettimeWrappers.h */, - A9298E19022B21E3B48B6A0E2E619069 /* Codel.cpp */, - 4FCAECA2475F72B9C9A0D5394D3D37C6 /* Codel.h */, - A6C81DBA1012E83B199F2BB2B3B87F6B /* CodingDetail.h */, - 91513ADBE983C3EB6286444AFD01F195 /* Combine.h */, - 85CF7D63F2565317670F46C26E34E1FA /* Combine-inl.h */, - 2703FF057DC4339B537E33DB5F03EBCB /* ConcurrentBitSet.h */, - 06F8BFFF2069E69A75B1ED75DD9E217B /* ConcurrentHashMap.h */, - 432473A907F5BB11A0D2014693318DDD /* ConcurrentSkipList.h */, - 04BB5049922B42658DC0CCB068173B3B /* ConcurrentSkipList-inl.h */, - 615B007A430E757B4F26C2DD3E13D91B /* Config.h */, - 1B79E7CACB26E7F29759DB489DEE478B /* Constexpr.h */, - 085875901D5DB825E5B6C5D38816EE79 /* ConstexprMath.h */, - FBABB684E9B9012B7469E8739D3940BB /* Conv.cpp */, - 892F8A33FAD25DDE6B6381E5BA032BC1 /* Conv.h */, - 1480D13CD9721CE1A183AF21E101E81F /* Conv.h */, - D02101E5DA9F80821E87A719D304C059 /* Core.h */, - 6D5066187826BCB65A1DF377880D4BD1 /* Core.h */, - FDD18BF51BEB50E1B611015D2940D484 /* Core-inl.h */, - 13FFC8A368C7C89D37000EB6FED8D3C1 /* CoreCachedSharedPtr.h */, - 680F880B8D3708DC4342A5645952C8F1 /* CPortability.h */, - E1D31E4BDCAFAB8FEE26C823914D9DA5 /* CppAttributes.h */, - 1E85FA674C41E021CB1EF8330FD36154 /* CpuId.h */, - 9FDD2193087A3C3FB74058EEA42CFF07 /* CPUThreadPoolExecutor.cpp */, - F1CAB9E07D4BB4391E8BD119ABF7327C /* CPUThreadPoolExecutor.h */, - 5A1BEA239ADD8AB347A4BE5961B6F443 /* CString.cpp */, - D261E94D812B72EB1C4825F67E402A6D /* CString.h */, - 8630299AC51780BC20A6992204163BFB /* Cursor.cpp */, - 8398107EDC07D1A5E7D9CA67FB6AFE9F /* Cursor.h */, - 52FE0EC07B78B96E36D6E13EFC8E72A1 /* Cursor-inl.h */, - E87132F11E07D361675E31936E9A1C83 /* CustomizationPoint.h */, - 4A0577B99ED8E6A17552D095BBE0E984 /* DecoratedAsyncTransportWrapper.h */, - FE458B5A44A1004B5FB36CB7A756305C /* DefaultKeepAliveExecutor.h */, - 9C8B904515A74CFC1341EAA0E96EF002 /* DelayedDestruction.h */, - 76287052B465828B399CC8547CC4C16C /* DelayedDestructionBase.h */, - 1478CA9516AE374FD32F117B393BBE7D /* Demangle.cpp */, - 35679E5B60E9F38A22B63DD5B1CA573F /* Demangle.cpp */, - 4C1E487826834B918967FE1C699C77F1 /* Demangle.h */, - 045F77A41BE8832D73DDB3E43BF7D1E1 /* Demangle.h */, - 0B959A223C5E442E24705C6F0F7FB1EC /* DestructorCheck.h */, - AB01BDBE5B93D2635F50F397F70FC38C /* Dirent.cpp */, - 5982BE1523F2DE0CF5337F7964BD4741 /* Dirent.h */, - FFF063A0EFCBE50A4293CEDD02FFF5D4 /* DiscriminatedPtr.h */, - 68201561936660D13245611E3E73F825 /* DiscriminatedPtrDetail.h */, - 8A3FE52DCFCC25B1C47A7DF7CB103F53 /* DistributedMutex.cpp */, - 952A00E762464E5C2B12E60EA9669682 /* DistributedMutex.h */, - 21C9229FDC2DEEDBD5C60947126E9AC4 /* DistributedMutex-inl.h */, - 5DC87C5B7AF86C5559A98771B020625A /* DistributedMutexSpecializations.h */, - FB5C8E518283607CAC23ED5F81BC4DD6 /* DrivableExecutor.h */, - DD354BCBE58CC78F1144BF9E1D6899D4 /* dynamic.cpp */, - FA48A1042ED2392928425686AAB7200C /* dynamic.h */, - B83E8603EEA2FF54455BE9C016ED9E38 /* dynamic-inl.h */, - 7308C372D645E3F1E8EF4FDF8466F9F0 /* DynamicBoundedQueue.h */, - 845290F3A2997E05A47BCC3B80B6B7A9 /* DynamicConverter.h */, - 039CA77E724E386548175DFA3BB53368 /* DynamicParser.h */, - 9DA3986C97D3F9952CC2523DBB6FAEFB /* DynamicParser-inl.h */, - FB86D5C191EE06911B974EA6B5873433 /* EDFThreadPoolExecutor.cpp */, - ADC8C4E79FD01C34E5675EB05AF4E327 /* EDFThreadPoolExecutor.h */, - D22B4DD8AC1F193BD6CBE64E99D09871 /* EliasFanoCoding.h */, - 43BF262C6F6FC0AE13978C8BF9764933 /* EnableSharedFromThis.h */, - 439D9A548F74CE4447E4B5A7197CCBD9 /* Enumerate.h */, - 8AFA418655EBAD12C9A7084CFDF3AE47 /* EnvUtil.h */, - A1D18C4CAE7C09DF2BFC70C1434AF206 /* Event.h */, - 3C013015235E046BF5CCF08B7330D5ED /* EventBase.cpp */, - 16E9B6CD0C5BF9C005878959B844A344 /* EventBase.h */, - 1BD12466164EC8F48838F01B9D26879A /* EventBaseBackendBase.cpp */, - DBB530FCC112B959A7BCB2819DC9C578 /* EventBaseBackendBase.h */, - B76984398ACFCDBA5D06215D047DA523 /* EventBaseLocal.cpp */, - 2F4A0035548B05D78144ED48AE01599F /* EventBaseLocal.h */, - F6E09D8E6F435772B91507D6EE498FEB /* EventBaseManager.cpp */, - 052CE1583B46F9055A7087FA4FAD6732 /* EventBaseManager.h */, - 3D86950D605B799CDE740301EFB11ACE /* EventBaseThread.cpp */, - D023FA2FD4DA3A79F08E338D017F8FBE /* EventBaseThread.h */, - 1FA8C561F44329163CEE9D5AA5FA5D9F /* EventCount.h */, - A5A1635C494FA32AB1D4AA5713352FA8 /* EventFDWrapper.h */, - EF6C146B06EF332C70C6E6C8A6C2A143 /* EventHandler.cpp */, - E8EC1D2B9B72480E87783EB77AAE0C17 /* EventHandler.h */, - 9A5F85CD9CCD8527D260AF95B836AD9C /* EventUtil.h */, - 122A15023A1E9CAB57CBDA7A19C7537C /* EvictingCacheMap.h */, - 5CCE21979BF69467A64B0DAC95A09C84 /* Exception.h */, - 378D2C9B42B3121B5B5C0329D7FC3ED8 /* Exception.h */, - AD3F965A2DAF5BE0FCF0AB8DD1CE90C8 /* ExceptionString.h */, - F8C7C34064F74E10FA192EED87BD69EA /* ExceptionWrapper.cpp */, - 568D675169D882EE60AC41E4F441ACE5 /* ExceptionWrapper.h */, - 8B0E7F6355AA27AB311034DFF308D08A /* ExceptionWrapper-inl.h */, - BBC4A271AA9E07220F4BBEE63F296BDC /* ExecutionObserver.h */, - 740DEDD1574D0EDDE72FC0DDEB6AFA2D /* Executor.cpp */, - 04C48E439F9E9B7D68F852F8C31AFE94 /* Executor.h */, - 78AF766A75F15E866F7B69F024877173 /* ExecutorWithPriority.cpp */, - D3F86104E8F6883CCC808D6BA4AB87C0 /* ExecutorWithPriority.h */, - D1ED5345458EC227D9D66B3C78646948 /* ExecutorWithPriority-inl.h */, - 59C052CF1E95585B52F22573DF6F586E /* Expected.h */, - 085FBE8FF98A06866720F0893C463949 /* F14Defaults.h */, - 383885AAEF1D2D3B02AE2DCDF6158C70 /* F14IntrinsicsAvailability.h */, - 734ED99E7FFA0FACC47671F13FF330D8 /* F14Map.h */, - 1E0A1B4BA99BEC8C385FB33189643645 /* F14Map-fwd.h */, - 80184F9ABD2A64A45E6882C1BDFED861 /* F14MapFallback.h */, - 3AFA957D26D2871DABDC3F35EEDC9CB7 /* F14Mask.h */, - 4EDACEF0E3E6CEA32BBD6DAEA14C1EA8 /* F14Policy.h */, - 82FF835B03772280F0E600FC48BDFC79 /* F14Set.h */, - AC2EA717B1A76C2AD0CA69D904D23C2D /* F14Set-fwd.h */, - A792388FAD2F002B0F8338FD93A519CA /* F14SetFallback.h */, - D32B2EB7635D216E8F6A56AAF162E2ED /* F14Table.cpp */, - 74D8C3849334584A5329E274B22829FD /* F14Table.h */, - C7E11666D47F939A291DC7D5FC3D8AAB /* FarmHash.h */, - 26E977733407FA6B939BA7241A86D1FA /* FBString.h */, - B76B382F1B2A7BB0FA8267921B1E3164 /* FBVector.h */, - A0B2E2EB41F8D7BF01A2CF72B8FECB1C /* Fcntl.cpp */, - FF6C653959977C7460CCE1A8F124C7BC /* Fcntl.h */, - EA81B880324C0C181CFA62E6BDD2880A /* FiberIOExecutor.h */, - B89D1A76C3CC4962251E902F950488F3 /* File.cpp */, - 1169755FFA5835ADC55BAE1327129034 /* File.h */, - 21BCDA0D8CE53145B7D9DDCB79FF71D1 /* File.h */, - A7C78DDF6617A9A5A85E0842D176930A /* File-inl.h */, - 51E4A1CF52B5B0297D9A75B86AC0C6D4 /* FileUtil.cpp */, - 4958C8E11C948C9E320A1061C17393C2 /* FileUtil.h */, - 3F8C522B4929B04D3DC998990E8910A7 /* FileUtilDetail.h */, - B4FCC106704389E2E7EFD63FCE28638B /* Fingerprint.cpp */, - D97A15643A3ED21BF98348457180EF38 /* Fingerprint.h */, - 5D6BC0D1EA8161D76A02E47521A92AF7 /* FingerprintPolynomial.h */, - 8D87CF09B7FB321AB7B54842A8C338CD /* FixedString.h */, - 81AA2D16D1B54FDB8D3A259B35A40059 /* FlatCombiningPriorityQueue.h */, - 22A55A045F38E31C73F8E9B4770DEB12 /* Foreach.h */, - CDF0F908DB79B6ABAB14C97747F08F52 /* Foreach-inl.h */, - C478EA28D75CEBBD1704A2F15C8376DD /* Format.cpp */, - DEB084C6687C003F87E4BCAD1799021F /* Format.h */, - 21808C33416F2FCCF1B8EBDA30061F75 /* Format-inl.h */, - 5D2A2ADD5E798B9C094EB0F4B7F31CCE /* FormatArg.h */, - 0F10F5DA26A034C07378FBF0AB4042E1 /* FormatTraits.h */, - EA1D116E996F52DACA902FB1B2CBCE1D /* Function.h */, - 4F8CA7886A6BA921E63EED6C2ED976FC /* FunctionScheduler.h */, - 4C2C35087655F2E65FA331610D911729 /* Futex.cpp */, - 1566EB1C30E4DD9E8FF456FDF02A798A /* Futex.h */, - 1ADB54BD51761B366F2ED153D0136176 /* Futex-inl.h */, - 1D96F098EFAA271B841FD455E8EF51E7 /* Future.cpp */, - ACBD50B60139020B512B579F732B58AD /* Future.h */, - 2EE39288AE06A2A5BC31A870158958E4 /* Future-inl.h */, - E206E5F88337FD848B0EAFE3A5BBD1D0 /* Future-pre.h */, - DFFDCFBA505527CF11837E7606E3DF8D /* FutureDAG.h */, - 4A259CF62DCDE19F056019A6358C871C /* FutureExecutor.h */, - ED5BC10B97FE5D713ECC7F9D198A0A2D /* FutureSplitter.h */, - 89A0881357D55CC79819C38738ABB565 /* GFlags.h */, - DEF458B8AD64F921EE7F94CBBBF806D2 /* GlobalExecutor.cpp */, - E300FADF37C4D1931C34BE284AA43E99 /* GlobalExecutor.h */, - 2DE5C3E74AE19E56F0CDAEE62AEC7F7F /* GlobalShutdownSocketSet.cpp */, - 92BAE3A8051E19FF27173F538711E17F /* GlobalShutdownSocketSet.h */, - 19D55A662ADF9B8DD0A77C1DC21E0B20 /* GlobalThreadPoolList.cpp */, - 3CAC3356ED529856ED95189D45A124D9 /* GlobalThreadPoolList.h */, - FF90F323F945C61F12FBE906B5982E55 /* GLog.h */, - E9F7ACAE010C32E2F5C0F1EA530DEDC1 /* GMock.h */, - E2563858A98FD55F0426D9FC33C60562 /* GroupVarint.cpp */, - C5466CA229963B782D90DA5F1F3AD5A9 /* GroupVarint.h */, - 64237C3FD8BCFF29442EC05AF5FD91CA /* GroupVarintDetail.h */, - B1EE626D2D93DF68005D400BBE68B3C2 /* GTest.h */, - 5D067FD3B8AF19CAD0D9DC292702934A /* Hardware.h */, - A0D4B04D4908B0DDC1B7B98505287803 /* Hardware.h */, - 7D65BBDBE940FCA6F3F4AEA1907A643F /* HardwareConcurrency.cpp */, - 4EDD357E923885D3208156A2982A5685 /* HardwareConcurrency.h */, - B963BE78352BE8A2BF19206890EC4FC6 /* Hash.h */, - 08D0D288B0D80756B149DABE9ACC350A /* Hash.h */, - 7BC69915C16F5A5FA354CE10CB2BEE83 /* Hazptr.cpp */, - 8A2E110EDE7D83B166A1FEE0A731572D /* Hazptr.h */, - CAB87781513BDFF31EA782D9B65983A6 /* Hazptr-fwd.h */, - D34C419BAEC0ABEC3D18981EBF5FC921 /* HazptrDomain.h */, - 1533AD2287E0700D8C6CFFE3772304C8 /* HazptrHolder.h */, - 44532AFFD8500B38727FC966666AD5AB /* HazptrObj.h */, - 5DB2848D0166480811F5DAD5CC1ED367 /* HazptrObjLinked.h */, - 5457E7659E0B14F4EFA90AE951DAA559 /* HazptrRec.h */, - 45F7EAC3DEB7E94D7C7A7FD7B6928B1A /* HazptrThreadPoolExecutor.cpp */, - D5518C703E01B99EBB44B51F1B270AEC /* HazptrThreadPoolExecutor.h */, - 85A617DB7328CB9F4DB03DAA8C3513A8 /* HazptrThrLocal.h */, - 79332C24135598C170476104BC3B4ADC /* HazptrUtils.h */, - 3A371928B76DB16931DFAD4F1571AF59 /* HeterogeneousAccess.h */, - 7F29335A84CCA06A12E8F0EC1A6F9E24 /* HeterogeneousAccess-fwd.h */, - 147C1BDD6664E0F3FA618A92082C40F9 /* HHWheelTimer.cpp */, - 753C76A13AC442DB3F3E0DD6DAD79F09 /* HHWheelTimer.h */, - AB84378EAD6C42DAADE8FC8CE75C7981 /* HHWheelTimer-fwd.h */, - F7D2E6DBB0477A6CBA28D0A5E12D5DF7 /* Indestructible.h */, - 0228561F6FB9B2DF2119CB1F08277A1A /* IndexedMemPool.h */, - D95EA60BB7DEAC6A9B9F935327F3491D /* Init.cpp */, - F32F03AC0893562F1CD8266871E803FD /* Init.h */, - FF5B2F16624B6C80D94027164A75412F /* Init.h */, - 14434CB2F5B7D90A1F02457BB1FAA894 /* InitThreadFactory.h */, - 5E72CE48236C74E35DCB27E2309C33F7 /* InlineExecutor.cpp */, - FE3E1F3C6039F413501987F8A92AFB26 /* InlineExecutor.h */, - D2AF6B14CA1C0F42610D856FBFA2E27A /* InlineFunctionRef.h */, - 9278278465311372DCD02AC2B7DD567F /* Instructions.h */, - 9D62A2DE4875E945F6F97EFDD8E6844E /* IntrusiveList.h */, - 27DD32A8FA80CF687F440CA554F48318 /* Invoke.h */, - 333FA868A4E0F5E1F01718F842DD7C29 /* IOBuf.cpp */, - 0AF3A1C3731FA01B628497655FB6E1D0 /* IOBuf.h */, - 1243928014346B0D445DC656E80A297A /* IOBufQueue.cpp */, - C43C20C34F60CD250222D1DF0B582335 /* IOBufQueue.h */, - A6458B7B0ED99CCDF4D1104CF3D2962B /* IOExecutor.h */, - DB5A831CACBC9D9C01487A5423D530A5 /* IOObjectCache.h */, - 94F6F95BD56F1B74831571771099C314 /* IOThreadPoolExecutor.cpp */, - F54096769414916B01BFD7919CC10608 /* IOThreadPoolExecutor.h */, - 9A2AFD99F1646AABBA198F3C05BBC839 /* IOVec.h */, - DE7471BCE3D9988E9C4C5D279AD34413 /* IPAddress.cpp */, - 3983E567AA8413D20BF7458F09A681A3 /* IPAddress.cpp */, - 6083117FF978997B93E6120A98FB6A6D /* IPAddress.h */, - 83E1BB329AEDE8CCE51E47F00CFB26C2 /* IPAddress.h */, - EE9960A4838D37E3B378A4104B24A341 /* IPAddressException.h */, - 140B6A4EF4A43775E085AF3456652AE6 /* IPAddressSource.h */, - 1F0D7782482DBB0336DD50543E8CA3B0 /* IPAddressV4.cpp */, - 04347FE2C60FB984DA64F6E33F195F15 /* IPAddressV4.h */, - 06F1093D867F278ADCF7F09C2054F50A /* IPAddressV6.cpp */, - 66D031AD18131A0C0206B502BDFE90E5 /* IPAddressV6.h */, - 148199B55436DB37F862EA7BEE6DCB80 /* IStream.h */, - A4518E9D4C8E1A3B494C3F22EE0B6058 /* Iterator.h */, - 9E620544C00EE75FD0F99F66D029F094 /* Iterators.h */, - FED779ABAC40C5DE92CB589C4A6FBF50 /* JemallocHugePageAllocator.h */, - 0BF358F6518B1D2767C1A7E40F1F46C5 /* JemallocNodumpAllocator.h */, - 70480B850FA5E96B817644171C81190C /* json.cpp */, - 5F46C7F58E09118CBD98B1BD1EADEE6E /* json.h */, - 36411F13D852D4503EA2FE8FF2EA912A /* json_patch.cpp */, - 75CCFE2F8F7DD615590A677ED90EEAC3 /* json_patch.h */, - 6847200D56C1B5A48397F925FA24A957 /* json_pointer.cpp */, - CEE3C8A46C872E55A4DF19525A9D6024 /* json_pointer.h */, - 3224869CFB08C9C3D856F4285F0814EF /* JSONSchema.h */, - F58493ECCE208475602647FA42D2B270 /* Launder.h */, - CD993F1098CC674D1A06CB27B3ED0D33 /* Lazy.h */, - 1878C95CAB7B86E57FD2AD73E06FD615 /* Libgen.cpp */, - 4084026A3B564668A300B0A5CAD7F5D2 /* Libgen.h */, - 19DEADAD5C3CD8998D13020DE20E31F0 /* LifoSem.h */, - 22861C13F758345CD6B82C0054BB2548 /* LifoSemMPMCQueue.h */, - 5709EA7F1652409D9ACE94DA3C90BD53 /* Likely.h */, - C03C0C8A2A38358E16C605FCA9AF0D96 /* LockFreeRingBuffer.h */, - 99FE75F217DA64820F06D3D5E303AE95 /* LockTraits.h */, - 96F845141488EE145BD57F12346195A1 /* MacAddress.cpp */, - 9D697C9F587B6EC355A8C63AD1CF84E0 /* MacAddress.h */, - 9213EC22E09FC29C5AC7065CFF6C6674 /* MallctlHelper.cpp */, - 1C478A9A911A1728BD75B47F1FEAFCB4 /* MallctlHelper.h */, - 5BD8DB2BD1B080DB3937693A6FE2C96B /* Malloc.cpp */, - 4A92F7BC5401E15A10EB02583A1DE16B /* Malloc.h */, - 264A4B1C11B5C4997F7B688A95A735C8 /* Malloc.h */, - 721153C0E06254197BA272CF7943F1C4 /* MallocImpl.cpp */, - 7054C2CF73A8AD8A096F6DBC82EF67B2 /* MallocImpl.h */, - CC7325814932F4360F480EAE27A70C6D /* ManualExecutor.cpp */, - F0757BFFF844A3C0C1434F2F426CAEEA /* ManualExecutor.h */, - AF1ED2FE375522EB262CE79274627FC0 /* ManualTimekeeper.cpp */, - DD3EEAC27A99FC5EF933EDBBFB457CA0 /* ManualTimekeeper.h */, - 32CA4020265B6284F12CABB3C529A4E4 /* MapUtil.h */, - 47173A1B5FD399AEA16DCF901E4113B6 /* MasterPtr.h */, - D19120933CC9F8E20C536E7B81ACFE63 /* Math.h */, - BD51E6303F4501EE0928690C058C94C1 /* Math.h */, - 968746A4ACB023161D3386EF315EAB36 /* Memory.h */, - A19AB2222BEEC0F0C067069067D47CCB /* Memory.h */, - DF6CC845615D23DCA72B85DA957F4CAB /* MemoryIdler.cpp */, - ED358289A1A68341372E03C10BA4E93E /* MemoryIdler.h */, - E5E35FD8A53450F0B299A45ECB604BB2 /* MemoryMapping.cpp */, - BF4033BC5753BD5C63EEF66F4CF64336 /* MemoryMapping.h */, - ABA4809DB75BF45F0417BF96A6CFF012 /* MemoryResource.h */, - 7D316CB89ED6A345899E24A7AC49601B /* Merge.h */, - 4E0B171692572069C4CAEC3BE2363614 /* MicroLock.cpp */, - DFB55AA69F10039E5EB50A45AFB21AA3 /* MicroLock.h */, - CCB8920C8168C3B6368DE00D67D0495A /* MicroSpinLock.h */, - 113B4A9FDE08FFFD3CE8FE3246850A7D /* MicroSpinLock.h */, - AC0C7D423E215D4DACF967E3C18672B9 /* MoveWrapper.h */, - 2BF9C0225BD8A4EBDA4B9E8623351F11 /* MPMCPipeline.h */, - A39AA6D95BA15DF520349B5DE692FC3A /* MPMCPipelineDetail.h */, - 4A98BBBCFB180613839B16CE8308D982 /* MPMCQueue.h */, - D950DCECCDD7E8398E8FDBD175CA2B54 /* NamedThreadFactory.h */, - C78EA828A631F445EFC6BCC2C458CB9D /* NestedCommandLineApp.h */, - 2D5AAFA8F224446E89A207E2406653F7 /* NetOps.cpp */, - 81DCBF320B8A1C5C416109EAF27DB64B /* NetOps.h */, - 4592F31E9A25741843A03EBC9801328B /* NetworkSocket.h */, - 09BB52AAF109E35C2D17CC35E34D503C /* NotificationQueue.h */, - 7CDF8DE18D74819A76FA2BEEEF169980 /* OpenSSL.cpp */, - 2F51E2134E42ED889CE2D40A8BCDE57D /* OpenSSL.h */, - 940BF278EBB816A489D9AD7C037C5786 /* OpenSSLCertUtils.cpp */, - 7071CE2C439F7D37D2AF632010778180 /* OpenSSLCertUtils.h */, - 36C488C5BA59133949EE4BB279640F36 /* OpenSSLHash.cpp */, - 9D2EAC74BE0BC84023BD275824E28B51 /* OpenSSLHash.h */, - 480F39171CB3AF2ED975A4417195ADE6 /* OpenSSLLockTypes.h */, - AA9E53846B3A6B28D09F315C1EB7D201 /* OpenSSLPtrTypes.h */, - A8D2013B8D6F142E013498B0DA834C17 /* OpenSSLThreading.cpp */, - 2608412276BE98D1603F950B593828B5 /* OpenSSLThreading.h */, - 7CC9DA373D93B1726702614BF8AE3A26 /* OpenSSLUtils.cpp */, - FCC366662227F05ACB2182CFAF3FAA17 /* OpenSSLUtils.h */, - 93241783413CE94F2F13E0E4819174D7 /* OpenSSLVersionFinder.h */, - DF42996FE9BE64B2DDF91079B61B6D4B /* Optional.h */, - BA8E3B852D96E0E0485A713B7F2E5886 /* Ordering.h */, - 3396B7514EC2369EA1E558D65E360013 /* Overload.h */, - 126B421B19772AB99C3B24033EAED307 /* PackedSyncPtr.h */, - D9A701777C019BE46119DC3820363364 /* Padded.h */, - C2C7B76B0CC56417E7F458C69F1FFD24 /* Parallel.h */, - F650506D2D7B96E6F50BB61C7097107A /* Parallel-inl.h */, - 37F1A2670C92D87EB5D0312400F50081 /* ParallelMap.h */, - 2B6B3159F5021D3BF450DB791C3C0BC9 /* ParallelMap-inl.h */, - ECC00B9CFF3C7A0267C696870AF868C5 /* ParkingLot.cpp */, - ED183811CFD948413AA06EC96E42F848 /* ParkingLot.h */, - 96A149FE31349E2088FEF01FDD58A29C /* Partial.h */, - 9FCF5D62945B2ACE1276BE63B47181CD /* PasswordInFile.cpp */, - 18109B78EF5421A2AB9796AC5A9884B9 /* PasswordInFile.h */, - D600B5B64501E1A7BE2ADC169F4D7970 /* Phase.h */, - 25A36DDB8B25323503548DF359FCFD89 /* PicoSpinLock.h */, - 66725A27E65BC935EB102648E84DF33F /* Poly.h */, - C455507E255EAF296D7E10B2A25C296B /* Poly-inl.h */, - 02A51C37EF56880D3AFB17E9B705E658 /* PolyDetail.h */, - 99A5E6A44E2683BD6E3A64FA1E9870A0 /* PolyException.h */, - CB5176C867AFEF9E0293EA7F79D89853 /* Portability.h */, - FA023845F36769A03801A2F674E219E2 /* Portability.h */, - E4B50D5FCCC041DAD681BDAB3F3BC9C3 /* Preprocessor.h */, - 8165532DA69FBB06F986BA8FAA1F29F9 /* Pretty.h */, - 4DC9C8C05B17D29ABB51AC8D5936E1ED /* PriorityLifoSemMPMCQueue.h */, - 8C4A1CC12DBD5834E735096500EC18F7 /* PriorityThreadFactory.h */, - 79502E8F90D32A4DF29B37B6E441A90B /* PriorityUnboundedBlockingQueue.h */, - 453C8D8838191E9E133E6598106F4D69 /* PriorityUnboundedQueueSet.h */, - 6D845BA318830444D3C879C3A22DEF7E /* ProducerConsumerQueue.h */, - 6545EB7E5383480E346FF525F83DC0A0 /* ProgramOptions.h */, - FF289D723FB61977E1A53D02D51DE95D /* Promise.h */, - D2C88768B3097A0A5885E46438FB0B95 /* Promise-inl.h */, - 6E18877C3792D2DDD838D1A12EF8DCF6 /* PropagateConst.h */, - F5A83F14CD5C32691F4C3F6561A8BFED /* ProxyLockable.h */, - 63A9338F1B6FD59995F1078F9F7628ED /* ProxyLockable-inl.h */, - 11E0457F038B58F3C8C0134919AE3C40 /* PThread.cpp */, - 56EA547028CE64C07C18094540082BED /* PThread.h */, - AB7CB74D1D9B8977C013B7161D45CF34 /* QueuedImmediateExecutor.cpp */, - BF079694620A978EDE48B5F2542D581D /* QueuedImmediateExecutor.h */, - 9173E43E4EC84FB477D8BDCB65290A3C /* QuotientMultiSet.h */, - 58953EFB05E34ADC19594BE3C3363A7E /* QuotientMultiSet-inl.h */, - BC27FDA1F54C7BFFADC3CC2DAA0F6F04 /* Random.cpp */, - 17C555F6666FCC312A50B8FBD7DEB30F /* Random.h */, - 70FA312D86F60A15E1F525B572CBA8B2 /* Random-inl.h */, - 7EBB97FDB05DC08EE7B33B0CEFCEF9E9 /* Range.h */, - F3903E1FB7F9CB6BD5E689F4BB88FAB5 /* RangeCommon.cpp */, - C879B3F0ABC7315D29D67BFD8AE69372 /* RangeCommon.h */, - CB804D9A9015B32396091765D05CB4AC /* RangeSse42.cpp */, - C48E9A83E63E39D491EB15218FFD1681 /* RangeSse42.h */, - BE7707A3BA4C57DE0BC7B3DCF73409CF /* Rcu-inl.h */, - 04E80D24B69CAF79B647047CFBA1344A /* ReadMostlySharedPtr.h */, - 9B3096078B773284B8119E26F42B61F8 /* RecordIO.cpp */, - 86C78EDF03F58633964D89FB1A8EC74E /* RecordIO.h */, - 9B4C38DB1E3144891D405DD8E517F87D /* RecordIO-inl.h */, - 5A672BBE836ABD946E7FCCF592FC43B7 /* ReentrantAllocator.cpp */, - FF7E415E3836C9EA37C9F6BEE393B39A /* ReentrantAllocator.h */, - 7F0C37D2B9A69A0D851BA1699BCEADA9 /* RelaxedConcurrentPriorityQueue.h */, - 7B27BDEC2DB789528896D19E95148F51 /* Replaceable.h */, - DE2C5957990B1640FB35A4B62B6C1909 /* Request.cpp */, - DA5602C79885D3CB2CD335D6002BECC3 /* Request.h */, - FC9CF135DCD456A5C9A80AF44DA9DBD8 /* Retrying.h */, - C049CAF137A7341CAC261744B702FC33 /* RValueReferenceWrapper.h */, - F4AC015D92C6A7A41F80AA1BE5FB3403 /* RWSpinLock.h */, - 4692C89B7525BD0CDBF8F3398DA2F417 /* RWSpinLock.h */, - 089A09671E5429ECCD84B421D5002839 /* SafeAssert.cpp */, - AB808566CD4E643EE104D688D1489F9A /* SafeAssert.h */, - 26E25BA9DB6BBDF50E25101B9D2E4AF8 /* SanitizeLeak.cpp */, - 878E0611221F5847F575947D32D8DDEC /* SanitizeLeak.h */, - BDB8C27234893976DE79180ABA1303FE /* SanitizeThread.cpp */, - 9AC7F1208FE86D2472797CD8B747D0A6 /* SanitizeThread.h */, - 9F4C5096CBF6E7BF0DE316578F405324 /* SaturatingSemaphore.h */, - AB49BFC0C84A4FFEB2A5E0E1A9119338 /* Sched.cpp */, - B5D883AC5EA186053FF0A25C84F91659 /* Sched.h */, - 20EBE762CAA3168240B354B979875725 /* ScheduledExecutor.h */, - 8473CF006EF0B62317EF319ABB31E76C /* ScopedEventBaseThread.cpp */, - BD01D0707035561709B85B549CACE6C2 /* ScopedEventBaseThread.h */, - ADFA18BBD63ECBCC03253EEE11387C4A /* ScopedTraceSection.h */, - 7C39A6B4A1789E69F68C2DAEE8A52FC5 /* ScopeGuard.cpp */, - E321040652A1C32F36B804A94802D49A /* ScopeGuard.h */, - 1C424FADA3ACFDFFCD10285AE1F1B579 /* Select64.h */, - 8FD6267A26AE3BB6E6788ED50C42D06B /* Semaphore.cpp */, - 3F5C09F262F4E05F07ACC3E0115CBF55 /* Semaphore.h */, - 6C54527C21FCB55A6E516C4695742F39 /* SequencedExecutor.h */, - 7DA751C680919A66EDB88006E483FB86 /* SerialExecutor.cpp */, - D09F08A4A743D8128E39ED89B7A70262 /* SerialExecutor.h */, - C61CD55EC060153A9C2261DB2A80B65E /* SharedMutex.cpp */, - 51E75E93B932F7316860EBA6027E63C5 /* SharedMutex.h */, - A4C2B711A18A6CD8DDE715A500377FCA /* SharedPromise.h */, - BCF15BE370522A7E3BDDF978DCC7F375 /* SharedPromise-inl.h */, - 7144BF48EAE5A15C2C3746D50115D9B5 /* Shell.cpp */, - 56CD83E086489E956DAE183DD7D88483 /* Shell.h */, - F2C2F12F0C6EF749AEC1184713C5223C /* ShutdownSocketSet.cpp */, - 551AC2066522348A8ACB0F01B5A29BDB /* ShutdownSocketSet.h */, - 0B097EA029B1087BFEF60484DB16240D /* Singleton.cpp */, - 5D1FD64D9F24362E82F034B00E36F777 /* Singleton.h */, - 467D58CC1D69A564123E6ECFF5FCC019 /* Singleton.h */, - 4FCC934845E5F92487612B67AEDF779D /* Singleton-inl.h */, - 9A31829BC879F8D03FA40BC885E8B740 /* SingletonRelaxedCounter.h */, - 8AE0240B76F1F45D9DAE4C960AEE6A32 /* SingletonStackTrace.cpp */, - 28959DCCB421A9498E444E5E550D560A /* SingletonStackTrace.h */, - E555ACB691AFED6AF38093A4B27BE24F /* SingletonThreadLocal.h */, - 566EE9C1DEFEE611F2D66A201053BFFE /* SingleWriterFixedHashMap.h */, - 7C135B502069F2B1D06C2C3BA95FE395 /* Sleeper.h */, - 8FE449F748B73D110B2D93C190E28A75 /* SlowFingerprint.h */, - 784F1B3124CD66F76D8028DE32F8F90B /* small_vector.h */, - DCFEB8D80B6E4EBE43301462DE4ABEEC /* SmallLocks.h */, - 422C13CB35DE5B59811DBCC0579E5D8A /* SocketAddress.cpp */, - CE66187D6DB9DA2BCDF9D4F5170546D8 /* SocketAddress.h */, - A7F740C7B16760A1241DDE741C3C641D /* SocketFastOpen.cpp */, - 51A5B8E831B792F921AD3B472DC8E0EE /* SocketFastOpen.h */, - 2B0AB863E450571254336F2C37E2E6D6 /* SocketFileDescriptorMap.h */, - F286285826D0A368C403F93E770D6B60 /* SocketOptionMap.cpp */, - AD07A6F4A0A4DF28DAB7BC897D06C42B /* SocketOptionMap.h */, - C738A3D6F8E6C9C81DB1BED245AE894D /* Sockets.cpp */, - 5817BDF7EEFC03A43BB5D078A9E6A7AA /* Sockets.h */, - CDA0B9D8DADFA35B173D4DC8A074DB6D /* SoftRealTimeExecutor.h */, - 45DB8B8D82C9B5741C07841A627D22F8 /* sorted_vector_types.h */, - 941BE9F66A932D509C30251C7BB9E31B /* SparseByteSet.h */, - 871005C4C5B0851484B3CFC0720EAE46 /* Spin.h */, - 4E9C898302957A573CF41819FC843AA8 /* SpinLock.h */, - C0A193F238AC171C705B7F14AC31329D /* SpookyHashV1.cpp */, - 2992F8B4B3C833D0A8B5A45A6C73B123 /* SpookyHashV1.h */, - 965A76D76F83BF7EF3FAB2CA7A21C83C /* SpookyHashV2.cpp */, - 3CD3389FC2942A8D97C914E1E61C39C1 /* SpookyHashV2.h */, - 00511100C6CD2DD4E288177234B9A70A /* Sse.cpp */, - 44D308BE3DF6C9B0603A82F80E3CE2AD /* Sse.h */, - C2B01740316879137E3E32341862AFBD /* SSLContext.cpp */, - 4D404FB8734306E5D7186D63A719B3AF /* SSLContext.h */, - 94E8F12574FF413B0D4B850A506521EC /* SSLErrors.cpp */, - 1568D3776ECAED8A28CD27F171FFDD21 /* SSLErrors.h */, - 003CE93C4DDE4C73C96EAB73C7D060A3 /* SSLOptions.cpp */, - 9A646EFF6137303A51152472B5D9CC56 /* SSLOptions.h */, - C8A3A1269A440B44D781A3D3BA65286D /* SSLSession.h */, - 454D96DABF641CDD1FC9EA249A76B96A /* SSLSessionImpl.cpp */, - 2C2030DF3E84A5B0142D6DD3BEE18BDA /* SSLSessionImpl.h */, - 8884CCC6F73AABF255C9CEC7691359C3 /* StampedPtr.h */, - DB4E07C63B8A464B5EC8B4233A29589F /* StaticConst.h */, - AB0A3305A819EDFEA6DAAA2D27594EBA /* StaticSingletonManager.cpp */, - F2388398D7F5A06A6685173FEA54CFA7 /* StaticSingletonManager.h */, - 63B89137B25B076F5B0C2B42AD2E5559 /* StaticTracepoint.h */, - FC731B98DAC8D48040C328E31E4F108F /* StaticTracepoint-ELFx86.h */, - 038FEE5B28D5DF7C455895C619386E93 /* Stdio.cpp */, - B1D52816B8156971D6C47CB241912CE5 /* Stdio.h */, - BDCE9DF44E6A63C7D2EF6B783B3B6998 /* Stdlib.cpp */, - 8B6856D545259C60011C6D267F1F2FDE /* Stdlib.h */, - E94C4BE8FE6948BF26AAA8CCA0CE746E /* stop_watch.h */, - 9FA26ACA478462F00383B24D2F6A0C35 /* String.cpp */, - DDABBABF95BE0B6310ABB9AB3F7ECD6D /* String.cpp */, - 349019FDFB9F533D0958F795FB2A920C /* String.h */, - 2ECA7509E5654118AB7360EE5A638BF3 /* String.h */, - 91D2B668FF47C72849E839121702630E /* String.h */, - 472D2BE3101DEDB3A031997E27F6CEFE /* String-inl.h */, - 8321C689B1EB2F2570C34AC5C1F060C3 /* String-inl.h */, - EAE63C36BE61FEDD398A1DC19EDBFB66 /* StringKeyedCommon.h */, - EC755D814D6F6CD5B7C67982B3240CE7 /* StringKeyedMap.h */, - 4D98C51E98DA0636836B94605832768D /* StringKeyedSet.h */, - 44F08B5B53109927C5F02DB13F1EBEE1 /* StringKeyedUnorderedMap.h */, - FB307FD0538D1A74E01E9B1E3C540520 /* StringKeyedUnorderedSet.h */, - 5F38AB200A951D9A3A9DC3DEEF7F97FF /* STTimerFDTimeoutManager.h */, - 8A678C13EF2BCBB2ED3D89FDCD9DD715 /* Subprocess.cpp */, - 28CD655221DC2DD2BC921F438CD6436E /* Subprocess.h */, - 64FE1DA5E0275DBF374B53B487E71F11 /* Synchronized.h */, - E79904A6243777B5C7D598AD311FE2EA /* SynchronizedPtr.h */, - E57B4339E6EF770AFB69C7EDDDB207B5 /* SysFile.cpp */, - 0A5A53F22D88DCD515B2AD4F9D89F74B /* SysFile.h */, - 905F18FC223F4CE2E94696104CA3D153 /* Syslog.h */, - C9B30B4FE864013EB7BB2C7C2EEE5474 /* SysMembarrier.cpp */, - 7C112208A0F703DD2DFA3969BC43C7B5 /* SysMembarrier.h */, - 793F070D8CBEB4B11E57178E609821AD /* SysMman.cpp */, - 21315C2DE7594C18C1CC0B39CCAF15CC /* SysMman.h */, - 21B9C66C3DC84431072C2B1C9D1C2070 /* SysResource.cpp */, - E735E31AE1AC3F02B4E7605077DF7F56 /* SysResource.h */, - 2310A91ED6A5B3BC0ED8A882774DAC32 /* SysStat.cpp */, - 3A9FA1223360F85AA1E562FAF1E2BDCE /* SysStat.h */, - E5100EEA9FD01188E0E1A7D0838C2A35 /* SysSyscall.h */, - C7D6110CB35E5160676C568CDE76032F /* SysTime.cpp */, - 3EEE690BB3CC589FCC9CAFF95C135A07 /* SysTime.h */, - F356A520E9D6E0F4DDB97289CAE08A5A /* SysTypes.h */, - CC3C2C587C8FA45D7E36F15D23C7A35A /* SysUio.cpp */, - CB1AF5790D69EFF61F67BD6946B97C34 /* SysUio.h */, - 605DEEA639EE74AE2C477BDD00F888C7 /* Tearable.h */, - F16ED6A7B0FA4EBE964298444A903567 /* TestUtil.h */, - 584254B2021AEC69B10405490115E5BD /* ThreadCachedArena.cpp */, - D1BAF41ECBFE355F232FC903C70033E0 /* ThreadCachedArena.h */, - 6912767249821C8134767D092D4E967C /* ThreadCachedInt.h */, - CB256B5494C81DC222BC947AD0331238 /* ThreadCachedInts.h */, - 5647240893F1D1A92E2815F9FD349DB7 /* ThreadCachedLists.h */, - 30FE36AAA64204DD62507F8F190F0228 /* ThreadedExecutor.cpp */, - 5FDA69EE11AF86F9FAE9E1F8041A97A1 /* ThreadedExecutor.h */, - B263220F34D1D19DE0A5BF083FDD0854 /* ThreadedRepeatingFunctionRunner.h */, - 75A0E1F699D93362A36DB6C55268DF13 /* ThreadFactory.h */, - CAF0B7CC03677A4A5B1126518C87A7AE /* ThreadId.h */, - 01947926DBCCD95119D1A69FFC532A1D /* ThreadLocal.h */, - 94EF8BC1D5373DCE66646554C3DA2716 /* ThreadLocalDetail.cpp */, - 317731C9EDCF5D27BAD7C2E8A5992653 /* ThreadLocalDetail.h */, - B8778D19310B5B9B1A9618B825819779 /* ThreadName.cpp */, - 2956553C5FD3FD049B235A7AD0ED2AF5 /* ThreadName.h */, - F6CF65A2C42E9D1BF6B32D6AAA960261 /* ThreadPoolExecutor.cpp */, - BB3991EE10167935589DDAC8E5F24AEA /* ThreadPoolExecutor.h */, - ACB5F28EB996238029070C84CADA0A92 /* ThreadWheelTimekeeper.cpp */, - C31DEF34BC7D6189C5FF84BC773E358C /* ThreadWheelTimekeeper.h */, - 7D299E9914E1DB834FA0470A23C25749 /* ThreadWheelTimekeeperHighRes.h */, - A4D83B0C2B47423EC2C4E6E6726B89BE /* Time.cpp */, - 8B005CB2E4250AF4BFDF6FE30FD0D969 /* Time.h */, - 02B8285D35791EE8171B2E3CEDC5F375 /* TimedDrivableExecutor.cpp */, - F6CCB8DCC8499C040B1A060598E023CF /* TimedDrivableExecutor.h */, - AD2C4E85C20255E7AAEC1C05C6175B49 /* TimekeeperScheduledExecutor.cpp */, - 7C06E146E4C034EF399891B208A8055C /* TimekeeperScheduledExecutor.h */, - EB7EEBAE989AC7CF8CBA3A103F3E7717 /* TimeoutManager.cpp */, - A5425C061804EAE21160FFC243532C90 /* TimeoutManager.h */, - FBC29B291AC31184B83049C74AECA74D /* TimeoutQueue.cpp */, - 1E28569B6DC49FA91F76B594C30DBA7F /* TimeoutQueue.h */, - 2460A240EC6BCAD25EE7577EE2051AAD /* TimerFD.h */, - B72330656E844DCA4D01ADA4F5DCF5FB /* TimerFDTimeoutManager.h */, - 571A5E9C5FCB78D46584B90A993DDB28 /* TLRefCount.h */, - D0C1BF603CA6FADF287CF354FC41E95E /* TLSDefinitions.h */, - 570B604D0EDCB054BC404E5CF99B51B4 /* TokenBucket.h */, - F469B7EE2ADAA116AF95912865F56872 /* Traits.h */, - 1AF1CAA57C7333E8AAED74ACD568F001 /* Try.h */, - 065CDBAB4BBD4893251619FC19DE928F /* Try-inl.h */, - 815F5C3168224F72C1AEAA2C4D42EFA3 /* TupleOps.h */, - E9AAB220CF47F124D7F80B029D540767 /* TurnSequencer.h */, - 3BDB8BEA869BA7200AC24BD22C8D5929 /* TypedIOBuf.h */, - F3215B1BF5E6124C341F9264A6FDDCF5 /* TypeInfo.h */, - 68A977DD6BD78763512B0CA536279B5B /* TypeList.h */, - A5C43C3449D0CF3B79F4227B0A6271DE /* Types.h */, - 00DABF756E5646DAD0648041D404544F /* UnboundedBlockingQueue.h */, - ACA6839F6436C631FDC5225CFA03F095 /* UnboundedQueue.h */, - 837F24DA449C95C449137BF274B4EB13 /* UncaughtExceptions.h */, - 2AFEEA043B329FE884B1E76B234B23D7 /* Unicode.cpp */, - 04688135DF61865A615255E85EBF964A /* Unicode.h */, - 98974A83E0BB7078986D7D482E557EE1 /* UninitializedMemoryHacks.h */, - E6BE50E0F2179F7C26FD586A116AEC08 /* UniqueInstance.cpp */, - 2143271D16CEDDD36804A28F31CFF25F /* UniqueInstance.h */, - 5998B94642EF779D0A0B9520654AF5B1 /* Unistd.cpp */, - 56920F74F15329C6877394C14E58104B /* Unistd.h */, - 248A56B962F78797EB584C4AE1F6DD8A /* Unit.h */, - 61091714003A0DC01ED70720A9382A22 /* Uri.cpp */, - 2AF1832D00DDC650CBA494788CAC9FA2 /* Uri.h */, - E2B041D58DB2D3A4E4DD92A7014DF3BA /* Uri-inl.h */, - 18EAA710CF185005E5DFA8318DD82F51 /* UTF8String.h */, - 1E4E823E3F1F558D44A1858843865774 /* Util.h */, - E218025E6B2077D8A751CC28DD7A33DD /* Utility.h */, - 6BFD0A04A366BA7ED164C880B5FD5CF8 /* Utility.h */, - 8784CC66F9D39A4FE584B2672673A95B /* Varint.h */, - B3FFC9189E12E9FBEA770DDD10C333A6 /* VirtualEventBase.cpp */, - 2AAA485044951A432017D755F4B0C1C9 /* VirtualEventBase.h */, - 3E6520181FD75BA3E4C266E464393923 /* VirtualExecutor.h */, - F9DD30BCE4E3A006E082D614F17BA3BC /* WaitOptions.cpp */, - B07D7D7C848A6C3108B8149430308A12 /* WaitOptions.h */, - 9E6A3BF5F1D0D84C00E672BD8C705760 /* Windows.h */, - 3166480EFC9306BE0E0FE470825A2346 /* WriteChainAsyncTransportWrapper.h */, - 2BB5946FE58F28FE586E3BC01968EE08 /* WTCallback.h */, - CA8A0301D0FC8A32C3C25D50D74F12D8 /* Support Files */, - ); - name = "Flipper-Folly"; - path = "Flipper-Folly"; - sourceTree = ""; - }; - ABA1566F37726427E8725EAEB4464F4B /* Pod */ = { - isa = PBXGroup; - children = ( - A8F36EB4571B135F5997360806CCA1FB /* LICENSE */, - 16EADD76213A01555AFB0878C3393F83 /* react-native-background-timer.podspec */, - 13F85508DAE0D75F86568CA5DA1276C9 /* README.md */, + 236B6CD372823D3EDEC53BC56621E08A /* RCTRequired.podspec */, ); name = Pod; sourceTree = ""; }; - ABEE8394DA34040515DBCB1862C02AE4 /* internal */ = { + BCE5037D3EF2125216D3B4184661A098 /* Firebase */ = { isa = PBXGroup; children = ( - 44830F2CFA5F4AB4CF719FE02E7C4AD0 /* experiments.cpp */, - FB221D23A7CA764BCAA00C004304D8D3 /* experiments.h */, - 04F55D3F397ECB5EC5775353C8DF0BD9 /* experiments-inl.h */, - ); - name = internal; - path = yoga/internal; - sourceTree = ""; - }; - AC196F7B37D92E918228BD3DB8A91E52 /* UIUtils */ = { - isa = PBXGroup; - children = ( - 71A3A6D5A486FEFA2DBAF03FD6AEA166 /* RCTUIUtils.h */, - 9E744D1C2907DE43EB186C8DBA928ABC /* RCTUIUtils.m */, - ); - name = UIUtils; - path = React/UIUtils; - sourceTree = ""; - }; - AC26B37A1931A5DE839416BF9ED0925C /* EXHaptics */ = { - isa = PBXGroup; - children = ( - 1C491D6EB47FBDBE1FC93C4AF7703743 /* EXHapticsModule.h */, - 30C1F9147F9DD05BB2B49B56C45FD453 /* EXHapticsModule.m */, - 8B6F48444A65821B7999B017C2B3F4A1 /* Pod */, - 554B0AD031BE5946B573A679877C854A /* Support Files */, - ); - name = EXHaptics; - path = "../../node_modules/expo-haptics/ios"; - sourceTree = ""; - }; - AC54830EBA1054EF7FB92AF948B4C2BE /* Support Files */ = { - isa = PBXGroup; - children = ( - 340C71B417F789B2DD06EFCAC77E220F /* UMFontInterface.debug.xcconfig */, - 032C8439747D6FDE98BB8D530D891D5A /* UMFontInterface.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFontInterface"; - sourceTree = ""; - }; - AC59E3C7D78F19B144BCD9A4202CC91F /* Support Files */ = { - isa = PBXGroup; - children = ( - 3CBA79CF6E37B63B75D143C19C30C5F3 /* react-native-document-picker-dummy.m */, - ACE14725C4EB7F77E8B6BEBFE29C0BDE /* react-native-document-picker-prefix.pch */, - 2B514C688D504015550DEA4ABE9A4437 /* react-native-document-picker.debug.xcconfig */, - 25C913EA370EE4E4AE54002DD66B5CF1 /* react-native-document-picker.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-document-picker"; - sourceTree = ""; - }; - AD5573657A3BB99A016F743496B08F11 /* Pod */ = { - isa = PBXGroup; - children = ( - DB9AE6EAA52A0983996CE51F667375B8 /* UMFontInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - AE109F93B312E2EB5DEEF380800D7278 /* react-native-cameraroll */ = { - isa = PBXGroup; - children = ( - B72C76DBE768D0125526D0B7BA243448 /* RNCAssetsLibraryRequestHandler.h */, - 437EBE6DDE194DCF0C60EF238BF8B97A /* RNCAssetsLibraryRequestHandler.m */, - 92E5BAF03EABD7E8B02950BDFDB009F8 /* RNCCameraRollManager.h */, - 9A104B4F913AA8FE2754B575F6E085E1 /* RNCCameraRollManager.m */, - E19B1DA332D60FD41DF57AC955621989 /* Pod */, - BB8CF71060A299F73C583F896F0E5655 /* Support Files */, - ); - name = "react-native-cameraroll"; - path = "../../node_modules/@react-native-community/cameraroll"; - sourceTree = ""; - }; - AE755327380BB41679BED4E93028BFC6 /* Pod */ = { - isa = PBXGroup; - children = ( - F531AEE48A08A31714474F542BEDC349 /* React-cxxreact.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - AECD086206FDFF3EC7EEDEB8DD9EEAF0 /* Support Files */ = { - isa = PBXGroup; - children = ( - AEF60E96CCE805FDCF776F741137CA10 /* UMConstantsInterface.debug.xcconfig */, - 699182E95FB50CAD44F7B8039FEA5E97 /* UMConstantsInterface.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMConstantsInterface"; - sourceTree = ""; - }; - B1311D7C1DE2E3203BB9BAEB622B77B1 /* UMNativeModulesProxy */ = { - isa = PBXGroup; - children = ( - 7072CED3C44DD914A66B2D47743EEC40 /* UMNativeModulesProxy.h */, - 4BE4A2A8BD96830945B5AFB9D8FCB5C4 /* UMNativeModulesProxy.m */, - ); - name = UMNativeModulesProxy; - path = UMReactNativeAdapter/UMNativeModulesProxy; - sourceTree = ""; - }; - B1CAE294EC6D9DB77666A4E72DB78150 /* Pod */ = { - isa = PBXGroup; - children = ( - B4BE81EA1A2BC515877831164A6B64FA /* React-CoreModules.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - B1EDEB11F2BCDFC406A1486262EE8734 /* Pod */ = { - isa = PBXGroup; - children = ( - D7BEFD9A0BDD4966672F07C8B7C1F481 /* LICENSE */, - CB030EF59D68920942CA8B4EF45C6D94 /* react-native-orientation-locker.podspec */, - 038B90BC0493E9E9F46DD983CE071AF8 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - B36F40637D56A6F7425EF6253ADA2874 /* RNDateTimePicker */ = { - isa = PBXGroup; - children = ( - 5DA8AC40A54B43A4085F193DCBF3BA87 /* RNDateTimePicker.h */, - E8FC0EA664B4E939DAE83DED0FF7BB7C /* RNDateTimePicker.m */, - 9A88DF17BF471D883BF68716ABC7F8C8 /* RNDateTimePickerManager.h */, - 93A8A036882972E80C3254BC3BD06E2B /* RNDateTimePickerManager.m */, - CC712F672F8049B2D096931927783BFB /* Pod */, - D3D760B8E953D32ACF3D1B65C66E9867 /* Support Files */, - ); - name = RNDateTimePicker; - path = "../../node_modules/@react-native-community/datetimepicker"; - sourceTree = ""; - }; - B430AF678EB4F7EA6ABAA0CBB624064E /* FBDefines */ = { - isa = PBXGroup; - children = ( - B4996D789204673EB4BEB15F7491F59D /* FBDefines.h */, - ); - name = FBDefines; - sourceTree = ""; - }; - B449DB71F374DD858A4A8621429AB94D /* react-native-blur */ = { - isa = PBXGroup; - children = ( - 7B986EF7E4120DAFB269EE6ED91221FB /* BlurEffectWithAmount.h */, - F1F8DACDC2C22B2B543DDBB4CD00A97F /* BlurEffectWithAmount.m */, - 486E5B8D9F1437BFECD007AD87C02105 /* BlurView.h */, - 7BDA8A9E5F94F7587665ECABCB7CB1F1 /* BlurView.m */, - 67C5B9A33A15E6D4979F9C78C8B32ACF /* BlurViewManager.h */, - 3B609D6768DF50AB0E7D0275300E3EC4 /* BlurViewManager.m */, - 763E32608AEABE93026E125E75BB278E /* VibrancyView.h */, - 1AD2CC3DE91415BD4E41912B7FE4953C /* VibrancyView.m */, - E183C2B8EAE5F98C594E6765B2C19ACB /* VibrancyViewManager.h */, - AD093F8971418C862609683FB3C7953E /* VibrancyViewManager.m */, - BAFB436E7862D2B1E2D329638D3A7EEF /* Pod */, - C23426060E65D713817C0456C2FF27C7 /* Support Files */, - ); - name = "react-native-blur"; - path = "../../node_modules/@react-native-community/blur"; - sourceTree = ""; - }; - B4555546FA03CA5BED4F2A5AA3E0B517 /* Support Files */ = { - isa = PBXGroup; - children = ( - 69C98094A201B15947AE6FA1FBEC07F2 /* UMCameraInterface.debug.xcconfig */, - F4775E9428BD041275CC6F5F665C54CF /* UMCameraInterface.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMCameraInterface"; - sourceTree = ""; - }; - B56ACDE35BF133854C2E9E32B1F3146D /* Nodes */ = { - isa = PBXGroup; - children = ( - 2A8A03DF81770696AF6B8E98C70B0A7A /* RCTAdditionAnimatedNode.m */, - BF9980EBA3CAD4151B7A8D800954C6EF /* RCTAnimatedNode.m */, - E960A5A06391D789257CAA4BCA24B858 /* RCTDiffClampAnimatedNode.m */, - 38FBB4C364997305AE6EA7EBA0BCDA01 /* RCTDivisionAnimatedNode.m */, - DB2E76B8A687DE1E1AE7D5EB37420069 /* RCTInterpolationAnimatedNode.m */, - 94CACCF476E3D3640588485DDC82AFBA /* RCTModuloAnimatedNode.m */, - A1B683A1BBD42C323F0BE02F14604E83 /* RCTMultiplicationAnimatedNode.m */, - 2C7AE179362A9AE423DDA94835780A3C /* RCTPropsAnimatedNode.m */, - F8AD7680414320A6EC699FD5439DED72 /* RCTStyleAnimatedNode.m */, - 842CF2EF5F5DA5BB61DD90F3E6E9F1C0 /* RCTSubtractionAnimatedNode.m */, - D8C996F4D96412D60B3FCCCA4FF55BFB /* RCTTrackingAnimatedNode.m */, - F4C13B67914DDD6C18060BB00CB150A5 /* RCTTransformAnimatedNode.m */, - 3E8BC0684FE09F364AD46DBFF928CF3A /* RCTValueAnimatedNode.m */, - ); - name = Nodes; - path = Nodes; - sourceTree = ""; - }; - B5C0F37AC125029E10279D69E277EECB /* react-native-netinfo */ = { - isa = PBXGroup; - children = ( - 4BC90698D3ABFFD6EAE6AE1E35E96F3C /* RNCConnectionState.h */, - 46823A6354979B0AD1B8EFCE68BBAD75 /* RNCConnectionState.m */, - A4512D02513B4BF1D908A479DBFD920C /* RNCConnectionStateWatcher.h */, - A7B5433FCE363953136BB680ABBD0215 /* RNCConnectionStateWatcher.m */, - FCAB4FDA731DD768173EE5D56D3CD195 /* RNCNetInfo.h */, - F5DBF5FFC47B5AFDA9F16B9EA70140DD /* RNCNetInfo.m */, - 56E4A60CABD04FB18A97550D6AC6AD0D /* Pod */, - C99FBEB5C7A3C866A7734EB2FB01E508 /* Support Files */, - ); - name = "react-native-netinfo"; - path = "../../node_modules/@react-native-community/netinfo"; - sourceTree = ""; - }; - B5D69950EF6AC2A7621D3605B46D098C /* Network */ = { - isa = PBXGroup; - children = ( - E6DB472E7A782AC032FDE4944E501BB3 /* GULMutableDictionary.h */, - AF59D0F335E90F47A654CF0C46D66288 /* GULMutableDictionary.m */, - 15B4E3A252DE053B9B8A4C18EAC58201 /* GULNetwork.h */, - FBC2ED53D1F221AC80A315933D27B765 /* GULNetwork.m */, - BD33BA3300183AD754AA265F6FFEFC1D /* GULNetworkConstants.h */, - 52037D2C4846D6F2E75A91AC98C2E57F /* GULNetworkConstants.m */, - 8886576438847E284C8E6C5A969D07D0 /* GULNetworkLoggerProtocol.h */, - 51E5B8A8D050A6B14426F7B0F50161C9 /* GULNetworkMessageCode.h */, - 72B165931472C576476EE63D6E851611 /* GULNetworkURLSession.h */, - DB310A2D73DAFDD05C879D5F03DB5773 /* GULNetworkURLSession.m */, - ); - name = Network; - sourceTree = ""; - }; - B5EBE513592E2B7DA9628B728D798C59 /* RNFastImage */ = { - isa = PBXGroup; - children = ( - A77CF16089169BC82B5EB2CDD5312E64 /* FFFastImageSource.h */, - 018A4A2984A97D481F3DD6C00832B614 /* FFFastImageSource.m */, - 805604410F7B150ACF79D6D8BF47F60D /* FFFastImageView.h */, - CEB2837DD99C09C175DE10B9FA274751 /* FFFastImageView.m */, - B6B43F97C61155D4A91B85467532B091 /* FFFastImageViewManager.h */, - 4DDDC1CD7AB42102F76715B6239FD153 /* FFFastImageViewManager.m */, - 362248917E73E3621FD7A6BF18BCC061 /* RCTConvert+FFFastImage.h */, - 22D2C8EF14A4890AE463173CEE6A3AEB /* RCTConvert+FFFastImage.m */, - 9F323CEA4F433A41AA23C2290D30D510 /* Pod */, - CB77EC3E07CBA25390C80EA3BC228E2D /* Support Files */, - ); - name = RNFastImage; - path = "../../node_modules/@rocket.chat/react-native-fast-image"; - sourceTree = ""; - }; - B606CCD6A847430DAEDBFBE458FB3813 /* Inspector */ = { - isa = PBXGroup; - children = ( - 0975908072FC3137A7F3FC73AA13C310 /* RCTInspector.h */, - 2E7F97AA4325554391F848845E3109F9 /* RCTInspector.mm */, - 7D04BEE92DB0DE738C9803D87D408114 /* RCTInspectorPackagerConnection.h */, - 5405BCB406DE0256B90DD6082844EFFD /* RCTInspectorPackagerConnection.m */, - ); - name = Inspector; - path = React/Inspector; - sourceTree = ""; - }; - B6DCDA86038F0C1B0D49B5FC4A2D4589 /* VirtualText */ = { - isa = PBXGroup; - children = ( - E7208321A057AE76C3A1A2571076749F /* RCTVirtualTextShadowView.m */, - A46392B172F642B11BDA5D84351B65C9 /* RCTVirtualTextViewManager.m */, - ); - name = VirtualText; - path = VirtualText; - sourceTree = ""; - }; - B6EE02FC8A2EB83F092F00955D94CEAB /* Pod */ = { - isa = PBXGroup; - children = ( - 6472D86AE81AB56B0DC284AD6F7A579A /* UMAppLoader.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - B822CB1EBDF36DF01F3DA96E663F857A /* Pod */ = { - isa = PBXGroup; - children = ( - 34904034074DBDB0F992DD8FF77AAC9F /* LICENSE */, - C978279428950E4E92E8EDEB02391BED /* README.md */, - 09A7EE4C2B323EE52E83432C30BC5DB1 /* RNDeviceInfo.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - B9079937D11E1345BF8246BF5251D8EF /* rctcustomInputcontroller */ = { - isa = PBXGroup; - children = ( - 4D763D0F828ACDA6EEC25B9BB08BF97A /* RCTCustomInputControllerTemp.h */, - 5D034F7D6FEAD393A7ABD75AF1EB7B9B /* RCTCustomInputControllerTemp.m */, - 77EA857E87B4B5F2C65E388591CE4AA5 /* RCTCustomKeyboardViewControllerTemp.h */, - E09577C809F5E341724681706523E388 /* RCTCustomKeyboardViewControllerTemp.m */, - ); - name = rctcustomInputcontroller; - path = rctcustomInputcontroller; - sourceTree = ""; - }; - B9593865BAB5F1F778E390DCFF55CD9B /* Support Files */ = { - isa = PBXGroup; - children = ( - 354D68091E4C3F425265E2A5C2F8D2DA /* MMKV-dummy.m */, - B3186966D34AD2591BEAC2A9EC7DB4FC /* MMKV-prefix.pch */, - DB7934AFA199F7E7A56D9B1B6BF569C0 /* MMKV.debug.xcconfig */, - 67A2A38A56509BF378AC776924D4BD60 /* MMKV.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/MMKV"; - sourceTree = ""; - }; - B95D7BB4810D6CA066C70C9B34AE31E5 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8C0512C75C81E0DDCCB94B46362F431F /* JitsiMeetSDK.debug.xcconfig */, - 074278097BD55AD377D091A521D88AA1 /* JitsiMeetSDK.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/JitsiMeetSDK"; - sourceTree = ""; - }; - BA5CD7502A2A2BF32C0211CF351D9DE1 /* FlipperKit */ = { - isa = PBXGroup; - children = ( - F088525E9C0B72F9B325C7D73BA1C7D9 /* Core */, - CDD7419DE98E13F33470018E68F66D34 /* CppBridge */, - 1BBA8A04E64383FF216974BD53F3159E /* FBCxxFollyDynamicConvert */, - B430AF678EB4F7EA6ABAA0CBB624064E /* FBDefines */, - 92A7F193C1BC9E666E322143805E07E8 /* FKPortForwarding */, - 2F8687849DAA9A8C3A5A32F713129F00 /* FlipperKitHighlightOverlay */, - 4DA207C738630DFEA75ED6BC064B8729 /* FlipperKitLayoutPlugin */, - 0A03A6681C00C3DB1767744EDEDDDABE /* FlipperKitLayoutTextSearchable */, - E5723609033CBFC9845E63A3E43038DC /* FlipperKitNetworkPlugin */, - BFE3F51FD8D7E06B62D21F900C5A653B /* FlipperKitReactPlugin */, - 4464AD541B5FB339CFEBA6B2B9DED9EB /* FlipperKitUserDefaultsPlugin */, - 2D76AB2D6A588615192EB2E7FCE9324C /* SKIOSNetworkPlugin */, - CD853C7D360BDB7AAA6F9DFF250AA9D2 /* Support Files */, - ); - name = FlipperKit; - path = FlipperKit; - sourceTree = ""; - }; - BAC4947DBD4FE80222F3BE64755BCE3A /* Support Files */ = { - isa = PBXGroup; - children = ( - 08D438F764FFF20D91EAA0ED5F908375 /* RCTRequired.debug.xcconfig */, - 28AA8DC9D335D3CA978765B0E031B971 /* RCTRequired.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/RCTRequired"; - sourceTree = ""; - }; - BAFB436E7862D2B1E2D329638D3A7EEF /* Pod */ = { - isa = PBXGroup; - children = ( - C7D1F469C74FBD5BB41B65AD5D79A22D /* LICENSE */, - 4625874FE6BCF399061BE80A8AF324F8 /* react-native-blur.podspec */, - 9C33F61052DD314540778FB0B83AF879 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - BB8CF71060A299F73C583F896F0E5655 /* Support Files */ = { - isa = PBXGroup; - children = ( - 1ACD492721EBD9244910008D72804AE0 /* react-native-cameraroll-dummy.m */, - D935315D129C203859255546115A209C /* react-native-cameraroll-prefix.pch */, - 5189A6828B6D443E2751678292725698 /* react-native-cameraroll.debug.xcconfig */, - 518262DCCE8DC9BA832F707AD7BAC54D /* react-native-cameraroll.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/react-native-cameraroll"; - sourceTree = ""; - }; - BC0E56D84D332E5004FCD4332FEFCA03 /* Support Files */ = { - isa = PBXGroup; - children = ( - 71FB132E832AF06FA007541146012E38 /* react-native-notifications-dummy.m */, - 40E963C3AB5D626CA2174276D2518320 /* react-native-notifications-prefix.pch */, - 32F82065750CD6C926DA5C1E835E175F /* react-native-notifications.debug.xcconfig */, - 659B218DF5C686A7BB4EAC414ECD5111 /* react-native-notifications.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-notifications"; - sourceTree = ""; - }; - BC70FB4489FE36B8AB7DA8287810A302 /* RNCMaskedView */ = { - isa = PBXGroup; - children = ( - E8BEC3FC7346EEA4471C49F00EAEF0C8 /* RNCMaskedView.h */, - EAB7B857A32E46A40790930A89047E26 /* RNCMaskedView.m */, - 74B60D6C9016F9041B5A876D61EA3E7A /* RNCMaskedViewManager.h */, - 093FAE9F76D5A8E0F1A628474112ABB8 /* RNCMaskedViewManager.m */, - D0C955C37631B40F325ED297FC1DF822 /* Pod */, - 491A2CD50EFE9F6D46AFA594CCE2E020 /* Support Files */, - ); - name = RNCMaskedView; - path = "../../node_modules/@react-native-community/masked-view"; - sourceTree = ""; - }; - BD795772CEBC72AE082E8F5547022575 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6417C9D778BE2E2BAF2226971492F485 /* FBReactNativeSpec-dummy.m */, - C0E0BDEC4FFB5522CC8BFDFD8259D135 /* FBReactNativeSpec-prefix.pch */, - 07AE8145010F628CF27BCCB9923E1542 /* FBReactNativeSpec.debug.xcconfig */, - 6DC5422116C59BD53164246AAA65B0BB /* FBReactNativeSpec.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/FBReactNativeSpec"; - sourceTree = ""; - }; - BF6B57B7DC1ED50F9A793093B8513902 /* Pod */ = { - isa = PBXGroup; - children = ( - FA76E28ED0DBB04DE2C768944C89A14F /* UMFileSystemInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - BFBCAB6D83A83D474FF121198F368767 /* React-Core */ = { - isa = PBXGroup; - children = ( - 2765DD0F2405CA8CE6C78FDFA1819106 /* CoreModulesHeaders */, - E0E5A2289A3A6E60FD33D7D5A8C8FF5E /* Default */, - 176222D59A3663E644AECD660CA0F4FA /* DevSupport */, - 08FC11F05FA55346B116EF5E9543BECB /* Pod */, - D969194F67410F66A74BF92C2EFBC116 /* RCTAnimationHeaders */, - 39773B60602D5FE903AE476DEA7C703A /* RCTBlobHeaders */, - AAF02EA638124676E6C80FA85F5C648B /* RCTImageHeaders */, - 8CD20C13B57BE04E1265CD11F5FD3F1B /* RCTLinkingHeaders */, - 5CCF138A3B50DD27DB436B4B0FF1A8C6 /* RCTNetworkHeaders */, - 8FF7EC476D1A2350ACE3F24DA4BA183A /* RCTSettingsHeaders */, - 96A4B030BE7DBD817B26594E6033A3B2 /* RCTTextHeaders */, - 4A066CEC159B4390592356F852F03071 /* RCTVibrationHeaders */, - 1623EDB1E7BD363F1DF57294E8780A6A /* RCTWebSocket */, - FA4BB45737DC1CF6115BA39BEB61DEEE /* Resources */, - DBF402BAE4591D800EA4703E245040EF /* Support Files */, - ); - name = "React-Core"; - path = "../../node_modules/react-native"; - sourceTree = ""; - }; - BFE3F51FD8D7E06B62D21F900C5A653B /* FlipperKitReactPlugin */ = { - isa = PBXGroup; - children = ( - AE109C3069F56CB165C26F0990C7F258 /* FlipperKitReactPlugin.h */, - C7DEB6C4CF3F00AAC2540892471271A8 /* FlipperKitReactPlugin.m */, - ); - name = FlipperKitReactPlugin; - sourceTree = ""; - }; - C0131A07EEF3B01458756B08223A583A /* RNLocalize */ = { - isa = PBXGroup; - children = ( - F05D143E871EC33776D72AB606B3BC56 /* RNLocalize.h */, - 2062C98BE2352FED9ADDF3BCE8F1FDB0 /* RNLocalize.m */, - CEFA5930D43501B1066AEBFE155B4BF4 /* Pod */, - C0F6EFBE7EC8AEB974138D0FD1EA65FF /* Support Files */, - ); - name = RNLocalize; - path = "../../node_modules/react-native-localize"; - sourceTree = ""; - }; - C0277F30A902559AA6937260BCD873B0 /* RNCAsyncStorage */ = { - isa = PBXGroup; - children = ( - 4CFC5AB3925E331BC6204B020F805885 /* RNCAsyncStorage.h */, - E2C7D1C880350B5359BB9F308A55591D /* RNCAsyncStorage.m */, - 70FFE3DFD8560EF5CC9535BE94027654 /* RNCAsyncStorageDelegate.h */, - 24DC00598B3D94B8B49C3C59331CFCB9 /* Pod */, - 15473973DFF60FB509FF9CA0635BBC36 /* Support Files */, - ); - name = RNCAsyncStorage; - path = "../../node_modules/@react-native-community/async-storage"; - sourceTree = ""; - }; - C093CDB79C6082C7FB5A5A448519F888 /* Flipper-PeerTalk */ = { - isa = PBXGroup; - children = ( - 779FDF96F03F0D5E5EACECCCA03D5E44 /* Peertalk.h */, - 4F9222630C5FC5D194D3CA3A34835163 /* PTChannel.h */, - 5F2B6A5CE87255DFB3137341A597ED73 /* PTChannel.m */, - 1EEB0D7A3F8867376C53E68E4A432027 /* PTPrivate.h */, - 7F3B821EE58E1E561E8E177E11FB116B /* PTProtocol.h */, - 2A51EEA1DFC6FCCC4B2B31B48552DDA2 /* PTProtocol.m */, - DC99FD3917F46D60B79DED7EA74182AA /* PTUSBHub.h */, - 8366D523CD1241068CC8CFB1A128C489 /* PTUSBHub.m */, - E7772C73F11D49D576552B488A5CAD7E /* Support Files */, - ); - name = "Flipper-PeerTalk"; - path = "Flipper-PeerTalk"; - sourceTree = ""; - }; - C0F6EFBE7EC8AEB974138D0FD1EA65FF /* Support Files */ = { - isa = PBXGroup; - children = ( - 2EF2B5B002A1B5A214C40FB58E7E038D /* RNLocalize-dummy.m */, - 7E4A517889E03E02E8DCCBFCE0E6B0B3 /* RNLocalize-prefix.pch */, - 9253311DC0F28C8EBBE34AB9060C459A /* RNLocalize.debug.xcconfig */, - B321670AD9212AE03C6D5A13C435BD76 /* RNLocalize.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNLocalize"; - sourceTree = ""; - }; - C0F797C2915DFFF962A8B2016B5CE597 /* Support Files */ = { - isa = PBXGroup; - children = ( - 10550841684BCBCF0E4B1283FF198D3C /* EXImageLoader-dummy.m */, - B60BAEE9291BFEDF80C6AC698A7BC0D7 /* EXImageLoader-prefix.pch */, - 503929E09729F5341FC7359ADFC640B2 /* EXImageLoader.debug.xcconfig */, - 6308402C265EA55D23260866067C8D41 /* EXImageLoader.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXImageLoader"; - sourceTree = ""; - }; - C19A78BCE1234DB4E27817403ABC356D /* Support Files */ = { - isa = PBXGroup; - children = ( - 831ED1B66C1C1435316AF810BBE73AA7 /* React-RCTSettings-dummy.m */, - F6B872D162D772ABE1C43815C222E25B /* React-RCTSettings-prefix.pch */, - 6835E9AC842E1259B7FF3671845F33A5 /* React-RCTSettings.debug.xcconfig */, - 8C6096EE461733F43177D81C618723FE /* React-RCTSettings.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTSettings"; - sourceTree = ""; - }; - C1B41CE9942D33FC8D924A3F2AE8EE40 /* DevSupport */ = { - isa = PBXGroup; - children = ( - 5D0D217C04BD36D432F55C69592B4EB3 /* RCTDevLoadingViewProtocol.h */, - 1B8C74CC1428F0AD937FEB5768938A0D /* RCTDevLoadingViewSetEnabled.h */, - F896FCF8B5230785B1722BF2A339244A /* RCTDevLoadingViewSetEnabled.m */, - 4BA0798554B949FF360962F12A636368 /* RCTInspectorDevServerHelper.h */, - 924723D1DB4DC3425649AEF3E5178984 /* RCTInspectorDevServerHelper.mm */, - 02633E728006295B4207A927758C8102 /* RCTPackagerClient.h */, - CAFBDF935384886446D9AF8539FEF507 /* RCTPackagerClient.m */, - 3A80D2B3DB2DCBFE524B24072824D98A /* RCTPackagerConnection.h */, - D1594E8AE9145EF9BBB8F770AE054A40 /* RCTPackagerConnection.mm */, - ); - name = DevSupport; - path = React/DevSupport; - sourceTree = ""; - }; - C1C09BC79FCBC76715575703DAC2A50D /* boost-for-react-native */ = { - isa = PBXGroup; - children = ( - 40C27F98465DAAF722D7726BC5A45FA7 /* Support Files */, - ); - name = "boost-for-react-native"; - path = "boost-for-react-native"; - sourceTree = ""; - }; - C23426060E65D713817C0456C2FF27C7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 25D63C24B201B29EAC438DF256785885 /* react-native-blur-dummy.m */, - 0089E53114293DC4FB29B0B7FCC06010 /* react-native-blur-prefix.pch */, - 724090EF43772915E660A3B620024DC7 /* react-native-blur.debug.xcconfig */, - 631C020830B6193E0798274726EA160C /* react-native-blur.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/react-native-blur"; - sourceTree = ""; - }; - C39879E32F4A0C031ECC26E33DC5B89B /* Singleline */ = { - isa = PBXGroup; - children = ( - AAC9A299FEA601B560258FEF5FBF4517 /* RCTSinglelineTextInputView.h */, - ED80810D671A44DEABE72BD57975A860 /* RCTSinglelineTextInputViewManager.h */, - 6BDF60C5D952041D4CE51019F4D1FDCD /* RCTUITextField.h */, - ); - name = Singleline; - path = Singleline; - sourceTree = ""; - }; - C688702308BBB2FD94D6012E74CDD321 /* Pod */ = { - isa = PBXGroup; - children = ( - EEB84742DEFECD09D09011F377B6DB98 /* UMPermissionsInterface.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - C6A939A4BFDB9D224F3C353658B7A986 /* Support Files */ = { - isa = PBXGroup; - children = ( - FC34A469C3B7DC03CD0B95B9FC4207CB /* UMFaceDetectorInterface.debug.xcconfig */, - C42837823C043FA922D3E4744155F7FD /* UMFaceDetectorInterface.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFaceDetectorInterface"; - sourceTree = ""; - }; - C6C16F9929B17E320307BBC85218029F /* Views */ = { - isa = PBXGroup; - children = ( - C28FE84810B1D4A425BB417353A8AAF3 /* RCTActivityIndicatorView.h */, - BEAE15B76FF64308ACA8E6BD3F30AD2D /* RCTActivityIndicatorView.m */, - AD148EE44DD6B718DC5F6F03A8790730 /* RCTActivityIndicatorViewManager.h */, - 00D73739E9D187B8F4C0FD08AD0A19A2 /* RCTActivityIndicatorViewManager.m */, - 3A50DC6AE2EFABD3CE660A2529425699 /* RCTAnimationType.h */, - F4511A5BE53D8995377DE13E7082A921 /* RCTAutoInsetsProtocol.h */, - CAC3C20281748296048C60F39ADFF697 /* RCTBorderDrawing.h */, - 2E23D9CCC1D2D6C9D8D7BBF2CA0FEC6E /* RCTBorderDrawing.m */, - CDEBC9AB12CFE75CAF55A661042FC9C3 /* RCTBorderStyle.h */, - B7324DE40F46D35A6D91DDDCC6A070A2 /* RCTComponent.h */, - 7F86C744318B9FE842ECC330EDFE9FCA /* RCTComponentData.h */, - 3A0FB0034D54324634C8214790CA67FE /* RCTComponentData.m */, - 95CF62AE0EB7A819489B7BC96C5D3EC2 /* RCTConvert+CoreLocation.h */, - 2F534D3B63DE785DA4DC628D153BD013 /* RCTConvert+CoreLocation.m */, - 0E6308A1CCFABCB8D67939F7FA3E94B9 /* RCTConvert+Transform.h */, - 13CC749B704ABC901C6074FA22236EAF /* RCTConvert+Transform.m */, - 794D874F30A957CF217AD75D445E2F47 /* RCTDatePicker.h */, - AAFAD5F93F3F09575709823A70AC21B5 /* RCTDatePicker.m */, - D1595C80E6FE4D00C364FB5B94F5B949 /* RCTDatePickerManager.h */, - 3BEEC076361B14D09A07783C6C7B68D9 /* RCTDatePickerManager.m */, - CA42797E984F1EE4691046EF0A1C5113 /* RCTFont.h */, - 364C680B3BCA5D5101A43A291A1C72D4 /* RCTFont.mm */, - 7F9FA0FAE14C70D6B50872653B415BF9 /* RCTLayout.h */, - A657184DF8D8F12FAAAC27123C0A8B0C /* RCTLayout.m */, - 3306AA797103FDABE4AA4AE8E22E1228 /* RCTMaskedView.h */, - 5D57548D1F221EEB174F9689FC6B8EF4 /* RCTMaskedView.m */, - 4D9C21081064289EB44ABBCE109760F7 /* RCTMaskedViewManager.h */, - 4E6183A113B7F4EF1380B7E249287933 /* RCTMaskedViewManager.m */, - 4FEF4F75AD5C25611E3D42E5C652C0DD /* RCTModalHostView.h */, - 3FAC7F67534E1DE0ED6F8512829FBD78 /* RCTModalHostView.m */, - 5497714B0DF795AF50853B75FEFBBD1A /* RCTModalHostViewController.h */, - CDC1B205038B542AC57D5824B1202928 /* RCTModalHostViewController.m */, - A5C10A4DC83D48B39A3A3611B663A785 /* RCTModalHostViewManager.h */, - C6FE9C3572EA09135669CA44209C317E /* RCTModalHostViewManager.m */, - 2FCB71BC1C410A1F0697BD08EC00B127 /* RCTPicker.h */, - 0F75F283F1B148EB4A5C761FC44B9711 /* RCTPicker.m */, - 75A14844323E08872EB3256566FEA960 /* RCTPickerManager.h */, - 15F6BD2F0C2EEED0A87D1087C6FD5B45 /* RCTPickerManager.m */, - 490A80E844FAAA2BBF9B60FF4E9ED186 /* RCTPointerEvents.h */, - 36CA88B646C75DAB264E5521020A3489 /* RCTProgressViewManager.h */, - 20340BF7A40EB7AFE91E6EFCE02425AF /* RCTProgressViewManager.m */, - 8D735803D85B67027F5E8940F7C40653 /* RCTRootShadowView.h */, - F444585C8A9A071E6988ACF34AC8FBDC /* RCTRootShadowView.m */, - 712B69C0D0DB8E698556E5B9534455E4 /* RCTSegmentedControl.h */, - 940323617B19642232F6485F52D149CF /* RCTSegmentedControl.m */, - 639B4C303BE8640A55CEE216A049C7C1 /* RCTSegmentedControlManager.h */, - 1281BF5AB07F7D18D4960B84CA042F0F /* RCTSegmentedControlManager.m */, - 5A0378FFC00CE84D00DA4731FB4774B7 /* RCTShadowView.h */, - B9D97FFAB7942A62A74CF312D5BDFB41 /* RCTShadowView.m */, - 11658DFB3DB30D23315D9AC0A3C89B78 /* RCTShadowView+Internal.h */, - A83E5BE6165DA895E6A32E24C24B5849 /* RCTShadowView+Internal.m */, - 84FCF1B7D7CD45D3505988B644D9D33B /* RCTShadowView+Layout.h */, - C0EED539BEC35AEDD9125EE88F387FA9 /* RCTShadowView+Layout.m */, - 252ED16B0AEA21CEE0F8C96A84759127 /* RCTSlider.h */, - C2E3886AEBE8FFCCD668767EE7F87772 /* RCTSlider.m */, - 169F43128BFE7FFB9F361B16C7DBB6AE /* RCTSliderManager.h */, - 9B7154471B4C0108A96E233956854614 /* RCTSliderManager.m */, - 9CC7A3268913C3274668721A52D6EBE7 /* RCTSwitch.h */, - 22F52861345827181A8572AB6F724EF0 /* RCTSwitch.m */, - 018F46FEAF1DD8C111F1C155BFB499E3 /* RCTSwitchManager.h */, - D80BE2CE87BDB7C8CEB8FB72770624F1 /* RCTSwitchManager.m */, - 34706840AC6831B6584852A668597637 /* RCTTextDecorationLineType.h */, - 26B07676A13B37EABA6D857D72EA80E7 /* RCTView.h */, - 23AA03BEC76A40C13D6CA7153F8C689A /* RCTView.m */, - D68F9510F295D342C554CB49D8E58FB6 /* RCTViewManager.h */, - 9B29B34CB2CF25DC6C9494C1D1DE92B7 /* RCTViewManager.m */, - 0936CF5AA7B318B659CA94DB79E55E34 /* RCTWrapperViewController.h */, - 3A72E1B5176E2D23872DBCA22E8303D6 /* RCTWrapperViewController.m */, - A96EF024CD62A96723A07C653D10A489 /* UIView+Private.h */, - FB77BFD4ED3685D8046246A6A68B2FE1 /* UIView+React.h */, - EBB3AAE142AEF18797304991325DEAFB /* UIView+React.m */, - 2DF21793C13E466AE145CFC3AAC695D1 /* RefreshControl */, - DFAF6F729AA12E26F3A128CF76CDC740 /* SafeAreaView */, - 7BF0FDC376FE7F68F4C5BDE187E888E2 /* ScrollView */, - ); - name = Views; - path = React/Views; - sourceTree = ""; - }; - C8722C17EAD21F6E6A0EC24795E2BF64 /* Support Files */ = { - isa = PBXGroup; - children = ( - DF4769B9982BA90F990CFD75D7FC2745 /* UMCore-dummy.m */, - C090B24AD2C27BC1D479C3F79FDA9C90 /* UMCore-prefix.pch */, - 3FD051DF4EF8485443320E4C682D5BD7 /* UMCore.debug.xcconfig */, - EF4E9BFB0EAC1A0338AEC5DE0DB5B840 /* UMCore.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/UMCore"; - sourceTree = ""; - }; - C88D91F84AA889A9A64224B0B5BDBE9C /* Firebase */ = { - isa = PBXGroup; - children = ( - 35B9B3D2D56AC5AAA1644175A9854E07 /* CoreOnly */, - AACACBB96137606EFC5CA4A8A5E58DB8 /* Support Files */, + 9BD18B1E960486B6AF64669BF9B3C53D /* CoreOnly */, + CCE94BB4D16F1326DECFF36A38117499 /* Support Files */, ); name = Firebase; path = Firebase; sourceTree = ""; }; - C8FD002015035AFF3F695C20C4233E54 /* Support Files */ = { + BCFEB6C33CE2EE1A63889723BBCF335B /* react-native-background-timer */ = { isa = PBXGroup; children = ( - 0873F1CBB3C5B32167C8C6A13C5F9D6F /* Flipper-RSocket-dummy.m */, - 9DD263E94BC70D4D5B268D8062FBD2CE /* Flipper-RSocket-prefix.pch */, - 2C96437F6CFBC2BB48C39CF2542639A2 /* Flipper-RSocket.debug.xcconfig */, - DCC6B52D68A31FE6C27E33A800B60E6C /* Flipper-RSocket.release.xcconfig */, + 25461D6029E03FFB1916F10D7867E951 /* RNBackgroundTimer.h */, + 0B0DA999DD390044CDB13D6DEDAEE771 /* RNBackgroundTimer.m */, + C8DDB1312027872C4E50F0197CC183F6 /* Pod */, + 06AECEFF50718D7247D826B0619D3C85 /* Support Files */, + ); + name = "react-native-background-timer"; + path = "../../node_modules/react-native-background-timer"; + sourceTree = ""; + }; + BD0BD24D83252D72C3BE820AA5C71D36 /* RNGestureHandler */ = { + isa = PBXGroup; + children = ( + 85B327BD769BA53E87CCEC970600007E /* RNGestureHandler.h */, + CBB4D708619240B9219DEF912B30F18B /* RNGestureHandler.m */, + 1B688204E377100ED83F58775A6BDC06 /* RNGestureHandlerButton.h */, + 87EED5D49E9CDECA9147E519F94CF95A /* RNGestureHandlerButton.m */, + 68A97104A720CDBC40BC0BF900031DB2 /* RNGestureHandlerDirection.h */, + 017A2C6365E41E946D6C4365FBD5E608 /* RNGestureHandlerEvents.h */, + AB869E9EC6B96FC121FE947A8F3781A0 /* RNGestureHandlerEvents.m */, + 40D5F4B631B7C5B6BE449E2DC1341AFB /* RNGestureHandlerManager.h */, + 89D6D8E138B454AE47EFCC5CACECC07E /* RNGestureHandlerManager.m */, + A0772583FB9001CC1F2703D5288CA8C1 /* RNGestureHandlerModule.h */, + DB341E8302C7DA9FADD26EED0D1638D7 /* RNGestureHandlerModule.m */, + CAA7E8CA75DFCA9A8941FDA16FB2E13D /* RNGestureHandlerRegistry.h */, + 779501FB36FA9DA3094A55FF678C5F70 /* RNGestureHandlerRegistry.m */, + 66645F9A724F28B51E98DC1B4F82F28B /* RNGestureHandlerState.h */, + 2229CD42F40FFD3FDF3CD0C92D27B401 /* RNRootViewGestureRecognizer.h */, + 7D184A6F65C90BE0CE568AC1F4363B08 /* RNRootViewGestureRecognizer.m */, + D2918C8A50CAC67DD6A8883ED4E69E74 /* Handlers */, + 150B76DC4081FB9EF9C715CC805F1874 /* Pod */, + ACD698036166657226EF13643BDBA1BE /* Support Files */, + ); + name = RNGestureHandler; + path = "../../node_modules/react-native-gesture-handler"; + sourceTree = ""; + }; + BD1C0FB8E4063D1309D5CE2E4FF088A9 /* GoogleAppMeasurement */ = { + isa = PBXGroup; + children = ( + 486913F8B8157B7E869F66E08FCCD77A /* Frameworks */, + 2D2E77B20873856B040ECEBDB9109809 /* Support Files */, + ); + name = GoogleAppMeasurement; + path = GoogleAppMeasurement; + sourceTree = ""; + }; + BD8E48A70F8C44D9A811B736EE0706A6 /* Recording */ = { + isa = PBXGroup; + children = ( + A2566A48DC585F7D9274DBF073D8EE8F /* BSG_KSCrash.h */, + 5A09E78BF93669FC33C640C83769FB89 /* BSG_KSCrash.m */, + 6E904A227C3FE457C01C1EC73FA8DA97 /* BSG_KSCrashAdvanced.h */, + 143BB0BB1E772DDAD9EC0DFFA32E60D4 /* BSG_KSCrashC.c */, + D1F77A6B02360DD8D05D519235FE5CCC /* BSG_KSCrashC.h */, + 42D9833BAE9B6DCB448907D2133D40A1 /* BSG_KSCrashContext.h */, + 6C766963641258C96B9032BD883A99AF /* BSG_KSCrashDoctor.h */, + EEC64268726FE723B004B08332370841 /* BSG_KSCrashDoctor.m */, + 412D7DB361D3F3A236B8C9DF2BAD42AB /* BSG_KSCrashIdentifier.h */, + DB8EC529CF684407862D0CE48DC2E240 /* BSG_KSCrashIdentifier.m */, + 61FD7F597307F0B5DEEB583E6722C13E /* BSG_KSCrashReport.c */, + F84BCA5CD97BC038E0D2638A2EC8D64A /* BSG_KSCrashReport.h */, + 4406FD946F84D4056316B36CE18DE4F2 /* BSG_KSCrashReportFields.h */, + 011065FF99A392B35D65EC4675C8A4C9 /* BSG_KSCrashReportStore.h */, + 1D1E86685077488548FA721D61F797FF /* BSG_KSCrashReportStore.m */, + D591993AD075A0A36CDA225F92898D60 /* BSG_KSCrashReportVersion.h */, + 40D33D2546013B9EAE647569F13DD7D5 /* BSG_KSCrashState.h */, + 374AEE2E788671CD524D7389FFD7ECEC /* BSG_KSCrashState.m */, + 5DC4EE825AE83E4E1922C5BA56F4F3D0 /* BSG_KSCrashType.c */, + CEC7104F9BE13E79231B302647E1D7B1 /* BSG_KSCrashType.h */, + 4ECF75C457511BC97636A6DAC002131E /* BSG_KSSystemCapabilities.h */, + BD7302FAB4F4009164CF7FAEDA33F437 /* BSG_KSSystemInfo.h */, + 3067252EEE5CADBFF8AE459F44B33E47 /* BSG_KSSystemInfo.m */, + C01297A562DADA66A729788E8119C377 /* BSG_KSSystemInfoC.h */, + 74B4A071EFDC3ACBC23514F19F3D31A1 /* Sentry */, + A98B98C917B8D6927DCF2F629776CCF8 /* Tools */, + ); + name = Recording; + path = Recording; + sourceTree = ""; + }; + BF109E6036E203880DAD527399D360C7 /* Singleline */ = { + isa = PBXGroup; + children = ( + ED3B530247C8BFFF9505BC4D16D43148 /* RCTSinglelineTextInputView.m */, + B4903ECB78DBEE90336D7BD54B4D8920 /* RCTSinglelineTextInputViewManager.m */, + DA2CB926731B404A5F0B491352B38846 /* RCTUITextField.m */, + ); + name = Singleline; + path = Singleline; + sourceTree = ""; + }; + BF576321700D7601E817441F0981EFC4 /* CppBridge */ = { + isa = PBXGroup; + children = ( + ); + name = CppBridge; + sourceTree = ""; + }; + C10A392CAE4B3E0190E974A404EC31CE /* RNVectorIcons */ = { + isa = PBXGroup; + children = ( + A9F927C2398F47C86ED960099D05A735 /* RNVectorIconsManager.h */, + 674AFC2FE2A330702E69EE5FEAF95657 /* RNVectorIconsManager.m */, + 07CEE511103482216ECC0C2B3857B8C5 /* Pod */, + 7612881A25237E22CBD843ADBD511F7E /* Resources */, + 92B1E4DFF3F1649BAC4A5EC0F3A7CE78 /* Support Files */, + ); + name = RNVectorIcons; + path = "../../node_modules/react-native-vector-icons"; + sourceTree = ""; + }; + C1797F4F9E18AC98275F1935C4DA8E64 /* Pod */ = { + isa = PBXGroup; + children = ( + 55C2D50E1754B1CE76B432DF936924E6 /* README.md */, + 77CD1510113BAE90C54D402B64193D9C /* RNCMaskedView.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + C24CC1A5DC0BB0543C83DC1FEB70A27C /* Pod */ = { + isa = PBXGroup; + children = ( + B3A74CB23E816D90B5F13066340C6751 /* LICENSE.md */, + 21EF08B3DAA1D0DE08BDAE7C60A779BF /* README.md */, + 16A80E535174A91FA700620DDFF7676C /* RNDateTimePicker.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + C2ECDB43A0B1AA6D8F6858463D56F4DA /* RCTLinkingHeaders */ = { + isa = PBXGroup; + children = ( + A8A9DB7B18638351CC22D42EFDC8E325 /* RCTLinkingManager.h */, + 79D3F34B1220BDA7ED526FFA1223287D /* RCTLinkingPlugins.h */, + ); + name = RCTLinkingHeaders; + sourceTree = ""; + }; + C323617C1FA9458B8A3FCF4DF4B77649 /* BaseText */ = { + isa = PBXGroup; + children = ( + 5A42D98799F7756E4AEA181A8B8BB607 /* RCTBaseTextShadowView.m */, + B0F2502BD933043972F0C99DD55D0B04 /* RCTBaseTextViewManager.m */, + ); + name = BaseText; + path = BaseText; + sourceTree = ""; + }; + C475A8231F834009346640DFF03E0628 /* Support Files */ = { + isa = PBXGroup; + children = ( + 78E61F6F41AF9506D619EC8762A5957B /* FirebaseAnalytics.debug.xcconfig */, + 57D665E0B76742C9DEEF2CDF4AF2140A /* FirebaseAnalytics.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Flipper-RSocket"; + path = "../Target Support Files/FirebaseAnalytics"; sourceTree = ""; }; - C99FBEB5C7A3C866A7734EB2FB01E508 /* Support Files */ = { + C603EFFB51C3EADE621CA0B19680EA4B /* Pod */ = { isa = PBXGroup; children = ( - 2C50B81E8E9B432CEF74A0A37966CAF8 /* react-native-netinfo-dummy.m */, - 6223A58CE27EB97A01C5089BC15591EE /* react-native-netinfo-prefix.pch */, - 5D6A9D8332E1B15D3AF0B3230CC185E9 /* react-native-netinfo.debug.xcconfig */, - AD8103F5D17BE55F54A9565E02785B73 /* react-native-netinfo.release.xcconfig */, + D66DC0B10435265876F7838E70EDA753 /* react-native-slider.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + C686BEA6D8298B28BD18C5A516877FBE /* Nodes */ = { + isa = PBXGroup; + children = ( + 468599CA25DC1B045D66FAF26EF187CA /* RCTAdditionAnimatedNode.m */, + F0157DC285016C3E635D25E7AC168BC4 /* RCTAnimatedNode.m */, + 37BB25D6EB3783A18E7263072268DAD5 /* RCTDiffClampAnimatedNode.m */, + 63B3B4840E0FE7AF3611576E056FE1F5 /* RCTDivisionAnimatedNode.m */, + D3DE93211FEB1038893B19435C29C383 /* RCTInterpolationAnimatedNode.m */, + DF8434FFB5819ACC5A29EA3EBE003EA1 /* RCTModuloAnimatedNode.m */, + 1A0E6EA81564763BD36D19722DB4150B /* RCTMultiplicationAnimatedNode.m */, + 4DD48FAFF30872A16D5A4FCA059647AC /* RCTPropsAnimatedNode.m */, + C36C65075777F45F92B97BB4278D451E /* RCTStyleAnimatedNode.m */, + 5A3E1C4DCBFA4BD27E867E02BB4A1216 /* RCTSubtractionAnimatedNode.m */, + 66FF878144AC55F60FA09C94541A71D7 /* RCTTrackingAnimatedNode.m */, + 4200F978FCA1E0B9D4D7A1637954CBE6 /* RCTTransformAnimatedNode.m */, + 76CA3EEDED2A5E20E9D3D1458D5FA5B1 /* RCTValueAnimatedNode.m */, + ); + name = Nodes; + path = Nodes; + sourceTree = ""; + }; + C6A9D76648E70F88DB1549B6096ECB70 /* Pod */ = { + isa = PBXGroup; + children = ( + C21303CAF567A1E8214B2AEDEDD6CF88 /* LICENSE */, + BABCA2FDCA1F8F23DDF33E3A63F5B251 /* react-native-mmkv-storage.podspec */, + C1504A7253E1609BB6384B51312540F7 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + C6B5B863CD96C447728DC6314FD87D4D /* Flipper-Folly */ = { + isa = PBXGroup; + children = ( + 6B2D9BC3B472CF16ABC96753CC73C072 /* Access.h */, + E106B16B4BC3C018EC19BFF17CBA5DF0 /* Align.h */, + 6A5033A84C0078FFB850A6F9A5483FD4 /* Aligned.h */, + 25064B5D821155534630D95B78FD7790 /* ApplyTuple.h */, + 9290C878E1AB6225AC7AE7CD1C5A9DA0 /* Arena.h */, + 505DC01EC690CDA77383F54D2B5CC354 /* Arena-inl.h */, + E74D8BC54194A28692BCC1662600FD43 /* Array.h */, + 815D8630D1298C3A7BC07270A98E1DAA /* Asm.h */, + 4CBADA021721A701B7CEA6E12F9FC90C /* Assume.cpp */, + CBD061B0F547960430C65F695E047997 /* Assume.h */, + 519A1542C20CDC28671125ED5EF0D3D7 /* Assume-inl.h */, + 5601C24190BC8459E613EC7B1063BFC0 /* AsymmetricMemoryBarrier.cpp */, + 9A44D8E81D4437550898DAC348E5935E /* AsymmetricMemoryBarrier.h */, + 689820111A6A322ED7A64C7FBE1CCD39 /* Async.h */, + CB37F1C04948AED566E0316E87560298 /* AsyncPipe.cpp */, + D259D0D5867EB21A9776FE703C0E9BFF /* AsyncPipe.h */, + 8A708508FD76815E6CBFE650E175E77D /* AsyncServerSocket.cpp */, + EADE5576E6213234C21845B187C04751 /* AsyncServerSocket.h */, + 3D27A4E53812367C6079BB5B0AC57501 /* AsyncSignalHandler.cpp */, + FB7001F3224C66309E509F596635E06F /* AsyncSignalHandler.h */, + D17CC687AE454D92A4FFA5666E6D7837 /* AsyncSocket.cpp */, + E523087AF003AC9FE4E3DF61D9856BB2 /* AsyncSocket.h */, + F82AF01D6F3535B28C166A1BB8865952 /* AsyncSocketBase.h */, + 48C849A8E066DDD8307A81BE243979BE /* AsyncSocketException.cpp */, + C1C85BA612BBB6143955D2D584E3AA56 /* AsyncSocketException.h */, + C26D697121AAB596FBAD39901B1FE379 /* AsyncSSLSocket.cpp */, + 3B3D12B714F253905BAB4E84F4C8F2FD /* AsyncSSLSocket.h */, + 56998FC15EB9F0D02233BDC9808668FA /* AsyncTimeout.cpp */, + C887279443A2BD346F9E1A5525FB87B0 /* AsyncTimeout.h */, + 32B2408B3F9DB70767A7F501805ED1C6 /* AsyncTrace.cpp */, + A8286CCE197F3465EE67A8E32C7C5082 /* AsyncTrace.h */, + 87EC7BE455FB110AFAA74D23B532EA6D /* AsyncTransport.h */, + 412AD2AC451D2087ED85E933B15A58E5 /* AsyncTransportCertificate.h */, + AB3B994D0C87CF11D38862DA72EE2BBF /* AsyncUDPServerSocket.h */, + 9F31912B42540427C9843379B95CA2BC /* AsyncUDPSocket.cpp */, + 36089D8A62176AEBC1A1C33BB1F4587A /* AsyncUDPSocket.h */, + 4CFD3D3D3268E249840A1192B05D5CF0 /* AtFork.cpp */, + ED122EF24E024FFD91FBB620F2AD87C8 /* AtFork.h */, + C009656349BBFE7CB97649ED1DE75267 /* Atomic.h */, + 3149155B7651E674E91E71658DCFD1C0 /* AtomicHashArray.h */, + 4F46AE99DE3C6B69F1F203BFEC8D879E /* AtomicHashArray-inl.h */, + 4BDA04A718F21904E7484E417CDD46B5 /* AtomicHashMap.h */, + 5FD2212C32FB6588D5F6BCB188042E17 /* AtomicHashMap-inl.h */, + 11A24AC324C55976F55724F9D4235D75 /* AtomicHashUtils.h */, + 1582E233DA3441F881C9DC9898B4B8A8 /* AtomicIntrusiveLinkedList.h */, + 77779F49900F85F220ACB9EF14BBC3B1 /* AtomicLinkedList.h */, + F376061AE4AE5E21AC1A41470530438D /* AtomicNotification.cpp */, + F2C4DD8F7E693DDCB52615BF91AADFB3 /* AtomicNotification.h */, + E7DEFA475E0C36B052637763F9873C99 /* AtomicNotification-inl.h */, + C4C9A646245CBAA36A25E590A199519E /* AtomicReadMostlyMainPtr.h */, + 3F71F980459D45BA165D5658FFB635E4 /* AtomicRef.h */, + 4504C42DD5D2E518351870D3454D86DD /* AtomicSharedPtr.h */, + 876E59C898291065CF465AFFE98225A8 /* AtomicStruct.h */, + 0DA3F95713B8DEC6D676E9C459826820 /* AtomicUnorderedMap.h */, + 32F06E26515C9916226FBCAB17E6B1DA /* AtomicUnorderedMapUtils.h */, + 63AD4D5E1462C64AA10BE3AA9C59A2E7 /* AtomicUtil.h */, + AB7245FDAFA76C959A399AD1A91963AD /* AtomicUtil-inl.h */, + 6E30690E9943B49ED8BBF818F98E88C7 /* AtomicUtils.h */, + 9B5767023355713B841DB2AF7F0FDA02 /* AutoTimer.h */, + D1A20C3309345EACF94957A0AE4B6755 /* Barrier.cpp */, + 05CC0A2CFA9F540FCA4C6E079377E271 /* Barrier.h */, + E61EE900F6D0A47E25F3EA00BD4999B9 /* Base.h */, + E3F716A8FF9AD4F56958349F33B21560 /* Base-inl.h */, + 3594DF1CD01D964FAA8763E627265CB0 /* BasicTransportCertificate.h */, + FBD2D678CE55967640B2ECA259966CD8 /* Baton.h */, + 41FFD780B2EECEA59A816381F57BA52E /* Benchmark.cpp */, + 4278E6D5CBD1835FDDDBFD6C73E5E85A /* Benchmark.h */, + 55B07ACB7AE286509B75F27838D58F18 /* BitIterator.h */, + BE8076D11AD8635E478493A6C67EA941 /* BitIteratorDetail.h */, + 17403AC316FCF34A863F06CB4FAD5AC2 /* Bits.h */, + 3B03B2A3A4C4729288E68F023EBD7DB8 /* Bits.h */, + 6D5248E8AFB5A1CCAC4BA2D01419C455 /* Bits.h */, + BCFB39DA6BFF23700B03984AEF4DEE2C /* BitVectorCoding.h */, + 54A39B5CC8BD12A3A5B6EE6B1B19F0C6 /* BlockingQueue.h */, + 773850A196FDB6791BA815B886377AC3 /* Builtins.cpp */, + 0D270DDB341C9C43DFBBC00AE23FC7E1 /* Builtins.h */, + 79A1BDF33A0DF9405EF2566151D61261 /* CacheLocality.cpp */, + 646DECD24D179C072D2DB483C4B51A77 /* CacheLocality.h */, + FAC2C83F16311FCBBB047B9E5621A92E /* CallOnce.h */, + 85F6CD622423E9C138EE45B94362A35C /* CancellationToken.cpp */, + BD6E560F8A3A9A5DED62B5D952DF111A /* CancellationToken.h */, + B0D522684E5033511C436FEC61BD1B02 /* CancellationToken-inl.h */, + 7C5CAA57C12C0FCEF7D5AAEF638D9F79 /* Cast.h */, + 501806FB83EF04868BB89BABCF421A94 /* CheckedMath.h */, + A24A4A47A1B56CA5F08944260858ECB6 /* Checksum.cpp */, + A50823AC747F4E5841DC34E6C07DD3F3 /* Checksum.h */, + D7BEA8A3A6B124B4E9B0C722EAFA7FC8 /* ChecksumDetail.h */, + 626200AE3A3CF5624B35EB1686270AE3 /* Chrono.h */, + 6B7E167EBAE1B66CF3424614021F35B6 /* ClockGettimeWrappers.cpp */, + BF17BE0FB290A92D8674D950529E0C80 /* ClockGettimeWrappers.h */, + 1E4B6CE6FCDF2CAC342852F32F84DB65 /* Codel.cpp */, + 3EBAF478D66D1DA851FD439F90D53934 /* Codel.h */, + D4BC717772F9D1AFEDD0851D58EBD317 /* CodingDetail.h */, + D99AA483E8B28CACEF08CBA6E67558DD /* Combine.h */, + 5E506FE1181DF4E7CD2909912B03081D /* Combine-inl.h */, + C31BEAB1F84551C0E287ADC4BDCF2FDA /* ConcurrentBitSet.h */, + 330FF1CD6EDF4A20B4F6BC37C82064BE /* ConcurrentHashMap.h */, + B857025220ECC7CA074BF255C1604751 /* ConcurrentSkipList.h */, + 8E0634A773BB2B5B361457F9AA4A4D5E /* ConcurrentSkipList-inl.h */, + BD7AE8B0D546DE3624AFC0EDEAE2C4F0 /* Config.h */, + 4D5526331D14CDE44EAA056206EA6F52 /* Constexpr.h */, + 588A2F76B97DCC69EEC0ADD7933D4B29 /* ConstexprMath.h */, + 992F3DF4EDB6532738E826305A62C097 /* Conv.cpp */, + F0708C4622FC43024B9C0BDD273A6BF1 /* Conv.h */, + 955D1CB93D8630D106A768A7E39526C7 /* Conv.h */, + 9FF84A68DEE8E0FE347F30FB554B9464 /* Core.h */, + 45C7ECFCB345E24E6066828F00C0A11E /* Core.h */, + 8AEA83B57666893662C84F0AD4A511F4 /* Core-inl.h */, + CA3E5B0FBA7FA325BE464311187698AE /* CoreCachedSharedPtr.h */, + FF49290C00D44FC829277CB588CA8A1B /* CPortability.h */, + 344134F852960A380D61378D288D08CC /* CppAttributes.h */, + 3088F468687484EE8F9AD0F0247D2144 /* CpuId.h */, + 5103C064C0E77E403E70266EF5BCFC08 /* CPUThreadPoolExecutor.cpp */, + 302B2D7B832D36B91C0FC19F8442A977 /* CPUThreadPoolExecutor.h */, + 76896F14E643A1222C612EE96A9558E1 /* CString.cpp */, + 1AADEA538BA01F7FC3161B2E094449FC /* CString.h */, + 28B5EAF2362DEBD3E2A741565E2DA35F /* Cursor.cpp */, + 523C5C116153DE5654B9857C56355ABD /* Cursor.h */, + 0F4BDAC5B8A6D49D3F4D24B33402B35A /* Cursor-inl.h */, + 67E330CDB08073CD5F0DAFAE166A2FC7 /* CustomizationPoint.h */, + 5E55D5B8DEA41627F6DFC40B4CE99FEF /* DecoratedAsyncTransportWrapper.h */, + 8C161A0D9AD64B1BCAC02DB33B770404 /* DefaultKeepAliveExecutor.h */, + 5BEABB790CF31D1854C545A7E0AF6A41 /* DelayedDestruction.h */, + 006665DF66925F28D67FF1FC672691EF /* DelayedDestructionBase.h */, + E8AA02414E01ECDE302B32B780A6530E /* Demangle.cpp */, + 99B5BB18B3F462B9460E4C2DECAD8D2B /* Demangle.cpp */, + 353DC34412B94D6B16E449F4BA38ACDF /* Demangle.h */, + B419D240DAE4C1E98C4EE6D19998C3E1 /* Demangle.h */, + 49085752636EB16CFB43D8E330FD6FD7 /* DestructorCheck.h */, + 533524283F5FE7F6A54D8E1A8FE71CC8 /* Dirent.cpp */, + 746FA0BBE67532F465D29859821FC4CE /* Dirent.h */, + 37E34396F5508D2A8E01F8C3724E719E /* DiscriminatedPtr.h */, + B288711C3246A5204B7FC5A645101F0F /* DiscriminatedPtrDetail.h */, + BE65CAB0DB1BEB44C68B52C7C4D7E033 /* DistributedMutex.cpp */, + DC4403A307646F1A0FE7D4943F892C6A /* DistributedMutex.h */, + 31A74DE51A809847EFFA44376B6F010C /* DistributedMutex-inl.h */, + 144166EAFBE39D3603FA5CDBC62325FA /* DistributedMutexSpecializations.h */, + 61871730238884B88402BCAD51437C79 /* DrivableExecutor.h */, + 3C8C92FC0A77F86561EAD00F7269958A /* dynamic.cpp */, + CC2720E9C44FCC17E2D99935CBBEE419 /* dynamic.h */, + FCC5804A7718ED767C13AA3060F91D5E /* dynamic-inl.h */, + 8440B91410AA90FC2A97EC7B1EB9CA55 /* DynamicBoundedQueue.h */, + 1368C5910C87B9560EFEEA43E5F26243 /* DynamicConverter.h */, + E53C8C998DF0E97815AC0901993D3741 /* DynamicParser.h */, + 984DEB675CC05B7ED11F153E250DC2DC /* DynamicParser-inl.h */, + 628F22AF8BCC8F344AC80F0F4E6DF69B /* EDFThreadPoolExecutor.cpp */, + 592577787E6D7CF24EDF5392204060A2 /* EDFThreadPoolExecutor.h */, + B83E6F934C634C4408B9B5CBD3711AD8 /* EliasFanoCoding.h */, + DA162A95EDFC329A11018E75AFDF3C9D /* EnableSharedFromThis.h */, + 75554076E2F2CF6641A8AF612E276040 /* Enumerate.h */, + BCAB06F222EE547FA427E2F892BF57F1 /* EnvUtil.h */, + 07175D29AF10E770288BF8B9D85FC3DE /* Event.h */, + 1DC909E4FA02C0D86A3E6F0A19EFB93E /* EventBase.cpp */, + 0463705C5C8AD88A127C191E4A74C7D7 /* EventBase.h */, + AECF7862519237D2681881EDE7678082 /* EventBaseBackendBase.cpp */, + B0C5C8C3139E152A72E526B4FD8FB22B /* EventBaseBackendBase.h */, + 64B198E55977C63B6F78131BCC55629E /* EventBaseLocal.cpp */, + 5F25BF5AB17CF3FD6E5451EE13AF8298 /* EventBaseLocal.h */, + A07D22C93179825B426F8DE9E6DCCD5C /* EventBaseManager.cpp */, + 57527C1ADD33E17351588E6EDC76AF72 /* EventBaseManager.h */, + 37C627DA202972DF211CEBEB84486E4D /* EventBaseThread.cpp */, + E9ECB6EC03C675437652991121F55F52 /* EventBaseThread.h */, + 77D47F57764ADC03C72580A4D8058A4E /* EventCount.h */, + 686091145045944E5FEFEE5A8B414D2A /* EventFDWrapper.h */, + BE12DCF35841427D90897AED0993855E /* EventHandler.cpp */, + 5A3078DDC949A3296470EE900D1420C6 /* EventHandler.h */, + 668DDB233AB6DCDB3D011837485392DE /* EventUtil.h */, + B3826070DF750B29EC717636E7716BD2 /* EvictingCacheMap.h */, + 8A4203864C5F04A8BE26254BEBB6D6A4 /* Exception.h */, + E50F92D931806DE3585DFE7A364495A2 /* Exception.h */, + D95D8EB288DB6E1564E488CD15A4CBA0 /* ExceptionString.h */, + 403C4C6AF3897C87B0ECE6746F085751 /* ExceptionWrapper.cpp */, + 367D7E063FF43E1359A7875D2872E8EF /* ExceptionWrapper.h */, + 8C3397862E1CA92C490EFE462C69C3E6 /* ExceptionWrapper-inl.h */, + 5FD71FF5C8BD920171A1B57B1D9AB856 /* ExecutionObserver.h */, + 29537CD66643FF7EDA26FC50C2A01839 /* Executor.cpp */, + DFBA1EFCD6DF48A6C922DBD1D11A97AD /* Executor.h */, + 583A5CE961C7C321B6AEDC6BD910170D /* ExecutorWithPriority.cpp */, + ED3D71A2765A5DC9AACBE81A76C03BBD /* ExecutorWithPriority.h */, + 052DBC23C2595BD16CDE1D0F5FB2B8DE /* ExecutorWithPriority-inl.h */, + 249841D9E5B16AC18A5478E54E4D3A1B /* Expected.h */, + 8FA3467C61F628A26A2C7E187ABB1AD6 /* F14Defaults.h */, + 010E94C4E345D269CB25FBB71DF5232B /* F14IntrinsicsAvailability.h */, + 3AD52B24ED4122E0D296351770E21F71 /* F14Map.h */, + B3E4D562C86776D29FC05C7C895364AE /* F14Map-fwd.h */, + 6E0DC02D2CBB4E83810E20904F4A94A9 /* F14MapFallback.h */, + 322A82C498CD553E8EAB29EEFDB652E0 /* F14Mask.h */, + DE3B5D1E43D3FE530CB383A136852596 /* F14Policy.h */, + C4DF22F1747968490088396150223C6F /* F14Set.h */, + CEFF5D6300B831BA38BF0D956FFABBC9 /* F14Set-fwd.h */, + 32F351ABA1D2BA4285C4210D118A1A71 /* F14SetFallback.h */, + AA400B23F080CA1CFFA5798ED5753351 /* F14Table.cpp */, + 7658EE8734CC7A5E8602CE50E1ECABE2 /* F14Table.h */, + 96F6E8528C4EC7786262B3CE7BE4614C /* FarmHash.h */, + EB5B656121C1A5D576F43EB780140B25 /* FBString.h */, + 491717DA716B09C2F41FF2E25E908226 /* FBVector.h */, + 045F8404AFFDA6C19E7C43669B4F12E9 /* Fcntl.cpp */, + 7EB6D8FECC88E58F8C3F6C040627E05F /* Fcntl.h */, + A45B461A4FE695C969788ADEE366619E /* FiberIOExecutor.h */, + 02A03AF8BEE839AAE07CA0F5DA80153D /* File.cpp */, + 5A61D1D21DA61E63B633541A52EC3B33 /* File.h */, + 884E53CF9309A7042B109BBDC934A4B2 /* File.h */, + 62825E089B77010CEDD1245EBC1CBEF4 /* File-inl.h */, + C12606E850D767BF6B6D776479AA7767 /* FileUtil.cpp */, + E23C440F2D3F1573DFBEF07FEEBCD6A5 /* FileUtil.h */, + CECBD456B59210C37E9B347311BBAED5 /* FileUtilDetail.h */, + D1AACE60F657EA83B0E85E8329BADCA6 /* Fingerprint.cpp */, + 5354E78EBA35232E8D5ED26CFB99DBA3 /* Fingerprint.h */, + 68917CEE2D828038F9EF57A7E7D13DFF /* FingerprintPolynomial.h */, + 8B0145349A2ACA814521A89B5B5BF1E2 /* FixedString.h */, + 6353F876492CF27AA5E2CD8FBC6F8B7E /* FlatCombiningPriorityQueue.h */, + 06A2859FB3B2D27B0C9324385973775F /* Foreach.h */, + FEC2394175883BA0D3E261637A561463 /* Foreach-inl.h */, + E5FA0BDBDDBAF3DFE88E9A0B038D8A72 /* Format.cpp */, + 599E1258B9568B7CEE685BD128186A64 /* Format.h */, + C9D7258B9278D7647170AF3A825D249E /* Format-inl.h */, + 227BD86E4FD15BEA458D981ADF2C7765 /* FormatArg.h */, + FD40A28A425573346F55444959488340 /* FormatTraits.h */, + 7A7B47DE6FB5556DBCC9109F3A598A05 /* Function.h */, + F83DAAAD8731F1350CCEE0258743071D /* FunctionScheduler.h */, + 6830A30329C0FD2B7EACC75BD7AA0A10 /* Futex.cpp */, + A9585A0BAB4F7A57ACB9079DE5066C53 /* Futex.h */, + DCF0F90DAFFB2A76D50DDBEB241E8897 /* Futex-inl.h */, + 614D39C3DD5173CD0CD7EB332740FDB1 /* Future.cpp */, + C2D72A88FB01D49AFEFE11A05C051A11 /* Future.h */, + 0BBFFFB7191A61992027A98BED78B1E6 /* Future-inl.h */, + F49290A382EC07A3D4203E6BBC1531F9 /* Future-pre.h */, + BCAD7BD186EE694DCC891522EB744557 /* FutureDAG.h */, + 9788D2E725AD263B6340AF22F0829124 /* FutureExecutor.h */, + 09EDD24EE429183D776B077B47CB353D /* FutureSplitter.h */, + F9544B2054D53E5D3651EB063F430664 /* GFlags.h */, + CC628C18D877309B49DDC77037C3EE08 /* GlobalExecutor.cpp */, + D674CB63573687A20A05CD78E95B7464 /* GlobalExecutor.h */, + C43F444BDAB37AC842D406BDCC5CB1E6 /* GlobalShutdownSocketSet.cpp */, + 975EFFE50671181EA7FE65731F444625 /* GlobalShutdownSocketSet.h */, + EC82B223C5448E501FA85823F92DB28F /* GlobalThreadPoolList.cpp */, + 3E5A2972DCC76B25BA302F7753968308 /* GlobalThreadPoolList.h */, + 54AD4B9E2276D86FA4B0EC49AB66BE7E /* GLog.h */, + FCF8ACAF97A58556468490129AB66C7E /* GMock.h */, + 1C284536777907302C2D69E0FE9DFAE6 /* GroupVarint.cpp */, + 0F6E064F8452EEF8865268F954A7D752 /* GroupVarint.h */, + EED848017F4965B145BF315674CC8C0E /* GroupVarintDetail.h */, + B8FEB1C9F8CC4C30834CD811545EC34F /* GTest.h */, + 5AD104F4D43C131F3A60BD50B2D9350A /* Hardware.h */, + 0B3F5420EA9D4DF25EAF1EFF1329790C /* Hardware.h */, + D3E48B3334A012F80119F2EEE6F43BEF /* HardwareConcurrency.cpp */, + 6DDCE98AB8DC4764E1FAB4ED28805080 /* HardwareConcurrency.h */, + 7E75E6E67F482C56EC4FF2D3EB7F33EA /* Hash.h */, + C7B1E62019E8AEFE0A53EF1A23A302A3 /* Hash.h */, + C5F9BE1025F25C801E19AF5C42F0D4E9 /* Hazptr.cpp */, + F3A7745BC949323C0559EEE89EE356DC /* Hazptr.h */, + 28A1942F367ABC7903ABB67F7C710369 /* Hazptr-fwd.h */, + 49038FF0B234901AC8BEF0F9FA2F1604 /* HazptrDomain.h */, + 74D6D351BA93FCDA1515ACD895EE361F /* HazptrHolder.h */, + 730556F68595133BD4C32BC4171FBDE9 /* HazptrObj.h */, + 192305CD9EED58441A262C59EDABCF79 /* HazptrObjLinked.h */, + 3D438F38D94F27C2D4F272BAFC52B53E /* HazptrRec.h */, + 6A6C140CF9B910AEEDD17458E7F21EBD /* HazptrThreadPoolExecutor.cpp */, + 419EA50BE00934136EA276D52DD6D30D /* HazptrThreadPoolExecutor.h */, + 51E67A74C89886F5470BBD115A44A5B9 /* HazptrThrLocal.h */, + 95C88FD20D5D13529D47BC4F9568264F /* HazptrUtils.h */, + A4C3D8518542DA0E8037D1D7FE635AF0 /* HeterogeneousAccess.h */, + BCC5C9DD20DA99E814C6CC3DA5CEFBD4 /* HeterogeneousAccess-fwd.h */, + 06B22DAA676EE05EBC1B9F5D6DB870E7 /* HHWheelTimer.cpp */, + 0665E6CEF9086198C8B77743642C21C8 /* HHWheelTimer.h */, + 5DDDF70397E873FB66A7DD6FD2386304 /* HHWheelTimer-fwd.h */, + B048397C8F7C72C375D4765C439036E0 /* Indestructible.h */, + 44B0F3FAFCF338F4782C3BED90798AEA /* IndexedMemPool.h */, + 03454A02EB1C8F110E308612DA4C3AAC /* Init.cpp */, + F9F17229D01CC29A7EF2AEF9A4E366C9 /* Init.h */, + 1A91E9FF28DFA7E4E89674A5B85ECD54 /* Init.h */, + 5E665198D622FA71128BB4BBF9E153F7 /* InitThreadFactory.h */, + 931B7A71DC2C55CF9BC19B4407A29EBE /* InlineExecutor.cpp */, + B15D556A48222A425B74D3C5069391AB /* InlineExecutor.h */, + 061440658F855B49FF0B12EB154807A8 /* InlineFunctionRef.h */, + C138B322F2D4E5452FBBA7A7084C7E87 /* Instructions.h */, + 61A37FEACD8D3C0CE0430F27FB2FEA88 /* IntrusiveList.h */, + 8D3EC4142C13E3996C1FB854A7AC556E /* Invoke.h */, + 120A68F88C5C315AE30D7C59E4AB7582 /* IOBuf.cpp */, + 53A4CDBA6AD03870DC331FF96C541EFB /* IOBuf.h */, + 371A76D159083F6DAC646395A308432D /* IOBufQueue.cpp */, + C535F9D9F17CA6E72A0287E275AE0134 /* IOBufQueue.h */, + 351727A9002248E1942FA98BBA348167 /* IOExecutor.h */, + 75C54F4BD4A8E740A1E6E8923E574ED3 /* IOObjectCache.h */, + 40E22757FF9FF39234BA0CD24958BF4B /* IOThreadPoolExecutor.cpp */, + 227924F2CFBBB2B87602C8A1971FF900 /* IOThreadPoolExecutor.h */, + 464CAC1D47B8BF5F540D0505E7F7FD4E /* IOVec.h */, + CC67CD0833B291438946B76BE5EEAE87 /* IPAddress.cpp */, + 5759BDFEC341915F75AEE1B768C3097A /* IPAddress.cpp */, + C8AAEFE5A8A726BFC436259BD5340B9C /* IPAddress.h */, + 96259C4D7D9352CB52FE81EE311BE24C /* IPAddress.h */, + A87B09D4CFBDAA3DE3DA228BFD6DD0F3 /* IPAddressException.h */, + F4563D2A2BF4C54C00CE10513E7ECB95 /* IPAddressSource.h */, + 166BD3AA6CAA2CCC0AB660F2BD9ABF51 /* IPAddressV4.cpp */, + 5A8F4D41E448E3CFB067F47381E98A30 /* IPAddressV4.h */, + 2F84A0C9C70F211C99B5CD9A162FFC82 /* IPAddressV6.cpp */, + AAB720F76BE144E61D9A479E2C8A516B /* IPAddressV6.h */, + A07471281BC16C7C9DEED86EA36D78A1 /* IStream.h */, + 7B121DCA9D609A2FBC3C80A63CCDE5D1 /* Iterator.h */, + F071544DBC72C76475C33F5A822745B0 /* Iterators.h */, + 7A0F90A558FED00AB43E8DCD8BD78283 /* JemallocHugePageAllocator.h */, + 22BDDDF9E75AE96EE3BE63136F30B15E /* JemallocNodumpAllocator.h */, + 7B8B9B4E0321EFB6FA2521EA586B4DFD /* json.cpp */, + C47B8307C806973CC3E2DE384F1D1D53 /* json.h */, + EBB1C7FB2727F0D85F869834390E9D5E /* json_patch.cpp */, + C93B9ED70C19DA48C53720B2C795855D /* json_patch.h */, + 2FBA720AC34082FE3A5CE0DD59A59F4C /* json_pointer.cpp */, + FD15F3DE0EA295254AC4CCCAFDB388D3 /* json_pointer.h */, + E03D2077A6AB041E630A71B03504F20C /* JSONSchema.h */, + FDF1189A67952C4C26C5E735109AB2A1 /* Launder.h */, + 6B563787B475E138B99D047A2373BADB /* Lazy.h */, + D893ABE4125C2E5D23BEAC8F5705F5AA /* Libgen.cpp */, + 1ED3204C3F2522242524FAC88331C9E9 /* Libgen.h */, + 0FCC93C9803F64F0C0FE7F03BFE4A55B /* LifoSem.h */, + A939824C707F9D242993E93013930A06 /* LifoSemMPMCQueue.h */, + F6A00BD376234BD3073F995C1FB8712B /* Likely.h */, + B5B808C7C899F74D771995A60AB7402D /* LockFreeRingBuffer.h */, + 1B6F69193AABF36ED9947802167E5568 /* LockTraits.h */, + 293B733D9DACA8D94B56AE17B3F29674 /* MacAddress.cpp */, + DFB41E5C56C1FBE2096AC652EE680BB0 /* MacAddress.h */, + 3B2CCEBD48651125917A4A11FD179AC6 /* MallctlHelper.cpp */, + 23494ECF83AE03010863B41F2C7587E7 /* MallctlHelper.h */, + C0D9B8B5AADC7DAB66A1964F571B419F /* Malloc.cpp */, + BB02CC589412E751563B4277E325BB53 /* Malloc.h */, + E49C7E436E39CC12D669688F90457390 /* Malloc.h */, + 35EEA3296C37AD023DFC5B1E63F413CF /* MallocImpl.cpp */, + 4771E5BABF4D1510211AF5CEFD35C967 /* MallocImpl.h */, + 3CA41D84B3FBE103D480168508BF6498 /* ManualExecutor.cpp */, + 3D32290E9726366C8A5258D620A28B01 /* ManualExecutor.h */, + BF40B4DD4D1F04FE796D486E30C2BB21 /* ManualTimekeeper.cpp */, + 6DA2BB4160FD7BAD56FEF89E1499C02F /* ManualTimekeeper.h */, + B19FF7A2DDD3DAF552F083D95B08CA7F /* MapUtil.h */, + 87B2E604CC2EFAFFA74C077504E28FBA /* MasterPtr.h */, + A59E87290EC3BF370260BD150338D133 /* Math.h */, + 4743C5C05781D771D42C650FEDDF2071 /* Math.h */, + A25AF838FAEBC2BFD69CEF9B87203B7E /* Memory.h */, + 52CC96E6451AD75A33760E37D04A7962 /* Memory.h */, + D06B114CA9C0C3023CCB0052B504654F /* MemoryIdler.cpp */, + 0F797489FA2A779C6746902BBAA91A37 /* MemoryIdler.h */, + E27347C5ABEF924C3FC852C0453FB537 /* MemoryMapping.cpp */, + 06ED1503399F931536AD51E0C2C89640 /* MemoryMapping.h */, + 65BA2A20A84D3EE87769B0EFC95EBE52 /* MemoryResource.h */, + 9719666CAEC85DBF140837F26DD5CD5A /* Merge.h */, + DE75FF89E50B34EC892E7FD9EA2BDE41 /* MicroLock.cpp */, + 174311ED47D3D8C0E1BBD02EE2741FA4 /* MicroLock.h */, + A84B01E4187FD33B7B438BCE8C96EBAD /* MicroSpinLock.h */, + 3AD33D82B3E5E94C3A896176AF64608F /* MicroSpinLock.h */, + C6273D51238E7841BF9D88DFEF87CC65 /* MoveWrapper.h */, + 8B3441D2555C9CB912A8C993AC3E21E1 /* MPMCPipeline.h */, + A5E9DC172AD34A4713A751188C64DC86 /* MPMCPipelineDetail.h */, + 54A53497F63A29BB772218162F82EF75 /* MPMCQueue.h */, + C4865922D1B88AF661EA95AD6268105C /* NamedThreadFactory.h */, + 290CD65D40E54C31A2E113E36F70FDD9 /* NestedCommandLineApp.h */, + FC4699813258B1B0ACDF0D9BF8CB4DDF /* NetOps.cpp */, + 44672A7A3BC339C8FE063A2228A810BB /* NetOps.h */, + C9CFFF52CBAC252257973C2B83984EEB /* NetworkSocket.h */, + 5864337237459EAD63F46D06D344250F /* NotificationQueue.h */, + 9F9BBB8690BABFFAF8F7A4083DE779FE /* OpenSSL.cpp */, + A03B182E89C164D978FE0BC6A0FEBEE9 /* OpenSSL.h */, + 41670F5EC41E7A2332A9F91C1E272D82 /* OpenSSLCertUtils.cpp */, + 13F0A29462F625C779ECF572B1353F96 /* OpenSSLCertUtils.h */, + 6A0FB21F11FF8ED636FADBEFDB13FA70 /* OpenSSLHash.cpp */, + BDFF56B500F62AFA61E4035044F1EAF9 /* OpenSSLHash.h */, + ECC48F775A418713B34729AB41EF64BE /* OpenSSLLockTypes.h */, + D3DA1F1100B5049BD1A54D2EAA239C41 /* OpenSSLPtrTypes.h */, + 647A8F5A3D2198EF7CEC7680252421F0 /* OpenSSLThreading.cpp */, + 4AEA684460C72648D2B819B76AC93FAC /* OpenSSLThreading.h */, + 70ACFD097CEC9691CBC2F6EE5CE13D76 /* OpenSSLUtils.cpp */, + 4A960098296ADA51D72F49A79A874F75 /* OpenSSLUtils.h */, + B5C1755CD5221E2ED6D3BEB1CF58BC15 /* OpenSSLVersionFinder.h */, + ECE9DC7B9F36334603ACE76CEC3226BB /* Optional.h */, + ECF7C0E453CDA7A9F674974D22681602 /* Ordering.h */, + 1AE8FBF3D34E6B6945FD9726EBC3073F /* Overload.h */, + F368D04E2314D86E8C9ABB520DBB0CD7 /* PackedSyncPtr.h */, + F8E0FE2BD94D21126C475F2C228156DF /* Padded.h */, + 6D50D14EB9726B769C2185B481E625E7 /* Parallel.h */, + 6F2B73DEB95AD65B0F8B8371305D10A8 /* Parallel-inl.h */, + F5719F203A8CF13493A18C6B83A42B0B /* ParallelMap.h */, + AEF3E566EB99B1E08F8680EE85EE12D7 /* ParallelMap-inl.h */, + 5F16C7F90CBEB074329AD1E8576DBBD7 /* ParkingLot.cpp */, + 51B4A34003CF6A66513D01C42D3166A2 /* ParkingLot.h */, + 9134EDE83037B7C8B550868CF03CC0CF /* Partial.h */, + 26EA354254BF71D3B5271E1E1B2A101C /* PasswordInFile.cpp */, + E9A0D3A476B4D8116DF7BF2752C8261F /* PasswordInFile.h */, + 121CB29F1D6AFC4C64FCE9DE921561B9 /* Phase.h */, + 242F245388767C253E6CB45585494230 /* PicoSpinLock.h */, + D373B58AE7BA9034824618FB7A2E312E /* Poly.h */, + 8C78CF6D5D7E02A42A10C1BA48D3BCC3 /* Poly-inl.h */, + 280880F67755E30D63DF44A536EDDCB9 /* PolyDetail.h */, + 80DD0A8F4C5CF406C0F37818D10DA35A /* PolyException.h */, + 95DBA7B85E03C333EEC4A6FB37E4763A /* Portability.h */, + C374E4C41C121E1C703616E68E6EE634 /* Portability.h */, + E36B0B52A686289433FB81194F08214F /* Preprocessor.h */, + D89012C25F5261434E28F9FE7DBD2B9E /* Pretty.h */, + B1ABB43BA9192904AE0DD609F785AEFE /* PriorityLifoSemMPMCQueue.h */, + 2ECB2B4C502267356B91B34510DE8D5E /* PriorityThreadFactory.h */, + 60ED83E4498EEEC2A5C4980AEA4D5BFC /* PriorityUnboundedBlockingQueue.h */, + 81410AA3099B405DF4442793A002DCF6 /* PriorityUnboundedQueueSet.h */, + F47178DB1F0A5B31B3ED962CC5EBD794 /* ProducerConsumerQueue.h */, + C95E75174973D393627CC0E6944E6964 /* ProgramOptions.h */, + 5D9AF96F88680045728AC4C4F4525E3A /* Promise.h */, + F8157CC4F2CF42743A73C3C7FF0A2A1B /* Promise-inl.h */, + 652D1CDD53E31E74B821F67139F86D06 /* PropagateConst.h */, + 1CA3A3E8B8CD76761016D2F850627D82 /* ProxyLockable.h */, + D41C883D22FD10CFD15573410C2CC2A5 /* ProxyLockable-inl.h */, + 5AB19C1880516910F892753A3E7BFF38 /* PThread.cpp */, + AB931BE107FC1D4BFB8E40461E13736D /* PThread.h */, + 35E714CEFDC6BF26C15AF5F6428B3D7B /* QueuedImmediateExecutor.cpp */, + 7A3134B9954D27BB17E8D00039F3C165 /* QueuedImmediateExecutor.h */, + 3CA1CAEDFAE68FE24A7A7080778B535C /* QuotientMultiSet.h */, + 1A160FC63EF8C86A7E5D51894C1D0B0F /* QuotientMultiSet-inl.h */, + FC7123926D93F9481C80494595FDE9E5 /* Random.cpp */, + A5D805107CF754CEFDBE530B792C8640 /* Random.h */, + E2F1F47EA5D572DDB535613CF49D5EBC /* Random-inl.h */, + 10C26B6C57391F13B031D5B60B41F7FF /* Range.h */, + 2DAC3515B699F5348095BA37D913A13D /* RangeCommon.cpp */, + 9388C1C21EF6DEECFEB06DA212C39122 /* RangeCommon.h */, + CE1A3615B3A45B15FB2612A665AB9947 /* RangeSse42.cpp */, + 6B530F423B7BCB94F7615C96C8F6D391 /* RangeSse42.h */, + DA9F7FBB8A40B6A82B036A95054A2803 /* Rcu-inl.h */, + 5A1E03841F4E5C270ED66C8D09ED7636 /* ReadMostlySharedPtr.h */, + 9D8CE21E7ADBD7A4E9A1867C7F39EC04 /* RecordIO.cpp */, + E1E182F1B8EC1912ED1B26EFF42E51C5 /* RecordIO.h */, + A653A8420A70DC05EDB75FF5B7E8BBC7 /* RecordIO-inl.h */, + 3AABC173CEFDB3E4DB71464CBC5BC8E4 /* ReentrantAllocator.cpp */, + D110FFBE59C0123CEF10E41666AF2435 /* ReentrantAllocator.h */, + E17620E60E402B8192FC79E76A5B24BB /* RelaxedConcurrentPriorityQueue.h */, + 33C35BA759A1D77DB5CB1724A8F05112 /* Replaceable.h */, + 9D64741766C5F92F94128CA72CF61AA4 /* Request.cpp */, + 50CA26AD93CF915BF8170B001ECA905C /* Request.h */, + 8D77327E12522BD66B0D30F1750F8F40 /* Retrying.h */, + EFB58122A452BDF5B674F6A1D2FDF3D2 /* RValueReferenceWrapper.h */, + CF95B3E44F176B0AE79820249F6D0953 /* RWSpinLock.h */, + A7D894B602596F79DB582017F22E9488 /* RWSpinLock.h */, + 1AE9AD276ACE023E37C3399ED9A29AC2 /* SafeAssert.cpp */, + 457CA7A96B8A8153A99AB322459317D8 /* SafeAssert.h */, + DC3AF64923400524C967907721D2E9DD /* SanitizeLeak.cpp */, + 06CAD0773405472569BC94754EFA4CD5 /* SanitizeLeak.h */, + 2FE1460F948B8E8D1B9CCD052318F09E /* SanitizeThread.cpp */, + F084779A88B74FB8825E34867B363A5B /* SanitizeThread.h */, + 2BAF1443AFFFE849AC332F65CBCB189B /* SaturatingSemaphore.h */, + F013CB7A6E6CDC12382D63BB0679EFF9 /* Sched.cpp */, + 27D2AD842BA25BA578CC76FABEF37040 /* Sched.h */, + F3B36827EC5A8E73C2A7460CDAAAE3C3 /* ScheduledExecutor.h */, + 8AE22BAA611A1102F87A21EF80A5B324 /* ScopedEventBaseThread.cpp */, + 1C8FA78232A1AB6CE33837E26D172390 /* ScopedEventBaseThread.h */, + 97628F8B00ED909995A47B37E5F8E510 /* ScopedTraceSection.h */, + AADD60F401282A7F534AB3246C375EA3 /* ScopeGuard.cpp */, + 2DC7DF0F5A7DBD515DC76D84F2282F69 /* ScopeGuard.h */, + A0C2DEDBA5953545A170A141190DE222 /* Select64.h */, + D47989D83E559D51C584F4E5CA5F2928 /* Semaphore.cpp */, + 86E6F7AFE85016C0C564440A53EEE2FB /* Semaphore.h */, + 2D1A49FE63AE0048233702D8974CBA1F /* SequencedExecutor.h */, + 8E159075A80E1B4C3AC9F0450A316FE2 /* SerialExecutor.cpp */, + E4EC28420A8DAB4A8E3E95CD98B28287 /* SerialExecutor.h */, + 2A80B4CFD2DB2A92D5E4670406B4D6D1 /* SharedMutex.cpp */, + CA0D2C20B49B6DDE4F69DDF7A8D1FF52 /* SharedMutex.h */, + 182174290313A6F0F4E06EE8C2709B5E /* SharedPromise.h */, + F00DC72340D8F30ADE4C39A5A9BD78E0 /* SharedPromise-inl.h */, + B70EED3F5342A9DCBE88CBFA95EBFE0D /* Shell.cpp */, + 125AA0ADA13DC01DDB51D3A0C7D14423 /* Shell.h */, + 290FB4BE1CF191877CA6D19DA9DEEB79 /* ShutdownSocketSet.cpp */, + D8D2B14A48976AB1B733441A619B3210 /* ShutdownSocketSet.h */, + 44D3B29C5FF6A2C4C948A999FE930F10 /* Singleton.cpp */, + 0876696CAECA40DB9689E65FA1C02BBC /* Singleton.h */, + D24C8625BC053EE80938AD3D2882E238 /* Singleton.h */, + 5C0613BF6D05BBA88027F2EA5030B8FD /* Singleton-inl.h */, + 8B71F531AC37900D92A4413203AA7E91 /* SingletonRelaxedCounter.h */, + A1BB08A0560C4E5A114B94C7F8978196 /* SingletonStackTrace.cpp */, + FAF3ACA5184AE224B438E2FABBD5D7F5 /* SingletonStackTrace.h */, + CFCE68FCDCD707C79068E95A3A967672 /* SingletonThreadLocal.h */, + 20FD124932F28CED59F1110BD9812B60 /* SingleWriterFixedHashMap.h */, + 0AE8FC146690DD102AB9C6F1A89A7F82 /* Sleeper.h */, + 9E45F7B45565318D913C07D8596A2886 /* SlowFingerprint.h */, + 1B9E15C047CA81F078F50403C4544769 /* small_vector.h */, + E696A73B42BC15EF6E5CF1B943C0E8B9 /* SmallLocks.h */, + 40BA1B76245D2214E75D5702AA7FE69B /* SocketAddress.cpp */, + 99E362D23328BDA804415B87C734366F /* SocketAddress.h */, + 1425B2F0CC636B4147403543505119A8 /* SocketFastOpen.cpp */, + 4B6B9EBF7BDC8B35AF82ADA42D843897 /* SocketFastOpen.h */, + 9ED75F07D45B6554A7AB38F7F793AE80 /* SocketFileDescriptorMap.h */, + DF76C6897EA0C33AC1F484372098DDF1 /* SocketOptionMap.cpp */, + B4A52FB076CB98185EE0AC3D52201967 /* SocketOptionMap.h */, + 8A3C08363F19F422B585F52CF128B12C /* Sockets.cpp */, + 5A599A30AC2C9561DEA9B8C021C8045F /* Sockets.h */, + C0DAB47F808687571AA438E2CDCD9377 /* SoftRealTimeExecutor.h */, + B1B5EAD64CFBE5A0B3CCB4E74C4AEE03 /* sorted_vector_types.h */, + B7F409DCF2DB123F5791ACD531309E20 /* SparseByteSet.h */, + 1E23C68952D39AFDF54E388E42D8329A /* Spin.h */, + 3D33D15D5083476886ACAD72FED3BB59 /* SpinLock.h */, + 8A77B32EAF530C0C92A7466260362EE7 /* SpookyHashV1.cpp */, + FC6C7B30DD78D8A123AE55E67BFCE670 /* SpookyHashV1.h */, + 1CC2F3646C250F6FA0B48F976A23EACB /* SpookyHashV2.cpp */, + 911FBDB5300FF33E3149975DC5929B63 /* SpookyHashV2.h */, + B1638A4AE6B897DDCBE313B7E302D203 /* Sse.cpp */, + EC22763B2410C58280F020F636D3BA61 /* Sse.h */, + 8B889AC7BD01D79469523089DE4E7AA7 /* SSLContext.cpp */, + 1555860829E7CA0A51C1F82EECCBF570 /* SSLContext.h */, + 8C9A55E4CCC0855A699918175C1A0B19 /* SSLErrors.cpp */, + FEB54E45902D3AA343ED9A383F360016 /* SSLErrors.h */, + 16F18DBFE346A5A481E073509805F5DF /* SSLOptions.cpp */, + 3995E9A733022BC9625CF21E64F2B82A /* SSLOptions.h */, + F4ED5D2AB68AC9DC3AFC7FFE6A02978E /* SSLSession.h */, + 1EBCFA0249CAAE3C62FC58FBD5EC38EE /* SSLSessionImpl.cpp */, + A155010FCFF248CB6C00E0C4BD186F9E /* SSLSessionImpl.h */, + 656659D6922818AF6A80D3F057625E42 /* StampedPtr.h */, + 11F13EDCF4E519D09E92C106D56089EB /* StaticConst.h */, + DB3DB92015BAB536E4F2AA36E7D213E1 /* StaticSingletonManager.cpp */, + 09593B49C3807C670A36FAA809CC9F1F /* StaticSingletonManager.h */, + 857C151B50B543208E2559AD2D534277 /* StaticTracepoint.h */, + 1D426DFB55A83ADC32C4DBAD3E556914 /* StaticTracepoint-ELFx86.h */, + C7AA1EA68CAF6020ED24BCFCE2284066 /* Stdio.cpp */, + 78E383F75A1316536FD489207552C079 /* Stdio.h */, + FDC0214B6FA9DEC4EC36BE0DD4BA6E7C /* Stdlib.cpp */, + 66213C6A99D2085765AE01D5A02E58B0 /* Stdlib.h */, + 765D975B14C95CD0E5DDAF589122C261 /* stop_watch.h */, + BDCAEB30AD8C7642C64679A17612E4C1 /* String.cpp */, + 6ACA45ED26ADA136A123760F633EFF79 /* String.cpp */, + A3264B8F4BE4BBAA9A02B2BB256EEC8E /* String.h */, + D1CE59B3F021DBE594656E3929E1D086 /* String.h */, + B13BB78CAE6B79D9856FECB62B8A9342 /* String.h */, + 0EE1C35D471478C999CDD854BA16BC61 /* String-inl.h */, + 0D156FB05B0C3092BBADAF94C96E4B46 /* String-inl.h */, + 8C9F7EC64A03F828046765AC004D6458 /* StringKeyedCommon.h */, + CC7610A8B4E1349D5E1E52E14A214435 /* StringKeyedMap.h */, + D823457CBD7043FAEB9E29F9B5EF08CE /* StringKeyedSet.h */, + 5882C8B326D8C2896E07CEB956D8A202 /* StringKeyedUnorderedMap.h */, + 147F5B50E02D3D1F04DC42B57A7AA3E3 /* StringKeyedUnorderedSet.h */, + 1FB047E69250FDDC997C42CAB4F469C0 /* STTimerFDTimeoutManager.h */, + B74524BE3DF67BF52FBEE3CA104F86E0 /* Subprocess.cpp */, + DF6F5825C179293170C5C51470B5455D /* Subprocess.h */, + 8256CFC27BC64125A30CFF60C0DA83CC /* Synchronized.h */, + 6A2F3B3AE429A87A808AC5D7273225FE /* SynchronizedPtr.h */, + 87D1B1412B73BB7D48C1F9B5773A217C /* SysFile.cpp */, + 90EB305222160B2F7E0FA257C2B1412C /* SysFile.h */, + 982F8988B9769866A92398D41CB15D22 /* Syslog.h */, + F8A5CE8F5B69BF8BD920AF70555786C8 /* SysMembarrier.cpp */, + B56F6F11BC9FBECB9231097934BAEC53 /* SysMembarrier.h */, + 444DCC1F0AE6951DB2A4D62FCFA8823C /* SysMman.cpp */, + B60A9DECADC02F72FA8DC25F17AC9E8C /* SysMman.h */, + 9B2DFEB4FE01D1878667F3796ECD2582 /* SysResource.cpp */, + 964E5D3773A0F9836351C7D1157D2063 /* SysResource.h */, + C7832C7B8B02B87718AAB2CED6F0DBB5 /* SysStat.cpp */, + 3A3882B0DD28CD28781B9FA5323D1826 /* SysStat.h */, + 1DCE0217A06E0F41B806974B457DCE3C /* SysSyscall.h */, + E06E6C36D1A71F5B6FEB2D6AAE851D2C /* SysTime.cpp */, + 3EFBA99B4E0C8F3A90337D95F312EE1C /* SysTime.h */, + C3283A8F8AE35DDBB093EC3780BE8186 /* SysTypes.h */, + 962CCB4F39D9B0208C07FD60C25C9395 /* SysUio.cpp */, + B3EC717D9E62DC37E77943B52D38DE53 /* SysUio.h */, + 903566020BC94B678C25CAE9BDE3FB91 /* Tearable.h */, + 373C9F59C3DDFA4B431689CCFE1496E9 /* TestUtil.h */, + 33D053F3CBB98EC1B0EA4627B854C3FD /* ThreadCachedArena.cpp */, + EB33B4A9520DEDA3CCD3E49CCA5FF4F4 /* ThreadCachedArena.h */, + B6C1A9C41EAEAF8AD449143F6DB361AC /* ThreadCachedInt.h */, + 87EC70FB4C2C48F3039DF064F79B0A26 /* ThreadCachedInts.h */, + FE74A323793E31346DD5F32CCD956491 /* ThreadCachedLists.h */, + 519DA7A2D9C8B560335CEAD3BC0321F6 /* ThreadedExecutor.cpp */, + 53F3E96273465DA750E81619209A59EF /* ThreadedExecutor.h */, + 5CA9966DF755C9B18EF7EB51D2A8841D /* ThreadedRepeatingFunctionRunner.h */, + 2A3E3876D5698F2337E952FF6AB9F2A0 /* ThreadFactory.h */, + 1FA038F8A60594E3B8F83E00C0C44FDE /* ThreadId.h */, + AE65C434DCC88F549EB6F81D23740EE9 /* ThreadLocal.h */, + D48DFAF03A8A17D7E3295922C84000DA /* ThreadLocalDetail.cpp */, + 95BAC5CB0D279B5958E7B0D88AD3C358 /* ThreadLocalDetail.h */, + 06D84CBCC57034D95E396652273DA377 /* ThreadName.cpp */, + 3B3F447A9E5641258E030C1988C10923 /* ThreadName.h */, + 51328D2109FF04C8F3FCC4CBEFB52BC5 /* ThreadPoolExecutor.cpp */, + 012AEF8A431D4EA31E3E1985B6C0AED4 /* ThreadPoolExecutor.h */, + 07C67FDC4BE18AC2E63B1012713E18A4 /* ThreadWheelTimekeeper.cpp */, + CB7C141D065D14D90DFD352C8A69363B /* ThreadWheelTimekeeper.h */, + 0312826BA35B17245A471EAA7A7080A6 /* ThreadWheelTimekeeperHighRes.h */, + 2CD9F1101FC80FEE0A6A76DC220000F5 /* Time.cpp */, + 5C1515D750DAA8DC9CEC19011F6EDB20 /* Time.h */, + 817138865E815F7FEF679AED95B64D76 /* TimedDrivableExecutor.cpp */, + A2345F6BC718297050E263A0553880F8 /* TimedDrivableExecutor.h */, + D700EAA8012BAE9F7269BE45A66531D6 /* TimekeeperScheduledExecutor.cpp */, + ED309F648CBC016259600F3635F43F78 /* TimekeeperScheduledExecutor.h */, + 3FC0717E49BA9AC1408D053AA64EF4A0 /* TimeoutManager.cpp */, + 592DD80BBBA797B54652D50053D7B60F /* TimeoutManager.h */, + 9904F6620AF734A2B9670844E5AE633C /* TimeoutQueue.cpp */, + 58F840D6AA1892A8F858310121E0488F /* TimeoutQueue.h */, + D9973CB60DA879282801C4B02A956687 /* TimerFD.h */, + E4855FF120EF13027032B42296F75276 /* TimerFDTimeoutManager.h */, + D3BE08D3C37BD9C009CA59C5A58D8FC1 /* TLRefCount.h */, + C39AF224FFAA5EE6F82F74DD9F667AAA /* TLSDefinitions.h */, + 9F9D32BE8ADF26C003EF191BE09763B3 /* TokenBucket.h */, + 9764A3A8252EFF14A321A56C6FF810E2 /* Traits.h */, + C16648A9160A54F2C897160604630693 /* Try.h */, + B20065F9C2CCA62D0B539D215D127A8F /* Try-inl.h */, + 5A74019B547CECA96E7F45657B514245 /* TupleOps.h */, + 17EEA1AB8178522A812721C8276C2277 /* TurnSequencer.h */, + 53F444FE8A1691E1A3AF95527CF9473D /* TypedIOBuf.h */, + 7FBAA894CE5747B29CE616102D70E5F2 /* TypeInfo.h */, + EDEE1E377EE914E8675DBD7DEA1970A9 /* TypeList.h */, + 307DB26CCB565242806D4B12FFEFBDC9 /* Types.h */, + 86403A062C4B1989DE899652B10D967A /* UnboundedBlockingQueue.h */, + BAAE5D90061D1504B908ACDD9265C876 /* UnboundedQueue.h */, + A20306DEA94200E22087DF6EEA684B69 /* UncaughtExceptions.h */, + 8F34077B6C1A1F970C869CFC459EF523 /* Unicode.cpp */, + F07282805EC5E79BD0C8D4BF7A6CE8F2 /* Unicode.h */, + F7BA1E6DC21CDC2028F8774C5C4070CB /* UninitializedMemoryHacks.h */, + B5D64DB44760B189A0293EBE8B788BD4 /* UniqueInstance.cpp */, + 57F58CB39739BCD7EB2A2F0C9D833555 /* UniqueInstance.h */, + 3DCC178DE14763A2C80268EC0526B22D /* Unistd.cpp */, + D34AED4B5FB4F3CE12AB8E397850C360 /* Unistd.h */, + 1AC5C912D19912B51BAB93B11DB92C81 /* Unit.h */, + 270E33066FA63F9FE472144800B72237 /* Uri.cpp */, + 38F45570ECFA55AB2AE971CA49503BAA /* Uri.h */, + 5B0394692BFDC48EDAF0F9D65F4907F2 /* Uri-inl.h */, + A120F36785A71D7E318FE4929ACB51C4 /* UTF8String.h */, + 6194DBE2865CDE620E065AAF89038627 /* Util.h */, + E801C4DD42870D1C557C8831F3464CF8 /* Utility.h */, + FEF0C3857E0CBA7EDDB9A38A20F83930 /* Utility.h */, + B7A545FE1BEB02ED05CEFD4A59D377DF /* Varint.h */, + E80FDFF8780716E32C7ADE07C5B1A902 /* VirtualEventBase.cpp */, + EFDB6D76614428E8C4AEEB10621F6913 /* VirtualEventBase.h */, + 46AE1E72F55216E57314DC5EC6A46F94 /* VirtualExecutor.h */, + 2A377E24B8689DB0A06E5033D5D0A889 /* WaitOptions.cpp */, + 1E37464D798EAB57966CFA44FD00105A /* WaitOptions.h */, + D1C541A7533550ABFC70B91DF817BFCC /* Windows.h */, + 84A19277708679835A472301E2174AE8 /* WriteChainAsyncTransportWrapper.h */, + 8950B5A3E14254388B625E44CEAB52CC /* WTCallback.h */, + 6DEE420D36CB48AF1E50B58B23E09D37 /* Support Files */, + ); + name = "Flipper-Folly"; + path = "Flipper-Folly"; + sourceTree = ""; + }; + C746B55CBD0E69A393F3AE2A41C2C701 /* Pod */ = { + isa = PBXGroup; + children = ( + 4F4A90714C57405CC5449D6F3662BC2E /* EXConstants.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + C75096EC3DECECB642EE65AD29BC53C7 /* Nodes */ = { + isa = PBXGroup; + children = ( + 9A938720142367E9CD794ADE709F2B56 /* RCTAdditionAnimatedNode.h */, + B54165AE6440AA1BDA6EB6859BB65720 /* RCTAnimatedNode.h */, + 90E21723A26C13EDF6EDE255EBB52EB2 /* RCTDiffClampAnimatedNode.h */, + F27E3375AB5ECCFDA9658D0023B18731 /* RCTDivisionAnimatedNode.h */, + A61FBFA7B473BFC32593CF5B8E089C40 /* RCTInterpolationAnimatedNode.h */, + 0870C5DA42217B8684DF7511AF262A2B /* RCTModuloAnimatedNode.h */, + 0A933DC2C25DA05462E9F2DCDEA2F069 /* RCTMultiplicationAnimatedNode.h */, + 99F929A7CBBE1B940E9A555F418665AB /* RCTPropsAnimatedNode.h */, + 1E49826CC819AEA6F509737D0E0D7B3C /* RCTStyleAnimatedNode.h */, + 7DF77F19591CE6A8C8B54CD722C85377 /* RCTSubtractionAnimatedNode.h */, + FEE09E02B3DF787FD7BCA3505210241F /* RCTTrackingAnimatedNode.h */, + B4D120689E530168FE4B87A31A92AD44 /* RCTTransformAnimatedNode.h */, + 6557362EFA665983657C29DC7EDB1E42 /* RCTValueAnimatedNode.h */, + ); + name = Nodes; + path = Libraries/NativeAnimation/Nodes; + sourceTree = ""; + }; + C788C5DE8E89A4BC598D7B2390F0D921 /* Support Files */ = { + isa = PBXGroup; + children = ( + CE72A8F22323CCCD1DD1C3A2C1509567 /* React.debug.xcconfig */, + ABA467A8BD0E8F7D969258F50BDD3DEF /* React.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/react-native-netinfo"; + path = "../../ios/Pods/Target Support Files/React"; sourceTree = ""; }; - C9B0B8730FA05E6649742DE39655CF72 /* Source */ = { + C7EE41D4F45CF202BA276C144B93C04A /* Core */ = { isa = PBXGroup; children = ( - 2F4A0E306CCEF469DCCCA72E595F2331 /* BSG_KSCrashReportWriter.h */, - 1450DCD87861C188A306D298F03E3342 /* BSGConnectivity.h */, - 40C643447709A4C2C797DD3DC5B3F23C /* BSGConnectivity.m */, - 58211294EC89161D8570FDBE8712FC61 /* BSGOutOfMemoryWatchdog.h */, - FFA43430CCF77FA8DD167680E185FC44 /* BSGOutOfMemoryWatchdog.m */, - 7B387F2A5D678E732F3ED86A20310BC6 /* BSGSerialization.h */, - 352493A49B1B245AA5F4C1997CF25348 /* BSGSerialization.m */, - 168751C88AA5F9441FFF3B09EEA9BB2C /* Bugsnag.h */, - 5022B20B0597EC75C3D890557F5B3E03 /* Bugsnag.m */, - 5A71228AA3D89DF8050CDFB5B07FC3E2 /* BugsnagApiClient.h */, - FB2AA32956D465F39E6AC346F5FBE8FD /* BugsnagApiClient.m */, - F665F073CFEB72E9BC3A0EC25A9C4DA8 /* BugsnagBreadcrumb.h */, - 2E235A23BEF45A81A2308FA34E86C5D1 /* BugsnagBreadcrumb.m */, - C5F53D7FA759004460307898420D14C4 /* BugsnagCollections.h */, - 1CC53985AD8F9C9888119E922D4F3E43 /* BugsnagCollections.m */, - 02036B3C03D59D4D1FB3A3A97EFE6548 /* BugsnagConfiguration.h */, - 1C6A6527341BB35C8557A76F2DFD7211 /* BugsnagConfiguration.m */, - 4FE73145B28D560351E78D5E79D72353 /* BugsnagCrashReport.h */, - 4A749F3355189014A1B1185F04AD0993 /* BugsnagCrashReport.m */, - 796616FCA34D48F8ABE92F8FA3DC9A21 /* BugsnagCrashSentry.h */, - 600C3A22652285CD154E860575753553 /* BugsnagCrashSentry.m */, - 74219AB9441AEC696A6A0DB2FEB27F4B /* BugsnagErrorReportApiClient.h */, - 880592C0AD9537C68F2639E9C4BCE26E /* BugsnagErrorReportApiClient.m */, - D0F9AEADDE8A37D0137DC861898B4FB7 /* BugsnagFileStore.h */, - 4ADEF0C4A732AB25D0247CD89B6F85F4 /* BugsnagFileStore.m */, - 28E331B79D5FE9A276477E64D548ECEC /* BugsnagHandledState.h */, - BCEA66EAC534E65983298B3C92945D51 /* BugsnagHandledState.m */, - 4E991BE86D645732D4B29144077897BE /* BugsnagKeys.h */, - 0C8DD155DC45FF6B9CCFEB0D7661F73D /* BugsnagKSCrashSysInfoParser.h */, - 8D35C19C70B24489103D5469D9375512 /* BugsnagKSCrashSysInfoParser.m */, - 2CC5879EC7876DEDDBF841FFBBB5801D /* BugsnagLogger.h */, - 4E7BC4995D4093A07B2BDE209468113E /* BugsnagMetaData.h */, - B7970F3854744F6DAEFA18DA24BC49EF /* BugsnagMetaData.m */, - AEF2C5A11629080AA7ECB510782EBFC6 /* BugsnagNotifier.h */, - E8173F20F0F3E1DC4B7B45B632E98A20 /* BugsnagNotifier.m */, - E7A9D0C82101689DA1607B7424949516 /* BugsnagPlugin.h */, - BC42D61E6E43872A73A61B0D1DA66B59 /* BugsnagSession.h */, - 220019632FDDD1F5BD3B7C92F04F5CDA /* BugsnagSession.m */, - 219339A8FF13524A1700AFB92DF1CA96 /* BugsnagSessionFileStore.h */, - 7EE2C6948BB0E438DCE2D6E49FC7DC15 /* BugsnagSessionFileStore.m */, - 66389CE38A0DE463102750D8685248BA /* BugsnagSessionTracker.h */, - 086CD79AFC938BBBAAC81BE9E803F7F3 /* BugsnagSessionTracker.m */, - 9B0A00AAF22C306C3F476C642DDD8C36 /* BugsnagSessionTrackingApiClient.h */, - 7E01D894C879F43335D74EBFFAE30CB0 /* BugsnagSessionTrackingApiClient.m */, - 4149876AC0A2313C2D2165BFFB2E5E82 /* BugsnagSessionTrackingPayload.h */, - 7EC5F06FFA30E178D0C29E66D0692616 /* BugsnagSessionTrackingPayload.m */, - 0B3C592644773799E80FB3D3A56CC7CE /* BugsnagSink.h */, - 8E5A196DAE8636D2276C93B0F7D99578 /* BugsnagSink.m */, - A7844A330456E467A353D5265572DF24 /* BugsnagUser.h */, - 477A45A6D0B0D923F6F259CF18443FFC /* BugsnagUser.m */, - 4F1913A29DA369380176683FD429B2BD /* Private.h */, - 89BDF4816138A7B1B2E6B3E331D4B946 /* KSCrash */, ); - name = Source; - path = Source; + name = Core; sourceTree = ""; }; - CA8A0301D0FC8A32C3C25D50D74F12D8 /* Support Files */ = { + C8DDB1312027872C4E50F0197CC183F6 /* Pod */ = { isa = PBXGroup; children = ( - C87E80FE68C4AD93CDFFC545150178CE /* Flipper-Folly-dummy.m */, - 744D5A6A749F4D432283581D2D5A05A0 /* Flipper-Folly-prefix.pch */, - E2133ED06B7C1F27E04EE1D50D7D0BB8 /* Flipper-Folly.debug.xcconfig */, - FE95FB8627040B2271C235FE55CD62E2 /* Flipper-Folly.release.xcconfig */, + E3302AD5C5F9F53389CC61AAE5A51376 /* LICENSE */, + 919AE47F8EC82970938228AD40575C59 /* react-native-background-timer.podspec */, + 10749EAC10802ABFA582AC0F30D13C89 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + C9D30FD4C634E582AB42DDA6BD8EF77C /* FlipperKitUserDefaultsPlugin */ = { + isa = PBXGroup; + children = ( + F69CB8D9F93323555C90E0798AC08B12 /* FKUserDefaultsPlugin.h */, + FDC7809D555832AB692501FAAA442E34 /* FKUserDefaultsPlugin.m */, + 8491C97850AEF0F64B1A320FA8E57D08 /* FKUserDefaultsSwizzleUtility.h */, + 480D20C840F348F49EFC2259B1B36543 /* FKUserDefaultsSwizzleUtility.m */, + ); + name = FlipperKitUserDefaultsPlugin; + sourceTree = ""; + }; + CAB80B176F3689E05CC4437A5CAC9EE5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 663096CFF31EE2B1B7783BA46C88B7DE /* React-CoreModules-dummy.m */, + 8FC039396EC0EE31835A540BBE40E1CA /* React-CoreModules-prefix.pch */, + A65E33ABF680609886787BF3A99247B0 /* React-CoreModules.debug.xcconfig */, + B3494785E3E169E719846914137B58AC /* React-CoreModules.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Flipper-Folly"; + path = "../../../../ios/Pods/Target Support Files/React-CoreModules"; sourceTree = ""; }; - CA9903E3AA2CE17D1187DFECDB138D0F /* Support Files */ = { + CAD5C7253B695C12A77BCD98FCBAD04D /* Flipper */ = { isa = PBXGroup; children = ( - 014A403173D43A6E562F2A45D2FD98B6 /* Flipper-dummy.m */, - 3BA3356EF421AD5EC904687779428B52 /* Flipper-prefix.pch */, - 755F3DEB1A04444085FC820DDEEEBF79 /* Flipper.debug.xcconfig */, - 939B266D7E132CCBE04310341A63F3A9 /* Flipper.release.xcconfig */, + 639AE67EFF13A5A954EA3309B36505E2 /* CallstackHelper.h */, + 0571EA1F9B0519AE1F8B5CAFF9B4C64F /* CertificateUtils.cpp */, + F655C1597FD17DA9BB414230A62B1466 /* CertificateUtils.h */, + 0325CB0F2DE23511AA9D3DC4A502DEF9 /* ConnectionContextStore.cpp */, + B00553226F4AD87B696EDCCCDB6AFB49 /* ConnectionContextStore.h */, + D88824EF549D12E6178FD3BC56294948 /* FireAndForgetBasedFlipperResponder.h */, + AF9F02B25046132FEC9FBAE647F023C6 /* FlipperCertificateExchangeMedium.h */, + 4C1139BDB0810D99E932F602F6CAE5BD /* FlipperCertificateProvider.h */, + 1EEB487112509EFEEC7A11AE7C71E84C /* FlipperClient.cpp */, + 739F466C5540DA8E136AA5804151AA72 /* FlipperClient.h */, + D4146E61E7182ECD551C606D32AE9E01 /* FlipperConnection.h */, + E08DEED2EA317654849F7253AEEE6992 /* FlipperConnectionImpl.h */, + FACC24861EAB5D7A2A9E5BD0C24CBBAB /* FlipperConnectionManager.h */, + B7BA02089E700F7576047F3C314F8B53 /* FlipperConnectionManagerImpl.cpp */, + F7737B852E1DE2C4464E50CF2222FA4F /* FlipperConnectionManagerImpl.h */, + 6B91AEE1F9DEF2FEA26402031DBF986A /* FlipperInitConfig.h */, + 1CE4C2D9652D8E71C491F0536C4E996E /* FlipperPlugin.h */, + 3EECE18D8A08691D02B4518B3D21AEF0 /* FlipperResponder.h */, + 4B51C21441A03A8C01D2A67CC1A6A07A /* FlipperResponderImpl.h */, + B6C392D25569701C088EFE7C7210B01A /* FlipperRSocketResponder.cpp */, + 992BD5FC7AF125FC198350E045910B0E /* FlipperRSocketResponder.h */, + 1313D91AE423FD57E13E8A04D59426D5 /* FlipperState.cpp */, + 6A4DA65B2D98F33C40CF2F6CA9F92A49 /* FlipperState.h */, + 67CAB87AE61AACC4942A014CBD2387BD /* FlipperStateUpdateListener.h */, + C398BC2F20943EFB090F570ACF8B2BC3 /* FlipperStep.cpp */, + 5C3DF36C9C5693CA3885178A485C0EA4 /* FlipperStep.h */, + 5AA778BF9A1C50FA6D862CEFC0D5388C /* Log.cpp */, + FC09B797AFBDA594749FFECCC24635D4 /* Log.h */, + 3F1D9CDAF99AE04D6DC34EDD0D3C8872 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/Flipper"; - sourceTree = ""; - }; - CB1426BBE58AD8DD291A501A8CAE6A45 /* EXAV */ = { - isa = PBXGroup; - children = ( - DD8E9087EBFF9118C17709AE8F71E33C /* EXAudioRecordingPermissionRequester.h */, - 41AB64A47B8F2D2A6A467A86BD3C74EE /* EXAudioRecordingPermissionRequester.m */, - 68CE6E014F981D76DB9758157B9CD372 /* EXAudioSessionManager.h */, - 637BC64FB28C61EC04879B869D5A969D /* EXAudioSessionManager.m */, - D24F350A9FE7F736522BDEA4560167E3 /* EXAV.h */, - F25EEDD5D20D387A39E40F61A66DF4A1 /* EXAV.m */, - 1CE2FCE6B1B56264A8BA16A67F1BB503 /* EXAVObject.h */, - BEDC928B5F9D27F2F3F7C3B650E3A560 /* EXAVPlayerData.h */, - 4A0DD3F2581090D91EC6D7B7CB7AB428 /* EXAVPlayerData.m */, - 8635A9781BF910939A2DCA0C36BD1087 /* Pod */, - 64ECF00E2EE1C616E5D67CD720648E27 /* Support Files */, - 8C82D7A40BAF613D7C7C4B1F6982EAB8 /* Video */, - ); - name = EXAV; - path = "../../node_modules/expo-av/ios"; - sourceTree = ""; - }; - CB5C41B8CD35FBC656094913C7E4D993 /* Support Files */ = { - isa = PBXGroup; - children = ( - 2131E930B05827D0BEB3A452733FF9D2 /* React-RCTVibration-dummy.m */, - 61A39B9BC927AE0D61AAE9E1C3821785 /* React-RCTVibration-prefix.pch */, - 238FF2E548A1263D3CCDDBF6722ACF6B /* React-RCTVibration.debug.xcconfig */, - A7FC5DB38C8B4F4A0473A367EDE42FB8 /* React-RCTVibration.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTVibration"; + name = Flipper; + path = Flipper; sourceTree = ""; }; CB67E07A2CADE7725F00A655EDA2D91C /* Pods-NotificationService */ = { @@ -18636,96 +19146,14 @@ path = "Target Support Files/Pods-NotificationService"; sourceTree = ""; }; - CB77EC3E07CBA25390C80EA3BC228E2D /* Support Files */ = { + CC4F8B86BAC875B25F2C4195C1AC1545 /* UMNativeModulesProxy */ = { isa = PBXGroup; children = ( - A1B335A5F74B96ADBD7075188EA9DE8B /* RNFastImage-dummy.m */, - CD8E088E03AEB4596176084D23C2244D /* RNFastImage-prefix.pch */, - EB5278520A55D3E9AF355C6594BF3807 /* RNFastImage.debug.xcconfig */, - 17FE851D39896F0F0313F462797FDF70 /* RNFastImage.release.xcconfig */, + C14CECD402B9C28C1034389791AF10D1 /* UMNativeModulesProxy.h */, + 76669C60209A2D4FCF269BB833B6772B /* UMNativeModulesProxy.m */, ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNFastImage"; - sourceTree = ""; - }; - CC10866697DF82A4478DA58315450F88 /* Pod */ = { - isa = PBXGroup; - children = ( - D32721C56914D9B5FAEFFD07EDB9EC2F /* LICENSE */, - 5288AE668B728E11A51EF0100AA9B561 /* react-native-cookies.podspec */, - ADACE7F16BE5E6B67E98D75D429C9DF8 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - CC712F672F8049B2D096931927783BFB /* Pod */ = { - isa = PBXGroup; - children = ( - 516E47D46D8DB4361CE60D4D302A9117 /* LICENSE.md */, - 496F277E94DD379112179057144D68BA /* README.md */, - AD82583A4AB564EA2E2061F990CAC289 /* RNDateTimePicker.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - CC8E5C33EAD731E94BDD85F519881A3B /* Protocols */ = { - isa = PBXGroup; - children = ( - C4732CB08D3E857BE4003AE03757879D /* UMAppLifecycleListener.h */, - 3BC75EB83410F61F891679C5A1EEC92B /* UMAppLifecycleService.h */, - 7FA8373B613CC943546E5163B46A0C76 /* UMEventEmitter.h */, - B73407F66F989511789838AACBA23456 /* UMEventEmitterService.h */, - E146136C4E252A95C73DA91545B74867 /* UMInternalModule.h */, - 4CB9CA33338970F92790998AFEDC8DED /* UMJavaScriptContextProvider.h */, - 0D268934706CCC22149CE14AE1E8A29D /* UMKernelService.h */, - FA13A2D4A94F280EAFA2DEF64820363D /* UMLogHandler.h */, - 7E38B262C55AC6E919AAE2C9B5CB90D4 /* UMModuleRegistryConsumer.h */, - 925BC00EDA9186EFC93BC29ED3A29ACA /* UMUIManager.h */, - 25B8867068B12D57D2F8AF3D76BDED2C /* UMUtilitiesInterface.h */, - ); - name = Protocols; - path = UMCore/Protocols; - sourceTree = ""; - }; - CC9109463BF1DD78291EB53504F26335 /* GoogleDataTransportCCTSupport */ = { - isa = PBXGroup; - children = ( - D6A48F69484956F7A8B89898B55CEE94 /* cct.nanopb.c */, - EC3F1C957F463966C2EE80E9BF451F4A /* cct.nanopb.h */, - 6F4B4BF550644983585CE0DC1638AF3E /* GDTCCTCompressionHelper.h */, - 46BE6CEB143A723C9D7CA6586C653051 /* GDTCCTCompressionHelper.m */, - 0208C1262FF9EC01141A889A81EA4068 /* GDTCCTNanopbHelpers.h */, - 8CB6E135ABB19B111012BCE2DFA624F6 /* GDTCCTNanopbHelpers.m */, - 7362C0F651E59C3E2CC681A68E9D2F92 /* GDTCCTPrioritizer.h */, - 79FEA3AE6C065C3EAB809F2FB262229F /* GDTCCTPrioritizer.m */, - E582CCDB36728049943566F4BEF75177 /* GDTCCTUploader.h */, - 4270E2E9768E1A0A111CC8E040FCA470 /* GDTCCTUploader.m */, - 52D4A8E9AD19C7C63CD031515DBD6591 /* GDTCOREvent+GDTCCTSupport.h */, - 123790C3CEE99514061BDDA37F75AC85 /* GDTCOREvent+GDTCCTSupport.m */, - E6D0D4FBEFDC17DC7A9C1D422650647F /* Support Files */, - ); - name = GoogleDataTransportCCTSupport; - path = GoogleDataTransportCCTSupport; - sourceTree = ""; - }; - CC9D7C71033F13535F8ADDCB0D9C268C /* EXSessionTasks */ = { - isa = PBXGroup; - children = ( - 9C0931F4E61302B55B5BE2783A96D7DD /* EXResumablesManager.h */, - 869835C53CE8AF05282F2B178687C170 /* EXResumablesManager.m */, - 0C68D43EE6DC87D41419B3949486C0CD /* EXSessionDownloadTaskDelegate.h */, - E0060D76216A3D5A06E82D7EDC67EFE9 /* EXSessionDownloadTaskDelegate.m */, - A559D7E8A8BBD08623139D81D40C716B /* EXSessionResumableDownloadTaskDelegate.h */, - 74D9A284837488E779E81F4E31AD63D3 /* EXSessionResumableDownloadTaskDelegate.m */, - C03B22E2C9BF30353CB5D303EDE50A41 /* EXSessionTaskDelegate.h */, - F5D0C6BD508ADCBE587B0035EB15EA8F /* EXSessionTaskDelegate.m */, - 672D574D85E1FE254F52EC7F60FF87FB /* EXSessionTaskDispatcher.h */, - 89B166DB86BA34E524D659775BAD54FD /* EXSessionTaskDispatcher.m */, - 72C8544DFD5C76AF97AE5C4A70076128 /* EXSessionUploadTaskDelegate.h */, - CE4F4307060F8201C93FFF866C06E314 /* EXSessionUploadTaskDelegate.m */, - ); - name = EXSessionTasks; - path = EXFileSystem/EXSessionTasks; + name = UMNativeModulesProxy; + path = UMReactNativeAdapter/UMNativeModulesProxy; sourceTree = ""; }; CCD73B21262C78BF0EF4A2DBD159CD45 /* Pods-RocketChatRN */ = { @@ -18745,49 +19173,61 @@ path = "Target Support Files/Pods-RocketChatRN"; sourceTree = ""; }; - CD853C7D360BDB7AAA6F9DFF250AA9D2 /* Support Files */ = { + CCE94BB4D16F1326DECFF36A38117499 /* Support Files */ = { isa = PBXGroup; children = ( - B8720D169B13B9257C04807FB9010015 /* FlipperKit.modulemap */, - 11FFC417E6AC2C6A0184D64E22004820 /* FlipperKit-dummy.m */, - 560827854D09AC398F0CAAD8F9C6C45D /* FlipperKit-prefix.pch */, - 99D960924878EC60E5CCA9869303885D /* FlipperKit-umbrella.h */, - 162DBCED0810FE1698E6FD7172097F92 /* FlipperKit.debug.xcconfig */, - C9B749DC5EB16D1C3374F2F38ACA4753 /* FlipperKit.release.xcconfig */, + 850F4C22D89650FC2FA270C103A9EA59 /* Firebase.debug.xcconfig */, + C74F1403727AB3EC02EA01887CFA5016 /* Firebase.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/FlipperKit"; + path = "../Target Support Files/Firebase"; sourceTree = ""; }; - CDD7419DE98E13F33470018E68F66D34 /* CppBridge */ = { + CE9C8078256FBC379DCB0086214267AA /* Support Files */ = { isa = PBXGroup; children = ( + 90AB8D66BBBC5C27AF3710F7120116B4 /* FBLazyVector.debug.xcconfig */, + 8C3E5DA9E58038D966DC82D54ACD1B88 /* FBLazyVector.release.xcconfig */, ); - name = CppBridge; + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/FBLazyVector"; sourceTree = ""; }; - CDF0BF08316B04C760B7EAA8663089DD /* UMSensorsInterface */ = { + CE9CA0658C79FC235368B6103F8BF5DD /* ReactNativeUiLib */ = { isa = PBXGroup; children = ( - CF67EE904F7E576215B614030FD6C228 /* UMAccelerometerInterface.h */, - 24EF74D955878FCEB90C5E1CF20E74F4 /* UMBarometerInterface.h */, - AFEB4C156B8398E23314EB5DCF18E7BF /* UMDeviceMotionInterface.h */, - C2E74DB9179352194A99B07A28BB9871 /* UMGyroscopeInterface.h */, - FFBB331ABEC00FB23793887C1158AE00 /* UMMagnetometerInterface.h */, - 6A758BC90D9EA7814687C060D349343A /* UMMagnetometerUncalibratedInterface.h */, - 9CD4E86EE74DF91C08A674BE94D7549F /* Pod */, - 05214BF254A1568FB326FBB0FE438BF0 /* Support Files */, + 9468301ED6891F38BF810FFF6EB84030 /* highlighterview */, + 336EAB720FA8DFB3CAE06D9CB5474FE7 /* keyboardinput */, + BA29760F6015CF747A42DC6B682AC07C /* keyboardtrackingview */, + 12747F79574210FF828DCB569E73BE23 /* Pod */, + 4F27E62EE41863BACA0933C81EA1936F /* safearea */, + 95E47C81CD0B3DEE05425891A2641A71 /* Support Files */, ); - name = UMSensorsInterface; - path = "../../node_modules/unimodules-sensors-interface/ios"; + name = ReactNativeUiLib; + path = "../../node_modules/react-native-ui-lib/lib"; sourceTree = ""; }; - CEFA5930D43501B1066AEBFE155B4BF4 /* Pod */ = { + CEA88E9D41FA560291B2C9B8F7083CD3 /* Flipper-PeerTalk */ = { isa = PBXGroup; children = ( - C128C1AE41068DFB62426FF064645B26 /* LICENSE */, - F389AD072C26D09B202AAE9ECB8A880F /* README.md */, - AFD57A47429C5BB03B2D1CDCFA6CAA6E /* RNLocalize.podspec */, + 847AFE3401DC323E712E61C2DF495686 /* Peertalk.h */, + 6AFCB154C55B9E2D70EBDE9BA4A7276A /* PTChannel.h */, + 21CDF60F536705E2EF3EF7F5052C5A83 /* PTChannel.m */, + C439799B8CBB8A2C3F90298EFD4A0C62 /* PTPrivate.h */, + 24527175F6A31B914998D72AF9A77136 /* PTProtocol.h */, + 4CED4A49F87BAEFFB40B3F4315F9E7C4 /* PTProtocol.m */, + D01435233BFD6B4032AA7A8061219C2F /* PTUSBHub.h */, + 0357CEE67B08C3797C91505B75E470C6 /* PTUSBHub.m */, + 1ACD07E359E5108535CAC5BE16ECF86C /* Support Files */, + ); + name = "Flipper-PeerTalk"; + path = "Flipper-PeerTalk"; + sourceTree = ""; + }; + CEC1003A8A7AA32D8377064DB3F1730B /* Pod */ = { + isa = PBXGroup; + children = ( + E8146FF37F42F33022C9B260D6CD3DA0 /* UMTaskManagerInterface.podspec */, ); name = Pod; sourceTree = ""; @@ -18796,301 +19236,196 @@ isa = PBXGroup; children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - FD3832534DD20FB2B0D7D2679AF800A2 /* Development Pods */, + 923D79E8AD03FCC42E331B8EB7ED83F1 /* Development Pods */, D89477F20FB1DE18A04690586D7808C4 /* Frameworks */, - 948D93DE80EC34AC65A434F9613C9292 /* Pods */, + A9DD666B873A0F1D8085C574530F8316 /* Pods */, 09EFD31C7765CFE07F12EBF336089B7A /* Products */, 00DC2F3F72E0C79A245879C10E7213AD /* Targets Support Files */, ); sourceTree = ""; }; - CF412B6697E7B8A3927B700FE14BEF2B /* Pod */ = { + CF289CB1F668D953B91345C9C70F6DA8 /* Support Files */ = { isa = PBXGroup; children = ( - 562E41E174ACC7AD4C61F3FA7055EBED /* React-RCTBlob.podspec */, + 7291020222CAA31DD8ADB5F9DABF8AF7 /* RNLocalize-dummy.m */, + 06AEDE15DF84ADD8291646C4FA7FAE64 /* RNLocalize-prefix.pch */, + B8167C71C27B6BA1C6172B06202E73CF /* RNLocalize.debug.xcconfig */, + B90183340DE90C1F415961089C6DAD38 /* RNLocalize.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNLocalize"; + sourceTree = ""; + }; + CFC52B3ABCDCF627AA92418305D7F3FA /* FirebaseAnalytics */ = { + isa = PBXGroup; + children = ( + 31B69FBEBF42401877656B063420CC9E /* Frameworks */, + C475A8231F834009346640DFF03E0628 /* Support Files */, + ); + name = FirebaseAnalytics; + path = FirebaseAnalytics; + sourceTree = ""; + }; + D0264BA836EDAED093875508E27E1B1D /* bugsnag-cocoa */ = { + isa = PBXGroup; + children = ( + 1204F13606F6284124ECCFF6D510ECC1 /* Source */, + ); + name = "bugsnag-cocoa"; + path = "bugsnag-cocoa"; + sourceTree = ""; + }; + D127BC9DDCADD0ADA79E2EB25D223631 /* Pod */ = { + isa = PBXGroup; + children = ( + 2F2710461ABDEAC782FB715902C10D17 /* LICENSE */, + 35E6F8E98D1958D1E2B3256809997612 /* README.md */, + F71C28782B82169F9EAC47E35134A898 /* rn-fetch-blob.podspec */, ); name = Pod; sourceTree = ""; }; - CF5F51A4FF638AB1A91DB3AB23084896 /* Pod */ = { + D27128FA63A3D80499F33ACA26238305 /* RCTRequired */ = { isa = PBXGroup; children = ( - B9FC7682878C3E979501EA8DD1B4346B /* UMFaceDetectorInterface.podspec */, + 84D87AE31DF1473D84DF3B268DFFC8B8 /* RCTRequired.h */, + BC4C4C9D695002AE277CC16F4F831BDA /* Pod */, + 58CE7EC3B4B343A1CE52168EFBA6E715 /* Support Files */, + ); + name = RCTRequired; + path = "../../node_modules/react-native/Libraries/RCTRequired"; + sourceTree = ""; + }; + D28FD9E838FB0A96165F177BDBEE9B11 /* react-native-appearance */ = { + isa = PBXGroup; + children = ( + 03077FEF0686D9678621F3F741946193 /* RNCAppearance.h */, + D1E518DB37E417DF84B16335B592D351 /* RNCAppearance.m */, + 96E091C1728A0B6070091502D5AA2B1E /* RNCAppearanceProvider.h */, + 05AE329640AE5C2CE47634EC6F9FC10B /* RNCAppearanceProvider.m */, + 8B4442858DFEF43F7CFCB6445A5AD2B0 /* RNCAppearanceProviderManager.h */, + DCF29684E2024E5FAC35B39BD55F9DDB /* RNCAppearanceProviderManager.m */, + 74DE3164E5C7057AC46ACB74F1F1F632 /* Pod */, + 6C22D39FB7AB9DA460A59FB280C02133 /* Support Files */, + ); + name = "react-native-appearance"; + path = "../../node_modules/react-native-appearance"; + sourceTree = ""; + }; + D2918C8A50CAC67DD6A8883ED4E69E74 /* Handlers */ = { + isa = PBXGroup; + children = ( + 4B70647CBF6F95430F40F6C3A3605239 /* RNFlingHandler.h */, + F00B312BA4F6AB4F7CC6AC3FA17A9F48 /* RNFlingHandler.m */, + 5F8E5F3740725BCB36489B4A92A84002 /* RNForceTouchHandler.h */, + 3444ACB861DEEF1B5A180544A66B06F6 /* RNForceTouchHandler.m */, + B07EDC607C04F533324AE739F243330A /* RNLongPressHandler.h */, + 1445E0B097068CB35C33467AAD6635D7 /* RNLongPressHandler.m */, + BFB82A854C66D4D0866B56B42A47C362 /* RNNativeViewHandler.h */, + D7EA07A39CB1A60CDB6A1252B6B5C39E /* RNNativeViewHandler.m */, + 75BFAAE24E258C08E424570C6E565C60 /* RNPanHandler.h */, + EA0ECB16A561D1D1905487C3526D15DE /* RNPanHandler.m */, + D75E0384F55F40E7262653165735DA7A /* RNPinchHandler.h */, + 08B57705AC00A05253CC6DD9FC10187D /* RNPinchHandler.m */, + 6316C5700EC43BB7BF0757E67FB8C053 /* RNRotationHandler.h */, + 02685F68FD6C5940C2217560FBB9B787 /* RNRotationHandler.m */, + 28C3D5F1440D6F8FA2C8C586500A0F5F /* RNTapHandler.h */, + 458A1600C5523F4145E315BF88A7D792 /* RNTapHandler.m */, + ); + name = Handlers; + path = ios/Handlers; + sourceTree = ""; + }; + D2C23997DC80E92D87B271B161EB4CD4 /* Support Files */ = { + isa = PBXGroup; + children = ( + 5BF20AEE9629FF57E3DBA1374DF5158B /* FirebaseCore-dummy.m */, + 7FF8DD1DCDA181E030C480AED8B9ED86 /* FirebaseCore.debug.xcconfig */, + C88779A2E8E6676EA613CDA842052D05 /* FirebaseCore.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FirebaseCore"; + sourceTree = ""; + }; + D33F1F37D222E95E6675B8E71A9FB22F /* Pod */ = { + isa = PBXGroup; + children = ( + 9517A2E0022C27D6CB0653AF42F19A1E /* EXKeepAwake.podspec */, ); name = Pod; sourceTree = ""; }; - D045221DC76C8CB0AAD1382C04346435 /* Support Files */ = { + D5834B1F3AD7CD8A27B9646A1E332117 /* SafeAreaView */ = { isa = PBXGroup; children = ( - 5645D2F2827622AEC516FFD5BA0C5F77 /* react-native-restart-dummy.m */, - 5BB09561C78CD9CF7D36A89384AA2215 /* react-native-restart-prefix.pch */, - 2737B1616653B5FAE24C9BB6FDC97CE8 /* react-native-restart.debug.xcconfig */, - 5B03E7BCC11B49302C38AA6FCE6F36C0 /* react-native-restart.release.xcconfig */, + A628150B372D467E729BD213941AB9BE /* RCTSafeAreaShadowView.h */, + 2B3AB399CD5F1F88D1F9412FD173C159 /* RCTSafeAreaShadowView.m */, + 4A1A8E70B255D9488BD6855B126EA26F /* RCTSafeAreaView.h */, + 00492756D17892490D21FC944FA2C961 /* RCTSafeAreaView.m */, + 24D132FCA4B2DB6650217068FC501B15 /* RCTSafeAreaViewLocalData.h */, + BF20C4A8DC5AE9E7EE845AE5CDE38B7A /* RCTSafeAreaViewLocalData.m */, + FC91D6F8CB893E971FBC284C3C45CB73 /* RCTSafeAreaViewManager.h */, + 3D5BDFFB8DA9E0C8D0F0DF040BE9DA96 /* RCTSafeAreaViewManager.m */, ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/react-native-restart"; + name = SafeAreaView; + path = SafeAreaView; sourceTree = ""; }; - D0483A9068595D116E37146363CFAD9B /* Support Files */ = { + D60C9890639305A2B182B38DBC8BFF08 /* Pod */ = { isa = PBXGroup; children = ( - DCD73B06A7F104FEA844FDEBDAC3EB13 /* DoubleConversion-dummy.m */, - 994765CC41EFF6A7524D74A1D75A580F /* DoubleConversion-prefix.pch */, - 8B623F5A7FA619317DDFC08CAA139B9A /* DoubleConversion.debug.xcconfig */, - 76F978A2E5030EFE1541FA01FF49F781 /* DoubleConversion.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/DoubleConversion"; - sourceTree = ""; - }; - D052A44C94B17111824B83298B5EA56A /* Support Files */ = { - isa = PBXGroup; - children = ( - C11F2A5139FBF16924203EA00ACF06A0 /* RNRootView-dummy.m */, - 08494FD840C7A96C7FFBD844718EB38F /* RNRootView-prefix.pch */, - 53248059723BB144925AA882AC93CBAF /* RNRootView.debug.xcconfig */, - 603A2FBBA95F6BB3ACD5F291D1295AEF /* RNRootView.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNRootView"; - sourceTree = ""; - }; - D0B522D5CC2E5A31525F8136F3634260 /* React-RCTSettings */ = { - isa = PBXGroup; - children = ( - 6EFDB7D8774D22D830151ABDEF06E821 /* RCTSettingsManager.mm */, - 6F3EAA3996AE07438613862605B404C5 /* RCTSettingsPlugins.mm */, - 65B992F75255BAA0DE86BDA83E27B740 /* Pod */, - C19A78BCE1234DB4E27817403ABC356D /* Support Files */, - ); - name = "React-RCTSettings"; - path = "../../node_modules/react-native/Libraries/Settings"; - sourceTree = ""; - }; - D0BBB65B9EF16081EC04EB77523FB74B /* react-native-mmkv-storage */ = { - isa = PBXGroup; - children = ( - 6989FB11BE7CAF73030C32023D01FF2C /* IDStore.h */, - 0D2A0E8AF88F217FA0DCCA4AA44D569B /* IDStore.m */, - 914AA61C67EE91A176E654DE10492783 /* MMKVStorage.h */, - D6CF4CB9C850B6373288CB0E66A1837A /* MMKVStorage.m */, - 0DF87DD4509640BF933823BD98E5245B /* SecureStorage.h */, - FD5137D5EAAD62541045AA7136B78979 /* SecureStorage.m */, - DE57F840C991849921A1E926A2490EF7 /* StorageGetters.h */, - 0E0E74087C8E93DFAD7DCB3E95091A2A /* StorageGetters.m */, - 7DB95B089E4E7262F68BD07CC1D516CF /* StorageIndexer.h */, - C48AE43DA4B4569A8FFAED7113479B68 /* StorageIndexer.m */, - 6119A1233411DE72C541B3AD832EAB89 /* StorageSetters.h */, - 069CBCBAFF982144A9E3AE6183BD424E /* StorageSetters.m */, - 29F594BCAD2B04FD41A5571053F76E54 /* Pod */, - 837D0002773E5146B1A97551BC22D19E /* Support Files */, - ); - name = "react-native-mmkv-storage"; - path = "../../node_modules/react-native-mmkv-storage"; - sourceTree = ""; - }; - D0C955C37631B40F325ED297FC1DF822 /* Pod */ = { - isa = PBXGroup; - children = ( - 62E1C2D1AB055CFC59731A35952ED88B /* README.md */, - 8FA67F0E112CF377C2BC4CBF44C5A6DD /* RNCMaskedView.podspec */, + 2536F35ACD20A17C94316B87FCBF3BA9 /* UMCore.podspec */, ); name = Pod; sourceTree = ""; }; - D21740B254B82B98066C4F45A2613E57 /* Pod */ = { + D63CD102A66927918037E8AE142D683F /* Services */ = { isa = PBXGroup; children = ( - 4FC2C3F6D652173390F5A62DAC46007A /* LICENSE.md */, - 9D758EF252AFB83924CE1F1E259E6482 /* react-native-document-picker.podspec */, - 510F8F9F48FD7711389424D570444C49 /* README.md */, + 68EE7B0B34F9B644E75733097D393A9B /* UMLogManager.h */, + 8BA3B522EB35FCD031C5ED3DEBD47378 /* UMLogManager.m */, ); - name = Pod; + name = Services; + path = UMCore/Services; sourceTree = ""; }; - D23F0105F364D0842118E3645B2A7C72 /* Support Files */ = { + D79EF11883D81B2F208BC8E3DE92174A /* Support Files */ = { isa = PBXGroup; children = ( - 94DD4CB0F7BF9B5DE5E31B29F8210979 /* RNConfigReader-dummy.m */, - FCC77AEB6AE9F1CEB33153D3C7B7964D /* RNConfigReader-prefix.pch */, - F72342109AF41029A685F8B41C1B7465 /* RNConfigReader.debug.xcconfig */, - 5208383FF02589231FCF665B66E0EB45 /* RNConfigReader.release.xcconfig */, + A7449EFA06E66253E4E9BE3C02F42FD1 /* RNReanimated-dummy.m */, + 7C5CFD617EFAC0677C432A234ADE7A83 /* RNReanimated-prefix.pch */, + 1C63F1BB3F8B3C3704F432C3FC5C90AC /* RNReanimated.debug.xcconfig */, + 49F5C778CBAEE035E54C82340ADF74C3 /* RNReanimated.release.xcconfig */, ); name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNConfigReader"; + path = "../../ios/Pods/Target Support Files/RNReanimated"; sourceTree = ""; }; - D2D336FBD6C5B0AFA43D950114B1E05D /* Support Files */ = { + D870F120581B9666D1273ADF803BB0C3 /* ReactCommon */ = { isa = PBXGroup; children = ( - 514B694E70468B2B4F2B8D71A2AA0CC6 /* Yoga.modulemap */, - 1719EAF1B00009ADFCABA82E48B52731 /* Yoga-dummy.m */, - 5305C8CF34CE8550D906C4B5C1BA0334 /* Yoga-prefix.pch */, - 7458D149A39F65BBC4C758216928AACA /* Yoga-umbrella.h */, - 4B30808907EF604624BF4D0E9E6B5635 /* Yoga.debug.xcconfig */, - 38065DD6BA8D1AB41088E54F37AA27EE /* Yoga.release.xcconfig */, + 24DC9B3772DA265FAB09383A6552BB7E /* Support Files */, + 39F547734BCF1C645EA084E1749AA77B /* turbomodule */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/Yoga"; + name = ReactCommon; + path = "../../node_modules/react-native/ReactCommon"; sourceTree = ""; }; - D2FD999A84F1409A835CE1AC2F72BE07 /* Support Files */ = { + D87CA8B7ED80B5282C591ABCB48FC1A1 /* Network */ = { isa = PBXGroup; children = ( - D8E2E5D006DA218EA5BC40549802B3B4 /* React-RCTImage-dummy.m */, - A80C3A4DC266094C7957475C28C17E1F /* React-RCTImage-prefix.pch */, - 7AC83A671F9806C7378838DE175A67AD /* React-RCTImage.debug.xcconfig */, - 8699A719D53CD3CBC17C5A2AFDE79A48 /* React-RCTImage.release.xcconfig */, + B8E0EE1ADF1D2D463DE5287D12C8B8C5 /* GULMutableDictionary.h */, + 3447BCA313DD125901B04D7A3FD9D60F /* GULMutableDictionary.m */, + 9DCB36702717DC7365C410E8BB1E8ACF /* GULNetwork.h */, + 4CF9A9E7DD178D05A0CA23DF6914AC6F /* GULNetwork.m */, + 75C42928321D836F303996EE268BD902 /* GULNetworkConstants.h */, + 081A8C765C0DA10C5FA8C3D7B8127150 /* GULNetworkConstants.m */, + 799E6CA0A3DBC71F0BD2768B99BA52A1 /* GULNetworkLoggerProtocol.h */, + E7000AE245DB0E60B42C7D9B685C73EF /* GULNetworkMessageCode.h */, + DD8FE51DBA71D2B51C3D7E084D74ADCF /* GULNetworkURLSession.h */, + AFCBBAC79C3D937E6B4E5EF43A0AA5D3 /* GULNetworkURLSession.m */, ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-RCTImage"; - sourceTree = ""; - }; - D34BDBBBAA941ED3DC9FB76FB8D8745F /* Pod */ = { - isa = PBXGroup; - children = ( - A3AA53450DB21CE0917AA418679A264C /* React-RCTAnimation.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - D385A9709A4A8939B6324FCCAFF0D3C2 /* Drivers */ = { - isa = PBXGroup; - children = ( - B2AB7E9002D181A72AAB1C4D7B42D355 /* RCTDecayAnimation.m */, - 030FB85A760428320E144F032D8DDEE4 /* RCTEventAnimation.m */, - 8A963742BFCD1064DA05F3B4AC3227AA /* RCTFrameAnimation.m */, - D2D5358717063A33C1583D8AB57C5D1F /* RCTSpringAnimation.m */, - ); - name = Drivers; - path = Drivers; - sourceTree = ""; - }; - D3D760B8E953D32ACF3D1B65C66E9867 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3DD093A77893B07598CDE702A82CA5B9 /* RNDateTimePicker-dummy.m */, - 357624EA6FA97D5EFC358BD532C77D5E /* RNDateTimePicker-prefix.pch */, - 123AC976A8B8091B136081B9192688AF /* RNDateTimePicker.debug.xcconfig */, - AE7591AFDC5AC88B1941CD080623BE32 /* RNDateTimePicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/RNDateTimePicker"; - sourceTree = ""; - }; - D4D1A3C99B811BAD8C2E6015F6AEB4B1 /* Reporting */ = { - isa = PBXGroup; - children = ( - 49E6A2466E71147B895CAF95E3BD5A59 /* Filters */, - ); - name = Reporting; - path = Reporting; - sourceTree = ""; - }; - D5489C1C7394C3B8C6C23766A7CA0DFD /* EXImageLoader */ = { - isa = PBXGroup; - children = ( - BA6B85A6F5EA96C56ABB181C798B2A6A /* EXImageLoader.h */, - 93F8305901DEFB9DFC37ED228C0AC192 /* EXImageLoader.m */, - A87E3E18D75BCF84AB9070CE0CB97735 /* Pod */, - C0F797C2915DFFF962A8B2016B5CE597 /* Support Files */, - ); - name = EXImageLoader; - path = "../../node_modules/expo-image-loader/ios"; - sourceTree = ""; - }; - D672D91A38CD39233BB4D9E66651CFA7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 0CF7CE2A1D41C0082F369F6B6F01D61A /* CocoaAsyncSocket-dummy.m */, - 361211191AE267936AA0CF4D7B8F061F /* CocoaAsyncSocket-prefix.pch */, - 8025C62546350DE794AD1999C1D387EB /* CocoaAsyncSocket.debug.xcconfig */, - D6A67E591F2B394A2AE6163936620AC6 /* CocoaAsyncSocket.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/CocoaAsyncSocket"; - sourceTree = ""; - }; - D718D3C82B9D988776110F57D51C198F /* Support Files */ = { - isa = PBXGroup; - children = ( - 62B95AC88B6DC0CBCD4D79E1D35FE8C7 /* React.debug.xcconfig */, - BFBD6AF07A05D415C4A1FF5C04FA82D3 /* React.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/React"; - sourceTree = ""; - }; - D74A870E046221DDD5925CE5CF632EA1 /* lib */ = { - isa = PBXGroup; - children = ( - 1EAAA6ED67306919874D27660DC95F6E /* Aes.h */, - 46BDD5BAF9937B407985A5E960BBC3CE /* Aes.m */, - 001FA170DF13E68BB8D1594AA66EFB15 /* Hmac.h */, - 12FA5B046D6468C8B16FD3406D0A48DF /* Hmac.m */, - 6C3238FEF27EFD898CDBC8AF78E114B7 /* Pbkdf2.h */, - 6AFE332223BCF3A650CDFAB36BCB6B45 /* Pbkdf2.m */, - D262DF89A9D96FA3C18F0FB127EDBF2B /* Rsa.h */, - B1F41BDC4FE0605FB9322FC7886A8984 /* Rsa.m */, - F8716CA062FBB3C87A1AC17180BB3850 /* RsaFormatter.h */, - 0C61ED89CF1A2A977DE8C65432FCFEE8 /* RsaFormatter.m */, - F532BE048BF42A3B08E5A44FC05F6E02 /* Sha.h */, - 841CADF5FA4E9421E09B9A05742FDC2E /* Sha.m */, - 050CB502308A92E6727ACFACBBE55769 /* Shared.h */, - 4BC871D2B5DF1A1DBC040C5D14C1AFB8 /* Shared.m */, - ); - name = lib; - path = ios/RCTCrypto/lib; - sourceTree = ""; - }; - D7A21597C673F4DDA78D616CE60858F5 /* CocoaLibEvent */ = { - isa = PBXGroup; - children = ( - C27C13CB81C42E4D20605B82C71A1946 /* buffer.h */, - FF32EC91613D9A4439E587D23B7DDFF1 /* buffer_compat.h */, - 15D0260EE1B8533622BECB0C3360B551 /* bufferevent.h */, - 570F5E5549F51B4AB7B827E62F4A6B4E /* bufferevent_compat.h */, - B86F2DC764F7D585C7B9627394243756 /* bufferevent_ssl.h */, - FD6B774BE8D6193E12F9737B153EF5D5 /* bufferevent_struct.h */, - 6C1D58A01F59395486C2DD8FF386A8B9 /* dns.h */, - 4AA4146DDD9937F56AEEFB736E60CD17 /* dns_compat.h */, - EBEDDEE0A000DF95D2871869ED4F117E /* dns_struct.h */, - 58F4AA7197E9F31E4C505403D99F5A53 /* evdns.h */, - 43EDA9C3F02705CFBB403C3BBCAA0CE7 /* event.h */, - E0A8B33255909C2EE0C60D891568E67C /* event.h */, - 03443580AA593293DEA50ACC10E6C737 /* event-config.h */, - 3BBBC0465C7FFAD1AC6D648A3735EBBE /* event_compat.h */, - 963287400AD42FDA7C8A87DFF8B483E6 /* event_struct.h */, - 3E470ACF9346155FC0C5431A6FC0C5E4 /* evhttp.h */, - 25181EB968F2F2D68664880111240A98 /* evrpc.h */, - 13262084E4CB66FDC9A45121A9A61830 /* evutil.h */, - 19174F22086180613BFC2468AF7BD01D /* http.h */, - C62BA5A2139EC7412D6795BCC1DB5246 /* http_compat.h */, - 2F354DC7AEB03208EA1EBCF28AEA1919 /* http_struct.h */, - 5E9B22A83F7AB8F008AEA5BDB2240A10 /* keyvalq_struct.h */, - ACD1B6A1B5B50A6B1B5806295797CD16 /* listener.h */, - 6F8151351E02E66B31FBCA895774DAF3 /* rpc.h */, - 6A70376F32F68498C9DC71663FD7BE08 /* rpc_compat.h */, - 816238013F5C48D2E21B6320CE4276D0 /* rpc_struct.h */, - 557FBDB6DE955249BDC3F8CD22AB2E90 /* tag.h */, - F0E554C8CB1FD339A83771A3BB0E6D27 /* tag_compat.h */, - 13B69BD98A2CCFB4D6ABFE2176766233 /* thread.h */, - 0D646D5B404330B9081FDA80B25C338D /* util.h */, - 87EF4257C993D3D72FA2BB189A46C4E1 /* visibility.h */, - D8BF1B45D2EE0BA1543DC66D970B2FB9 /* Frameworks */, - 8BC15D0B31EF3A56F8A006DA93C7BD5C /* Support Files */, - ); - name = CocoaLibEvent; - path = CocoaLibEvent; - sourceTree = ""; - }; - D83AB07E0806E9DEDE3E9AE659FBF6A1 /* Pod */ = { - isa = PBXGroup; - children = ( - D6CF8D35A6150A0314EFFC9F5F1CBA1E /* React-jsinspector.podspec */, - ); - name = Pod; + name = Network; sourceTree = ""; }; D89477F20FB1DE18A04690586D7808C4 /* Frameworks */ = { @@ -19100,1397 +19435,1141 @@ name = Frameworks; sourceTree = ""; }; - D8BF1B45D2EE0BA1543DC66D970B2FB9 /* Frameworks */ = { + D8BEF0F486EF652D3DBC3E180EF118C5 /* Pod */ = { isa = PBXGroup; children = ( - 54A6210D47288C18238F15E7ECB154F0 /* libevent.a */, - AA60A932B782F148307A278A014E476B /* libevent_core.a */, - A66019B182703D4971508B68853E05EC /* libevent_extra.a */, - E74F16DD847484946F43C2A05E8E5851 /* libevent_pthreads.a */, - ); - name = Frameworks; - sourceTree = ""; - }; - D9064CF7770A146A8D4C6038EE35ACF2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 5938B228143ED4DA4FD428855F6DDD12 /* RNReanimated-dummy.m */, - 7EF37E411D94143C84FD8C3EC98D3F0E /* RNReanimated-prefix.pch */, - 27A23A067206358ECAED836F10FDB34A /* RNReanimated.debug.xcconfig */, - 66FB32B4E4192BCFAE23AECA1263176B /* RNReanimated.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNReanimated"; - sourceTree = ""; - }; - D91990D7D4ABF9A814BB472487C38723 /* Support Files */ = { - isa = PBXGroup; - children = ( - EB0306837EABB0C5BDC7980F312850F9 /* React-callinvoker.debug.xcconfig */, - 7A20F86B8E10A034B4CB4971E57170A7 /* React-callinvoker.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-callinvoker"; - sourceTree = ""; - }; - D9518E740A9AFC3E7B387BCA5FF9537F /* EXVideoThumbnails */ = { - isa = PBXGroup; - children = ( - 8517646712591CE34B00C12DB03C1503 /* EXVideoThumbnailsModule.h */, - 73700850B5680EDA2F4B3BA299F77837 /* EXVideoThumbnailsModule.m */, - EB1753AA770300614BDB88C5497B87C3 /* Pod */, - EAAD018AB9FEA5F62B29E202D74EAD36 /* Support Files */, - ); - name = EXVideoThumbnails; - path = "../../node_modules/expo-video-thumbnails/ios"; - sourceTree = ""; - }; - D969194F67410F66A74BF92C2EFBC116 /* RCTAnimationHeaders */ = { - isa = PBXGroup; - children = ( - 8FF8F78FE9C33B13573137D165C878CC /* RCTAnimationPlugins.h */, - 845BA2B2C9D54D1DEF1B7D4650AD2E8B /* RCTAnimationUtils.h */, - 49613C98A83512BDA2AB4C10D961694E /* RCTNativeAnimatedModule.h */, - 2CAA50C80CDFE88A0B286702BCFC0FFA /* RCTNativeAnimatedNodesManager.h */, - 221F4C4F7FC2B0D78CC3142235B0A663 /* Drivers */, - DFF3E23E6C923DB5AC5CC23CE99FA0A5 /* Nodes */, - ); - name = RCTAnimationHeaders; - sourceTree = ""; - }; - D998A876F9FB24F623EA15E886B1F465 /* Pod */ = { - isa = PBXGroup; - children = ( - 6CF56DF7C209BA122DA2825E980F59D9 /* EXAppleAuthentication.podspec */, + F657DF2DC76A57B95E480623AF30637A /* React-jsinspector.podspec */, ); name = Pod; sourceTree = ""; }; - D9C1AE0320D8C7FBCCC5FF577ABBB2D6 /* Support Files */ = { + D92D00A301DE6629D0C96D8506F7BE9A /* FirebaseInstallations */ = { isa = PBXGroup; children = ( - 7322FB4748BED82D906B44EC8CC69C0F /* RNVectorIcons-dummy.m */, - F689C7FBAC8C38626421BCB2318AE127 /* RNVectorIcons-prefix.pch */, - ED31E6141B375F718928103F05B9BD9D /* RNVectorIcons.debug.xcconfig */, - 9C953E3B47941FBAEC34CE32B63763C8 /* RNVectorIcons.release.xcconfig */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/RNVectorIcons"; - sourceTree = ""; - }; - D9F5D6D4DB0CECBD9F98AC72E70F7C66 /* GoogleDataTransport */ = { - isa = PBXGroup; - children = ( - 6B13640C5079101AC2E0BA803E70B0CC /* GDTCORAssert.h */, - 54EE91F8F2BA9D1F16A45D296F1E2641 /* GDTCORAssert.m */, - 32F755B76A08B53F7B6115413681DEDF /* GDTCORClock.h */, - 0472651E83963940ACB29AC09FE2A27E /* GDTCORClock.m */, - C7E68DFB098E05B5083D27873C51F77B /* GDTCORConsoleLogger.h */, - 1DFA8AA9CE5409243939FFE7B806C3C1 /* GDTCORConsoleLogger.m */, - 1A155E7312943F5EA835EFA845855054 /* GDTCORDataFuture.h */, - 86064732620175BC8ABEAE6734C023EB /* GDTCORDataFuture.m */, - B8C952FEE49A89E0524D8878E48B2F09 /* GDTCOREvent.h */, - 1F37423673E68C578CF60E8D55F5ABD6 /* GDTCOREvent.m */, - 2D59E09471639ACA6921C836EF1D7D12 /* GDTCOREvent_Private.h */, - E98A141034D4516424C286ECB546B587 /* GDTCOREventDataObject.h */, - 22836F671553C36336BF616E97181535 /* GDTCOREventTransformer.h */, - 222F50719395F74C57A04870C831E0B5 /* GDTCORFlatFileStorage.h */, - 9B26BAD5E9DF5956F8DC7E1020ED36BB /* GDTCORFlatFileStorage.m */, - D6DF20CDE8039E6B18D46FE2D4B62045 /* GDTCORLifecycle.h */, - CDB3825F1721678BF5F20A99877CB83A /* GDTCORLifecycle.m */, - 9D99613FD75415E5BE51BEE256E615D8 /* GDTCORPlatform.h */, - 0FDFF5EA774E9FE582A1820D4D5F9E67 /* GDTCORPlatform.m */, - 4AAC3CC67133882C1EBEC37F585C906E /* GDTCORPrioritizer.h */, - 4EE216B6F1A9B44AD306B335EEE1CC0E /* GDTCORReachability.h */, - D4E65A68D9E73F6691A0A0272122B830 /* GDTCORReachability.m */, - 11687B767A6B2B36A3599579D9C07EB8 /* GDTCORReachability_Private.h */, - 14DB251B42C0E97C18F544A21C934182 /* GDTCORRegistrar.h */, - 655FCD5852E7143EE775CBFDAF2F1E01 /* GDTCORRegistrar.m */, - A1E25DA4ACAEC3ECEC0263E9071D468E /* GDTCORRegistrar_Private.h */, - 69A8C8B1A058EE633744824AAF7603BE /* GDTCORStorageProtocol.h */, - A5DDD5242E6A5DE2EFD9BD82CF65D214 /* GDTCORTargets.h */, - 7F02E003C3213E40996D3A941CD13975 /* GDTCORTransformer.h */, - 6DFBE845ECD29283F6E9474719D56D53 /* GDTCORTransformer.m */, - 3995B98BE9068C7CFEEE8C570E61CA2C /* GDTCORTransformer_Private.h */, - 937BC2AE364170D58CA60EA57D7D431D /* GDTCORTransport.h */, - 627A18407690EB4C2FF8EE995D8837F4 /* GDTCORTransport.m */, - 1ACB56C3D108B55A7034A49FC00A5447 /* GDTCORTransport_Private.h */, - 0EC461D5AF3304EFD28ECF31A24469B2 /* GDTCORUploadCoordinator.h */, - 5CADBD5154F6AC038CC54E6430B9E344 /* GDTCORUploadCoordinator.m */, - B145337BEB744D3E67B1DB7573075BD9 /* GDTCORUploader.h */, - 1CD582F03A6BBE9B38B168E02EEE3632 /* GDTCORUploadPackage.h */, - CD721D86BF525BA8EF007556A9525C8F /* GDTCORUploadPackage.m */, - 1CB8525E5681B72C1B291C5C6A6ECFAA /* GDTCORUploadPackage_Private.h */, - 9F6F325AF9742AF2F70D1FB237B156D8 /* GoogleDataTransport.h */, - 35DD752B8735516009527CC410EDE3D4 /* Support Files */, - ); - name = GoogleDataTransport; - path = GoogleDataTransport; - sourceTree = ""; - }; - DA4AE5FADD5A92B579DF273F9D0BDE66 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6DB0E9BA205B5A5E504270657EAE579C /* UMFileSystemInterface.debug.xcconfig */, - 0069084C980E0CCA18F5ECC6B7609743 /* UMFileSystemInterface.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMFileSystemInterface"; - sourceTree = ""; - }; - DA89589B49517E5EA82A6B02E5CD7F9E /* EXWebBrowser */ = { - isa = PBXGroup; - children = ( - 11D18D573ED5E29CE0D35EA8D277EE17 /* EXWebBrowser.h */, - 8625A6EA360138C0E763AA171ED3145E /* EXWebBrowser.m */, - 577BD2801EC231B9FE4EEAABBB32BEA0 /* Pod */, - 83BB77630DE86A2602A81D603CD78455 /* Support Files */, - ); - name = EXWebBrowser; - path = "../../node_modules/expo-web-browser/ios"; - sourceTree = ""; - }; - DAF8AC0DE938023F1EFD6E64580027E3 /* react-native-orientation-locker */ = { - isa = PBXGroup; - children = ( - BE1DD4983C9A55580BECB9C6C3D697D8 /* Orientation.h */, - C7A22544738DFC64CDE627985E8FB1D3 /* Orientation.m */, - B1EDEB11F2BCDFC406A1486262EE8734 /* Pod */, - 8469A5A18BCCDA7C3B6D5F82913D242B /* Support Files */, - ); - name = "react-native-orientation-locker"; - path = "../../node_modules/react-native-orientation-locker"; - sourceTree = ""; - }; - DBF1E5EAD520DB0E36E51BFCA2CB8C1B /* webp */ = { - isa = PBXGroup; - children = ( - A04AD591327010A2B45B50AC8C48C5D1 /* alpha_dec.c */, - B7A3D7B0E1F5B17720330FDA22B4031C /* alpha_enc.c */, - C9859FC26F437C5CBE678E84B178B18E /* alpha_processing.c */, - E1A7E40AA022BD1464802238BFE5423E /* alpha_processing_mips_dsp_r2.c */, - 3A0990452C7AA0A9759339D96F602F67 /* alpha_processing_neon.c */, - 528F6C3B745BC7B765F8E1F83197A174 /* alpha_processing_sse2.c */, - B7A8F1F5B8450F43ECCCB5BCAE82A274 /* alpha_processing_sse41.c */, - 446F7F668CCE97311FDE605E45A5F2CA /* alphai_dec.h */, - 678A5EE970E2A05D48901942913304FF /* analysis_enc.c */, - 2117993050F0B63A5D41EE1E276EDEFE /* backward_references_cost_enc.c */, - 4C90446AF5BD442BCEE150984507FC99 /* backward_references_enc.c */, - A75DB5A46303F55658CA03B1272C0D64 /* backward_references_enc.h */, - CB6A6E0CC757D98258B97D0754D9685D /* bit_reader_inl_utils.h */, - 77D8A925F3FBFA907320A9EC1746EB74 /* bit_reader_utils.c */, - AEE0D37D87DDBA51CA0980B144F79ECE /* bit_reader_utils.h */, - D026B8C0963AD13D03A76A7022B0230D /* bit_writer_utils.c */, - E8B8B1537B985ED7A016105823046D0F /* bit_writer_utils.h */, - EE14482CD4D40E1A9818C0A9497774BA /* buffer_dec.c */, - ADF315CA80764FB9BE423F76BFD9EE4B /* color_cache_utils.c */, - 6E04B81D091F6A6515A7E6AA1B67F2E3 /* color_cache_utils.h */, - 8A53713322A8BF470E035A0203300397 /* common_dec.h */, - 22E4204550B634414B690630B8E2F9D7 /* common_sse2.h */, - 4B0479DBD2E13D73232DA1B57D9BCE6D /* common_sse41.h */, - 92B722657589F5566C6B11031FDB7B70 /* config_enc.c */, - AF6941167ABCAF26E5DC26C4F7C4797B /* cost.c */, - 649621CDD8B2AC43956D2950EC665A74 /* cost_enc.c */, - 827F1F8DD98D3E9BE35BA0BEB46CE111 /* cost_enc.h */, - 8523EE79F41EDE592596F74CE14CF507 /* cost_mips32.c */, - E28C94BF4B70BF87E59403448D584A18 /* cost_mips_dsp_r2.c */, - 730AE03FEBFAF1896766926C4A1C8FF2 /* cost_neon.c */, - C640BFCBBFCF5E6612863655D87CB747 /* cost_sse2.c */, - 4626E1428B471EB8DA688BA67C77A308 /* cpu.c */, - 8BB5F21767FC982EA5F2FF6D2967B206 /* dec.c */, - 2A1C77AE4C42C95A362029FBC7DA5FC3 /* dec_clip_tables.c */, - 4F4D3C4B793E5DD83B28106FD0A27A04 /* dec_mips32.c */, - 9FB370BEDB462F2BB5A0F5030140DDA2 /* dec_mips_dsp_r2.c */, - A1FA8AE11DA53465C1DACF44072D1FDD /* dec_msa.c */, - 680545BB289248C7E56EFEF9827D1993 /* dec_neon.c */, - 1D035ED7C9FB8F678E6089CA3D461AF5 /* dec_sse2.c */, - 14CC2B71CA628003CEE9AE65B17D969B /* dec_sse41.c */, - 28CFB4AFCCF9286358B328C476BEECEE /* decode.h */, - 4AE3969FFD2585AF55D6A58DE026826B /* dsp.h */, - 8D6C86229C4FA3A5B82E69723FC2BB55 /* enc.c */, - 4BDD939FAB9730A3544F42A4D5CAB819 /* enc_mips32.c */, - 3CAD22E44532C9E97C27D575C947219B /* enc_mips_dsp_r2.c */, - 19D28AB09EA8E14CB120E0B4C5C41AA1 /* enc_msa.c */, - 2612419C53A9FF5653A96DEBF2FE33B9 /* enc_neon.c */, - B2C2707CF2FBD23027C6F88A7A395AF1 /* enc_sse2.c */, - 29B14CC1B59C4EF6B5DEC5F2C3EDA0E3 /* enc_sse41.c */, - 6A9BEFCACC50E9FB20D07EF409A20213 /* encode.h */, - 4236DBE36AF5F5313D39D1993AAE41D3 /* endian_inl_utils.h */, - 16EC75885D2A7AB1F853013AE1230AF9 /* filter_enc.c */, - 012F3F1056BE071FFEED0817F533614D /* filters.c */, - E823D455F4D4955B7D116CFE0EB53A60 /* filters_mips_dsp_r2.c */, - 00FD92E0C6FF75F860F3D5FFBE71F46E /* filters_msa.c */, - AAA9E0336C4B1A2557ABDCC671F32A94 /* filters_neon.c */, - EFE7F2ECD935275993DBDDF4DCD9F771 /* filters_sse2.c */, - AFD6DD9555D196B8364C78E9D7805562 /* filters_utils.c */, - BE427ABA26B789B1746BCEA07C8D1471 /* filters_utils.h */, - 11E7F9A01B3DFE838D50A0160F8948B3 /* format_constants.h */, - 8B879949FB8D825A48AB0208DB0B26A0 /* frame_dec.c */, - F1B876CC1C59A37017020E3703D0E923 /* frame_enc.c */, - BFA5D0E04256A2623961839422E2883C /* histogram_enc.c */, - 7A0A2A913145A5623A003F4B16A20E10 /* histogram_enc.h */, - C9DA8C3BFB14474AE490B2E2FFF6CF63 /* huffman_encode_utils.c */, - 4ACAF4AE6ECAE5D6EEF48CEA69352E17 /* huffman_encode_utils.h */, - 2DAB92658AE023C106F88F7B86ECAF4E /* huffman_utils.c */, - D822023F78CD21F16A1934CDAF9A958D /* huffman_utils.h */, - 484AD8E2CE81CAE964B7C48A70021156 /* idec_dec.c */, - B3C6E1E6489A4D30FDC12095E499869D /* io_dec.c */, - EDBDFC8181207F79A37448D7BFE0E63E /* iterator_enc.c */, - 84385D97903B32D4216D20C625331809 /* lossless.c */, - 5A0CDE2AEED677758E7E12F6EB9F9BA2 /* lossless.h */, - DD90FECF5AB4C3610B480EBD6125B70B /* lossless_common.h */, - 2FCC3390E2E3D454A04AE0EDC37107CC /* lossless_enc.c */, - AFBE6356E290550895EE66A4C77B11D9 /* lossless_enc_mips32.c */, - 461295E86F61CC0D0546869E26164DD1 /* lossless_enc_mips_dsp_r2.c */, - 346F18D9330B2BE83B2F08F01DAD1D27 /* lossless_enc_msa.c */, - 473BD675FB827D56C355BFEEB2EF73D1 /* lossless_enc_neon.c */, - 7B1FF40CF494F6EA4DEDA5B56A6CA260 /* lossless_enc_sse2.c */, - 1011442DB9CB48444E24B21F67065B83 /* lossless_enc_sse41.c */, - 97142130E51C3690391B2EE97822BB5E /* lossless_mips_dsp_r2.c */, - E893F8E0A15BC7F8258900D43D7BC36A /* lossless_msa.c */, - 1164AE29746066AB06AD0B6B7C738952 /* lossless_neon.c */, - 12E527AF19B07E4B99EDCB4498EB0962 /* lossless_sse2.c */, - 6445E163A412E217B84C3EDC0618872D /* mips_macro.h */, - CD64061370DA85AB1F0CF46C36360A1A /* msa_macro.h */, - 267D4D724AA2AFFD37B3C7AD5E13C806 /* mux_types.h */, - A337730CA12247FB99BD394C44B00131 /* near_lossless_enc.c */, - 72626F10841FC9DD7DE4E55E19B62269 /* neon.h */, - E24B0DEC7D0148EA7E1399B3F1C8134D /* picture_csp_enc.c */, - AC4DE915962DB94C3661E5550AFD9990 /* picture_enc.c */, - 8B6C6B3824F55E7E822837590B78554B /* picture_psnr_enc.c */, - 0507420243D730CE1A403A4D95EB2038 /* picture_rescale_enc.c */, - 793AB7EC72B440545DA1CCAB1310E59A /* picture_tools_enc.c */, - 3B024BE322988A0EB517DFF9F453F562 /* predictor_enc.c */, - B1CF515E6A4482DAEFF5F09F41A50087 /* quant.h */, - E9BAFD26E01C16024BF42003FAB4BABA /* quant_dec.c */, - A5FDE2697B25758380272051C14E4BE4 /* quant_enc.c */, - 282038B4B4D0ABE5139B46E9B61C0C12 /* quant_levels_dec_utils.c */, - 0D3E430A83D7ECAC641C7DF437926DE2 /* quant_levels_dec_utils.h */, - E728F4CCA88AB869AC300D61002371D0 /* quant_levels_utils.c */, - C03DC3C7A1DE0BF1EFB615AFB651FC84 /* quant_levels_utils.h */, - AF7CF5D9021D7B21058BA2A90CB9595D /* random_utils.c */, - CD2857EF5CC83AC5E0E2A33F311A94D3 /* random_utils.h */, - 5878A348B854C5CB6C0A05E8962216C1 /* rescaler.c */, - 7F7893687EE01BB5F5E797BCDB6354EE /* rescaler_mips32.c */, - CECF38FECC89681301AAB85895C5AD4A /* rescaler_mips_dsp_r2.c */, - 4EC1C11BCB79F99CE17972BCCED94B85 /* rescaler_msa.c */, - 781E0DC6D433B96BE5FE0F71C335D461 /* rescaler_neon.c */, - 06B3EF543B57FC1CE21614FEC0AB4908 /* rescaler_sse2.c */, - 2CCE540970A5C632EBC1383793B467BD /* rescaler_utils.c */, - 1D21D5E5EAD993852C11AB79ACC0C5AB /* rescaler_utils.h */, - 1F07FF75443CB39B24E1C87B5145BCBD /* ssim.c */, - 8B52CF3660A8F88E71A79683A5C5757D /* ssim_sse2.c */, - BB316E97B75F77AEC2A83F74515EA2FC /* syntax_enc.c */, - FF7AD24111EE22D935A8E080D4958792 /* thread_utils.c */, - 5543164160A64CC6216EAFF22F6DC78B /* thread_utils.h */, - 92FEB6CB53204D888288C762DE71F6B7 /* token_enc.c */, - F820AC80EAD4492617D9099E10BBA9EF /* tree_dec.c */, - 48522D2BC13F679631C05A3790F478CF /* tree_enc.c */, - 0800ED0246335ABD19B4572AC48F94AC /* types.h */, - 0FCBDE0276C934A80135FB36435D4216 /* upsampling.c */, - 348618F86A3BC0E0ED145EB58B57C911 /* upsampling_mips_dsp_r2.c */, - CBCE5ED21940F734197290AAB94D44B1 /* upsampling_msa.c */, - CADF18BE13B247025118BC282599B62B /* upsampling_neon.c */, - 076D53A66DD6448CF310C6DB5EFEDC8D /* upsampling_sse2.c */, - E63389BC1AD87E25EE619C0A8D384B2B /* upsampling_sse41.c */, - 17815C0A4D6C993F15FEFD9E83CCD7E2 /* utils.c */, - 69C2E6B8C5009894F44A6D18480CC303 /* utils.h */, - 8C68DE6DC0097B455F5AF47DE37D115B /* vp8_dec.c */, - 0126D8DB3623C7F1A241B4A32C36570B /* vp8_dec.h */, - 315FFC4C7F00BF4F358001D27C54EDED /* vp8i_dec.h */, - 792F179A08B90F1063340F0C3766AD4B /* vp8i_enc.h */, - 83F188FAAA5FAAE9058693CE0B875B13 /* vp8l_dec.c */, - E05C60D9622477BBF48403343918719F /* vp8l_enc.c */, - 42310569F675D87AB92C3C96988464A3 /* vp8li_dec.h */, - F0088B729E346956EA2ED0473A363AA0 /* vp8li_enc.h */, - 59A02DCBE4B4AA4965876F31AB12B74B /* webp_dec.c */, - 9FBF29E5F5416FCB4340174041488073 /* webp_enc.c */, - BA41F8EC55D171430C9616B5FE324A55 /* webpi_dec.h */, - 055CE69610CA194469E7C652826233F0 /* yuv.c */, - F358F084AC4150FBB7C49769DDDCC51A /* yuv.h */, - EAD95952AC29D5E6D2C3466CCB361792 /* yuv_mips32.c */, - E340A9DD36D4E374DBF059EBEE7E60AC /* yuv_mips_dsp_r2.c */, - 96B2FFEE5FF5725E511A634EFE5E639A /* yuv_neon.c */, - E1E35383563668B3BF9B8B9FD380DB5C /* yuv_sse2.c */, - 9AE14983CA197FFEC07327B55C62171E /* yuv_sse41.c */, - ); - name = webp; - sourceTree = ""; - }; - DBF402BAE4591D800EA4703E245040EF /* Support Files */ = { - isa = PBXGroup; - children = ( - C7044B3A02E901E4DD0314AC6AAB9B78 /* React-Core-dummy.m */, - 46229BE449240A6F4DBE0CA23D7AD2F9 /* React-Core-prefix.pch */, - 7FC02EB65635CB0D1829239772F9F6E4 /* React-Core.debug.xcconfig */, - AE4F7991FB77694492BB68155FC5395D /* React-Core.release.xcconfig */, - 461C21371344EC0B83630A982D521817 /* ResourceBundle-AccessibilityResources-React-Core-Info.plist */, - ); - name = "Support Files"; - path = "../../ios/Pods/Target Support Files/React-Core"; - sourceTree = ""; - }; - DCF12B53486E8C92C8AD4864048A6FCD /* Logger */ = { - isa = PBXGroup; - children = ( - 1BDEDC8C1377E8B97CDED5F63D3CBB7C /* GULLogger.h */, - 5D66719D23382535D423505292018152 /* GULLogger.m */, - BE8ECAA294EE7A5AEC34384A2F6CBD09 /* GULLoggerLevel.h */, - ); - name = Logger; - sourceTree = ""; - }; - DD0475AE0ECFA031CFABB63D92FCD104 /* FBReactNativeSpec */ = { - isa = PBXGroup; - children = ( - 48A44C478B7183CB4CA8B3BBBD53769F /* FBReactNativeSpec.h */, - B5A862FF02B4AC85417B9C17A16E6FF8 /* FBReactNativeSpec-generated.mm */, - 35255572C46EAA50455765F1D0EBC16B /* Pod */, - BD795772CEBC72AE082E8F5547022575 /* Support Files */, - ); - name = FBReactNativeSpec; - path = "../../node_modules/react-native/Libraries/FBReactNativeSpec"; - sourceTree = ""; - }; - DD07CC2C9A2203996B784E1AB3902034 /* RNFetchBlob */ = { - isa = PBXGroup; - children = ( - D78D0B52620F4151C26332DEEAE2F63B /* RNFetchBlob.h */, - 4397EFD2DCFCBFAC1DA12F6CF35A9572 /* RNFetchBlob.m */, - ); - name = RNFetchBlob; - path = ios/RNFetchBlob; - sourceTree = ""; - }; - DD5C98956D2CDE17EA8A02C36A5E05DE /* RawText */ = { - isa = PBXGroup; - children = ( - 10051B8DC3F338C3C853B4DD1C04F8A9 /* RCTRawTextShadowView.m */, - E5040D40C11ED2478A1FAC35BD03FD15 /* RCTRawTextViewManager.m */, - ); - name = RawText; - path = RawText; - sourceTree = ""; - }; - DDA563E05D5252B5A3C63CC4C71B7435 /* vendor */ = { - isa = PBXGroup; - children = ( - A928FDBF5B1BA341CED94AD4912D74AC /* bugsnag-cocoa */, - ); - name = vendor; - path = cocoa/vendor; - sourceTree = ""; - }; - DE105EF1FA29EEAAE437E7B450E4166D /* event */ = { - isa = PBXGroup; - children = ( - 28E08380D9CB688066595AF78CE8E161 /* event.cpp */, - A060CB88EE771A676218CF33DB59EC5B /* event.h */, - ); - name = event; - path = yoga/event; - sourceTree = ""; - }; - DF4AC5DFDB865D97D9B2403E7280DDD8 /* UMModuleRegistry */ = { - isa = PBXGroup; - children = ( - CD65FAF1AE145DBC7FDA17DDA6210811 /* UMModuleRegistry.h */, - DC0CE347608B9F052E25767003E63660 /* UMModuleRegistry.m */, - 6A2CCF02D20541FA93D85EB098F4E73D /* UMModuleRegistryDelegate.h */, - ); - name = UMModuleRegistry; - path = UMCore/UMModuleRegistry; - sourceTree = ""; - }; - DF5B22283BBA7F695B332544D6C7A45E /* FirebaseInstallations */ = { - isa = PBXGroup; - children = ( - 06008C4131E8EDCE1A8DA616D077DE04 /* FIRAppInternal.h */, - E118898F5B88046EE17A33C89C0D4710 /* FIRComponent.h */, - 6E773EE2EF4ED2854C2F079BF229AC5F /* FIRComponentContainer.h */, - 5C03549EBE115187A34696FCE960C61D /* FIRComponentType.h */, - D04F9489E55939BD1716BC4269EA6AF3 /* FIRCoreDiagnosticsConnector.h */, - 26BD65DF0793EEC43501BDFEE40A1890 /* FIRDependency.h */, - 6FBD5FC107F20073962E3777FA187F38 /* FirebaseCoreInternal.h */, - 5C98F42DE8E89A39542F8AD8EDE1EF76 /* FirebaseInstallations.h */, - 0DA62DA3120614AB8D618E049754F290 /* FirebaseInstallationsInternal.h */, - E741B46EF69F366C2EB286A2A112063C /* FIRErrorCode.h */, - E49209481295A090051012C7CE238F28 /* FIRErrors.h */, - 9DC33A87F87C8CF4CCE5565A9567E7BA /* FIRHeartbeatInfo.h */, - 15012454A99EC52B3A690BA393DC9F1E /* FIRInstallations.h */, - 9DA8CDAACA8760EC5FFAFEE8497B56FA /* FIRInstallations.m */, - 8544D8BBA15964CCFBE085F858F8B29B /* FIRInstallationsAPIService.h */, - 7271C07F318A61EFFA578DA456E8B07E /* FIRInstallationsAPIService.m */, - 07069DB340596523BA0DA865DCFC0A2E /* FIRInstallationsAuthTokenResult.h */, - 8B1693E2B18D1009CF35186ACD6F2626 /* FIRInstallationsAuthTokenResult.m */, - C6B25206C0031EED56859229CC716DDD /* FIRInstallationsAuthTokenResultInternal.h */, - F08EFC60E153CED85E3B9D12A186E358 /* FIRInstallationsErrors.h */, - 08836A686AAED177499BDBDE318F72A2 /* FIRInstallationsErrorUtil.h */, - 241280FBA9CE703A301A49F7AEA11D74 /* FIRInstallationsErrorUtil.m */, - 22A5B3CC7014CAB27BFC5704CD1A459B /* FIRInstallationsHTTPError.h */, - ABF6BE39C43690F4090AF8677CE63D98 /* FIRInstallationsHTTPError.m */, - C6A5189AD6A7197BB7851FE0FB19F1EB /* FIRInstallationsIDController.h */, - 18D295F2A2428B767F420AC24FA381ED /* FIRInstallationsIDController.m */, - BF52FF970F297F2A1500DE1DFCE1AD58 /* FIRInstallationsIIDStore.h */, - 76EF929C01F40E010FE6EA4F4F399446 /* FIRInstallationsIIDStore.m */, - A8763EFD4C58AC8639E1FEB7D780C51B /* FIRInstallationsIIDTokenStore.h */, - 42A1C327D1B8BA3B9FE1E55A3AF16E56 /* FIRInstallationsIIDTokenStore.m */, - 848332FC9FA961386F0A77E23E0E612F /* FIRInstallationsItem.h */, - 1BE4B70B499818ED7429894CA7DBD2A5 /* FIRInstallationsItem.m */, - 2165C8ED8D2600DC9FF690A5013C6EE0 /* FIRInstallationsItem+RegisterInstallationAPI.h */, - 8A851070B358CE1DF1475C4B1B6CCFEB /* FIRInstallationsItem+RegisterInstallationAPI.m */, - 511986319505D90E8643F0D0F4F15CCE /* FIRInstallationsLogger.h */, - 401670E554D7F2F4720B13CF20348C0F /* FIRInstallationsLogger.m */, - 2D3FE85136F6B2475A3674B1BFAB2CCC /* FIRInstallationsSingleOperationPromiseCache.h */, - 60B9417BD9D42B2EA8E184765B8478D9 /* FIRInstallationsSingleOperationPromiseCache.m */, - 34335357119D81923767520B9618F973 /* FIRInstallationsStatus.h */, - 53D6B54E7938CFEC34F60D1563460E37 /* FIRInstallationsStore.h */, - 9309966292E26688D5D73E8140FF6E1A /* FIRInstallationsStore.m */, - F84A4F55CB5E13C3A495195212D5E721 /* FIRInstallationsStoredAuthToken.h */, - 919F904FFFB23CCF729F6445FEA37B41 /* FIRInstallationsStoredAuthToken.m */, - E01E6024B5BB686FB0AE30D4E5260CD5 /* FIRInstallationsStoredItem.h */, - FBE4E65366EE4C9ADF1DDFD20F7C51DE /* FIRInstallationsStoredItem.m */, - 5B3541B39915843B39D68744B908C1E5 /* FIRInstallationsVersion.h */, - 252282ACA011B3968DA6CB402E2E6849 /* FIRInstallationsVersion.m */, - 4CE8AED8F4C6814D54CF68A0BA075968 /* FIRLibrary.h */, - 234D77305299294BBF26955864E82DF8 /* FIRLogger.h */, - C1C3F46EF477ABFA1C89C30171E5F1B5 /* FIROptionsInternal.h */, - 4D2868D10C592955B4A8DD5E06884A2B /* GULAppEnvironmentUtil.h */, - D299EBB5DEBFA359115CF6AC7634082A /* GULHeartbeatDateStorage.h */, - 942B3A993ADEC6F3870283EB4775AC47 /* GULKeychainStorage.h */, - 1A17E1FF44146B12475F6AADAE896DAB /* GULKeychainUtils.h */, - 2A3935854AAB25E5E5F6E53915BBEC08 /* GULSecureCoding.h */, - 706B49417104A68C964EA8678F006EE4 /* GULUserDefaults.h */, - 23B173388D866BBA9FB298EB24CD88A6 /* Support Files */, + 455B5702E493E1ADACD4621A4BDFFCC7 /* FIRAppInternal.h */, + BC7E48F69E87B647894582346A4CBA45 /* FIRComponent.h */, + 2CC9F137A0DD4D3D385C5631CD6348E8 /* FIRComponentContainer.h */, + 8A9CCAE35584F6CE18642AC5956A83C4 /* FIRComponentType.h */, + 61341C96A15BAD59AC95E8378ADDDA1D /* FIRCoreDiagnosticsConnector.h */, + E2AEBDE2BFA6F4BD26C6F1EF52DAB040 /* FIRDependency.h */, + F04AC3BC7422F37BE3379AC4B5772E21 /* FirebaseCoreInternal.h */, + 3EBF339D81D1D4A6DBA7F532E24B125F /* FirebaseInstallations.h */, + 0DD8DC42F0FFFC96C873E1C2A8A0A759 /* FirebaseInstallationsInternal.h */, + C9EC10A99DB5313772B178E755AD50C3 /* FIRErrorCode.h */, + 38B69FFBB1BF11494CE3EB2B48623F78 /* FIRErrors.h */, + 2412740D8B5C699F1DA6D7FF2E5B0326 /* FIRHeartbeatInfo.h */, + 815DB4AECA76A60B88FCD84CCC5F1706 /* FIRInstallations.h */, + 292D917D1E5BD18FF76CCBA142913329 /* FIRInstallations.m */, + 9962BFC91082B39B9517318ED95ECFFC /* FIRInstallationsAPIService.h */, + 3E11D330985329B8B6D0E6A5B3B37419 /* FIRInstallationsAPIService.m */, + D510D181906E33263BC3D2B8DC0A6FD0 /* FIRInstallationsAuthTokenResult.h */, + 2F563CC4948AD230BB1285F545B6227B /* FIRInstallationsAuthTokenResult.m */, + F780E07458725370847BBBBE826CC2C6 /* FIRInstallationsAuthTokenResultInternal.h */, + 4A8322E323B0AB12E9B919C998ED3B01 /* FIRInstallationsErrors.h */, + 6EC92D96BA4130E646EE570999BE56EC /* FIRInstallationsErrorUtil.h */, + F75A5D5238E86595CED89365021A2AC0 /* FIRInstallationsErrorUtil.m */, + 71DDBA22A54A2202A50E664AA0487711 /* FIRInstallationsHTTPError.h */, + BD524A23A00372445FD8C168B40E19B0 /* FIRInstallationsHTTPError.m */, + F1BE313E0178B44A61CCEEAE13A6C717 /* FIRInstallationsIDController.h */, + 47336F7580D86E7261B14E41058A4EC9 /* FIRInstallationsIDController.m */, + B944022F17462C5C4419A415C78FC0EB /* FIRInstallationsIIDStore.h */, + 6EF150234A75B08D1602D5F5CD063E4F /* FIRInstallationsIIDStore.m */, + 5791CBE9F30DE44EE14C14D96556BB35 /* FIRInstallationsIIDTokenStore.h */, + A204F3EC30348CBC8DD4956D7DC86DA6 /* FIRInstallationsIIDTokenStore.m */, + 2F8E0FB6F25809863C5872F6BB18C5AF /* FIRInstallationsItem.h */, + D7A414991BA9E3E0E7CC5BEF0BC96119 /* FIRInstallationsItem.m */, + C3B844EB0490A9915296690E4A218976 /* FIRInstallationsItem+RegisterInstallationAPI.h */, + 82AA0C8CCE52C88692C267C9AED694C3 /* FIRInstallationsItem+RegisterInstallationAPI.m */, + 2CEED376EB5C578A21754FB1C2DD8A2E /* FIRInstallationsLogger.h */, + A4959246A8B3A173B7782707FF64DADD /* FIRInstallationsLogger.m */, + 50C7620F94EE080AA893EF337D271C70 /* FIRInstallationsSingleOperationPromiseCache.h */, + 97DFB4A27CD0E547DA4548C135FBCA5F /* FIRInstallationsSingleOperationPromiseCache.m */, + 949FCAA1C40C1CAD7736386449E3DE02 /* FIRInstallationsStatus.h */, + 288175A123085F117C9E489403509505 /* FIRInstallationsStore.h */, + BA33A3FE36DC46AB873D1BEAF8F3D1CB /* FIRInstallationsStore.m */, + 4FF83F1EFF96ACCA38944ADB20A1D894 /* FIRInstallationsStoredAuthToken.h */, + 6BA90A091B790BE2A8079782D7A08882 /* FIRInstallationsStoredAuthToken.m */, + 1C1B54031058F3D5F70B8E814CCE8BB5 /* FIRInstallationsStoredItem.h */, + 57491249F8D1EE485BC9974427425C2B /* FIRInstallationsStoredItem.m */, + 3B5FEB9BBC34C38471BFC0C565F5147F /* FIRInstallationsVersion.h */, + 1FBDCBE256DB8F18B862E08A24C6F2D4 /* FIRInstallationsVersion.m */, + B9A091BD7D5A323180FF20D4D4B49FAF /* FIRLibrary.h */, + CA185B0518F3029C5EBE8A4AC9E85EAD /* FIRLogger.h */, + 251399F4F19CF72905E528830E3DAAB1 /* FIROptionsInternal.h */, + 7E525D8DEC88F2B11187D0F7AAD7A70A /* GULAppEnvironmentUtil.h */, + D62DD51668862D6A2333CAE56192CB2F /* GULHeartbeatDateStorage.h */, + 25F23965428B577A58CF06457B67BB02 /* GULKeychainStorage.h */, + 58E7F83D446EF1D0F268AE62F514548E /* GULKeychainUtils.h */, + D113EDAE5ADAD3544EE9FA72674D4244 /* GULSecureCoding.h */, + A7D50C0F9C2629952795B7D1D5B9EC5D /* GULUserDefaults.h */, + 7B1D10D79102B9225EDAFE4D285E1407 /* Support Files */, ); name = FirebaseInstallations; path = FirebaseInstallations; sourceTree = ""; }; - DFAF6F729AA12E26F3A128CF76CDC740 /* SafeAreaView */ = { + D9610CCB9C172B400F83B8B886F7E1B7 /* Pod */ = { isa = PBXGroup; children = ( - 71743637E177945328B5188B04A91650 /* RCTSafeAreaShadowView.h */, - 2B6296435CE6258DE20223268BAE8D0E /* RCTSafeAreaShadowView.m */, - 554465EB67BB451C9809E6DD04A5386F /* RCTSafeAreaView.h */, - D8316CED77461B255467FF6E59C9D25A /* RCTSafeAreaView.m */, - 01210A86DAC9FD816100417B221DC384 /* RCTSafeAreaViewLocalData.h */, - 5AABC0F0F380EA656D74B0E3E4D5ED8F /* RCTSafeAreaViewLocalData.m */, - F221D78D69C31147787EAE8C93461996 /* RCTSafeAreaViewManager.h */, - 77F1F0E0C0DAB0CDEB4270C6F12439D6 /* RCTSafeAreaViewManager.m */, - ); - name = SafeAreaView; - path = SafeAreaView; - sourceTree = ""; - }; - DFF3E23E6C923DB5AC5CC23CE99FA0A5 /* Nodes */ = { - isa = PBXGroup; - children = ( - E0AE8F2F109D492DA7731D5AFE7E6552 /* RCTAdditionAnimatedNode.h */, - B1E7949F9631E23A59691616C816C35A /* RCTAnimatedNode.h */, - 4D37A09D142BCDCD729D0524E7FCE962 /* RCTDiffClampAnimatedNode.h */, - C6D390EAE405762C56C3C680620901B9 /* RCTDivisionAnimatedNode.h */, - 28AF399E228FE9E1F251B4289F40440E /* RCTInterpolationAnimatedNode.h */, - 75BED721274B00E811B7667A0DC1877F /* RCTModuloAnimatedNode.h */, - 139ACDF84EAA4946B78C99931E1704C8 /* RCTMultiplicationAnimatedNode.h */, - 0DC6FD0D689E79E2042C9DC05C102398 /* RCTPropsAnimatedNode.h */, - 439280FAB3D1CAD3B77DAA1A068FDAEA /* RCTStyleAnimatedNode.h */, - 2C81BED255FFB3C92850D93059BDE731 /* RCTSubtractionAnimatedNode.h */, - 9AE0EBEF695D6F94F2602A99400E7813 /* RCTTrackingAnimatedNode.h */, - 008807A59B9DA1174EA44F9AC96DA0FD /* RCTTransformAnimatedNode.h */, - 0AECA95A98A64EAA6AECCA5DF758BCEB /* RCTValueAnimatedNode.h */, - ); - name = Nodes; - path = Libraries/NativeAnimation/Nodes; - sourceTree = ""; - }; - E0B26FB420C5ECD4304FDB06E72FAF03 /* Pod */ = { - isa = PBXGroup; - children = ( - C667B78961D68B6EA8B9E409313D4212 /* React-jsiexecutor.podspec */, + 481134D4F87608D656A45092F1CF1B7A /* React.podspec */, ); name = Pod; sourceTree = ""; }; - E0CC8749E040F3E83DE6A9229D29CFCD /* React-RCTText */ = { + D9967AE008016AD4CE1BC1CFEB8AEA7F /* Pod */ = { isa = PBXGroup; children = ( - D52C0CB13C91C4C473461F07292EB9F5 /* RCTConvert+Text.m */, - 14FFCA88D1378649E5DD28CBBD8846C4 /* RCTTextAttributes.m */, - 75D016E9FB3505E8A4F90C448B3E077D /* BaseText */, - 951E2930728490DBD03BBBF1DBE1E83A /* Pod */, - DD5C98956D2CDE17EA8A02C36A5E05DE /* RawText */, - 2B9CE841874EB20E7D95002AD4C81BD9 /* Support Files */, - E5A7BF345873AAE239D5A4C63FF8E5C5 /* Text */, - 804B922D84D98B1F618EAD09D914C965 /* TextInput */, - B6DCDA86038F0C1B0D49B5FC4A2D4589 /* VirtualText */, - ); - name = "React-RCTText"; - path = "../../node_modules/react-native/Libraries/Text"; - sourceTree = ""; - }; - E0E5A2289A3A6E60FD33D7D5A8C8FF5E /* Default */ = { - isa = PBXGroup; - children = ( - 6BFC9A79DC8ADEC399FD6BFCE2013B69 /* Base */, - 02450DA273EC659EC1B7140693CC6D9F /* CxxBridge */, - 88030B3F094080882F93BBA4B50E1AFB /* CxxModule */, - 05728FAC52DC97A6C13CCBEE239928FA /* CxxUtils */, - E4C4F8F8F51815A9D43DAEFA63574E6B /* Modules */, - E4DD1F92DE910713A07072DDCA2F391E /* Profiler */, - AC196F7B37D92E918228BD3DB8A91E52 /* UIUtils */, - C6C16F9929B17E320307BBC85218029F /* Views */, - ); - name = Default; - sourceTree = ""; - }; - E19B1DA332D60FD41DF57AC955621989 /* Pod */ = { - isa = PBXGroup; - children = ( - 611F72B442C997A8F3F72028A35EF346 /* LICENCE */, - ED6B13860820D05D6457FA8B7C1CF77A /* react-native-cameraroll.podspec */, - 8F7A9453B7DD4B0873F07BDB18BFD62D /* README.md */, + 691C9C602EF28BE33B0DABF11CFF403A /* EXImageLoader.podspec */, ); name = Pod; sourceTree = ""; }; - E1BAE1989F728BE8AFF89D2F2DD14A28 /* Support Files */ = { + D9A8B2533C2F92772E9AF0E382559706 /* internal */ = { isa = PBXGroup; children = ( - 3EDA4EF65F18F86C7D5625C1154D9C6F /* UMAppLoader-dummy.m */, - 457F3682714A4E77230007CCA1B433D2 /* UMAppLoader-prefix.pch */, - 530A23CB8E2D80F2CE0FBD6FEA4EE2E0 /* UMAppLoader.debug.xcconfig */, - D5EFB2472F75A30AA020C47D175A2BD0 /* UMAppLoader.release.xcconfig */, + 524E7CC021A6E1CFAA8846BB14DB9DF7 /* experiments.cpp */, + 274DD63F7B00F4B33499901FD6A1C5CE /* experiments.h */, + 24A284BCC4BBB7EBBC56F959F74558E6 /* experiments-inl.h */, + ); + name = internal; + path = yoga/internal; + sourceTree = ""; + }; + DAE711117E4F33A0F43D5568EF1627B5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 0FE76A5A15D1BAEFCBA2112B7F52633C /* MMKVCore-dummy.m */, + 2DDDF5C2CC19423D74352A73A11A5B55 /* MMKVCore-prefix.pch */, + 2AF33C91A990BF6287432F0FDE89720F /* MMKVCore.debug.xcconfig */, + 4E4EE11798B94DD9E5692E3D041A1693 /* MMKVCore.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/UMAppLoader"; + path = "../Target Support Files/MMKVCore"; sourceTree = ""; }; - E1EEA7EE4BC180C875ED951474B19006 /* UMBarCodeScannerInterface */ = { + DC0232D7D040CC699646172B1F99EF67 /* RCTSettingsHeaders */ = { isa = PBXGroup; children = ( - 23877B0C4C989EB1B1C407B1385E448A /* UMBarCodeScannerInterface.h */, - 6673069D9211CB2BB9B2E107CCF3895F /* UMBarCodeScannerProviderInterface.h */, - 10245C4D374F47785BFA9A947A86DE3E /* Pod */, - 5E0DC71D1DF97644D619E2B310811823 /* Support Files */, + F9390BDC6C889005CAF04C4ED51897D3 /* RCTSettingsManager.h */, + CC6644A06779E4724591F25384CDA916 /* RCTSettingsPlugins.h */, ); - name = UMBarCodeScannerInterface; - path = "../../node_modules/unimodules-barcode-scanner-interface/ios"; + name = RCTSettingsHeaders; sourceTree = ""; }; - E23B25635EEE3970D50650131FE9D006 /* MethodSwizzler */ = { + DC8558DF865531778107073B1FEAF200 /* UIUtils */ = { isa = PBXGroup; children = ( - 9F28BFD5CC72DE72A1D1FC7A9566FAC5 /* GULOriginalIMPConvenienceMacros.h */, - E3FCF139E0664FED4AD0C2BD61C7284B /* GULSwizzler.h */, - 47FAEDBB31CEBEB7631439376553A0D6 /* GULSwizzler.m */, + 5A9117E5161E91DE6D9FB7096AF981CF /* RCTUIUtils.h */, + E1CC8A576BA97332FF194D348891F2FC /* RCTUIUtils.m */, ); - name = MethodSwizzler; + name = UIUtils; + path = React/UIUtils; sourceTree = ""; }; - E3D76ABDD60969ECC887535C41E2ADF3 /* RNDeviceInfo */ = { + DD873F91AF56E5F9723FA10B761538D5 /* Support Files */ = { isa = PBXGroup; children = ( - 17718F521FD919137D730191DC3B26AE /* DeviceUID.h */, - AB4019B670FC295D5575397DF8399E60 /* DeviceUID.m */, - 146CFADC14E5F9C3A0909B66334F3AE9 /* RNDeviceInfo.h */, - E7F926C66165575E3D321E95DF3455C5 /* RNDeviceInfo.m */, - B822CB1EBDF36DF01F3DA96E663F857A /* Pod */, - 7C8871458DB49F88066303FEC7191A33 /* Support Files */, + 6C652D7493EF7A264B11D482404A8996 /* react-native-simple-crypto.modulemap */, + D5FC2B5CE3AF4B5D632AF91F4BF19FF7 /* react-native-simple-crypto-dummy.m */, + C1AD57D41D0AB9291B801F147FDFA4F7 /* react-native-simple-crypto-prefix.pch */, + 54C0586723B76D6A5ED2D586437A44B6 /* react-native-simple-crypto-umbrella.h */, + 211D33C94A463E5D8FA2991A40D05941 /* react-native-simple-crypto.debug.xcconfig */, + 2EA5C92E336234BB166F02380D0164D2 /* react-native-simple-crypto.release.xcconfig */, ); - name = RNDeviceInfo; - path = "../../node_modules/react-native-device-info"; + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-simple-crypto"; sourceTree = ""; }; - E461324E60ACF7B8444DBB0EE23D8640 /* Pod */ = { + DE2C9B56525CE9BF13A230E55EC04C42 /* TextInput */ = { isa = PBXGroup; children = ( - 74D06C825E18CCFB5405698548DD5F5F /* React-RCTImage.podspec */, + 08917AE47DD0A964713A4DCB0CD85E2D /* RCTBackedTextInputDelegate.h */, + 503E67DAE1DFF0C92FC7712F09ECD834 /* RCTBackedTextInputDelegateAdapter.h */, + 4E69FB63AE9470E269AB70135F80FD92 /* RCTBackedTextInputViewProtocol.h */, + AB2C6A80EA8462922FD92811EC336399 /* RCTBaseTextInputShadowView.h */, + C8534DDD59E347F6FA74D3B55D21E997 /* RCTBaseTextInputView.h */, + 5968DA24D6D3F1772EB1706FF3C1D40A /* RCTBaseTextInputViewManager.h */, + 9DF3A9F87229EC0C9127EF2614674785 /* RCTInputAccessoryShadowView.h */, + 32BD8CA986C2EDD131A6664A797558DB /* RCTInputAccessoryView.h */, + 298D78B7BBD6828CF55DF97F89AD73DD /* RCTInputAccessoryViewContent.h */, + 496883CA368B15F42142494FBB165AD2 /* RCTInputAccessoryViewManager.h */, + 9BACA24472AB96FACF4551B128F8C249 /* RCTTextSelection.h */, + E9521AC3AB3E5E0AAC7AF98C42A79E5B /* Multiline */, + 72B481E6658DEE51B218EB9C65000799 /* Singleline */, + ); + name = TextInput; + path = Libraries/Text/TextInput; + sourceTree = ""; + }; + DE2F5D378835C76F6F0BD0A11F23DBD3 /* Pod */ = { + isa = PBXGroup; + children = ( + 8F7C40EDBB310FAFE3A984FE4ECF0774 /* React-RCTSettings.podspec */, ); name = Pod; sourceTree = ""; }; - E4C4F8F8F51815A9D43DAEFA63574E6B /* Modules */ = { + DF15442934213371792663D016168600 /* event */ = { isa = PBXGroup; children = ( - 36B8FDA976A9AF6A3F1207659524FFAA /* RCTEventEmitter.h */, - D91C8F13A3B60A4DEC26EEDD7719797C /* RCTEventEmitter.m */, - 944C455C9F110CE26B7904C49848387B /* RCTI18nUtil.h */, - 9A99AD66E22B16BD1290E0511C19C417 /* RCTI18nUtil.m */, - 42C09347A3AE576EBBFFB88FA4C18986 /* RCTLayoutAnimation.h */, - 7E973FBB09DF8F50A1B593ACED95649D /* RCTLayoutAnimation.m */, - DE7476F48E40E5701175BEB1EAAB9750 /* RCTLayoutAnimationGroup.h */, - 19B120000A4F7B734A91B542C9A041A4 /* RCTLayoutAnimationGroup.m */, - F62CE2FDC71298AE6A9B4F46C6234BFD /* RCTRedBoxExtraDataViewController.h */, - E7EC121860F3CE2717F18A8ECE019D9E /* RCTRedBoxExtraDataViewController.m */, - A550429B7F83CAF839FEF8595E600405 /* RCTSurfacePresenterStub.h */, - 9C3304082CDBAD96A43882975469ECD2 /* RCTSurfacePresenterStub.m */, - 2E35B156FD35FCCE3A76E073598605AD /* RCTUIManager.h */, - 538612758AAB47B6E530D3B4351A3E0B /* RCTUIManager.m */, - 209770849E6D53FA154ADEB58F5DBD19 /* RCTUIManagerObserverCoordinator.h */, - 8AED2492CAB717BF36D75FAF9ABFC312 /* RCTUIManagerObserverCoordinator.mm */, - 40A0593E5A5058B1A3BFC7008B8CF801 /* RCTUIManagerUtils.h */, - F87EE300C17686A67E2340B0F8E1FF60 /* RCTUIManagerUtils.m */, + FA969B0F0BD60764FE6FEA3A6B2406B2 /* event.cpp */, + 5BA387EA97F001C16AAEBB8058CEC51E /* event.h */, ); - name = Modules; - path = React/Modules; + name = event; + path = yoga/event; sourceTree = ""; }; - E4DD1F92DE910713A07072DDCA2F391E /* Profiler */ = { + DF78452C257D8042E5C842896EFF6A70 /* Support Files */ = { isa = PBXGroup; children = ( - 3855CA8FEA3509C4E0FC9008DFF4A13D /* RCTMacros.h */, - 1F842F16C5CA576C91C45EEEBE9848A1 /* RCTProfile.h */, - 5B3944B6853330CF6604A3B30F7C55C6 /* RCTProfile.m */, - 8752CC92BB388FAB065FEF879D0F6841 /* RCTProfileTrampoline-arm.S */, - E909260F16CF3D633815A5F556DF51F3 /* RCTProfileTrampoline-arm64.S */, - 92A19B347DBACA75ED493373285E374D /* RCTProfileTrampoline-i386.S */, - CD64A1C3EA46B48692CEE9401F4B3D1F /* RCTProfileTrampoline-x86_64.S */, - ); - name = Profiler; - path = React/Profiler; - sourceTree = ""; - }; - E4E8AB0B3257C294E9911E5E162E9DF2 /* FBLazyVector */ = { - isa = PBXGroup; - children = ( - 47162A112230D0B00D2C5E988538F3A9 /* FBLazyIterator.h */, - F84985676C2DC0676F2032F989FDAA3C /* FBLazyVector.h */, - 6FD761DC722707DA1B090F0BDA6A5E13 /* Pod */, - EA35496A1F19D64850A632FE35364F7D /* Support Files */, - ); - name = FBLazyVector; - path = "../../node_modules/react-native/Libraries/FBLazyVector"; - sourceTree = ""; - }; - E5723609033CBFC9845E63A3E43038DC /* FlipperKitNetworkPlugin */ = { - isa = PBXGroup; - children = ( - 46E38BAA1A50E2489608AC7493C69043 /* FlipperKitNetworkPlugin.h */, - 9ED2C98E0A09F7192E5F477ED4C4C6F0 /* FlipperKitNetworkPlugin.mm */, - C4CDDCEA6250D56B0707905B7B2E2D22 /* SKBufferingPlugin.h */, - B31BCF89C5C071E71A2C30063F561864 /* SKBufferingPlugin.mm */, - AC16B370C34A50F5034C39438C2A8574 /* SKBufferingPlugin+CPPInitialization.h */, - 748475DED4E493F7B2C64E66800CE42A /* SKDispatchQueue.h */, - 1E5889E0FD052309084B4C5357C5A865 /* SKNetworkReporter.h */, - E8D94744FC144D1197413CB2C3FBC6E9 /* SKRequestInfo.h */, - C79D471E49B803B54D190F6B6821CD2D /* SKRequestInfo.m */, - 4A99E99C4CA34033E7712A45B7E29FED /* SKResponseInfo.h */, - 94E135E3C64BD81BE0902ED816197875 /* SKResponseInfo.m */, - FDF2876680249617267330E15480700D /* SonarKitNetworkPlugin+CPPInitialization.h */, - ); - name = FlipperKitNetworkPlugin; - sourceTree = ""; - }; - E5A7BF345873AAE239D5A4C63FF8E5C5 /* Text */ = { - isa = PBXGroup; - children = ( - BA02875BF90507133A1EC5AAFFA72945 /* NSTextStorage+FontScaling.m */, - 5933E41845D61F52F2AC7D750E6465B6 /* RCTTextShadowView.m */, - 9880B9CCF4D7EF9662DC8A849004219A /* RCTTextView.m */, - 98FD8B74A621794AD5402E599B8A0029 /* RCTTextViewManager.m */, - ); - name = Text; - path = Text; - sourceTree = ""; - }; - E5E92984279AE2959EB1F9D065C78A5F /* UMReactNativeAdapter */ = { - isa = PBXGroup; - children = ( - 9ACE6D7F4A83D00C43FD077B120DB4D2 /* UMBridgeModule.h */, - 2F98A3A2D1F35F3132BAACDFB9BED568 /* Pod */, - 5C1788EF9D04D64DAFF00BE2A6CAFBE8 /* Services */, - 4C8EEDD7804D156C80053B98EBE5FFF9 /* Support Files */, - 14464F700B99E7419AECA1BAB406BA14 /* UMModuleRegistryAdapter */, - B1311D7C1DE2E3203BB9BAEB622B77B1 /* UMNativeModulesProxy */, - 01B77E8F4A51E5329C03884FD6F20D88 /* UMViewManagerAdapter */, - ); - name = UMReactNativeAdapter; - path = "../../node_modules/@unimodules/react-native-adapter/ios"; - sourceTree = ""; - }; - E6934E9392CDD9C57A08A918E4DC9306 /* Support Files */ = { - isa = PBXGroup; - children = ( - A53A79E5DF22BFE2AD31F530B23551F6 /* React-CoreModules-dummy.m */, - 75991068B986E8BADAC054696E93AE74 /* React-CoreModules-prefix.pch */, - C369DFB1636B35E39573021266AF2814 /* React-CoreModules.debug.xcconfig */, - 2743D49247FF8F893DD2A2ADA219CFB2 /* React-CoreModules.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/React-CoreModules"; - sourceTree = ""; - }; - E6D0D4FBEFDC17DC7A9C1D422650647F /* Support Files */ = { - isa = PBXGroup; - children = ( - 7E03F5D52F91709551134348F940C22F /* GoogleDataTransportCCTSupport-dummy.m */, - 5F4A3E45806986F060FF64AD1F915166 /* GoogleDataTransportCCTSupport.debug.xcconfig */, - 87637DCE325BC5BDC41FEFE0E5C36DA8 /* GoogleDataTransportCCTSupport.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/GoogleDataTransportCCTSupport"; - sourceTree = ""; - }; - E7306CEC67A81D13765B9304075849E7 /* React-RCTNetwork */ = { - isa = PBXGroup; - children = ( - 236D9BE243829943BEB4A08A9FB83005 /* RCTDataRequestHandler.mm */, - 2E3E7D90C04DA80F371556C597EC8005 /* RCTFileRequestHandler.mm */, - 9CF15C9894265FF5D3AB0728DC025FD4 /* RCTHTTPRequestHandler.mm */, - F181A860D882BB5B1528FD17E84E0019 /* RCTNetworking.mm */, - 655407E9ACCF5E962CB10B8DD133E35F /* RCTNetworkPlugins.mm */, - 039839D47A4C8946C2D64C309C759DA6 /* RCTNetworkTask.mm */, - 19EFE5F327F4AB33AE816F3DB8F6F162 /* Pod */, - 336AC9802F81127A117380E542744C2D /* Support Files */, - ); - name = "React-RCTNetwork"; - path = "../../node_modules/react-native/Libraries/Network"; - sourceTree = ""; - }; - E7772C73F11D49D576552B488A5CAD7E /* Support Files */ = { - isa = PBXGroup; - children = ( - 2AB1EFD69EF42BE0A3AA7E30E710383C /* Flipper-PeerTalk-dummy.m */, - E265694E6B74EEA5055BDC45CABB243B /* Flipper-PeerTalk-prefix.pch */, - 1D0766E2B991CA9C7CA66CAB5B502E2B /* Flipper-PeerTalk.debug.xcconfig */, - A0A949251C59C747E80E4F1D175E00A2 /* Flipper-PeerTalk.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Flipper-PeerTalk"; - sourceTree = ""; - }; - E843477BC259FF327C241D92A1934327 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3C576B9C396BD0035D5932452F8D2FA2 /* Flipper-Glog-dummy.m */, - 75CD49FA7973DF5CC4C688AFABE28749 /* Flipper-Glog-prefix.pch */, - D8982E5A82BC3AC430E76F4125AFC3B9 /* Flipper-Glog.debug.xcconfig */, - 38529F1BE16E16CDD5FA698929086DA1 /* Flipper-Glog.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Flipper-Glog"; - sourceTree = ""; - }; - E85CE70B6E6EE3AB8D5727B8A4FB32F6 /* Transitioning */ = { - isa = PBXGroup; - children = ( - 96B49814857071A5437B6FEC560C1BE5 /* RCTConvert+REATransition.h */, - 583EED4D340B55CFD0D649D100F9EBAE /* RCTConvert+REATransition.m */, - EA24EC353DACD525F97F4D374988D28E /* REAAllTransitions.h */, - 83067A5603ACA113920E29964D06C3A2 /* REAAllTransitions.m */, - A51BAA6C36BD30FD0CD6AC6016FEE297 /* REATransition.h */, - 79DAD3011AB09403AACE0C85A7318029 /* REATransition.m */, - C40DEBA768CC1F4322D7532455FA6862 /* REATransitionAnimation.h */, - 25777E497FF20138347308049C3D26B8 /* REATransitionAnimation.m */, - 5B47E2E3EF7D2C645D9269049D3D360F /* REATransitionManager.h */, - 1F957DCB055C61185EE4700AAE93EA06 /* REATransitionManager.m */, - 264458520059E2213558321B8A9D2570 /* REATransitionValues.h */, - A0FA1D8B61667D0A2C3EB89C996603DA /* REATransitionValues.m */, - ); - name = Transitioning; - path = ios/Transitioning; - sourceTree = ""; - }; - E86EB9B94C551CFA5CE36E697AA3B200 /* Folly */ = { - isa = PBXGroup; - children = ( - 319B954312CD9CB0E4CF870F37EED893 /* Assume.cpp */, - C0957EE3592D121458E7C61A15508D77 /* Conv.cpp */, - 43014A40CF86524DC370CE6A2A2E7904 /* CString.cpp */, - E724E21DA5A24FF2313CF73DEF45A9DE /* Demangle.cpp */, - 28444C6AAA86E40853E945920F9A6B1B /* Demangle.cpp */, - 6B40D7721DF5E0C0CACD1D732CDADABA /* dynamic.cpp */, - E742ADC3B15DD9423C36A022F386632A /* F14Table.cpp */, - D7A7290BC112571C78135890F67DD72A /* FileUtil.cpp */, - BCB37BC54EC2E1AE5C4F46CE86DBA079 /* Format.cpp */, - F091202F240245D539C2F05E7995C472 /* json.cpp */, - 620D0FE4D76AC0C84A2072F06BBE5C24 /* json_pointer.cpp */, - AFA5D5A44F326BB9E7E729F606E2F973 /* MallocImpl.cpp */, - 5BB62B30BB36073A9F48E774C1BBF922 /* NetOps.cpp */, - 38551F1070B388D26067B64B2A282657 /* SafeAssert.cpp */, - DD4E34694A314E46A5009AA3CEC039F5 /* ScopeGuard.cpp */, - 88B97CE0881CBF718941F6810B3D1D61 /* SpookyHashV2.cpp */, - 407360215A200E23CF2F9C3AEE743E07 /* String.cpp */, - 19279F15F31FB25928235194BF2E05A0 /* SysUio.cpp */, - B4190D341C41337142AA767D19355118 /* Unicode.cpp */, - 171D15BEBDBE0823232EDC5554ACD282 /* UniqueInstance.cpp */, - 720CD47C345364E3A021AC2D468FA7F0 /* Support Files */, - ); - name = Folly; - path = Folly; - sourceTree = ""; - }; - E8964495FE4950F8BFE7EF8AF099B08F /* Support Files */ = { - isa = PBXGroup; - children = ( - 77A041A5493C8AE5F72F049584C8AA69 /* OpenSSL-Universal.debug.xcconfig */, - 27F40963E180086BF03AC984AC822807 /* OpenSSL-Universal.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/OpenSSL-Universal"; - sourceTree = ""; - }; - E98510E1B2837EACE94E7ED12A346745 /* Pod */ = { - isa = PBXGroup; - children = ( - 3D13B3D61B215555A77740E991502B76 /* LICENSE */, - A97118F36063CA57AF915D92F053F569 /* react-native-restart.podspec */, - A8867E6755AFEE985CABB682F117ABC0 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - E992A5D0E5A7AC39385D9A0C74716A62 /* React */ = { - isa = PBXGroup; - children = ( - 2CBDD845557C474CFE1FCC0EBCE7632B /* Pod */, - D718D3C82B9D988776110F57D51C198F /* Support Files */, - ); - name = React; - path = "../../node_modules/react-native"; - sourceTree = ""; - }; - E993AAF60A2D3EA920495BAFB1389DF9 /* react-native-slider */ = { - isa = PBXGroup; - children = ( - 418EFD4BD2EF9E85F2234802DD8076C0 /* RNCSlider.h */, - 4E01EB50FA4609E579FA7ECEDDD64E9C /* RNCSlider.m */, - B01A849153FCE05B31135977BAD5A7FE /* RNCSliderManager.h */, - 8796DEC8C8393D78F63DF2AD12659A9E /* RNCSliderManager.m */, - 5F270A9C66FE8FD26278437CC36BDAE9 /* Pod */, - 9460193C051B885F54FD8B1C17FFD911 /* Support Files */, - ); - name = "react-native-slider"; - path = "../../node_modules/@react-native-community/slider"; - sourceTree = ""; - }; - EA35496A1F19D64850A632FE35364F7D /* Support Files */ = { - isa = PBXGroup; - children = ( - B1626EF5B6724F6B0B2007E6B1429717 /* FBLazyVector.debug.xcconfig */, - 16D3E5936BA45F4643880BB34884358B /* FBLazyVector.release.xcconfig */, - ); - name = "Support Files"; - path = "../../../../ios/Pods/Target Support Files/FBLazyVector"; - sourceTree = ""; - }; - EAAD018AB9FEA5F62B29E202D74EAD36 /* Support Files */ = { - isa = PBXGroup; - children = ( - E4F45ED976CFD7D1595E22CFDB177404 /* EXVideoThumbnails-dummy.m */, - 417328A6A9C0A43AF6E9CAC9A351E1A6 /* EXVideoThumbnails-prefix.pch */, - 6E0866D87F469FA82928179585D78747 /* EXVideoThumbnails.debug.xcconfig */, - 949B5BBA9D567039866C67CCC6B0BD36 /* EXVideoThumbnails.release.xcconfig */, + C7F34FF537CE2DD350EF60E2BEA2A5F4 /* EXVideoThumbnails-dummy.m */, + 2775BE0F83A65DFEEDECAEFCADE17983 /* EXVideoThumbnails-prefix.pch */, + 6D51787BA2A2079D1B905C5D0D4F3796 /* EXVideoThumbnails.debug.xcconfig */, + 437FA421E76768EEF8745E6F92868F9E /* EXVideoThumbnails.release.xcconfig */, ); name = "Support Files"; path = "../../../ios/Pods/Target Support Files/EXVideoThumbnails"; sourceTree = ""; }; - EB1753AA770300614BDB88C5497B87C3 /* Pod */ = { + DFBD00AA9F15EE11B53B7E2E9C5E5E3F /* mux */ = { isa = PBXGroup; children = ( - 14AE2643067A8339DB70180A01BDFCEB /* EXVideoThumbnails.podspec */, + BC5985BED0D370AB99C1D5EA769584D2 /* anim_encode.c */, + AC1F947E312FEB435EDC2E7CDE4CAAA7 /* animi.h */, + 69DDE0B4682903AF1E6DFDE7F551A0DB /* mux.h */, + 1A51E975AF8C03EA935BC507DC4FC2F4 /* muxedit.c */, + 15696EE7EC24A9F91EE35B92135163C9 /* muxi.h */, + 7A479D89FF60C881EE796DDDF92F4FF6 /* muxinternal.c */, + A867CCFE28A7B7A374C603711C8B8F8E /* muxread.c */, + ); + name = mux; + sourceTree = ""; + }; + E02CD04662FBEB44A945FAAF74052E3C /* FBReactNativeSpec */ = { + isa = PBXGroup; + children = ( + 11B4F4D252B29980AAD6033DE734CF35 /* FBReactNativeSpec.h */, + 3203F7EE04CCAB8B6DBDB13ED1D08D97 /* FBReactNativeSpec-generated.mm */, + 0D390760573E3B05C40BAD3F9DDE6FD6 /* Pod */, + 4791F5C61641EA70B7A8E1941D824069 /* Support Files */, + ); + name = FBReactNativeSpec; + path = "../../node_modules/react-native/Libraries/FBReactNativeSpec"; + sourceTree = ""; + }; + E0447CF6A66B6832EF685C8D8E84EDEA /* Support Files */ = { + isa = PBXGroup; + children = ( + E65100F6060AA4EB4A9E27D02747B28A /* UMPermissionsInterface-dummy.m */, + CA6A778311E2D1F34DB586DC7D836959 /* UMPermissionsInterface-prefix.pch */, + E453C18415DB13F0CEA54148EC1D73ED /* UMPermissionsInterface.debug.xcconfig */, + 3C208BFD875A962BE00739D7720F6543 /* UMPermissionsInterface.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/UMPermissionsInterface"; + sourceTree = ""; + }; + E0523E62F1FC1C9062980E19B30FDAEC /* FirebaseCoreDiagnostics */ = { + isa = PBXGroup; + children = ( + C4579E79C68E1E8CDEA8F9ABC1AF1E04 /* FIRCoreDiagnostics.m */, + 8402EE57733F135E544FB68EB738B581 /* FIRCoreDiagnosticsData.h */, + 58867A44AB3C91E7BF1716ACDAD868D0 /* FIRCoreDiagnosticsInterop.h */, + 069299EFCFF6E6430615690CFEAC7198 /* firebasecore.nanopb.c */, + 52F6E11E761079105FB55EAA4A24422A /* firebasecore.nanopb.h */, + AC40CEF829E476A1AD4CF24F454AD5DA /* Support Files */, + ); + name = FirebaseCoreDiagnostics; + path = FirebaseCoreDiagnostics; + sourceTree = ""; + }; + E16A46DE58729E0FD146C607A85AA1FD /* RNImageCropPicker */ = { + isa = PBXGroup; + children = ( + 76E1731657F2B6852E4989F5CB136ECD /* Compression.h */, + 534285AC1650EE9E8632931911267ED8 /* Compression.m */, + 797053A263030741BF625E329E5086C4 /* ImageCropPicker.h */, + 9C1AA65DC9842F2A35F5C1D5B880178D /* ImageCropPicker.m */, + 0A42BDEFE584E6BD564883D167001FAF /* UIImage+Extension.h */, + 8DEC9AD0441F9F074930565044F2F6BA /* UIImage+Extension.m */, + 3FCDF3FDFF30EE661C9F808CC27E7CF3 /* UIImage+Resize.h */, + 7A27A32531E808540E8C8D43F12F5DB8 /* UIImage+Resize.m */, + BB9B1E65B088095901B62FC576AA4569 /* Pod */, + 2FA8405275FBB25CA66F08475248E833 /* QBImagePickerController */, + FA7DE264105FD72149CA87455D37E696 /* Support Files */, + ); + name = RNImageCropPicker; + path = "../../node_modules/react-native-image-crop-picker"; + sourceTree = ""; + }; + E1D0152F47158E67CE1B899D187BAC96 /* MMKV */ = { + isa = PBXGroup; + children = ( + 4F05177E9EB56BC4B68D13024F08946B /* libMMKV.mm */, + 4DE0CD137E0889EE1737A9B9030EFF07 /* MMKV.h */, + 63A25DBD06FCB8AB33E0A12153BDBF23 /* MMKVHandler.h */, + F0BF7E08A58A6F288DE94DB1711A6CEA /* Support Files */, + ); + name = MMKV; + path = MMKV; + sourceTree = ""; + }; + E2DCCF7D79E1747A9C319C3F8A1F1019 /* Pod */ = { + isa = PBXGroup; + children = ( + 0C5576B25F0988C4D184143361340550 /* LICENSE */, + 3700A9BEECD96E3243E6DDA35822E66A /* README.md */, + EEF40E3F5CE270728FB0D6EFDD2C7DB5 /* RNCAsyncStorage.podspec */, ); name = Pod; sourceTree = ""; }; - EC324DC6E1E3F7059A298CB36B3EB88A /* Support Files */ = { + E351564D54C5D2F9E15B56435D7A93B7 /* Text */ = { isa = PBXGroup; children = ( - 54CBCEC805257372C4A2E400DDC2A5E9 /* EXKeepAwake-dummy.m */, - 5F1D18765AA7F39C8AED771676C48B92 /* EXKeepAwake-prefix.pch */, - 6A7B232120504CF011D9F1C1656CDFE2 /* EXKeepAwake.debug.xcconfig */, - 4EAE58576A4156FCD24CBD83132102A9 /* EXKeepAwake.release.xcconfig */, + 503CA212C16E0442D44FB965AB156C32 /* NSTextStorage+FontScaling.h */, + D1B8432914A42AEDB1B6F124CC12E830 /* RCTTextShadowView.h */, + 7C34EF5347198F9829384D8244C9273F /* RCTTextView.h */, + C07BF2239EAC032AE2E37B6FC1EF511F /* RCTTextViewManager.h */, + ); + name = Text; + path = Libraries/Text/Text; + sourceTree = ""; + }; + E4504DCBB09E29787D804F8F96BA8DFB /* Support Files */ = { + isa = PBXGroup; + children = ( + 391B04E599A2E8CF7BE30903066AF0B7 /* react-native-jitsi-meet-dummy.m */, + 8149A739BDBC5F5A04AF5FEED280EA19 /* react-native-jitsi-meet-prefix.pch */, + 0486180C9449772B885DC0B3230F9DC1 /* react-native-jitsi-meet.debug.xcconfig */, + 4617AF53726F1A206276B9A478205EAE /* react-native-jitsi-meet.release.xcconfig */, ); name = "Support Files"; - path = "../../../ios/Pods/Target Support Files/EXKeepAwake"; + path = "../../ios/Pods/Target Support Files/react-native-jitsi-meet"; sourceTree = ""; }; - ED1F7786F66C63DC6DF650F766F3CF44 /* RNFBApp */ = { + E46374EBDA680915344CE8A0C3A83651 /* DoubleConversion */ = { isa = PBXGroup; children = ( - 7EAD79984452EE93B8C39269CA5F8E89 /* RCTConvert+FIRApp.h */, - 9A4885B64117CC0BD3101DD660E6B9FF /* RCTConvert+FIRApp.m */, - EB08FCA36D6161D66DA4D765053318DC /* RCTConvert+FIROptions.h */, - 4A251A8D8EA0592AB420A22FAB867E4A /* RCTConvert+FIROptions.m */, - FB7EE20DC2ACB4AD061EF5A20466CDF6 /* RNFBAppModule.h */, - 7BD0C62FE55983ED32A7F56B5BD049AE /* RNFBAppModule.m */, - DD0C4A8BD15CBB23393D4E1EC592F079 /* RNFBJSON.h */, - 8E2BF43091764C23C4990402C6C4CC78 /* RNFBJSON.m */, - C408EA85E9DAEA1029C85517AF61189D /* RNFBMeta.h */, - DC58C9C554E4376FAA99CAE5E990D21E /* RNFBMeta.m */, - 48F2848ACD6A155BF2396E2D615B0360 /* RNFBPreferences.h */, - B0D3E5D2B75C9C01EB99AC73C491C2B3 /* RNFBPreferences.m */, - FE6EEC194AA11614848219BB4EA942E9 /* RNFBRCTEventEmitter.h */, - BF13FFC3A4053B02F09E8B4934963290 /* RNFBRCTEventEmitter.m */, - E4D4B100533BB0B43D5C234D2EC117C0 /* RNFBSharedUtils.h */, - 88B70445671A1E0287DCBFBB667DEBDF /* RNFBSharedUtils.m */, - BA8F2DDD88EAF72D12A5B70FC4C9BAD9 /* RNFBUtilsModule.h */, - BB4FE005540DF6A6B385AD829E0E371A /* RNFBUtilsModule.m */, - 494E1559B9B80559EE17DCA06D74B026 /* RNFBVersion.h */, - A79090A7FDDC913F9206C46AC7BA8B22 /* RNFBVersion.m */, - 6FD796C54C94CB514B0EA5376A04480E /* Pod */, - 9B0E1D4877A5413E9D36D744993797DA /* Support Files */, + 54F1CA2913DE601A66BE82A1CD485366 /* bignum.cc */, + C1771026D19FD5FC4CB817918EEECC2F /* bignum.h */, + D7434932DF03CFC23CA62FD0F6363C13 /* bignum-dtoa.cc */, + 0B604C164297ABEFBB339CA18AE3E70C /* bignum-dtoa.h */, + C39FA2D898D6C5C24D94D62112237663 /* cached-powers.cc */, + AC205F4BF551F49CEA698F3630120186 /* cached-powers.h */, + 87AEB47A6985A23B74B6E8616F909CEA /* diy-fp.cc */, + 067E10B4372B09320BC2CD0420B5C71F /* diy-fp.h */, + 504BFB23DF17D5CE94E18563B62F744A /* double-conversion.cc */, + 048A1AEBD5881E5420D1869E987640A4 /* double-conversion.h */, + 6B631A92EB31541DD1E5AF27F9974C0B /* fast-dtoa.cc */, + 77066ED9888600814ED2D67397DD0E7D /* fast-dtoa.h */, + 4AD8238B579C5F6AE9EBA7440CCA788C /* fixed-dtoa.cc */, + 426DAA1C7099F44D847FACA87A7AB248 /* fixed-dtoa.h */, + 89A5CCC6744A5C7FC6A36F5719D03C2A /* ieee.h */, + 0AE17A1B96DA90FC97C6E4611DDB5554 /* strtod.cc */, + 5B6B3373367726E09243436F3264991D /* strtod.h */, + 5995B483B9AC918FBAEDEF7F604C89F9 /* utils.h */, + FD974D67475CF081710734FD9594C27A /* Support Files */, ); - name = RNFBApp; - path = "../../node_modules/@react-native-firebase/app"; + name = DoubleConversion; + path = DoubleConversion; sourceTree = ""; }; - ED27CE5DFA898E96452F67057538C311 /* Pod */ = { + E4FFBA57F461FCBB6EFB5D79D3D06AF3 /* Pod */ = { isa = PBXGroup; children = ( - 5DE091A97DCFB51324BFCDAB56F244E8 /* LICENSE */, - 598D5ADCDD11960B13BDC84A01E5703D /* README.md */, - 1162F4537DE11E35284B5C4F3B9AAF26 /* RNReanimated.podspec */, + 10AA59EF494F774934362A47B6A03289 /* UMReactNativeAdapter.podspec */, ); name = Pod; sourceTree = ""; }; - EF59AF42244CAC2DDD1A83F1CFCEB29D /* Support Files */ = { + E58BF904EE204E6F52D390162374657C /* Support Files */ = { isa = PBXGroup; children = ( - 60B3220480C7541B0560C31D0A978CD8 /* SDWebImage-dummy.m */, - 0DFB4CBF1B671BF20C0C0FA986827E64 /* SDWebImage-prefix.pch */, - 37B58EAA7666364605B5AFB557C034DA /* SDWebImage.debug.xcconfig */, - D057064369DA29D06F5A15CDD72866E8 /* SDWebImage.release.xcconfig */, + BB4309970289554AEBFBCF59553D45F9 /* libwebp-dummy.m */, + E1B5B2C8F0E86A64B86283912A73536B /* libwebp-prefix.pch */, + 247721F3AE16D0D071439314506AAB14 /* libwebp.debug.xcconfig */, + 6D60DC773ED9A638954E2BC86A2FD627 /* libwebp.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SDWebImage"; + path = "../Target Support Files/libwebp"; sourceTree = ""; }; - F088525E9C0B72F9B325C7D73BA1C7D9 /* Core */ = { + E738C37C5562EFE702B8A6CF9968F897 /* Pod */ = { isa = PBXGroup; children = ( - 492DCB063C11CF244E4C67A583BABCEB /* FlipperClient.h */, - F5FD4FE262D6858DFA366C5FD38140CC /* FlipperClient.mm */, - 12A3BAB7DB8383F37A8E2DD5E515B949 /* FlipperClient+Testing.h */, - C7D6B321F43E37FA21E7368F59BBC4A0 /* FlipperConnection.h */, - 8C15287A43E747DDE01BE34E0B579B00 /* FlipperCppBridgingConnection.h */, - 0CA2C273BCD417D9338017235DD5F62C /* FlipperCppBridgingConnection.mm */, - 36C75A3E4582195AD7E1214F6A7A88C0 /* FlipperCppBridgingResponder.h */, - 29FDDD3E626A876A1BC3C800593E6956 /* FlipperCppBridgingResponder.mm */, - 2A0358B3CBF78D296EB4AC2E5D9FA912 /* FlipperCppWrapperPlugin.h */, - 3B600987437E33AADEDFF6A6FBB3E63F /* FlipperDiagnosticsViewController.h */, - AD59048F054E370404D0A58072C9A431 /* FlipperDiagnosticsViewController.m */, - A2E59BF0AD6B132D1E74E4B955F4222C /* FlipperPlugin.h */, - 98F677AA9FD9BE0FF6041155297733A4 /* FlipperResponder.h */, - BE37596BE9787023FC7E44C4628D1D3C /* FlipperStateUpdateListener.h */, - DD16E5F90B34E3C70D4B721225D12063 /* FlipperUtil.m */, - D59D2DE1E4EFE2D8BDFE82A408DC5964 /* SKEnvironmentVariables.h */, - A4010A02F7E3DA78BCBF67E1BE2B8375 /* SKEnvironmentVariables.m */, - 1BCB7833FDC3F31695B799C07D17B57C /* SKMacros.h */, - E875C9DAED0317ECF14D82F020A559F8 /* SKStateUpdateCPPWrapper.h */, - 5D74B5746888E60D713E8D8E9F79D74E /* SKStateUpdateCPPWrapper.mm */, + 33A43B9D9134098ACB08DE372E9D6684 /* UMImageLoaderInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + E7FAB24C47C1E402CF95F2EA3E7667DC /* Pod */ = { + isa = PBXGroup; + children = ( + 5F520C7593DD790E52779344866D0ABA /* UMConstantsInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + E8214C1EC63136C68493DC48955A49CF /* React-RCTLinking */ = { + isa = PBXGroup; + children = ( + 8ACFA7FE798C16FC15EA00B58694A512 /* RCTLinkingManager.mm */, + 16E5F638396982BB4B6499455455B0BE /* RCTLinkingPlugins.mm */, + 3AABB0BC8C3C83F5602F018392E967D4 /* Pod */, + 75BD1BDC626DDE599B98D89549F5BDCB /* Support Files */, + ); + name = "React-RCTLinking"; + path = "../../node_modules/react-native/Libraries/LinkingIOS"; + sourceTree = ""; + }; + E8DD2D111217A29B1B6CC6478D2E5915 /* Support Files */ = { + isa = PBXGroup; + children = ( + D06D805D018BB280D5F43F66806CDFE7 /* RNScreens-dummy.m */, + 068EEF38D7EFD6F275D098357CBC1325 /* RNScreens-prefix.pch */, + FD671D99A63B5B8540350A881018311A /* RNScreens.debug.xcconfig */, + 0D3E12F5CADA363DBFA669974D926E8D /* RNScreens.release.xcconfig */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/RNScreens"; + sourceTree = ""; + }; + E8F465C91CA7BC5B3061DAB8CD36E6D0 /* Source */ = { + isa = PBXGroup; + children = ( + A953926D10E1C08E76671A8EB1CF0C42 /* KSCrash */, + ); + name = Source; + path = Source; + sourceTree = ""; + }; + E9521AC3AB3E5E0AAC7AF98C42A79E5B /* Multiline */ = { + isa = PBXGroup; + children = ( + E0399BA3ACDFFFEF7A5DD6A70B73A1EC /* RCTMultilineTextInputView.h */, + F445ED86652108DCC3A6BA324B0B8165 /* RCTMultilineTextInputViewManager.h */, + 73236AEC23C14548045B4DC4E82D0095 /* RCTUITextView.h */, + ); + name = Multiline; + path = Multiline; + sourceTree = ""; + }; + EB939FEF119CCF16FE1F944496503CC9 /* EXFileSystem */ = { + isa = PBXGroup; + children = ( + B2704EA4B90050D03E844480C7B46FF2 /* EXFilePermissionModule.h */, + F83885EF81FD0254289B25A15C6C5BAA /* EXFilePermissionModule.m */, + A00AA88488F75D4672922DDE9A38921C /* EXFileSystem.h */, + 28405A232AD4FA4698BB863B254ACA6E /* EXFileSystem.m */, + B8AC2DCC071185F405C59D5FDB7A6C56 /* EXFileSystemAssetLibraryHandler.h */, + 060763019E2E465F06870A92C77E6153 /* EXFileSystemAssetLibraryHandler.m */, + 658C24EF831543E9A3F3B93CBBBE0599 /* EXFileSystemLocalFileHandler.h */, + 34584BA3A2D5AF7650D5D8B749A2A129 /* EXFileSystemLocalFileHandler.m */, + DC9D2CF990547919BF4C3DE9F66C898C /* NSData+EXFileSystem.h */, + 3F3EE8AE636321E9D4655B2BEACB9728 /* NSData+EXFileSystem.m */, + 784B038D2318DD2998410D50EC1D4CD1 /* EXSessionTasks */, + 540FBB93AA0C48BB0A3C00498B0F1149 /* Pod */, + 9D725D26EC43157091A72D1968A04EEB /* Support Files */, + ); + name = EXFileSystem; + path = "../../node_modules/expo-file-system/ios"; + sourceTree = ""; + }; + EBD342673D0759D7427FFA989CBF232B /* RNRootView */ = { + isa = PBXGroup; + children = ( + BED55F57EAFF64987DBA63EAA578E999 /* RootView.h */, + 724974B0E7925F98994D3CAF6E6DEB92 /* RootView.m */, + 50685D5EE8338DC7D684D159C072A2B7 /* Pod */, + 3B05C37DFC4CC3D9550D0835294AA034 /* Support Files */, + ); + name = RNRootView; + path = "../../node_modules/rn-root-view"; + sourceTree = ""; + }; + EC5C017D16F0650BA95DB46EA495649F /* webp */ = { + isa = PBXGroup; + children = ( + 990D8C8EAF8BC29F8D671DFC91560098 /* alpha_dec.c */, + A609131D178EDE8E6F7CC2419F974750 /* alpha_enc.c */, + A7BD3B30897587FE277B25EC9B9C31F8 /* alpha_processing.c */, + CE2CBC7A19A7BBE631B56A471662BA45 /* alpha_processing_mips_dsp_r2.c */, + 8E939CB44FD2253D4D1B596BB963F44D /* alpha_processing_neon.c */, + 3447678C17782CEF55E001D70F451781 /* alpha_processing_sse2.c */, + A2F87DFF027F91ABFFEDDCB628D6A980 /* alpha_processing_sse41.c */, + D6351844B05044633BA8A8C7D936AD83 /* alphai_dec.h */, + D35D401124FA465C578035F7247606B1 /* analysis_enc.c */, + 15CD676C4280876800A904F148E764D7 /* backward_references_cost_enc.c */, + 645FAE5B305F7AEED4017653AAD71641 /* backward_references_enc.c */, + D68375B36756B0A95FBC5FF7D5B5386F /* backward_references_enc.h */, + 007B11189DB6EFBBF762CD046EBBC8FE /* bit_reader_inl_utils.h */, + 139506628B1A3399449B36F8C8911000 /* bit_reader_utils.c */, + BE396E9C371A35BA49411AADC81C481A /* bit_reader_utils.h */, + 060C50AC52A5A3B536E8000BA6D84D8B /* bit_writer_utils.c */, + 5309424D2A908CCBF514347A0C64FCDD /* bit_writer_utils.h */, + B9A80B8593DD902649B6F1210386EFD2 /* buffer_dec.c */, + 67F2F4A9C9471033EEC8C788561A7658 /* color_cache_utils.c */, + 7DEAE6497ACC519E2A1D895242035633 /* color_cache_utils.h */, + A9B128F2DD4ED7384C0FA17B3C8963B6 /* common_dec.h */, + CB4EC245C665F9DD601B8E280FAC84EA /* common_sse2.h */, + F40CF87C89A66343C7F24C5F68C0CFEC /* common_sse41.h */, + 55698434B3A4EA91F67DC780B16B080D /* config_enc.c */, + A63ED3B0402BF840A112BBA7281776FA /* cost.c */, + B6A712C08E246FB6B7E9E2123ACB25A8 /* cost_enc.c */, + 899712BF06FD0303EE320631BFA20DDB /* cost_enc.h */, + 521DC6D413BCF45B5E091B1ADEDAE457 /* cost_mips32.c */, + 5683A8EF32A6F18B3ACFB05B22548E02 /* cost_mips_dsp_r2.c */, + 463952356618CD3D0B4A62611F8B538E /* cost_neon.c */, + 41B1FB90879A0B9F4D4E6DBC981523DA /* cost_sse2.c */, + 833B4FEE990B8F87CD4511C93CFE556D /* cpu.c */, + 4D57021F2C41E933692B418C69B5D54D /* dec.c */, + BA5771BBD2E4D868410A983C2E62BBA9 /* dec_clip_tables.c */, + 6B244F1A0BC81462228E5209EF39673B /* dec_mips32.c */, + 8D2C9EDD5E9C10BDE9B4CB29FC93EF62 /* dec_mips_dsp_r2.c */, + 775164EA873952B011041E713DFBCD20 /* dec_msa.c */, + C26A92286CCDD6BA44A1E4FEA613AB77 /* dec_neon.c */, + 547A0C9DC63A513DEDCFD8058B7926C8 /* dec_sse2.c */, + C9864B33465FDFD1F3223F3D1F619467 /* dec_sse41.c */, + 01EDB342CD7BCF8327420B7DAF331179 /* decode.h */, + 8DFFCF6C7618636B00905C9A7F4C3637 /* dsp.h */, + 4770C53781C94337830323C5187A6E73 /* enc.c */, + 8739F23BCE0DE12CAE398BA77984346D /* enc_mips32.c */, + 7B313EA0C36D2B4AC2B1B2F462149798 /* enc_mips_dsp_r2.c */, + EE41D7CD16C719E00A09BDF4FBF5BF76 /* enc_msa.c */, + C6F4A8050990EA72A50D3093D7F18E33 /* enc_neon.c */, + 2BA69D009D60B41DDC5490431F6763B4 /* enc_sse2.c */, + 823BDC381C7F5B32A396B087AA4484D5 /* enc_sse41.c */, + E332E8F4EBFB4F8CC94BCF4BABC65F07 /* encode.h */, + 738C6B6E9169BE2D4B6F6BDEAD7E0359 /* endian_inl_utils.h */, + FC439B6F9332E0A898DF8C43F1CFADF6 /* filter_enc.c */, + A58161A266D348CE11C7F046932CC670 /* filters.c */, + 0530D03FC790D4EDEC89A8966469F3C0 /* filters_mips_dsp_r2.c */, + 420BA6842703D1CCC82D83147EB4064D /* filters_msa.c */, + 3AE89D4FBD958EBA906CB11EEBDAB761 /* filters_neon.c */, + 18FD7ED6DC27EACF884F102538F380D9 /* filters_sse2.c */, + B87983F3BE186E9A8B843655CEF7C65C /* filters_utils.c */, + E956A10067E1590EF6B4525C3A796E23 /* filters_utils.h */, + D96B932F860E830FE7244EBF740B90DD /* format_constants.h */, + 63E3A1192256CFADCF0C8F051DE2EDE0 /* frame_dec.c */, + 8CE2A048FF71006E42E3A8193DC390F9 /* frame_enc.c */, + 3B757DF0BF0F3F8A34A70A3D18FCCD99 /* histogram_enc.c */, + 54E6D6644E0C5AE27AFC8D5CC2734AC0 /* histogram_enc.h */, + 9E41B6E25AAA514D606820DC4850BE9F /* huffman_encode_utils.c */, + 548D3E56BD9004A127232C4A552D3923 /* huffman_encode_utils.h */, + 09FFA9D1CFAEEC9252A44B73AA10A8A6 /* huffman_utils.c */, + 9FFE4690CEFB463730801C84B53525AA /* huffman_utils.h */, + 6C82545394C91C63294CFE4A57A347BD /* idec_dec.c */, + A6937F452C41571B4B8DDF0F1EF5C399 /* io_dec.c */, + B2C2D0EA729E06D8AC5F068A8AD0C902 /* iterator_enc.c */, + 23E8851081162A8ED820AC1CA1814539 /* lossless.c */, + FD4BF833D7A0EE4AB4D0BE2E4C16CCA2 /* lossless.h */, + C7F7F8421E6E5DA5609346BFB41A8E91 /* lossless_common.h */, + A3D235BF3C0B9D085A8364F7006B8E60 /* lossless_enc.c */, + 98A833216C7A724A688CF71D22E6FA8C /* lossless_enc_mips32.c */, + E5E01601BFB80D92EC17E77D2B6A9D9B /* lossless_enc_mips_dsp_r2.c */, + 70735C22847AF52492A4E1C2786C80DA /* lossless_enc_msa.c */, + FE68BC776645C31628068CA7AB863816 /* lossless_enc_neon.c */, + A5DA2837071E6C937DA4A4E904773219 /* lossless_enc_sse2.c */, + 8A045E671C955FD32FAF4D1A4512BABF /* lossless_enc_sse41.c */, + 3B224B82971B4C38EAE3461DCB917937 /* lossless_mips_dsp_r2.c */, + 4E5E6EE620230FB76DE2E86C00BF5731 /* lossless_msa.c */, + 62D74D8724AC9AA4E99E5580E099DB5F /* lossless_neon.c */, + 32DCF7053D1393D8C9359438190591DE /* lossless_sse2.c */, + B7E49DDE06C3CA562AEFE8DC49E43BBB /* mips_macro.h */, + 0A59F183A7D6535DE3336ADB7E2C3FEF /* msa_macro.h */, + 8E21D202408BFA2C1202396AB2357282 /* mux_types.h */, + 99B922B5E113EFAABB5E8B04E2BBEA07 /* near_lossless_enc.c */, + 2BA9F71EAC3F82E40B42B2CA75551412 /* neon.h */, + 5933F4F939F7CC98848B03A96477BA97 /* picture_csp_enc.c */, + ABBE2AAD312F76A076E06905020AC172 /* picture_enc.c */, + A018667154B9A43244B18AE2A8EEEE50 /* picture_psnr_enc.c */, + 4FEFBDFED2380515A2CEA5D505C5F533 /* picture_rescale_enc.c */, + D37BB266164AE5B36B496F7C2A1DBD3C /* picture_tools_enc.c */, + 498AABB4FAD21EE24A6887F5A7631523 /* predictor_enc.c */, + 3F13B21F405601EA336D96B1B3F04FE5 /* quant.h */, + 11242847A781AC0163039F2B9881CF4A /* quant_dec.c */, + E78D96C039146831A5C6264C4EAB8F91 /* quant_enc.c */, + 3EE8FE43BC10C7A3290B0511031653BE /* quant_levels_dec_utils.c */, + 0E19DC346144BE6FE34C79966525A643 /* quant_levels_dec_utils.h */, + 2546416853335A62168C5F2BE29C7AB9 /* quant_levels_utils.c */, + 3543E6EFF0F9CACDA2ABD0379BE4B03A /* quant_levels_utils.h */, + BB41E7DC024DEA7173626E2349DA6AEA /* random_utils.c */, + 7284BE298526DE78C58427749C524E83 /* random_utils.h */, + D358D4901C8CDBF7571E2FB273CBDCB4 /* rescaler.c */, + AB8DFA89DFDD948D5027164279E5398B /* rescaler_mips32.c */, + 908DF3BD9F9EE2B44E09CE2D18A280A9 /* rescaler_mips_dsp_r2.c */, + 0B9EEAA9CD47A4CECB92579769CE04EC /* rescaler_msa.c */, + DDCB59DA29B501FE7C3A6DC7358F5128 /* rescaler_neon.c */, + 2E40860CB0B92269D4CF2AD3976F6658 /* rescaler_sse2.c */, + 096C07C46041D253F0260EFD31015016 /* rescaler_utils.c */, + B2D64E30A810C688B1470B4F408DE193 /* rescaler_utils.h */, + 44139071FC098FD8447630E64A2B01AE /* ssim.c */, + 29FAABE12234FD7501BE35E74456B3F7 /* ssim_sse2.c */, + A11499E78FCB711771CC5ADE6EF5BD55 /* syntax_enc.c */, + A210C5119EAAB8B7E7F4D8EA963FBC6C /* thread_utils.c */, + FFB54071411E53C34573BCB0774D7246 /* thread_utils.h */, + B429E4CCC62986ADA4CE7DA99CA81CC4 /* token_enc.c */, + B1006CC3FF5A10FB5A05F900A58F1702 /* tree_dec.c */, + 6061AFB304BAA22A42A7CCA902D03268 /* tree_enc.c */, + CDCBDEF86ED4871541F2829B256B3BD9 /* types.h */, + 941EDB9E2081D4D47E70886FB88DD216 /* upsampling.c */, + 2C96800C9E28C4273961F0192E793199 /* upsampling_mips_dsp_r2.c */, + 5C2A172DABE612EA73299FA5E2DA086E /* upsampling_msa.c */, + D06AAEC1D43C55DE2C67BB206A1C5D78 /* upsampling_neon.c */, + B759F4D9726D6DA533F4DCA05607D766 /* upsampling_sse2.c */, + 473157251EE2D60303CC7FDBE72E175C /* upsampling_sse41.c */, + 7BFB611831F7F1869D42D9EA90A1EEC8 /* utils.c */, + 3A5FB16064BAC59510A5A786EF144516 /* utils.h */, + 7BB547ED64A1761EB0FDBE6F1B09AD24 /* vp8_dec.c */, + D3DCFF43B93CFCA9D51055CB87449994 /* vp8_dec.h */, + CB50A81FDAF07016023B6C4D1EB650F7 /* vp8i_dec.h */, + D5C76628A2AF9CB0CE4AC82F6925ECDC /* vp8i_enc.h */, + F0199BBAC2939E26C55302161E4019C3 /* vp8l_dec.c */, + 178AFF9E0566AE4583BFA80CAFBE88A7 /* vp8l_enc.c */, + D48F39FD4C99C89412BFA80D34CD0DCE /* vp8li_dec.h */, + A748EA0CAFE376BC11E4E86434D172CD /* vp8li_enc.h */, + C47A5AF10ACCF72807570D084FB9BAEB /* webp_dec.c */, + F266A70DD4284006F2AAB6E50B343902 /* webp_enc.c */, + 2A9F88135D09342AFDD91B64DC73C2AE /* webpi_dec.h */, + 8736DB4C0F3CBA8756C5F1D2D32BA738 /* yuv.c */, + 970C9F3C3AA798D83003BE7C7129E3A0 /* yuv.h */, + 769AEE4652D593F049958B31A4AF3D6E /* yuv_mips32.c */, + 964075248E29555CDD17DF2AA331F751 /* yuv_mips_dsp_r2.c */, + 6ACF4106397D7F2DA54082AED34ACA21 /* yuv_neon.c */, + F1BEE0873E5F10C1EAEB256BAE398E41 /* yuv_sse2.c */, + F4786B928DF108948CA623BA9E293FB9 /* yuv_sse41.c */, + ); + name = webp; + sourceTree = ""; + }; + EC67509DD29E07FEE4A23A0C24B16D9E /* React-jsiexecutor */ = { + isa = PBXGroup; + children = ( + 72E4797CF8DDAD46E7ADA80AB4F0609D /* JSIExecutor.cpp */, + 0C4C198D1B888BD69438C802A5392B9F /* JSIExecutor.h */, + 16F0ED504CD7D7B69162D5BD3518F90A /* JSINativeModules.cpp */, + 47F5059E476055CCDBF6024C67AD07FB /* JSINativeModules.h */, + 85DB0794EB2A25FDC9503AB8C82C59FB /* Pod */, + 5AEDA2E7620D2BE882C1E75F44BEBBC0 /* Support Files */, + ); + name = "React-jsiexecutor"; + path = "../../node_modules/react-native/ReactCommon/jsiexecutor"; + sourceTree = ""; + }; + EDC0DA2440E769B4AB3725725A77212B /* Support Files */ = { + isa = PBXGroup; + children = ( + 277BCC2BA22472D1032C16EFE262626A /* EXHaptics-dummy.m */, + 5D6ACAE37768703D6BE0A3064D9A9AF5 /* EXHaptics-prefix.pch */, + 2DCB0AD1DE726E50561CDCC364AEDF93 /* EXHaptics.debug.xcconfig */, + C4179A90F10D5623F4F123DD3E8B43CB /* EXHaptics.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../ios/Pods/Target Support Files/EXHaptics"; + sourceTree = ""; + }; + EE22D8F86A8735938724A11D906ECE66 /* Multiline */ = { + isa = PBXGroup; + children = ( + 672F718A19F95C14309E2900A52C82B5 /* RCTMultilineTextInputView.m */, + 888F5F44E72D01BACEE44828F57CEB3D /* RCTMultilineTextInputViewManager.m */, + E771CC35390032F1725EBCF8ED29F751 /* RCTUITextView.m */, + ); + name = Multiline; + path = Multiline; + sourceTree = ""; + }; + EE66C83160F013E88B9E84A042CB7EC7 /* Pod */ = { + isa = PBXGroup; + children = ( + 9794EDEEDC460DB9C662F8AF412956EA /* UMBarCodeScannerInterface.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + F0B1F480C321829A975D8B1F1364BE3F /* React-RCTActionSheet */ = { + isa = PBXGroup; + children = ( + 3127C28103C6B906C7AC96E7D910FC71 /* Pod */, + 2701D9D0E00DF6E4F51FDEFB1AF0D3C6 /* Support Files */, + ); + name = "React-RCTActionSheet"; + path = "../../node_modules/react-native/Libraries/ActionSheetIOS"; + sourceTree = ""; + }; + F0BF7E08A58A6F288DE94DB1711A6CEA /* Support Files */ = { + isa = PBXGroup; + children = ( + 3B0EA0F360C1A755E8A7F142807876E7 /* MMKV-dummy.m */, + 8C06FAE4CE2EB6DEF3C5F49BEC7FF988 /* MMKV-prefix.pch */, + 73A98A77CD3A29D350923E4ABEFB2250 /* MMKV.debug.xcconfig */, + EDB0D28EB0682A9EA4BD4325F89DFB06 /* MMKV.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MMKV"; + sourceTree = ""; + }; + F11C88251AD8F49786A120EEB4B6AF0F /* Pod */ = { + isa = PBXGroup; + children = ( + B8FAFB1F2123AF7EC5CD57FF62246BBA /* LICENSE.md */, + C85071ECF57D1D16CD91CFDC440EEC7E /* react-native-document-picker.podspec */, + 80260BF7390F1AC61FF453CBCF4A806F /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + F1E2963E7EF6008B089938A725FF4BC2 /* Support Files */ = { + isa = PBXGroup; + children = ( + C38CAF8CAFB941E27F8FC260A48F071B /* PromisesObjC-dummy.m */, + 4E7133DBA510305431B00EE71F75310C /* PromisesObjC.debug.xcconfig */, + 1A597DB99FED31AE7436208B5BCD99B1 /* PromisesObjC.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/PromisesObjC"; + sourceTree = ""; + }; + F27095CDF3E88919E756E529605C10BE /* Reachability */ = { + isa = PBXGroup; + children = ( + 5732A5ECEBCEE4A462DCAE8927ED197E /* GULReachabilityChecker.h */, + CA5EC07CAD2EB7899F8CA74876A24F72 /* GULReachabilityChecker.m */, + 799B84ADE607E3B5F5DA2EF124DD3E6D /* GULReachabilityChecker+Internal.h */, + EEAC1DE380BF7DACEB7BF2660EEC8F81 /* GULReachabilityMessageCode.h */, + ); + name = Reachability; + sourceTree = ""; + }; + F33E4CE1ED2445AC32148D805771D83B /* Pod */ = { + isa = PBXGroup; + children = ( + C2C3DCB7B878FF43A71487C450A92C16 /* EXPermissions.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + F360619BD8DF28801EB8A3425A1FBB30 /* RCTTypeSafety */ = { + isa = PBXGroup; + children = ( + 029A7C5F118B366FCF0283EFAB4C84A1 /* RCTConvertHelpers.h */, + 1A1768EE0AC3475ACB1ADC65D0961C91 /* RCTConvertHelpers.mm */, + 371EBDFAD3773DD3F3D32C375C9F0D76 /* RCTTypedModuleConstants.h */, + 56374DF2B4465C96ACCC150ED45ED297 /* RCTTypedModuleConstants.mm */, + 4FB5F53A027EC9AE4CB62D33D2D5E86C /* Pod */, + 100CCFB74EE76B9D755F7BBDA123E440 /* Support Files */, + ); + name = RCTTypeSafety; + path = "../../node_modules/react-native/Libraries/TypeSafety"; + sourceTree = ""; + }; + F3618D98E1F8B61C15E17D0934E43478 /* Support Files */ = { + isa = PBXGroup; + children = ( + 0AA6DD14DBB3969BB6A18A2DA87C5C55 /* SDWebImageWebPCoder-dummy.m */, + 3211F430D1083367A16B13AD25B91833 /* SDWebImageWebPCoder-prefix.pch */, + A3467B72043412FA3C85B3095E914FEE /* SDWebImageWebPCoder.debug.xcconfig */, + 1506362A28EA68185FB4282B57303739 /* SDWebImageWebPCoder.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SDWebImageWebPCoder"; + sourceTree = ""; + }; + F3A946B06BA8847D38E8C7C999EEF721 /* Core */ = { + isa = PBXGroup; + children = ( + C3744C67DBF4721AD8F9EB1F2E4C76E9 /* FlipperClient.h */, + 992FD1C9C6068B939633B419103E9660 /* FlipperClient.mm */, + A5983CB225014673BDAF64581994E4C7 /* FlipperClient+Testing.h */, + 96E9EB922C36476C0786587EF297BE4E /* FlipperConnection.h */, + BAFF9D44E7C52A8BAFDB2759D38A43BB /* FlipperCppBridgingConnection.h */, + 7DC33E903E83A31D9689A6DD1A54A6ED /* FlipperCppBridgingConnection.mm */, + D250D037AE04A24D16A8224A2313C0D8 /* FlipperCppBridgingResponder.h */, + 4F541C82A5E7D389CBBDDE1C34AE57B7 /* FlipperCppBridgingResponder.mm */, + E804F09F4B80F993C2E0B24526197242 /* FlipperCppWrapperPlugin.h */, + B61BEFE6E47196000E75802455548943 /* FlipperDiagnosticsViewController.h */, + C53D17BDB7B7EC565F1FDD68F1D365E9 /* FlipperDiagnosticsViewController.m */, + 36B7F3281228D81ACA10503A7747FBA2 /* FlipperKitCertificateProvider.h */, + 85BAE6A637841D1572B8698BF23835B5 /* FlipperPlugin.h */, + 356316D7DD3E39D91E9FF0EF40AFE4EE /* FlipperResponder.h */, + 0BE36D51559E26128B55E3C08C964C5D /* FlipperStateUpdateListener.h */, + 94562FEEE041FCA17B182DAEBEEC0438 /* FlipperUtil.m */, + C20F6A05F762286B608B5B3A769EBBE5 /* SKEnvironmentVariables.h */, + E44E84C86228E251FE0B31D0C4A6AD72 /* SKEnvironmentVariables.m */, + 180D90CEBCBD4A7E23C6FFFDA3A4C14E /* SKMacros.h */, + 31D229352F2DE3C9A822916471849309 /* SKStateUpdateCPPWrapper.h */, + 17DA2C266661DD03ACE89B60391E381D /* SKStateUpdateCPPWrapper.mm */, ); name = Core; sourceTree = ""; }; - F0A5F96CABF6A1B932E59F4FCAD27698 /* Support Files */ = { + F48572CCC535053DE8305BC47774E0D7 /* Reporting */ = { isa = PBXGroup; children = ( - 129554664E96421F78A43975119F7290 /* FirebaseAnalytics.debug.xcconfig */, - 76015CE36C25A6F07C63B1B1EFD628C2 /* FirebaseAnalytics.release.xcconfig */, + 6247AEF5270DEFCCA09283D875056971 /* Filters */, ); - name = "Support Files"; - path = "../Target Support Files/FirebaseAnalytics"; + name = Reporting; + path = Reporting; sourceTree = ""; }; - F15C37BFC5851EAF784F8B9163381DF1 /* react-native-background-timer */ = { + F513B08E99991BD6075C3354B7EA01C3 /* Modules */ = { isa = PBXGroup; children = ( - 6CC2AF39028C03B8A4CB9E7976E5CEF1 /* RNBackgroundTimer.h */, - B7B7E30060A05F4660D1CD3A67C631BE /* RNBackgroundTimer.m */, - ABA1566F37726427E8725EAEB4464F4B /* Pod */, - 105BC6FBA3537E202B726A4EFF4A0C1E /* Support Files */, + D04159077A405350875BDB7CA5A24322 /* RCTEventEmitter.h */, + CA58498FC5524A09BCCA96F1683E885A /* RCTEventEmitter.m */, + 1B982C9C75305A90662326A7440FA2FD /* RCTI18nUtil.h */, + 7D86AFEA1E8D436FD296806D0744D774 /* RCTI18nUtil.m */, + 25BDD2DC13551189D15F275EA994D8A7 /* RCTLayoutAnimation.h */, + EAD27803E5D10ABCFFA8CBA0A970AC92 /* RCTLayoutAnimation.m */, + 96A43DC232EA3F0DC5265F6C2A19EE84 /* RCTLayoutAnimationGroup.h */, + 5216B3E2531DD99512AED9064B0317DC /* RCTLayoutAnimationGroup.m */, + D0AB6032F1546DB6E25A6ACE6ACC48F9 /* RCTRedBoxExtraDataViewController.h */, + A062B510BC83BB6DF18CE83B96894159 /* RCTRedBoxExtraDataViewController.m */, + 9993ABD3D44958DAE192881FA1B41348 /* RCTSurfacePresenterStub.h */, + 47CB5C9DC677EB29112C5827775293D7 /* RCTSurfacePresenterStub.m */, + 7CF42FF7B2EBC06C1B82D50DAE22336D /* RCTUIManager.h */, + 866D07E45A7D4780A71AE12D71948654 /* RCTUIManager.m */, + FB20DC637388E4BA689F93FE512E889A /* RCTUIManagerObserverCoordinator.h */, + 45B80A9F33E706DADBF1F1FAC3660E0F /* RCTUIManagerObserverCoordinator.mm */, + F4F2C1544160BC6A474B60EE5F77FE3F /* RCTUIManagerUtils.h */, + 1EE49E61448DCC6DAEA90081E1E44046 /* RCTUIManagerUtils.m */, ); - name = "react-native-background-timer"; - path = "../../node_modules/react-native-background-timer"; + name = Modules; + path = React/Modules; sourceTree = ""; }; - F16F3C6F6BC9FF711135DD3152CB5052 /* Pod */ = { + F6E67C30969DC0EC8E8F6D07542F1C36 /* SKIOSNetworkPlugin */ = { isa = PBXGroup; children = ( - 0838D012181F528996A1D16C84E143FB /* LICENSE */, - F4533B14A5D61C451FBB7AAB80003AD5 /* README.md */, - F6A0E5CF9179E651E037D4B7D5CB8936 /* RNScreens.podspec */, + C5F6A5C613EC06BE0F0D511B2CE61195 /* FLEXNetworkObserver.h */, + 4B3637BE4E8B41FB5723F2C4EC85696A /* FLEXNetworkObserver.mm */, + AEC45C1A537CE0DCAA631548B8CC2ED6 /* FLEXNetworkRecorder.h */, + 67CCD4719914673799D3077A01CF300D /* FLEXNetworkRecorder.mm */, + 602DAD918827E43F59A128461ABCE145 /* FLEXNetworkTransaction.h */, + 3515F77B426C6CF110E121A941250BB3 /* FLEXNetworkTransaction.m */, + 442092B4C183043A0E146BF6588195C5 /* FLEXUtility.h */, + 5C11C44A2D9489E22B2FED225FB6B8D8 /* FLEXUtility.mm */, + 6FC31A3BB6F8B5DBFEA9C47E4A72A046 /* SKIOSNetworkAdapter.h */, + 36FEA324A8D5A0D423822FABB541691A /* SKIOSNetworkAdapter.mm */, ); - name = Pod; + name = SKIOSNetworkPlugin; sourceTree = ""; }; - F1C11B3FA3452796C51F0F783947A7DA /* Flipper-Glog */ = { + F79409A3D7255E0F8023077AE37A176F /* Resources */ = { isa = PBXGroup; children = ( - 65C6C445C595BFAF33DDDDF9383AB5B2 /* demangle.cc */, - 7DA40D5E3FBC6A93F1FF7F4D13B28638 /* log_severity.h */, - 112F26485E5BD088A564921383BA6AF9 /* logging.cc */, - C0F650BD9B2E89028D222093EBFCE546 /* logging.h */, - DFFB629BFCBFB19FDF2282D96ABCC313 /* raw_logging.cc */, - 2FFECB0B4DDC647D631B1BA79DAA8434 /* raw_logging.h */, - 0B8D9B432F6C46FD0A6C9B58434D29A3 /* signalhandler.cc */, - 1165877EF0D17AA8CF011BD56F1A278B /* stl_logging.h */, - B3462752B6DD6214502D421D405D0453 /* symbolize.cc */, - 939C57DD489196624F7D0F01B4838BCE /* utilities.cc */, - E0F1DEA3B6CFDE2C18084499770C9E5D /* vlog_is_on.cc */, - A6E08281B004ABE171A4A1FA4F296BBB /* vlog_is_on.h */, - E843477BC259FF327C241D92A1934327 /* Support Files */, - ); - name = "Flipper-Glog"; - path = "Flipper-Glog"; - sourceTree = ""; - }; - F213BDF8407DA6B72F1421072C88BF0C /* Pod */ = { - isa = PBXGroup; - children = ( - 9A7E937077EF1740F3DC39A3D982DE6E /* Yoga.podspec */, - ); - name = Pod; - sourceTree = ""; - }; - F274F23938A72021D1B6C1CB99B41564 /* RCTRequired */ = { - isa = PBXGroup; - children = ( - FF827F496F94A86DA2D09F742A21A4E6 /* RCTRequired.h */, - 3A67E76FB7FB6C7EBA50F61946FC756D /* Pod */, - BAC4947DBD4FE80222F3BE64755BCE3A /* Support Files */, - ); - name = RCTRequired; - path = "../../node_modules/react-native/Libraries/RCTRequired"; - sourceTree = ""; - }; - F3EB97D0A672B95874FAFB905A51E01A /* Pod */ = { - isa = PBXGroup; - children = ( - 6079429D4210877CF608A86FD278318E /* BugsnagReactNative.podspec */, - DDA0EC590AD9ECFCC4CED341B9884470 /* LICENSE.txt */, - 614651C5AFF2963EC24639CE4DA08665 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - F70AC376CC3B361021EEC657D1089DA1 /* Pod */ = { - isa = PBXGroup; - children = ( - E8B93F271FCBA4D3D7DE56CAA4B4729B /* LICENSE */, - F852CBF3CE0DE566AFB2C7B8631DF452 /* react-native-safe-area-context.podspec */, - 2C6C6630CFB49789DF6DD639D37382E1 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; - F7C5B8ACC15591E100DBD822F24B7346 /* demux */ = { - isa = PBXGroup; - children = ( - CB7C794C169FD2FC951EE9F353A6120D /* anim_decode.c */, - E696540BE648484FFE71CF0282A6AB79 /* demux.c */, - F73E45B67795E64677FAF5CABD71548B /* demux.h */, - ); - name = demux; - sourceTree = ""; - }; - FA4BB45737DC1CF6115BA39BEB61DEEE /* Resources */ = { - isa = PBXGroup; - children = ( - 7C7F3B7BDAB96176BD0FF5B765D99176 /* en.lproj */, + B3ED4B8A5B2465926045D6040922BD3A /* ar.lproj */, + 15A7CE841196547E76CAB994F30443D3 /* Base.lproj */, + 45B4FBE317831AE4A6442251D259B467 /* da-DK.lproj */, + F905D7B0C849F5F1F12A9998C72FE06E /* de.lproj */, + 9D241354271BACCED4B10713DBE1F73E /* en.lproj */, + 50A11E4285F9582D6B1FF0B483C92A1D /* es.lproj */, + C53F9C211DE6924D23B1763F088E829E /* fa.lproj */, + DCB6D621B837C1E38EB4A50C04CE38EE /* fa-IR.lproj */, + 5E6929DF44F768671E142897ED8025C9 /* fi.lproj */, + CB45785B393FC63226D62B32145ECE79 /* fr.lproj */, + E78BD45851D383772918D376AF29FDAA /* hu.lproj */, + E51509D05F2C713B06EF08347D5065D9 /* id.lproj */, + C1E518C2E2BB9CE5981E70CDDB4F785D /* it.lproj */, + 544C7CBA8C6B0405C35792D56547EBFE /* ja.lproj */, + C59312940D5C2000A2013B02A2AF8650 /* ko.lproj */, + 9D89AC07305184E37A620F129423F7EC /* ms.lproj */, + 43DC6B18562D8277B642E9400F967111 /* nl.lproj */, + A106B872B16AE4E27AADF4052E676807 /* pl.lproj */, + DD61A9687DAC055A541F15BDBA8CEC0D /* pt.lproj */, + 96D7AB664B3C5240389A2D3A10416B9D /* pt-BR.lproj */, + 7B1731A628203B06831BEB10F2F4129C /* ro.lproj */, + F32788FF4C72EAC8F2A4172E2B21B048 /* ru.lproj */, + EF38ADD4B23918335F1FDD5DBCDE58D9 /* tr.lproj */, + B19A58156D2B76D5EE1DC0BF80A5D334 /* vi.lproj */, + 936EC6FD858093EF095D610AF5EB00F0 /* zh-Hans.lproj */, + B195B77E68BFAA10E540BF81E400C873 /* zh-Hant.lproj */, ); name = Resources; sourceTree = ""; }; - FAF5CDC6B17294DBE8EA7ABF7964E69B /* Support Files */ = { + F7988896C43571B90D2678590A726A59 /* Pod */ = { isa = PBXGroup; children = ( - 9012FFC67A4803B75C88174F584524DC /* glog-dummy.m */, - 4D345910515E21E1AD7D327EE5DC086B /* glog-prefix.pch */, - DABD12A8716F9EE15A7A4FCAA0CE8398 /* glog.debug.xcconfig */, - 49CA202EFEE348AFB30F75145BE1AF57 /* glog.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/glog"; - sourceTree = ""; - }; - FCB5D05969CAD04412A84B2485F29DF3 /* react-native-webview */ = { - isa = PBXGroup; - children = ( - 92D8FD89F7A2810681D4C220BB99C204 /* RNCWebView.h */, - 2003AB067F07BE2BE7CDA8A162B545BE /* RNCWebView.m */, - A29C623F958C3E2F123E01B3D89F79AB /* RNCWebViewManager.h */, - 2729CC984F8697B70423444DFFD21E61 /* RNCWebViewManager.m */, - D88252D439688CC369F23BFBC4A5CC75 /* RNCWKProcessPoolManager.h */, - 50A32F655C446AB028954B33B24AFDB6 /* RNCWKProcessPoolManager.m */, - 2007D686209729D28D7395364BD9B6C9 /* Pod */, - 69D77B9F8C572BBD15658B900BA3E976 /* Support Files */, - ); - name = "react-native-webview"; - path = "../../node_modules/react-native-webview"; - sourceTree = ""; - }; - FCC5CC8E4C4A5D905B19541ECEA91349 /* Pod */ = { - isa = PBXGroup; - children = ( - 1DE7F450D523A78F5124D2CF1C283ED8 /* LICENSE */, - CA8FAEFF04789A84241986CDE94F92DD /* README.md */, - 3385BFEB50436FE2CF2907C5B07C71ED /* RNVectorIcons.podspec */, + 3932B4BFFCEA5D7D7FC7F6AFBF9D247B /* UMFaceDetectorInterface.podspec */, ); name = Pod; sourceTree = ""; }; - FD0BCC8A90E9F9DDFAB0E4ACE449010F /* RNScreens */ = { + F7AC5870164BE37CB71788B62B783F4C /* Pod */ = { isa = PBXGroup; children = ( - 78497E90DC733789EDCE160DAED8F149 /* RNSScreen.h */, - 74EB94829D661E11875EDCA959C4D283 /* RNSScreen.m */, - C6680C487D600FD829129EA8E3E7CB99 /* RNSScreenContainer.h */, - 0F75A8CAD877EEDB995D86501D3D102D /* RNSScreenContainer.m */, - 5D6692319FBCB2C548FA7CFB1B79ADC3 /* RNSScreenStack.h */, - AFCE40057458DCC1469FCD388A0BB95D /* RNSScreenStack.m */, - 43A87F0D3F08AFCFC15CBB3678593D37 /* RNSScreenStackHeaderConfig.h */, - 375AFE840DF8E77C9875A98B11B4B70B /* RNSScreenStackHeaderConfig.m */, - F16F3C6F6BC9FF711135DD3152CB5052 /* Pod */, - 8AF3914EEE11EF1A34AE09912FB988E7 /* Support Files */, + 34AEDE0BD8179E53D2D3DB6B7B9F40B7 /* LICENSE */, + 72E0AC19E55696594533B20555734F3D /* react-native-webview.podspec */, + FA3E4CBAAFC18432237F6D18A139C9BF /* README.md */, ); - name = RNScreens; - path = "../../node_modules/react-native-screens"; + name = Pod; sourceTree = ""; }; - FD3832534DD20FB2B0D7D2679AF800A2 /* Development Pods */ = { + F808A29EF6D2BF27D4ED02DC44442A59 /* UMPermissionsInterface */ = { isa = PBXGroup; children = ( - 53DEF5242CE202E0E8B70088FABBF4C2 /* BugsnagReactNative */, - 2C376A7C2EFDB6FD2850156580C28348 /* EXAppleAuthentication */, - CB1426BBE58AD8DD291A501A8CAE6A45 /* EXAV */, - 5C169D4522E7045405B87CA716ED3257 /* EXConstants */, - 1454E362960F7B600B0B7C59854A0050 /* EXFileSystem */, - AC26B37A1931A5DE839416BF9ED0925C /* EXHaptics */, - D5489C1C7394C3B8C6C23766A7CA0DFD /* EXImageLoader */, - 7105A67B52BD84AE1F9B403636271170 /* EXKeepAwake */, - 94251E31F8F0B8465F533FFE49EC210B /* EXLocalAuthentication */, - A2F3C8F992A758885AE570638DA495C1 /* EXPermissions */, - D9518E740A9AFC3E7B387BCA5FF9537F /* EXVideoThumbnails */, - DA89589B49517E5EA82A6B02E5CD7F9E /* EXWebBrowser */, - E4E8AB0B3257C294E9911E5E162E9DF2 /* FBLazyVector */, - DD0475AE0ECFA031CFABB63D92FCD104 /* FBReactNativeSpec */, - 76848BB683E84C5BFEE0BAC739525BA5 /* KeyCommands */, - F274F23938A72021D1B6C1CB99B41564 /* RCTRequired */, - 1C94FA315C202B5662CEF21608090EC8 /* RCTTypeSafety */, - E992A5D0E5A7AC39385D9A0C74716A62 /* React */, - 02C1D51A3C923A6AFA3E34D88B202CD8 /* React-callinvoker */, - BFBCAB6D83A83D474FF121198F368767 /* React-Core */, - FFFDE260BED8AB7F52F518EC7BE16DED /* React-CoreModules */, - A79F0E05A838EF64B7658CA496F9E1E3 /* React-cxxreact */, - 1A7AEE295318636E06E7A3DB81744870 /* React-jsi */, - 17F9487B1AF22C79AFFD149854B6B1E7 /* React-jsiexecutor */, - 671ECD1C996FFC816324DAFAB1A19CCE /* React-jsinspector */, - AAA4C61B8C39C40E79383B61304D2A8D /* react-native-appearance */, - F15C37BFC5851EAF784F8B9163381DF1 /* react-native-background-timer */, - B449DB71F374DD858A4A8621429AB94D /* react-native-blur */, - AE109F93B312E2EB5DEEF380800D7278 /* react-native-cameraroll */, - 08C506C848F426849E5A105B32AC210F /* react-native-cookies */, - 80A08CB33E0D9543703446F1A44ED4BA /* react-native-document-picker */, - 06FFED4119CC9D9A505FDE3602FAB931 /* react-native-jitsi-meet */, - D0BBB65B9EF16081EC04EB77523FB74B /* react-native-mmkv-storage */, - B5C0F37AC125029E10279D69E277EECB /* react-native-netinfo */, - 1A628DA144ED63D7F74183536680CDA9 /* react-native-notifications */, - DAF8AC0DE938023F1EFD6E64580027E3 /* react-native-orientation-locker */, - 9B5046CD8B4A31FD00BFC53034C52FD8 /* react-native-restart */, - 427D55B4D49DECAD25DD96042FDE89C6 /* react-native-safe-area-context */, - 41A1A7226215B2705ABC17E5E7B43ACC /* react-native-simple-crypto */, - E993AAF60A2D3EA920495BAFB1389DF9 /* react-native-slider */, - FCB5D05969CAD04412A84B2485F29DF3 /* react-native-webview */, - 531DA31BD8AE1255B7F5C4AC0FA64FAA /* React-RCTActionSheet */, - 815A33AF726427CE21760986FA735177 /* React-RCTAnimation */, - 276122944444439FC77955F20CD6A30D /* React-RCTBlob */, - 29957F868F07EEE89DFE7FC1B0ACE6D1 /* React-RCTImage */, - 70F3A0E64B284B8C97838B0829AE02A5 /* React-RCTLinking */, - E7306CEC67A81D13765B9304075849E7 /* React-RCTNetwork */, - D0B522D5CC2E5A31525F8136F3634260 /* React-RCTSettings */, - E0CC8749E040F3E83DE6A9229D29CFCD /* React-RCTText */, - 01A1AD57AD1BB2AD5845303B0A554C22 /* React-RCTVibration */, - 194078C484BDC8A303C8645752BB70C1 /* ReactCommon */, - 1CD2D7BDC894B7B8BE569AD82742A0E0 /* ReactNativeART */, - 103C58B2D8046ECD6ABF252C57C4868E /* ReactNativeUiLib */, - 3CE02B39A92B0DCBB0D5B4C6784BC575 /* rn-extensions-share */, - 1E2544ADE498B2C257DDDAB82F3AD7B9 /* rn-fetch-blob */, - 2D65ED6144405F8AFE50E22615FBC757 /* RNBootSplash */, - C0277F30A902559AA6937260BCD873B0 /* RNCAsyncStorage */, - BC70FB4489FE36B8AB7DA8287810A302 /* RNCMaskedView */, - 516D48C790A6C52C51EA7EC53526162F /* RNConfigReader */, - 5140B04C2567E24C23D111FD31E1DF63 /* RNCPicker */, - B36F40637D56A6F7425EF6253ADA2874 /* RNDateTimePicker */, - E3D76ABDD60969ECC887535C41E2ADF3 /* RNDeviceInfo */, - B5EBE513592E2B7DA9628B728D798C59 /* RNFastImage */, - A5C2980179FAB098B788C613EDC9FC55 /* RNFBAnalytics */, - ED1F7786F66C63DC6DF650F766F3CF44 /* RNFBApp */, - 842977E8760D7A6F1CA498256D783589 /* RNFBCrashlytics */, - 6C93703A4E66AD1C51F1AE4824C87401 /* RNGestureHandler */, - 781F76FC501EE76FA61E4DE490D479C7 /* RNImageCropPicker */, - C0131A07EEF3B01458756B08223A583A /* RNLocalize */, - 1F5616CC5E2A720996DBBC1E073D6D0D /* RNReanimated */, - 86651CF95E8E48A53F5C6A641DD9C69E /* RNRootView */, - FD0BCC8A90E9F9DDFAB0E4ACE449010F /* RNScreens */, - 88A691316CACAA6558924A8C646F5EBE /* RNVectorIcons */, - A14DAD69E31D1D31F89A19555B97D682 /* UMAppLoader */, - E1EEA7EE4BC180C875ED951474B19006 /* UMBarCodeScannerInterface */, - 847A73534AA987A9865CF5B69AABAFD3 /* UMCameraInterface */, - 57CE0FEC9C8DE47E49D9D79E9314662B /* UMConstantsInterface */, - 6BA0664FA2D4B60B3DD30BD8539A8190 /* UMCore */, - 125765EDC62FE360F1E5AA9E9CAACF74 /* UMFaceDetectorInterface */, - 1EBA55AA61BED69548CAA5952A0EDCCD /* UMFileSystemInterface */, - 37B4B56AA4A3DA49CF37E07374DDBF4F /* UMFontInterface */, - 9B7F578E41E26C73FBF4F96163FACA74 /* UMImageLoaderInterface */, - 23B343F28B39B65F0898F76DCD66E49E /* UMPermissionsInterface */, - E5E92984279AE2959EB1F9D065C78A5F /* UMReactNativeAdapter */, - CDF0BF08316B04C760B7EAA8663089DD /* UMSensorsInterface */, - 9D9FF6B4264AC516BD8860E5ADB704F9 /* UMTaskManagerInterface */, - 024A616156C01DFD90897F965A50E391 /* Yoga */, + 3E6621284928A4F9127989B9EF1C7BB9 /* UMPermissionsInterface.h */, + 9DE99DFD7B85B89347D444571AAEC186 /* UMPermissionsMethodsDelegate.h */, + 63CB6A3006C88E014F9742E1AB6FD744 /* UMPermissionsMethodsDelegate.m */, + E64D5D232274B1FA2A081216DF62B0AB /* UMUserNotificationCenterProxyInterface.h */, + 405F2D65039F5D74A254A526559005AC /* Pod */, + E0447CF6A66B6832EF685C8D8E84EDEA /* Support Files */, ); - name = "Development Pods"; + name = UMPermissionsInterface; + path = "../../node_modules/unimodules-permissions-interface/ios"; sourceTree = ""; }; - FE06D20E6ABE802195DAAA083ECDDFE0 /* Surface */ = { + F98C87547B0BE5635DD3323F044F3AB3 /* Pod */ = { isa = PBXGroup; children = ( - 065027678973792C8BE0BFAC086A9A80 /* RCTSurface.h */, - BB9977CABB131278BDCA9D460C239FE6 /* RCTSurface.mm */, - FBC461CA3869FFBEF0E9E8530BA2F306 /* RCTSurfaceDelegate.h */, - 51DADE9E97F2F8B18813C0633FC5266F /* RCTSurfaceRootShadowView.h */, - ACD42BD8549FCA14993ACFEC9CBB076C /* RCTSurfaceRootShadowView.m */, - E7D24E262D74B58368CC58195C3E6E39 /* RCTSurfaceRootShadowViewDelegate.h */, - 72533CE33A2B862C44EF197197EDDFA8 /* RCTSurfaceRootView.h */, - 418D177EAEF50DCF900F31A816E9FF5D /* RCTSurfaceRootView.mm */, - 59F5731031A0C4C2CD0197E8CED15653 /* RCTSurfaceStage.h */, - 580477D78C557257DFE03501D1D7B57C /* RCTSurfaceStage.m */, - 29C56E05F862087DF9F57185E1B8022F /* RCTSurfaceView.h */, - E99926505817AA2B4B18E0508363DB9E /* RCTSurfaceView.mm */, - 2A4739BAF6EA383DB0D1C5E0FB4D3422 /* RCTSurfaceView+Internal.h */, - 7EAD03B01F58E15BA5E5462492AD868B /* SurfaceHostingView */, + 1749D28981829096D828BD34F0484AD0 /* React-RCTAnimation.podspec */, ); - name = Surface; - path = Surface; + name = Pod; sourceTree = ""; }; - FE363D407E513AA3E320393028C625B8 /* PromisesObjC */ = { + FA16F1D3639B42086EAF3156D69B7F54 /* FlipperKitReactPlugin */ = { isa = PBXGroup; children = ( - BFE6FC1E74E6BAF4C3B3E91E02A9FBB9 /* FBLPromise.h */, - 09237B423884236038ABED6E33B113CB /* FBLPromise.m */, - 97CAF8387EDE90A10D00648AA57BF226 /* FBLPromise+All.h */, - F35DA71CC99605AEB40A6C6F7A942D4D /* FBLPromise+All.m */, - 9DB8C0BBD7086056FC9DE49C1D9246A8 /* FBLPromise+Always.h */, - 814139026BF4287C2A9AB4DD369F6FB0 /* FBLPromise+Always.m */, - 53AB43AAA9797925F3F4CBAAC44FA2EC /* FBLPromise+Any.h */, - 8B364030DC83D130DC336E81DE366EF3 /* FBLPromise+Any.m */, - 55F100FCF8475C73AD839A1593E9ADF9 /* FBLPromise+Async.h */, - 66B5E2E6AE055D3F18FCDEBACF451F2E /* FBLPromise+Async.m */, - 7141B53E78C9DEAA2CC09D3494BDC55F /* FBLPromise+Await.h */, - A04B7559B094A1566C67218DF679AF43 /* FBLPromise+Await.m */, - CE7539F4FA0A50BBE5B64DDCF47680A4 /* FBLPromise+Catch.h */, - FFCDE520D04F25265D530BF6E165BEA5 /* FBLPromise+Catch.m */, - A4A1E4A2E3B2ED91A5FBEDC266912332 /* FBLPromise+Delay.h */, - BA68E928F373F70152D641537C54DE8B /* FBLPromise+Delay.m */, - B34B015BA42D543CF38FAD5B7194823C /* FBLPromise+Do.h */, - 50278CBC09EEE6E4FC80FD769E4017F8 /* FBLPromise+Do.m */, - 693B36698B338782DF4E18EF9AFD257F /* FBLPromise+Race.h */, - 5CC8D5E9BDDF9AE7EC844622946B58FC /* FBLPromise+Race.m */, - C080F2B8018BBFCDEEB578997A1CAADA /* FBLPromise+Recover.h */, - 8F42F7EC868C6619187521DF8ECDA221 /* FBLPromise+Recover.m */, - EFF3C616EAE7FDF2565434DECC6B72A3 /* FBLPromise+Reduce.h */, - BF36E28ACA57A19A1D74DF15CAF5CE60 /* FBLPromise+Reduce.m */, - C754CF5C69AB2D1E1B2AB781731ED3EB /* FBLPromise+Retry.h */, - 92CEF69280E39473F30E5D95ED9440D8 /* FBLPromise+Retry.m */, - EB84D4D6CC239A67FFB14FEEAF6C270A /* FBLPromise+Testing.h */, - ABA9D312C68BE6896BFDDF7DCCA96126 /* FBLPromise+Testing.m */, - 5518F97877E6EA3F7E8430D7BD8B18E6 /* FBLPromise+Then.h */, - E7A360F477D5F82FF59B1CC65CE301C2 /* FBLPromise+Then.m */, - 866738F314A89C7C35F1A037EB989814 /* FBLPromise+Timeout.h */, - FC88783046F979B1D9C3225EDA4EF43D /* FBLPromise+Timeout.m */, - D6609E09B8B433F77C7CAF872DC83CA0 /* FBLPromise+Validate.h */, - B2264B5C60226CA51FD36CB55D12DDAE /* FBLPromise+Validate.m */, - 6C52AC3ABBD5027A4BE8C3C174D5B16A /* FBLPromise+Wrap.h */, - 5796122E2E69F134B682B733531BE900 /* FBLPromise+Wrap.m */, - 5E12276A6C8C895FFB342D8471718980 /* FBLPromiseError.h */, - 3B99D108828D64D392189DF323023E4D /* FBLPromiseError.m */, - B25AF2498AD8B4B3B0FC90EF58D414CA /* FBLPromisePrivate.h */, - F8BB3EACBBA16D47BC19FEB0B22FBEA2 /* FBLPromises.h */, - 2E6C5F2B755D82C4DCD48BCB089DE5E9 /* Support Files */, + 6711DB488A61D426C84C1893A5107E3F /* FlipperKitReactPlugin.h */, + 5C6E7195BDB8072FDAB3908CF9B70685 /* FlipperKitReactPlugin.m */, ); - name = PromisesObjC; - path = PromisesObjC; + name = FlipperKitReactPlugin; sourceTree = ""; }; - FEC816471FBC108EFD3B9796DC6A757A /* Handlers */ = { + FA7DE264105FD72149CA87455D37E696 /* Support Files */ = { isa = PBXGroup; children = ( - 5D38E73322388C1A10EFD64A7640887D /* RNFlingHandler.h */, - 6D2E8277CADB62251062F3D9AA18E8A5 /* RNFlingHandler.m */, - 739300194B262552941824FC80F70401 /* RNForceTouchHandler.h */, - 6F411981E192B7E53FF1CABB16575458 /* RNForceTouchHandler.m */, - C1EAC9670A6FA84B2A53D1774A4D526F /* RNLongPressHandler.h */, - E8AC4591B9126A22CA3EBDED11C35C64 /* RNLongPressHandler.m */, - 3D1DCCC75B800E19204DA00E11DE8A17 /* RNNativeViewHandler.h */, - 4E757952E5704A8508A3CBCE5571C9FE /* RNNativeViewHandler.m */, - 50146CB564DFE46C66ABB3067BBFF919 /* RNPanHandler.h */, - CA0B36DE1F1C89B4403A9C8DD9D16A33 /* RNPanHandler.m */, - 8D71B55902CC6D012E2F0ECAE630BE0A /* RNPinchHandler.h */, - C9D462F35BF0880FE6D1B82C854EF027 /* RNPinchHandler.m */, - F1407C57ECCD9035EB8EDBFE16F9A871 /* RNRotationHandler.h */, - 897787742E019BA7DEC9C217365A1A4C /* RNRotationHandler.m */, - 96EC81DC08D79ED683C5E60491DDCA3B /* RNTapHandler.h */, - 15C72747D752FF29FD642F5887D41C1A /* RNTapHandler.m */, - ); - name = Handlers; - path = ios/Handlers; - sourceTree = ""; - }; - FFD1941DB5590390601139E476AACF90 /* Support Files */ = { - isa = PBXGroup; - children = ( - B4D999C096FD0C71375AEAFC511D717D /* FirebaseCrashlytics-dummy.m */, - 6CFD6D02B9AC6962409D8F3C07485358 /* FirebaseCrashlytics.debug.xcconfig */, - 2EFF0AE8DEF5E0127E7359BA5FBE3678 /* FirebaseCrashlytics.release.xcconfig */, + 80A3043D2879C28BCEB0B08D17CF1FF5 /* ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist */, + 4C38FBE8F7CED699F64860EE64073516 /* RNImageCropPicker-dummy.m */, + 33BAA8C32AE816808A6B5391FF5B9C0E /* RNImageCropPicker-prefix.pch */, + C54739594C9F12ED91B3A24A811C6E3C /* RNImageCropPicker.debug.xcconfig */, + B86E5D4DE381D4F6E5472B43B919D882 /* RNImageCropPicker.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/FirebaseCrashlytics"; + path = "../../ios/Pods/Target Support Files/RNImageCropPicker"; sourceTree = ""; }; - FFFDE260BED8AB7F52F518EC7BE16DED /* React-CoreModules */ = { + FABC93F2FAEA3F0CBF5CC666F9A92F1E /* Pod */ = { isa = PBXGroup; children = ( - DE105C5E53AD2270FA4FF2DD8233122F /* CoreModulesPlugins.mm */, - 5A6B52633AFC19E416B9E442017E83C7 /* RCTAccessibilityManager.mm */, - 0B7EECD438F89B9553FB8B74B467446B /* RCTActionSheetManager.mm */, - 40E0EBEDED8DAD825E5E3119CFE23B9A /* RCTAlertManager.mm */, - 06B9D1DAFB722F8830E2B06BD41AA29D /* RCTAppearance.mm */, - EEE5F157A29AAD39F4C318A094F8CCDE /* RCTAppState.mm */, - CC9D5AFBF790A016FDFA10A984763C16 /* RCTAsyncLocalStorage.mm */, - 17A08E29AE6232CCA0D2F6B8DEA8274C /* RCTClipboard.mm */, - 1C15BB5AF0B86A38D7BAA1B434D98E09 /* RCTDeviceInfo.mm */, - DE5AFF79E47E8F60A283AF22E7CF0061 /* RCTDevLoadingView.mm */, - 8084983274BBED73D5C758DC3DBC0B97 /* RCTDevMenu.mm */, - 6BFB5F65B8831BF38FE51745C4025F95 /* RCTDevSettings.mm */, - 1A4263065003D9AF531FD46697DC314C /* RCTExceptionsManager.mm */, - 52709A6CB50C8227E87E5757B19249E1 /* RCTFPSGraph.m */, - D12B64E4B25F72C28F263728E645BEDF /* RCTI18nManager.mm */, - E917C20877B42863821B820677F30258 /* RCTKeyboardObserver.mm */, - D74DB89A3986EFB24E631A22A33878DF /* RCTLogBox.mm */, - 0472646441303309E0A83153165743ED /* RCTPerfMonitor.mm */, - 706D7AC41E4C897CD693D161D15CED8F /* RCTPlatform.mm */, - 23082B7F8341444491EACB590A146BA9 /* RCTRedBox.mm */, - 7E854EFF6DF0D7C8A105D694EE0D55C0 /* RCTSourceCode.mm */, - 6DA27FAE422C8A891392A00C78F2ECD5 /* RCTStatusBarManager.mm */, - 6BD80CB5A06AB80926B6A693B4EBFB9D /* RCTTiming.mm */, - 547ED7E8D811323D15149459ADECBAB2 /* RCTTVNavigationEventEmitter.mm */, - D4EA68A082458F92C6E70F37115AD737 /* RCTWebSocketExecutor.mm */, - FD8C88140FCD07D141A8C934DF0CA486 /* RCTWebSocketModule.mm */, - B1CAE294EC6D9DB77666A4E72DB78150 /* Pod */, - E6934E9392CDD9C57A08A918E4DC9306 /* Support Files */, + 7B16C0CAF17D87BD8378FB79E3F81243 /* EXWebBrowser.podspec */, ); - name = "React-CoreModules"; - path = "../../node_modules/react-native/React/CoreModules"; + name = Pod; + sourceTree = ""; + }; + FC81F8DBB5CBED15EB7BF6D18332DD79 /* Support Files */ = { + isa = PBXGroup; + children = ( + 73A16102B2018BA31D7EFB9EF4A652D4 /* React-callinvoker.debug.xcconfig */, + 69C887D0A79950BD4A99556405A3C390 /* React-callinvoker.release.xcconfig */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/React-callinvoker"; + sourceTree = ""; + }; + FC9F5289BC37CA84CD8FF2EF5E9BB45C /* Brushes */ = { + isa = PBXGroup; + children = ( + 1BF2A62CDAEC62FD3C113D8D4F055933 /* ARTBrush.h */, + FEBBF7AF68F33889F4E9C691FCE86068 /* ARTBrush.m */, + DB8EF10FCBC488C35687478E6EE45CF4 /* ARTLinearGradient.h */, + F92A93A40CA46BC1EB5DBF730B2A9DA5 /* ARTLinearGradient.m */, + CAE4DE9255E54CA5611A891BC0BBAAB3 /* ARTPattern.h */, + 44DD50027694D12307F2F079CE95B327 /* ARTPattern.m */, + 96BABF48CDDDB6FFD5262835706FBBF9 /* ARTRadialGradient.h */, + E0770E50D0CB754AE88BDFE96554F6BB /* ARTRadialGradient.m */, + 7DDAE664C6BD4BA52FCE28BE3DC2DCC8 /* ARTSolidColor.h */, + BB42CF3B380B72E8CD28585A7E09D6F1 /* ARTSolidColor.m */, + ); + name = Brushes; + path = ios/Brushes; + sourceTree = ""; + }; + FCB433313CDFA874DF03B7FB87A8ED22 /* boost-for-react-native */ = { + isa = PBXGroup; + children = ( + 4305D9DF3768C2FB5CBCA0B1B57D0C7F /* Support Files */, + ); + name = "boost-for-react-native"; + path = "boost-for-react-native"; + sourceTree = ""; + }; + FCF903E1E4248D32980AF1AA064950F8 /* GoogleDataTransport */ = { + isa = PBXGroup; + children = ( + 92CB8E89BD841A3E87A709A8BFD2B061 /* GDTCORAssert.h */, + 685602E60FBDC5CDDAC8BA1D4C1D2652 /* GDTCORAssert.m */, + EF1074726BB5D4DB69C6542C0D3CB716 /* GDTCORClock.h */, + 63B9522FB756289AAF91DAEF6C4AC4FF /* GDTCORClock.m */, + 3256AA43CE2BFC1B9E9126DBB10173CF /* GDTCORConsoleLogger.h */, + 99F93EE64440E9A1DA652BA54E830184 /* GDTCORConsoleLogger.m */, + 49A1C3EB17C28690DD5DAD1494DE1ECC /* GDTCORDataFuture.h */, + 372C88C139F6DECDDDE39091642AD22F /* GDTCORDataFuture.m */, + F613CB900F2AE85AC3F1E5615A2FD6D2 /* GDTCOREvent.h */, + 14E56BDE5BFC0425FE97F89ACDE35690 /* GDTCOREvent.m */, + 718BB8333B0F2AF0FD3F8AC14960DB95 /* GDTCOREvent_Private.h */, + 242734FB9BCAEF9B6FF14DD078DFD54E /* GDTCOREventDataObject.h */, + AED82BC6A3AEF2071ACEF81994215B49 /* GDTCOREventTransformer.h */, + 3C956CDF96AC19AC13089AFD2393F859 /* GDTCORFlatFileStorage.h */, + AF18ACD03871919E8F02A60B489C6CAD /* GDTCORFlatFileStorage.m */, + 3FB379E5D133D3B5BD5907B8C2FEC426 /* GDTCORLifecycle.h */, + CCD023D12981BF77FBA2A8CC13B997D1 /* GDTCORLifecycle.m */, + 1342E4C32D6D019A9D63E3F2A860FB21 /* GDTCORPlatform.h */, + 95289BDA6350DEF07E4955FA1EC52519 /* GDTCORPlatform.m */, + 2D1AC39EB4AFD5AA46DCA9BB791486B2 /* GDTCORPrioritizer.h */, + 93BC81BD4B8421AA0D05341EE0B566EE /* GDTCORReachability.h */, + 0A4847D525003929C998851398FA9ECC /* GDTCORReachability.m */, + 51B63412DE867C9C9A5E249B9ABF435E /* GDTCORReachability_Private.h */, + EF9FFCBF8924E2CDB54727B590DCC4D1 /* GDTCORRegistrar.h */, + 8CEDC5110EB13A53A24E779C0A7353CB /* GDTCORRegistrar.m */, + A2BC0E43F585DCF9FF442F0395D11AF5 /* GDTCORRegistrar_Private.h */, + 42BF07A272BFF84B1F4116A62A58DEB9 /* GDTCORStorageProtocol.h */, + E9A2D17AD18B6870119319A8ED081B72 /* GDTCORTargets.h */, + 984F0BE697C69441407D7B8F19C8ED65 /* GDTCORTransformer.h */, + 74560CC510D37D57F437D1F3E3B31B90 /* GDTCORTransformer.m */, + 41D392A9A6CBBFE9049B72F2DE284171 /* GDTCORTransformer_Private.h */, + DF228A0B78A70CE35B9DE8E4F6CE4734 /* GDTCORTransport.h */, + E63CB4CAA28B2541855BDB5A5A38FA24 /* GDTCORTransport.m */, + BDD88D93EF5423C2CADBE43F89A62E30 /* GDTCORTransport_Private.h */, + 0932E7FA55A62ECF2AFD9B3A9CAE0053 /* GDTCORUploadCoordinator.h */, + 1DF0954BD8054A90907EB224D57A8A24 /* GDTCORUploadCoordinator.m */, + E86CFB45F7E77FE0732B71E4E950F03F /* GDTCORUploader.h */, + CDF0444A1FD7F32A204BDBD7C83D1CB8 /* GDTCORUploadPackage.h */, + 3FDDC4602AC6D2C76628D42154AB26DD /* GDTCORUploadPackage.m */, + AD702E208DF29BB63131B8B34FB32AB5 /* GDTCORUploadPackage_Private.h */, + 6AC75328B863B1EE0AA4D64AEE291072 /* GoogleDataTransport.h */, + 2A860F1277FFE1318979EB61A3B2A5B2 /* Support Files */, + ); + name = GoogleDataTransport; + path = GoogleDataTransport; + sourceTree = ""; + }; + FD974D67475CF081710734FD9594C27A /* Support Files */ = { + isa = PBXGroup; + children = ( + EF1698FF21DF374A4AE9D31ABE3A971B /* DoubleConversion-dummy.m */, + 7EA3C07A080C8580BDF69166E8CCBA8B /* DoubleConversion-prefix.pch */, + 7BA7E8BFE2A902C8F99FBEBECCB83C70 /* DoubleConversion.debug.xcconfig */, + 79A07B20A25B5F8E552A71848887B615 /* DoubleConversion.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DoubleConversion"; + sourceTree = ""; + }; + FDCC8AD142EDD0E5D6865266618244B0 /* Pod */ = { + isa = PBXGroup; + children = ( + 6124E76124D5D68655590FC59714379D /* LICENSE */, + C3A94FD63D730CAD60C4E93BC3718E64 /* README.md */, + 9091528AB3DE05E81F82CD460DB2A29F /* RNFastImage.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + FDE3FD936D367C74AABAE063BB0AF9FA /* rctcustomInputcontroller */ = { + isa = PBXGroup; + children = ( + D84E69754A0D4FDBCE0C052A0319CE6A /* RCTCustomInputControllerTemp.h */, + E61F81072D2EC2A3897A476C2FE3B140 /* RCTCustomInputControllerTemp.m */, + F914341F539FF126F01DE69CD8C8F006 /* RCTCustomKeyboardViewControllerTemp.h */, + EA0BB0A0BFE4F2CB6A93F2BC803EC514 /* RCTCustomKeyboardViewControllerTemp.m */, + ); + name = rctcustomInputcontroller; + path = rctcustomInputcontroller; + sourceTree = ""; + }; + FF2EB2A486A938384DCF76C43A1E51AC /* react-native-safe-area-context */ = { + isa = PBXGroup; + children = ( + 8DE0AE382E73F391070A03814F33213A /* RCTView+SafeAreaCompat.h */, + 74B5E20D68E642ECCD6708CF0DCAD679 /* RCTView+SafeAreaCompat.m */, + F14A849C2C9B2CEEB4F0B9C699D6EA1A /* RNCSafeAreaProvider.h */, + 99688F282F0A012B1381B6068A7624FA /* RNCSafeAreaProvider.m */, + FB2696973117BCE57CF3C58C0188B083 /* RNCSafeAreaProviderManager.h */, + F037EC4F73F57C22672B80867DE53943 /* RNCSafeAreaProviderManager.m */, + B39B12F1A5E14751041492FCCBF2033B /* RNCSafeAreaShadowView.h */, + F0D5853E35D86ACA3C347FD0E915E773 /* RNCSafeAreaShadowView.m */, + 656C39989F4BBA58463712D2CC9ECB78 /* RNCSafeAreaView.h */, + CCB95D48A060BE3254244328009809DF /* RNCSafeAreaView.m */, + 13204D1DBD99998D3398EF8FB64CE9DF /* RNCSafeAreaViewEdges.h */, + 6E075784007E2D319862BA72A46015F7 /* RNCSafeAreaViewEdges.m */, + C253635FF1C1A32EBC240C5796976D2C /* RNCSafeAreaViewLocalData.h */, + 8AB9C3CF4449B723F5D73679F164418A /* RNCSafeAreaViewLocalData.m */, + BB462F456A6FC28C69C4B83FF425FD06 /* RNCSafeAreaViewManager.h */, + 0BA5B665E069B481C562627BE40E6125 /* RNCSafeAreaViewManager.m */, + 6B315F97E506E5B42BB62F45AD75574D /* RNCSafeAreaViewMode.h */, + BE5BD84C4AD1A7D221D541EBDF680E48 /* RNCSafeAreaViewMode.m */, + 22A57A7E09CDAAB9BF6A6AF8B05208DB /* Pod */, + 481CA115B0BC1E37D58D9560FB91E63D /* Support Files */, + ); + name = "react-native-safe-area-context"; + path = "../../node_modules/react-native-safe-area-context"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ + 02E8617DD70FB8263978E5838A0CFA6E /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + DB9402CC77107738DC311B9F0D68E58D /* FIRAppInternal.h in Headers */, + F59BCE6F71857B254E0ED04E7EBB21BC /* FIRComponent.h in Headers */, + B88F11F419769EA847B5138AC0575BD9 /* FIRComponentContainer.h in Headers */, + 3D66408B9F8281101FEC05C154C0FE31 /* FIRComponentType.h in Headers */, + 72BBB4451EB65DCFC7449FEE30AB940A /* FIRCoreDiagnosticsConnector.h in Headers */, + 2E1F5E61285BAA99BD78577711CA9B5D /* FIRDependency.h in Headers */, + F1B3D34466F622D69DEEDEB3AE6131A8 /* FirebaseCoreInternal.h in Headers */, + 5933E0EAB87B3D53C94D50CC084C6D95 /* FirebaseInstallations.h in Headers */, + 8B288FF99FDD4FF638F0E789B5DEB042 /* FirebaseInstallationsInternal.h in Headers */, + E0FCF1316026221791520A6C8C1B5A21 /* FIRErrorCode.h in Headers */, + 4A896F01285E40109FA49002175738EB /* FIRErrors.h in Headers */, + 77A443077DFF6DDF2FBAE81A7E072A5A /* FIRHeartbeatInfo.h in Headers */, + E6B96CC123DA8805C8139A6664A5A758 /* FIRInstallations.h in Headers */, + 009FF0611BB40536C7E55C893F120694 /* FIRInstallationsAPIService.h in Headers */, + 0F526F8ECE4864D931BAB06C581EF2A8 /* FIRInstallationsAuthTokenResult.h in Headers */, + AFD8E0A491B06B8BB161E0B62F7DD5DC /* FIRInstallationsAuthTokenResultInternal.h in Headers */, + C949EAF97B15E86E5D2FA5A444B60786 /* FIRInstallationsErrors.h in Headers */, + C1CBB702E15150B73DC1362E2270DBBC /* FIRInstallationsErrorUtil.h in Headers */, + 82A8C735673AB5BD4775AA8EDA29BBF5 /* FIRInstallationsHTTPError.h in Headers */, + DC54E9D36EAFB9DAD289BCE6FA2DDB67 /* FIRInstallationsIDController.h in Headers */, + E25653A10C2B08B8CA728E8AC6964787 /* FIRInstallationsIIDStore.h in Headers */, + B3324256BD597B34D98A2FD9B18F02F8 /* FIRInstallationsIIDTokenStore.h in Headers */, + 333BC702D1A9BECA66EF1537893DBAD5 /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */, + F2FA208256E4D6750626283AB434A8A2 /* FIRInstallationsItem.h in Headers */, + FC67D99DCACC5FE2683E8EABC305AD00 /* FIRInstallationsLogger.h in Headers */, + 9D7D7F574528EA6486789CF65BA0E0AB /* FIRInstallationsSingleOperationPromiseCache.h in Headers */, + 5E9CDB6AB4B43366569AD6341E339A31 /* FIRInstallationsStatus.h in Headers */, + D025436CF178E15392443265ADCD4AF2 /* FIRInstallationsStore.h in Headers */, + 8B51A33CAD3BC04DECD6545D4E6BBB7D /* FIRInstallationsStoredAuthToken.h in Headers */, + D7E63E28893E0CEA70E87C65D8C8F809 /* FIRInstallationsStoredItem.h in Headers */, + 1C2334D00280239415554018B86DEC22 /* FIRInstallationsVersion.h in Headers */, + 9DFFA97DB979F7F60B026F1CCE08E7CD /* FIRLibrary.h in Headers */, + 512BE88134498726A8FF4E64FCB179C0 /* FIRLogger.h in Headers */, + 617676470AA9F9716121D821FAB43BA7 /* FIROptionsInternal.h in Headers */, + 79B631AE50D6815BDC96A0A31C37B300 /* GULAppEnvironmentUtil.h in Headers */, + D08BEADB96AB8168ED715B6C90836C4F /* GULHeartbeatDateStorage.h in Headers */, + 40AEB96BAA7588D07C4BF14AA08CAC18 /* GULKeychainStorage.h in Headers */, + 6479409241D07C6A3228BDA6DC9CA73E /* GULKeychainUtils.h in Headers */, + 7227919C007DF0E4799423397A9E520F /* GULSecureCoding.h in Headers */, + AD131F72E06D5F0196B11FA4F0820429 /* GULUserDefaults.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 039D94B206E66EA91840E2A721CCDBAE /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 7595CD4FA9CC682A4DDF53128610668C /* log_severity.h in Headers */, + 718B9B5BE8BB2D2C0855EEF4CDEF8DD8 /* logging.h in Headers */, + 02A459F8B509FBC7A9860B2E06008497 /* raw_logging.h in Headers */, + ACB5C9AD6C9F58860EB46B3862ECBEE9 /* stl_logging.h in Headers */, + FE0F8CB490ADF00A3709CD33F21E722E /* vlog_is_on.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 04E4ECBEAA9EB0C622354F24DCC6A44F /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -20507,102 +20586,66 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 075364934EC897D322A7CFB827EB4F39 /* Headers */ = { + 0E5AA51EFEB8195319ADF4E87CE2AA09 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 5A323BE07D29E2F38FA1E6B0CAAFC920 /* TOActivityCroppedImageProvider.h in Headers */, - 9616757DBB29B1C1098AE69230D031AA /* TOCropOverlayView.h in Headers */, - 3BC7EB666E8874B85D9D11EDE342E82D /* TOCroppedImageAttributes.h in Headers */, - 6EEA9582D85938F056C1A2B123CFF7AE /* TOCropScrollView.h in Headers */, - 4B0274F28968197C9F25D7F56F376315 /* TOCropToolbar.h in Headers */, - 8CEE3203340C3D167836B5C333CBAA22 /* TOCropView.h in Headers */, - CB373C966242A95642DF67FFAA52FD38 /* TOCropViewConstants.h in Headers */, - E0EEC0E1E97776D3A2CC48C97B5F3B34 /* TOCropViewController.h in Headers */, - 111D5AE1BCA83C0B1DC624EED2F5A9B2 /* TOCropViewControllerTransitioning.h in Headers */, - 9DB97072964625B40D60BA81747527F7 /* UIImage+CropRotate.h in Headers */, + 4C130A7A6F7041A52DD76C5542724ABD /* AESCrypt.h in Headers */, + 671A16BD802773C27661579DEF0F36F5 /* Checksum.h in Headers */, + 95577C9C0C99C2FE45E2A90B74A8A5EA /* CodedInputData.h in Headers */, + 673022A562DAD535FCEB9462B436684A /* CodedInputDataCrypt.h in Headers */, + CD015DC87E173017414578A3FE3AC4D5 /* CodedOutputData.h in Headers */, + A96197529C2FB19CF932F47A12FD34AE /* InterProcessLock.h in Headers */, + 3FC503E58A55BC37B38E797ED054B29F /* KeyValueHolder.h in Headers */, + 77F1B392EF92FE277845B808BA467FC0 /* MemoryFile.h in Headers */, + 9BDED7425F5368EEBE2D86CEBE2AAD7C /* MiniPBCoder.h in Headers */, + AE2B551B069292AD2545C783EF6C37E3 /* MMBuffer.h in Headers */, + 0BF74399507D5965BD31A42D89F348EB /* MMKV.h in Headers */, + A301FCCE4CC8DF2EE01BE17ED00747A3 /* MMKV_IO.h in Headers */, + EA539D214D2BA5BE1819E4A9A266763A /* MMKV_OSX.h in Headers */, + 570A6E10E38F2287A73487A115D33F6E /* MMKVLog.h in Headers */, + 3B9F65F829A56CC98E0194D505D3B1C4 /* MMKVMetaInfo.hpp in Headers */, + BA26CF42965288440254125F54E91DFF /* MMKVPredef.h in Headers */, + EE66D56ABAB4341FE23D3A116AB4EFC3 /* openssl_aes.h in Headers */, + CD620F2F3B9D1BF7CF201E5EEA85EECB /* openssl_aes_locl.h in Headers */, + 52E240CC30E4F2A727B8B62439A5A559 /* openssl_arm_arch.h in Headers */, + 3D32771D5E418B899CD6250D8A48A401 /* openssl_md32_common.h in Headers */, + D6DF4F2D83BD615C95810E884139BE20 /* openssl_md5.h in Headers */, + F8FD584D4B77C0896F15266F5D7C0D09 /* openssl_md5_locl.h in Headers */, + 820D5B185F1C11D260DED8B7EAD8F12D /* openssl_opensslconf.h in Headers */, + 8BB6F3580223D7CE6AAA00E2F1AD3002 /* PBEncodeItem.hpp in Headers */, + D5EE541D4B907DCF71D1230D0FFAF133 /* PBUtility.h in Headers */, + 869A9A3D7996DC1E0F0654737C8EC4E9 /* ScopedLock.hpp in Headers */, + 15F81E88494B867EE19ADA9D807AA0B0 /* ThreadLock.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 08F4485A9085720022888FB753D49BF5 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 88835C95272121986DF2AE6680D38DBB /* AESCrypt.h in Headers */, - FA0085B774B4089D099E54F68E62AF7D /* Checksum.h in Headers */, - FC28FBC4B3880CFBA425A6170C6FF32A /* CodedInputData.h in Headers */, - 2C4308550737781462670BB4A6DD4B65 /* CodedInputDataCrypt.h in Headers */, - B5A93540A6EE08B54BFAAB832B4362BD /* CodedOutputData.h in Headers */, - 7B5F463B2969ADCE1C72517B1592B39D /* InterProcessLock.h in Headers */, - 989ABB88A025178F7D22D540756E279B /* KeyValueHolder.h in Headers */, - 9586CBBEE81F6B678A36CD86D45DAA80 /* MemoryFile.h in Headers */, - D565ABDC331911CEDB7F28B22ED94D03 /* MiniPBCoder.h in Headers */, - BEF33FD59270C9F952D74DB089964EA0 /* MMBuffer.h in Headers */, - CF67093E2DF6EE92C384A9DC91B1B8D8 /* MMKV.h in Headers */, - 848EF5B8B1CDADFDFEEF8694F454735E /* MMKV_IO.h in Headers */, - A27A77B48EAE10D59A2BE65A7857031D /* MMKV_OSX.h in Headers */, - 3873CDFC11B2C66B5B8B386108710B6C /* MMKVLog.h in Headers */, - A11992410B5FB68672EE0F1DFC6E5FB1 /* MMKVMetaInfo.hpp in Headers */, - 9FE682BA22D3A3E0556930EABFCF9398 /* MMKVPredef.h in Headers */, - 2613624296A11DDFAE4E86B11F43D66B /* openssl_aes.h in Headers */, - 7A78FE305156BA297D86C7DFF1CC1B9D /* openssl_aes_locl.h in Headers */, - F736EAC8861BE76D5E7EC0D255033627 /* openssl_arm_arch.h in Headers */, - C8824828E79584C17955BA5784979411 /* openssl_md32_common.h in Headers */, - C3EC8087047FA083D8A8877639435BA2 /* openssl_md5.h in Headers */, - A45126A8BD6A034B4B8A7E6CB8B21380 /* openssl_md5_locl.h in Headers */, - 0CA92DB743D69C38DE20805E83DCA4F9 /* openssl_opensslconf.h in Headers */, - 6D35E74611043167BDF131EAA70CDF6B /* PBEncodeItem.hpp in Headers */, - 96AAF11D71FB47C41857DD7558F0F89C /* PBUtility.h in Headers */, - EF732D6DB81349A168F1D1FF81DA5260 /* ScopedLock.hpp in Headers */, - 953F0832DAE5B3609CDCA13E172F0F4B /* ThreadLock.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0C8A72D4D81013D8E7E38EED5C16A960 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 7B5A9DE15F79074E9E8F84622034554F /* FIRAnalyticsConfiguration.h in Headers */, - 8318E0692A58324AE8071C7B7DF9BCC2 /* FIRApp.h in Headers */, - D2643E1EA10A6488CBF4CADB6CDCB8B0 /* FIRAppAssociationRegistration.h in Headers */, - 0EFBA3B8A498AAAC9444DB7A6E9E5494 /* FIRAppInternal.h in Headers */, - 9C19619861667DFA3410669EAE39C645 /* FIRBundleUtil.h in Headers */, - 3258E7E231286BF1D85F4D18DBC653AA /* FIRComponent.h in Headers */, - EA039C987E9D7A60AD91C80DB4364D9C /* FIRComponentContainer.h in Headers */, - 76440D358C78CFA5C47F9A44900550DD /* FIRComponentContainerInternal.h in Headers */, - CB20FC5805125E2A03D84F8E6B71F3D7 /* FIRComponentType.h in Headers */, - 613DC2424D3EC671AADF0E8BD5DA8F3F /* FIRConfiguration.h in Headers */, - C510FB3B8D1EBF2485E7712F2EBEA102 /* FIRConfigurationInternal.h in Headers */, - 5B43CF881409908B681DA43BD7F0FE3E /* FIRCoreDiagnosticsConnector.h in Headers */, - B20AA37D03A55B8FD414BD55106EAB48 /* FIRCoreDiagnosticsData.h in Headers */, - 93D71D3C934007580F6FA00959A06B03 /* FIRCoreDiagnosticsInterop.h in Headers */, - 7B6ED54597F66F7FD1BD9F7349FE7F0A /* FIRDependency.h in Headers */, - F641E7E436056ED737172792ECFB8C72 /* FIRDiagnosticsData.h in Headers */, - A174981DBF7D98271229E2B2A1D87DF6 /* FirebaseCore.h in Headers */, - 5745D5BE092460AF3EFF60A31B6789AF /* FirebaseCoreInternal.h in Headers */, - 14FBC56214E5615C6215917C12CAD739 /* FIRErrorCode.h in Headers */, - F3C98AE26F9CF16C381DE7454C0D7E8D /* FIRErrors.h in Headers */, - 950A45AB8B2B3A4146DD2A0E1FC88028 /* FIRHeartbeatInfo.h in Headers */, - EDBE659413C53F6E0987C8B7374EEF0E /* FIRLibrary.h in Headers */, - EB9659F3617DCDC2D64A9A3199EE575D /* FIRLogger.h in Headers */, - 70C0840A02BFEF6D28C3DA744B2E0BA1 /* FIRLoggerLevel.h in Headers */, - 637823F1392AEC3EF28900BAC38DA56A /* FIROptions.h in Headers */, - 457369BD3EB16C613DAA7DDFC42C5D9E /* FIROptionsInternal.h in Headers */, - 85A983C8CF85B607A1D2D6D2B1498842 /* FIRVersion.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0E809C8379B09ED14EDB247DEEA1521A /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0F191C7E1CF486517DA4AB0972430A64 /* Headers */ = { + 0F4E009DFD7749E7B577A29B6D019C79 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 8EBB6179EF175D760444466821B8AA0C /* CxxModule.h in Headers */, + 5CF0A561E7B3D5C93CE72D707B185BC2 /* CxxNativeModule.h in Headers */, + 1E37187D322A2E021A769AA9DE3F44A0 /* Instance.h in Headers */, + E0C4E0F84DC2D6681A83CDA889DF830C /* JsArgumentHelpers-inl.h in Headers */, + F9428AC97631ACFC9CBE565F6640561E /* JsArgumentHelpers.h in Headers */, + 8B98D9EAEF97347856958BC87D92DFB6 /* JSBigString.h in Headers */, + 70ECA28C8C23E14241B4E3ECFA84A942 /* JSBundleType.h in Headers */, + B7BBA74A139BE9B80EEAE30F4FB07F95 /* JSDeltaBundleClient.h in Headers */, + EB12F2305F3545BC7EA0BC27B1F58DE2 /* JSExecutor.h in Headers */, + A8E6FFCCCD319F0B847A60507D8A5E24 /* JSIndexedRAMBundle.h in Headers */, + 1559CAC7082B43875DE473A77E2E6986 /* JSModulesUnbundle.h in Headers */, + CB03B55271C79921A6EE9D2FA261AFB4 /* MessageQueueThread.h in Headers */, + F983E59852E2D32C4A64A15F49AD1344 /* MethodCall.h in Headers */, + 2A809E61FECD8CC27A91B6E74DDD9B46 /* ModuleRegistry.h in Headers */, + 6DCC8F47EEA3C9046CE9305609C54AC6 /* NativeModule.h in Headers */, + D5AB3C4AE21AC6BECB9370AC3C74C0ED /* NativeToJsBridge.h in Headers */, + 229E984290A6D973337C194C6135EEBB /* RAMBundleRegistry.h in Headers */, + 1069B6122BA8F2094BEDEAD0B5AE03CE /* ReactMarker.h in Headers */, + 2C355A65EF3A00F1E38ACA0A5887795D /* ReactNativeVersion.h in Headers */, + 716E4B8BE6785C89043A77AE4763E667 /* RecoverableError.h in Headers */, + 5F13309B2A267BCBB46EFB21D0669783 /* SharedProxyCxxModule.h in Headers */, + 15C3F98EBEF4E626BC03FF1CFC0CD8F9 /* SystraceSection.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20614,89 +20657,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 18D52AAB273FA4B7C69D056250ABE034 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 14246FF5A01FE25A79A6C101C1DD0B6B /* alphai_dec.h in Headers */, - 704DA63FD5C4B684ACCAB516D3E0E3D5 /* animi.h in Headers */, - 9E211EAF9B35672CFB7265F58CDBAEDA /* backward_references_enc.h in Headers */, - 43E138EB2615713A0E6079CC844B83F5 /* bit_reader_inl_utils.h in Headers */, - 4B20C2717B69543A144F7562F754F50D /* bit_reader_utils.h in Headers */, - 476FF12C0F3E579245E43C99D01B1E02 /* bit_writer_utils.h in Headers */, - 229B3D99B0FF300A535E5463B5AE9CA7 /* color_cache_utils.h in Headers */, - 163C6B6468743EAAA44BFC971CD3BD93 /* common_dec.h in Headers */, - 2B5F09C2534FB07312716B189FE2C915 /* common_sse2.h in Headers */, - C4CCDE38E8D2EEC453C794DBEBEE641C /* common_sse41.h in Headers */, - 0D05DEA5A3E311D2BBFC1F8A0C787009 /* cost_enc.h in Headers */, - 1B74234301760F315407CCD3090763B5 /* decode.h in Headers */, - 4CCABA377E189B3953EF320EA891BF7A /* demux.h in Headers */, - 0C23E4EA2297D6ABBEB43B6E5B6F1B2C /* dsp.h in Headers */, - 01266866E3BA651C93757881B808A11D /* encode.h in Headers */, - B8BCBC2D9EE7B2DEE788FA5CD9D1D4F6 /* endian_inl_utils.h in Headers */, - 545020582A7E3F0F651D269D1099ABEF /* filters_utils.h in Headers */, - C07717E6DAE3BBBFC711937FF178B458 /* format_constants.h in Headers */, - 8228D87126DA9FD01C403AADE375D660 /* histogram_enc.h in Headers */, - FB7A86E2C924B102A13D25B761A12518 /* huffman_encode_utils.h in Headers */, - 9CF12185F9D078E763F2B2877081979C /* huffman_utils.h in Headers */, - B6796C8EDE43A8C24E57BC1FE85B7C0E /* lossless.h in Headers */, - 3F707A11F7F6A5FCBA62F66757BF27F1 /* lossless_common.h in Headers */, - 1194362EFF5A2979504A2C0FB96B84B7 /* mips_macro.h in Headers */, - 734FAB871DC856B27CD1E1BF0732265D /* msa_macro.h in Headers */, - 9C6628451CF0141F99A2130E400B8FFF /* mux.h in Headers */, - C8A4718D3BBD7E3BDCF81FE1185CFE0B /* mux_types.h in Headers */, - D63AD5BDF54FAFA7C3D32204ACD56E3F /* muxi.h in Headers */, - F4582F8917D8023D35B79CA7A499237D /* neon.h in Headers */, - 24F268FAF241E7A0CB4667A995FCEAD7 /* quant.h in Headers */, - 5A62292C701A52A3F948A47387BE927B /* quant_levels_dec_utils.h in Headers */, - B83B4890847AFDE15BB1EFCF71DC8838 /* quant_levels_utils.h in Headers */, - ACBCCAA0EB0E859484DA3782DF2A68F6 /* random_utils.h in Headers */, - DBC8568974EE78C36F2F2AEA5F55B8D9 /* rescaler_utils.h in Headers */, - BB8F3065BCF9AA20F5DDB57E98B9A89B /* thread_utils.h in Headers */, - F7AC5C86A9185049924D330A02672A92 /* types.h in Headers */, - 080AD44533D276A3B211C4CDC77E401E /* utils.h in Headers */, - 22B57D22954D8132F9B6C2C297195F74 /* vp8_dec.h in Headers */, - 9A89BE3C8BC0DF70F60650EB0A5ACFFC /* vp8i_dec.h in Headers */, - 57B89FC13E500AD728D6D36DC37E26B5 /* vp8i_enc.h in Headers */, - 47D7AF2E739CFC39B6E40F1AA29A8E65 /* vp8li_dec.h in Headers */, - 2B3816DF680032C50012D4C655B446B6 /* vp8li_enc.h in Headers */, - CCC9EF9A1A569E232EBEFEDA6F6145F2 /* webpi_dec.h in Headers */, - 2268815AC0E5E4B7E547909708FAF108 /* yuv.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1DCCEFB9A9360FF305707022D4D41696 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1E58296222627245BC3EB52303CD1ECF /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 474A6CA8810DF16D828E636C7865FCF1 /* cct.nanopb.h in Headers */, - A3686A7445CAAFEC18B3158EE51F4A47 /* GDTCCTCompressionHelper.h in Headers */, - 8E45DEF4711F1FD9BB0204DCABD433AB /* GDTCCTNanopbHelpers.h in Headers */, - 91D3ACE4E42DAB7AC7B6FBA1C7AA7CF7 /* GDTCCTPrioritizer.h in Headers */, - 4DBD902B815962C9ABEF3473044772A4 /* GDTCCTUploader.h in Headers */, - 7C1B590627BB63A4840C46A379AB5236 /* GDTCOREvent+GDTCCTSupport.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1F02E55EA4327C9AC9A245B627DDE920 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 2FC96CB7901DECEB41C9B99D05C80CC8 /* log_severity.h in Headers */, - B72701F3B54C4744382A780E221481E0 /* logging.h in Headers */, - 7068A9E6883169B2502FE5C8B3B19E1F /* raw_logging.h in Headers */, - 4CDA0C90B399C5A18924166E5BAA0D19 /* stl_logging.h in Headers */, - 1B0C73C77D682C73A4C0339365C01D8E /* vlog_is_on.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 21A9E846060A59A9AE962D387D026A6A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -20705,6 +20665,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 21DC825E70879406A711AFA25A3C35C9 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 24896668104E5EB19B7CFC1F785EB0C9 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -20785,265 +20752,35 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 2BF6332AA114086A60E53688E78F8DBA /* Headers */ = { + 2EC1C66097245CBFB80A278BAF8A660C /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - CFF4EEB7A2975E54726C09535CF338B4 /* CoreModulesPlugins.h in Headers */, - 5AAACA97F295D25BAA18016CC515974F /* DispatchMessageQueueThread.h in Headers */, - 21522FB8A478BB4F5BB8BB828258F782 /* JSCExecutorFactory.h in Headers */, - DEE6E8689752E7C004EE43F810A14130 /* NSDataBigString.h in Headers */, - 979495C67EF0EE3E4210AF8F5A553C87 /* NSTextStorage+FontScaling.h in Headers */, - 77656D6D38E36512FD09E44E4CD6C731 /* RCTAccessibilityManager.h in Headers */, - 941B352C3548F095D2C5F99E72B7F7B3 /* RCTActionSheetManager.h in Headers */, - 0AB2DCC20112CFF4AA95BFB3D9D4AE84 /* RCTActivityIndicatorView.h in Headers */, - C569ABE25A3B847E3D311DB867D3D1BE /* RCTActivityIndicatorViewManager.h in Headers */, - 65B45D4F90831BDE4BE57FD011B8E76A /* RCTAdditionAnimatedNode.h in Headers */, - B4A29BC360A3D6EB1A40A8760AAEC85A /* RCTAlertManager.h in Headers */, - F08F2D0C5BC08E18B07805A3B972DB36 /* RCTAnimatedImage.h in Headers */, - 330F4242E8EF6E65DF152E68A1ACD2FC /* RCTAnimatedNode.h in Headers */, - ECA371488A9A4CF3EC04F303D254702B /* RCTAnimationDriver.h in Headers */, - 9609A908D3E57817155EDA08A7E99EA8 /* RCTAnimationPlugins.h in Headers */, - 345DAD028F8AB1EDA1B58DCAB7FD5ADE /* RCTAnimationType.h in Headers */, - 79354A7F0000468B8E68F2A602EE0996 /* RCTAnimationUtils.h in Headers */, - 0E996C0980BD567637742FB6C749CF7B /* RCTAppearance.h in Headers */, - 91EC92884361FBC4D3790C8979EF7D58 /* RCTAppState.h in Headers */, - D749C872EF0FBCC22E2DDDCA1180CD7A /* RCTAssert.h in Headers */, - 094BE2F348D43804C111228041132EF6 /* RCTAsyncLocalStorage.h in Headers */, - 2701928E9EB748B578028514E911DB65 /* RCTAutoInsetsProtocol.h in Headers */, - 790869953B4E34D15BE9D5B6E3BD25C8 /* RCTBackedTextInputDelegate.h in Headers */, - 126D0B23CB8DF3CF64924C6E7974990A /* RCTBackedTextInputDelegateAdapter.h in Headers */, - EFE41F690A40733083EF3945406F7743 /* RCTBackedTextInputViewProtocol.h in Headers */, - 255F20A31A2564D49CAD63AC43BF98C5 /* RCTBaseTextInputShadowView.h in Headers */, - 21F9C49D32AF61B139568AF284BDE32E /* RCTBaseTextInputView.h in Headers */, - 535E51B967E58D6E1DB34BBDCD3D39C3 /* RCTBaseTextInputViewManager.h in Headers */, - 72C4006FFDC6F991CF1F9E4062C2CBAF /* RCTBaseTextShadowView.h in Headers */, - 5572ECDFC7300AFF7C40F2961C4FBA4B /* RCTBaseTextViewManager.h in Headers */, - 2AE364EA9C0864E2C3FF43E8EAFEAF10 /* RCTBlobManager.h in Headers */, - 45F518B650BB529C1FFD2079357888D8 /* RCTBorderDrawing.h in Headers */, - 070ADC36538020001FF9EE221F27BD46 /* RCTBorderStyle.h in Headers */, - 1BD61BB2BE5E66340A24369DD2132169 /* RCTBridge+Private.h in Headers */, - DB282114EEDEF15D3DAEB914761BCCAA /* RCTBridge.h in Headers */, - 0ADB48A1906531A164386F6BC1041127 /* RCTBridgeDelegate.h in Headers */, - BD4BA3F58537D7FDC74C5A2F8190D24B /* RCTBridgeMethod.h in Headers */, - 0E7C3DA9752921541FF0E797D6276A28 /* RCTBridgeModule.h in Headers */, - 7EACAA05D86CCA0107052E0D6297FA5D /* RCTBundleURLProvider.h in Headers */, - A0C6BDF5D5911FD9A8E638C357132EEA /* RCTClipboard.h in Headers */, - 3DBF0D56E1ECD29B3AE4E189B7B5A107 /* RCTComponent.h in Headers */, - 03033F955C2FA9227D480AA744C2926E /* RCTComponentData.h in Headers */, - 481053A2FAB20CCF7B3D5532F7F2031C /* RCTComponentEvent.h in Headers */, - 8295005CAD32A9D13AFE0EDD76D14410 /* RCTConstants.h in Headers */, - 252D8E122F8634CCE3EE20C49C10DAB8 /* RCTConvert+CoreLocation.h in Headers */, - 6E317B232C8E0521CE33C6F6D7A959D1 /* RCTConvert+Text.h in Headers */, - 1F80A41C74064457D8496B0AE2F86E2F /* RCTConvert+Transform.h in Headers */, - 94213C8CA2EFD0EC4F8C91F1057FEFDF /* RCTConvert.h in Headers */, - 09550BF02DF0912DDFD2BD86FD2C8648 /* RCTCxxBridgeDelegate.h in Headers */, - D5069CF032B8351AD71999C2CADD20F5 /* RCTCxxConvert.h in Headers */, - 62A5E8B8CB6C9F7036DB4FF7D25CD684 /* RCTCxxMethod.h in Headers */, - 95ADFF63583A4F9749BDEA49A843F73D /* RCTCxxModule.h in Headers */, - 5A67447EEF21FFBE9F0C883ECADDE5E8 /* RCTCxxUtils.h in Headers */, - BE8EF10025C2671F1868126246AB7E9E /* RCTDataRequestHandler.h in Headers */, - 59CEE4749F7F4916C2EAB270490AF45D /* RCTDatePicker.h in Headers */, - 757DF1ADD60797FC04BC40716073A6A1 /* RCTDatePickerManager.h in Headers */, - 6B8B80F4E414975706B5659720ED2FFD /* RCTDecayAnimation.h in Headers */, - 3BFBDAA7091C539903F27797FF3DBE1C /* RCTDefines.h in Headers */, - E5CCE2A636AE560812785A3F1FA71BA5 /* RCTDeviceInfo.h in Headers */, - 78BEE834FF309A897A6BB4CFB5F0C2B3 /* RCTDevLoadingView.h in Headers */, - 8CA757CE804EC6937995C8F7ADEDBCFC /* RCTDevLoadingViewProtocol.h in Headers */, - 13CDC69CC6F177689FF8CCE1ECA26F93 /* RCTDevLoadingViewSetEnabled.h in Headers */, - 608BA3D18245F150965BB4B4D5F1726F /* RCTDevMenu.h in Headers */, - 92E21AFEC33540C8DA2801400FDFC71B /* RCTDevSettings.h in Headers */, - A6E7327F42F9242E33E18C0BF5D97C0C /* RCTDiffClampAnimatedNode.h in Headers */, - 184FBF4B0669624315B2141257405613 /* RCTDisplayLink.h in Headers */, - B7AFEE501C2DE89E0ED12D8E96AAE507 /* RCTDisplayWeakRefreshable.h in Headers */, - 7F18A8DCD083C1F23755769CB110155D /* RCTDivisionAnimatedNode.h in Headers */, - FAAE0C0ED72496CB69774DE51345E8F9 /* RCTErrorCustomizer.h in Headers */, - C6C709568B9CE762E7CEA8FBB992CF71 /* RCTErrorInfo.h in Headers */, - 53CBC8BDF13F536918228204E6D64A2D /* RCTEventAnimation.h in Headers */, - C4D64B8F18CC57A4ABADA7A4A98B4812 /* RCTEventDispatcher.h in Headers */, - 3C504F6E8EAED44559A35B0CB5661F37 /* RCTEventEmitter.h in Headers */, - AC99D9A5736C7EC383D69BD9849EC9E9 /* RCTExceptionsManager.h in Headers */, - 284AD0C1FDEBDE489B00C08D4CFCF805 /* RCTFileReaderModule.h in Headers */, - D7DC0718CD5397974A7858ABC0228F82 /* RCTFileRequestHandler.h in Headers */, - CE524871FEA47F2DDE75E06FF7C69CFD /* RCTFollyConvert.h in Headers */, - 9C8411D7C0B1CE0A50C1F2A163F15B3C /* RCTFont.h in Headers */, - 4222ECAC968662D082606CA04D63E0D3 /* RCTFPSGraph.h in Headers */, - 2BBA1850F5B25B91D314CCEDCACFDF8A /* RCTFrameAnimation.h in Headers */, - EB39EE20ED6A0592BACDAE5C5A8BB11C /* RCTFrameUpdate.h in Headers */, - 715ADBE4B49FD54BE23E4179DFD8F709 /* RCTGIFImageDecoder.h in Headers */, - 386D4464FA8112B890B18ECDE620316C /* RCTHTTPRequestHandler.h in Headers */, - 2A506E62330E4778284EA229C2ED4AF8 /* RCTI18nManager.h in Headers */, - 208E741FEAB61CC95C72D0601DB88082 /* RCTI18nUtil.h in Headers */, - 86AB032C1A7A80905256097F740857B3 /* RCTImageBlurUtils.h in Headers */, - 4ED0E5F0281C4D4462E0FE17EDAD547F /* RCTImageCache.h in Headers */, - 63931CE244EEC21C7E986DC64508FA28 /* RCTImageDataDecoder.h in Headers */, - 30E939403C7E92FB0E21DDAD4588E4D6 /* RCTImageEditingManager.h in Headers */, - 019130C0986381295B39E5A2DF60F6E0 /* RCTImageLoader.h in Headers */, - 3782AD40EAA20188837935AE15B6E830 /* RCTImageLoaderProtocol.h in Headers */, - D1C9BB3EB723F494D22B33E4E653B0C1 /* RCTImageLoaderWithAttributionProtocol.h in Headers */, - 3A0C7FA691B2E6B9AE0F31FFFF33CEFE /* RCTImagePlugins.h in Headers */, - E2ACBFA2B3585621F980C70B24C57C1E /* RCTImageShadowView.h in Headers */, - D89F9A169D7293794C98BECE4EE09265 /* RCTImageSource.h in Headers */, - 6F3B8E9C184545F854EB38E6175A0451 /* RCTImageStoreManager.h in Headers */, - 6889E8C2C1B180C61333403A4EB9BDB8 /* RCTImageURLLoader.h in Headers */, - 81B9DCD9427977110EA2C581CB7F8A05 /* RCTImageURLLoaderWithAttribution.h in Headers */, - 634323D56D866F36CE3307E49BBE481A /* RCTImageUtils.h in Headers */, - CDF5A7CDA0144B815EB7BFE390BAF587 /* RCTImageView.h in Headers */, - 473DAD52688AB68BDD355A1635055710 /* RCTImageViewManager.h in Headers */, - 115633954D048928CB0E6E54C0B95488 /* RCTInputAccessoryShadowView.h in Headers */, - 74C846C2FD5F5963A7FEF9E7282869B5 /* RCTInputAccessoryView.h in Headers */, - 6F49C57D2A1BB4E8531BFD58FABFEAE7 /* RCTInputAccessoryViewContent.h in Headers */, - 162E913AB64EBB5EB611125CA92BE6AF /* RCTInputAccessoryViewManager.h in Headers */, - 0317A1014122533E288FC9C3176DB58A /* RCTInspector.h in Headers */, - 1EA9AEB33D96B342C6420DE05E06793E /* RCTInspectorDevServerHelper.h in Headers */, - 48D3A2BBAD5F6B590F5900BBB888667B /* RCTInspectorPackagerConnection.h in Headers */, - 862A47DEB67EEEAC862B3F292948A060 /* RCTInterpolationAnimatedNode.h in Headers */, - 061FB5A599BBFA4323ADD721F4FBFD6E /* RCTInvalidating.h in Headers */, - 934B1265133377356D3E475E20B377B3 /* RCTJavaScriptExecutor.h in Headers */, - EEB26C0422C3E84B245A30416AA553FF /* RCTJavaScriptLoader.h in Headers */, - F3D707C5358C6250D00C0818A8249D42 /* RCTJSInvokerModule.h in Headers */, - 7E4E04731235886AC5F8B8C34B3AFE53 /* RCTJSStackFrame.h in Headers */, - 0C8CE30E9F353285AC4D5C2A170CBA22 /* RCTKeyboardObserver.h in Headers */, - BA04064A9BD78E68E085A234E3A16594 /* RCTKeyCommands.h in Headers */, - 823FBC439CA59854BBBEB14E150E4A14 /* RCTLayout.h in Headers */, - 251B327DB8528CC1A7C99448A45325DF /* RCTLayoutAnimation.h in Headers */, - 69E7E21466153AE4F0C810B520BB9C71 /* RCTLayoutAnimationGroup.h in Headers */, - DA4F5D187E7D8370DAA1A0430E7EEAE7 /* RCTLinkingManager.h in Headers */, - F5E811B4BD6E3B05AA9AB4CBD0F0E028 /* RCTLinkingPlugins.h in Headers */, - 8ADFE45EA1ADFE4FBE7A9BD5924A5C57 /* RCTLocalAssetImageLoader.h in Headers */, - 95EE457683472EE70E4AD5FC8C9DFFC1 /* RCTLog.h in Headers */, - 7473A6033E316965162299C0E13BD345 /* RCTLogBox.h in Headers */, - CC4E02B2FB657144093F7A71004C1B1F /* RCTMacros.h in Headers */, - A803C086A5201399BCD5B83B7EFAFAE9 /* RCTManagedPointer.h in Headers */, - CC402563ED03E3229C4EFD8D7D408469 /* RCTMaskedView.h in Headers */, - A3A396AE4461E012D5783993BBC255D1 /* RCTMaskedViewManager.h in Headers */, - 689F29A1CFE9ECD0CE21EA1686BE105C /* RCTMessageThread.h in Headers */, - 55827ECF3ABF7E6109E6E72CCC56579A /* RCTModalHostView.h in Headers */, - BEE68A61FB806DC9DF225AD69FBC7658 /* RCTModalHostViewController.h in Headers */, - 18A50878C6B767AD371F35E1E10BAB20 /* RCTModalHostViewManager.h in Headers */, - BDD53B1155DBF8FE64D11D218214F5C4 /* RCTModuleData.h in Headers */, - C07B3808753DBBEC33886801D6C7AEE9 /* RCTModuleMethod.h in Headers */, - 68C9515D595455C5DFFB13638F6BE39D /* RCTModuloAnimatedNode.h in Headers */, - 70DBA35CF200D108B6D92991167DFDE6 /* RCTMultilineTextInputView.h in Headers */, - AC063BFB249E9336D2C8E965C588D19E /* RCTMultilineTextInputViewManager.h in Headers */, - 57E175D4C4F1E624351575B3D9B335F3 /* RCTMultipartDataTask.h in Headers */, - AFD2B5090D791AD0988694653787A123 /* RCTMultipartStreamReader.h in Headers */, - 73D4E47C507700BBC26A30FFD230347C /* RCTMultiplicationAnimatedNode.h in Headers */, - 6AC2DF34366ED63ECB6511C0E7C56FE4 /* RCTNativeAnimatedModule.h in Headers */, - 6D5AE167D370CB686DBB4D8D79F6DC98 /* RCTNativeAnimatedNodesManager.h in Headers */, - 453063489447DFD1F2E29E8E46724943 /* RCTNativeModule.h in Headers */, - 54DB9E58F9F7A8F185EAC38A6EFAC5B6 /* RCTNetworking.h in Headers */, - 9B1EEDA631A019C4C6065CBB38DC9A63 /* RCTNetworkPlugins.h in Headers */, - 722597D012E24962CAB6E453CE77CBC4 /* RCTNetworkTask.h in Headers */, - 06D154393A100062E78EDAF1A0423235 /* RCTNullability.h in Headers */, - B99ECCCBD3B48AC6AEE82E205E63509A /* RCTObjcExecutor.h in Headers */, - 9FB97D0C84EA5A2B4EB3A60868ABDD27 /* RCTPackagerClient.h in Headers */, - 27253686CD0BBA046D0061DF62376ADF /* RCTPackagerConnection.h in Headers */, - 0FD2434D2C8E3645333E543C49BD90C5 /* RCTParserUtils.h in Headers */, - 092E9AFB448EFF7CBA795336EA352171 /* RCTPerformanceLogger.h in Headers */, - CA329CD5AB83B12F5A00B6901FC9F7C7 /* RCTPicker.h in Headers */, - 0488211251957FA3E1BC22ADBE299061 /* RCTPickerManager.h in Headers */, - EFEB06BFAB866205282EC05A243158DA /* RCTPlatform.h in Headers */, - F3DEB7B8B577FFCA1470AEAF17D60981 /* RCTPointerEvents.h in Headers */, - A19903DF6899EE559B048E2CE728948C /* RCTProfile.h in Headers */, - 9628D86E53788C7B2529DA08C0A4F3EC /* RCTProgressViewManager.h in Headers */, - 917BC2D15BC065801844383063FAD2E0 /* RCTPropsAnimatedNode.h in Headers */, - A92696A6B64796AC3D0F27F870E4F4E6 /* RCTRawTextShadowView.h in Headers */, - A8E3B76DF3C79D46088734B3E330F5F8 /* RCTRawTextViewManager.h in Headers */, - AB974DEC5D05B87F72BB77817F30E812 /* RCTReconnectingWebSocket.h in Headers */, - 07D44179F35CB867047F45C29341A75E /* RCTRedBox.h in Headers */, - 185199AF4BA67D0D4564F12D3B8EFD84 /* RCTRedBoxExtraDataViewController.h in Headers */, - 37DC6ED911E88E159C52DB342FE874D2 /* RCTRedBoxSetEnabled.h in Headers */, - 05F241857264742DBAE0CD6ADB85055F /* RCTRefreshableProtocol.h in Headers */, - 665E78DD05ADC429D1932E4D137940CC /* RCTRefreshControl.h in Headers */, - A023B0C4B54AF7C064E3C6CEB4E0FE39 /* RCTRefreshControlManager.h in Headers */, - 7221F7DB2710651970793993D6D7AAC2 /* RCTReloadCommand.h in Headers */, - 5A06809A11387FE1219FC4E39A25B425 /* RCTResizeMode.h in Headers */, - 35DA05613FAC9164EAFD2B4B52AE706D /* RCTRootContentView.h in Headers */, - D0DB407AB4854A788CCDC744A8C91434 /* RCTRootShadowView.h in Headers */, - 51BD7BFA9DCC3EC71AE17532FE8FF241 /* RCTRootView.h in Headers */, - EE5936C2A8B4D4D84117B168A8055E86 /* RCTRootViewDelegate.h in Headers */, - 8105D0E6B5BB09E7AC80D4D141150704 /* RCTRootViewInternal.h in Headers */, - 6E0B8D43494BCDC0B1DBAAA375221338 /* RCTSafeAreaShadowView.h in Headers */, - 0D8926129B6567335D81027FDD9D6A0D /* RCTSafeAreaView.h in Headers */, - 0C58673E815A2186FB3FD88B4784B230 /* RCTSafeAreaViewLocalData.h in Headers */, - 9717CD233DE2E5AA5F1A947A891DFE30 /* RCTSafeAreaViewManager.h in Headers */, - 54CB00824B01C196F293EE7F22F459DB /* RCTScrollableProtocol.h in Headers */, - 521109A57327045AB2339981E98D1CBE /* RCTScrollContentShadowView.h in Headers */, - 8F1D83907C87168B15D2D1C668993851 /* RCTScrollContentView.h in Headers */, - 32F83A593CFB10B675AB73110D2EA8E3 /* RCTScrollContentViewManager.h in Headers */, - 925BCAE6E4F79E313319D34E28A7F53D /* RCTScrollEvent.h in Headers */, - B1F472C26BDC894595A0AC54C3D7CE51 /* RCTScrollView.h in Headers */, - F8C58A22AEB0B33C81E4BBA97F831CC0 /* RCTScrollViewManager.h in Headers */, - 1A533A1E17228C54276161855268DB67 /* RCTSegmentedControl.h in Headers */, - 6398F87FA20B7409398EC9BC80B640A7 /* RCTSegmentedControlManager.h in Headers */, - B88E2A7C3B2ABCD72A6132B14534F56F /* RCTSettingsManager.h in Headers */, - 5E963B7547CC99780278EB7F7CBC0E78 /* RCTSettingsPlugins.h in Headers */, - 9BA4F71A4ADC0D7E2AA55603EC743E19 /* RCTShadowView+Internal.h in Headers */, - 50D2D7B3BB31A60CD3E59648470B4BD6 /* RCTShadowView+Layout.h in Headers */, - 455C572D60497EDC4EAD5220ED3AD2C0 /* RCTShadowView.h in Headers */, - A10D9E6ED4E5B01DD1FAB807D9C8C2D2 /* RCTSinglelineTextInputView.h in Headers */, - 0D2506483288DBBF2602908D7C0C264B /* RCTSinglelineTextInputViewManager.h in Headers */, - 71FA63526367AD82B50212725ACAF799 /* RCTSlider.h in Headers */, - 74EDB580F709FC27E899FF7DF3E67845 /* RCTSliderManager.h in Headers */, - 6F4B906D9C8753535EF7F5909876D4E4 /* RCTSourceCode.h in Headers */, - 6955CC457F5E1C936218E3CCCD40084C /* RCTSpringAnimation.h in Headers */, - 9721508DC5E013832B87E7C791299271 /* RCTSRWebSocket.h in Headers */, - 418547C3B356EA40E3E145A57DCF748E /* RCTStatusBarManager.h in Headers */, - 7F30D52B9E5B90F1D2E29C421AC073D8 /* RCTStyleAnimatedNode.h in Headers */, - 32B91CC26C4A16C187F3D8A06AD2AA2C /* RCTSubtractionAnimatedNode.h in Headers */, - 843433D0EEC6F805280C4D6C9A4D9B56 /* RCTSurface.h in Headers */, - 9AD34BE7774D15A2BCCAC40C9E399F69 /* RCTSurfaceDelegate.h in Headers */, - 846F9D9E074AEE076BBF29FA65D3A2C7 /* RCTSurfaceHostingProxyRootView.h in Headers */, - 3AC2A635E9CF66F61BDECCBFFB508A4D /* RCTSurfaceHostingView.h in Headers */, - 4BCB569AF2B1F54D8868CEEBB3CF1B84 /* RCTSurfacePresenterStub.h in Headers */, - 26068C79DB7483E1C38C2CF1D39CC948 /* RCTSurfaceRootShadowView.h in Headers */, - 0340E7A57C635141CCB5D284BDC81CA3 /* RCTSurfaceRootShadowViewDelegate.h in Headers */, - EA99AB8A222378C603FB9730EB041094 /* RCTSurfaceRootView.h in Headers */, - 1EEEE672560E1876FBE5CAC2CDDE4449 /* RCTSurfaceSizeMeasureMode.h in Headers */, - 4165921161F0767E67EC70780E8B936D /* RCTSurfaceStage.h in Headers */, - 35911C81AEE4DECB4FF198E7F55F3BD9 /* RCTSurfaceView+Internal.h in Headers */, - 4AE87C8B16F62DB246D0E54AAE5D897B /* RCTSurfaceView.h in Headers */, - F6C1DA412CF7700A784946C044AEFFAE /* RCTSwitch.h in Headers */, - 4F8B34F56474C0E778BA9F3384507A87 /* RCTSwitchManager.h in Headers */, - 9698247816DA9F83FBFF32305C85D1E9 /* RCTTextAttributes.h in Headers */, - 0941F68C2D6B2A22A0B486117BBE11EA /* RCTTextDecorationLineType.h in Headers */, - D78CBF013046C3E7DEF5273463B63430 /* RCTTextSelection.h in Headers */, - 147EF8CA2D9F6333376E3BBB21968301 /* RCTTextShadowView.h in Headers */, - B3723C9039925D37559C8C4C1C758007 /* RCTTextTransform.h in Headers */, - 72B72E28495E8BC596C8635A440B8E6F /* RCTTextView.h in Headers */, - 6B8380ABE869576DD34FB4DD3E4978B0 /* RCTTextViewManager.h in Headers */, - 78D00ADA40917EDFA687C9BE3AFE0B1B /* RCTTiming.h in Headers */, - 2EBC59C45845E4B1D3C06FFC5D4EF8A8 /* RCTTouchEvent.h in Headers */, - 4FB5EF543E644195C8BEF55D7EFFCC13 /* RCTTouchHandler.h in Headers */, - 504B4BECA4CE7635CCB1AF7D614EBEEF /* RCTTrackingAnimatedNode.h in Headers */, - 97B17F348CDD12FAE526E8D6EFBD4A07 /* RCTTransformAnimatedNode.h in Headers */, - 2D14ADB64DA5610E91B92AAB4A194553 /* RCTTVNavigationEventEmitter.h in Headers */, - E595D3D370F3E809C1A78C2032320E9B /* RCTUIImageViewAnimated.h in Headers */, - 2D6E9D7B40CD1E9CF91DC23DCEAE6309 /* RCTUIManager.h in Headers */, - 0831094067D52893EC86831988736228 /* RCTUIManagerObserverCoordinator.h in Headers */, - 3CD025222FACF7BCC4D245753A81D6D1 /* RCTUIManagerUtils.h in Headers */, - 09A67EF5FEA85CDB6484EF3E8C550C52 /* RCTUITextField.h in Headers */, - 3E5B1B3C5D90090BD7F511A82E067651 /* RCTUITextView.h in Headers */, - 08D19148C75811E287DE3287E56FA377 /* RCTUIUtils.h in Headers */, - 9AAF0772452459236A1CE631D7592FC4 /* RCTURLRequestDelegate.h in Headers */, - 7CCA17AA56CC56318A0F7BBA9BC07B4D /* RCTURLRequestHandler.h in Headers */, - D54C4C93602E891F21FAC1ADEFE83487 /* RCTUtils.h in Headers */, - E69C9453B676D3965C9B3020891FAACD /* RCTUtilsUIOverride.h in Headers */, - 18CF336E5017DEC342AEEFB06B75145E /* RCTValueAnimatedNode.h in Headers */, - 5E9DBC273E5ACADE5EC796F20C6EB608 /* RCTVersion.h in Headers */, - E22EEC8F48C52D300DF7AB9165781A86 /* RCTVibration.h in Headers */, - FCFAF28969C1870B6DD0605A1A51F31C /* RCTVibrationPlugins.h in Headers */, - 6A9381E8611497936FCEB69295117F12 /* RCTView.h in Headers */, - 3969AA2375440267FC40E757B8C7B26D /* RCTViewManager.h in Headers */, - CD00825B5CD83C5CE653D0F0DA3B98F3 /* RCTVirtualTextShadowView.h in Headers */, - 05E988B5A880AC94C9A46A72471E4570 /* RCTVirtualTextViewManager.h in Headers */, - C55C4A623F8298EC542325B271BE8B94 /* RCTWeakProxy.h in Headers */, - 093631D6FF4F451D3C4F9F58BF73E250 /* RCTWebSocketExecutor.h in Headers */, - 5C34B4379AA5FAAAFABFEA0CE385F5F9 /* RCTWebSocketModule.h in Headers */, - 4F96EE8B3A4512A5D83A22ED271F9648 /* RCTWrapperViewController.h in Headers */, - CB453630B974A1826859E59CA68A6F9A /* UIView+Private.h in Headers */, - EBC9444E5BFEC98D2038D6F388FB29A2 /* UIView+React.h in Headers */, + 68CE34F5ABF6A8AAE0DE105B8485E77C /* RCTConvert+FIRApp.h in Headers */, + DB8FCD01C7479862F2CECE597B3AA02D /* RCTConvert+FIROptions.h in Headers */, + 31912FE6CDA4F66E105602966A025068 /* RNFBAppModule.h in Headers */, + 1FF98EFB73D4A9AFE13F730CCED6B909 /* RNFBJSON.h in Headers */, + AD7EBAD74008845B57FBF391AA29E4CC /* RNFBMeta.h in Headers */, + A57F05E0491C767DA5C4E2C9DC268D43 /* RNFBPreferences.h in Headers */, + 4D7B566FA54B4ECF749EEF6600979FFC /* RNFBRCTEventEmitter.h in Headers */, + EA2A542828C9B3A99DAD2F5F97D6DA56 /* RNFBSharedUtils.h in Headers */, + E62AA4198B8FC28F3A25E284178FB648 /* RNFBUtilsModule.h in Headers */, + 1A4F0EAC34271226B8514179B014F914 /* RNFBVersion.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 2EC4F2D93643E2B3C9A111B09E71D58E /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 5F48F3262405588709AB9F020DAD1423 /* decorator.h in Headers */, + D986160C8FFBCEC0E21F838020710C01 /* instrumentation.h in Headers */, + 9DED97E22B9F12E18B9D90BC38841FEC /* JSCRuntime.h in Headers */, + 37463B34D0F704A48C63A2F9714222D1 /* jsi-inl.h in Headers */, + 805C98B778C2040F29AC4224B2839267 /* jsi.h in Headers */, + 1138501EE46D8C19340A15E67441D9AE /* JSIDynamic.h in Headers */, + E92824DCAD3E06FEAF4337D3A36E3FDB /* jsilib.h in Headers */, + 4B9BEB4F436B44F9538B1E4EB2F53521 /* threadsafe.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -21058,18 +20795,28 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3612FE1996698AA222281156558AA759 /* Headers */ = { + 33072B34A4F91A20C94E3AFADEC6F1AD /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 3448C4B9FEF8F30AA3F702CC3DE17688 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 4B123C04C0E3C309CFDC3027250DB5CF /* UIView+Yoga.h in Headers */, + 16DA81D42D459979321288FCEFF08D9B /* YGLayout+Private.h in Headers */, + 0D0F8F915847D7D6859C247DA98907CB /* YGLayout.h in Headers */, + 79F6B945300F74F2C4353E6110F36A32 /* YogaKit-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 35388A352622AA7F1DAEBD9B241F13B8 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 965CC61F6FD0C0D21E864CD198EABE63 /* decorator.h in Headers */, - 31782C749EBEB4BBFEDB6D5BB15C4BBC /* instrumentation.h in Headers */, - F388C5F254A767F955A2076973318385 /* JSCRuntime.h in Headers */, - 684B2F5AC207040C1935A851BF2CFD0E /* jsi-inl.h in Headers */, - F6E69EE453FF7C0DD2AF46B1BAC9E9BB /* jsi.h in Headers */, - 74D64F13E255909523C87437203B48B0 /* JSIDynamic.h in Headers */, - 04F21336ACB07DEB1DE6A779800223D2 /* jsilib.h in Headers */, - 16B1CC87151302A6372B8503DFD860C5 /* threadsafe.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -21082,30 +20829,10 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 38BCE41783CF80A103F8ABEC74BC1713 /* Headers */ = { + 3C08D5F52C7B09D9A3DA046C19EBE48A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - DFC2C026147CCCD32684EB070BFA2F9D /* bignum-dtoa.h in Headers */, - B925248DD242B5D66FC2E62E1A57E4D7 /* bignum.h in Headers */, - AA10202947DEBADCEE6C85A2B9C0B7C3 /* cached-powers.h in Headers */, - 6DDEB9949D562E5BEB3A1053917BC571 /* diy-fp.h in Headers */, - B819DEE5210CB6F7FE257A9D881F6EBE /* double-conversion.h in Headers */, - 5B090B09D8ACFFD7E4A6A175A17D67CE /* fast-dtoa.h in Headers */, - DD699E6118BFBA9D957629F646D2E319 /* fixed-dtoa.h in Headers */, - BE3531D998E1A76C98FC5743F5CE1CB4 /* ieee.h in Headers */, - 49D0CD8FD614934C7224078BBF0DDA5F /* strtod.h in Headers */, - E4EEE1EF71942FC57C3586BAB79F26B5 /* utils.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3C44D03F42666E4042B3985590B73134 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ED40076A1F8834B12C9399BD33941382 /* FIRCoreDiagnosticsData.h in Headers */, - B4DA978234E0A1F685992C1126B43D90 /* FIRCoreDiagnosticsInterop.h in Headers */, - CA66773661755C97B5EC0ADDF6767534 /* firebasecore.nanopb.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -21126,485 +20853,133 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3E175FB9547904606C88E002EDC08426 /* Headers */ = { + 3E586A2A3D869C21A7257E505125106E /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - F31A336B1ACC7C6AA37259B52500AF2A /* Access.h in Headers */, - D78A034E2C12012F7CE7F0D41756BDAA /* Align.h in Headers */, - 25398E174770BB1716E4CEB693CBF784 /* Aligned.h in Headers */, - C80F58D88FA03324F5C24D18817F9443 /* ApplyTuple.h in Headers */, - B34683DB50911B4B05CC65185F1BFE82 /* Arena-inl.h in Headers */, - 35D6226CC7D2ADB6B32CB6840015AC4F /* Arena.h in Headers */, - 7A5F884278D171625D6140093849AB76 /* Array.h in Headers */, - FDFC12EB4BA06979013835AA73E6C070 /* Asm.h in Headers */, - 57465C5E534532297B22E048001BA2B6 /* Assume-inl.h in Headers */, - 13A7908CD152603630B7E27EAC410770 /* Assume.h in Headers */, - 7900E1841D3D9EBD4B439101E3D90EE7 /* AsymmetricMemoryBarrier.h in Headers */, - 1A115E8EE9FD9598CBE563E1676CA162 /* Async.h in Headers */, - CFBFE99EBFD04F69BF5ADAC361016224 /* AsyncPipe.h in Headers */, - 49AD8B695D707B114E3D8587C2CC59FA /* AsyncServerSocket.h in Headers */, - F4BF550F1626E10929A5DD551D0C539E /* AsyncSignalHandler.h in Headers */, - 08EF3B5981F25FDFECFB409ABE08494F /* AsyncSocket.h in Headers */, - D0DA70E55FA736904B6E748937547B40 /* AsyncSocketBase.h in Headers */, - 13B81281CDAABBDE07C7D4A855853147 /* AsyncSocketException.h in Headers */, - 346189AF0DB5A389DF0431D7354356FE /* AsyncSSLSocket.h in Headers */, - 8762106DAE8D7D3E3097E34A7746018F /* AsyncTimeout.h in Headers */, - 7E313DC3F911155C4140E4D00AFBF035 /* AsyncTrace.h in Headers */, - 77C377420D76708E467D589CC4A6F85C /* AsyncTransport.h in Headers */, - BCD631BA6A0A17329967B31D00BCD11D /* AsyncTransportCertificate.h in Headers */, - C45049C4B658FA5ABB5DEF9BF815BEE0 /* AsyncUDPServerSocket.h in Headers */, - 9B99BB1E9AFA205AE27EFCFED05D4A35 /* AsyncUDPSocket.h in Headers */, - 5A247A0BEA6D96D1CABE45D2A56DC236 /* AtFork.h in Headers */, - 9538705DABF54BEEE92353A9376A3221 /* Atomic.h in Headers */, - 481F7293B97FBBA4A00B29D2ADC98898 /* AtomicHashArray-inl.h in Headers */, - 92128D688F74F93C24C65680D4FB6228 /* AtomicHashArray.h in Headers */, - C5372337CA47FC74DE58480561ABA0A6 /* AtomicHashMap-inl.h in Headers */, - 6462EFD8BE5F1ADD38289C283B6CD136 /* AtomicHashMap.h in Headers */, - 8D141745F3D544A0A2819E017A65F0F9 /* AtomicHashUtils.h in Headers */, - 7DEB83FBF7B6FF32ECB32A2884FFEBAB /* AtomicIntrusiveLinkedList.h in Headers */, - 85C8D077A1B6470DFD5FA45D608C8A7F /* AtomicLinkedList.h in Headers */, - 6BF92A689C4B723928C830EEDB512D9E /* AtomicNotification-inl.h in Headers */, - 57567F43D513622A418D77BF6577177F /* AtomicNotification.h in Headers */, - 1066E696CEC1A8CA26F6B8E2E7728C94 /* AtomicReadMostlyMainPtr.h in Headers */, - 080E04E5EAC9AE02BC118D2C65C91C80 /* AtomicRef.h in Headers */, - 8886D7823C07A3725AFF65CDC24E4E1F /* AtomicSharedPtr.h in Headers */, - 06A8D9D6B0AC20FDE5E68782CC8B4FBB /* AtomicStruct.h in Headers */, - 063ECDB47DDFCAEC86DC331298DF24A9 /* AtomicUnorderedMap.h in Headers */, - 1BC0B842DBAD92247CFE61428B2860F5 /* AtomicUnorderedMapUtils.h in Headers */, - AF8C98ECE9248D87CB791C1B96C0EE69 /* AtomicUtil-inl.h in Headers */, - ADD78B6F0D64C7500BF9ED0AF75FEEAD /* AtomicUtil.h in Headers */, - 7D372718A760380660D25B5118B4F4A5 /* AtomicUtils.h in Headers */, - BCFBE40BFEC599C5B9AB9BA313898D7D /* AutoTimer.h in Headers */, - 8E327259C7D52AF5440D06D3FCBB852A /* Barrier.h in Headers */, - 68857993E1A38E89531C22F8F1CEEDA4 /* Base-inl.h in Headers */, - 63BB130E129C4E53401A5D1D56E26A26 /* Base.h in Headers */, - 127F9C1EDDFCD725073E42357428BCC8 /* BasicTransportCertificate.h in Headers */, - CB70DAD3B6BBDEC49F9DDCC5D079A8EF /* Baton.h in Headers */, - 921C7F499E242EA13DE6BA7654952E74 /* Benchmark.h in Headers */, - EBF036116A54D5063DB7534163AC83C9 /* BitIterator.h in Headers */, - F8168E1642C5E423C16A52EF1C32B696 /* BitIteratorDetail.h in Headers */, - 36C65E3ACF0ABF194DBACD407AA228F0 /* Bits.h in Headers */, - 3C53EAC6078EF4A64F7423193441354E /* Bits.h in Headers */, - 0D010FFA84405E33E1040C725847CC6D /* Bits.h in Headers */, - 0DC3E6D8F66714A3CE7FAE0DFD5B3A99 /* BitVectorCoding.h in Headers */, - A230EF62D58AA8D11AA633707B694A1A /* BlockingQueue.h in Headers */, - ACC9865CAA9F3F8C5A324EB5BE3A4FCA /* Builtins.h in Headers */, - 834FF62162F4055677BAE0550E8EC3BD /* CacheLocality.h in Headers */, - 5D81F2900CC973F4E73EB6F5272233C7 /* CallOnce.h in Headers */, - D3747722D57B012F6ECC0CFD0EE6FF50 /* CancellationToken-inl.h in Headers */, - A3FF64837D89EC3BD6ACE034A354A2EF /* CancellationToken.h in Headers */, - 94BE5B400646E409BB7F5A79F9256FEF /* Cast.h in Headers */, - 41340985501F4717E4B2257AAB309099 /* CheckedMath.h in Headers */, - AB5D24EA0BA05284C36AE1F1E0365409 /* Checksum.h in Headers */, - D0682D17956E3FE040DCF3E0AFDB4A4B /* ChecksumDetail.h in Headers */, - 35A98E3EFC408EE5749C72ACBC45A98A /* Chrono.h in Headers */, - EC78BCAF95091BC6B9398B4ABE164D40 /* ClockGettimeWrappers.h in Headers */, - A6E4990443CE1A328E99BAA0494C45E9 /* Codel.h in Headers */, - DA60B745CDFF56E5E43D06BF72CB17DC /* CodingDetail.h in Headers */, - 178BC714B39BDCD7560E5A1DB56DA8D1 /* Combine-inl.h in Headers */, - F82040CA3509949852CD901604886011 /* Combine.h in Headers */, - D134B93639A05718D53243F778E2035D /* ConcurrentBitSet.h in Headers */, - 3BBF574D64227EBEE0C2DC6A4441012A /* ConcurrentHashMap.h in Headers */, - B9931412AFC8AB258F2752AD59B46953 /* ConcurrentSkipList-inl.h in Headers */, - B81CB4B12C208D443FA24DCA12DC9B47 /* ConcurrentSkipList.h in Headers */, - 782ECE3D287D4ED220C248182569F208 /* Config.h in Headers */, - D5F30618F7C36334E61AE00C217787AE /* Constexpr.h in Headers */, - 5DE3D8D831CE970F151C3F7B4EC6437C /* ConstexprMath.h in Headers */, - 8F6F091429C260E4F6019FBAD62325EA /* Conv.h in Headers */, - 2592D605ACBC5F28A54947766CEE0022 /* Conv.h in Headers */, - 278591FB4944F2F2DF8A86F161684927 /* Core-inl.h in Headers */, - D08F8D6D3E30A8AB0E8A5B780FDD1B6B /* Core.h in Headers */, - 09A57B8AB788E946D9CA78C2BA65F229 /* Core.h in Headers */, - D1B3B02640F760435EBB2D62AC130D62 /* CoreCachedSharedPtr.h in Headers */, - 3FA4D6A0D8F29F1076C0CC186CEC39EF /* CPortability.h in Headers */, - 1A3A747FFBAF119F35DA8CCA25E1BA41 /* CppAttributes.h in Headers */, - B0ECA79EEAE6FF75D972A89A148E124B /* CpuId.h in Headers */, - E2E59856E8B51DBF7541BEE494889B8E /* CPUThreadPoolExecutor.h in Headers */, - 3BBCD0711E60B80EF86F059BAB6DCD15 /* CString.h in Headers */, - E541E329033DAB9E62357091D08B21D6 /* Cursor-inl.h in Headers */, - A175D7E1FDED80A10F8EAD44CD08FB2A /* Cursor.h in Headers */, - A75250C81ED89B3AA23F3D67EF2E40FB /* CustomizationPoint.h in Headers */, - C9E4B146991BD27D58883F9C577A184D /* DecoratedAsyncTransportWrapper.h in Headers */, - 38D527FBDE4064B48969F4B76B1A435B /* DefaultKeepAliveExecutor.h in Headers */, - 520415CE52E0181BC0B493F4F914AD5C /* DelayedDestruction.h in Headers */, - A812CB154E381C723A14F245E8A07750 /* DelayedDestructionBase.h in Headers */, - 8AE7B36F8DA33B2367E14A23B336E76D /* Demangle.h in Headers */, - 046C02BB9974712D7F37A4F6DD46906B /* Demangle.h in Headers */, - 83D87F5CF4FDFD17ADC125602A9E8080 /* DestructorCheck.h in Headers */, - AE73EBC51CE95F004ACD1385DE296AFD /* Dirent.h in Headers */, - DAEA9FB7EA2381D31B60B23D80AA8C90 /* DiscriminatedPtr.h in Headers */, - 895851F42FE364CBAE2418F6AAAE4A70 /* DiscriminatedPtrDetail.h in Headers */, - 3FBAC19E9B60C7BD097B5E833FCBCAE6 /* DistributedMutex-inl.h in Headers */, - 15D7C13BDCD02E1FD3213E9E6BAE2679 /* DistributedMutex.h in Headers */, - 66FCC971A8A3616AD4B041D16B234998 /* DistributedMutexSpecializations.h in Headers */, - 68ECAE4F4158E1B6FDC185A17F3C46A8 /* DrivableExecutor.h in Headers */, - 7F54A9075DC5CD566F9A1CEB14C27F15 /* dynamic-inl.h in Headers */, - 028B976156654ECF9867E8E7BF0536F7 /* dynamic.h in Headers */, - C6EBFA92EB49EA965519792E15BE6162 /* DynamicBoundedQueue.h in Headers */, - 0E8AEBB14F6269B890386DFD20225D4C /* DynamicConverter.h in Headers */, - 465CAEAE6D11F37E23376189A6E9D061 /* DynamicParser-inl.h in Headers */, - 88EC45C01DC1BD0BE0A28B243AA62FB4 /* DynamicParser.h in Headers */, - 1774E400639BD32AA847F5EFFC91AD07 /* EDFThreadPoolExecutor.h in Headers */, - 5E55BDF4FA72F1EEF51692B639A81411 /* EliasFanoCoding.h in Headers */, - 202E7841987BBB1945E660460D2781FB /* EnableSharedFromThis.h in Headers */, - F378A3CF7BA2719D7F3BA21417189F97 /* Enumerate.h in Headers */, - 0150060784735A252FA33533BF43E718 /* EnvUtil.h in Headers */, - A27123F35A877253EE34460308DE40C8 /* Event.h in Headers */, - A5F17B7EFDA732D038582B574D3F1FC5 /* EventBase.h in Headers */, - 418900DA75266D2B262E727FAA85F619 /* EventBaseBackendBase.h in Headers */, - 4BDCFB25BCAA176E1D6557EB821A72F8 /* EventBaseLocal.h in Headers */, - 388E9918046A8C5B112E39F0822B5CC2 /* EventBaseManager.h in Headers */, - 8465508D6B16CF80AEE3FD35AECF21F6 /* EventBaseThread.h in Headers */, - AB066BC4D989C521E57B08531FE45A2C /* EventCount.h in Headers */, - C91B49DB7B3B04E2DBED95E3AA785097 /* EventFDWrapper.h in Headers */, - EDD0C48DB56ABF2BBAB7B3DAB6ECD4C3 /* EventHandler.h in Headers */, - 5AEAF8AAC4EBE8FC7B2787CCF389C574 /* EventUtil.h in Headers */, - 817DC15C6631DD5E049DAC728A248251 /* EvictingCacheMap.h in Headers */, - B9822E07E33E0667D3C0516828F77E13 /* Exception.h in Headers */, - BDC4456A55526BE6072EE13BB3AE73F7 /* Exception.h in Headers */, - 85EC2735A76118521AE819F3A4F93026 /* ExceptionString.h in Headers */, - B476F7FAE338BF80E210AE92B6B1775E /* ExceptionWrapper-inl.h in Headers */, - 1F59BDCAEFF35B95A96DD15DA4BAD8BD /* ExceptionWrapper.h in Headers */, - 3D9F27E0E3B400916EF49D683AEAF43C /* ExecutionObserver.h in Headers */, - 1D1F4608D6FEA24103C4DF832C4F7161 /* Executor.h in Headers */, - FE41D4DFD119DB8FA7F8E1C980C3CE2E /* ExecutorWithPriority-inl.h in Headers */, - 3910A90996EA605AF05F85646353C452 /* ExecutorWithPriority.h in Headers */, - F2DE409A982145E0C0182C7E522595F6 /* Expected.h in Headers */, - 721DACC72FD319A766508A989484C91C /* F14Defaults.h in Headers */, - 06E23B3057B6EDBB5C97B7180186C213 /* F14IntrinsicsAvailability.h in Headers */, - 4116FCEDFAFD63901C56043C4B7DAB62 /* F14Map-fwd.h in Headers */, - BB158084011FC6C5A2B772426BD611D3 /* F14Map.h in Headers */, - 38E9AED692F79C57F3CBEEC3ECE2717B /* F14MapFallback.h in Headers */, - 6D0BB716E266E2167F7D63FD9C16D238 /* F14Mask.h in Headers */, - EF7DD7E91656E43BB77E415C55717D67 /* F14Policy.h in Headers */, - C00FC056E572F26831EFCA4CDDD064FE /* F14Set-fwd.h in Headers */, - D5F622C7C7946EA79C859F499760612B /* F14Set.h in Headers */, - 73B01822FD7106986246286B77FA43A5 /* F14SetFallback.h in Headers */, - B660B7AAD94F2532A62D45CE4B49A321 /* F14Table.h in Headers */, - 7C7530B92E9BA9ECF402D61655717EE3 /* FarmHash.h in Headers */, - 5896E44BDFCAB5BD03DC2F01A766A81B /* FBString.h in Headers */, - F4A99244E9E0D48CF75CA4C0B93036E6 /* FBVector.h in Headers */, - E237E2930735D5FE17376460CA8587D1 /* Fcntl.h in Headers */, - DDFA20F8E2D9BAA4EE1D131A29898450 /* FiberIOExecutor.h in Headers */, - 6E32F2FCA40CB800EBDB09F0BEDA87B1 /* File-inl.h in Headers */, - 0DBDBBC9D5447DC97AF4898C8807E41C /* File.h in Headers */, - 4D04FB0EB53621C51FD5893A75645DAF /* File.h in Headers */, - 92F6559CDAF4837F3D43BDFCFE2A1EA5 /* FileUtil.h in Headers */, - AD97B674031044ACCB8E5764225B3530 /* FileUtilDetail.h in Headers */, - 6603AF971ED3A17419A10076DA3BE1DA /* Fingerprint.h in Headers */, - 3E4133FE3E91D5E6542D919B330AA409 /* FingerprintPolynomial.h in Headers */, - 0FA785313070C70874A2DF8D630C4B0F /* FixedString.h in Headers */, - B0AF458DB610D84878335CECC0DA24C1 /* FlatCombiningPriorityQueue.h in Headers */, - 793D8A2A9101560AC1D279DDC013C457 /* Foreach-inl.h in Headers */, - ACC8B53AA616A86AA0E9D9BE6FE057A9 /* Foreach.h in Headers */, - D8336C8DC6A6D44FF134C0D6244C89C3 /* Format-inl.h in Headers */, - C4773C1E9B9E4A73C1986AED2E95C203 /* Format.h in Headers */, - B0F6824ACF06D727CFBF79814E2D7B80 /* FormatArg.h in Headers */, - 142162064FB8E8823DF2D609D0DAEA0A /* FormatTraits.h in Headers */, - 23A58CA03C9404B68FA100D9F814A1A6 /* Function.h in Headers */, - DA673F194D80B16B2C4AA65AFC0B800F /* FunctionScheduler.h in Headers */, - A43668A18D1C423CEAD7D9A50B255AC6 /* Futex-inl.h in Headers */, - 3E477FDE1969E5D458726EB47439E2B7 /* Futex.h in Headers */, - 8A719BE74CA2561EB0CAD4641CFB2ADF /* Future-inl.h in Headers */, - 65855CE579ABE383480604A4243F7A24 /* Future-pre.h in Headers */, - 63C327391B6B10B0110AD645239B8114 /* Future.h in Headers */, - 0165EE47DD3132024CE368F1758564A7 /* FutureDAG.h in Headers */, - F6DB6163D90CE6761FA75B5CED8D94F3 /* FutureExecutor.h in Headers */, - A367E5A25C966229F79911DBF4A7733D /* FutureSplitter.h in Headers */, - 6CD04A43C86CAF7868F993527B7E8648 /* GFlags.h in Headers */, - 95976D95275F4D1C66C7A949D78BD889 /* GlobalExecutor.h in Headers */, - 0000ED562CC823DB4FE717F3329E5A0C /* GlobalShutdownSocketSet.h in Headers */, - 3632D5722F67661D20544B1531ABB7A7 /* GlobalThreadPoolList.h in Headers */, - 13E5F0528667EFF68B110805FEBDFFE7 /* GLog.h in Headers */, - BB770FC1F6A32A23021B7B3E8DDFB17D /* GMock.h in Headers */, - A5E654EB20A707A610B4508D6BD2FB6F /* GroupVarint.h in Headers */, - 99C74F939C35D98AC5E16A7DF1B3485A /* GroupVarintDetail.h in Headers */, - F6CB07CC2BE8612AF7EE0CEF8FDCD738 /* GTest.h in Headers */, - C8F94F7E534CEB2C16A20586D90F38B1 /* Hardware.h in Headers */, - 88839F0E55280FA9BA3011AE63BAE9A6 /* Hardware.h in Headers */, - A20A13B4479FA7F4AFCA53871754BB2F /* HardwareConcurrency.h in Headers */, - B72497F3F640A655D951499C9D023A34 /* Hash.h in Headers */, - 84027A44729F90CD2DE0A1BA07C0D5F0 /* Hash.h in Headers */, - 9F8D08A6E6EDCE62CFEB568C90204F27 /* Hazptr-fwd.h in Headers */, - B00D9A5C8BED1F324086C8241D9CA894 /* Hazptr.h in Headers */, - C02CE4A39ECF74BD373DA66C522D27E3 /* HazptrDomain.h in Headers */, - F32B8E85ED80D273E643FE47C63A48C3 /* HazptrHolder.h in Headers */, - 46490A05E768C20B7194EB628776498B /* HazptrObj.h in Headers */, - FBB10D47ED9869C8CE10C7852F2D207C /* HazptrObjLinked.h in Headers */, - EF4979FF5F5DD678D99FD5EB95E0A4C9 /* HazptrRec.h in Headers */, - D7813DD42439CDC0BCF961CC3598C599 /* HazptrThreadPoolExecutor.h in Headers */, - A688EB7A4ACE44C72C8C648FED7D1D53 /* HazptrThrLocal.h in Headers */, - 9D887677E6F6D6352AC945FACA2B93DE /* HazptrUtils.h in Headers */, - 367280AAA2E035F1C7ED53AB98E15C32 /* HeterogeneousAccess-fwd.h in Headers */, - 2BA64B3A93FB8AD73D2C419DD0EAE815 /* HeterogeneousAccess.h in Headers */, - E725CC98EBEA87BB135384871BC1A5B5 /* HHWheelTimer-fwd.h in Headers */, - 77E93AA1C4452BE82826D9A12A5A8B3F /* HHWheelTimer.h in Headers */, - 29043F11D52DFA10F1F10E73B3BC8DDA /* Indestructible.h in Headers */, - 820E8E8E38F9DACC7450DBD6E242FBB1 /* IndexedMemPool.h in Headers */, - 83F2A7062ABA1D7B75EC6406C5076B64 /* Init.h in Headers */, - 2E6D7937F46F9299BCE7C2891F2FADAF /* Init.h in Headers */, - 1769ACC0CA781F13C030DF0DB023EB4F /* InitThreadFactory.h in Headers */, - B9B6D27177E54AD3F5FE5692D40D21A9 /* InlineExecutor.h in Headers */, - 7261693D8B4FCB9154889F096984074D /* InlineFunctionRef.h in Headers */, - 887F26A9821B0568739537FA5CF418DE /* Instructions.h in Headers */, - 9D51F9E1C59DBAB87DCBF98448B67EAE /* IntrusiveList.h in Headers */, - 40EC0A104909E22E76392EAAB2C28CE7 /* Invoke.h in Headers */, - 84BB8F7AF354928259149AAA2CE12DB5 /* IOBuf.h in Headers */, - 2FFE6AE9CBE2C1B2C1ADBF35DEF9416A /* IOBufQueue.h in Headers */, - A0C2118BCAC945C6B5C7AEBFA03ECCB2 /* IOExecutor.h in Headers */, - 6C0DC431C29FB6D0F71DE0E1215FC090 /* IOObjectCache.h in Headers */, - EBC51F79135BD1B07A6794A1702AD7F1 /* IOThreadPoolExecutor.h in Headers */, - 5EECEB6D2F24642E7F2E762B455156DA /* IOVec.h in Headers */, - B56DB8EFBB94FA92CC2272FF63B23469 /* IPAddress.h in Headers */, - 5872E057465F35CA19FF5352C09F7210 /* IPAddress.h in Headers */, - 6FB7F0C8F98F04B3351A30C9DB922B51 /* IPAddressException.h in Headers */, - FBFBDCA4DC65E893FB952E125DCAEDE4 /* IPAddressSource.h in Headers */, - ED9D3318787FE06F4AB80717E0038A08 /* IPAddressV4.h in Headers */, - A9CEAF5F789655FB10359962CFF26C59 /* IPAddressV6.h in Headers */, - B09903FA4A71989927EB52AAEF5CEE6F /* IStream.h in Headers */, - 3C659F7AE16C0D0B45556F117163342D /* Iterator.h in Headers */, - FCF0E5B23471F25B38EACE9BF5367DDD /* Iterators.h in Headers */, - 6BF82E2A504EEEB443E5BD60322EEE0B /* JemallocHugePageAllocator.h in Headers */, - B71B003E104D7179CCFAD126E0A62772 /* JemallocNodumpAllocator.h in Headers */, - A5CFF89B3CF75CCC9CA42C09380E2219 /* json.h in Headers */, - E4A18844927713B4FDC04C865B18F68A /* json_patch.h in Headers */, - 815F17994DE8DAD6BA724FDA8D3857D7 /* json_pointer.h in Headers */, - 956B47AAA9C7EA9501B74B68BC034586 /* JSONSchema.h in Headers */, - C2E2F3DC215D8B2941E080AF76D8E0F9 /* Launder.h in Headers */, - 8DB2521D64B3EDED6B1A474497645594 /* Lazy.h in Headers */, - 77EE170C8DD2C32EC09FD0237FEEA5A6 /* Libgen.h in Headers */, - FE98B3AE55D9BC60BDD7A4A42483DF1A /* LifoSem.h in Headers */, - 345D5CFDF2F4EE49EF2573D172EF423F /* LifoSemMPMCQueue.h in Headers */, - C1E07152B9CEAD02A37EB8FA85E0CC48 /* Likely.h in Headers */, - 72AF9721EC354FA25F94B3C5E36C75B2 /* LockFreeRingBuffer.h in Headers */, - 37E734218C7A0308845F487F2B613C5D /* LockTraits.h in Headers */, - ED65346A1AD96F08F623DCDE98D30851 /* MacAddress.h in Headers */, - 90E20F05F3B0B1462608AD5C1F1C91CD /* MallctlHelper.h in Headers */, - 261A54C1EFE6EF4FF19C9983919426DA /* Malloc.h in Headers */, - 7AD83D49196D03BDB6DBDCA94F8FE247 /* Malloc.h in Headers */, - C544541C91C492F16F4811C6B29F17C3 /* MallocImpl.h in Headers */, - CAF9F40A49591E6D5BA0BFD8015FDE34 /* ManualExecutor.h in Headers */, - 1BEF1D8F070B1A445350376A0F7EE1A5 /* ManualTimekeeper.h in Headers */, - EB1D79B1EE39A3B157180BF2D29E3E74 /* MapUtil.h in Headers */, - CD94C24FC5FD7B1392A38FE45FEA6864 /* MasterPtr.h in Headers */, - EA9CADA3CCEABA708DED157A492B4312 /* Math.h in Headers */, - BDBAD0C72AA94A2E4FC9298AA2E10A27 /* Math.h in Headers */, - 234E423AB6A72BD5A43AF58F3F27B50D /* Memory.h in Headers */, - 1AE09DC854F4FB71205C6153C1E82E87 /* Memory.h in Headers */, - 72DC5E9B6B1AD25C925ACA98E471F1F3 /* MemoryIdler.h in Headers */, - 9B8357D8118A79D3B2FF7E7355EFA0D1 /* MemoryMapping.h in Headers */, - 3D1CBAF2FD3E97D4A45BA79965060892 /* MemoryResource.h in Headers */, - 1B7FB664C598D3560DEEFECE45E78FF4 /* Merge.h in Headers */, - 69D9336F4A6E3D6A46DCB20A89C00AE8 /* MicroLock.h in Headers */, - B4E0FB213CEB9831E723FEC0D6081F5A /* MicroSpinLock.h in Headers */, - 9E34EB4577EDB5A019D44ACD12C8EFEA /* MicroSpinLock.h in Headers */, - EBE74C0A7404EA90E5F94378992A99EC /* MoveWrapper.h in Headers */, - 500409ADFA391A1B1E5EE45EE1AEE6D1 /* MPMCPipeline.h in Headers */, - AE5BEE6C6D5529066AAE6271E1710994 /* MPMCPipelineDetail.h in Headers */, - 8C15E78CBB1FD4D4899BD5DEA06F5BFE /* MPMCQueue.h in Headers */, - E4E2CBB6A4B829196EE1E11CF7AC1112 /* NamedThreadFactory.h in Headers */, - 3D5C1748C016F579CE1D46591648827D /* NestedCommandLineApp.h in Headers */, - 002269BAD60C8F7AA82AB8BE17CD056C /* NetOps.h in Headers */, - 824A20A5D3483C13407D06B508FC0825 /* NetworkSocket.h in Headers */, - 548D7E7158A12022135413B955077526 /* NotificationQueue.h in Headers */, - FA60837BF2780244664FC5FD2A66C42E /* OpenSSL.h in Headers */, - 6E45521EDB10E543E5AAD10CBDD0F22A /* OpenSSLCertUtils.h in Headers */, - 68E91C590AFD1BAF143EA2EDFF241B12 /* OpenSSLHash.h in Headers */, - EC4D606AE18A9841E89818A19B6742DC /* OpenSSLLockTypes.h in Headers */, - 7272C4ED75B67B93898D1C5C040DA94F /* OpenSSLPtrTypes.h in Headers */, - ED2F0C0858C5E5AD26E73A0CDB46B75D /* OpenSSLThreading.h in Headers */, - 37E13B2E76D8C6A6D977980E5CE1424B /* OpenSSLUtils.h in Headers */, - 4BBF61E8DBD8E7C07E662CA40085CDAA /* OpenSSLVersionFinder.h in Headers */, - 1F997A8733EB3F701148D01DBD7FC9F7 /* Optional.h in Headers */, - 652571CD3234E2AD039355AF9BB4B7FB /* Ordering.h in Headers */, - 8DEFA920933FDAB3BFFE1F4529F99AD5 /* Overload.h in Headers */, - 7203C83510842744290EEC2E49395C80 /* PackedSyncPtr.h in Headers */, - 18B529FF600E5D83C90CE2A34C832DE7 /* Padded.h in Headers */, - D9D9FF2BDADE2B4E00AB6612EE970D9A /* Parallel-inl.h in Headers */, - 4B4207C8F5CF30298410C7E991FF350E /* Parallel.h in Headers */, - 59A0741FAEF840D56049DC553583A594 /* ParallelMap-inl.h in Headers */, - 4BEE9093703E4376B6ED3440C6DAD3DB /* ParallelMap.h in Headers */, - 477337547301AB05F9DE03645D9F47CB /* ParkingLot.h in Headers */, - A334312377E0BFEB197711AE0705DB02 /* Partial.h in Headers */, - 9D20CF88A8CF8B6956D655324AA50357 /* PasswordInFile.h in Headers */, - 435DAAD37EF3DD9820D4ED0B30754785 /* Phase.h in Headers */, - 32A51BE4C06A08BD209A3188D2B98B4A /* PicoSpinLock.h in Headers */, - 6B745CC5478DD2210323824BDA9155E6 /* Poly-inl.h in Headers */, - C77A720BE850A7EB34ADF9D51AED9CFC /* Poly.h in Headers */, - D7BCA6C47161F4E8AB3A021E23F58444 /* PolyDetail.h in Headers */, - 41414B77262C70643C5D5E0CD9609C53 /* PolyException.h in Headers */, - 0FF628532041AB4D887B0DF437631410 /* Portability.h in Headers */, - 0C198FDA31906AC109502DA0C6F91DDD /* Portability.h in Headers */, - F77BC732391766818EAFD76D6F83F7AC /* Preprocessor.h in Headers */, - BF4C48D2BFBCAB98DC10732821BC42BF /* Pretty.h in Headers */, - D974E9D58FCCF0BD7162E35E8162F814 /* PriorityLifoSemMPMCQueue.h in Headers */, - 9F5F45A87FD22B4E928ED45AEBA387A5 /* PriorityThreadFactory.h in Headers */, - 5CC909BC6B252F8D85BDE46A27AC9AEA /* PriorityUnboundedBlockingQueue.h in Headers */, - 7C471E31E94ACA7C2DD9340B7355EE4B /* PriorityUnboundedQueueSet.h in Headers */, - DE4D649D704C26BE42FDC2CE739FC8B7 /* ProducerConsumerQueue.h in Headers */, - 4B299B33AB20F64BB67F5300FFE86563 /* ProgramOptions.h in Headers */, - C15FADA891F4D4C523749163C5637706 /* Promise-inl.h in Headers */, - 429D9FC1EC2A5BA880E8175126C95218 /* Promise.h in Headers */, - A67FA85A73ECF68D1B7977EA7061C259 /* PropagateConst.h in Headers */, - 95937912CCBF235733A0FB6259EADCA9 /* ProxyLockable-inl.h in Headers */, - BD7D5CF524635FAA1118BA93EA69C58A /* ProxyLockable.h in Headers */, - 8320D5AF0703FAB0C29E228C9CEC5C15 /* PThread.h in Headers */, - 3BB32A45E8573604EC689CA67B4D9BA3 /* QueuedImmediateExecutor.h in Headers */, - 73B843912BFAB8E533A1447833743DB9 /* QuotientMultiSet-inl.h in Headers */, - EA6270B241DA7F81EB3D922C0BB9778B /* QuotientMultiSet.h in Headers */, - 9AE76FBD8AEADE8759D7372AB57E3342 /* Random-inl.h in Headers */, - FDC95A6C3D99E1027B9B251B1035D32A /* Random.h in Headers */, - A224F0C5248B6BB1872CFC83803DF54E /* Range.h in Headers */, - CDD0DF4006A204FB133A8EA411660F60 /* RangeCommon.h in Headers */, - CF2A9BB712557B152C9C58E78C9FB687 /* RangeSse42.h in Headers */, - F2F28C9A1BBA30458BEA33562BA30987 /* Rcu-inl.h in Headers */, - CC7471685FEC191777CFF0F1AADEFA55 /* ReadMostlySharedPtr.h in Headers */, - B667413983575EE870FDF29207BE5A95 /* RecordIO-inl.h in Headers */, - 496847701CD6C4B86DAFC570EFB9A97A /* RecordIO.h in Headers */, - F35DCB44881B25AC99208F4C70AEE83F /* ReentrantAllocator.h in Headers */, - 37B4F9A7F2853B5D966056BF151BA0B6 /* RelaxedConcurrentPriorityQueue.h in Headers */, - BC976E29C1B65CD708610EA8D8C591C6 /* Replaceable.h in Headers */, - AA29DE81FA5C823CC85EE49A241661D1 /* Request.h in Headers */, - FB89D802BDBC491C380FF444701B7EB0 /* Retrying.h in Headers */, - 01DBFB58E99645417FA67935F42976CF /* RValueReferenceWrapper.h in Headers */, - 01EA952C6D83BAC3D3943B06A981E210 /* RWSpinLock.h in Headers */, - 6AD663B05A577CF20D57F53415A68DE6 /* RWSpinLock.h in Headers */, - 8FA74FBC7C9E181E80911AC71B25B3E5 /* SafeAssert.h in Headers */, - 05ABEA5F6CFD4BB73D19709FCB8726C8 /* SanitizeLeak.h in Headers */, - FD67FD59CE7250FD3F339EBC41E5D134 /* SanitizeThread.h in Headers */, - A309A703E57A5E688A610D80450DDD4F /* SaturatingSemaphore.h in Headers */, - 7222A3BFBF7330E99B222DD2E69AA473 /* Sched.h in Headers */, - 75BAC129BCD51384D63DEF6C1D29ACEB /* ScheduledExecutor.h in Headers */, - A36DBD6FD10B46F2166B0A054BFDE705 /* ScopedEventBaseThread.h in Headers */, - 5A346464BE35D84078CA652CBC817C93 /* ScopedTraceSection.h in Headers */, - 2A8087A2A3EC06F10575B4BBCDC04275 /* ScopeGuard.h in Headers */, - B62A30D74843FD3DA062A56FA7BDC9E0 /* Select64.h in Headers */, - 5AC1E91D0D3858546CB08B13F0080140 /* Semaphore.h in Headers */, - DF847F459BDF8182883AC823DAF30D01 /* SequencedExecutor.h in Headers */, - 18150BBAF7E0D735FC7E8A4F6D0C6A93 /* SerialExecutor.h in Headers */, - 5816D11CE98687A1D887CBB66498ADAF /* SharedMutex.h in Headers */, - 3497A296F3E5D79E408B18B56A50EF73 /* SharedPromise-inl.h in Headers */, - 5CF873DB4A72840B4B0F7AB381FC7883 /* SharedPromise.h in Headers */, - A6FA074D1221D09DF8A5D40C83FD7DD9 /* Shell.h in Headers */, - FFFF393BD210BE95BF5547B8A85AEC24 /* ShutdownSocketSet.h in Headers */, - FB6ED25A5FE1DDC5D0DCAF967BC02E06 /* Singleton-inl.h in Headers */, - 01DF2AADDC5E75A033BE1687F943C7CB /* Singleton.h in Headers */, - 5722F2F262DCD4F26BEE57AC571EA8A6 /* Singleton.h in Headers */, - D5C1EB42E394A968F095512F607A68A4 /* SingletonRelaxedCounter.h in Headers */, - 64E014F210CCA6832CE0178992A0BEBD /* SingletonStackTrace.h in Headers */, - 83F14E9AD44D194B883B063AA8921D7B /* SingletonThreadLocal.h in Headers */, - AFE470F902F82766F0C33FA67257C973 /* SingleWriterFixedHashMap.h in Headers */, - 6BBD72BF2F8F4B3030E20D489DE11A18 /* Sleeper.h in Headers */, - 06B620E7E5C6AF5F506EA9ACE1B341A0 /* SlowFingerprint.h in Headers */, - 970497E0C64A13B2EF66A0EB0AF1A455 /* small_vector.h in Headers */, - 72D77013A68A6CB617B9605862999682 /* SmallLocks.h in Headers */, - EA27EC4F202A8D1C5952BCB7743404B2 /* SocketAddress.h in Headers */, - 164CAE6282D5240D26C34D9902A0A2F6 /* SocketFastOpen.h in Headers */, - EDA1DD2A7F3D1351F6EC07DF362DAB96 /* SocketFileDescriptorMap.h in Headers */, - D8BE6A7B19BDC3F39EA9A163F51561C3 /* SocketOptionMap.h in Headers */, - D6249F6A8C947276040F332E4565CF3F /* Sockets.h in Headers */, - 82B5F254C41E7464730EB8FA6DC0E7AD /* SoftRealTimeExecutor.h in Headers */, - 395BDA4B82F0564475F9E92B0C7E3198 /* sorted_vector_types.h in Headers */, - 97F47FAF55C70B373D42B66540CC03E6 /* SparseByteSet.h in Headers */, - 60D7BB98D47C9B0A758967B3FBE13C73 /* Spin.h in Headers */, - ED5668982631773BE8077AF29D4DAD1A /* SpinLock.h in Headers */, - B8433E890E59178B2AB422DB075164A9 /* SpookyHashV1.h in Headers */, - 8439ACB20332986725292EC7E8FB11DC /* SpookyHashV2.h in Headers */, - 6BABA29A1EB33D30DCBDEF0A473C73C5 /* Sse.h in Headers */, - A640F3EA36E759D34FDE7078C93447D7 /* SSLContext.h in Headers */, - 30086ECC0A916814808D4A99FF50F085 /* SSLErrors.h in Headers */, - 4265841C05CACD829ADFC7F983B7BA9E /* SSLOptions.h in Headers */, - 5F2687D6FE797D263B49D1F348B418C2 /* SSLSession.h in Headers */, - 32087607FAEDD6582A41E0F40AB0EE43 /* SSLSessionImpl.h in Headers */, - C798FCCE39158110ADC3E8611CAE3B24 /* StampedPtr.h in Headers */, - 98872EE2FAB2142882A83CF76D351E76 /* StaticConst.h in Headers */, - C5A516DD92E6C363E164BFBE9355F298 /* StaticSingletonManager.h in Headers */, - 4844B715F828996E8FDF2B895E4870BA /* StaticTracepoint-ELFx86.h in Headers */, - 981E7DF6EC2AAFF48BDDC38A668F2A35 /* StaticTracepoint.h in Headers */, - 673192AED81AAA2C19A21C71714EEB37 /* Stdio.h in Headers */, - A9DDC70456A8993D821EBF22A8732E52 /* Stdlib.h in Headers */, - C8F4B84F2A11F64C057A3DB128CF9D5E /* stop_watch.h in Headers */, - AF5553524DA8C686DB20571BAEA24748 /* String-inl.h in Headers */, - BD3B85AB6DD9020CE8ABDE9721CE1D3D /* String-inl.h in Headers */, - 73F0508AE80D08931735FA2651E5AC74 /* String.h in Headers */, - F32CDFBBF8A739D4E5FEB1D284965440 /* String.h in Headers */, - EEFCCBAFEE065DE8D8FE24613F2D7F03 /* String.h in Headers */, - 17D226911D95E69EFBFE911EDF6C31C0 /* StringKeyedCommon.h in Headers */, - A6D3BCB05A4298F4BFE84E41DE4D5415 /* StringKeyedMap.h in Headers */, - 3019B12F14D858955585FA0D99BF069E /* StringKeyedSet.h in Headers */, - 306310A0B8918CF6604620779C289478 /* StringKeyedUnorderedMap.h in Headers */, - 7B1C960AFF308E430117A28F305CB163 /* StringKeyedUnorderedSet.h in Headers */, - 618FC388B2AE5B8F95EE47EACF2A46DF /* STTimerFDTimeoutManager.h in Headers */, - 7D9E278E5198DC262DE116E896406243 /* Subprocess.h in Headers */, - A08BE2C94B96A2A71BF79CFB0BF80ABB /* Synchronized.h in Headers */, - 27FEACFFF64D00F99AC7AFD36AC4E42B /* SynchronizedPtr.h in Headers */, - 273A1D90EA90462572EB25D15A2DFF85 /* SysFile.h in Headers */, - 7911B1E98E1E022BC9AC110F0BA820F7 /* Syslog.h in Headers */, - ADBA9F7123889A316B7F5216D10CDDC5 /* SysMembarrier.h in Headers */, - 275F055C3FCF978D7784EBCF029372BF /* SysMman.h in Headers */, - A253EA3982894B36F2ACF69CB535C1D9 /* SysResource.h in Headers */, - 8DEB9F3B5B50953AD2FACBC336BBC3E3 /* SysStat.h in Headers */, - 21788180EE192099199CF17A291F845C /* SysSyscall.h in Headers */, - 699A7381B1C025215B8DEF65A9663941 /* SysTime.h in Headers */, - 4119F1C935D28D7F406466390763A5A0 /* SysTypes.h in Headers */, - FAEA668522B704FE6413794266664BC8 /* SysUio.h in Headers */, - 25D98AD6801C686A3093E013C5CDCF22 /* Tearable.h in Headers */, - 8CE91A90C61B7F8915DF48ADE234FBB0 /* TestUtil.h in Headers */, - 11A63BA66690ED690E9D1500EB5DC03E /* ThreadCachedArena.h in Headers */, - 38ADD71E812F4AA99ACE3587931C100D /* ThreadCachedInt.h in Headers */, - 81C02CBCC54936A1EFF94DF127DDA45E /* ThreadCachedInts.h in Headers */, - 8F1120E710C02BA72CE4051411F73416 /* ThreadCachedLists.h in Headers */, - CF3F88F89D8F6518525E6D03F4BF1546 /* ThreadedExecutor.h in Headers */, - 3F4EB7DAED0BF0DE5FC208097EA5F0A1 /* ThreadedRepeatingFunctionRunner.h in Headers */, - 41B3272FDD1A23CCF1CCF3F16DADBF5A /* ThreadFactory.h in Headers */, - B20F5EB4A0529EEC5FB6719865CD18FE /* ThreadId.h in Headers */, - 60D6E3B72E0BCDD0A827D174467C49AD /* ThreadLocal.h in Headers */, - 2EBF6FE2C05F7C9A48E8AD9115F872B7 /* ThreadLocalDetail.h in Headers */, - 80907E5376216F82477BBB6EE3F8D052 /* ThreadName.h in Headers */, - 29D459CDB796AC1EE30B3350E02AA919 /* ThreadPoolExecutor.h in Headers */, - FFCBE957195ED9E241ED07DBA1D71E1D /* ThreadWheelTimekeeper.h in Headers */, - A24FAC49BDF7F65D57304D790B094AB1 /* ThreadWheelTimekeeperHighRes.h in Headers */, - F36003378B98FD92744A40A0F0A0C10D /* Time.h in Headers */, - 13B111E5CE5330CE939F1A9FCE271D32 /* TimedDrivableExecutor.h in Headers */, - C04A72A19990967E786D7C3DC2893F70 /* TimekeeperScheduledExecutor.h in Headers */, - 7A5A28A27CB94032CC06FFB0AD60DF97 /* TimeoutManager.h in Headers */, - 8FB6F5CD11B504056D6E88F3CC240BD8 /* TimeoutQueue.h in Headers */, - 2144723C72B379EBC79D008C672CD524 /* TimerFD.h in Headers */, - FC2E2753DC1F6AC7A973ACC183E19112 /* TimerFDTimeoutManager.h in Headers */, - 9005525FAC37240E0E3C7C0B534FF530 /* TLRefCount.h in Headers */, - 56F1F79547ED54B3D11E43E7D3179B99 /* TLSDefinitions.h in Headers */, - 2F37B216CC5C6B320DEB263CEDAC40A7 /* TokenBucket.h in Headers */, - CC0CF1FDA749A26B2B60C8D4475B3C2B /* Traits.h in Headers */, - AC868C29AB579AF68D5B4CDF16552263 /* Try-inl.h in Headers */, - F7708D9578048402C448A57C1A90C6C3 /* Try.h in Headers */, - D6EFA2F0BA1653121F454C16B5940240 /* TupleOps.h in Headers */, - 5C67EA35FC6B8F99E4387FCB9B0B64C3 /* TurnSequencer.h in Headers */, - 1858299960CD33F5E5EF826FD59E2C34 /* TypedIOBuf.h in Headers */, - 7C30F009AD538C493430600D76DB7B7C /* TypeInfo.h in Headers */, - 5AEF74A42804CB35BA7A71AC733D852D /* TypeList.h in Headers */, - A2CF2B22CAA2F3BAB7A472EB01AE142E /* Types.h in Headers */, - E4DC4CE387D623CEBC86A48B1707A92F /* UnboundedBlockingQueue.h in Headers */, - B88D6DF61DC6E18C70D97E02EBBEBB87 /* UnboundedQueue.h in Headers */, - 04E48502A15810825D92DD10FB71DFEB /* UncaughtExceptions.h in Headers */, - A03C0CB962D4C2746F1930088D0F3526 /* Unicode.h in Headers */, - E2327D3B584B077F44BC593983B2F66C /* UninitializedMemoryHacks.h in Headers */, - C23D9EC0EA4FD212CA4262C882F6AF26 /* UniqueInstance.h in Headers */, - B231E6BE595D39C9EFC2F3EBB1BCEE15 /* Unistd.h in Headers */, - 82A6B789DBF98C606DE3E0243B791044 /* Unit.h in Headers */, - 48346F60811A215A3897694215FB46D7 /* Uri-inl.h in Headers */, - 457F6E063D34E0A0483C2AFE61D35770 /* Uri.h in Headers */, - D69F8B18867E69BE6C82CFC11A6488E5 /* UTF8String.h in Headers */, - C829F2B2D4A8BAA1F1481F71A542325A /* Util.h in Headers */, - 92A51C98F7F9E083EDD457946E88664E /* Utility.h in Headers */, - 930FD78C9E539D383A96ECDCFD2DB82C /* Utility.h in Headers */, - AB1B66DA89142F9BD9DD1742380772E4 /* Varint.h in Headers */, - 066818D906866D2E1AA1E7BE635D6F30 /* VirtualEventBase.h in Headers */, - 9C7B68C2287B32CF7845026BC5D0EA65 /* VirtualExecutor.h in Headers */, - F4217D374CF0ACA8AFD90E4EC387EE39 /* WaitOptions.h in Headers */, - B0177CE62CF5476D7BAD6DC02F78F6E9 /* Windows.h in Headers */, - 7154134A1212C3B4614FFB5FCABD9819 /* WriteChainAsyncTransportWrapper.h in Headers */, - 828A2B9575E6CCB1E1A2C1FDD5781E41 /* WTCallback.h in Headers */, + 9A8078825A48596045F989AD92DDBA2A /* crashlytics.nanopb.h in Headers */, + 0172F7977352C954E83C96184133F9CF /* dwarf.h in Headers */, + 91B08BC753CEE8F9B97DFABA5D2B37B4 /* FIRAEvent+Internal.h in Headers */, + 9D9728231359C20245D325CE66AD52A9 /* FIRAEvent.h in Headers */, + A74DEF0CE27BEBDA7B49DBBCB9D466F5 /* FIRAnalyticsInterop.h in Headers */, + D845599732D25B09D7E1B61E36D70AFE /* FIRAnalyticsInteropListener.h in Headers */, + 80520693085E9B6292BD999D9F6DAAF2 /* FIRAppInternal.h in Headers */, + 5D3D72CFA14EF10AD3AEAB0772FAD6B8 /* FIRAValue.h in Headers */, + 96362AA248BC42E188B67721FFED3509 /* FIRCLSAllocate.h in Headers */, + 5A393659EBC8540D643BF6834002B5D0 /* FIRCLSApplication.h in Headers */, + 9FB70479FF3A971E548C11F2928A346E /* FIRCLSApplicationIdentifierModel.h in Headers */, + D251F76C29116FC78C3D3AC6DAFC5083 /* FIRCLSAsyncOperation.h in Headers */, + 641A027B732C170F46B810F31BE94096 /* FIRCLSAsyncOperation_Private.h in Headers */, + 63494BF770CFC40D53E444DC3407EB45 /* FIRCLSBinaryImage.h in Headers */, + 34D799BE4A841C8E718EBA7B0E6DC208 /* FIRCLSByteUtility.h in Headers */, + 0EA9EBBCC46C24ADFF8784AE63C6F11F /* FIRCLSCodeMapping.h in Headers */, + 764A51A3CFCA3CC5716918A6126D6478 /* FIRCLSCompactUnwind.h in Headers */, + 107AA38AA8E3C05EFD1ADD38C87F5686 /* FIRCLSCompactUnwind_Private.h in Headers */, + 0C220EA8FB42C0BC2571C7662922DF16 /* FIRCLSCompoundOperation.h in Headers */, + FE753DF501D80F03C97FFB4078745BB5 /* FIRCLSConstants.h in Headers */, + AB453692E87CAB19D65033E7995DEC2E /* FIRCLSContext.h in Headers */, + 7001B9DA8B03D9939FC801D9E5370A72 /* FIRCLSCrashedMarkerFile.h in Headers */, + F8456D58AED0B30E86187F7AAAC9A9A4 /* FIRCLSDataCollectionArbiter.h in Headers */, + 9351BD63555015AFD281DED05BF68D5C /* FIRCLSDataCollectionToken.h in Headers */, + 4CA23C789DFEA4B31EF953FE945EB3BA /* FIRCLSDataParsing.h in Headers */, + 381D30A710DEF776E96AFE04703FF37B /* FIRCLSDefines.h in Headers */, + 5113DF0694C01D3678A4B7C502ED8939 /* FIRCLSDemangleOperation.h in Headers */, + 0463F8CCCE470055671DFC8209E193C5 /* FIRCLSDownloadAndSaveSettingsOperation.h in Headers */, + 5B841DF4EE231DA8919A8EAB8024C0FE /* FIRCLSdSYM.h in Headers */, + 26D03CC0D7C8736EBA89F3703C66B5CE /* FIRCLSDwarfExpressionMachine.h in Headers */, + C19E61D9C84AA09480DF58F7AE149325 /* FIRCLSDwarfUnwind.h in Headers */, + 5F71F4213C9798A2DD351B70C2502BB7 /* FIRCLSDwarfUnwindRegisters.h in Headers */, + A141098F5351C1400730765E90E49C1B /* FIRCLSException.h in Headers */, + DB33E5DD53080DF676CCD6F6EF8B7156 /* FIRCLSExecutionIdentifierModel.h in Headers */, + 1A2242D28CCCD060AA9BAACA8D5888B0 /* FIRCLSFABAsyncOperation.h in Headers */, + 79A5EE0DBC785FDAFA6E7EA2F267D436 /* FIRCLSFABAsyncOperation_Private.h in Headers */, + 352631876253BEC5E6703813E22BFFAA /* FIRCLSFABHost.h in Headers */, + 090022EB476626419603778D48F706B2 /* FIRCLSFABNetworkClient.h in Headers */, + 89145077C851156997CC9AA5532E9F28 /* FIRCLSFCRAnalytics.h in Headers */, + A7BF71B61107CEBFA78EB5D06DF4CC3A /* FIRCLSFeatures.h in Headers */, + 95797DBDB86A6EFE8F8E0423D819DE63 /* FIRCLSFile.h in Headers */, + CD85E92E2D2882EA4E3F26A0E628EE26 /* FIRCLSFileManager.h in Headers */, + 7BBEAF31D09D70EF2D0FE1AD412DF77D /* FIRCLSGlobals.h in Headers */, + 8D939C6D9181ED74A1B61BF4C139C91C /* FIRCLSHandler.h in Headers */, + 1CA84D8E520A4062B598222C72C1A8F3 /* FIRCLSHost.h in Headers */, + 79C7287A24D91D2AF86BCD9046053415 /* FIRCLSInstallIdentifierModel.h in Headers */, + 48EBCBDF09012AE56576511550410DCA /* FIRCLSInternalLogging.h in Headers */, + C83F6D7ED5C0ED8980267ED7706CEF34 /* FIRCLSInternalReport.h in Headers */, + 4470A4E05253FE67D781BA5706BA8A69 /* FIRCLSLogger.h in Headers */, + C4E4914DFA2F9581F07B1E964174B09B /* FIRCLSMachException.h in Headers */, + 31125E4E56B420BC61045D17E7315E27 /* FIRCLSMachO.h in Headers */, + 399A3A0B0123279310C918A163C8FE5B /* FIRCLSMachOBinary.h in Headers */, + 37CB9D5FB74A5C16B902F2332D28E7BC /* FIRCLSMachOSlice.h in Headers */, + 7433B581FA76E6AB3A3515560B4ACAF2 /* FIRCLSMultipartMimeStreamEncoder.h in Headers */, + CC0B3F4B5B194FF6526AFA70C890CB4C /* FIRCLSNetworkClient.h in Headers */, + F28D018656484725C4E22DBE173A979B /* FIRCLSNetworkOperation.h in Headers */, + DC364BFFC1D08964DA37D045323A33D2 /* FIRCLSNetworkResponseHandler.h in Headers */, + 1DCC9EB9AFF8496A569C1496ED917242 /* FIRCLSOnboardingOperation.h in Headers */, + D08AB3070C0ED1CF1F7DCD0A2EAC867F /* FIRCLSOperation.h in Headers */, + C6310AF1D81F4A5D04764D2AF5E4A496 /* FIRCLSPackageReportOperation.h in Headers */, + 79696B3A435F6C0AB4ABC01C7BED6E38 /* FIRCLSProcess.h in Headers */, + E7E323790EF21F9CD0703F4C1190B087 /* FIRCLSProcessReportOperation.h in Headers */, + E212064B6E4581C153DD1B4A387FACF5 /* FIRCLSProfiling.h in Headers */, + C11CAA841FF0C9C7B8D5E01B2CF5CA1E /* FIRCLSRecordApplication.h in Headers */, + 2C1AA7CC37F8D2FCDD59057F40580B55 /* FIRCLSRecordBase.h in Headers */, + 7299A84D931CFDF82BE269978125CEDB /* FIRCLSRecordHost.h in Headers */, + 3C8CE19A8704BF510C9DD652EDC4BF12 /* FIRCLSRecordIdentity.h in Headers */, + D57B2E95729494B9AD629E13508E9667 /* FIRCLSReport.h in Headers */, + 6EC05FD586C198475B6F303FBDB2A0E1 /* FIRCLSReport_Private.h in Headers */, + 5B2104811D5D66EAFC22CFF42EA1CBD2 /* FIRCLSReportAdapter.h in Headers */, + F032026EAF6EB7C1F8B64F4ED88AB01F /* FIRCLSReportAdapter_Private.h in Headers */, + 04AC45D83D3F6ED371884FAC8F9E1C29 /* FIRCLSReportManager.h in Headers */, + 24B9F1A5BCDC3EC0A286157F7CE6A52E /* FIRCLSReportManager_Private.h in Headers */, + 68B2A90C04838B485FA8BB7E5A736D53 /* FIRCLSReportUploader.h in Headers */, + 9AC04D508676746F4AFE96614C5283A5 /* FIRCLSReportUploader_Private.h in Headers */, + EDF85D68CD3EC82261AEBE173F2C73E2 /* FIRCLSSerializeSymbolicatedFramesOperation.h in Headers */, + FD307CAE1E4E1D875C747E9EE74B381D /* FIRCLSSettings.h in Headers */, + 591C6971B22797B1387709B5A522609F /* FIRCLSSettingsOnboardingManager.h in Headers */, + 87698B3C8A298E5BC20329383C4C82E4 /* FIRCLSSignal.h in Headers */, + 5262222311A25A5E916185C64A0964B0 /* FIRCLSSymbolicationOperation.h in Headers */, + 5C6140BE1540F140EF3F2C3A42A714AC /* FIRCLSSymbolResolver.h in Headers */, + EE2F4B59CEAD37C0269C7146DB72E691 /* FIRCLSThreadArrayOperation.h in Headers */, + B54074059DA515824357E0554475FC47 /* FIRCLSThreadState.h in Headers */, + 66659F3C34A9874E892381C6B275A1F2 /* FIRCLSUnwind.h in Headers */, + 7004CDDE809D4706C9DE85DFE888B6CD /* FIRCLSUnwind_arch.h in Headers */, + AB1C2A20E784B95C5A1754D97F3FDFA0 /* FIRCLSUnwind_x86.h in Headers */, + 82031CF62B90218CA75E71F700501CFA /* FIRCLSURLBuilder.h in Headers */, + 28E0C90CD8D30F30180819D0F5C371F9 /* FIRCLSURLSession.h in Headers */, + 774D61A74BE898AECB27357C6C827982 /* FIRCLSURLSession_PrivateMethods.h in Headers */, + 9D4D8D07153F59FC87D6BCBEA7085E11 /* FIRCLSURLSessionAvailability.h in Headers */, + D3E63EDC79451ADAEB7EC434F60B2146 /* FIRCLSURLSessionConfiguration.h in Headers */, + 94D2422245C77FD71026BDB193AC4A03 /* FIRCLSURLSessionDataTask.h in Headers */, + 67CF6407C73D12ED80D22E1FCB1BF155 /* FIRCLSURLSessionDataTask_PrivateMethods.h in Headers */, + E0EC600F56B1C38E7BDEF467A29178BE /* FIRCLSURLSessionDownloadTask.h in Headers */, + 08AD1DA47F465DD4CACAE31AEED4765D /* FIRCLSURLSessionDownloadTask_PrivateMethods.h in Headers */, + AE24F680E88B26E1B0CDC116B2390B50 /* FIRCLSURLSessionTask.h in Headers */, + 5908C1A92623DD979335C59B85DDC550 /* FIRCLSURLSessionTask_PrivateMethods.h in Headers */, + A90B0B3CC97F6ED339E18F1C5D971021 /* FIRCLSURLSessionUploadTask.h in Headers */, + 44DBA3BCC2E0D7F3821C29AC56C0B84B /* FIRCLSUserDefaults.h in Headers */, + D1DED7788F555FC2B3C97B9220D75A1E /* FIRCLSUserDefaults_private.h in Headers */, + DDD8004650D777CB7667EDBBAC18C8FC /* FIRCLSUserLogging.h in Headers */, + 0B85CC110419FC0B19728F5AB0C79F90 /* FIRCLSUtility.h in Headers */, + 475ABF5212E138873ACAB86D95B61507 /* FIRCLSUUID.h in Headers */, + 604CC2729DD8AB8B7ED8CC3C2368BF1E /* FIRComponent.h in Headers */, + D51C0A4C9C36F36099586087D49CB7C0 /* FIRComponentContainer.h in Headers */, + 01F95608DCB7047031ABFBA139E7E12A /* FIRComponentType.h in Headers */, + F259DABBBD60ABA8E1E9FFCF046377FD /* FIRCoreDiagnosticsConnector.h in Headers */, + 963B23A1D3F4107791F9038013F6C309 /* FIRCrashlytics.h in Headers */, + 75E690E5AC80B0D35D8D5F235807566C /* FIRDependency.h in Headers */, + 585C11C21B65EE38249ECB57D06ECAC7 /* FirebaseCoreInternal.h in Headers */, + A9F6B800CD6EE2AD8599FF5D1DCD6B1D /* FirebaseCrashlytics.h in Headers */, + 82CF49C7B590E714E808075FBCEC8CDD /* FIRErrorCode.h in Headers */, + 6B37483A41AD512E53D1223945B20716 /* FIRErrors.h in Headers */, + BB205F4DDAC977FD910876A7B03B99BD /* FIRExceptionModel.h in Headers */, + 2931CA839441BC6F960675D20832E248 /* FIRExceptionModel_Private.h in Headers */, + 9289B052C0A4C16052336B089EEE6B56 /* FIRHeartbeatInfo.h in Headers */, + 5A164EB6EAC4F0CBA9E91B2EBE2EDF94 /* FIRInteropEventNames.h in Headers */, + DE27CC50055A9E00666CDB386DC2A320 /* FIRInteropParameterNames.h in Headers */, + A77B6FF199ACDF985FCA544B5CA26901 /* FIRLibrary.h in Headers */, + 9E65975965C023B458C4608F3099301D /* FIRLogger.h in Headers */, + DB6DDCCFB2EFEB011FA3E4BA3C0E2D57 /* FIROptionsInternal.h in Headers */, + 8DEAD0B82CA1CA43F146352D0CB4AA22 /* FIRStackFrame.h in Headers */, + 0C16A78662E77B0A9CEAF57CCAFDDCAD /* FIRStackFrame_Private.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -21665,59 +21040,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 4267ABD6188E1FA0AB8E8B3AA8E248D9 /* Headers */ = { + 47A6081FFAF612A9F06E215EB84F7D4F /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 07C424534AC0290BE5206DCDE6DE18DD /* InspectorInterfaces.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 49BEB43C3362439FB1B75166D7DCBE5E /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 3782FC41679E4E330D9BC1AA59600A22 /* JSIExecutor.h in Headers */, - 3F047A56DEAE63D390EDA537247E4AEC /* JSINativeModules.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4A6D6AFBEB48C1C1AABB019593DE3A9D /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 63EA0762DADB39BAEDC2EE23991EACF7 /* UMAppDelegateWrapper.h in Headers */, - 68B672E4F835F24985F4EA6766F802F8 /* UMAppLifecycleListener.h in Headers */, - 810FA2DCD4CCC2C7648F19144A9A9BBE /* UMAppLifecycleService.h in Headers */, - D12D1D7C8292776E613D2EDA3AAF0033 /* UMDefines.h in Headers */, - BE0B18F7C2A7AD63A08D6247D7BE8799 /* UMErrorCodes.h in Headers */, - BA9C6D29CB5BDB3216B28C574C761B2D /* UMEventEmitter.h in Headers */, - 2BD60E78CDC2F6D68103C754B2AE9FB4 /* UMEventEmitterService.h in Headers */, - 7FBE2B249646FA3012F165058C910BD7 /* UMExportedModule.h in Headers */, - 8A9B73C9D92D329186D7AE5880886323 /* UMInternalModule.h in Headers */, - 692546616C582503FB093B75842625F6 /* UMJavaScriptContextProvider.h in Headers */, - 765E317084262366431F35403B9FBC05 /* UMKernelService.h in Headers */, - 935EEDD62B79F8A74910351192EF5E02 /* UMLogHandler.h in Headers */, - 36E2EEC4097FAEA4295112791C3694A0 /* UMLogManager.h in Headers */, - AF78988DCEF8BC0F298E9DB0455A7B2A /* UMModuleRegistry.h in Headers */, - 99867BF689A82E1B61845E1E8AE2E061 /* UMModuleRegistryConsumer.h in Headers */, - 4E46AE0175931B7AE063DD6B59FF0E69 /* UMModuleRegistryDelegate.h in Headers */, - BE765AE07F49A59A3EEE637C36165D17 /* UMModuleRegistryProvider.h in Headers */, - 410E350646EDD2660FD6293F3B01C8EA /* UMSingletonModule.h in Headers */, - 2C74133F7BED246089568BBFA5622ECB /* UMUIManager.h in Headers */, - 40D92B8C2E71904317347FF304A766FF /* UMUtilities.h in Headers */, - CF391438CC39480C71E1943D9FBB9A22 /* UMUtilitiesInterface.h in Headers */, - B66E6F6EC3678BDF0175EA60D1DAC015 /* UMViewManager.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5144525FA0DE8BB2BD2294C5384696A9 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - C73E5DB17A77750EFD20F24021854683 /* SDImageWebPCoder.h in Headers */, - 4CAB65E5D7C1548045CC17FBD5F5D45A /* SDWebImageWebPCoder.h in Headers */, - 8E607394C32EE81CF32DC73CFBC84B44 /* UIImage+WebP.h in Headers */, + 684589FF67B61069D6D6E7FC974C5366 /* SDImageWebPCoder.h in Headers */, + 8C68050B374FB14FA9350D3BD22D094F /* SDWebImageWebPCoder.h in Headers */, + F108F7723981488837F6C62A21D86EBB /* UIImage+WebP.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -21739,31 +21068,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5A735052135BFBB03CBF6987E9B4C7D5 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - C7C16406BDD4A185E2D59EECF256055B /* bignum-dtoa.h in Headers */, - 3DB4AC5E3EEA13BF441F207982AA68E1 /* bignum.h in Headers */, - A39C42D1AB261A7D4FBC63A9BAFB4353 /* cached-powers.h in Headers */, - D1BACBBBD9C9CBF8511F0CD20D066C84 /* diy-fp.h in Headers */, - 1806A8C9F6FFD79AEF23030A8F7A217F /* double-conversion.h in Headers */, - FB2130C2421DB05F7731071308AB4DCE /* fast-dtoa.h in Headers */, - 447AEC10593020560033323E6C218B50 /* fixed-dtoa.h in Headers */, - D0DA641DC68917CF9162627D73EE7136 /* ieee.h in Headers */, - 22178F6634B0BAFFC97D588090003601 /* strtod.h in Headers */, - 3A1EAD5B3ABD7B221FAB5468DF23F5CE /* utils.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 5AE055FAA08D9DC37E96DEFAC3B79FCA /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 744D04F1ED94D4408C7215CB7F4FA4C2 /* FBReactNativeSpec.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 5DDF77478785A2461C4794672DDADF72 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -21772,93 +21076,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5E006834A15D45DA38414A37DEB9FEE3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 610646DE72A97D1D08A19EC288ED11E9 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 1421E7002246D0BE0B779009EC91DAD2 /* NSBezierPath+SDRoundedCorners.h in Headers */, - 803119016980043AF0C7832737094DC8 /* NSButton+WebCache.h in Headers */, - B56A8025B11E2D32F4C8A9AD573350DA /* NSData+ImageContentType.h in Headers */, - 058E89732D024FE6676A037A3F666EEF /* NSImage+Compatibility.h in Headers */, - 5C466C17F0CA0C12F28D72964DC94272 /* SDAnimatedImage.h in Headers */, - 83F6DA078A65EAD8DC663445096B30AB /* SDAnimatedImagePlayer.h in Headers */, - D39227D5CE6252CFBBC74AA7660BF8D2 /* SDAnimatedImageRep.h in Headers */, - 9851BA1BF11749F7B26D762EF33C4B9E /* SDAnimatedImageView+WebCache.h in Headers */, - E6A02F25389CEE8C732734DEBBE6D6AC /* SDAnimatedImageView.h in Headers */, - E412AE85586D1F3A187C4342C063DAA1 /* SDAssociatedObject.h in Headers */, - 320C9565D011AAD2CCBE83C55A367E66 /* SDAsyncBlockOperation.h in Headers */, - 1F2EAA1E7B225BD0DC41F339FF7D3BC2 /* SDDeviceHelper.h in Headers */, - 2CDB1C482CD0B6CEB18941766C194D58 /* SDDiskCache.h in Headers */, - 117CFE54C8973173A964F0214D8C48F7 /* SDDisplayLink.h in Headers */, - 3FE0D92CE62AEDFBC280276F63672CDE /* SDFileAttributeHelper.h in Headers */, - 8511B856B0511964F63F8854C64A7CE0 /* SDGraphicsImageRenderer.h in Headers */, - F063AFE72D21061B3EB1A31627572FCE /* SDImageAPNGCoder.h in Headers */, - 76BAC3397310CEA4C15CB9C7EF4A361A /* SDImageAssetManager.h in Headers */, - 7720B23F0D0E9C45E2ABCF5146B90ECD /* SDImageCache.h in Headers */, - D3FE77BD6280B46A5D48B5632B7BC5AA /* SDImageCacheConfig.h in Headers */, - C0EA83FCDCFEBAE6285E57F2EBC05543 /* SDImageCacheDefine.h in Headers */, - 0D2F343F9E41846762442122063C931B /* SDImageCachesManager.h in Headers */, - 6627F4DCF4F0E1DC3C5C8CDFC30923BF /* SDImageCachesManagerOperation.h in Headers */, - 0C000DE64F2F6E83362BF6AE467CABC8 /* SDImageCoder.h in Headers */, - 227777A39B671A3053ED11EE1E233C74 /* SDImageCoderHelper.h in Headers */, - F680C1522E5B712C326F80CECC75D357 /* SDImageCodersManager.h in Headers */, - 75BA68D842BF52B30B41A5D339206124 /* SDImageFrame.h in Headers */, - 8813A1B4FF6B78F1CFBA09992ED8AE3E /* SDImageGIFCoder.h in Headers */, - 18EBE9E190E155CBC4F3164328BD975A /* SDImageGraphics.h in Headers */, - 0569BD0D703E4DE546689E5C6C366081 /* SDImageHEICCoder.h in Headers */, - 07789B43E01B5012AFFAD45A8DF8BCF6 /* SDImageHEICCoderInternal.h in Headers */, - 9CC00F53E700BE3FEE8AE7B41922850D /* SDImageIOAnimatedCoder.h in Headers */, - 9377CE227C67F540B0EB98E51952F2F0 /* SDImageIOAnimatedCoderInternal.h in Headers */, - 69C5965BAD81E7C156923E470FB75E04 /* SDImageIOCoder.h in Headers */, - C3FA5ECA3AE9B4A3ECCD18428B4BB303 /* SDImageLoader.h in Headers */, - 9E995BFA2C1887356EF65B25DBD7F44F /* SDImageLoadersManager.h in Headers */, - 56370A03DD80A840BF885CC21BEC7907 /* SDImageTransformer.h in Headers */, - 65643245C6D88AF8C67CF1CD16F3A42F /* SDInternalMacros.h in Headers */, - 21C8335B14F0F7D390033C51F6C06876 /* SDMemoryCache.h in Headers */, - C3F3415FF76DBFB5C87CD5452F68C2DF /* SDmetamacros.h in Headers */, - 4E4AE2A91E11FC8FAFC0C426F8485765 /* SDWeakProxy.h in Headers */, - A196D2DD1BD67B87D96687A5E6441439 /* SDWebImage.h in Headers */, - 992C5A43F602CFA2F2BBF38A68C30C4C /* SDWebImageCacheKeyFilter.h in Headers */, - 974783A321D41D0C60D6290FA0B2CCF5 /* SDWebImageCacheSerializer.h in Headers */, - 52BF7F5157E1809A0F94A4869D00AFD3 /* SDWebImageCompat.h in Headers */, - 43CA8ECB58D84D21F265652EFC1C79F6 /* SDWebImageDefine.h in Headers */, - 79CFCC734C621974A610298649D31A06 /* SDWebImageDownloader.h in Headers */, - 9829BFA748BA1F7C6D9EE75F2D50470B /* SDWebImageDownloaderConfig.h in Headers */, - 6C62AC9742E642757F5A7B34DDC4C2FE /* SDWebImageDownloaderDecryptor.h in Headers */, - B34E733C9139702072F76DD3074E5472 /* SDWebImageDownloaderOperation.h in Headers */, - 7975300ABCBF9B59444C0BADC87196F8 /* SDWebImageDownloaderRequestModifier.h in Headers */, - 47F8D301887CBCB0E37C01F8E356C9C7 /* SDWebImageDownloaderResponseModifier.h in Headers */, - 080C82C869EA54A7E0370021FD717448 /* SDWebImageError.h in Headers */, - A769263C3079A1C54CD1CDBDE5823289 /* SDWebImageIndicator.h in Headers */, - 8FC54910C21B5F3FC2FAAB2DFD66B935 /* SDWebImageManager.h in Headers */, - 0D4DF62A59DAAD1D11284C34D70414B6 /* SDWebImageOperation.h in Headers */, - 1277E284A58DF985C055335A25905D04 /* SDWebImageOptionsProcessor.h in Headers */, - F6A22FE402CBB7BA1DA20A7F85EB0840 /* SDWebImagePrefetcher.h in Headers */, - F064B39522C5C630F4E1E817524214B3 /* SDWebImageTransition.h in Headers */, - 886205526ADB6D2267DB9FFC4EDC7AAC /* SDWebImageTransitionInternal.h in Headers */, - 1C7FCD3F3386D3AC64970A5C4A9DBCCB /* UIButton+WebCache.h in Headers */, - F665CFC169D20AC6B0702E7F8EF441E8 /* UIColor+SDHexString.h in Headers */, - 9A829C05B96798F0B36DD6C0A862264B /* UIImage+ExtendedCacheData.h in Headers */, - 7EFA36D119370C6746403A6C73F539B3 /* UIImage+ForceDecode.h in Headers */, - 25D40A9482D54085500F2FD7D5DF8F82 /* UIImage+GIF.h in Headers */, - 6DFA08C403C5C2B714F7E6B05371B47F /* UIImage+MemoryCacheCost.h in Headers */, - 8CAE80CE0EAF5682DA4012C46120CDE6 /* UIImage+Metadata.h in Headers */, - 6D581C2479E1E4CE61A787F27F1F17F1 /* UIImage+MultiFormat.h in Headers */, - B7D4A8212EA5B66E9412B786AC1D7D99 /* UIImage+Transform.h in Headers */, - D92E341BE4DA62BE7B689854D68E806A /* UIImageView+HighlightedWebCache.h in Headers */, - E44324CE3F10A2C348D7CF7860D4CD0E /* UIImageView+WebCache.h in Headers */, - 99E391624ABB124F2168F2C76E0AB0F7 /* UIView+WebCache.h in Headers */, - 49985827054EF0B3D9B65A64AB6C3DF4 /* UIView+WebCacheOperation.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 63740EE379ACED9ED6671DACEC428C31 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -21894,50 +21111,31 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 65E65B11980347A2EF9DA7FE1C507EA2 /* Headers */ = { + 6A058F4AE03B1F16855314801107C0D8 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - F0CB04A756D3ECB088150A28D3788FD2 /* FIRAppInternal.h in Headers */, - F3B61F938AAA186868D723B0782E606C /* FIRComponent.h in Headers */, - 3F5613544E8391A3684D3C165FD048B8 /* FIRComponentContainer.h in Headers */, - 3D3969FC3E4816BA24A2A1C889C64F81 /* FIRComponentType.h in Headers */, - 05DF09703E8025B360C0259C6B69B765 /* FIRCoreDiagnosticsConnector.h in Headers */, - 0C2DBC5BC9DEAE317CFC82939637D7F7 /* FIRDependency.h in Headers */, - 682374C8CF4C08048658676375F96A93 /* FirebaseCoreInternal.h in Headers */, - A8933B886184D83FF48304E376620AF6 /* FirebaseInstallations.h in Headers */, - FA3CDEC59C09160EA09EAD431DA3E514 /* FirebaseInstallationsInternal.h in Headers */, - 08A14950F80D1ABF6E6B20D898986520 /* FIRErrorCode.h in Headers */, - AF2E5AF95EA6A8728F38CEA8A9A9BEAA /* FIRErrors.h in Headers */, - 153DEC04576C899218495B412BC36B6B /* FIRHeartbeatInfo.h in Headers */, - 9260BDCA85F8BA94DE6A971A5B6D9FAC /* FIRInstallations.h in Headers */, - 81D8039C9587BF303C18D3AA559FB095 /* FIRInstallationsAPIService.h in Headers */, - 6C46D50D5646E816333799120F3382FC /* FIRInstallationsAuthTokenResult.h in Headers */, - 9C82D276044F58956C7A42EDA962B50E /* FIRInstallationsAuthTokenResultInternal.h in Headers */, - E478E9E462B3A509047D6BB06834AECF /* FIRInstallationsErrors.h in Headers */, - DBB05CDFDCE2D243F0414076C803F024 /* FIRInstallationsErrorUtil.h in Headers */, - 138A959D8123B99C21B086493B6AE53D /* FIRInstallationsHTTPError.h in Headers */, - 109602F49DE3BAE2F9896E78FDDA50A4 /* FIRInstallationsIDController.h in Headers */, - F0A8FD479C9E53D2B297E4E3EEE79B64 /* FIRInstallationsIIDStore.h in Headers */, - 05290C463C8113183389C8DA9CE9AB23 /* FIRInstallationsIIDTokenStore.h in Headers */, - C0E2D68FA970D116098B7038CE3A5D87 /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */, - 643E1FD3A4F5CBA0B3FCF0AB80D27EEB /* FIRInstallationsItem.h in Headers */, - 9F4FA45A0701E42114F4972D4426594D /* FIRInstallationsLogger.h in Headers */, - 31903E72F9938362A90E8596163CF3D6 /* FIRInstallationsSingleOperationPromiseCache.h in Headers */, - 3B09DF137D1D87E0368B1498E53BDB33 /* FIRInstallationsStatus.h in Headers */, - EC234681CD774296E0591BF9AE557C95 /* FIRInstallationsStore.h in Headers */, - AD3E420BEEFDB53C223791C1DE2231F4 /* FIRInstallationsStoredAuthToken.h in Headers */, - BE91C76EA2BD9874E71EB0555A8F9AE5 /* FIRInstallationsStoredItem.h in Headers */, - AB4C5D0A8E92CE80657CCB53253AB36B /* FIRInstallationsVersion.h in Headers */, - 5415F608ABDB38B84062C74A489E615E /* FIRLibrary.h in Headers */, - 62A1A90FC470A92EDAB2336D92C4F1F9 /* FIRLogger.h in Headers */, - 6366527FB7F879178C3D65F5B30D53B0 /* FIROptionsInternal.h in Headers */, - 92E09B19ECF2E03D1C2ADA3BB439BED7 /* GULAppEnvironmentUtil.h in Headers */, - AE8DF1B9965308715FD8805733204A56 /* GULHeartbeatDateStorage.h in Headers */, - 867385307ABFFCAC4D364C5212C848FF /* GULKeychainStorage.h in Headers */, - 045E0CEB378E8279A662B574685FEBB9 /* GULKeychainUtils.h in Headers */, - DDC23541D8BF23FEF39ED28DA86D69BB /* GULSecureCoding.h in Headers */, - 11A1B6EF98AC9E650525DFA13C9D3390 /* GULUserDefaults.h in Headers */, + 796AA6890C1BF4BBD4CFE0E41349D9FF /* FBLPromise+All.h in Headers */, + 4F0A0F30B0E835437E3F8D5AA37C587F /* FBLPromise+Always.h in Headers */, + B4F08308EEC8E3D4C3C57CEC71E60B82 /* FBLPromise+Any.h in Headers */, + 27F5024508E0ACB561FCBDF57E5B0840 /* FBLPromise+Async.h in Headers */, + EDC6F1D98E2A672DAD7140C8799FA796 /* FBLPromise+Await.h in Headers */, + 7A9615DE8CB9DD8F9971EC5B8942565A /* FBLPromise+Catch.h in Headers */, + F73DD4C9041EC483BB713B32962CB6D1 /* FBLPromise+Delay.h in Headers */, + F1369FF715AF3D44920399C4B0461B23 /* FBLPromise+Do.h in Headers */, + 6180BF7F8586159C11056E9DC8A835E4 /* FBLPromise+Race.h in Headers */, + F866DBC83B1232744FA84B0EB1B33447 /* FBLPromise+Recover.h in Headers */, + 805FA3870F0682CAEE50BC9083561975 /* FBLPromise+Reduce.h in Headers */, + A5C5BBB6BBB0D44FE04A9C0C74E3A870 /* FBLPromise+Retry.h in Headers */, + 10FE3BCFF708CC30AC22F9CB200E5920 /* FBLPromise+Testing.h in Headers */, + 3691975AA4B886A3DE30F3B0404C273D /* FBLPromise+Then.h in Headers */, + D7C70782857B47EB1FBC067A6752BBA2 /* FBLPromise+Timeout.h in Headers */, + C53B395A065EC5FDE053AE85E25F9461 /* FBLPromise+Validate.h in Headers */, + 896A5975C7E8FB754D8A56A0E38AB2F3 /* FBLPromise+Wrap.h in Headers */, + 05231D527D20CF2C80D2A0AE4F26045F /* FBLPromise.h in Headers */, + 5BB200875C5A48E5ED47B5EBB200C595 /* FBLPromiseError.h in Headers */, + 199E13C0CF5AD114B13CE72C0E83D79F /* FBLPromisePrivate.h in Headers */, + 95D6ADA011F5BC6CC5F4D5A874A5DC22 /* FBLPromises.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -21952,52 +21150,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6CBE3010EF06C474FF2C6AA76A8EC205 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - F80F16C722F67B7E05B0A9355B987004 /* log_severity.h in Headers */, - E7BF1B920BD363B05E44D6117BBCE9BA /* logging.h in Headers */, - 20C6FB33DDB00DF458862E4F646D244D /* raw_logging.h in Headers */, - D8691E129F25B441FE4E2A95FBCAF3B7 /* stl_logging.h in Headers */, - CF510A09C1EC69CFDCAAE486BD0286BE /* vlog_is_on.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6D3E0E65D15D947DBB6B99A63D66A4C1 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 295C9B6E9D301F764EC0DD5DEC89A180 /* GDTCORAssert.h in Headers */, - E2E53AD6DB0E28DA163A54BDA5D233E7 /* GDTCORClock.h in Headers */, - 4B427258C9D1D217817D39F936E8E275 /* GDTCORConsoleLogger.h in Headers */, - BEA18C0F3CC7046CF5B0F86E316A88FC /* GDTCORDataFuture.h in Headers */, - EF2B6245D752D26EDF9FEEEECBCA0C52 /* GDTCOREvent.h in Headers */, - 74E578F4BACA53E132459104552830D5 /* GDTCOREvent_Private.h in Headers */, - AE36D72A7C946643EE422B635370454F /* GDTCOREventDataObject.h in Headers */, - 3ACAE61815AC4DFBB10BAE748AD6ADFF /* GDTCOREventTransformer.h in Headers */, - F38CA7333D1A3E3613432F6000F88B72 /* GDTCORFlatFileStorage.h in Headers */, - 0047A0E4F11F41726E8DE72BD450AFFB /* GDTCORLifecycle.h in Headers */, - 9CEA38174E72AEA8794C0D8C2806F1A0 /* GDTCORPlatform.h in Headers */, - 070C1BB22CCC1E57666315D761851F82 /* GDTCORPrioritizer.h in Headers */, - 13B814442C2993874B8CE9C787C777CF /* GDTCORReachability.h in Headers */, - 2D2514884E6EE7DC2FFEC1FCCC6E415B /* GDTCORReachability_Private.h in Headers */, - D24C3F6C345B9DB08442C7BD619C9E8B /* GDTCORRegistrar.h in Headers */, - E055AFCF930E65D04D76279488CB97EC /* GDTCORRegistrar_Private.h in Headers */, - 537E7F1EDDD02C60E3700B52246BA140 /* GDTCORStorageProtocol.h in Headers */, - CBCF4C1EE81361C4BAF39917A92D63F9 /* GDTCORTargets.h in Headers */, - 0ABC1EA29B7023DE2DD2C2AE01E87C5F /* GDTCORTransformer.h in Headers */, - EF265D8288AF0906B2D29C40DF3E8CE1 /* GDTCORTransformer_Private.h in Headers */, - 22E4E2FC6E14E3059412011A3252A265 /* GDTCORTransport.h in Headers */, - 591C230345BD56FA58D3D9F83430406E /* GDTCORTransport_Private.h in Headers */, - 0E1A1DC6921F3EE7CDDB15B920565340 /* GDTCORUploadCoordinator.h in Headers */, - E12FB92A9136D97BC45EE9DF9E6F6BF8 /* GDTCORUploader.h in Headers */, - 49BC57F22E254153F13BB021816F2757 /* GDTCORUploadPackage.h in Headers */, - 12946896EAB833F91F5C92542087E50A /* GDTCORUploadPackage_Private.h in Headers */, - BFE52D5F031262C2F13CA7F7711172B1 /* GoogleDataTransport.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 6EC0C35AEEBA496F9F4A023892190EAE /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22087,6 +21239,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 6FD63A0646D751060DCC9798566304DD /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 6F2D61F1258B4E476DF6B86B73B62968 /* JSIExecutor.h in Headers */, + 04ED8B4D3E4CBCDA84821B91977521F9 /* JSINativeModules.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 707DCF9589E27B8937194397AB927B38 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22095,13 +21256,151 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 73C322D69A1446BDA7E555F4CCC1E15C /* Headers */ = { + 72A51205C8C3D5B66589A6D2FCD6A426 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 6D61D23EEA6741398B90C5F780D57C3C /* UMPermissionsInterface.h in Headers */, - 4F67D0748705D8B8B552AE9B0B11D8F8 /* UMPermissionsMethodsDelegate.h in Headers */, - F7694A36820D0391AE63D42A1B4D0965 /* UMUserNotificationCenterProxyInterface.h in Headers */, + 52AF5817A55CC0F1B2E9F181B97DF077 /* bignum-dtoa.h in Headers */, + 043A921F35BC91B20673B6E41A75F86A /* bignum.h in Headers */, + 0E23C16F4019DBBCFFCA00EB21470257 /* cached-powers.h in Headers */, + 29EAC88D27C32E1C5B8935806F3B9D6F /* diy-fp.h in Headers */, + 18EA7237013DC2EF38F82A4D51A67F62 /* double-conversion.h in Headers */, + 1AF4F711C5D88FD3B8A9847728DDC447 /* fast-dtoa.h in Headers */, + B30CE20CBC96BAD03BD324427C61086C /* fixed-dtoa.h in Headers */, + ED160FCFF2362ABA3A3EFF8613DEBBAD /* ieee.h in Headers */, + 41DB8FD3C619C271FF5CC5679CE4226B /* strtod.h in Headers */, + 2D300ACEDC8EAEB439A1494C8189103E /* utils.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 75A1BF79BE349F5BD953C85CA8CF9CD4 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 824C84CF6B400E0942B2866D95294CC4 /* FBCxxFollyDynamicConvert.h in Headers */, + DA12577AE96A6BA6526A239AA272C315 /* FBDefines.h in Headers */, + 1AEF393F6F6443C05A46E4B847A56B15 /* FKPortForwardingCommon.h in Headers */, + AB7755A7FD58CE31155DB8DE775005AC /* FKPortForwardingServer.h in Headers */, + B0FF11CF10D681CF091E43272BCF9168 /* FKTextSearchable.h in Headers */, + A32C6F0217B5D8317CF1565279E257CC /* FKUserDefaultsPlugin.h in Headers */, + F0B7A5CEBB42EB368B082EAE88141AA0 /* FKUserDefaultsSwizzleUtility.h in Headers */, + F9354085A78A02E78585F70FBA552E2A /* FLEXNetworkObserver.h in Headers */, + 2DE5851C32276E5A115362D3A94F45F7 /* FLEXNetworkRecorder.h in Headers */, + E713B02A8A389710B1613C452E72D5D0 /* FLEXNetworkTransaction.h in Headers */, + 96C4068BF122CA796B64BDFD2468381B /* FLEXUtility.h in Headers */, + A56001E1BB1E95CAE9BC063E754D877E /* FlipperClient+Testing.h in Headers */, + A998280BDC990828199EFD63CD44BAED /* FlipperClient.h in Headers */, + BEC8B8C8F9282C3EF2B5699365285652 /* FlipperConnection.h in Headers */, + 1B00F3F2D8A4C7348ECF02BA20E123CA /* FlipperCppBridgingConnection.h in Headers */, + 64D2C67E4B3C2F6F3554DA3FD77388CA /* FlipperCppBridgingResponder.h in Headers */, + FD0AA929035E8769EAD3705B0E03B3E4 /* FlipperCppWrapperPlugin.h in Headers */, + ADFBFD2755F27A89A81F87CF9308A7C7 /* FlipperDiagnosticsViewController.h in Headers */, + 19BD8B956040B5CDF9D802839ED1A248 /* FlipperKit-umbrella.h in Headers */, + CCF179687494CAF641F6DBDA486E39B9 /* FlipperKitCertificateProvider.h in Headers */, + F2A7A5F33E7DF4C6A8F5520A66AF831D /* FlipperKitLayoutPlugin.h in Headers */, + 4285CFE97DDDC37E46B7F6A738AF453A /* FlipperKitNetworkPlugin.h in Headers */, + EA26CEF95BAF2888C211317D52469E95 /* FlipperKitReactPlugin.h in Headers */, + F13B15A4EF14C60B975E49962DF70965 /* FlipperPlugin.h in Headers */, + FDFF9DE163669489BBD11E7E90784DC2 /* FlipperResponder.h in Headers */, + B6AC4AFFC191BE0174DE35A9835B2800 /* FlipperStateUpdateListener.h in Headers */, + C1BE8CB912D009C1F46C370E0445F88A /* SKApplicationDescriptor.h in Headers */, + F7F5DA933AAFFD1325DEBD7BB63FAAD5 /* SKBufferingPlugin+CPPInitialization.h in Headers */, + C74CA2044C99BC7C2C412810E4966DB6 /* SKBufferingPlugin.h in Headers */, + 641C6DE1FA2A39820F7C64E78DFCE7E2 /* SKButtonDescriptor.h in Headers */, + 6D46F592A9CE37438A8A7E2AAE723102 /* SKDescriptorMapper.h in Headers */, + 16D6AF7A753D6159FAAFB4F548EE630E /* SKDispatchQueue.h in Headers */, + 03F8BCE3228A9B43553B52224F80D2E6 /* SKEnvironmentVariables.h in Headers */, + 0AB0058593030C3B0EAD62529088458B /* SKHiddenWindow.h in Headers */, + CE710677CE3345C396654665122297A0 /* SKHighlightOverlay.h in Headers */, + 48CD221FA8C0B22F24AE312156CE39FE /* SKInvalidation.h in Headers */, + 7C3EF3CF2AD941A1B0EAF2894E674DA8 /* SKIOSNetworkAdapter.h in Headers */, + D93AC3A2690A202A9C45D9C1DA332413 /* SKMacros.h in Headers */, + 4C5620701364AFA3AC0ADF714ABA4707 /* SKNamed.h in Headers */, + 43ED3671E791340A24575A2BCCBDB35E /* SKNetworkReporter.h in Headers */, + 652535943BB13DDE845A40783352BB92 /* SKNodeDescriptor.h in Headers */, + 79AA16D3A14B3FD53117A93B8A0EB0C1 /* SKObject.h in Headers */, + B71F61D27BBE4CE6D629DC18A95DB476 /* SKObjectHash.h in Headers */, + A1511D7B745F233DBE0D869661A2246C /* SKRequestInfo.h in Headers */, + F5BC5D47E562AD877ED6742AB4589960 /* SKResponseInfo.h in Headers */, + 4D99B2B3A7A62015822A0A822F91E1A2 /* SKScrollViewDescriptor.h in Headers */, + 3AEF0F6BDB4995D323D6D53A6CE2889D /* SKSearchResultNode.h in Headers */, + 1B5685DA79700779C2199E325FFB65EC /* SKStateUpdateCPPWrapper.h in Headers */, + D4B0113D7006C10EECE8D98AB9C402D4 /* SKSwizzle.h in Headers */, + 36B358A11DCCB0C6CCB1E6ADC77DAF1C /* SKTapListener.h in Headers */, + 2429E3881443A705B671125FD7304B92 /* SKTapListenerImpl.h in Headers */, + 03E82591072A50A5DED71EF03E95E245 /* SKTouch.h in Headers */, + 272FE84B8033B2CF75AA53A9F9A84345 /* SKViewControllerDescriptor.h in Headers */, + 9156CAE7B51C32678CE8B93FB88C60E3 /* SKViewDescriptor.h in Headers */, + 4C02B8524DECD82205FF950EDF13D089 /* SKYogaKitHelper.h in Headers */, + 169CB94A8FAE1994D99A6988D9B511FA /* SonarKitNetworkPlugin+CPPInitialization.h in Headers */, + DCC3DA2DE9E5E380C04A72257BAAD392 /* UICollectionView+SKInvalidation.h in Headers */, + 565A40C9715DD79B31B0702BA634E8AE /* UIColor+SKSonarValueCoder.h in Headers */, + F12A6FFE202439992AF17C7AE792019F /* UIView+SKInvalidation.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 76BFF7DFDE4DC30AA4711A411B364813 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + EA090F8E6E8177BFA682BE164522E3D2 /* LongLivedObject.h in Headers */, + 2CB50927DCE52B60BF8E5DCA477D9CDB /* RCTTurboModule.h in Headers */, + A794A41DFE7CB8EC13D88728FDF904C3 /* RCTTurboModuleManager.h in Headers */, + 3A28C79435BA202CD1FD67B4044DFE0A /* TurboCxxModule.h in Headers */, + D0B885E7591F116F3D9B870487C533DB /* TurboModule.h in Headers */, + 12D18A699C8534FA335B843EF994CBF5 /* TurboModuleBinding.h in Headers */, + B484B13DDA25791086B3CCB5DBF508E6 /* TurboModuleUtils.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 7ABD41AB8EBCEB2EA1DA2078B7E2741E /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 12BB620D70C60F9020CCF08FD6932B1B /* alphai_dec.h in Headers */, + 115D1FBB2815AF733BCB083E69C4F743 /* animi.h in Headers */, + 106E00B86501E869336779B673D0EB29 /* backward_references_enc.h in Headers */, + E0280FD08DB59EFEE1D26D77D32451F0 /* bit_reader_inl_utils.h in Headers */, + 985EC4ABC3F06C0794B07EFE65BDE5CE /* bit_reader_utils.h in Headers */, + F25A5E96970FFDACAA7350E08D19FC0F /* bit_writer_utils.h in Headers */, + A26075957EB84B4C8B1CBA660C3AEF18 /* color_cache_utils.h in Headers */, + CCA823DF1BBADFC9742A87FD1BC4D7D1 /* common_dec.h in Headers */, + E611DAAD5A8ED41F23CCB75414E06EA1 /* common_sse2.h in Headers */, + C682545EE9819D2696A7D12A093EE645 /* common_sse41.h in Headers */, + C6BBBB1374E1C28FB326918A8036BB00 /* cost_enc.h in Headers */, + BCBD6D53A154E7C8A2CF407797657DEA /* decode.h in Headers */, + 4588A3B13674FAF63669A1542F1FECF2 /* demux.h in Headers */, + A8E8D665FE34EC5FF5C6C8887E6D3740 /* dsp.h in Headers */, + 1389994D9BAD10C2814721D22736242E /* encode.h in Headers */, + D86314FFE6A05AF0C5CDAA7D7C7D3487 /* endian_inl_utils.h in Headers */, + CFD87AD16F06602D9DD0A25BDE89E0C3 /* filters_utils.h in Headers */, + 4B678628F4422243A8E72A8E182AF3FC /* format_constants.h in Headers */, + C02C2A3A5C22E86C7AA4BCE16EEF41BA /* histogram_enc.h in Headers */, + 0FAFB7DAF17CF8C3387AE65BBE0D0E68 /* huffman_encode_utils.h in Headers */, + 330596DA29CF2DEB426A02EBF83682D9 /* huffman_utils.h in Headers */, + 010F3D1ACDA48A5DC4F43A5D6F2D7DAF /* lossless.h in Headers */, + CD10C51F84FD2D8F4AF99034B7B6107A /* lossless_common.h in Headers */, + 702BF484634C2CDD4B0EDC48E3E92A15 /* mips_macro.h in Headers */, + 47B089F22F3F839F27094B8F81FA68AD /* msa_macro.h in Headers */, + 5DA0F2884A4ACC574F764628C52B8021 /* mux.h in Headers */, + 004C8065594F47734569A4ED49DA29BA /* mux_types.h in Headers */, + E428B68F58DC6E085942FA1EB751C7A1 /* muxi.h in Headers */, + 2D14A42BEF07C683673DED5EDA73C62A /* neon.h in Headers */, + 0CFCE2B6BC92346E0F3F6AE4ABCDC2DE /* quant.h in Headers */, + 9CB50E95D9E127F5C32978E0D04A9D87 /* quant_levels_dec_utils.h in Headers */, + 57E393545C8867A16DEACC86B2E8D2B0 /* quant_levels_utils.h in Headers */, + D603907633CA638078EDD2A62F100B04 /* random_utils.h in Headers */, + B16CB0E98D5EACE195D85EB5E19C0D5D /* rescaler_utils.h in Headers */, + DC3FC3B8E814711045D83177E78AEE2B /* thread_utils.h in Headers */, + C13E09E6725F7B85A8E142814A97A879 /* types.h in Headers */, + 294B219813B8777D957D703F27DA34DD /* utils.h in Headers */, + 408A1324BE65DA7B389A928B68655D42 /* vp8_dec.h in Headers */, + 60000F0659938DF3F1CA5A24BA5FEBDB /* vp8i_dec.h in Headers */, + 3622A1B0B1D8E5FDB1EE4C8D04BECBD1 /* vp8i_enc.h in Headers */, + 31D13F48330161B883CBCE16921F624B /* vp8li_dec.h in Headers */, + 4964CCE32558AAB42A8BD351515252CE /* vp8li_enc.h in Headers */, + A50C55E1B7FB15433E5DAAA40F77EC95 /* webpi_dec.h in Headers */, + E5553C45914B7244408DFE5C8D714EEA /* yuv.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -22113,6 +21412,55 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 7AD8FD53A4F56589C48326B17C3F0172 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 7BD09507134276220C191550E2C02BF3 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 7B5030A5B5E88CA40789C43D48B1C1E9 /* GDTCORAssert.h in Headers */, + 8CE39168C87467FD46698F4B6E48376F /* GDTCORClock.h in Headers */, + 69308BB2BB6A4FD8FB285EE68F8CDE21 /* GDTCORConsoleLogger.h in Headers */, + F035504DC714576A157A301C6AD13086 /* GDTCORDataFuture.h in Headers */, + 77137DBCC6A379BBECD3A6A6AD2C7E1E /* GDTCOREvent.h in Headers */, + B956633043C519BA046B8CB046E8ABB9 /* GDTCOREvent_Private.h in Headers */, + A6B049D5E13E8792AD1E1E751676AE3A /* GDTCOREventDataObject.h in Headers */, + C7BC94C695E9224D974BFEA53EE1D53F /* GDTCOREventTransformer.h in Headers */, + 2B02A4A133EDF6919DF721A9159F517B /* GDTCORFlatFileStorage.h in Headers */, + EEF042AC8A3930DD131003503701A393 /* GDTCORLifecycle.h in Headers */, + A3645C1EFF98FDD6D6ADE8FE09473487 /* GDTCORPlatform.h in Headers */, + 5739BB47EF4D0FF067709D12836D8B35 /* GDTCORPrioritizer.h in Headers */, + 944A68F34CA455FAAE78DF90D3F1D11B /* GDTCORReachability.h in Headers */, + A0F858FCC65518E9A39CDF89125F688B /* GDTCORReachability_Private.h in Headers */, + F6DA248EA747A26852710F50D1276B1A /* GDTCORRegistrar.h in Headers */, + 9D075A911BF95017D1DE4D8CBD8B9057 /* GDTCORRegistrar_Private.h in Headers */, + FAE82C616EDD69D3473F10ADCC266F04 /* GDTCORStorageProtocol.h in Headers */, + C4A848E55FD2CCE21A482824A4B00497 /* GDTCORTargets.h in Headers */, + 7011B96C79DB705886C09F092CF37B73 /* GDTCORTransformer.h in Headers */, + 278123CF362E025CDD59E46487DB5086 /* GDTCORTransformer_Private.h in Headers */, + 32A7FAFC2F4F592C7A36F17DE7E34EC9 /* GDTCORTransport.h in Headers */, + 08C2D67B126AD24C746C68AA30C0CD76 /* GDTCORTransport_Private.h in Headers */, + 2A76BEF9E322FAFF9AA5B88E086449E4 /* GDTCORUploadCoordinator.h in Headers */, + 95CEAF56E53A963076C7168EFEDB7C2C /* GDTCORUploader.h in Headers */, + AD912D05371BD2384902B38F598035CC /* GDTCORUploadPackage.h in Headers */, + 2374A634EDE7633E094B936D98E38C39 /* GDTCORUploadPackage_Private.h in Headers */, + E3E22454D3198293CB06023E76EDF078 /* GoogleDataTransport.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8047032905A6688C0D10B87A5DDF4C44 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 1033A6C57D4D572EEE65706B53D29873 /* InspectorInterfaces.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 83268A4608982FCFF93FA48DCC883251 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22122,14 +21470,341 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8AA71D7D760733B30946D5E123F4050E /* Headers */ = { + 885307C2172613CD509C816E2F252983 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 327816BF71C017A4A0E330C4B950134A /* FIRAnalyticsConfiguration.h in Headers */, + B0E1F3FF45FDA9BEDFF7A2E1D8C93B1E /* FIRApp.h in Headers */, + 315EE587442D99F454A795A6CBD12113 /* FIRAppAssociationRegistration.h in Headers */, + DB00EB85B1A8598DD2668EB6E749A1C7 /* FIRAppInternal.h in Headers */, + A2B3F057A0D35E01BAD0D6E4B592E9A5 /* FIRBundleUtil.h in Headers */, + AA82FD6FEA2715B6B6759CC9CD95B466 /* FIRComponent.h in Headers */, + 042298F5AD49D79B5FB04ED42A5AED0C /* FIRComponentContainer.h in Headers */, + C6F87842542AFCB11B8BCE4F64FF4434 /* FIRComponentContainerInternal.h in Headers */, + 4CB2156CBE6478C94D891420F652F17B /* FIRComponentType.h in Headers */, + 72A66CE84FB8342BDF5BF5FEFE9CEA22 /* FIRConfiguration.h in Headers */, + 6C4CA09A836509661D9A22A2290E615B /* FIRConfigurationInternal.h in Headers */, + B2FE7DAE91BD8B01687E57C1780B37A7 /* FIRCoreDiagnosticsConnector.h in Headers */, + 5B202501EDA7C90A901375D43445C914 /* FIRCoreDiagnosticsData.h in Headers */, + CAE3A45739DEB853E0207341C27D72A0 /* FIRCoreDiagnosticsInterop.h in Headers */, + FADFD5D0951BC37301ED841E689ECE7A /* FIRDependency.h in Headers */, + 74BACFAFA11661160135C23D8B7E5907 /* FIRDiagnosticsData.h in Headers */, + CF2337540CFF01BD1D2B9BD7B73C040A /* FirebaseCore.h in Headers */, + 133A9C628E4928B5AA1AAB9EBD982C0F /* FirebaseCoreInternal.h in Headers */, + 76EAAF1543A543326F7CC0E31A23EB1E /* FIRErrorCode.h in Headers */, + 4B271FED6BB17F80F74F11FE72495584 /* FIRErrors.h in Headers */, + 9AB4E5A1E2E9AD381D23EAC3FBE9DB67 /* FIRHeartbeatInfo.h in Headers */, + 5C5CD3E890B9F7047B86713585C1B6BA /* FIRLibrary.h in Headers */, + 3BDAD6B962787D61BB8F439B3725FDEA /* FIRLogger.h in Headers */, + D40719B324FC642D424C974DF412C10A /* FIRLoggerLevel.h in Headers */, + 3B27B2F91D4D0CE065ACA12D3651FF03 /* FIROptions.h in Headers */, + 5799586981218DAD4CAE2FC9B80F1DD6 /* FIROptionsInternal.h in Headers */, + 9E16483E14415D53A3A513A1AB62D404 /* FIRVersion.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8AFEE527630543D7D509EBC6A2835FCC /* Headers */ = { + 899FA27752C5D668B318DB03B59F23F1 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + F5F1CCCDA11B91A3538E3174618F3AA1 /* CoreModulesPlugins.h in Headers */, + B430876DC7D0CA2E10E3E8BFB02099E5 /* DispatchMessageQueueThread.h in Headers */, + 374748F1826F38CF4037ADC49CA996EA /* JSCExecutorFactory.h in Headers */, + 11C95A4E9A0AA9D8AAF5C10710C15B5B /* NSDataBigString.h in Headers */, + 9DB6EDCAB653E3B88784869034DC5473 /* NSTextStorage+FontScaling.h in Headers */, + C1E0566727822A59404D6244D32EDFFE /* RCTAccessibilityManager.h in Headers */, + E7BBC923DAA2236EB0CEBDEFB1C8C6DA /* RCTActionSheetManager.h in Headers */, + 22602C114994AFA21BD02E1C43C34E88 /* RCTActivityIndicatorView.h in Headers */, + BAA3EB7DF8E07085606E6E5BA37BB02D /* RCTActivityIndicatorViewManager.h in Headers */, + FC9A092C20C8A9FF8ACBB8BB6840C8E2 /* RCTAdditionAnimatedNode.h in Headers */, + 0AD4538666C695CC3848FE682A6492C9 /* RCTAlertController.h in Headers */, + A3435BC5F7C6F25846D7EC2C50C2F318 /* RCTAlertManager.h in Headers */, + 66E070E8E0E2C76ECAC631344734A35B /* RCTAnimatedImage.h in Headers */, + 05EF1F562AF50B110C68F44D0A4F9EE7 /* RCTAnimatedNode.h in Headers */, + 336643D65481F90B7739AD96E8B0B7EC /* RCTAnimationDriver.h in Headers */, + 71B0BEC0FFF38AF49E02937963B42C67 /* RCTAnimationPlugins.h in Headers */, + 07E10D3C496A44111E810B65CF5A2649 /* RCTAnimationType.h in Headers */, + 5CD04D0B0E9105017302A21B6C238BE4 /* RCTAnimationUtils.h in Headers */, + 3BE41D5ACEF454572EE11291DBC24236 /* RCTAppearance.h in Headers */, + A52BF619089394AB873BEB1FE81BD58A /* RCTAppState.h in Headers */, + E5C5E181CE4785A0262B617144B6CF9F /* RCTAssert.h in Headers */, + A2AE59CBD7CDA4B7515FDD87A1CF7B7E /* RCTAsyncLocalStorage.h in Headers */, + 536538F7490982607ACD157306D7B2C3 /* RCTAutoInsetsProtocol.h in Headers */, + 585D03FAE7882EAFF0797BB33392F77E /* RCTBackedTextInputDelegate.h in Headers */, + 71DA323AE9599DDFFE79308FEBB90DDC /* RCTBackedTextInputDelegateAdapter.h in Headers */, + 210455378C99C4D3CC1BDE94C6BB00A9 /* RCTBackedTextInputViewProtocol.h in Headers */, + 98492CEC7A8DF5EEAACFBB8A86ACA4A4 /* RCTBaseTextInputShadowView.h in Headers */, + D4C7C24A1702DEB9AE000375D23F9083 /* RCTBaseTextInputView.h in Headers */, + E41FDF4FDCBCF5CD36AF562C059674AE /* RCTBaseTextInputViewManager.h in Headers */, + D9F92704914BEE5433E6D7932280120D /* RCTBaseTextShadowView.h in Headers */, + A7B51F5B8A6EC88A9AC60AEA8C5579F1 /* RCTBaseTextViewManager.h in Headers */, + 0A4660D92379F9E6A82B0942CCD2AF9B /* RCTBlobManager.h in Headers */, + 228B9FFE41498544777E87015261915C /* RCTBorderDrawing.h in Headers */, + E66FA9AC1F1FF78EB2147F34A071DE7B /* RCTBorderStyle.h in Headers */, + D0FB9FAAE35DBAABCA0BA8A56AC96BD9 /* RCTBridge+Private.h in Headers */, + 64D50EEADB1B4C05CF00FD7066295A86 /* RCTBridge.h in Headers */, + E3A7DF34F5085451A6A8F95EDED618C6 /* RCTBridgeDelegate.h in Headers */, + 694263B063BF02DF63AB8751734623F7 /* RCTBridgeMethod.h in Headers */, + 27BA95952ADE98BBCB5EEAB52BB10B1B /* RCTBridgeModule.h in Headers */, + 8B0A42BA4E6FB8A2C9D4AA0DBE47EFB9 /* RCTBundleURLProvider.h in Headers */, + C350D498821BDE5117589DB4053FA489 /* RCTClipboard.h in Headers */, + A445B0E11B54A94A48091E04027D1F80 /* RCTComponent.h in Headers */, + 97070416984021091B58C79891508762 /* RCTComponentData.h in Headers */, + 14A30D2C12B7E573239CF4830B579B99 /* RCTComponentEvent.h in Headers */, + 2A25A4A0D232A7DD84939972D07FFE09 /* RCTConstants.h in Headers */, + 2192ABB62D675E67C11E7459ECF7C121 /* RCTConvert+CoreLocation.h in Headers */, + 2D9277294528E8D616FA980DFE0DFEF3 /* RCTConvert+Text.h in Headers */, + 286CB7A6A88DB1D0B53F76FDDF7E306E /* RCTConvert+Transform.h in Headers */, + 435C4F12F5A4FD69216F619A13ECF8FC /* RCTConvert.h in Headers */, + C11BB2EAD2D1E3EFB8E2B134501C42BA /* RCTCxxBridgeDelegate.h in Headers */, + 9502B71FB49E19F87B76C938BCD2329B /* RCTCxxConvert.h in Headers */, + B91ADBFA8D03CAF741D92039900F546B /* RCTCxxMethod.h in Headers */, + 60FB3431064BCC00DD0CA616AAC8FBB7 /* RCTCxxModule.h in Headers */, + 4558ECE6108997D1124B16014A78DAC4 /* RCTCxxUtils.h in Headers */, + 0D4D91606E21A9D2B98DF74DCDD34488 /* RCTDataRequestHandler.h in Headers */, + A9F0CE4A7F61609F5D7AB513AD1994E5 /* RCTDatePicker.h in Headers */, + 483614B06A7352D899418F47E8E46B9B /* RCTDatePickerManager.h in Headers */, + A5311C41407A9630A0ADE0D79CC5C391 /* RCTDecayAnimation.h in Headers */, + 8F65BB08E3367AC17C5D4ECFCFD4FDF6 /* RCTDefines.h in Headers */, + 24326F349EBDAA0D4C0C008F7DAFEB0C /* RCTDeviceInfo.h in Headers */, + D8A5D9490469DF0A46E8B48C78C9DBFE /* RCTDevLoadingView.h in Headers */, + 7C3EB92F01DDA1273E756753B7F44CA2 /* RCTDevLoadingViewProtocol.h in Headers */, + 9707E12DD67CBD2B65E4DD95FCDA06DA /* RCTDevLoadingViewSetEnabled.h in Headers */, + 142CF3EAF54D07ACA83A171034386F04 /* RCTDevMenu.h in Headers */, + 6D4220DF90C7213B601F215B7DB43629 /* RCTDevSettings.h in Headers */, + 3D08D9F2127A96B56716B750E3C694D1 /* RCTDiffClampAnimatedNode.h in Headers */, + 4677450AE11F06F9A1850ECB4C16BB26 /* RCTDisplayLink.h in Headers */, + 728B80A7EF0CC422582C733F08F84C16 /* RCTDisplayWeakRefreshable.h in Headers */, + 44C22F04C50F3EFC94A631A1BA9A2161 /* RCTDivisionAnimatedNode.h in Headers */, + 0D4DE9E3C7E5511D87C24AB288F7720F /* RCTErrorCustomizer.h in Headers */, + CFF88A0C1630390D80C54E6CA392DD13 /* RCTErrorInfo.h in Headers */, + 0F29366508D7B326BB430B2CC7667A37 /* RCTEventAnimation.h in Headers */, + 333EC83EC8008F24BA44BD92B33B14F5 /* RCTEventDispatcher.h in Headers */, + 46462475F1E2CA57A9E0CFB3DAFB1183 /* RCTEventEmitter.h in Headers */, + B92A6E48DB98D80F967521E438B44077 /* RCTExceptionsManager.h in Headers */, + D97B500D761687CB85D27727E5170527 /* RCTFileReaderModule.h in Headers */, + 81EA069632402106511B8C029EDFB896 /* RCTFileRequestHandler.h in Headers */, + BEF83B4253B6A8427C6C86B3CDD76AB4 /* RCTFollyConvert.h in Headers */, + E42BFB58939510C5FF1F9F8BA6D7749B /* RCTFont.h in Headers */, + F67B9AA235C9408BF5DA9ACA22397571 /* RCTFPSGraph.h in Headers */, + 087A56A534429BCC6CB5DC4FEAC26BDB /* RCTFrameAnimation.h in Headers */, + 7609471F84BD25C90BAA39752B45C1E2 /* RCTFrameUpdate.h in Headers */, + 0F236D8D3DE124F475E5EB79D9F47122 /* RCTGIFImageDecoder.h in Headers */, + 8BF779750A317B52D5D8048A9CC458DD /* RCTHTTPRequestHandler.h in Headers */, + E110ADEAB6719AA428B109A96FB7D39C /* RCTI18nManager.h in Headers */, + 78BF10A54CBEDEEF0C9A6AA6B619AFF6 /* RCTI18nUtil.h in Headers */, + 864666FE89322FF78BD7F33FFBDBE0DD /* RCTImageBlurUtils.h in Headers */, + C59E0EEA7BF377A3BEC34FF920B1213F /* RCTImageCache.h in Headers */, + C25C7F249FF3DF4AFF20FE30EC624DE0 /* RCTImageDataDecoder.h in Headers */, + 49B3B1D9E06876493278B5093FC1AC63 /* RCTImageEditingManager.h in Headers */, + B7F5CB4A0A19BA581A2E4D9087A1A5E8 /* RCTImageLoader.h in Headers */, + 94B3B1C877EF496BE3927C0A45D6504F /* RCTImageLoaderProtocol.h in Headers */, + 3E68E2CE1727FF3484FF0B5ADF5120DA /* RCTImageLoaderWithAttributionProtocol.h in Headers */, + 2D63266DE8BB1C06F6D82D47464427F5 /* RCTImagePlugins.h in Headers */, + 169EBEC52655B55669DA572EE8D1677C /* RCTImageShadowView.h in Headers */, + 8A24EB35BEA8EA36BDA5A3C8559F7F60 /* RCTImageSource.h in Headers */, + 0057DFB3BC76B6C9535866C00035A413 /* RCTImageStoreManager.h in Headers */, + CB5656536FF9020AA0E76220F089F205 /* RCTImageURLLoader.h in Headers */, + 835A1D96FA5209DA281CB3BF49A58DB3 /* RCTImageURLLoaderWithAttribution.h in Headers */, + 0270B58E1A3971BB5EA22DBD7259915B /* RCTImageUtils.h in Headers */, + B1491502D32A89CF0C609D2C143EF119 /* RCTImageView.h in Headers */, + 71388126BF0591F0002C4E154131A649 /* RCTImageViewManager.h in Headers */, + B4E0C1208B851E2A93FDDF8AEB89A2BA /* RCTInputAccessoryShadowView.h in Headers */, + ECCDF8ECD2438E62AA303A3AA18DF093 /* RCTInputAccessoryView.h in Headers */, + 1B9936FE46883FD0377CEB4BB4641D12 /* RCTInputAccessoryViewContent.h in Headers */, + 6A0855D6404AF012455DECAB50305D47 /* RCTInputAccessoryViewManager.h in Headers */, + 95C475A94E42D7F31F55E68DA26570C2 /* RCTInspector.h in Headers */, + CFE9BC988AD431B439209ED6427142B4 /* RCTInspectorDevServerHelper.h in Headers */, + 110CFEFF13E5DBB67E025723AB43BF70 /* RCTInspectorPackagerConnection.h in Headers */, + 7D57BB9F0D62A0D074DDF3C40265E902 /* RCTInterpolationAnimatedNode.h in Headers */, + CE94FC917B9B6D7E1CDCD4782E72159A /* RCTInvalidating.h in Headers */, + 71CDB38DBECC40D6276111BC47DC9128 /* RCTJavaScriptExecutor.h in Headers */, + C980A657F23BE92250A4CBD695F6BCBC /* RCTJavaScriptLoader.h in Headers */, + 88CA16FFB865BA77CF894AD2626E8F19 /* RCTJSInvokerModule.h in Headers */, + 89569EC4029E7DA38498C2C498233F15 /* RCTJSStackFrame.h in Headers */, + 2BF15CAA80588425BB5AEB06400511C1 /* RCTKeyboardObserver.h in Headers */, + 3C26568A297392ED73C01E7165A4F799 /* RCTKeyCommands.h in Headers */, + BC1FD34409237095008742B4F5CCA0BF /* RCTLayout.h in Headers */, + 4D8AAFA84F175213F7D07A0CF1818491 /* RCTLayoutAnimation.h in Headers */, + F846CF98E462044359A0631D3F10AAE7 /* RCTLayoutAnimationGroup.h in Headers */, + B0D111C700BA74FCFAC38FC5518FB6AC /* RCTLinkingManager.h in Headers */, + 03E9C0E91B4BFB8CDD1506D7F6E5F61C /* RCTLinkingPlugins.h in Headers */, + FA8982FEEC113AC796E6CA839EE29F02 /* RCTLocalAssetImageLoader.h in Headers */, + 2A01C8831E68611BE1ABCA396B57A3B9 /* RCTLog.h in Headers */, + 65852C0D5996F6ECE8406CBF786E1BD5 /* RCTLogBox.h in Headers */, + 67ED246BC6A636C99DAD47ADBFBB660F /* RCTMacros.h in Headers */, + 6C05D97A6795150EE89D9F195EB0168B /* RCTManagedPointer.h in Headers */, + 0E7FB06B5EA1B3CB4A6FA948D9721B89 /* RCTMaskedView.h in Headers */, + 2B1C24529C1C74E6A356C7A40CA185F1 /* RCTMaskedViewManager.h in Headers */, + 3C6677D04D5410F3729DC3E58FD2D411 /* RCTMessageThread.h in Headers */, + 9FA66477A669D8EED92F5ADB645D12D2 /* RCTModalHostView.h in Headers */, + 5327AAC51FC15E5E7B6D0AE18F6366BF /* RCTModalHostViewController.h in Headers */, + C17809C2B1439E57C037A4AF77B6B088 /* RCTModalHostViewManager.h in Headers */, + 014AA4A3374067DDF471FA9AE12279C6 /* RCTModuleData.h in Headers */, + 126467506610BA805C298092D6A9E3C1 /* RCTModuleMethod.h in Headers */, + 6E30247AA183BC5F0FB7C4BBCDA3BB87 /* RCTModuloAnimatedNode.h in Headers */, + 01B8D765BC0745BB7DE085C0AD739829 /* RCTMultilineTextInputView.h in Headers */, + 375E5E6BD6086A5E07FAD6B7DE5420C9 /* RCTMultilineTextInputViewManager.h in Headers */, + 1D8440CE73095BA0EDA9BB51C2C95A24 /* RCTMultipartDataTask.h in Headers */, + 6789F35FB352080A0759B11E1CA1C83E /* RCTMultipartStreamReader.h in Headers */, + 2970B4381FFD040B6595A90982881AC3 /* RCTMultiplicationAnimatedNode.h in Headers */, + 666A893004679FB5FCA225CE781D5782 /* RCTNativeAnimatedModule.h in Headers */, + 7F2C7BCF24A96631A15345A704E259FF /* RCTNativeAnimatedNodesManager.h in Headers */, + 8516562614EA53A36A642772DCC2DE48 /* RCTNativeModule.h in Headers */, + 6AF6351DB19BA38152844BDF95795779 /* RCTNetworking.h in Headers */, + 88C960DCFCB02B24ADB5034598E1FA3B /* RCTNetworkPlugins.h in Headers */, + 244910A013FE57BE42FCB9759F71DAAA /* RCTNetworkTask.h in Headers */, + 8345B5B66609536376419E60A9C90CF2 /* RCTNullability.h in Headers */, + 43620A4D867942C0681F7947DD878A8D /* RCTObjcExecutor.h in Headers */, + A523328D8C4346DCB251B4ED2635D387 /* RCTPackagerClient.h in Headers */, + 810205799876F84EE200864910B23E50 /* RCTPackagerConnection.h in Headers */, + 516DF262E59354AEE4714B87A5F95D85 /* RCTParserUtils.h in Headers */, + C6D50BC8EACD86A2C71A9F6C615B7B07 /* RCTPerformanceLogger.h in Headers */, + C7976D1E17A0F257DCED3FE893D31284 /* RCTPicker.h in Headers */, + C01E0C7AD4BAD5D346854884A97FA826 /* RCTPickerManager.h in Headers */, + E4BF0B156B07C3CDD4F2503D066744F6 /* RCTPlatform.h in Headers */, + F1B0070405F61652AA5256D7EF9AB23C /* RCTPointerEvents.h in Headers */, + 96F9C806BDF3E71AE73B1772E8B67EA3 /* RCTProfile.h in Headers */, + ED30C6E2F717A547B371051A574BF7B5 /* RCTProgressViewManager.h in Headers */, + 767BA5A7C97CEF2D3D4E0429D446042F /* RCTPropsAnimatedNode.h in Headers */, + 5D89A499D452D8AB33F485B13E1BB663 /* RCTRawTextShadowView.h in Headers */, + B103EB992BA72506B4477EFB2079556B /* RCTRawTextViewManager.h in Headers */, + 97A01C948B62FD7027976C973C9D7E5B /* RCTReconnectingWebSocket.h in Headers */, + 8756A506043272787C922BE16228D695 /* RCTRedBox.h in Headers */, + 1A65EF77B0CFD2A2BEB7098F633984D5 /* RCTRedBoxExtraDataViewController.h in Headers */, + DD24A16ED3CBC4A7BE590AE10DF94E02 /* RCTRedBoxSetEnabled.h in Headers */, + A36AEA9AABB84C69B385AE94FD1BE0A0 /* RCTRefreshableProtocol.h in Headers */, + 66CBEFD02C4E84C989395C5C01F61E50 /* RCTRefreshControl.h in Headers */, + C4EBB8FE8D1FD3B917E6E5107633198E /* RCTRefreshControlManager.h in Headers */, + 68F77BEEA4B55F27291140A1B17DB43A /* RCTReloadCommand.h in Headers */, + 3C3119ED444EC94B3479EE3393443406 /* RCTResizeMode.h in Headers */, + 5761E342FFA0CF25087905DD4C7A6281 /* RCTRootContentView.h in Headers */, + 3C40B449B267A0C52DCB12E576974D92 /* RCTRootShadowView.h in Headers */, + 783500BAD588EBB7DA83C5395D22C335 /* RCTRootView.h in Headers */, + AFEFE1B690C6BDEF94908C62187D1E99 /* RCTRootViewDelegate.h in Headers */, + 32DE46C940DC173425903B173F3B34F9 /* RCTRootViewInternal.h in Headers */, + C92D68DB77ECF0A66D6730344909C576 /* RCTSafeAreaShadowView.h in Headers */, + 526EEFC62ACB280675BA44BBACD6BF4F /* RCTSafeAreaView.h in Headers */, + B27D09757B2B9400DB0784BF5CB3538F /* RCTSafeAreaViewLocalData.h in Headers */, + F1F0C4F35213439F612B6964E41B23AD /* RCTSafeAreaViewManager.h in Headers */, + 1FEBDABF45E29C48EFC28C6377C9294E /* RCTScrollableProtocol.h in Headers */, + C2F91432A668E25A46241B496449D788 /* RCTScrollContentShadowView.h in Headers */, + 52D285DE8F1DA68B5FFD5FE59322A646 /* RCTScrollContentView.h in Headers */, + 645D0B9FF00FF976ED98AD11727A11B3 /* RCTScrollContentViewManager.h in Headers */, + 3D5A38CCA4FEDEEC6A203DA93DD8D9D1 /* RCTScrollEvent.h in Headers */, + 504E53BD6D600EC7F96D486B830E90AD /* RCTScrollView.h in Headers */, + 89BD590323D5638455B764F5887B2DF8 /* RCTScrollViewManager.h in Headers */, + 0FD08F6C40F3F03746B2E48C45CBC54F /* RCTSegmentedControl.h in Headers */, + A0B65B015AD1A7BCB51B9F8003B1D800 /* RCTSegmentedControlManager.h in Headers */, + 5AB14ABE1AA23ED14A2EFA67A7FD7349 /* RCTSettingsManager.h in Headers */, + 9FBD43B6F69DDDCF47E5AF19020EFB34 /* RCTSettingsPlugins.h in Headers */, + 1984C8E45EBAFA2D959952BCEBD090B8 /* RCTShadowView+Internal.h in Headers */, + 8DFE146E8C742B6643B139BD0B17E695 /* RCTShadowView+Layout.h in Headers */, + 757F62650D9DB63F85CBB065AC352F16 /* RCTShadowView.h in Headers */, + 26506F2BBF7C95CCE61BDD9DA1645A41 /* RCTSinglelineTextInputView.h in Headers */, + 4530C3CFE0DCB5FF0941B65C13D895CA /* RCTSinglelineTextInputViewManager.h in Headers */, + 6565DD4D2481979696CF0B9F071A089B /* RCTSlider.h in Headers */, + A45CE9C00DB923B48D5AD52ACFC6E33C /* RCTSliderManager.h in Headers */, + 1782571EEA1E05DB0F5A30294F0D2F78 /* RCTSourceCode.h in Headers */, + BAB233399A2FF3F15431A51036766094 /* RCTSpringAnimation.h in Headers */, + 4287081D93D873EA4C25841721DB4904 /* RCTSRWebSocket.h in Headers */, + 913FF1019A59CE7C500A7328776309D0 /* RCTStatusBarManager.h in Headers */, + 5888C9E5D61C9307805C62F729D66E93 /* RCTStyleAnimatedNode.h in Headers */, + CC7573E6147A58C2ADAF08D51C792804 /* RCTSubtractionAnimatedNode.h in Headers */, + 380766121B9C98E61D77A03264D513D0 /* RCTSurface.h in Headers */, + 7B6CA120A7122B1DAA52524CBCB4D730 /* RCTSurfaceDelegate.h in Headers */, + 68840A0AEE8DE669FA2015C75564EA1E /* RCTSurfaceHostingProxyRootView.h in Headers */, + BF684FDA96C4F1FA1E15A5AEEB396E14 /* RCTSurfaceHostingView.h in Headers */, + 1CC3C6DEC40A03D5E0B32EC6C2224098 /* RCTSurfacePresenterStub.h in Headers */, + 74A01638F55664D227B033B5DD2CA7F2 /* RCTSurfaceRootShadowView.h in Headers */, + 4A675FFCC1F2F1FB0171F78C4FA7A988 /* RCTSurfaceRootShadowViewDelegate.h in Headers */, + 9279579B2D5C891F84B536944AE5F34C /* RCTSurfaceRootView.h in Headers */, + 9C5F1472B80430D5AC9FFAA0E5FF9499 /* RCTSurfaceSizeMeasureMode.h in Headers */, + 74803FDE3464C279F903F9F907F5702E /* RCTSurfaceStage.h in Headers */, + AFB4E2FF5B7050B748694F93DCB7C400 /* RCTSurfaceView+Internal.h in Headers */, + 50A845812DFEFC4B7C7A1DD6898FACD1 /* RCTSurfaceView.h in Headers */, + BF6E6EB34C17E884CD3A0E0D40D304B2 /* RCTSwitch.h in Headers */, + 78FB7E1212F307A619743C8238FE6C4A /* RCTSwitchManager.h in Headers */, + 3254EDB44AB5F5D090B59FC9BAA2D666 /* RCTTextAttributes.h in Headers */, + 39F20C1D5CF66B8E97A10178E5DB0260 /* RCTTextDecorationLineType.h in Headers */, + 73567267D4FF8D1C9A63C9CF8A41A7D4 /* RCTTextSelection.h in Headers */, + 5AB743C39DD67010BEA7C6EC37ABC235 /* RCTTextShadowView.h in Headers */, + 83AF0E941FD248C75D85CEABDE02694D /* RCTTextTransform.h in Headers */, + 7F278E2700427C46EF911B5891B7850D /* RCTTextView.h in Headers */, + B1A1B9A15C5F8A49F7C4BDEE2D2F0A88 /* RCTTextViewManager.h in Headers */, + 37735B99812E60557F417AF7164ABEBC /* RCTTiming.h in Headers */, + 5E6097686446F6586438A8F738D3A7D6 /* RCTTouchEvent.h in Headers */, + 55D6BF643B68AE6B1531B2E017E98464 /* RCTTouchHandler.h in Headers */, + DCD3B9DE75022F3D77295F29F2FBA87C /* RCTTrackingAnimatedNode.h in Headers */, + 8651F9A44337C6E0F74B81ABC3DCF605 /* RCTTransformAnimatedNode.h in Headers */, + 74E2A8F83F8CC3203BBCD58A0CBE70D4 /* RCTTVNavigationEventEmitter.h in Headers */, + 93C77C54EF5BD1DE8F1D3B5ACFF1C3A2 /* RCTUIImageViewAnimated.h in Headers */, + 5AD2941FDC49F5245D9376F9E5AC0044 /* RCTUIManager.h in Headers */, + 2D34208C14475FBA886371B25DD005A0 /* RCTUIManagerObserverCoordinator.h in Headers */, + 3EDD603C9E4DFAD8CAEC7D49F6C7F7F6 /* RCTUIManagerUtils.h in Headers */, + 4810397C345F02594085ADA52A13502F /* RCTUITextField.h in Headers */, + 4EA0254F7B0EAE99CC462C9F5E8F7F43 /* RCTUITextView.h in Headers */, + 7178226ADD6E441050428679FB6CF668 /* RCTUIUtils.h in Headers */, + 93B875C59873FD40F003B03E0A2EF720 /* RCTURLRequestDelegate.h in Headers */, + E83D3D6FC8A1A4FB56A7DCCA846F8A0B /* RCTURLRequestHandler.h in Headers */, + 355C9BF61D15026FFB9412BF012A13F9 /* RCTUtils.h in Headers */, + 02B36D8C9DAF9425FE99AB094B55F4E2 /* RCTUtilsUIOverride.h in Headers */, + 27F23A67D474B7396A69317B30F659B7 /* RCTValueAnimatedNode.h in Headers */, + C6F66C11DF59EEFB1C22F4E6444C11D2 /* RCTVersion.h in Headers */, + A27BD2CF5938A2427153C79EB4C50EA1 /* RCTVibration.h in Headers */, + B1CAE5F9925AB2F55B603952366E9A6F /* RCTVibrationPlugins.h in Headers */, + ADC7CA1A1742F65CE1C474A41F2F1999 /* RCTView.h in Headers */, + 821B34BA88A87582EA88FA74EF5269F5 /* RCTViewManager.h in Headers */, + F11DF2652A6568975B20932389394410 /* RCTVirtualTextShadowView.h in Headers */, + 79F106C4F349974C60A66200B5472D16 /* RCTVirtualTextViewManager.h in Headers */, + E271CB74F0A8D7B66B53E12F533D8CBE /* RCTWeakProxy.h in Headers */, + 27535CC99EB231F86255D295D0F58270 /* RCTWebSocketExecutor.h in Headers */, + BC7A6A547F06025C1400B20235448F44 /* RCTWebSocketModule.h in Headers */, + 6D40A05DCE2FB53BD9C017CAE6D5C354 /* RCTWrapperViewController.h in Headers */, + 9209E7557FE92F486CD149A46591A875 /* React-Core-umbrella.h in Headers */, + 3A044724783F99363A3CCB6002D0F178 /* UIView+Private.h in Headers */, + 4107AF7BA5C8DCF8C606298B48DDD733 /* UIView+React.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 89DAC1BF3086B83D657240ABA0D18FBD /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 1FBEB14D59EDB8BBB530458D8F9DB553 /* RCTConvertHelpers.h in Headers */, + 6380BF918F8C28FC866BF96083E0F278 /* RCTTypedModuleConstants.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8CB30B73C802AF1B249CA186CEEA7F21 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 72A0E8FDFE35A40DED03137BBD91453D /* CallstackHelper.h in Headers */, + 720C6FED7064F5B2CA7DFABC3737EEE0 /* CertificateUtils.h in Headers */, + 45B36E6C971F7A316A842376DB9214F1 /* ConnectionContextStore.h in Headers */, + F47834738C3399C03CB112AC256CD918 /* FireAndForgetBasedFlipperResponder.h in Headers */, + 517492A9DB1BE570124104ABD1E074FB /* FlipperCertificateExchangeMedium.h in Headers */, + 160F270DC385E9C00587FB20ADE2E7BF /* FlipperCertificateProvider.h in Headers */, + 734530C3D3B6CE3CAB7BE35B0B4E47CE /* FlipperClient.h in Headers */, + C25BD3B0B908A21A015ED5632EF26214 /* FlipperConnection.h in Headers */, + 035ABDBD827EF6B667B0A81C4BC891BE /* FlipperConnectionImpl.h in Headers */, + 4A4B4055A9F1F063DB1A15F63AE1C897 /* FlipperConnectionManager.h in Headers */, + 19E023F7AFA0C82E80A9B8AA7C9E1BEB /* FlipperConnectionManagerImpl.h in Headers */, + C346B099F2CA0366B622C1C587648F56 /* FlipperInitConfig.h in Headers */, + 0F49A2E9D56B8E78B5A453E9F7A788D9 /* FlipperPlugin.h in Headers */, + 618E7AEF02E573C84CE04A368EAFC7F7 /* FlipperResponder.h in Headers */, + 18035A2E53C70220C42E897E695D0DAB /* FlipperResponderImpl.h in Headers */, + 90AC36E8F28EC86B055ACB4988775AAC /* FlipperRSocketResponder.h in Headers */, + EA31A21E8987D47CFA4D774D8DB6D85F /* FlipperState.h in Headers */, + 5468B18F248F48CC7444DAB53E55683B /* FlipperStateUpdateListener.h in Headers */, + 7AC739868CD617F6BDB0222B3E728167 /* FlipperStep.h in Headers */, + 2C7CD02757F50746084DE37EEDD96B6C /* Log.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8D332BFB50C6E0B3500E6A620A5124B2 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( @@ -22165,29 +21840,132 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9351B469001C028DF53C581B17B33C1E /* Headers */ = { + 9118645237A0AC2BA8254A8F7D09994D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - C7D14A060578962901F8A18960B72192 /* BitUtils.h in Headers */, - D33C952400D0EAA864B30711951D3BED /* CompactValue.h in Headers */, - CC1EB0AF04D455F43A4AE386C1349618 /* event.h in Headers */, - 72429019C3A25B6F94E6FED53F2F05D4 /* experiments-inl.h in Headers */, - B3B1711920C3B9FC726A11171FA050BE /* experiments.h in Headers */, - 7954387CFBA1DACB843BABAB6BDFBBC0 /* log.h in Headers */, - 6237DB3B5007218162290FB99B1245C7 /* Utils.h in Headers */, - E191E9CB7974F8E8184A08EB6F7F026B /* YGConfig.h in Headers */, - F521411EEE95F2593B03645C384E29C5 /* YGEnums.h in Headers */, - F702568EC5CF2222487C05A02CE64BDD /* YGFloatOptional.h in Headers */, - 86BC3D29DA60A8130AD65E688D3CBB40 /* YGLayout.h in Headers */, - 31249DB319C22D4D7DEA0DD8F03FACF3 /* YGMacros.h in Headers */, - 578D5053D60517D4157B6EED0A14E1E1 /* YGNode.h in Headers */, - F0C500878245C5A979C5C371C429A59A /* YGNodePrint.h in Headers */, - EC5F623AD19010CDCEAFCA232FEFECC2 /* YGStyle.h in Headers */, - 8CC02A60C8469F7E9FEF778D19C24538 /* YGValue.h in Headers */, - 8581FB300F8B987D785E0F73B05F3CB5 /* Yoga-internal.h in Headers */, - E69DDA4D4F34E5236373D66759087A8E /* Yoga-umbrella.h in Headers */, - E6C62B6D6520CFE1AD0F8B4D84680B59 /* Yoga.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 94C74C3A483A67862AAE6590FFE13782 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 25DB2AD1CD36012143AA219A496958FC /* cct.nanopb.h in Headers */, + 49E6ED95E3355C2DD5AAE0CE7B1608F6 /* GDTCCTCompressionHelper.h in Headers */, + F088523B869C751364D885DD7271E416 /* GDTCCTNanopbHelpers.h in Headers */, + 7F63DC84D78BA06BDF7F3AEC0E0F7CC6 /* GDTCCTPrioritizer.h in Headers */, + B4E557497BD62F254EE10519975653FD /* GDTCCTUploader.h in Headers */, + ABA68C90919BE7A2355B04B221B62F6F /* GDTCOREvent+GDTCCTSupport.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 95657992F9D01499BBF976829A20BF0E /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 229C21D9B5875004767DAFD5A6FFC4C8 /* NSBezierPath+SDRoundedCorners.h in Headers */, + 5DB32EE44BFB2210C63FB98CA2EAE4C5 /* NSButton+WebCache.h in Headers */, + 2058F25D4B707DC84E5162E72A7F6572 /* NSData+ImageContentType.h in Headers */, + 211437BACD8DC4870AB7713A4E20D716 /* NSImage+Compatibility.h in Headers */, + 99167170F0BE6E8CCD33B3A7C106EECA /* SDAnimatedImage.h in Headers */, + 8CDE0B98668EF6D05F80CF0E07562BDB /* SDAnimatedImagePlayer.h in Headers */, + A6103521B552C46B2EA602282260B5BC /* SDAnimatedImageRep.h in Headers */, + 07A7F2FE82B378BF83F2049AD6CF9215 /* SDAnimatedImageView+WebCache.h in Headers */, + 8E9F78DEEBA08DA23DD0F97256C9F30E /* SDAnimatedImageView.h in Headers */, + EA7E5B7E9A3F9E968AFE5A2DEE96F896 /* SDAssociatedObject.h in Headers */, + EFD84799ACD7379BF31FE5E001A283AE /* SDAsyncBlockOperation.h in Headers */, + BAD8EFAA228DAE263B00DE729B2EE714 /* SDDeviceHelper.h in Headers */, + B1E23AB7AE9EDF6FCB169D34A44AF526 /* SDDiskCache.h in Headers */, + 16E1F005BEADB3B34EA14E8A3EC7235C /* SDDisplayLink.h in Headers */, + B0B675CF97C4A8FC8D8FA49D63E0655F /* SDFileAttributeHelper.h in Headers */, + F172FC7A316562337C75654A5898D742 /* SDGraphicsImageRenderer.h in Headers */, + 4F742681C162C919C0ED3E5453FB030D /* SDImageAPNGCoder.h in Headers */, + 00C2CF7BFA431B632C02766863F4C6C5 /* SDImageAssetManager.h in Headers */, + ADE1F336B6016C7394F12DB031A96A77 /* SDImageCache.h in Headers */, + C97DF79078AB4323C777F9474B818F76 /* SDImageCacheConfig.h in Headers */, + 40E6D701258B319C9B9DE6B2616DF38B /* SDImageCacheDefine.h in Headers */, + 8F8EE9CD7E734AE8E58C037402B6F669 /* SDImageCachesManager.h in Headers */, + 90C8C169DEB1B769E3F858272E4523FE /* SDImageCachesManagerOperation.h in Headers */, + 4FD528791E58F6410F9197DD124E532F /* SDImageCoder.h in Headers */, + 43C469468B79ADCA87E83BE3C35A0360 /* SDImageCoderHelper.h in Headers */, + FB220A41995F2E4052B0ECDF54E5B121 /* SDImageCodersManager.h in Headers */, + BF86BFA2B3725E6FC3BF66D18B56E6B8 /* SDImageFrame.h in Headers */, + E093818C63F941808C9C826923807B45 /* SDImageGIFCoder.h in Headers */, + 067923D6E1271D27B21B58DB9D5EB141 /* SDImageGraphics.h in Headers */, + 1B5A598760F8C21940631561A41B71D4 /* SDImageHEICCoder.h in Headers */, + C915430EEF3C7811F06CD195CA626103 /* SDImageHEICCoderInternal.h in Headers */, + CCD2977DC3CCE753D4FFAA47C7F7B0CF /* SDImageIOAnimatedCoder.h in Headers */, + 1FE9D2089EFE0DE15EDA6AE8A598B110 /* SDImageIOAnimatedCoderInternal.h in Headers */, + 0DEB8DDCEEFCB8FCD774A65038CC5EEF /* SDImageIOCoder.h in Headers */, + C304A30502E8369F40D40C16DBE5E07C /* SDImageLoader.h in Headers */, + F7F4E03FC6E2D5C11B8A8AD26BF35604 /* SDImageLoadersManager.h in Headers */, + 163E3A6A86931C246ED0E097DB56D9E2 /* SDImageTransformer.h in Headers */, + A56D2552DADC612443D977F54B811421 /* SDInternalMacros.h in Headers */, + A98B0B34371B894F68CA74A6CF9F75A2 /* SDMemoryCache.h in Headers */, + 16C0EA3D5D51842FE62EB1476E977662 /* SDmetamacros.h in Headers */, + 6D410CAE1CAD92FDC42630076364EBD9 /* SDWeakProxy.h in Headers */, + DC884C39E95DD53442E0D623FB0F433E /* SDWebImage.h in Headers */, + 149E146950E4D808A580BAC6EF797CCE /* SDWebImageCacheKeyFilter.h in Headers */, + 314795FC6F11BEF63402635D4C9A8488 /* SDWebImageCacheSerializer.h in Headers */, + 9F8F122D6EA6925A2B3A5F6A19B3DA9D /* SDWebImageCompat.h in Headers */, + 81C76CEB788327F051AA3A01A5468E90 /* SDWebImageDefine.h in Headers */, + BB6616D860412F79D311509ADE728353 /* SDWebImageDownloader.h in Headers */, + E75A90F44AA2559897D54A2D6AB908D9 /* SDWebImageDownloaderConfig.h in Headers */, + 301FBF49A4C6B1413EC454EFD870D30E /* SDWebImageDownloaderDecryptor.h in Headers */, + EF66EA75F763B5592EC6FDB57B589B18 /* SDWebImageDownloaderOperation.h in Headers */, + BC1152E084DA607F467D3C9645DDE5E8 /* SDWebImageDownloaderRequestModifier.h in Headers */, + 1A64D296FC1DC07DFBE3682764ECDAA1 /* SDWebImageDownloaderResponseModifier.h in Headers */, + 5DB93D4A74BED2AA6204E8E51AF35A5B /* SDWebImageError.h in Headers */, + 5F760D41A1FD33166A8A5B8FA86DB231 /* SDWebImageIndicator.h in Headers */, + 9301A8FCAA88B9BDBE50BC02708F09E1 /* SDWebImageManager.h in Headers */, + D9E99C551FF7DC8AF46C56289ED5483D /* SDWebImageOperation.h in Headers */, + 9989710C455B5CEE190AD8167F4BE6A9 /* SDWebImageOptionsProcessor.h in Headers */, + 2EB5CCF366028976DD1355C36A09FFE7 /* SDWebImagePrefetcher.h in Headers */, + C7AB16837E8D12957B575ECFEB561FA9 /* SDWebImageTransition.h in Headers */, + 083E1A519BED889FEA24C2FE59595AE3 /* SDWebImageTransitionInternal.h in Headers */, + 48DC56A676137C0B1AC50134C26BF2DA /* UIButton+WebCache.h in Headers */, + 8823E953C3ECE493B78D7412DBE47964 /* UIColor+SDHexString.h in Headers */, + BBB7278BC3535C66A77333A2FAC056EA /* UIImage+ExtendedCacheData.h in Headers */, + 8127807A8D6DDD7271390F6A15609904 /* UIImage+ForceDecode.h in Headers */, + 15DAC541F3DDAC1A4E6E17BADBB7D927 /* UIImage+GIF.h in Headers */, + 41F174E3503C39B66195942DACD90158 /* UIImage+MemoryCacheCost.h in Headers */, + 22C376C4CDB71D6C2065EB841ED7CAF5 /* UIImage+Metadata.h in Headers */, + 5E73D67B04047116F98E9E4F2560DC20 /* UIImage+MultiFormat.h in Headers */, + 24A5011BE56D16609FF434F7E5E62B55 /* UIImage+Transform.h in Headers */, + 4C7E0208C9B34610E1764F495E5F8DBB /* UIImageView+HighlightedWebCache.h in Headers */, + F9B92F10AD11DB8E80FBF4CAA6EA0E55 /* UIImageView+WebCache.h in Headers */, + ECE807D36A37A617812C118A6AF52916 /* UIView+WebCache.h in Headers */, + AA76F7B177CE7089F91582111C2D0269 /* UIView+WebCacheOperation.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 968AB5955BF4265E408A394A97586CF0 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 85F748D065CC88E213C4281C75B624F0 /* UMAppDelegateWrapper.h in Headers */, + DCAAF7386528AE36F709840F0027723B /* UMAppLifecycleListener.h in Headers */, + 457C167FB30B496EF53AEF8E6E19A0F8 /* UMAppLifecycleService.h in Headers */, + 88D25501490D4490EAC765641408310C /* UMDefines.h in Headers */, + A39B0E442DFA75256A8417309B5CA197 /* UMErrorCodes.h in Headers */, + DC5B3F4273F146ABA6F5ED7317E80EC3 /* UMEventEmitter.h in Headers */, + 2C2BB0245C06C6ECD837F00D785271A6 /* UMEventEmitterService.h in Headers */, + 5E7F6EE7EE3B74ABD26898BB3969654B /* UMExportedModule.h in Headers */, + E09C87659A83035BAF8882F1CC902139 /* UMInternalModule.h in Headers */, + 85F7219058CB01A0A18F43B301C3E9C0 /* UMJavaScriptContextProvider.h in Headers */, + 4A492AD44CA4666FD03722EC21E50FCA /* UMKernelService.h in Headers */, + B47E8F5BC63E69013733915BA9775C1B /* UMLogHandler.h in Headers */, + 6F7B014C9F727B785DE96B6192CA2BEA /* UMLogManager.h in Headers */, + 149FF0FD9A5BE71676DAAF57C62703EA /* UMModuleRegistry.h in Headers */, + 5D7A40A905AFA41F6DCEE2FC12BD30D2 /* UMModuleRegistryConsumer.h in Headers */, + 1E4A2DC4C5F0946E96271206FB632FC7 /* UMModuleRegistryDelegate.h in Headers */, + DE7F2D9EBBF01761EF89478EDF28F720 /* UMModuleRegistryProvider.h in Headers */, + F49FDABB18E5818C046F0E62ADF5081B /* UMSingletonModule.h in Headers */, + 5AA4BA09C6FB51A2B407491DA663107C /* UMUIManager.h in Headers */, + 8134649A12682BEA479CABB3EDEAC9B8 /* UMUtilities.h in Headers */, + 7537E15FB387496068F96AF1F3620FC0 /* UMUtilitiesInterface.h in Headers */, + 218385979F03EB77F69380FF883A7850 /* UMViewManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -22200,71 +21978,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 97736A5A97CF4FAD14E78023E72FB8F1 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 3F8C3A3EB8A8BFD25B9749C1627FD716 /* FBCxxFollyDynamicConvert.h in Headers */, - 0A73618048EA7D775CBC84907A076FF4 /* FBDefines.h in Headers */, - DE992CEC9CF48F98B587752C707146DB /* FKPortForwardingCommon.h in Headers */, - 40BAACAB8279F55DD75751070517046A /* FKPortForwardingServer.h in Headers */, - 359AF2DC2FCD7BA11B753921DD1AE85F /* FKTextSearchable.h in Headers */, - 76C247FA2CDC8DE36B96B79C995AD366 /* FKUserDefaultsPlugin.h in Headers */, - 8616C1EC9131C610CA802CA912EB2BCD /* FKUserDefaultsSwizzleUtility.h in Headers */, - 515B2C358B8CCCDB22CBC56E7A7A107B /* FLEXNetworkObserver.h in Headers */, - D736ED8623CCF77632A52C79EC4900D4 /* FLEXNetworkRecorder.h in Headers */, - ED9F9F02D64946D4B0448AE52C05C719 /* FLEXNetworkTransaction.h in Headers */, - 604055ECFEA3A45E267B72F8C256251A /* FLEXUtility.h in Headers */, - 9794D7949320268D910C30AB18DBC867 /* FlipperClient+Testing.h in Headers */, - 62B00859FB28E4960BA9F92E4678DA09 /* FlipperClient.h in Headers */, - 7AB5E07D2D6210E33B34485ECB0B7AD5 /* FlipperConnection.h in Headers */, - BC29BEABF7EE850753D64C69B95EAEC4 /* FlipperCppBridgingConnection.h in Headers */, - AEF513EC3E46183D8D8D80E7A464DF81 /* FlipperCppBridgingResponder.h in Headers */, - 2C981A9B1BF60E24FF58F73C1E7E2963 /* FlipperCppWrapperPlugin.h in Headers */, - 83B0099C071287FAD6C2E18590789620 /* FlipperDiagnosticsViewController.h in Headers */, - 02C041EBEDAAE77511E502F646D8A8CF /* FlipperKit-umbrella.h in Headers */, - DA8B70FBEAECC7A695C9C9D3312F9179 /* FlipperKitLayoutPlugin.h in Headers */, - 0B95B410774C56AC7BF2EAE3611E7F1A /* FlipperKitNetworkPlugin.h in Headers */, - 484603E4A3EF71BE6B805870FB30166B /* FlipperKitReactPlugin.h in Headers */, - C54FE7D153F3EA9EADC57E1E9D1BFD69 /* FlipperPlugin.h in Headers */, - 352B0FAA6A3441FD43353FB29E29069F /* FlipperResponder.h in Headers */, - 06F9300295568757945AAA76A96469B7 /* FlipperStateUpdateListener.h in Headers */, - C6C07A041922D602A33C806B8C03B694 /* SKApplicationDescriptor.h in Headers */, - ED0DC909534E5C34E1C9F20D5DB57C99 /* SKBufferingPlugin+CPPInitialization.h in Headers */, - 6AAD09FB8486C3107AE0C8E057DAFB64 /* SKBufferingPlugin.h in Headers */, - 9DEBC838E9660356D22939606174293C /* SKButtonDescriptor.h in Headers */, - 5D36B55ABD001820E060EF87658BC534 /* SKDescriptorMapper.h in Headers */, - 5DEABEDEDA9FF383FA7DE8D96E4121AE /* SKDispatchQueue.h in Headers */, - F61AAA2C68834D261CE7F202751E7CAD /* SKEnvironmentVariables.h in Headers */, - 2FAD5DE5D69F021D9AA5582C2085ADF7 /* SKHiddenWindow.h in Headers */, - 0B851F3DB4B0511DC27520C5DBEC3CB6 /* SKHighlightOverlay.h in Headers */, - C16D4081CF67CE86049D1E806E290934 /* SKInvalidation.h in Headers */, - 398D6F4D0E8514400D5E3F7FC8970403 /* SKIOSNetworkAdapter.h in Headers */, - CEB0A765CBF6CBD95F1C35DEC24ECAD8 /* SKMacros.h in Headers */, - 4F4D66B09537432994852E14288859E7 /* SKNamed.h in Headers */, - E0C51E809831DA0D79B173750229446A /* SKNetworkReporter.h in Headers */, - 4F25B796A7455124DC8C1B446B60960F /* SKNodeDescriptor.h in Headers */, - F9C93DBE58E9A11DD6BE10AA0B40FFD9 /* SKObject.h in Headers */, - 9EFAA74AFAFA1F5347DD5471382F07D3 /* SKObjectHash.h in Headers */, - 3D1AABB0E7891EA1035417B45D2410A7 /* SKRequestInfo.h in Headers */, - 42446CE9D4074C696DD23E1BD202B4B4 /* SKResponseInfo.h in Headers */, - DDBF437CF662529AD6653D5081BFB99D /* SKScrollViewDescriptor.h in Headers */, - 82658B14A1FF4E76DC9BCC59725F8C25 /* SKSearchResultNode.h in Headers */, - 932F3D703A35346B1EBB6983EE5415AB /* SKStateUpdateCPPWrapper.h in Headers */, - 70AD8BCF22233273BD337E0D8D498606 /* SKSwizzle.h in Headers */, - 40646FA3A151FD8BA90F3473188C01C5 /* SKTapListener.h in Headers */, - A6EFC88784F987DA5F0463D19AB7AD3C /* SKTapListenerImpl.h in Headers */, - 252C8C55240AEF1288E730FB73DE0D57 /* SKTouch.h in Headers */, - 823194A3D3F4D57CFD4657178C2C07AE /* SKViewControllerDescriptor.h in Headers */, - 9C015A83B755FA94CD602DC8D55B1EB2 /* SKViewDescriptor.h in Headers */, - 2A50B9B2C0C7AFD611EA437C059695C3 /* SKYogaKitHelper.h in Headers */, - 48CDC1A5BBB1B64827B8F8153DDAACB9 /* SonarKitNetworkPlugin+CPPInitialization.h in Headers */, - EAA54731FC53635D55F33556D33B9E75 /* UICollectionView+SKInvalidation.h in Headers */, - 4542DC27AB7B9E3D0B4A537BE062664F /* UIColor+SKSonarValueCoder.h in Headers */, - CE6067617B6DD9FA8748CC610789CDC9 /* UIView+SKInvalidation.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9C125D8AA9519FC0BB6215D55CC2CF85 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22274,6 +21987,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 9C726C3A50D17F100D21832AB30F22CB /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9C8F9988D2AF1E0005F7C081D99BCF77 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22300,46 +22020,40 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 9D7821ED782849B4C2CD1271501A37DF /* Headers */ = { + 9F7732D8B734FFE10836F53D03373957 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - F4203B8965707D077BF0AC90939AC6F3 /* CxxModule.h in Headers */, - 343C2F370E25B3950E1E9BF8EB42034A /* CxxNativeModule.h in Headers */, - BD96DCEB2E0B2B028C743EF1D1D19B81 /* Instance.h in Headers */, - 841202FC22FBE3877834725E3053F17E /* JsArgumentHelpers-inl.h in Headers */, - C8FADEE1A7FD4FF6CB5C147B32E0DA64 /* JsArgumentHelpers.h in Headers */, - 9A9DACF8AF704FA04C4BF3EB27CEADB2 /* JSBigString.h in Headers */, - 28E6F16FA0BA03B10DEF60307DE35AC0 /* JSBundleType.h in Headers */, - D515DE278BAE6E8187B9752ECE193518 /* JSDeltaBundleClient.h in Headers */, - C68B6215DB377D7F4D73D98ADA198EC3 /* JSExecutor.h in Headers */, - 2BFB149EF7AD229B6DCF44B6DAB051A8 /* JSIndexedRAMBundle.h in Headers */, - 1D1B7D4A96C371E1F3E8BBA578B05082 /* JSModulesUnbundle.h in Headers */, - 703E142BACA118BA222F2D469F7DC6D6 /* MessageQueueThread.h in Headers */, - 6D10FC41D8F8D97CADCB4ED92CB7F7FB /* MethodCall.h in Headers */, - FBB312569287399378C7E9B9F22BBB3E /* ModuleRegistry.h in Headers */, - 6F3070FA1406D05F4621CB270545334E /* NativeModule.h in Headers */, - 3BC7BFFFA6B1497787F31428DFBAF007 /* NativeToJsBridge.h in Headers */, - B7EFFF753D81F966FA190021F79650B0 /* RAMBundleRegistry.h in Headers */, - FDE103C0D4C281D32E051328DA86EFBB /* ReactMarker.h in Headers */, - BE3E02609EF16BB2BE4C71F35AB7EF6F /* ReactNativeVersion.h in Headers */, - 85D3FAC3560018F4C81B47A0F756A983 /* RecoverableError.h in Headers */, - ADE47B917B6C3D465D10D593EB978E15 /* SharedProxyCxxModule.h in Headers */, - ACE31C4DA17DE92B33733E0020308EB9 /* SystraceSection.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9F59D2617947A953B143BF7D69BF5F16 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 1FD98C884367D69EF5DCA3F750476303 /* LongLivedObject.h in Headers */, - 1BBC8EA861EA0A7B58607E9D019FAAD7 /* RCTTurboModule.h in Headers */, - BC07833BF3EC8F4D5E444D233CF0F6A4 /* RCTTurboModuleManager.h in Headers */, - 60379AD046D1E5E0F3BFE06D758B666B /* TurboCxxModule.h in Headers */, - C47D8307419F9482A60913379F3F9CB0 /* TurboModule.h in Headers */, - 0ABDEA2773570B86438C0FC7476F9192 /* TurboModuleBinding.h in Headers */, - 705689D9D5BCA08B6627775092B64B27 /* TurboModuleUtils.h in Headers */, + E3983B7E305A128ED1DF7C661908BD7A /* NSTextStorage+FontScaling.h in Headers */, + 76DED004B8C996B32B7E3EDF5379AF70 /* RCTBackedTextInputDelegate.h in Headers */, + 61FAB8019A8CB19BAD1B25A6896C3A82 /* RCTBackedTextInputDelegateAdapter.h in Headers */, + AD124528499F7FF06B589C5D2C7CF5E0 /* RCTBackedTextInputViewProtocol.h in Headers */, + 28D222B78CA686F39BD24903D1C13281 /* RCTBaseTextInputShadowView.h in Headers */, + 00A18FED1FB2F0E102699717289D8DC6 /* RCTBaseTextInputView.h in Headers */, + C5775DFDEDABD9644999037A43F1DA22 /* RCTBaseTextInputViewManager.h in Headers */, + E96369189F73196E9C753BCC94FA021B /* RCTBaseTextShadowView.h in Headers */, + BACAE899829531466EB273C8CB464EDB /* RCTBaseTextViewManager.h in Headers */, + C95A63FC4C8C807CCC14583542A32D0A /* RCTConvert+Text.h in Headers */, + 84E019E8321D2EFAAF2649C9A5212FF6 /* RCTInputAccessoryShadowView.h in Headers */, + 0500035E28D0A8D95AA155C483ED4B61 /* RCTInputAccessoryView.h in Headers */, + F1A1A34D20E81412C1765C1A209D62D1 /* RCTInputAccessoryViewContent.h in Headers */, + 9E5AB89F423BAC2916C2495DB25A05A2 /* RCTInputAccessoryViewManager.h in Headers */, + 782B00FB8B88F0A06EEF80C17AED7D32 /* RCTMultilineTextInputView.h in Headers */, + D6EDA4DC9471EDE3CA75A33F8CB08AB2 /* RCTMultilineTextInputViewManager.h in Headers */, + E5DAE1C08C767C0C9DFA50310C8AAE37 /* RCTRawTextShadowView.h in Headers */, + 65C34357E2F65034D5A1B44D6557F9FC /* RCTRawTextViewManager.h in Headers */, + 9ABB990C73D909587BDBED9BF779C78B /* RCTSinglelineTextInputView.h in Headers */, + EEC7A2F296B5E286B00A69E35A76B0A1 /* RCTSinglelineTextInputViewManager.h in Headers */, + 70512A588E6708BFD225E182016A5E3E /* RCTTextAttributes.h in Headers */, + 038376430C0415EDDF6574BF5C96F528 /* RCTTextSelection.h in Headers */, + 109553C74E38B9EF146C253618CD59EA /* RCTTextShadowView.h in Headers */, + BBCBB365DA691C5B943A8F1B601D9AB8 /* RCTTextTransform.h in Headers */, + E047DD10D9C0AA51E775D934A3AD2648 /* RCTTextView.h in Headers */, + 24E0B9065F0DEABA9BD102493CD7CE51 /* RCTTextViewManager.h in Headers */, + 6CF12793E1141BAAC1574530444D20FF /* RCTUITextField.h in Headers */, + 6F4FA7ED8B2E2C2A4B3F96926A2793B6 /* RCTUITextView.h in Headers */, + 68B4A789641E37FFC962EC6508798E7F /* RCTVirtualTextShadowView.h in Headers */, + 3FA852CF11422B1340B496D07C4574ED /* RCTVirtualTextViewManager.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -22352,108 +22066,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - A03A6E12288D5A2A2A982A4CA13DF936 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - E1CC48330FF2829046E319AE46460901 /* Allowance.h in Headers */, - 06B72714D4749A0D810D636613DD71FF /* AsyncGeneratorShim.h in Headers */, - F26CFF9362D68FB3B7003068D431E5EB /* CancelingSubscriber.h in Headers */, - B275FB668335DCEF1106AC9E71E3D8C3 /* ChannelRequester.h in Headers */, - 9715C349A43EC291D48E07B84E64A546 /* ChannelResponder.h in Headers */, - 4E5507506B478C6AE806DFE8F864FEAE /* ClientResumeStatusCallback.h in Headers */, - C27AE30724541871E47B66755CD255F9 /* ColdResumeHandler.h in Headers */, - DEA9B977DFBFA7223E5F577047C6CD9F /* Common.h in Headers */, - 62A32359BEE2362657219FDDDC12D443 /* ConnectionAcceptor.h in Headers */, - BB5DED12B437FB3562D137D1C233DAA8 /* ConnectionFactory.h in Headers */, - 324475594C15D22421DB038994562E81 /* ConnectionSet.h in Headers */, - 8C38225C9983C42D0824455A596671D9 /* ConsumerBase.h in Headers */, - CEE5C25139FDBE8E84954D1D8B686174 /* DeferFlowable.h in Headers */, - 140F8754C99F0F35912FDDD095ACF9CB /* DeferObservable.h in Headers */, - 7352999AF96EF82C7E5390470FA6D6B6 /* DuplexConnection.h in Headers */, - 41E53BCAE1B5FBE2641ED017F4C922EB /* EmitterFlowable.h in Headers */, - E3D61D9AC395EFEE82D23D14A5122226 /* ErrorCode.h in Headers */, - DFB11B11EDFF2656279D2A890FEECDB1 /* FireAndForgetResponder.h in Headers */, - 44D7B5259F639C6D0674627FDDD0567C /* Fixture.h in Headers */, - ABD740B54F0FACA0D12CEBF4BB6F7760 /* Flowable.h in Headers */, - F9435BBF61C74E4F62DCBA7C64B38029 /* Flowable_FromObservable.h in Headers */, - D4653AE4C24FBCA345CA0330F18EED38 /* FlowableConcatOperators.h in Headers */, - 0473E258E22D82CC6E1B70394CF20CD7 /* FlowableDoOperator.h in Headers */, - B0024C21CFF28C77BC6515A732AAD47F /* FlowableObserveOnOperator.h in Headers */, - 6883394BCE1BC072F85B2887EDE3BBF4 /* FlowableOperator.h in Headers */, - 0AB200117A046A78EC223EB31520F5BF /* Flowables.h in Headers */, - 40F73D893E9CF6A8F21D966FE454F3E9 /* FlowableTimeoutOperator.h in Headers */, - 3CF70389A60B2290C4AD68C80145EFEA /* Frame.h in Headers */, - 56831F356A796403A61EB27B98984A4A /* FramedDuplexConnection.h in Headers */, - 675D94DB301856D28DA33103CB0F21E7 /* FramedReader.h in Headers */, - A5CB15F6ABF5BD041FEB09B8509F5873 /* FrameFlags.h in Headers */, - D564131D80AAF81722B952EE0589C7B8 /* FrameHeader.h in Headers */, - 18C4157A243A983098E4CAEB008AD07C /* FrameProcessor.h in Headers */, - 2CC35037A073D8696E2B432C6BB178FF /* Framer.h in Headers */, - 87C8915779B2DCB279AB104F2B1360E2 /* FrameSerializer.h in Headers */, - 9A2DE0E735CE7A4130D2E6F137B59442 /* FrameSerializer_v1_0.h in Headers */, - 6CB20B8EBD61CBE7B66AD788DE1AFF08 /* FrameTransport.h in Headers */, - 4B2CC1AB67C8DDFCE6B967111BAEEB94 /* FrameTransportImpl.h in Headers */, - 83CAF283E90F5D7DF7855A410EA77744 /* FrameType.h in Headers */, - 8C2E3C5B012973F207B33A8AE6694A90 /* KeepaliveTimer.h in Headers */, - D11962E3A5EAB9A9DDE571B6555C895F /* Latch.h in Headers */, - C5E42D727588FA0D7AB089680315CFC7 /* Observable.h in Headers */, - 2ED9D4C142CF046A174101A5DB99C40A /* ObservableConcatOperators.h in Headers */, - 0A0D0156E5B7F0D7B8F0D53DB422BECD /* ObservableDoOperator.h in Headers */, - 4A713178D0A305216D99D99575BBEAF2 /* ObservableOperator.h in Headers */, - ED9A94F9E31CDFDD3017AAB81E8A2418 /* Observables.h in Headers */, - B8414470A0AC266CA2DB2CDCD6B32E7C /* Observer.h in Headers */, - CD9E38104CBBEA8DA21EE035DF26A9D7 /* Payload.h in Headers */, - FA7444A8EA3A2C8EB8726093F8D41BC8 /* ProtocolVersion.h in Headers */, - B22301B41FD73154EA5B94268D8F850E /* PublisherBase.h in Headers */, - 3C9459FA3E0F60322CB411E5EDD048AF /* PublishProcessor.h in Headers */, - 7CF98D0F1F7D8E4EF2EBBC55C88362B5 /* RequestResponseRequester.h in Headers */, - 9387294FA61C74047BA04EE68C009AA6 /* RequestResponseResponder.h in Headers */, - 90F89306E5674090E3774F361562AF2D /* ResumeIdentificationToken.h in Headers */, - 18D00840BB37B9652E9FC95918901D91 /* ResumeManager.h in Headers */, - F47A50FEB9E7ABB29322EDAD67B83F7F /* RSocket.h in Headers */, - 292EE3604CAFBECA5E7827E97B068303 /* RSocketClient.h in Headers */, - EF7D11770113D4B2EA7E592DE59D6086 /* RSocketConnectionEvents.h in Headers */, - 39F21CE375D7754F996C87F3D1C13C23 /* RSocketErrors.h in Headers */, - C715234C2B5ECF8C545AA9A38EEE09F9 /* RSocketException.h in Headers */, - 4EAB9438A35538B4CACFB2EED73170A5 /* RSocketParameters.h in Headers */, - 5527BDC85589B1E5F950B6DAB1E10314 /* RSocketRequester.h in Headers */, - 310FC77FA5E398AD252A3CA14CD856F1 /* RSocketResponder.h in Headers */, - FEA6F074C87A6068605A681339E9C13F /* RSocketServer.h in Headers */, - 7F5C65C6267CE0DB23B33C8F3144FE83 /* RSocketServerState.h in Headers */, - 5384AB5700C5CDBF87A298E66EE5119F /* RSocketServiceHandler.h in Headers */, - 0329152BBC849819F85E1F268DD41290 /* RSocketStateMachine.h in Headers */, - 1DE2540834839FCB4A853459F8DECC62 /* RSocketStats.h in Headers */, - 103DE48AF3EA11F4888B7CD16D3341F7 /* RSocketTransport.h in Headers */, - AFCFB351B977C796E68F44D81047BD60 /* ScheduledFrameProcessor.h in Headers */, - EBCF02DC62F7DBF127092630FE2633E4 /* ScheduledFrameTransport.h in Headers */, - 5FBA9E9C76B996C2479E13C970D4CDD5 /* ScheduledRSocketResponder.h in Headers */, - 2A4D6D39218504A8CABB8998D9501450 /* ScheduledSingleObserver.h in Headers */, - 41373728F75CE73F975236C92156FB26 /* ScheduledSingleSubscription.h in Headers */, - 11D8D58F960D15E0094163B279397A3B /* ScheduledSubscriber.h in Headers */, - 55369720BD2F15F7304C1BA37265F137 /* ScheduledSubscription.h in Headers */, - 74EDFFEC48F39D5A73843830689D4CF4 /* SetupResumeAcceptor.h in Headers */, - 323198F43F58B846EFF508C338FE14FC /* StackTraceUtils.h in Headers */, - 6C9B2686CF10F5142039603673C67A6C /* StreamFragmentAccumulator.h in Headers */, - CAC8165F02765049B89E54CCBD581FB1 /* StreamRequester.h in Headers */, - 4A6416AF2142F090CB786492757EC1C5 /* StreamResponder.h in Headers */, - 0E79EEC9AA1AD4DB42E5728D15F19790 /* StreamStateMachineBase.h in Headers */, - C0FFAC78B9528AC8172A15CB14480E82 /* StreamsWriter.h in Headers */, - 2B329757F3644458452348D410D0027C /* Subscriber.h in Headers */, - 340BDAC045F2641BBCC5A2A05BBA0637 /* Subscription.h in Headers */, - 2016EF79274CA41FA449DDB7EADFE8BA /* Subscription.h in Headers */, - BC0F23D0CB00CD442855E70747BD2135 /* SwappableEventBase.h in Headers */, - 8558936333824B6955110B1913D08025 /* TcpConnectionAcceptor.h in Headers */, - 8C3E036C2397A2E7BD62A371C12D3700 /* TcpConnectionFactory.h in Headers */, - 2EF8E6A9C8AE105C7F3459524D0F5B34 /* TcpDuplexConnection.h in Headers */, - 1F8201632CD3F8D512C38C659FA4CE6D /* TestObserver.h in Headers */, - 47F8597404FD4761371484E96036CE10 /* TestSubscriber.h in Headers */, - 01CAD9443301B68CEDAD89C2ED4A5992 /* ThriftStreamShim.h in Headers */, - 64BF43404A00223605C2D99985FC977D /* Throughput.h in Headers */, - 28CD0EBC4D2C9D5BB7DD122CFA029A0A /* WarmResumeManager.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; A187DAD1796618EE45B356B22E0FF629 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22463,136 +22075,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - A2725153E6A2B1DCFB65CFC229A27B9A /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 32D500451D83403800953DE1FC1A6509 /* crashlytics.nanopb.h in Headers */, - 1254CB4B805AAA746B20681441417781 /* dwarf.h in Headers */, - 5D66EDB16B6AFA09DAAFA1898D0E4357 /* FIRAEvent+Internal.h in Headers */, - 07DA8C62F60ED972B74FAD732ED60E90 /* FIRAEvent.h in Headers */, - 32FA4EA4B2D4590DA7F0A3D4C6B8D4EF /* FIRAnalyticsInterop.h in Headers */, - 02252384590D31255FB925EBB570E5C0 /* FIRAnalyticsInteropListener.h in Headers */, - E74642FCCB3AA699C7215E8C1528BBCE /* FIRAppInternal.h in Headers */, - 66D292BCF0762A980BA6FB5D6E210351 /* FIRAValue.h in Headers */, - DD8D6A2D1C355A974EF23E96145B533B /* FIRCLSAllocate.h in Headers */, - 751D7D71A26F8CA66A0E86F45E1A486E /* FIRCLSApplication.h in Headers */, - C925124E9A6C26B7710B816C818C9C2B /* FIRCLSApplicationIdentifierModel.h in Headers */, - 7AAE21CC939F0690FDC28CA62ED36C35 /* FIRCLSAsyncOperation.h in Headers */, - 35EB0DA7233BCBCA4811E69B332E1C44 /* FIRCLSAsyncOperation_Private.h in Headers */, - E4326EABC7FFA658103787352ED92505 /* FIRCLSBinaryImage.h in Headers */, - DEB787C488AC8CD359DF47F39B3C0A28 /* FIRCLSByteUtility.h in Headers */, - 6F4D22AF8B2A24A382C541895978A06F /* FIRCLSCodeMapping.h in Headers */, - AFEC55A2B42C3BEB5D11DE3498E2A529 /* FIRCLSCompactUnwind.h in Headers */, - 990761E5FFF464861554DA70792404C4 /* FIRCLSCompactUnwind_Private.h in Headers */, - 0A5D651F071CDD7011D23867CA09BE4A /* FIRCLSCompoundOperation.h in Headers */, - 1B72E0D1FBF25922DB09807DEDECF6AD /* FIRCLSConstants.h in Headers */, - 241388D59D90457A2C28A9AA4377483C /* FIRCLSContext.h in Headers */, - 9780CBBD47FAC71DF8B5E96BCC1CDCD1 /* FIRCLSCrashedMarkerFile.h in Headers */, - 06BEF7060991BD0BE14487556737F04D /* FIRCLSDataCollectionArbiter.h in Headers */, - 31E1CB5F574F49604637543AD8A5FE0C /* FIRCLSDataCollectionToken.h in Headers */, - F72CF20785C86F21B7EAFF65940EB889 /* FIRCLSDataParsing.h in Headers */, - 52C578BDEDB118AAC89075AE002F9871 /* FIRCLSDefines.h in Headers */, - 966C1DFE2032F36A47EBF97513F03596 /* FIRCLSDemangleOperation.h in Headers */, - DE3E6E1E76D6A4B3372AAAB6A85E0F32 /* FIRCLSDownloadAndSaveSettingsOperation.h in Headers */, - B51A0AC8D35523EE789AD8614196AA6D /* FIRCLSdSYM.h in Headers */, - E6C1477B75602403F47EE94B8AC3B810 /* FIRCLSDwarfExpressionMachine.h in Headers */, - E369D1223A27BC12ACD744B232E9C5B7 /* FIRCLSDwarfUnwind.h in Headers */, - 3592DE874D258DDB56B6F1627E5BB19F /* FIRCLSDwarfUnwindRegisters.h in Headers */, - BF29561CFFD8B56DD358E0EDFF2113C4 /* FIRCLSException.h in Headers */, - E97A160360DDE67F6147AFAA913F86A2 /* FIRCLSExecutionIdentifierModel.h in Headers */, - F2738F66212DC1C83F51334ABB0C2A70 /* FIRCLSFABAsyncOperation.h in Headers */, - B88FF37FA120F1CA2D3B9D84975D13C7 /* FIRCLSFABAsyncOperation_Private.h in Headers */, - 7AF840E8A0B41BDD32F474FCFF0034FA /* FIRCLSFABHost.h in Headers */, - A93FDD1FE3F004CCE1BA64FAD2700677 /* FIRCLSFABNetworkClient.h in Headers */, - 04DD042055D5B05C93357626232F4B4F /* FIRCLSFCRAnalytics.h in Headers */, - 267F6CC3BD0A82B68A48FE634706D90D /* FIRCLSFeatures.h in Headers */, - A47FC2C6542968F14D473D32260A8FF5 /* FIRCLSFile.h in Headers */, - 98EC6A2FD31F7175A394EDA2AC9251E1 /* FIRCLSFileManager.h in Headers */, - B89EB20E9FADFDE6D1BA125A11D4F893 /* FIRCLSGlobals.h in Headers */, - DAE7426B2FCF79A8B12E626D89C69149 /* FIRCLSHandler.h in Headers */, - CD2A381570053CA6695DB8702F329853 /* FIRCLSHost.h in Headers */, - E9401589D6055D31B2736752FABBA9F4 /* FIRCLSInstallIdentifierModel.h in Headers */, - FAA9C73C5FEA73E0CDFA98AB5A0E8E53 /* FIRCLSInternalLogging.h in Headers */, - 89AC0B721C97C47B741A3287D24F3E13 /* FIRCLSInternalReport.h in Headers */, - 28DCB85C1845EC08B5640A86AAE21BD9 /* FIRCLSLogger.h in Headers */, - 4D3047393CE540861B4A90991671F119 /* FIRCLSMachException.h in Headers */, - 8EA240D7585A6BF0A2E79858918380FB /* FIRCLSMachO.h in Headers */, - 9E986A90116C672E55D605DDB7E9A7A7 /* FIRCLSMachOBinary.h in Headers */, - 903527277A853D13439B66069258D334 /* FIRCLSMachOSlice.h in Headers */, - 440719D1A11FA702EFD62D01FE34B1B7 /* FIRCLSMultipartMimeStreamEncoder.h in Headers */, - F6D57ED9F3B535F8DC3C5050394E40E6 /* FIRCLSNetworkClient.h in Headers */, - A9FA51F9C5779DBC568653D793C36FFA /* FIRCLSNetworkOperation.h in Headers */, - 934B497F6C430E103FDE94C22912FCEC /* FIRCLSNetworkResponseHandler.h in Headers */, - B95B523BD9AFE3B0D912A1C66F08D60E /* FIRCLSOnboardingOperation.h in Headers */, - 7B4E172A48A6580F997A26A903F5A90E /* FIRCLSOperation.h in Headers */, - 389C0DB42025943897439A0953ECB284 /* FIRCLSPackageReportOperation.h in Headers */, - FD3A92ECBFB7FA3C5897F7C9F784DB67 /* FIRCLSProcess.h in Headers */, - 761D8BB6E6CEE129FFD43818E43ECF79 /* FIRCLSProcessReportOperation.h in Headers */, - FB227BD7481C88BBAD98960C8E736CC9 /* FIRCLSProfiling.h in Headers */, - EAB53F45737463F7D209A5FD6CF3478B /* FIRCLSRecordApplication.h in Headers */, - 3D5CC942D56AE2AE8A75D98F4C58E986 /* FIRCLSRecordBase.h in Headers */, - 13D0F4CB7366CB37FE9765D6F80154FA /* FIRCLSRecordHost.h in Headers */, - 770A194F69A4FE0FF26039642E6D223D /* FIRCLSRecordIdentity.h in Headers */, - B621689F14D17AD888C33B1223321B98 /* FIRCLSReport.h in Headers */, - CEF05D9D407D2CD405FF03E54D75339F /* FIRCLSReport_Private.h in Headers */, - DAC58ABB74ABE6D2527D3E327F19D0A5 /* FIRCLSReportAdapter.h in Headers */, - D0BDB214C5245AB8FD760DB455CA9954 /* FIRCLSReportAdapter_Private.h in Headers */, - C28B1A3B08FCC59D7EA1527C6B271DA2 /* FIRCLSReportManager.h in Headers */, - 26CCBA5845B10154E8DBCA87802EE4DC /* FIRCLSReportManager_Private.h in Headers */, - E3A90A81070E4FF242C92F71F79A8AE2 /* FIRCLSReportUploader.h in Headers */, - 4A4CA71A83D030745C10B4E7B46074A5 /* FIRCLSReportUploader_Private.h in Headers */, - 556035EACDB53B895699698F5307A3BC /* FIRCLSSerializeSymbolicatedFramesOperation.h in Headers */, - 309A155FB86123D7ADC3EE90DA8BE5B4 /* FIRCLSSettings.h in Headers */, - 808027383AE5AC509B88E6609F312FC0 /* FIRCLSSettingsOnboardingManager.h in Headers */, - A6D577EEC3A32691DC6A25E786565CBF /* FIRCLSSignal.h in Headers */, - F402B2C8A9080CA2F71CFBB25429F6B3 /* FIRCLSSymbolicationOperation.h in Headers */, - FED1DC7852AE8B3FB92B53E1B4C00DCC /* FIRCLSSymbolResolver.h in Headers */, - 600DF546D02B6798B04B93B10969EA6B /* FIRCLSThreadArrayOperation.h in Headers */, - 735F8C5037FFFA4E7DB8D52E956E3880 /* FIRCLSThreadState.h in Headers */, - F1FB925D419C99F74D552B938A27AA5F /* FIRCLSUnwind.h in Headers */, - 0E381C0F81BC3A60F8A59F3946C92350 /* FIRCLSUnwind_arch.h in Headers */, - CC26A54A389BB94D74C85515CC2E3873 /* FIRCLSUnwind_x86.h in Headers */, - F9C1B41E81156A3DA53A1475FFBE21AF /* FIRCLSURLBuilder.h in Headers */, - D59FA36E7E6879508EF6F041E6884B53 /* FIRCLSURLSession.h in Headers */, - CA81894D0E776B9AA9C0DCD0025654B2 /* FIRCLSURLSession_PrivateMethods.h in Headers */, - EADDAD5BD214DC756488BB94AC42A1E9 /* FIRCLSURLSessionAvailability.h in Headers */, - 767C8393003B849BDDADD820DA27126D /* FIRCLSURLSessionConfiguration.h in Headers */, - 3076E5EE6D1E87254DAC40C887B8A8AB /* FIRCLSURLSessionDataTask.h in Headers */, - 7990F5C5F5FF3483F061DC320BE76382 /* FIRCLSURLSessionDataTask_PrivateMethods.h in Headers */, - E25C02006FDC7DA69F88B1D3F2990528 /* FIRCLSURLSessionDownloadTask.h in Headers */, - 5858BC06D64B5A232846FA88DB575694 /* FIRCLSURLSessionDownloadTask_PrivateMethods.h in Headers */, - B6DAE48CDE68E6F512E8633BD3C2E2CB /* FIRCLSURLSessionTask.h in Headers */, - 6CB82898FC6FD0185535232FA4E33C47 /* FIRCLSURLSessionTask_PrivateMethods.h in Headers */, - 424562EDD19461DB40B12736EBDFEC35 /* FIRCLSURLSessionUploadTask.h in Headers */, - 2BD94EB5D673D921CA15D08DAD298ACB /* FIRCLSUserDefaults.h in Headers */, - 8E4B998609727A6A8F6D81D192973DB3 /* FIRCLSUserDefaults_private.h in Headers */, - 47726A1694499A081D8B3AD0589A6FF0 /* FIRCLSUserLogging.h in Headers */, - 8F6CB8F43BA6626AF84CFA93481A58CC /* FIRCLSUtility.h in Headers */, - 426B71532F5A7D5B616BD32F3519DDBD /* FIRCLSUUID.h in Headers */, - 58E0FDD41CE1A070611F323C7E3ACF1C /* FIRComponent.h in Headers */, - 8D47B15FE94936E1417B59FE0B87035A /* FIRComponentContainer.h in Headers */, - F62ED258C4EF8A648BFE8DF3493C5E97 /* FIRComponentType.h in Headers */, - F9397979E0D67687A948591EB7113ECE /* FIRCoreDiagnosticsConnector.h in Headers */, - 5BEEA242DCF06C7E7D0AD5A701A6FF03 /* FIRCrashlytics.h in Headers */, - 903EC4F60DF5A9C80798C9FF607CA158 /* FIRDependency.h in Headers */, - E96D9A91E3A4CD4BC3E29DF917B4B790 /* FirebaseCoreInternal.h in Headers */, - 47B4C62F5823EEFF85287D550CF36DEB /* FirebaseCrashlytics.h in Headers */, - B9DB4563FA5DD2E17371775E75228546 /* FIRErrorCode.h in Headers */, - DC662500B44764D4922E7E75F9CC2077 /* FIRErrors.h in Headers */, - AD1E4321912F5D196199EA018F4B857F /* FIRExceptionModel.h in Headers */, - DD63C5EE15DCC54B0139626C18CFCBD6 /* FIRExceptionModel_Private.h in Headers */, - 0BA83FC4204B4AAAAE974FE07DA0B7F8 /* FIRHeartbeatInfo.h in Headers */, - 6CDF9E1C257B1B47529620C1B5BB12FA /* FIRInteropEventNames.h in Headers */, - 848EF02B49BD1EF1897B4E146C405DEA /* FIRInteropParameterNames.h in Headers */, - 3AA9010E472B5D9CD8028AED9056F497 /* FIRLibrary.h in Headers */, - DA88490E66D2B40E1144F2A02B5AB698 /* FIRLogger.h in Headers */, - 55C433889B24D057C53AEA90845D2C50 /* FIROptionsInternal.h in Headers */, - 0389BC552FC2BAA3BF399F4943B949CB /* FIRStackFrame.h in Headers */, - BDDB83594D0D54CFE8F0447DC918AC6B /* FIRStackFrame_Private.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; A2CE0FEA7EF472BBB6F35165A77EB68D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22621,6 +22103,16 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AA27D99C377A9DF9F99AC42E07D91935 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 1A90C6E2169396F4E6E401D6D324646E /* UMPermissionsInterface.h in Headers */, + C85F6CEA8EFB72F60746806A65F05ABB /* UMPermissionsMethodsDelegate.h in Headers */, + 7C656E8B60250C580D64C8BD6388E921 /* UMUserNotificationCenterProxyInterface.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; AB9F7767BB09225B7577A120B63B3CFA /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22629,43 +22121,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - ABE133F0C671672CAA23237F02EC2DD7 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - CF45253980183675FACBBBB1AEC87D4C /* UIView+Yoga.h in Headers */, - 4F80E2AC05EF2AFD946737E61A97CA06 /* YGLayout+Private.h in Headers */, - 399F92A25582200D74E85E3BECED306A /* YGLayout.h in Headers */, - 8C3792DA0B86EF09C8DBC6DA3AA46B46 /* YogaKit-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B0D4FAFEC935882157E295398B5ABD70 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - A1DCEEEE1D17BAB6E11F59C298D42044 /* RCTConvert+FIRApp.h in Headers */, - 932968667C79FA6F1808D7CCB126515C /* RCTConvert+FIROptions.h in Headers */, - E08D121F96A4C7182DA754CC17AA97E4 /* RNFBAppModule.h in Headers */, - 5F242A590E9DF34D01CF4428DD3AEE2C /* RNFBJSON.h in Headers */, - 03D34686487042AA7702CB2460A14591 /* RNFBMeta.h in Headers */, - 67E652B939C720614F0598C29B54350B /* RNFBPreferences.h in Headers */, - B9E8DC562F53867A34C90A7C2A9B5A6C /* RNFBRCTEventEmitter.h in Headers */, - 21C8C9D982DA6E8AF473E47BB2E39B8F /* RNFBSharedUtils.h in Headers */, - BD001492924EABB9DC8A2345940523BA /* RNFBUtilsModule.h in Headers */, - FFEA5E798D161F2C29569DB0CAC458EA /* RNFBVersion.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B1ABD3D87262EA38C91F7E96D3EE5FE1 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - C17EC58296C80EB8D449F5B74DB2F4FE /* RCTConvertHelpers.h in Headers */, - CA3314233B2DAE23F93EE03E5AE7265A /* RCTTypedModuleConstants.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; B3010E7F5A7C5CC46647A935FCB88588 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22674,44 +22129,485 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B325344314B13F3FA29484D52B30C824 /* Headers */ = { + B5156131C46C378F8B8604B16D838253 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B78DCADC70EFA97605B2ABD2A5DE1CE2 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 022EB6150C0718DB9C6A847748DD84D0 /* GULAppDelegateSwizzler.h in Headers */, - D95F2CE7AC206321B9A805DF6D49B1B8 /* GULAppDelegateSwizzler_Private.h in Headers */, - 2B999F8F366B12B948FFC3E413709A18 /* GULAppEnvironmentUtil.h in Headers */, - A64071971AB4D99DEC5C61396E28098E /* GULApplication.h in Headers */, - 1E83E97B781D1C5CD9DFF16D7D64DBEE /* GULHeartbeatDateStorage.h in Headers */, - 0F8757DFA5CBD3BA253682CD17F88239 /* GULKeychainStorage.h in Headers */, - 06D1B177FC9CFA21FC00BFDFAD1832CA /* GULKeychainUtils.h in Headers */, - 4FD87F76D635A5035727A837712515AB /* GULLogger.h in Headers */, - B75C42645A94C83B7AA31423DB7C5004 /* GULLoggerCodes.h in Headers */, - AAB75CC2029CA2865037E3E8F09CA89D /* GULLoggerLevel.h in Headers */, - 94250DE36C8E1CC88AD3F543F088FF0F /* GULMutableDictionary.h in Headers */, - C72ECA146D28D6F31AD09BEF074AA8BD /* GULNetwork.h in Headers */, - D08F3BBA0CC4B5004D7D36EC343DC9EC /* GULNetworkConstants.h in Headers */, - B85A134E73818AD5503592B9EAF7B764 /* GULNetworkLoggerProtocol.h in Headers */, - 460881E862B640DE4CDB2D594B07998A /* GULNetworkMessageCode.h in Headers */, - 9BF5C05DD15A0C9A9909B3138D4D4C93 /* GULNetworkURLSession.h in Headers */, - 1AD91573D86305B97ABC7F2321F70C9A /* GULNSData+zlib.h in Headers */, - E6983B86D952BAE73D23331CA388051A /* GULNSDataInternal.h in Headers */, - EEA6E94349C65CCE12227521F42035E0 /* GULOriginalIMPConvenienceMacros.h in Headers */, - E9DDFAFEEDE47A966876D8FB486A1026 /* GULReachabilityChecker+Internal.h in Headers */, - 41FC09800225CECED9BEF0A5687EF5CF /* GULReachabilityChecker.h in Headers */, - 7FE1A0B9FD53155B5D400BAC378263F1 /* GULReachabilityMessageCode.h in Headers */, - 4DF3282648831C194F75B67CA32EE072 /* GULSceneDelegateSwizzler.h in Headers */, - 0C07B0294E534A1B928900D7313F3E5A /* GULSceneDelegateSwizzler_Private.h in Headers */, - 6F3A7E4D1799A22B5B4EB10DCE0144EB /* GULSecureCoding.h in Headers */, - 697E7C54BB55AA79C9A613AFC7E06811 /* GULSwizzler.h in Headers */, - C881CC0C59D385611109FE6FEC0F07D9 /* GULUserDefaults.h in Headers */, + 7D0C10B77B3C928000FE6406EB5ADAB6 /* Access.h in Headers */, + 70C8FAA4F100B6810E2C47DB1D38DD3D /* Align.h in Headers */, + 2C1DCABFF26E233F2F6F76758FC706A9 /* Aligned.h in Headers */, + 282206FF0C68D664ADD7A470D7E15555 /* ApplyTuple.h in Headers */, + 895D05AE895A1A94E8D999782A73B135 /* Arena-inl.h in Headers */, + E633E1CBA9B00B1105520A016DCFBCCD /* Arena.h in Headers */, + EF64BEA285F61CD2B7ED4ABC9C97646A /* Array.h in Headers */, + F708FDE80A812ED1D8972163F8AD068F /* Asm.h in Headers */, + DA2D2959FC46FE2CCCEC64BA8B8A0762 /* Assume-inl.h in Headers */, + 3EE2D356436FF6934EBB6EC55F3B1935 /* Assume.h in Headers */, + 858F35BB7F14F1ACB4B533661BD05076 /* AsymmetricMemoryBarrier.h in Headers */, + AC0BC0718E91567A5A5BA32CA6F00B06 /* Async.h in Headers */, + 9D4F14BD4A50A331CE51C2FF97931D0A /* AsyncPipe.h in Headers */, + E92A8E90C655AA0F2DA5E40243942772 /* AsyncServerSocket.h in Headers */, + 9AF56B9221767CF1769A3ACCEE0155EB /* AsyncSignalHandler.h in Headers */, + 1F3E549083233FBD440870FACF2A6BA9 /* AsyncSocket.h in Headers */, + CE274E8FFC705F3ADD09E24183F1F08B /* AsyncSocketBase.h in Headers */, + AE7ED504DBE940DAFB1D791D1853A157 /* AsyncSocketException.h in Headers */, + E43514B4D9873BABC894B64B33F5EF8D /* AsyncSSLSocket.h in Headers */, + 826D8C29DC0A7C12145D4128F9DE33CF /* AsyncTimeout.h in Headers */, + 899CC3F7FA28F6ECD8E5F094AD4E5BD7 /* AsyncTrace.h in Headers */, + 4B592D5B91D69A06AD5E154C50946A58 /* AsyncTransport.h in Headers */, + F3C1BC662E2C75FCB3923155867537D1 /* AsyncTransportCertificate.h in Headers */, + 0FE7850DCE601DE929D3F45BE344E7AE /* AsyncUDPServerSocket.h in Headers */, + 155B32B65888CF40CC4C37B9D16EE6AA /* AsyncUDPSocket.h in Headers */, + C562E92E2EC35C2321C27D94C115E84F /* AtFork.h in Headers */, + 114EF7743A5F0163BDB82DBC469F7DDA /* Atomic.h in Headers */, + 64C001464B86C9A7079962EDBC438BB9 /* AtomicHashArray-inl.h in Headers */, + 370B82E625805527E9A91B541BDF6B59 /* AtomicHashArray.h in Headers */, + 922079CB711C371F3990446AABAD0094 /* AtomicHashMap-inl.h in Headers */, + 54A6605E4847F69A4A543EC0763DD540 /* AtomicHashMap.h in Headers */, + 148134A1F8585F8F5E047731C80737C1 /* AtomicHashUtils.h in Headers */, + A307C669F9C2B3C2CF492EED4F57C541 /* AtomicIntrusiveLinkedList.h in Headers */, + 14997B01D986EBB3FD7D2A7195CCABBD /* AtomicLinkedList.h in Headers */, + 08E0B594CB36494F278F50C89F718AC9 /* AtomicNotification-inl.h in Headers */, + 8EEE8A3E4067BCAF4F848C28DCE537E6 /* AtomicNotification.h in Headers */, + EBDFD86FBE3044A310FB5411E17F92A5 /* AtomicReadMostlyMainPtr.h in Headers */, + 0C1814C94C673B25936F55D17C981D0E /* AtomicRef.h in Headers */, + 3F6865DEC19A13E93AACF90A7A20022F /* AtomicSharedPtr.h in Headers */, + 6A2B9020DC00F8E6BF9D2ACC06DA183D /* AtomicStruct.h in Headers */, + 12915418C3AC7DCF0E510A95F597DD89 /* AtomicUnorderedMap.h in Headers */, + A13347EF28B0D2D5C3A7754E718F74FF /* AtomicUnorderedMapUtils.h in Headers */, + 1FDAFB11110726C845E4425DBC6D1744 /* AtomicUtil-inl.h in Headers */, + DE4889F5508405C88BDE580E0BB4F301 /* AtomicUtil.h in Headers */, + 4D3B0134582DF3F198456D29C793F30F /* AtomicUtils.h in Headers */, + 4ADFF5119A180578E56B42FAFA2F5343 /* AutoTimer.h in Headers */, + C9BAD4E28253D3F91185610B3EB2EB8F /* Barrier.h in Headers */, + 305D25BE5BFBE3D239B0186085027C73 /* Base-inl.h in Headers */, + 67B55C3DC1C0B5F04C44F2098911E6A3 /* Base.h in Headers */, + B6CEE48AB6E8EDBC7CB192C7DDA17AAA /* BasicTransportCertificate.h in Headers */, + 6C4D8356964E9FD7A00D30F8776689BA /* Baton.h in Headers */, + 1F86CB2E2CEA16D1B980E7BF5BA6143F /* Benchmark.h in Headers */, + 0CFAE0EFABAF38A38EFA551F093B289B /* BitIterator.h in Headers */, + 67302AE7743C3A546980CA95B6DDE715 /* BitIteratorDetail.h in Headers */, + 0468F0FDAFBE5BD64981C21869BFF7B3 /* Bits.h in Headers */, + 46BBAF15F23CC427038B4EAE4671BEA7 /* Bits.h in Headers */, + 72A8CDEB98E542F7B20BC824CFEEBE59 /* Bits.h in Headers */, + 784718286CE445AD126906FB457147A1 /* BitVectorCoding.h in Headers */, + E7B85E81AB9BAC84946D82C5C5FEEFEF /* BlockingQueue.h in Headers */, + 3616CE4ECC80D6CCB45DF8735E8B48AA /* Builtins.h in Headers */, + 5709E884E7EFAD52ACDAF6C62A2A8079 /* CacheLocality.h in Headers */, + B8E3D837A41CFBCAC3AAC6B0483551E0 /* CallOnce.h in Headers */, + D088B3A6C452C66C2356161442509B6A /* CancellationToken-inl.h in Headers */, + 8043C6CA4CE4E8154DF6DBA0915D12CF /* CancellationToken.h in Headers */, + 19F6A9D5A1865EA83B21326FE655F0BA /* Cast.h in Headers */, + 3A38C7F57F9CEF8344D3419BB58A28BE /* CheckedMath.h in Headers */, + 7D738BBE176EA403D26ADB97B480C0BE /* Checksum.h in Headers */, + 9008EEDD5F909E2593F9AFEA4BE3C3B2 /* ChecksumDetail.h in Headers */, + 2ACD179CB40DC5702A2D7D935B51ED4C /* Chrono.h in Headers */, + 6438224334F3C4FED74B5DCCDC6D911A /* ClockGettimeWrappers.h in Headers */, + 039766AE791F597B9ED6A9E15C1B0280 /* Codel.h in Headers */, + 5450601466D419FFD46FC044828F61CE /* CodingDetail.h in Headers */, + 3B718B4B87744F1D943A32E0430F2811 /* Combine-inl.h in Headers */, + 7C6E633059FF442195E21A58AC9A2425 /* Combine.h in Headers */, + 97ED6D191D67D82CA9F23FCAF10FEB3E /* ConcurrentBitSet.h in Headers */, + 0D995485837D7A996612D99119BB62E3 /* ConcurrentHashMap.h in Headers */, + AB78416A6455B67A10077FB1AE2C0AA5 /* ConcurrentSkipList-inl.h in Headers */, + 49FBD83F4B2E602A9EF42D3829953E87 /* ConcurrentSkipList.h in Headers */, + 6B2C375B49B275DA6A2BE1F7F3A3BCBA /* Config.h in Headers */, + 77B7E32EDBB8D7A54CDCA17F10E7DA19 /* Constexpr.h in Headers */, + 169A7673676DC5BC15BAC45E07B500DC /* ConstexprMath.h in Headers */, + 2D3FEFE3EE28308D914323A3A72D3AAB /* Conv.h in Headers */, + BE4BD73D634F1F84AF60786455B94D25 /* Conv.h in Headers */, + 349A3B9CA14488490A4F1894A66147C5 /* Core-inl.h in Headers */, + E86D069BDC86741D4D7DE1C841E05A2D /* Core.h in Headers */, + 3B496747906C33CF5B4A8AF7CD8BE328 /* Core.h in Headers */, + F1980EA5769E64FBFB858DC377E4F36F /* CoreCachedSharedPtr.h in Headers */, + 00B1FCF662DBE7337E878EE64D5D84E1 /* CPortability.h in Headers */, + 7FD9C7C437862E5A55CE201EEC0E53FE /* CppAttributes.h in Headers */, + EA8FABA814F6D46A229890375EEB904F /* CpuId.h in Headers */, + 5F73B57E05B5F97EB562800E4B7C7B9D /* CPUThreadPoolExecutor.h in Headers */, + 1661AF25C1C75F90B5D8B0DD1A99257E /* CString.h in Headers */, + 1A68ABD4588F0F7FDF6372A737498944 /* Cursor-inl.h in Headers */, + A2D87A6D5E1DF863102EEBA3829857F0 /* Cursor.h in Headers */, + 5A97CE7836D771F89F0CD5321781CC88 /* CustomizationPoint.h in Headers */, + 4B512BD19B13FF3D87CD75F403046170 /* DecoratedAsyncTransportWrapper.h in Headers */, + ED299EE11477F536FFB990FF2553A006 /* DefaultKeepAliveExecutor.h in Headers */, + 3803F020E8081E29DF89FA4EA2D512E5 /* DelayedDestruction.h in Headers */, + 46AE7942FD88F7F69063FF1B8F81D423 /* DelayedDestructionBase.h in Headers */, + 030BAD0D7028C18A80A8E8570F628267 /* Demangle.h in Headers */, + 488B64AD2CBEA4ED5A34A7C4FF07B0B2 /* Demangle.h in Headers */, + 153AF16BE563CC2037CE407206B917AC /* DestructorCheck.h in Headers */, + 3BFE29FA76F55B1BB5829F0077AC0BD8 /* Dirent.h in Headers */, + 074B86684A85501B45E4A368CC9AD591 /* DiscriminatedPtr.h in Headers */, + FC75E58F069B4DC5B32B4B9A729C99FA /* DiscriminatedPtrDetail.h in Headers */, + 08058E1F60B803207971E7BF7D484E61 /* DistributedMutex-inl.h in Headers */, + F5125348848F418CF6718C01B719BC32 /* DistributedMutex.h in Headers */, + 8AC76BC7EB07E8D410997B9C96FEFB64 /* DistributedMutexSpecializations.h in Headers */, + E666CDCC534BC0F71D872A65C0F9B831 /* DrivableExecutor.h in Headers */, + BF6902C6C69E24068F6151C8C7195A5F /* dynamic-inl.h in Headers */, + 1A0E0AC591B526B17FA95C8D8CDE94E5 /* dynamic.h in Headers */, + C2C84A5BCC8E1DA2AC401C9F2B8B34F7 /* DynamicBoundedQueue.h in Headers */, + 9B2BAC65D4982998A676C3AACD9F884D /* DynamicConverter.h in Headers */, + 6160C4E73DEA8DAFF0468933D7B8E104 /* DynamicParser-inl.h in Headers */, + 5DBC4FBA57AB23FBB67523B2BF025EDF /* DynamicParser.h in Headers */, + 309E1CC0F07DBB6FD6177CC4AECBF56E /* EDFThreadPoolExecutor.h in Headers */, + 91668CEA109EF59E74EA68CF65FFA8B3 /* EliasFanoCoding.h in Headers */, + 96CC49FA6D8E3687C8C887FCF50FF4EE /* EnableSharedFromThis.h in Headers */, + ABD421637FC01E8895C78DDFB28AD6FA /* Enumerate.h in Headers */, + D43CDC7A1F07C50CC79BA4DBC4D817D4 /* EnvUtil.h in Headers */, + 8C1A16B88AD15B0F8D07A97D1DF19352 /* Event.h in Headers */, + C49C05CA6C09F4724CFBB2011AF0E49D /* EventBase.h in Headers */, + 2944A946434A4680496A964C76542156 /* EventBaseBackendBase.h in Headers */, + 2E276A55F0A871D53E4075651650DBFA /* EventBaseLocal.h in Headers */, + 48374E54F4790031F489133BF817FA4C /* EventBaseManager.h in Headers */, + 16F84109AF3E4EEBD1EA15F9B4C6BEB3 /* EventBaseThread.h in Headers */, + 1B67C61B407F5CE063F7FD4B0DFD83E1 /* EventCount.h in Headers */, + D136F38C0AAA551E927BF7DC4ED4A358 /* EventFDWrapper.h in Headers */, + CB4AB92E3608931D1B3E901E422B140A /* EventHandler.h in Headers */, + 945725B60FEB0A00A7E812FA10F22768 /* EventUtil.h in Headers */, + B55AC61181D1311451734FE42EB4AFD2 /* EvictingCacheMap.h in Headers */, + CC1798854763A4380E8E6DBB72F0A0AB /* Exception.h in Headers */, + 96B0CE115D0DF1E7C363BB7F5CDAE7D1 /* Exception.h in Headers */, + 4E2FEBDCA3205856D9304894CBC01EE2 /* ExceptionString.h in Headers */, + 5F5905F965D93630347F01A319FBF19E /* ExceptionWrapper-inl.h in Headers */, + 241667971A938EA7247B95C6FC01AD42 /* ExceptionWrapper.h in Headers */, + F52CF426D62F6EA3761DEB3D56B1165D /* ExecutionObserver.h in Headers */, + B6C83AA02AE1CA7937C0CE13CB0A7BB2 /* Executor.h in Headers */, + F8892D39C609D2CF36B0BB8AF12A7E5A /* ExecutorWithPriority-inl.h in Headers */, + FC121FB81E4FAEB08B51C92C4D9B35BB /* ExecutorWithPriority.h in Headers */, + 11256AA10CC43FA3400FBA4A551489C9 /* Expected.h in Headers */, + F613ED86296CC501F37F7DBE8468CE98 /* F14Defaults.h in Headers */, + E7F8057C81A4BB8DA858EF7D1CCC2F9C /* F14IntrinsicsAvailability.h in Headers */, + ADA2B2E1A36FFBEE2369BF437323AB1B /* F14Map-fwd.h in Headers */, + 89E3AFBF07B14755FAFFF454CFD66A1A /* F14Map.h in Headers */, + 5E2A8AC96FA3E36130CDCB2E530C00A8 /* F14MapFallback.h in Headers */, + 6FD1A31C3A81E8A60AE128561B6842AA /* F14Mask.h in Headers */, + 8DE3E85DC7E63C1D5052543F1CBDACC7 /* F14Policy.h in Headers */, + DE2BCF263241C5BF1A4BC2B4D0F0167A /* F14Set-fwd.h in Headers */, + 95BC45629643578D207111CE8C5A89E7 /* F14Set.h in Headers */, + 43F1A7C3185ACEA990E6A6B4B9E5ED0A /* F14SetFallback.h in Headers */, + C41F1DF4FCF0256EE7212B3A2CB3CF41 /* F14Table.h in Headers */, + BB006C656A1A3D1FECBFB53F3732E915 /* FarmHash.h in Headers */, + BEDDB0DE73DD1916C5079437B8C92285 /* FBString.h in Headers */, + 383C738A0AF8D69827F23415F7ED2689 /* FBVector.h in Headers */, + 3FB4EDBA6CF738D01B0B1697B2B93C6D /* Fcntl.h in Headers */, + 6A84CCC0197DDC72B3F73F9FEAF767E8 /* FiberIOExecutor.h in Headers */, + 052433991C66CA78F9BDD52F038F7694 /* File-inl.h in Headers */, + F67F9958A4C6DAF59340D2C30955F108 /* File.h in Headers */, + 10561F495B8AFF15A5A26326BDA2E306 /* File.h in Headers */, + DC7F875A4FB8CB62EB07274FB0CCF63E /* FileUtil.h in Headers */, + 745F96B3DD39E4DE58373E8C397EB8B9 /* FileUtilDetail.h in Headers */, + 3021BF1C6A5DE7DE0816F567E9163FEF /* Fingerprint.h in Headers */, + 9C85ED17F277C5206AEAA1F4A60E035D /* FingerprintPolynomial.h in Headers */, + 6EB91C9D67912E4E044E83ED04F0311E /* FixedString.h in Headers */, + 95CBFCCD487B7F2300BE4A7F78D42DA8 /* FlatCombiningPriorityQueue.h in Headers */, + E179BFCA815FA0FFD8521BE8B8604010 /* Foreach-inl.h in Headers */, + 93427B758FAE5774AB2DB84163A1CE85 /* Foreach.h in Headers */, + 6CF8A033EE219BC9976E9FD302E9F217 /* Format-inl.h in Headers */, + 9DC10C76BE2FEE7322E7F690156806DD /* Format.h in Headers */, + 2E18CAF78916099D4CB09A7670836C51 /* FormatArg.h in Headers */, + 55504FC16E048E3B3F436B227D7FAA54 /* FormatTraits.h in Headers */, + 5AF92E3D34F1AD92B8AB4425A1B36CFA /* Function.h in Headers */, + 32B652A844F37714997126A2F37A24EE /* FunctionScheduler.h in Headers */, + 982A94E1FEBA11BA8F65AFA6C22B3294 /* Futex-inl.h in Headers */, + EBDA846981FBC6296818C0514396EE30 /* Futex.h in Headers */, + 7416DBC32D24C45B493822A3C9024997 /* Future-inl.h in Headers */, + EA5C4F9D4D7965A20163F5EB6C003277 /* Future-pre.h in Headers */, + 28DCFC04093BFE2CBA3051626A4CE5E2 /* Future.h in Headers */, + 1E5CFB80617144ACAF01E5C812EA411C /* FutureDAG.h in Headers */, + 136853D834B432B0A50EAF50FB39FB22 /* FutureExecutor.h in Headers */, + C6BFC09D0BCAD8F514889DF12C32EFE6 /* FutureSplitter.h in Headers */, + 239CC4153239478EADF861B54F99BC28 /* GFlags.h in Headers */, + 963C8B24954C67E4B9AC6037C759EEB7 /* GlobalExecutor.h in Headers */, + BAA8213019CAD74D020681B3E02D502D /* GlobalShutdownSocketSet.h in Headers */, + 8B2B62EF264B1407B2CA449017F99828 /* GlobalThreadPoolList.h in Headers */, + 600DF1537957C342726F5ACD59BA2281 /* GLog.h in Headers */, + 935DBCEA949E0CE5AF56CCDA0F747274 /* GMock.h in Headers */, + 69977A979DCABA164804EDF854FCEC5B /* GroupVarint.h in Headers */, + F18B2E314466EB0A26C904B1CB9C3582 /* GroupVarintDetail.h in Headers */, + 15431E3BCE485633C1F429F989E946F7 /* GTest.h in Headers */, + 1A60D8B41DA3BE1F25A260BCAB12B6E3 /* Hardware.h in Headers */, + F48DC0B72B1F3CE4E45EA3DB9236EC24 /* Hardware.h in Headers */, + 8359838A03340FC89932CA94692459A8 /* HardwareConcurrency.h in Headers */, + 7F51B72A0A8799E0A6029B27943EAB0D /* Hash.h in Headers */, + 9417FE723FCE380F962012D1016D3D15 /* Hash.h in Headers */, + 76A4452290461A2CF4E2BCECD4875C6B /* Hazptr-fwd.h in Headers */, + 3E4C9FE39A3B7B07126C3CD455894C90 /* Hazptr.h in Headers */, + C1D8DDEDEDC03353EAE15325C96F6B87 /* HazptrDomain.h in Headers */, + 39F9E6F7164F3D19B06135621A7D0190 /* HazptrHolder.h in Headers */, + 075371292C05A840E198CA9E35C02A91 /* HazptrObj.h in Headers */, + BEF508789ED64F00C6C29318C7AC4A27 /* HazptrObjLinked.h in Headers */, + D21929A09A94958D20F6741F4817A1E7 /* HazptrRec.h in Headers */, + CAED05CF20F12F4FCD21E6CC723EBA63 /* HazptrThreadPoolExecutor.h in Headers */, + 2725CBDA93A9CDD6BDEDAC3F89B4C77C /* HazptrThrLocal.h in Headers */, + 2FF97C9D8980660F49FBCFC742E064B6 /* HazptrUtils.h in Headers */, + 59DFDDE1F2FF351F408E7CD007573FAD /* HeterogeneousAccess-fwd.h in Headers */, + 9566CDBF3A795F66FFDD4998FB4B421B /* HeterogeneousAccess.h in Headers */, + 12BCE47B600E8B2E7D3770A604ABC14E /* HHWheelTimer-fwd.h in Headers */, + 21E4D620E74F1CB06DF67E47FEA44319 /* HHWheelTimer.h in Headers */, + 1452FF827F203FD64625749983D051BE /* Indestructible.h in Headers */, + 6B2A94A9F70B59673F84791C1DE4270E /* IndexedMemPool.h in Headers */, + A7F57F1833D764C2A29CB1DB24000360 /* Init.h in Headers */, + 256E184CA35A51D7C847905F1A8AF637 /* Init.h in Headers */, + BD3B9000BC1B70450BA77E40B5C1951F /* InitThreadFactory.h in Headers */, + 11CAF66D9F09D86AFBB392E528411A56 /* InlineExecutor.h in Headers */, + A56B7CF6641E9FB73887218D2CAD123C /* InlineFunctionRef.h in Headers */, + FF3BDF06B645C8B3321026DF41BBFBDA /* Instructions.h in Headers */, + D508E4302F94D893E64FC13F7A10FC84 /* IntrusiveList.h in Headers */, + 820C1211FC3834834E4AC50756109A58 /* Invoke.h in Headers */, + 1A47037A51065EF96B4FC6187EDD938B /* IOBuf.h in Headers */, + 7371E2611C2E7E46296700CD4474B560 /* IOBufQueue.h in Headers */, + 20D33034B4CF04459FD3D02347B1E5E7 /* IOExecutor.h in Headers */, + 5B3B7FBCB8EEEB1AEA3B886F57650661 /* IOObjectCache.h in Headers */, + AB288C437189E6E59A682EEFFFD5FC3A /* IOThreadPoolExecutor.h in Headers */, + 9C1D0BA6B76296701EEA1AED45ADA3B2 /* IOVec.h in Headers */, + 51C8511C6182C1676CEEBF6CFDD73670 /* IPAddress.h in Headers */, + 856CD36E1CAFA755D688FC7D591E2DEE /* IPAddress.h in Headers */, + DFC6C2843236AC9CD84479395B678B30 /* IPAddressException.h in Headers */, + AA9478CCA2B8AD1631A56374C81C6EC1 /* IPAddressSource.h in Headers */, + C6BAAD2641063E010711BB514451713C /* IPAddressV4.h in Headers */, + 236D39DD6622CB11C981AF9DA6125A74 /* IPAddressV6.h in Headers */, + 0283860B69B579D09A5127D17DF72B44 /* IStream.h in Headers */, + A91D4FBAA06758CAA96A21E038ED4FA0 /* Iterator.h in Headers */, + 2EDE996E73FA535C574A89EC25A5F74B /* Iterators.h in Headers */, + FD2A9A7BB71E48981452B2D223BEE348 /* JemallocHugePageAllocator.h in Headers */, + 19CF18374454AF42EBEA3FD68B5DB82F /* JemallocNodumpAllocator.h in Headers */, + 96A14969C4CCDA7270720D606BFF7CA7 /* json.h in Headers */, + 0DE5D1EB60CF0E085072D2AB1C9C0A27 /* json_patch.h in Headers */, + B460E0CD53D57920F612B7DE3B940D5D /* json_pointer.h in Headers */, + 5DC78EB4B13C27B6855FBFB7CEF87DD1 /* JSONSchema.h in Headers */, + 4B3A95F6304DCE025705656EC0A8F334 /* Launder.h in Headers */, + 72F8CE0EC88E0C5939B2A6013593A136 /* Lazy.h in Headers */, + 22431EB0A4E2E2A83BEB9066C7E321F6 /* Libgen.h in Headers */, + 640AEB6FD03C9DBD0B5C20EA19A7492D /* LifoSem.h in Headers */, + E141ECB5F3A4B103C2ACB2BA515CF1A0 /* LifoSemMPMCQueue.h in Headers */, + 7F5B7EA03F44B8AA16246B0C24EB89EF /* Likely.h in Headers */, + 9539F912D42A29F21191DE93F7FE1B93 /* LockFreeRingBuffer.h in Headers */, + 3264519200FD2E35F41321CE054AF2C0 /* LockTraits.h in Headers */, + C0E517C63541659955DAC30783356FB9 /* MacAddress.h in Headers */, + 0EA849A457F87DED790AFD8F40025BA9 /* MallctlHelper.h in Headers */, + EFCEA72F53B2B1A5CBB3CD5003168A18 /* Malloc.h in Headers */, + 43F9F62FD3F04F0E0281E782868413F0 /* Malloc.h in Headers */, + 5B2C9C3506DE3467707BFFF9237E2961 /* MallocImpl.h in Headers */, + CFB189CE62A536B9EA89996AE2C580C1 /* ManualExecutor.h in Headers */, + 9F37329BD02F09960BB230D3C9F01596 /* ManualTimekeeper.h in Headers */, + E3935299B252A6D94617B2F754E73D95 /* MapUtil.h in Headers */, + 3AE9450F2DDA1CEC4511832BC817F46D /* MasterPtr.h in Headers */, + 0521B654573D0F40A3D2B4D029C30A7E /* Math.h in Headers */, + 58C1C15272DAE284A8428EA83F721F4B /* Math.h in Headers */, + 51B069D45043B879F91D743E45B36FF5 /* Memory.h in Headers */, + A5C842B82DAEF8BB769DA4E57698F5C2 /* Memory.h in Headers */, + 678BA40AEBB478E6ECC10AE5DB573010 /* MemoryIdler.h in Headers */, + CC03EB10F893440CEB8F4ECB35A47BB2 /* MemoryMapping.h in Headers */, + 78EDEAEFAC298AFAD78C42A749175581 /* MemoryResource.h in Headers */, + 6C3C273277ABEE16EF151752334B8132 /* Merge.h in Headers */, + 33D2F235B469427ED6776E468BE9E35C /* MicroLock.h in Headers */, + 258A059DE41196CCE524C8F8AB9C0EAA /* MicroSpinLock.h in Headers */, + 5CD19257CFA01CC2269ED45A89C2014E /* MicroSpinLock.h in Headers */, + 6C9677A5439A5C416B1016AE378EC626 /* MoveWrapper.h in Headers */, + C57509F7A1ED59065F2066805AB3FA61 /* MPMCPipeline.h in Headers */, + 025EE78A46B697B0838D62ACEDE46579 /* MPMCPipelineDetail.h in Headers */, + AC45F2FDDD94C0E0A711BE3D509610C4 /* MPMCQueue.h in Headers */, + EAD90846CD7CC057AC4516172B665CF3 /* NamedThreadFactory.h in Headers */, + 790A999E9B4A09B5138DEF39CB61544A /* NestedCommandLineApp.h in Headers */, + 2559C1D762DC2FF12B68CCB5339E0C5D /* NetOps.h in Headers */, + 57B5D6C1A341FCA8B5686CCA61C496B7 /* NetworkSocket.h in Headers */, + BBCEF8655EAED9F1538B3A0AC4C94EED /* NotificationQueue.h in Headers */, + E996B6E159496A5E9DD9B4EB44BD2687 /* OpenSSL.h in Headers */, + EDC277A1E3477145482259C3815CC180 /* OpenSSLCertUtils.h in Headers */, + 2BFEDB596B13A0E93B56E473D2BD0404 /* OpenSSLHash.h in Headers */, + 8C0F0E8A3211743FE3CEFE79D252DCEE /* OpenSSLLockTypes.h in Headers */, + 90D3B37EBF063AE212B4CA928CD5D825 /* OpenSSLPtrTypes.h in Headers */, + 37BDE2FB64846918329DF676CF4EED23 /* OpenSSLThreading.h in Headers */, + FCA247CA9A920CDD4D44AE37261AB4F9 /* OpenSSLUtils.h in Headers */, + 7C00B793BB2D99F3B49C3CFA1F031A68 /* OpenSSLVersionFinder.h in Headers */, + 7B7F770606890CFD270E363331F722C5 /* Optional.h in Headers */, + C04EC6580389EB9880D39BE6B4F590A0 /* Ordering.h in Headers */, + 36EB9FB5F70D8FFB10E660D4F40B2893 /* Overload.h in Headers */, + 98107557A9627C8A3886A7052B3E5675 /* PackedSyncPtr.h in Headers */, + F9D03E83EF014085D5E0D859F37A42DF /* Padded.h in Headers */, + 9D7B9161932F3DD346E8D9C5531E7DF6 /* Parallel-inl.h in Headers */, + 34DD6CCF5FB8CF056418ACA01A2C96BA /* Parallel.h in Headers */, + D16B63ABC0904E4427A6364B5B351789 /* ParallelMap-inl.h in Headers */, + 51BC5341EF8ECF3FF3396016CDAC697D /* ParallelMap.h in Headers */, + 8A1B0AFBE8593AA076D9820952FC8409 /* ParkingLot.h in Headers */, + 8041B4F98D9B5063335C506A263351CA /* Partial.h in Headers */, + B8FB8AD63D09615A6C875B33CF47CD2E /* PasswordInFile.h in Headers */, + A8F06E974D3F3D344D29EC1F3A810646 /* Phase.h in Headers */, + D8AC649573C30C5F7E0D42DCE7A9BCF5 /* PicoSpinLock.h in Headers */, + 3759A9A1C453392FAECE61AE6FCCC4DB /* Poly-inl.h in Headers */, + 5DE879066264922244BEEE7C2EF43D32 /* Poly.h in Headers */, + A9EC7C179D2EC099F10533227D9F77C7 /* PolyDetail.h in Headers */, + ED98885E70EE77B48A442447D100D466 /* PolyException.h in Headers */, + F2181B2408215CA55C1CC43B8A0970BB /* Portability.h in Headers */, + A0BC2C3F48C1C89CF10EF385D606B405 /* Portability.h in Headers */, + C55B8F5FF42FE5B941E0966795078B70 /* Preprocessor.h in Headers */, + B66BAAE90CD1736CEB3A745A889E03E3 /* Pretty.h in Headers */, + 3DF78ACB6B2CD54C2DD5C41A84CCB07D /* PriorityLifoSemMPMCQueue.h in Headers */, + ED4D83EF245BC107F0E2A6CA215D3237 /* PriorityThreadFactory.h in Headers */, + 2FC8F6F6242CF7556E69165A17E0D628 /* PriorityUnboundedBlockingQueue.h in Headers */, + F0DC99969CB80206ECAA4EED0350EAE3 /* PriorityUnboundedQueueSet.h in Headers */, + 67883E052E4064ACE9F390AB7409EA95 /* ProducerConsumerQueue.h in Headers */, + F676B4E94B9CF8CF3C086CFB73E5E88C /* ProgramOptions.h in Headers */, + 2316838F22271FE81F09340BEE7BFF6A /* Promise-inl.h in Headers */, + 8DAF2F82F1EFDD4A3E20C424F30A95C5 /* Promise.h in Headers */, + 7FCA0FABFDEBCCCEA41C88CF6562A75B /* PropagateConst.h in Headers */, + E20099C049D83BA8801089347F356EAF /* ProxyLockable-inl.h in Headers */, + 8C29FD86555ABED6915D95060F82AC0E /* ProxyLockable.h in Headers */, + 73CC4E68168F2EF06053CDCE9E9F94C1 /* PThread.h in Headers */, + 5EF6389C72EBD546E55E9DAC2661EAD1 /* QueuedImmediateExecutor.h in Headers */, + 5682D486AD796B96C3A970F0CED61BF1 /* QuotientMultiSet-inl.h in Headers */, + 606A92DCF49712A4C02E7FDB4CCFA180 /* QuotientMultiSet.h in Headers */, + E513B877078C3C30269015B321880D6D /* Random-inl.h in Headers */, + B23D4FF09EDF1B669EC0BD2FCEC9747E /* Random.h in Headers */, + 507F0AB6B8792F7923563DEF601F4247 /* Range.h in Headers */, + 5AB615B013B2F055DF125220C103A21E /* RangeCommon.h in Headers */, + A48CAE58519A3846C09C3AB69EB73651 /* RangeSse42.h in Headers */, + 4784E3BD77B7CA5B2D7F1E5767414F60 /* Rcu-inl.h in Headers */, + D88CB23BE12AD5D0B2ABE59ADFA86692 /* ReadMostlySharedPtr.h in Headers */, + C31E5CA8E6FB2A82174DF4E7FC00B626 /* RecordIO-inl.h in Headers */, + F04757626003EE951B95963024413DD6 /* RecordIO.h in Headers */, + 5E42E30EA224A55CD037A16A3F4E0264 /* ReentrantAllocator.h in Headers */, + BCB38E2A81107F6BE512A44FA51BFD65 /* RelaxedConcurrentPriorityQueue.h in Headers */, + E8EEA996CCEA859DE04F7C35A2502CF5 /* Replaceable.h in Headers */, + 041DBA86B4ADD19412E4EAB2779958C9 /* Request.h in Headers */, + 920495374A539B475136C73A5E57C366 /* Retrying.h in Headers */, + E87ACBC574CD25C5469788F3E32C4C48 /* RValueReferenceWrapper.h in Headers */, + 7DCE4DB96B4A03BFCCB4966A992ACCF4 /* RWSpinLock.h in Headers */, + BC045B180EF3CA98026AAE57BFB5A212 /* RWSpinLock.h in Headers */, + 66F6A60278F6D4D3C761C1D93C6DB54A /* SafeAssert.h in Headers */, + 2F5A78AE06FE033160E1061EEC165585 /* SanitizeLeak.h in Headers */, + 05084293897CA73452B8D564A1933C05 /* SanitizeThread.h in Headers */, + 5E13423D3A7FA867892C579043415154 /* SaturatingSemaphore.h in Headers */, + BC3C583749BACF42FC04A4E682888F6D /* Sched.h in Headers */, + 9E9ADE84250DE5E01343CFD93E5B6ED5 /* ScheduledExecutor.h in Headers */, + 409B2BE53308D72EFC42631A19AA555F /* ScopedEventBaseThread.h in Headers */, + E8DDCE6B235341B71C52B68A240238BA /* ScopedTraceSection.h in Headers */, + 6F88E9B3112EAA13942437BC0AAA803B /* ScopeGuard.h in Headers */, + F8EF09269AAB842ED4BC4D73D682A42C /* Select64.h in Headers */, + 783FC2FE212B74549386C06BBD78DC89 /* Semaphore.h in Headers */, + 0564E4427C2D1531FEDBFDF5774B213D /* SequencedExecutor.h in Headers */, + E252DD234413551F52EE5EBA70E05941 /* SerialExecutor.h in Headers */, + CCEA76676424093B39CA377C27319CED /* SharedMutex.h in Headers */, + A6F403DEA6E5A82A45A1E01205CE8C0B /* SharedPromise-inl.h in Headers */, + D59F1D3314E0012539927F1C246622F8 /* SharedPromise.h in Headers */, + F79E8FF60A9C0C4141B4010E3EFCD8D1 /* Shell.h in Headers */, + 2DC2AC5834F1A3F7258586130B6EA000 /* ShutdownSocketSet.h in Headers */, + C610719899998B8E21BD81025BFCFBCD /* Singleton-inl.h in Headers */, + FA5160EAED96DF70CF183F8D65EF428B /* Singleton.h in Headers */, + E68D447F99EE2839448B96DF7A0F05A7 /* Singleton.h in Headers */, + 19BE4DE7B4658F23A8241C4FA4B15A27 /* SingletonRelaxedCounter.h in Headers */, + 22777C6F2E2E42F751D06FE19F19E373 /* SingletonStackTrace.h in Headers */, + 89258A5992E264B71F0F4861D15F3709 /* SingletonThreadLocal.h in Headers */, + AB90EF03B372786B3072258EA6EEA90F /* SingleWriterFixedHashMap.h in Headers */, + 317818459539B3EBDF352BE2E90504F7 /* Sleeper.h in Headers */, + 0274245FD3CF923945A2FCE725FC13AB /* SlowFingerprint.h in Headers */, + 1D5373BE370E5CF4B7C8F7BD32039FBE /* small_vector.h in Headers */, + F543B0F00839FAB36D8AC51C759D9645 /* SmallLocks.h in Headers */, + EA7F485DC5832E02B8B7BBB728AA8B8C /* SocketAddress.h in Headers */, + E48A2886138DC08C9ECBBBEBECC8E502 /* SocketFastOpen.h in Headers */, + 9F9CB4D6580C6B57F99A0C6065ED3678 /* SocketFileDescriptorMap.h in Headers */, + FA6B1D7F0B2CA6C9EE1DA08F1720B037 /* SocketOptionMap.h in Headers */, + 4770025846A1763DBDD248D38839094B /* Sockets.h in Headers */, + CA6F1ECCF89F4214AAF350050A8C2D76 /* SoftRealTimeExecutor.h in Headers */, + 86BB4A8FF89337786D969A1DCEFF1A60 /* sorted_vector_types.h in Headers */, + CBFDCA34EFA5F87EA386ABDFC8A81E6E /* SparseByteSet.h in Headers */, + CECC5273CE26B58A6F11E010D89EBB96 /* Spin.h in Headers */, + 1F7FD0151974574C65E69222362F5C5D /* SpinLock.h in Headers */, + 1309624C5F8DDBD05FEA387AB6AE7780 /* SpookyHashV1.h in Headers */, + 3A5DF538B3C52591B7443B75DFF42D6E /* SpookyHashV2.h in Headers */, + 084E8877EB5B1233F30EB5F905A92E80 /* Sse.h in Headers */, + 756C7CFC016B390B3F991D982AF5342D /* SSLContext.h in Headers */, + B8BEED846011051FFB1BA5F3B6321BD9 /* SSLErrors.h in Headers */, + C45F79CE4EF8CD700B04002710A65BCD /* SSLOptions.h in Headers */, + 8F2F44E2214C879A153B4FB3BD97D658 /* SSLSession.h in Headers */, + A8950DF84CC3C6F611B5D39F3667AC78 /* SSLSessionImpl.h in Headers */, + 06EC52774A569627B59A8D1260B4622A /* StampedPtr.h in Headers */, + CE9DC5265327678E7CE7E56953D7B39C /* StaticConst.h in Headers */, + FF514FE8ECCBCF17FDCF4B8D6F717095 /* StaticSingletonManager.h in Headers */, + 3CA2C942719E64D29D78DCA0A0BD2090 /* StaticTracepoint-ELFx86.h in Headers */, + DDFCEF65A8E99C2032234187C7EE98A5 /* StaticTracepoint.h in Headers */, + 6124455E1E8B64F1070B1281D77C95C1 /* Stdio.h in Headers */, + FDAB49B0E6A18F0CB82A386B8EDDAC9B /* Stdlib.h in Headers */, + E0177B9012D532215D3420D29B6D4DEF /* stop_watch.h in Headers */, + EAEA8A60CBFFC564A9845707A622DDFA /* String-inl.h in Headers */, + A1F5BF148A8DFF1EFFBD41AECF004FE6 /* String-inl.h in Headers */, + C60A1065D69EE3B9C4D0B25C1C97DCC0 /* String.h in Headers */, + 75710E598230BC18FC95AE95EE0B0334 /* String.h in Headers */, + FCA509131359848960A260B683D97D3A /* String.h in Headers */, + 17381DC535C2E61C39FF9B352C9DE139 /* StringKeyedCommon.h in Headers */, + CA8F4B2980A48BDCDA3D356C5E80DB6D /* StringKeyedMap.h in Headers */, + 05F0742768E1DE59C2CC24E9D80A4438 /* StringKeyedSet.h in Headers */, + A03E85C221BD1189EC45CC8437206EDA /* StringKeyedUnorderedMap.h in Headers */, + 3A84E1D33ACC722B3359DC56C9E0A636 /* StringKeyedUnorderedSet.h in Headers */, + B45601E850442A495CF4157F0FEFFC6B /* STTimerFDTimeoutManager.h in Headers */, + 0448C8F21E0B717E92958071612CA13F /* Subprocess.h in Headers */, + 5A1A65D98AE976414B1836BB50BCB632 /* Synchronized.h in Headers */, + C857EB42988CF89EFA843C6EB8D4DA6D /* SynchronizedPtr.h in Headers */, + 80E13114D6CA2507AD9B4E65CCA7856B /* SysFile.h in Headers */, + 6CC7B4451D1A8D0C14B9086C9D03900A /* Syslog.h in Headers */, + B5DD2482F73C2F29A3370345D50EC02D /* SysMembarrier.h in Headers */, + 256C22EA78979B35F89CFE3F4CF18AB5 /* SysMman.h in Headers */, + 92054AC4075E2966EFE3ED4AD7BBFFBE /* SysResource.h in Headers */, + 0F280913B40382C0EC5ADC63E22776DE /* SysStat.h in Headers */, + C8AA73E4555F5CD8EC33439191530DAC /* SysSyscall.h in Headers */, + DC01FAF66C92143889DEFC88248B49EA /* SysTime.h in Headers */, + F72DF22B6AD9345D03BF3A6B4D586330 /* SysTypes.h in Headers */, + 10010D046347C7D2A6D7CABAC0E24494 /* SysUio.h in Headers */, + 670F1042CE2653D6072DBCD6BD95E240 /* Tearable.h in Headers */, + 6C5BD51095E13046581E3B8A7E142128 /* TestUtil.h in Headers */, + 809C98118743EDA5737CF8AC37646BE8 /* ThreadCachedArena.h in Headers */, + B2E8D096FD6D31270375CE37F68A7931 /* ThreadCachedInt.h in Headers */, + 443B6312DB0F6CC562B0BD86C44355FA /* ThreadCachedInts.h in Headers */, + 06A71D48703030FBB9420FEBE15C9E8E /* ThreadCachedLists.h in Headers */, + 05F3910467B4CAF1A6497B4C67635BF4 /* ThreadedExecutor.h in Headers */, + 9951C0316795CDFE0E42F0F3ACE9DEA0 /* ThreadedRepeatingFunctionRunner.h in Headers */, + A27D96834B156A71BA82486965001A94 /* ThreadFactory.h in Headers */, + 476F42D51B241D6962C0C3C5B930C9BE /* ThreadId.h in Headers */, + 386FC190235E73AF31FAA3C364D9E0EE /* ThreadLocal.h in Headers */, + BD5FBDAE47E8B7A7E312ECC50CD47D36 /* ThreadLocalDetail.h in Headers */, + C4693FD53F3395935CEC18017CC0A73E /* ThreadName.h in Headers */, + BE2E36E456C71A89A019ECDDC5B866BB /* ThreadPoolExecutor.h in Headers */, + E9A1600F9F76C4A20D892ED920C31EAF /* ThreadWheelTimekeeper.h in Headers */, + EC930B5EB6100B61332ADA57B34FD32C /* ThreadWheelTimekeeperHighRes.h in Headers */, + 6A16569F2BB47FB61F025BA1BC259659 /* Time.h in Headers */, + A01D07627D3A75F545E82E721EB10569 /* TimedDrivableExecutor.h in Headers */, + 896FCAE76396674D717779567F8D65BB /* TimekeeperScheduledExecutor.h in Headers */, + 25538B8A583A8543280AEF7E532D96E7 /* TimeoutManager.h in Headers */, + 0EB366765F18DF9595ACF188F5883C4D /* TimeoutQueue.h in Headers */, + 9364A0C5608F417657D2A4F40C97B934 /* TimerFD.h in Headers */, + 18431452DE60F08BFE282E735DA7DF28 /* TimerFDTimeoutManager.h in Headers */, + 7BEE396A158623415E81EE2A80A56F61 /* TLRefCount.h in Headers */, + 06C688FD55330540E0A8E13973419B14 /* TLSDefinitions.h in Headers */, + 59403B48E755C44B49EAF0C1A8602224 /* TokenBucket.h in Headers */, + 088EB85D9B6005087F4AC88525D3C64B /* Traits.h in Headers */, + BA409C0D8AE7585A0F08A58E1A4CFF7C /* Try-inl.h in Headers */, + 7F10B766CC9B9F6C80835B9B8A1F11C1 /* Try.h in Headers */, + 162DAECA90ECF88EFB5B346DB9D3CBFB /* TupleOps.h in Headers */, + 1CFB6057AAE48CAD7811CAC611E994F5 /* TurnSequencer.h in Headers */, + 2C52EC67F2FF4ED5E0B25001F6BC1CF0 /* TypedIOBuf.h in Headers */, + 8E7090AFB836A69A5378A5633B46B282 /* TypeInfo.h in Headers */, + 38905BE5D2F4A38DB08444BBB42FA0B1 /* TypeList.h in Headers */, + 95051516FCA4D21C894E734AD1CFE061 /* Types.h in Headers */, + EB77634FD2F21CA73D22DC1CBBACD064 /* UnboundedBlockingQueue.h in Headers */, + 37A28294D20881F7BCBAFED4E784C671 /* UnboundedQueue.h in Headers */, + DDA3B85EC5EF65A2A200992A027DC2EB /* UncaughtExceptions.h in Headers */, + 1BD0957D537AA1F5345E185475F4054A /* Unicode.h in Headers */, + D302423AEA85821369832FD63EF463B9 /* UninitializedMemoryHacks.h in Headers */, + F164948B9028076A6CEB0987B088BB89 /* UniqueInstance.h in Headers */, + DB8622164A4E4F6184FBA8274A165360 /* Unistd.h in Headers */, + B23DC5928AE5AB9AFA7FCCDA36BE7637 /* Unit.h in Headers */, + 80F4C636BA441654B4CACFE3CB5DA9E1 /* Uri-inl.h in Headers */, + 55B3124A6D105B98F9F7FD97CAA31020 /* Uri.h in Headers */, + 7316AA54656B6AC36F55AAA99BBA426C /* UTF8String.h in Headers */, + F180F2499CA77A541DF644073F38C440 /* Util.h in Headers */, + AA61C4D5A2EB821D319C177F5B8B782F /* Utility.h in Headers */, + F3176D46D2C975E0413A4FEAD89BBDB0 /* Utility.h in Headers */, + 03E93C185F387B846A81CF2CC6DAA8E9 /* Varint.h in Headers */, + 818F13BD193385696F7B26263FE66E80 /* VirtualEventBase.h in Headers */, + F5D4CDA1811126280C4EB5B2AF43D392 /* VirtualExecutor.h in Headers */, + 7173A44430C75E1902E833DA55CFEC9C /* WaitOptions.h in Headers */, + DAB0479C7F41F7A60B7ED71F8715F7FF /* Windows.h in Headers */, + FD0A1C2776D6125A29F9595352A30A4B /* WriteChainAsyncTransportWrapper.h in Headers */, + E731A43BE3F6B70511D8F191B5775470 /* WTCallback.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -22723,47 +22619,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BBAF71775EF65F3C4221ED8355AF8D4F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - D39596A748FC1B198A435A7E01865D96 /* NSTextStorage+FontScaling.h in Headers */, - 7568EBFB086CA9C935BB544A0CFF5FFB /* RCTBackedTextInputDelegate.h in Headers */, - E7C7A31ABBE46F0FCE66C60D5C337978 /* RCTBackedTextInputDelegateAdapter.h in Headers */, - 0F2C9968977699B488E7C656B7A9A39C /* RCTBackedTextInputViewProtocol.h in Headers */, - CCD0FE09C38F46A1F076FD154568F919 /* RCTBaseTextInputShadowView.h in Headers */, - C2325AD27C9E277A389FB87DABE3DA86 /* RCTBaseTextInputView.h in Headers */, - 492F067F1E37C3CF5BB79E51DA615DF3 /* RCTBaseTextInputViewManager.h in Headers */, - E009B3C9606D5651E0FC304FBBBBF220 /* RCTBaseTextShadowView.h in Headers */, - A14F9CDE92F73CA90787310C50F631C1 /* RCTBaseTextViewManager.h in Headers */, - 0E4255F2C73CED05A22B50D189BD57A6 /* RCTConvert+Text.h in Headers */, - 01D66F1E94FA043F281F33DD43255E9B /* RCTInputAccessoryShadowView.h in Headers */, - A090662DE763E67DFC2492976450ED90 /* RCTInputAccessoryView.h in Headers */, - DC25A260EBDA88559E7F083AC72E39F3 /* RCTInputAccessoryViewContent.h in Headers */, - E89D722B40B275FC656C69383789D390 /* RCTInputAccessoryViewManager.h in Headers */, - 79EDF5B76E599E0F793A77592867A414 /* RCTMultilineTextInputView.h in Headers */, - 0ABDE73B59F480CF105DB146F2E8C7EC /* RCTMultilineTextInputViewManager.h in Headers */, - 8EA821877F1267F8139A091EC642FC01 /* RCTRawTextShadowView.h in Headers */, - 61D10AFF4AB3E7C38B7A00C918CCB5C2 /* RCTRawTextViewManager.h in Headers */, - 00593C4042B13B5A129845A3C5018015 /* RCTSinglelineTextInputView.h in Headers */, - 6188462EF7A5F53C52A63135B8888AB2 /* RCTSinglelineTextInputViewManager.h in Headers */, - 6BC2C0628B4DD1CD1C72F45A7E3481CE /* RCTTextAttributes.h in Headers */, - 45FFE0C272A6D9888C3E424BD50FBBEC /* RCTTextSelection.h in Headers */, - 91684ED77ABB394ECF70FF87FB8EC774 /* RCTTextShadowView.h in Headers */, - 1F6C058F823DF3B7F57DF90891E0A604 /* RCTTextTransform.h in Headers */, - 5F173716069D935A33036C170AAB43A7 /* RCTTextView.h in Headers */, - F7833B8C996DBF409A51EC772DFDB177 /* RCTTextViewManager.h in Headers */, - ABEFF55F07D3E0A1A3A7D93FE35E55EA /* RCTUITextField.h in Headers */, - 27F7A5529F8F4A642E0707AE3F296C5E /* RCTUITextView.h in Headers */, - F543FAB0C01AC99CF8BC510E85414254 /* RCTVirtualTextShadowView.h in Headers */, - 556C8F785A27EA3F66AA0787EF5EF65D /* RCTVirtualTextViewManager.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C8E7B8E21BEC555C854862AE637FBC77 /* Headers */ = { + C9ACBB017FBF85E5C3FC21E2867DEA69 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + BB5742094CDC2C2F6C4DB3A342B374F1 /* TOActivityCroppedImageProvider.h in Headers */, + B92311650D71047A28A1E650E9D1303D /* TOCropOverlayView.h in Headers */, + F65DAF4D5EFFEC29E9364A3E86178388 /* TOCroppedImageAttributes.h in Headers */, + 2365925EBC20940D60D5CE08F760E860 /* TOCropScrollView.h in Headers */, + 999B0F124990D1C9D06A88CD54DD5CCF /* TOCropToolbar.h in Headers */, + 4EA0B976186E23C6802D4D22BD5CB9BA /* TOCropView.h in Headers */, + 078BB518ED94C4B003C733C44C1B2179 /* TOCropViewConstants.h in Headers */, + 7813F8A58A79105FE9C88A5763240744 /* TOCropViewController.h in Headers */, + A3AC5F82CFB2235E3D607D10940551AD /* TOCropViewControllerTransitioning.h in Headers */, + B95E0FE53DCE714EA39599C5160AA9B2 /* UIImage+CropRotate.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -22784,6 +22653,30 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + CE10927F1368C7C146A00493FBDB827A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CE94BF41867426DD1C409E24F7DF4729 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 938B4689C9B33CA1DF37B90436C1AD3A /* bignum-dtoa.h in Headers */, + 0AC44EA6FD183A3A05F72ED74755F292 /* bignum.h in Headers */, + 85D35CE4E3360A05373CFB71FC2DCED1 /* cached-powers.h in Headers */, + BD732A8E7B91BC3B26168F3F9093CD48 /* diy-fp.h in Headers */, + BF33C35413686739CAD0DE4CCCD64D44 /* double-conversion.h in Headers */, + 6681CDF5443A299439769D63871C9A08 /* fast-dtoa.h in Headers */, + 761D4865C5C71EF83D7EE6C769158DCC /* fixed-dtoa.h in Headers */, + F2D9F29222AE982949FE532AD7186F06 /* ieee.h in Headers */, + E7B0866BCF3DE08687C2B9D54F0BC2DD /* strtod.h in Headers */, + 7BD15957F2A51BE81539C6DA6E21E9C0 /* utils.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; D11CAE4390D522815FD65CAAFB2C95F7 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22812,6 +22705,32 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + D72BE8BDAB4FA93A22D0018B15674689 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + DD468D678BDF7A68AA1E3CB639E8E957 /* BitUtils.h in Headers */, + C2629DC99CC839EC5C50DC04EBBBAF18 /* CompactValue.h in Headers */, + FDEE445C5A93166BC98758FA448C4FF1 /* event.h in Headers */, + 72B309CB2B321DDC8F5F0D7DC46A2996 /* experiments-inl.h in Headers */, + B035F5E463820F0596053BB8604BA7FF /* experiments.h in Headers */, + 4AF81E235CC4A8D182560A294FAA0EC9 /* log.h in Headers */, + 56910072B385CF37BBD408E8A81D907F /* Utils.h in Headers */, + 86B08AF4CC8B4504152CEABC745F9EE6 /* YGConfig.h in Headers */, + 33ED441B78456CE65839145FB282F450 /* YGEnums.h in Headers */, + D28281A3968006C74F2C21CE00AE8BFF /* YGFloatOptional.h in Headers */, + 634C43849254A01082229AFB8F3D2F4E /* YGLayout.h in Headers */, + 7C8BEE857E2ED22A533403676CB4FB3E /* YGMacros.h in Headers */, + E090C2FA5F01793E393A440B8F8BC7DA /* YGNode.h in Headers */, + DD9E0234E5F52AB2ABF2B92EFEA73A2F /* YGNodePrint.h in Headers */, + 5FC1A47E969AA94A7BCCEB38C8B198ED /* YGStyle.h in Headers */, + 4D8867E8966983BCBD89277DFE5F9F00 /* YGValue.h in Headers */, + 9345665E28983145E1747002C89FF0F9 /* Yoga-internal.h in Headers */, + 92B18D20B5A6508B18885EAFC6FBFEC3 /* Yoga-umbrella.h in Headers */, + E8EC28027F124F3AD6F42FEC5D748E91 /* Yoga.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; D85464D94FD94CF14B7ADAF08FACF7B1 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22821,6 +22740,108 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + DC5EF5398226B2B67EDE602590B46D59 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 81DED74B1B54DF2CF49F206FD3F2F175 /* Allowance.h in Headers */, + F0F7E694817E2093598328B8FF7CCD38 /* AsyncGeneratorShim.h in Headers */, + 805B532B110929BFBF4EB3C17EBCECA2 /* CancelingSubscriber.h in Headers */, + 68751BE9DE00B7ACA9900C0C0CFA0DDF /* ChannelRequester.h in Headers */, + 9FCEA42B029F90BC34656D766A9B06C2 /* ChannelResponder.h in Headers */, + 982410178F99B47A300959AF52B4B673 /* ClientResumeStatusCallback.h in Headers */, + 2DD7ACBAF9C65522959CFB17CA2734F3 /* ColdResumeHandler.h in Headers */, + 8A5DFEA582F669615820E282C134CBA4 /* Common.h in Headers */, + 50E6BB281B7A3AB697F01F6A24D7CF71 /* ConnectionAcceptor.h in Headers */, + 27A98E511FC1F344C596F241FA2C70D5 /* ConnectionFactory.h in Headers */, + 6AF3FAA8B14DD485C5463D868563F141 /* ConnectionSet.h in Headers */, + F794F044C6382346A50372DFB580EA8C /* ConsumerBase.h in Headers */, + D6E7B6E988F3AE605F88AE7F1B7C68E9 /* DeferFlowable.h in Headers */, + 8D41A2CE1F193824D8DA083E27688E68 /* DeferObservable.h in Headers */, + 0F51DB3A511A20C5FB48FE0765239092 /* DuplexConnection.h in Headers */, + C34DC13B0034CF58DC1AC8D0AF8D7DF5 /* EmitterFlowable.h in Headers */, + 76127EC6986E8523779DDB9A2C8894E0 /* ErrorCode.h in Headers */, + 07C226886CA8F90613589A35082B2AAD /* FireAndForgetResponder.h in Headers */, + 17D8D2FD30123F9C70117C27F7F19C95 /* Fixture.h in Headers */, + 23AE484D93025B7CEDC951E801E4E924 /* Flowable.h in Headers */, + C39514149F6B793022B3F5AF1350B225 /* Flowable_FromObservable.h in Headers */, + DBCDBCA655121C33274488B88528D9E0 /* FlowableConcatOperators.h in Headers */, + 88027D0B8F6AD32011524F20BD72A968 /* FlowableDoOperator.h in Headers */, + 539A9F546D7E466B4A4884E0BBA59D8F /* FlowableObserveOnOperator.h in Headers */, + 35E1CC31824ACB034834BC3855CDD0A8 /* FlowableOperator.h in Headers */, + A42CD5088379A5D5FC44FDBC31536A46 /* Flowables.h in Headers */, + EAF538E0F17902982E4DC0240BC0EAF2 /* FlowableTimeoutOperator.h in Headers */, + F5F3F0856950BD6B8C7BD31FD3CA6D8A /* Frame.h in Headers */, + 6E314E0880B770B87CA0F8952978B004 /* FramedDuplexConnection.h in Headers */, + FB14DC55F47F71DA3E21F211E1B9A797 /* FramedReader.h in Headers */, + FFBC7307270A30CAD03653192FA90B71 /* FrameFlags.h in Headers */, + 591E41D41239F16A8318D96B0072E1A0 /* FrameHeader.h in Headers */, + 869BF30E504609847F586390B7025424 /* FrameProcessor.h in Headers */, + B5AFD4AF58C0E5694CB8B29BB29CE7B3 /* Framer.h in Headers */, + 2701B679EC1C42658BE142FC913CAFFB /* FrameSerializer.h in Headers */, + 611F85A3E89147C63680D783AC64A09E /* FrameSerializer_v1_0.h in Headers */, + F4F68F44536176A478F2B1DC0BB18922 /* FrameTransport.h in Headers */, + 5011A0FA8B6A9B3D6123ACEF7015CB2D /* FrameTransportImpl.h in Headers */, + 5727A28359DBA9E0DC2E6C06CDF32394 /* FrameType.h in Headers */, + 7DE4A6EE8F595609F7C039CD70C6400C /* KeepaliveTimer.h in Headers */, + 8B927C6433F4C838369E437B1F6CE3E8 /* Latch.h in Headers */, + 205C38D64650AF5CC37C6374C89AE8E8 /* Observable.h in Headers */, + 9837D9003A99586A2E3E7E24D467AFB2 /* ObservableConcatOperators.h in Headers */, + E071C2C7C18AA96C67B039E4E3E87403 /* ObservableDoOperator.h in Headers */, + 6825786DB988AEF3E7D1B70789BDD39C /* ObservableOperator.h in Headers */, + 2449468D87C279D90A7D6B32DF968F39 /* Observables.h in Headers */, + E1A82558479A238EB891BA6D55CC2B70 /* Observer.h in Headers */, + BF67358934093E754079792559B0114B /* Payload.h in Headers */, + 31778C2173108BB5C2EA4BC850CB6C74 /* ProtocolVersion.h in Headers */, + 01052D99D334CF3C4D189259FE73B3AA /* PublisherBase.h in Headers */, + 0E407E4AA22591C87ACAD100406954EB /* PublishProcessor.h in Headers */, + 5BF28CE2DBE9C347DF6940C3757A0B2A /* RequestResponseRequester.h in Headers */, + 3137539F4A9F4B9719516CBC77F46429 /* RequestResponseResponder.h in Headers */, + 01FDABB56F8E254671FA3097BD7641F4 /* ResumeIdentificationToken.h in Headers */, + C0CF6A8EAE663FCDABFBBE5447E565B6 /* ResumeManager.h in Headers */, + 1AFAB94478AD5469073A4F82C5C24C30 /* RSocket.h in Headers */, + 37667B7683801288F65A27635126B965 /* RSocketClient.h in Headers */, + 1CA7646F554D7DC9BDD9BF19EC6C61AD /* RSocketConnectionEvents.h in Headers */, + 9C7A601C6CE8A7FD7A9AC7D5049A1F10 /* RSocketErrors.h in Headers */, + AB1F4C553DF6F96B7BC334F116DAB232 /* RSocketException.h in Headers */, + B76278C777A3630DF71765C59B3AEB17 /* RSocketParameters.h in Headers */, + 97617645B7B7AEFC4598BBA2C435B98C /* RSocketRequester.h in Headers */, + A3AA77AAA88A4771361FFA39D659280D /* RSocketResponder.h in Headers */, + 70DA094985206B968F4B34E602E1E07D /* RSocketServer.h in Headers */, + 8F8323DA77A223DE2FD3205BD1F97A85 /* RSocketServerState.h in Headers */, + ECB4A9AFE0F3C14F0CB69A41BBD5B4C5 /* RSocketServiceHandler.h in Headers */, + 664F529BEF85A7C3622834D98F8F294C /* RSocketStateMachine.h in Headers */, + 774930257C310C8D8352F2B1066E7188 /* RSocketStats.h in Headers */, + F6E1D218864D620A67AA1B442EF17F6B /* RSocketTransport.h in Headers */, + 6B44ACDD127FCC1C6B0CA03A3C8BBEF0 /* ScheduledFrameProcessor.h in Headers */, + B2D6988BE32846189A992AF046D542D2 /* ScheduledFrameTransport.h in Headers */, + 480A71D00CD0CEDCADB45781C23AE73B /* ScheduledRSocketResponder.h in Headers */, + 50CC679F3ADB6E4C12912F147286CCC8 /* ScheduledSingleObserver.h in Headers */, + B17A957ED9AF87024F5E76CF3389320A /* ScheduledSingleSubscription.h in Headers */, + E5E21845BA94A49313B5915782538B13 /* ScheduledSubscriber.h in Headers */, + E8B39696832DD1EE46FCE86E19A442DB /* ScheduledSubscription.h in Headers */, + E9007664958B9EC2274A8D1F0B448849 /* SetupResumeAcceptor.h in Headers */, + 33656F99BB71DF03300FFF49BF4C9D02 /* StackTraceUtils.h in Headers */, + 0C3B0B786822ED45F456EE894554A8E0 /* StreamFragmentAccumulator.h in Headers */, + D9855CCBB0D5FDCE73A00FCF7B83FDF4 /* StreamRequester.h in Headers */, + 438E43893A217A169B2C635ABB75BA10 /* StreamResponder.h in Headers */, + E446B13DFEA0B960B2427243443957CF /* StreamStateMachineBase.h in Headers */, + 12B302D10A720130CD16C94F9EA296AF /* StreamsWriter.h in Headers */, + 53810BCF4596A5BC6ABB4D3E942E7D54 /* Subscriber.h in Headers */, + 444F5FFC7805E14652098D73F443C852 /* Subscription.h in Headers */, + 77E4310DB2D126F95C98D440880234EC /* Subscription.h in Headers */, + 1AF7CEED16699EB25F81FD79EE007FD0 /* SwappableEventBase.h in Headers */, + 4816DC398C13DFFA6D452E672630EE27 /* TcpConnectionAcceptor.h in Headers */, + 12042BC0C71DD505B7A2E3569D43D782 /* TcpConnectionFactory.h in Headers */, + E01D030A5A66078118377798A74CE7D5 /* TcpDuplexConnection.h in Headers */, + 5A9453A36DD2BB540D92829A0ECCAD65 /* TestObserver.h in Headers */, + 079EB008785841F1F3161B7343302DCE /* TestSubscriber.h in Headers */, + 49C2E92BF693A0628E4065AFA2BB3607 /* ThriftStreamShim.h in Headers */, + 1E7AAABD1C9340BA981C9FB64AE6343E /* Throughput.h in Headers */, + FAD85B51106C625D35D1232FF63201C7 /* WarmResumeManager.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; DE70141E66ACDE79A002F15F926D6056 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22879,10 +22900,49 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - EC3E99A614D0D88A8CE563A4502105EA /* Headers */ = { + EAD0BA479B9430AA004867D4D1B88E5C /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + F231B2C0FE6F934F3D513994157DC7FF /* log_severity.h in Headers */, + A2986AA14EFBF271183FCFBF4B652292 /* logging.h in Headers */, + C88934A38617802509283B6115989E0A /* raw_logging.h in Headers */, + D4BFB1639606F1F91FABAADB51E117D0 /* stl_logging.h in Headers */, + 667509E48725A2B238B0C42AF82D7ECB /* vlog_is_on.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EBFD97345361C47B401D7DE5B5FDA8E3 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 408410393BDBA70EB22A667FD58D9238 /* GULAppDelegateSwizzler.h in Headers */, + 78EB7661C03288458E9F5B8A0F3B3927 /* GULAppDelegateSwizzler_Private.h in Headers */, + 138FDAE49867D2D0A75BDADF80FEF016 /* GULAppEnvironmentUtil.h in Headers */, + E04943B96D991A7148803E0310482350 /* GULApplication.h in Headers */, + F475E1D69BAA062CBD94E05E0EA20C06 /* GULHeartbeatDateStorage.h in Headers */, + 0EA8B67C0D2931A298B495B662499A18 /* GULKeychainStorage.h in Headers */, + 5F342C5E5ADF3C33666E63C41DC64780 /* GULKeychainUtils.h in Headers */, + 78403DB498B5B23975EFD391133F6789 /* GULLogger.h in Headers */, + 8EB6AE45E015DA5B8D8870839F39A6DD /* GULLoggerCodes.h in Headers */, + 71FEC2B79DBEA1991FBA517A8F65B8E2 /* GULLoggerLevel.h in Headers */, + 53400182B8FA5FAC1C145D33E6CB6B2B /* GULMutableDictionary.h in Headers */, + E70C29588474028552EF2C0B9BAC03DF /* GULNetwork.h in Headers */, + 702BF4FC3D4542D80C103C9068757323 /* GULNetworkConstants.h in Headers */, + 381393BC40084DCC13AD08D660D11F1D /* GULNetworkLoggerProtocol.h in Headers */, + 6CEAA269DD4BC01681D722B615FB1531 /* GULNetworkMessageCode.h in Headers */, + 2C898C244746B08C5A3F53783E44C316 /* GULNetworkURLSession.h in Headers */, + B2017CCAD30323453F81EDD5611E8C56 /* GULNSData+zlib.h in Headers */, + 393DF61B04268D1D9D95157D8CADC303 /* GULNSDataInternal.h in Headers */, + 37826F34439B9FD33806F50B36C396D3 /* GULOriginalIMPConvenienceMacros.h in Headers */, + 6E1B9E842E9C71D866A039A924ED8167 /* GULReachabilityChecker+Internal.h in Headers */, + 5CFE76AF80668610AA21C0F24A042A78 /* GULReachabilityChecker.h in Headers */, + 2873CBE8CE018ECC6EE68726A692463A /* GULReachabilityMessageCode.h in Headers */, + 0585E1E385E7510573ABA333EF8117FB /* GULSceneDelegateSwizzler.h in Headers */, + 1D81321318C33B662AAA83F6C91575BE /* GULSceneDelegateSwizzler_Private.h in Headers */, + D4EDB286E0A61489B1CFEB993FAE0311 /* GULSecureCoding.h in Headers */, + 181B695169AC8432075F4B7136908B6C /* GULSwizzler.h in Headers */, + 1D444821B1E2BCB130219E060B49A9EA /* GULUserDefaults.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -22910,34 +22970,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - EC9B3320BBAEB78CB883CF5A43FEB1D7 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - BE7669141E8E89F08C68B1212B5A9C15 /* FBLPromise+All.h in Headers */, - 75AC751B7F77F43E7C6618A85E75C813 /* FBLPromise+Always.h in Headers */, - 40C9D962451B4E758838F2AE70343B43 /* FBLPromise+Any.h in Headers */, - EBA8249C41F8BEEE6250A317F2976046 /* FBLPromise+Async.h in Headers */, - D2017E5C3E442F1CFA77BD184D5039FA /* FBLPromise+Await.h in Headers */, - 5ABA5753ED7B7762FBAA0DADB9300243 /* FBLPromise+Catch.h in Headers */, - 5BA5635003A713590A0C5AE7CD17304C /* FBLPromise+Delay.h in Headers */, - 8094D35E9144D4F5AC99D8F00D992E96 /* FBLPromise+Do.h in Headers */, - 72A655A615A7943F0321996987AB6430 /* FBLPromise+Race.h in Headers */, - BE1EEE5851E99504686FA9B841A8C804 /* FBLPromise+Recover.h in Headers */, - 6624B63494A42E4AD2DB22B5E7EFCB6A /* FBLPromise+Reduce.h in Headers */, - 58D9BC04AACE8FB2A6793E1C669E9BB1 /* FBLPromise+Retry.h in Headers */, - 9155A1F3A6542A87E2F19B50EB1BEEB6 /* FBLPromise+Testing.h in Headers */, - 60598E82C24DFB3822A236E54307E66E /* FBLPromise+Then.h in Headers */, - 6DD4B8AF25E840D6E32BF4E7564A1D39 /* FBLPromise+Timeout.h in Headers */, - B0764D487D51E13AB94E0BC4E886D1BB /* FBLPromise+Validate.h in Headers */, - 93A37119226CE237AB5D80956CD60975 /* FBLPromise+Wrap.h in Headers */, - 9757E91630A78BD4699D1FBFCF6BBC8A /* FBLPromise.h in Headers */, - 8F0B4A1BDFEDC32567156731E1616894 /* FBLPromiseError.h in Headers */, - 87C3B4839EFCCF06FE264CDE96E00F47 /* FBLPromisePrivate.h in Headers */, - DF7BC47261B59916CF26F07938B074EC /* FBLPromises.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; ED78BA56D3490B2A137863CBD980ED72 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22946,17 +22978,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - EDD70CA73B8187CC93B6E15C7D6D9CFF /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - D49D865CC39A4F07090BD8ACE90C7D53 /* pb.h in Headers */, - 370E17FDCE2B86744F996565B6C23B37 /* pb_common.h in Headers */, - 73B119CEE20523DF8B6B4246591E28FB /* pb_decode.h in Headers */, - 8B6B581566193ADAB2D3C11E7CBBF6F2 /* pb_encode.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; EEA5DFCCB5CAAD88F0625995FB5D09A6 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22965,28 +22986,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F067F79802CE0ABBD616830EA55C6B56 /* Headers */ = { + EEA69477FDA13EFF829A94B3E42F44D5 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 09F21E6CE33FBEB459BB8ABB816E39DB /* CallstackHelper.h in Headers */, - 8690FF7309D285D33A648ADEACBD8F96 /* CertificateUtils.h in Headers */, - A32DFA6D75FE59B0F522E931A034719B /* ConnectionContextStore.h in Headers */, - 0B2F16D606BC8741FC40DF9A5BF28280 /* FireAndForgetBasedFlipperResponder.h in Headers */, - 5426E92A3D75A5764562AC839B9509A5 /* FlipperClient.h in Headers */, - ED2070F11DE78F9CB2AAD0FD718164B3 /* FlipperConnection.h in Headers */, - 8C85F7055C1B0EA54057BCB452A25123 /* FlipperConnectionImpl.h in Headers */, - BE2F4BB72AAE97F8ED6678A69DD7727D /* FlipperConnectionManager.h in Headers */, - CDBFB331FBA450D4787B940851F18AAE /* FlipperConnectionManagerImpl.h in Headers */, - E381A9D1AE8C2633487F97B92055100D /* FlipperInitConfig.h in Headers */, - F5EE3C9357217594D37D44AD85828001 /* FlipperPlugin.h in Headers */, - B43E67351BB84467FDA5DBDB4C526E71 /* FlipperResponder.h in Headers */, - 4B61753B2A64D783E68A7F1D6C32FC33 /* FlipperResponderImpl.h in Headers */, - FF05F03ADE9E4E3A94989F8350DA1841 /* FlipperRSocketResponder.h in Headers */, - 55EDA4FE47B9ECE5533922718F22FC0C /* FlipperState.h in Headers */, - E541E62AFC061CA7B0BAB245DDC772E4 /* FlipperStateUpdateListener.h in Headers */, - 42593E3D17ABE475FB8C0D20E25A0848 /* FlipperStep.h in Headers */, - 6368BD65E29DF0A47E60FEF71B4CBE28 /* Log.h in Headers */, + 169358EB3D2D9FF36F9FCF718F027063 /* FBReactNativeSpec.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F130CFD4414CBBA03AA0F1BB8AFC0C79 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 899045CB103B952CEAB49ED135BD9BB4 /* pb.h in Headers */, + 8511DF28BCE8D8E243C4A1B55F88A598 /* pb_common.h in Headers */, + 314D772E946B97CDBCA339B24EE64341 /* pb_decode.h in Headers */, + BA56349F5D2A173BC8DCA0DF64557AAB /* pb_encode.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -23002,6 +23017,16 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + F8AEC80F27D063BCF8BD3F26709B7445 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D071FA9A5DE489BB769AA29B571E29E1 /* FIRCoreDiagnosticsData.h in Headers */, + C0B6B06C8B8972F6EE4F84235D3844E2 /* FIRCoreDiagnosticsInterop.h in Headers */, + 20583DB286DAD46D92C1C005023125C4 /* firebasecore.nanopb.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; FB279F44F36788A4B53094B3C6DAE751 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -23059,7 +23084,7 @@ buildRules = ( ); dependencies = ( - 653AA5B2DDEC798F45E9F9ECA45FE7CB /* PBXTargetDependency */, + C6FE0B4EE9A16163A117065CB7948195 /* PBXTargetDependency */, ); name = ReactNativeUiLib; productName = ReactNativeUiLib; @@ -23077,7 +23102,7 @@ buildRules = ( ); dependencies = ( - 92888AEABF207F5B5FE264E0341C153E /* PBXTargetDependency */, + DD506450B1E857C9AC353EB6E0F3807D /* PBXTargetDependency */, ); name = BugsnagReactNative; productName = BugsnagReactNative; @@ -23095,8 +23120,8 @@ buildRules = ( ); dependencies = ( - 00F84F3B0931D39E6E8C7A0811D27BDB /* PBXTargetDependency */, - 63E959FAEEFAAAC2B2101A861A8150B8 /* PBXTargetDependency */, + 5C69C6682B7613089EEAD9C0118E21E8 /* PBXTargetDependency */, + 9D72EEB470CC78DD08A5D7792EC05CEB /* PBXTargetDependency */, ); name = EXPermissions; productName = EXPermissions; @@ -23114,9 +23139,9 @@ buildRules = ( ); dependencies = ( - B1AAF22A907C1373987D35CA02762445 /* PBXTargetDependency */, - 9DCDE71CFFAB7FE4ABB5C5E083D6EF79 /* PBXTargetDependency */, - 9DBEED324085967F45CB11FBA1683D80 /* PBXTargetDependency */, + 34DD2DB019EB593D54968749CF373FB6 /* PBXTargetDependency */, + 49000148FB9A6D4D8863D13F43987F2C /* PBXTargetDependency */, + A4E1E5257777851226543A6D214339FF /* PBXTargetDependency */, ); name = RNFastImage; productName = RNFastImage; @@ -23134,7 +23159,7 @@ buildRules = ( ); dependencies = ( - 0465205AE78A8E4B2EC488783C630992 /* PBXTargetDependency */, + F817F8E73E4F5F30EDA9C758E6905938 /* PBXTargetDependency */, ); name = EXKeepAwake; productName = EXKeepAwake; @@ -23152,10 +23177,10 @@ buildRules = ( ); dependencies = ( - DD1DA048BC2FE788F124CDCABA4F22E1 /* PBXTargetDependency */, - DE677A005A65A84380957328B1FF4DF2 /* PBXTargetDependency */, - 68FAC79F22620F84C0DF62DCB5B24F56 /* PBXTargetDependency */, - 1261EEDE9C3A5E2B5824764BF0163ECE /* PBXTargetDependency */, + 5A0358650403586EC12D4CBA6BE7D808 /* PBXTargetDependency */, + 212FA81F2469C6CF511511C189B03057 /* PBXTargetDependency */, + 94EEE994817462F7FE72B2ECE1841F62 /* PBXTargetDependency */, + C18816878545BA9A6601A83842B23FC7 /* PBXTargetDependency */, ); name = RNImageCropPicker; productName = RNImageCropPicker; @@ -23173,7 +23198,7 @@ buildRules = ( ); dependencies = ( - 7E99418BE3588F61197C32AB5E2BD20B /* PBXTargetDependency */, + 91CF3AE8922457804FDA034395E32A19 /* PBXTargetDependency */, ); name = "react-native-orientation-locker"; productName = "react-native-orientation-locker"; @@ -23191,9 +23216,9 @@ buildRules = ( ); dependencies = ( - 3672D15C0A050B518F784A473490C584 /* PBXTargetDependency */, - 36C51404C431B9DD467149AB17C7BAFF /* PBXTargetDependency */, - 3D630516BD686ECB1593C9D54986B27A /* PBXTargetDependency */, + A96593739DAB1AAF13C58078E22AEE7E /* PBXTargetDependency */, + 5083CF6030735C6F4744F52705D7F1A4 /* PBXTargetDependency */, + D71749C223C1D997AD30FD97BFE6A97B /* PBXTargetDependency */, ); name = EXAV; productName = EXAV; @@ -23211,7 +23236,7 @@ buildRules = ( ); dependencies = ( - A41C0C9E1D5B1B18318DC47113453594 /* PBXTargetDependency */, + 68F402D9447A96CDB79397219D66EDC3 /* PBXTargetDependency */, ); name = RNRootView; productName = RNRootView; @@ -23220,17 +23245,17 @@ }; 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */ = { isa = PBXNativeTarget; - buildConfigurationList = 07A50CED2D36BBB29F2A729324F95690 /* Build configuration list for PBXNativeTarget "SDWebImageWebPCoder" */; + buildConfigurationList = 3657A5E007F7D6829EA7757F9048F84D /* Build configuration list for PBXNativeTarget "SDWebImageWebPCoder" */; buildPhases = ( - 5144525FA0DE8BB2BD2294C5384696A9 /* Headers */, - C07054D63AC496529E6CFBFB1BDEE058 /* Sources */, - 655146DC9648643B435A1F0561BFAEB0 /* Frameworks */, + 47A6081FFAF612A9F06E215EB84F7D4F /* Headers */, + B953AE8EB688840FA938AD9826AB49E4 /* Sources */, + 5923E3FD13B3E39A56F3C0CF826D6747 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 1152106E1F9B053961BFEC4DD4F2B733 /* PBXTargetDependency */, - 2CA8A8D3081FE7D40024B588769341A5 /* PBXTargetDependency */, + 8102466B14D896293B8F6B2694E57270 /* PBXTargetDependency */, + 35E6F3F5FCC1EB05397A3D16641ADCE8 /* PBXTargetDependency */, ); name = SDWebImageWebPCoder; productName = SDWebImageWebPCoder; @@ -23248,7 +23273,7 @@ buildRules = ( ); dependencies = ( - D5A11D52CDFB728314099D2FDFEC6771 /* PBXTargetDependency */, + 843B4C123F4B7E19B88E9472E56E6C81 /* PBXTargetDependency */, ); name = RNCMaskedView; productName = RNCMaskedView; @@ -23257,16 +23282,16 @@ }; 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */ = { isa = PBXNativeTarget; - buildConfigurationList = 045D7C8A0BD7EF4744E93F3FAF248A71 /* Build configuration list for PBXNativeTarget "Flipper-RSocket" */; + buildConfigurationList = 9B5FC30FCCF23FA1E94AF537CB44F827 /* Build configuration list for PBXNativeTarget "Flipper-RSocket" */; buildPhases = ( - A03A6E12288D5A2A2A982A4CA13DF936 /* Headers */, - BF130D872C181E4E30C89504018B9EB2 /* Sources */, - 87A68A872B7D05E9B123334808A81687 /* Frameworks */, + DC5EF5398226B2B67EDE602590B46D59 /* Headers */, + 283FB57D8AF89D3B1DAE4430A145CFE0 /* Sources */, + FECFD23256F380FBCBB959B513E511CC /* Frameworks */, ); buildRules = ( ); dependencies = ( - 7009D2D44E8BCCE7D81F8C5F3D59D55C /* PBXTargetDependency */, + CA168F9A472F4E8DE48E35FF699BCCE2 /* PBXTargetDependency */, ); name = "Flipper-RSocket"; productName = "Flipper-RSocket"; @@ -23284,7 +23309,7 @@ buildRules = ( ); dependencies = ( - 4B96414459F93B8D2FF569538F1B2EC6 /* PBXTargetDependency */, + A4B1830028997D107C86C79AD9ED314C /* PBXTargetDependency */, ); name = RNScreens; productName = RNScreens; @@ -23302,9 +23327,9 @@ buildRules = ( ); dependencies = ( - 1BF0D6FC2B9C18900D8A85CA89E09816 /* PBXTargetDependency */, - DE21B68DB34A1369E5662977EFC9493D /* PBXTargetDependency */, - DA44955957CAECCBB3CCF7DA594DE190 /* PBXTargetDependency */, + 23E691FF367F96FA52463D59EA7BA573 /* PBXTargetDependency */, + C10D3F1F26902A099A43A129B4A7B72D /* PBXTargetDependency */, + 0974A923B3AB008306B3D34C6B1E6D9F /* PBXTargetDependency */, ); name = EXImageLoader; productName = EXImageLoader; @@ -23322,7 +23347,7 @@ buildRules = ( ); dependencies = ( - 62FC3CDF97F72055A8995CA886CE8340 /* PBXTargetDependency */, + 9D1591D2B3C6D6EC5E71A9003C7FD339 /* PBXTargetDependency */, ); name = EXAppleAuthentication; productName = EXAppleAuthentication; @@ -23331,11 +23356,11 @@ }; 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */ = { isa = PBXNativeTarget; - buildConfigurationList = 6A1745B7C0BE242C1118DAFF15347B59 /* Build configuration list for PBXNativeTarget "DoubleConversion" */; + buildConfigurationList = 5BF834F9125DC54E96C617AAFC40FF69 /* Build configuration list for PBXNativeTarget "DoubleConversion" */; buildPhases = ( - 38BCE41783CF80A103F8ABEC74BC1713 /* Headers */, - 97EA3784C953452E9BA3D006762798EC /* Sources */, - 1B8D4583C487BB5D1A8643BC206281BE /* Frameworks */, + 72A51205C8C3D5B66589A6D2FCD6A426 /* Headers */, + EEBFE5FBF63F0C9CCFCC4214B014D4A9 /* Sources */, + CA42BF67DDED72CF311EC564E3DA52BE /* Frameworks */, ); buildRules = ( ); @@ -23348,11 +23373,11 @@ }; 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */ = { isa = PBXNativeTarget; - buildConfigurationList = 42A50BE378DF880976356A04D62C2E94 /* Build configuration list for PBXNativeTarget "Yoga" */; + buildConfigurationList = E8A09ECB54A1A4AB74568DB7EF8378FB /* Build configuration list for PBXNativeTarget "Yoga" */; buildPhases = ( - 9351B469001C028DF53C581B17B33C1E /* Headers */, - 43929349215DA5AC4DC94AAA2AB1ECD3 /* Sources */, - 7B6F5507B30B6EB14FEAF542B099F12E /* Frameworks */, + D72BE8BDAB4FA93A22D0018B15674689 /* Headers */, + 19621271E82C3B3CD4BC79CA2F1FF78E /* Sources */, + 6B25F3BD1F8A5960612209449EF255EF /* Frameworks */, ); buildRules = ( ); @@ -23365,11 +23390,11 @@ }; 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */ = { isa = PBXNativeTarget; - buildConfigurationList = 97C6ECD2BE758AB406A0F88B7EDDE374 /* Build configuration list for PBXNativeTarget "PromisesObjC" */; + buildConfigurationList = DD79A0DB223223DA9209019F3E976C22 /* Build configuration list for PBXNativeTarget "PromisesObjC" */; buildPhases = ( - EC9B3320BBAEB78CB883CF5A43FEB1D7 /* Headers */, - C5600514F38E7A76450744E0410C9970 /* Sources */, - 39FD5198A99598FF8600891397A511CD /* Frameworks */, + 6A058F4AE03B1F16855314801107C0D8 /* Headers */, + C9D37A2537651D65049900F4DF3E1F85 /* Sources */, + C7CB2F447708E66E9C388091831F589F /* Frameworks */, ); buildRules = ( ); @@ -23382,11 +23407,11 @@ }; 2D4D3D5AD93ADCCF3DD45A88009E48D6 /* TOCropViewController-TOCropViewControllerBundle */ = { isa = PBXNativeTarget; - buildConfigurationList = D5C6A772410C7B1BA76301AB4A6EC0A2 /* Build configuration list for PBXNativeTarget "TOCropViewController-TOCropViewControllerBundle" */; + buildConfigurationList = CF59A6DA10BF9FB9938D9C7999DB17AE /* Build configuration list for PBXNativeTarget "TOCropViewController-TOCropViewControllerBundle" */; buildPhases = ( - 6FED869E59A64DC1998D852A30498597 /* Sources */, - CEB1468CEF34FF25670AF2E8ACBE6180 /* Frameworks */, - A94DD669321F752B8ACAEE1209418104 /* Resources */, + 9D03CEFA1D32826C7B58F049D9B16A48 /* Sources */, + C4FFA7D0D6DCBE143A02449EBDC33D56 /* Frameworks */, + E1B086883458358D45B705731BBF9907 /* Resources */, ); buildRules = ( ); @@ -23399,17 +23424,17 @@ }; 32CA4CBD6B28983076BD93DA221AD027 /* YogaKit */ = { isa = PBXNativeTarget; - buildConfigurationList = 01A9D0A726662897114E326599E46580 /* Build configuration list for PBXNativeTarget "YogaKit" */; + buildConfigurationList = 86424EF1FD6CD8932C815759C2481D5A /* Build configuration list for PBXNativeTarget "YogaKit" */; buildPhases = ( - ABE133F0C671672CAA23237F02EC2DD7 /* Headers */, - EE782EF62A10380542AC5B8A9B608CFD /* Sources */, - 86C1D02CD3FC6607475F6C7C11213B84 /* Frameworks */, - 3A4D04D368D51FC04045357E21BE3E7D /* Copy generated compatibility header */, + 3448C4B9FEF8F30AA3F702CC3DE17688 /* Headers */, + 87704976361E18A5FF7158184DDFC3B3 /* Sources */, + 466CB752C1E132B7EBAF5CD29195D4FB /* Frameworks */, + B8F06AC42B69598D3097527856CFBAB9 /* Copy generated compatibility header */, ); buildRules = ( ); dependencies = ( - AD30D6F283DCB7134E55ACC3ACEB5D22 /* PBXTargetDependency */, + 10FFE99A8432BE06BF8F4B8B8CF1ECAD /* PBXTargetDependency */, ); name = YogaKit; productName = YogaKit; @@ -23418,11 +23443,11 @@ }; 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */ = { isa = PBXNativeTarget; - buildConfigurationList = 0C526A6B69C8D30615C9A79FB71F81B2 /* Build configuration list for PBXNativeTarget "SDWebImage" */; + buildConfigurationList = E3579EB337684834CE5F2834DBD1F9BC /* Build configuration list for PBXNativeTarget "SDWebImage" */; buildPhases = ( - 610646DE72A97D1D08A19EC288ED11E9 /* Headers */, - 0BD01124C014C6AF003B6DAFD13A41E8 /* Sources */, - 2F1A5A0C4ED7759004984DF72BE78373 /* Frameworks */, + 95657992F9D01499BBF976829A20BF0E /* Headers */, + D8517DEE152D22FB7BF097FF501459B7 /* Sources */, + FBBFEE9B64E98877FF10CF47A2C3E763 /* Frameworks */, ); buildRules = ( ); @@ -23444,7 +23469,7 @@ buildRules = ( ); dependencies = ( - 97E73BD6FC039FCB71326BDA0914D3A9 /* PBXTargetDependency */, + DA5F38FD32B601E8B9EDE42787526073 /* PBXTargetDependency */, ); name = "react-native-restart"; productName = "react-native-restart"; @@ -23462,7 +23487,7 @@ buildRules = ( ); dependencies = ( - EF0ED845C2A1049724748D912D97458A /* PBXTargetDependency */, + 3165F58EF4EBF9080BFC74C903A8ADCC /* PBXTargetDependency */, ); name = "react-native-appearance"; productName = "react-native-appearance"; @@ -23480,7 +23505,7 @@ buildRules = ( ); dependencies = ( - 706305956BBC058F23BD2DE1F567060B /* PBXTargetDependency */, + 742E16C3BB78827076256397AD16588E /* PBXTargetDependency */, ); name = EXHaptics; productName = EXHaptics; @@ -23489,17 +23514,17 @@ }; 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */ = { isa = PBXNativeTarget; - buildConfigurationList = 33C85999FB17D47FE23841DE02577CC9 /* Build configuration list for PBXNativeTarget "FirebaseCore" */; + buildConfigurationList = 000DEB94CE0C6B6F8B91C9E5455371A3 /* Build configuration list for PBXNativeTarget "FirebaseCore" */; buildPhases = ( - 0C8A72D4D81013D8E7E38EED5C16A960 /* Headers */, - 7ABB1EF7D9403A314DAE19A58BAEE64E /* Sources */, - 5E22EF8B9D7A7F0A4A166DABC11D304A /* Frameworks */, + 885307C2172613CD509C816E2F252983 /* Headers */, + 7C1B85BC766E1942C3E7BDD2478DE085 /* Sources */, + 7B567BF87A14CEE3FD6C579A90C816B4 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 379C77F97C70A63AFCB6B9962120D777 /* PBXTargetDependency */, - 7B93B5D0DA97CE285F1FB3D45E01AE07 /* PBXTargetDependency */, + 11BFEFFF46897FE080DDFEB61DFE2A58 /* PBXTargetDependency */, + 091A63C80A67D2FB25451C2D221172D4 /* PBXTargetDependency */, ); name = FirebaseCore; productName = FirebaseCore; @@ -23508,21 +23533,21 @@ }; 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */ = { isa = PBXNativeTarget; - buildConfigurationList = A2B06DD77CA81FFDF24239C9236FABC9 /* Build configuration list for PBXNativeTarget "React-cxxreact" */; + buildConfigurationList = 8598985B785143769BA18643EE6E4747 /* Build configuration list for PBXNativeTarget "React-cxxreact" */; buildPhases = ( - 9D7821ED782849B4C2CD1271501A37DF /* Headers */, - F379CC91F928E0033B4A2BF2DE669480 /* Sources */, - 9B84D4A48C8795144FA6BB2F180C27D2 /* Frameworks */, + 0F4E009DFD7749E7B577A29B6D019C79 /* Headers */, + 81EDB40E17D10196A350BB54243FD2E0 /* Sources */, + 66A354C6B78E47663A2F634A8A281072 /* Frameworks */, ); buildRules = ( ); dependencies = ( - C845FD2FF6168CDBF02B171DDFC778FB /* PBXTargetDependency */, - AC5E8DCF38204D520FEB90D56EE7290D /* PBXTargetDependency */, - 08AEB82BFE569681F1D8BF1E4BC1A017 /* PBXTargetDependency */, - D8E46C91307E60DC5B52DB652E6150B6 /* PBXTargetDependency */, - 8394AC06BE041D945968246BAB2EE544 /* PBXTargetDependency */, - 1513E3A47F02E141E68E7F08928F8641 /* PBXTargetDependency */, + 046E48CD30F819DDC93E997C397C35E4 /* PBXTargetDependency */, + 8A3DC3E2D77CF05CAA395A04A8C64BF2 /* PBXTargetDependency */, + 1FD4E7EA4EBF9F7590F937B3A82187C4 /* PBXTargetDependency */, + EBD7461BE3463844E8FF0465BA8F834F /* PBXTargetDependency */, + DE1084DA3C6EC26B22315C8C5FECF96F /* PBXTargetDependency */, + D9A44A425C7B1A6C12F46F2C0593C7CC /* PBXTargetDependency */, ); name = "React-cxxreact"; productName = "React-cxxreact"; @@ -23531,11 +23556,11 @@ }; 47D2E85A78C25869BB13521D8561A638 /* libwebp */ = { isa = PBXNativeTarget; - buildConfigurationList = 63BCBFA1AA05A4C04F8B93331C0135AD /* Build configuration list for PBXNativeTarget "libwebp" */; + buildConfigurationList = 7CF0E0709DEBE09D15FD8CF7EEDA6480 /* Build configuration list for PBXNativeTarget "libwebp" */; buildPhases = ( - 18D52AAB273FA4B7C69D056250ABE034 /* Headers */, - D678A03ED15172AF3BAB85AFE5B1220F /* Sources */, - DC74E89DED81B7850FF827F5C4A59911 /* Frameworks */, + 7ABD41AB8EBCEB2EA1DA2078B7E2741E /* Headers */, + 86D80D6AD3BB2B5DE9516850DC89A24A /* Sources */, + 14931FDEA9D62B36C1CD49743D35D07E /* Frameworks */, ); buildRules = ( ); @@ -23557,8 +23582,8 @@ buildRules = ( ); dependencies = ( - B845D7EE377AC17C26B251CA553B81F0 /* PBXTargetDependency */, - 08725B2200EDF663C45F0FE33F3A8CA7 /* PBXTargetDependency */, + CF20F934EA861FFE9E709727F2FE6355 /* PBXTargetDependency */, + C1E79D990EB7FCACBADA22FFD846C413 /* PBXTargetDependency */, ); name = EXVideoThumbnails; productName = EXVideoThumbnails; @@ -23567,22 +23592,22 @@ }; 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */ = { isa = PBXNativeTarget; - buildConfigurationList = A98C192EEE8E46DD9A14A1A47BCC3BE8 /* Build configuration list for PBXNativeTarget "React-RCTImage" */; + buildConfigurationList = 8A3A56D85B48B38B48EB9C0997FCC8FC /* Build configuration list for PBXNativeTarget "React-RCTImage" */; buildPhases = ( - 1DCCEFB9A9360FF305707022D4D41696 /* Headers */, - C702B87E2830F0D146EF9AB0DDA86069 /* Sources */, - 247E0A892EEB9C994A9C1680526BEE6F /* Frameworks */, + 21DC825E70879406A711AFA25A3C35C9 /* Headers */, + EA74C0139AC5081A21D8584BC8C95072 /* Sources */, + 26C05172D73F2711A035E1AFCFB7C6C9 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 7CA900E0D3A164F3E11783536B3FC594 /* PBXTargetDependency */, - 58F0D83C0BD4B3487D2506D2B3A420EA /* PBXTargetDependency */, - 8B1DD77218BBD544DA8855B0C20F6461 /* PBXTargetDependency */, - 81F1C32D81BC30F5B6E89B90D748EB1D /* PBXTargetDependency */, - 93A0EE1487624BA26498AFCB24F4F10E /* PBXTargetDependency */, - 39A4B0D292FD837C7892853B1C5601C2 /* PBXTargetDependency */, - AA6B9308FF8FC0B7C74954E89762ABDA /* PBXTargetDependency */, + 888F616CDAF9645102BEF53B8E208014 /* PBXTargetDependency */, + E256565DF3CF6187E8483A5F577E173F /* PBXTargetDependency */, + 729B2DF088673158CE9C45DEA8D90504 /* PBXTargetDependency */, + B61C7391F2A3A520621ED640DD54F2FF /* PBXTargetDependency */, + E9C39026016DC678D7B8E831E16CE67F /* PBXTargetDependency */, + DBBC9B219A2F357B756FE8C6FE311D64 /* PBXTargetDependency */, + C9FD1C00E6FB1DFEAACCD11B6B1BAAD9 /* PBXTargetDependency */, ); name = "React-RCTImage"; productName = "React-RCTImage"; @@ -23591,21 +23616,21 @@ }; 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */ = { isa = PBXNativeTarget; - buildConfigurationList = 545DF4AD7B7FED127F0FE2D96781ED0F /* Build configuration list for PBXNativeTarget "FirebaseCrashlytics" */; + buildConfigurationList = 7FCCFA588C873581FEC8255810B87F26 /* Build configuration list for PBXNativeTarget "FirebaseCrashlytics" */; buildPhases = ( - A2725153E6A2B1DCFB65CFC229A27B9A /* Headers */, - 45B1BFAF65D2372B9BC76CFAF3E6FD46 /* Sources */, - 3633899E54A46160165568B254F465F4 /* Frameworks */, + 3E586A2A3D869C21A7257E505125106E /* Headers */, + 70EED3AAE34B7852A88CFF52A41E00A6 /* Sources */, + 87093DDF75625B5562E5D559B3576BE4 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 53BA24BFC4A1AFA1C3A792F05E68C60F /* PBXTargetDependency */, - 14AF01ACCC68F268F183581B55C6B914 /* PBXTargetDependency */, - 1299EE1E4B4E3DEDC8CDD7A80218439A /* PBXTargetDependency */, - 3E2B0097C853EE5571EA783800791D67 /* PBXTargetDependency */, - 80BC0EB2020F939002455D1AC093C34D /* PBXTargetDependency */, - 46724463EF1578DC87A57857FB921241 /* PBXTargetDependency */, + E89C09ECC55C5E2497AA17E44F5181E1 /* PBXTargetDependency */, + 13C7A119BA6D6BEEC8CF41AAC798565D /* PBXTargetDependency */, + 3249697D56F5E85806BB97B827B8337B /* PBXTargetDependency */, + 8900941A81530893A8EB372BDAB56721 /* PBXTargetDependency */, + DF0C091851CB55362B4192AFE95CC142 /* PBXTargetDependency */, + 4D514204A0BE4147171411F91728E725 /* PBXTargetDependency */, ); name = FirebaseCrashlytics; productName = FirebaseCrashlytics; @@ -23614,20 +23639,20 @@ }; 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */ = { isa = PBXNativeTarget; - buildConfigurationList = 4F5C70AEECD7C898C4F4F5EBEF72DF72 /* Build configuration list for PBXNativeTarget "React-RCTVibration" */; + buildConfigurationList = BA0EC386D6BE379538C4814592A45115 /* Build configuration list for PBXNativeTarget "React-RCTVibration" */; buildPhases = ( - 5E006834A15D45DA38414A37DEB9FEE3 /* Headers */, - 25BCA4A3782A5C8F7BD14F611C94F45D /* Sources */, - 8C17E63A153C5405509579DCAECCE006 /* Frameworks */, + 7AD8FD53A4F56589C48326B17C3F0172 /* Headers */, + 8FED9B5B4F059F5478C085D5F13E67B7 /* Sources */, + 7608EA2E574F04A4EFFFBF71CAD996C3 /* Frameworks */, ); buildRules = ( ); dependencies = ( - C810344F364B2C71C6241F976936A3FE /* PBXTargetDependency */, - 3992A60617F9EACF5710FCC640700D7D /* PBXTargetDependency */, - CA0BD20CB9AF0F7AB7E6FFE1242C8E7B /* PBXTargetDependency */, - CD7CC3133EF0814A9F706851B7FAD62E /* PBXTargetDependency */, - 8A66B1737C5EAC42E39573AA0EE02F52 /* PBXTargetDependency */, + 6C809F5D53F62DA8734ED61A89181F64 /* PBXTargetDependency */, + 4FBF8888A70BBB1EC2A9F2340993C459 /* PBXTargetDependency */, + 63FDD5F28F2449930F5FF3F89A7D63E0 /* PBXTargetDependency */, + 6DA85D0749230491B777AF2B9955D3FD /* PBXTargetDependency */, + 49B03F90478E1949A3AA6518B86BD5FB /* PBXTargetDependency */, ); name = "React-RCTVibration"; productName = "React-RCTVibration"; @@ -23636,11 +23661,11 @@ }; 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */ = { isa = PBXNativeTarget; - buildConfigurationList = E4A898AFDBF0C35A28163EA75746B592 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */; + buildConfigurationList = 285424BA1868B1FF3370F25DE02408E1 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */; buildPhases = ( - 6D3E0E65D15D947DBB6B99A63D66A4C1 /* Headers */, - E9684C08F5276FF68890FCCBB97470DE /* Sources */, - EDB9C6F4A47B65895094954F0D25F579 /* Frameworks */, + 7BD09507134276220C191550E2C02BF3 /* Headers */, + 7D7E3A75A3B7C80258F51CB3B0E342F8 /* Sources */, + D7BF37AE460F16FA27B7171816BE3425 /* Frameworks */, ); buildRules = ( ); @@ -23670,18 +23695,18 @@ }; 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */ = { isa = PBXNativeTarget; - buildConfigurationList = AF007169A2550B41C8CCA95C915032E9 /* Build configuration list for PBXNativeTarget "FirebaseCoreDiagnostics" */; + buildConfigurationList = AD9FD2DAFB3BD976FDBDDE788531F930 /* Build configuration list for PBXNativeTarget "FirebaseCoreDiagnostics" */; buildPhases = ( - 3C44D03F42666E4042B3985590B73134 /* Headers */, - 2CAB0A399EA1B377BF69132D291C9032 /* Sources */, - 9418826C32E49DE3643A15D83EF03083 /* Frameworks */, + F8AEC80F27D063BCF8BD3F26709B7445 /* Headers */, + EDD86000DC6F9369231772EB623E7137 /* Sources */, + 13F352BC832067C7316F359F6732488F /* Frameworks */, ); buildRules = ( ); dependencies = ( - C7A9E5147C052B3458645ACA0A978009 /* PBXTargetDependency */, - BD0F5C88E0DF9166B9B919F2B329189C /* PBXTargetDependency */, - 30B521BB18815FBD98BBF3DD8C644DA5 /* PBXTargetDependency */, + 13931AEC2D03FD5B08CDB681B2E8090E /* PBXTargetDependency */, + 5CB80C2B0833CB6C2C3EDDC6CD71ACDF /* PBXTargetDependency */, + 97B739D00D8080124F25D8DAE616E813 /* PBXTargetDependency */, ); name = FirebaseCoreDiagnostics; productName = FirebaseCoreDiagnostics; @@ -23699,7 +23724,7 @@ buildRules = ( ); dependencies = ( - 72CE4B9764D685F1A17DF459FF0D4D8F /* PBXTargetDependency */, + AF57A30D2562ED9A9AADD6B60A165A49 /* PBXTargetDependency */, ); name = "rn-fetch-blob"; productName = "rn-fetch-blob"; @@ -23717,7 +23742,7 @@ buildRules = ( ); dependencies = ( - 1B69EB5927E3F1CA0D26AB1E644D99D8 /* PBXTargetDependency */, + B03B81F0B9E5A06301E9CA524D9DC2F6 /* PBXTargetDependency */, ); name = "react-native-background-timer"; productName = "react-native-background-timer"; @@ -23726,21 +23751,21 @@ }; 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */ = { isa = PBXNativeTarget; - buildConfigurationList = 145ED5DA1D4C4156BDE9B611ECD84EFD /* Build configuration list for PBXNativeTarget "React-RCTNetwork" */; + buildConfigurationList = D02AA2B78DE333D8AA9B71F87FE3A16B /* Build configuration list for PBXNativeTarget "React-RCTNetwork" */; buildPhases = ( - 8AA71D7D760733B30946D5E123F4050E /* Headers */, - C8CBE7F8F606A21EB8DAD239C10A153E /* Sources */, - AC6E645E9CC485171C9FC5B6200B3609 /* Frameworks */, + 35388A352622AA7F1DAEBD9B241F13B8 /* Headers */, + A12AE97B7C45C2A0EFB2DB544284E0B4 /* Sources */, + 6D226EF8E64FBD813303F6B1A3ACE52C /* Frameworks */, ); buildRules = ( ); dependencies = ( - 772D7CC7A8109448A8D8932E0DDF28D9 /* PBXTargetDependency */, - 3B9A8C44B570AD76AF36A39C9F597160 /* PBXTargetDependency */, - 7AEF61BFC4BAA099A65A373FB2DFD93F /* PBXTargetDependency */, - 920F8040A010C2EE2550AAA9CF95CD08 /* PBXTargetDependency */, - 5185B3EAEFE91AE8297DC9926BF2B5A0 /* PBXTargetDependency */, - 8BC2B4C479F4E79434F8B62BB52DF209 /* PBXTargetDependency */, + B53C6EE82E0155C516260B72199AAA69 /* PBXTargetDependency */, + 110387245673A2B8477AD23026DD11FC /* PBXTargetDependency */, + FE18AFCEA3D79FEC244197769CC80587 /* PBXTargetDependency */, + B60AC390B399EB2C317CAC4A6751BCEA /* PBXTargetDependency */, + 1961B90BC65AE9758BBFE2687A7C9291 /* PBXTargetDependency */, + FDB1D4808F7A548BD1E7AEB4CC723FDA /* PBXTargetDependency */, ); name = "React-RCTNetwork"; productName = "React-RCTNetwork"; @@ -23758,7 +23783,7 @@ buildRules = ( ); dependencies = ( - 532C58FCF1965AE39C055E7FFDAF32B7 /* PBXTargetDependency */, + 14F2425D88285AE7512D60BBD0236DB6 /* PBXTargetDependency */, ); name = RNBootSplash; productName = RNBootSplash; @@ -23767,21 +23792,21 @@ }; 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */ = { isa = PBXNativeTarget; - buildConfigurationList = 6DDAA9BECD4FBE821FF970F74B00EFE1 /* Build configuration list for PBXNativeTarget "React-RCTSettings" */; + buildConfigurationList = B184BBD24DBACB1F7AB9BC08967F325C /* Build configuration list for PBXNativeTarget "React-RCTSettings" */; buildPhases = ( - 8AFEE527630543D7D509EBC6A2835FCC /* Headers */, - ABD05783243EB1648D8AE8BE634F332A /* Sources */, - 8FD42497EF538AD98D1D91AD79978CBC /* Frameworks */, + 3C08D5F52C7B09D9A3DA046C19EBE48A /* Headers */, + 6E342C1863C6EFD754695C6635FEDC9E /* Sources */, + B5D365BA9FE9622D5D3CC87B480282FA /* Frameworks */, ); buildRules = ( ); dependencies = ( - AAC3753A2B114DD01166A9D33FA7FDE3 /* PBXTargetDependency */, - 5349B029FF65A082417235C4A0A40334 /* PBXTargetDependency */, - BD90892A1BB0D92DA9C731F13E027D03 /* PBXTargetDependency */, - DAFBFBC42F6A3AD2DEA2FD22C7CD976D /* PBXTargetDependency */, - 97D574EC9CBA760F50ED5C68CA649ABA /* PBXTargetDependency */, - F809ECDCA588E05DEB04A812639A77EB /* PBXTargetDependency */, + 623F42D108C75C7DDCDD124A85BA38A9 /* PBXTargetDependency */, + 776FEBAD1FFB90C4373B68AA6B25D998 /* PBXTargetDependency */, + C4D0633D73EC6F4261733592D265A57D /* PBXTargetDependency */, + C3756755A3C46D421435C7FED55614BA /* PBXTargetDependency */, + 2F6A8828A44FFE5C4EFD583AA4A6A194 /* PBXTargetDependency */, + E71DF5BEC6F56FEE063677666C975549 /* PBXTargetDependency */, ); name = "React-RCTSettings"; productName = "React-RCTSettings"; @@ -23790,11 +23815,11 @@ }; 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */ = { isa = PBXNativeTarget; - buildConfigurationList = 883C0F1A44E577232E16F1D2D7747B4E /* Build configuration list for PBXNativeTarget "Flipper-Glog" */; + buildConfigurationList = FB9AEE0FD60B97B38924F6C6C97D56E7 /* Build configuration list for PBXNativeTarget "Flipper-Glog" */; buildPhases = ( - 6CBE3010EF06C474FF2C6AA76A8EC205 /* Headers */, - A83D5F7F99E31B1D720ED227DE4AD71B /* Sources */, - F092B5ECEEEE60CC8040409916923227 /* Frameworks */, + EAD0BA479B9430AA004867D4D1B88E5C /* Headers */, + 4B268E7FEB3D27BDBF4B2B42DAD16008 /* Sources */, + 2C0BD9F1674DC62E01E9E3B00BD831F0 /* Frameworks */, ); buildRules = ( ); @@ -23816,8 +23841,8 @@ buildRules = ( ); dependencies = ( - B2B428C902029B402167658E17837A47 /* PBXTargetDependency */, - E119284B2E73F3FD252BABB05536A988 /* PBXTargetDependency */, + 3BF55021C42F4AA24BAA0E5F17C7328A /* PBXTargetDependency */, + CD89306CBF2966433669EC98705C2BF7 /* PBXTargetDependency */, ); name = EXConstants; productName = EXConstants; @@ -23826,11 +23851,11 @@ }; 6D979AB5FDA2E858850D9903776A30B3 /* RNImageCropPicker-QBImagePicker */ = { isa = PBXNativeTarget; - buildConfigurationList = A5DB7EEA4A6AB8305F23C5D2D6C00E23 /* Build configuration list for PBXNativeTarget "RNImageCropPicker-QBImagePicker" */; + buildConfigurationList = 61A06D8075505FCA973B9B1BEA8F8422 /* Build configuration list for PBXNativeTarget "RNImageCropPicker-QBImagePicker" */; buildPhases = ( - 1ADD557A059C53743282A56751B0EB36 /* Sources */, - AC1AB9E96CA1EBC838FAA721C0A66D67 /* Frameworks */, - 2A05938870CADBE6630577D10A9DEE73 /* Resources */, + E614FC26554889E48FEF59B5028C293C /* Sources */, + 388E400298503AF2A882E57345CDBC47 /* Frameworks */, + 57AE3BECED03C5461F899119D6E26F47 /* Resources */, ); buildRules = ( ); @@ -23843,19 +23868,19 @@ }; 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */ = { isa = PBXNativeTarget; - buildConfigurationList = 305B0DA2C547F5F04407625EB2E28144 /* Build configuration list for PBXNativeTarget "React-RCTLinking" */; + buildConfigurationList = 9BCF68CB9635471364DB455867B28F93 /* Build configuration list for PBXNativeTarget "React-RCTLinking" */; buildPhases = ( - 0F191C7E1CF486517DA4AB0972430A64 /* Headers */, - F41DAA90F28154072B0D88E13E3B2258 /* Sources */, - DA56313A000A17691E6143F773AEE109 /* Frameworks */, + 8D332BFB50C6E0B3500E6A620A5124B2 /* Headers */, + 7E8BA6D659913B1D0EFAF83038BE1710 /* Sources */, + C521FC2555BD592B6E7A8B27ECB0511D /* Frameworks */, ); buildRules = ( ); dependencies = ( - 69DD6A8F5C82F5F24B60DFEE2CF369E0 /* PBXTargetDependency */, - 0DD1181F31D4A5FFCD2477F9B6BC36D1 /* PBXTargetDependency */, - DEB061036DFB6A9AD5266B1269F90E66 /* PBXTargetDependency */, - D13D061B15D743C84E4B2D04AF7D01F6 /* PBXTargetDependency */, + 62F28B38E411135F626178BF237A5EA7 /* PBXTargetDependency */, + D2E80F20B489DF125E118DA9CBADA4E2 /* PBXTargetDependency */, + 461D405C85A42C4D4DE8B8EDBCDAAD05 /* PBXTargetDependency */, + D29F5EBCABFDB69174234C45DCCFA61F /* PBXTargetDependency */, ); name = "React-RCTLinking"; productName = "React-RCTLinking"; @@ -23890,8 +23915,8 @@ buildRules = ( ); dependencies = ( - 23227B40B380D3C8DD042FFAAFE225C9 /* PBXTargetDependency */, - B2C0898FDE1229457804AC0A3D879986 /* PBXTargetDependency */, + 86596F6E1660D240D3AACB9352CF266C /* PBXTargetDependency */, + 02E9E53F1A94297D28085B1950547CAC /* PBXTargetDependency */, ); name = "react-native-mmkv-storage"; productName = "react-native-mmkv-storage"; @@ -23900,11 +23925,11 @@ }; 7A020DAB6F3F0BA0A6D9946E84B38B7F /* React-Core-AccessibilityResources */ = { isa = PBXNativeTarget; - buildConfigurationList = 76191D223FFF43A81CE0E4A846C9BDFD /* Build configuration list for PBXNativeTarget "React-Core-AccessibilityResources" */; + buildConfigurationList = B8198E1C72E8DA0A69E1024353E1C138 /* Build configuration list for PBXNativeTarget "React-Core-AccessibilityResources" */; buildPhases = ( - 8E8581B129E61E18A6F4638199F2959C /* Sources */, - 7F8EFEC5FAF014D4D05351F463D5C8EF /* Frameworks */, - 383C89271F94FFE0FD53F879F0337A15 /* Resources */, + EB25AF3F5AE8AE09FACE42EAFBFBE4B0 /* Sources */, + 056CFBBDCE4CE13F557A90E15A3F26A5 /* Frameworks */, + C346BB50095D536EA1D970C0FC453D91 /* Resources */, ); buildRules = ( ); @@ -23917,23 +23942,23 @@ }; 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */ = { isa = PBXNativeTarget; - buildConfigurationList = 91320F5B28D205767792F0E4599E7A37 /* Build configuration list for PBXNativeTarget "React-Core" */; + buildConfigurationList = 7134511ABE33086F91DA69DCACBA42D3 /* Build configuration list for PBXNativeTarget "React-Core" */; buildPhases = ( - 2BF6332AA114086A60E53688E78F8DBA /* Headers */, - B57C3867DFE8EDA89B515ED30E7FAFEF /* Sources */, - 2263FD0C0365ADE498BE8B4BA99A9ED8 /* Frameworks */, + 899FA27752C5D668B318DB03B59F23F1 /* Headers */, + 1F1C22A1BBAE122A3C45A0DD1E46E4A3 /* Sources */, + C9704626858AA54A37D091FCEC5825FF /* Frameworks */, ); buildRules = ( ); dependencies = ( - 67117CE4296F05AE294B6398CE40DB06 /* PBXTargetDependency */, - 3A2C5F0E00460FB02862F5C421EBD635 /* PBXTargetDependency */, - A3E14DF9522D2D50A2071FF9DA677BB6 /* PBXTargetDependency */, - 3F8E3CDD5BA36A966AEE613F126DEC40 /* PBXTargetDependency */, - 8DA0E3C5E00468065FC2B31262003A91 /* PBXTargetDependency */, - 3F2421D81BEA4ED7C33C85F9CC75E83A /* PBXTargetDependency */, - 661C46777462E89354C94BF9DB38FD08 /* PBXTargetDependency */, - 5BBE64380BB3E37E7A239A0A239FDC56 /* PBXTargetDependency */, + B4A66B981629A089EA4786C338B28F1B /* PBXTargetDependency */, + 0F87CCE58C28FC6D52AFE65D4495F8AF /* PBXTargetDependency */, + D758F4D7432653926E6C49A0A7074F1D /* PBXTargetDependency */, + 57BB3A8F6016B19EDCCE5335A39C621E /* PBXTargetDependency */, + 8B0534F037CD0E0C160F632724B0C72B /* PBXTargetDependency */, + 98250801EC68C0B54855BD4C64A37A68 /* PBXTargetDependency */, + 579507B3D7B2B5E050C4EFBF57722327 /* PBXTargetDependency */, + 4FF8D9053D6DAC55F93BE6FA7BAFFE10 /* PBXTargetDependency */, ); name = "React-Core"; productName = "React-Core"; @@ -23951,7 +23976,7 @@ buildRules = ( ); dependencies = ( - 0AD69F7596AF6B493E9344CC6F73A391 /* PBXTargetDependency */, + 35916694CB4AEC3839FA9A6523944D33 /* PBXTargetDependency */, ); name = KeyCommands; productName = KeyCommands; @@ -23969,7 +23994,7 @@ buildRules = ( ); dependencies = ( - 36C2DA4DD53029717F1BE95749FE22A1 /* PBXTargetDependency */, + 1962EECD37A592FD8934DD601FCEEC4E /* PBXTargetDependency */, ); name = RNDeviceInfo; productName = RNDeviceInfo; @@ -23987,8 +24012,8 @@ buildRules = ( ); dependencies = ( - 2C82E1D865A454EB7FB4050FF4A77122 /* PBXTargetDependency */, - 253CF9CFE3A571B8EF9B7F0A836D1CB0 /* PBXTargetDependency */, + 1736AFA17A2E93DB6BB7BC7E97359220 /* PBXTargetDependency */, + F89C0168872CC85F8022A10B61F4192C /* PBXTargetDependency */, ); name = EXFileSystem; productName = EXFileSystem; @@ -24006,8 +24031,8 @@ buildRules = ( ); dependencies = ( - AD042ECD62FB7A49834CEF4B816F826C /* PBXTargetDependency */, - FC701BDC7AC4DA32667E8352E94105C7 /* PBXTargetDependency */, + 5681A9D06B98CB349E0BECE9CEF73D37 /* PBXTargetDependency */, + D2D5A9B07BFB2B311D4BA574520C5905 /* PBXTargetDependency */, ); name = EXLocalAuthentication; productName = EXLocalAuthentication; @@ -24016,18 +24041,18 @@ }; 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */ = { isa = PBXNativeTarget; - buildConfigurationList = 31AE3043EB2A46CBAA6597CD4B26F8D2 /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */; + buildConfigurationList = 1C8FBC63ED65464915258A68EBE44DE3 /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */; buildPhases = ( - 65E65B11980347A2EF9DA7FE1C507EA2 /* Headers */, - 2EC64946E005BB5F59BC12EE3F8C369E /* Sources */, - 238E2CEDAED16AC9EFB32939E5ACC23E /* Frameworks */, + 02E8617DD70FB8263978E5838A0CFA6E /* Headers */, + 6148DEBFC3F67F6FA527B2BE9773D622 /* Sources */, + CF5296449338277A583E55E2791A977D /* Frameworks */, ); buildRules = ( ); dependencies = ( - D9306BFEE98ECB6A5DAD991508FEBA53 /* PBXTargetDependency */, - F9B21130A8C26EC11B7A695E49A49047 /* PBXTargetDependency */, - 8912197064C8151442A0DB68470BC959 /* PBXTargetDependency */, + 5B3F6EA4B2861FD32C68EB37A1CD15AC /* PBXTargetDependency */, + F77B56E35179CBCDCEA49651380757F3 /* PBXTargetDependency */, + 7E41D4810DB38E59B94552308AF918D6 /* PBXTargetDependency */, ); name = FirebaseInstallations; productName = FirebaseInstallations; @@ -24045,9 +24070,9 @@ buildRules = ( ); dependencies = ( - C8B1913BB13582842DBB45105ED4B60A /* PBXTargetDependency */, - CC1E5389D8507E220AA4B2B567654993 /* PBXTargetDependency */, - A4B53C0CCF8A03314FA4A3F4209E3283 /* PBXTargetDependency */, + A39C1D9EDDCE91F1FFFB789184384CE3 /* PBXTargetDependency */, + AF62E583F49DDF5681F631AE65E575B9 /* PBXTargetDependency */, + 102A11ED5ECB64B2E2DF4318C52CA9BF /* PBXTargetDependency */, ); name = UMReactNativeAdapter; productName = UMReactNativeAdapter; @@ -24065,7 +24090,7 @@ buildRules = ( ); dependencies = ( - 8590B11A76FC0E095EBB3AC7D8C04DAB /* PBXTargetDependency */, + E483279EDACF1212082CFAC0770621DA /* PBXTargetDependency */, ); name = RNCAsyncStorage; productName = RNCAsyncStorage; @@ -24083,7 +24108,7 @@ buildRules = ( ); dependencies = ( - CA6BA6E8F6DFABC38E40B575E1AB444A /* PBXTargetDependency */, + 2C83FC9EB661BC061EFA0B27D8557426 /* PBXTargetDependency */, ); name = "react-native-webview"; productName = "react-native-webview"; @@ -24092,16 +24117,16 @@ }; 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */ = { isa = PBXNativeTarget; - buildConfigurationList = 6EB386E5C003B43598BF8DBF7088F435 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */; + buildConfigurationList = 8107302B9124AEAA5AB213B18CC721BF /* Build configuration list for PBXNativeTarget "GoogleUtilities" */; buildPhases = ( - B78DCADC70EFA97605B2ABD2A5DE1CE2 /* Headers */, - 4313BA1B4D576377B9F31F50B3215EA9 /* Sources */, - 3A2FFD3E0335F8412FB3BA302FAA2C07 /* Frameworks */, + EBFD97345361C47B401D7DE5B5FDA8E3 /* Headers */, + 46E50DB9629AA5C325735A8D2A52A88F /* Sources */, + 8BBB909595545800A3C5562B84ED2B61 /* Frameworks */, ); buildRules = ( ); dependencies = ( - BF34763FA84DA28A9E3240026EB80A92 /* PBXTargetDependency */, + E211B6CC028F549AC4B16302716CEBF0 /* PBXTargetDependency */, ); name = GoogleUtilities; productName = GoogleUtilities; @@ -24119,7 +24144,7 @@ buildRules = ( ); dependencies = ( - 19477DAE24F99046E49767D904667168 /* PBXTargetDependency */, + B3774D91A546CD12B524EB2A594F0225 /* PBXTargetDependency */, ); name = ReactNativeART; productName = ReactNativeART; @@ -24128,17 +24153,17 @@ }; 90D0DE2F3348233618414728C35311CA /* RNFBApp */ = { isa = PBXNativeTarget; - buildConfigurationList = F2EFDAA835CFF1DC84FBC9E3EE63FBB5 /* Build configuration list for PBXNativeTarget "RNFBApp" */; + buildConfigurationList = 6DD53296479F50CD1C3BC24B29EAD994 /* Build configuration list for PBXNativeTarget "RNFBApp" */; buildPhases = ( - B0D4FAFEC935882157E295398B5ABD70 /* Headers */, - 485EB44290530CF4DDCF63A47DE80F70 /* Sources */, - EEA2D0D72FD82DADE5A0C7CEFF026F52 /* Frameworks */, + 2EC1C66097245CBFB80A278BAF8A660C /* Headers */, + E855EAA7620F280C830A01CC6E4B5531 /* Sources */, + F8E8A7C9A49CB13FD1E91B784BBDE608 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 298181ED54A357961E8EE44A2C6B0031 /* PBXTargetDependency */, - 462B47B22E198DCEA4F57EFAD86304EC /* PBXTargetDependency */, + 3D261E6D7FC43F862BB54E0361850198 /* PBXTargetDependency */, + 26371950D5B797447E6D0D20D6B43090 /* PBXTargetDependency */, ); name = RNFBApp; productName = RNFBApp; @@ -24156,7 +24181,7 @@ buildRules = ( ); dependencies = ( - 8AC7BEB4D03BA739837FB3AD3E0F68EC /* PBXTargetDependency */, + 215C54F69FB47911F514BD056D620220 /* PBXTargetDependency */, ); name = MMKV; productName = MMKV; @@ -24165,21 +24190,21 @@ }; 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */ = { isa = PBXNativeTarget; - buildConfigurationList = 22B739920713CD58BF2DA3EF6110F22E /* Build configuration list for PBXNativeTarget "React-RCTAnimation" */; + buildConfigurationList = DCF7F11097D2457233B3A62DE52D5E26 /* Build configuration list for PBXNativeTarget "React-RCTAnimation" */; buildPhases = ( - EC3E99A614D0D88A8CE563A4502105EA /* Headers */, - AD3029F20C184ACDB75C4B5737268B53 /* Sources */, - B6FDB37CE1F3622A1CA5E32FFB2F2B00 /* Frameworks */, + CE10927F1368C7C146A00493FBDB827A /* Headers */, + 3093B66C13AEC65A7EB32D903802E16E /* Sources */, + 9D3086269F5FEF0B41E3EE6CCB384D15 /* Frameworks */, ); buildRules = ( ); dependencies = ( - A797DDF6BB42C700844AE9DDE100CB17 /* PBXTargetDependency */, - 76D5D8B17BE1EFBB63A2D5ADBFFAC9A3 /* PBXTargetDependency */, - 2A64BDA6C2A8C62FB09C149CACC970D1 /* PBXTargetDependency */, - F89FE2E615513155640712E3924D530A /* PBXTargetDependency */, - 9AD617CDCD9CB1CBE88D70AB36F176AC /* PBXTargetDependency */, - 69105E74203CFC6FF5F19948AE978D23 /* PBXTargetDependency */, + 625F91DF3672F30834772924304F8010 /* PBXTargetDependency */, + 4CFB1C371127C6B1AC7BEF60CBA0278F /* PBXTargetDependency */, + 46FD7FD1DE5CF7122103D6F029BFD8BE /* PBXTargetDependency */, + 5E5CCD44181C1775196264B5DB49525E /* PBXTargetDependency */, + 36E5238B382AAA54286417B3B5E404C2 /* PBXTargetDependency */, + 9C39277969B0A4DA5944A45777990442 /* PBXTargetDependency */, ); name = "React-RCTAnimation"; productName = "React-RCTAnimation"; @@ -24188,21 +24213,21 @@ }; 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */ = { isa = PBXNativeTarget; - buildConfigurationList = 5C823C0C149D42C2DE8F9690BC2D79AA /* Build configuration list for PBXNativeTarget "React-RCTBlob" */; + buildConfigurationList = 99AD276357F7332F893095DEA03E6D80 /* Build configuration list for PBXNativeTarget "React-RCTBlob" */; buildPhases = ( - B325344314B13F3FA29484D52B30C824 /* Headers */, - 815C8260D1213D3620AE9AE9B1A8E12F /* Sources */, - D3C0E368C501EDE9872D7A0796EE1678 /* Frameworks */, + 9C726C3A50D17F100D21832AB30F22CB /* Headers */, + AA08ECE588FE40B13EC407D3083F2CD7 /* Sources */, + A0632783826BAE019E2F13432C982562 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 58433F97A59FCBF16772B265D0FF4A49 /* PBXTargetDependency */, - 0BF4C376CBA01793D1071ED4F5198F07 /* PBXTargetDependency */, - 04A0B74359717C85121F96AE3D0D36E1 /* PBXTargetDependency */, - 758C8949662400005C04CBAF57270FE6 /* PBXTargetDependency */, - 2D4AB775946548DFAEB7648168F75F57 /* PBXTargetDependency */, - D12006AF3D1E943A99BC65DEF6E1E671 /* PBXTargetDependency */, + 77707E4CC04CE1ED6B296AD8EE09492E /* PBXTargetDependency */, + BDE9DCAD145960B56E8B9AA829D2F3E0 /* PBXTargetDependency */, + 8BAE0E52331C30A1FA1D75AD4F721B2F /* PBXTargetDependency */, + 6C6D394B44DA3D825A4BB623FFDDE272 /* PBXTargetDependency */, + 658C49C69889983801DA4EE1F5ADA74F /* PBXTargetDependency */, + 37DF78EFA5D5E6254124FDAE53A35011 /* PBXTargetDependency */, ); name = "React-RCTBlob"; productName = "React-RCTBlob"; @@ -24220,7 +24245,7 @@ buildRules = ( ); dependencies = ( - F3357C95850EFD021F8D99D25B4348DA /* PBXTargetDependency */, + 88C5C983D6DCF0D046B887B0B86C4740 /* PBXTargetDependency */, ); name = RNVectorIcons; productName = RNVectorIcons; @@ -24229,20 +24254,20 @@ }; 982644B5B647690B2E4F5B3F54EB5717 /* FlipperKit */ = { isa = PBXNativeTarget; - buildConfigurationList = EAED481623AA0A42B851CDDC43D130E9 /* Build configuration list for PBXNativeTarget "FlipperKit" */; + buildConfigurationList = 7B8B9FF06DE46BC17D81EF6C4BD6ADC2 /* Build configuration list for PBXNativeTarget "FlipperKit" */; buildPhases = ( - 97736A5A97CF4FAD14E78023E72FB8F1 /* Headers */, - 4E38E24F9A4B41DF4B815F28E8E53A95 /* Sources */, - 3A9F7A054E6B47455586B37B1C9768AF /* Frameworks */, + 75A1BF79BE349F5BD953C85CA8CF9CD4 /* Headers */, + 7C2E3E38684AA8A415EF1633224E1CAB /* Sources */, + 186D41F90F48D0664A44AD9E464AB891 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 10FDC2EBFEABA541A42D4A1CFC09855B /* PBXTargetDependency */, - 60DE3943E7C6EECE2E2D164530A855AE /* PBXTargetDependency */, - B83AF00551E479D7DFA24EA9A25A20AC /* PBXTargetDependency */, - A06ABEB57CDED79D92DAC7B07FF6565E /* PBXTargetDependency */, - 6C04E75AFC77746BE88D536D3B4397E2 /* PBXTargetDependency */, + 325D6DD68A50E9ADFAA49B5876888BB4 /* PBXTargetDependency */, + DD53964EDED07A443ED43B00A31DA180 /* PBXTargetDependency */, + 81934E20D2AF936A57B8D5289C121493 /* PBXTargetDependency */, + 154B4FEF896FCBE29557304420A484DC /* PBXTargetDependency */, + 93BFC96BEE953617FFE9A359C02B2B79 /* PBXTargetDependency */, ); name = FlipperKit; productName = FlipperKit; @@ -24260,127 +24285,127 @@ buildRules = ( ); dependencies = ( - 6039494EB8EA1D0467A9C3EFFACCA422 /* PBXTargetDependency */, - 0828C3A2B92A2D58F12D67CCAA6A6C33 /* PBXTargetDependency */, - 8B38E182CD6512613B24E1EBAD29C1DD /* PBXTargetDependency */, - 7AF4C55776556B9771301EE1B02264BC /* PBXTargetDependency */, - 37307F0E4FB7ED389171A8631BEF4A61 /* PBXTargetDependency */, - 568DA039E2854653755EFB551BCB67C7 /* PBXTargetDependency */, - 159F1CCF92052BFE76C3BA7716728678 /* PBXTargetDependency */, - A8134A3DF7E5D67DFD62549F6A8534F5 /* PBXTargetDependency */, - C190D6AFF06C70D64C646812062226CB /* PBXTargetDependency */, - F8F59BA282AAA90906F5A4D04EC335B0 /* PBXTargetDependency */, - 84D44F85829C37220CE672EEE6C9563F /* PBXTargetDependency */, - 97513AC5AA886A71E0BB010C4784B8F3 /* PBXTargetDependency */, - E3E326A38F6CC7D827BBDC335539B4D7 /* PBXTargetDependency */, - 392D9E8B599B9115BA160D29A92E218A /* PBXTargetDependency */, - 53B9ABE965229E52F4DCC1DC7207B5CC /* PBXTargetDependency */, - B496DC76BEAC0FF1E77B74E035D2865F /* PBXTargetDependency */, - D416F61EB1AC71F2A0F26ABB4573E823 /* PBXTargetDependency */, - E807AB2AF6293A9AFDA2B046FF8B05D1 /* PBXTargetDependency */, - 6CAF14FAC5535761DC6D9DE1B1F0C09C /* PBXTargetDependency */, - 2A6E946028A340FC7FFE1CBA0478CECC /* PBXTargetDependency */, - 52167513B280029600F4E7898644C837 /* PBXTargetDependency */, - D9812F3337370B78B4C3AE1F1A984B35 /* PBXTargetDependency */, - 6B81B7204997B0A64BA884F5B0DD5AE2 /* PBXTargetDependency */, - E9E0F35874B7D3B824B267A79032DD31 /* PBXTargetDependency */, - A233FB3C9FDFDF83425422E10DF6EBA6 /* PBXTargetDependency */, - D690D4F5A1E89D8BB3F407457C5B1740 /* PBXTargetDependency */, - 2946EE42F1460763CA52DAB9F3301BD9 /* PBXTargetDependency */, - DFCF983A278A858E268AC7AA0B4BFC1E /* PBXTargetDependency */, - 4954442C6698F7523439279FA3DE0CAE /* PBXTargetDependency */, - E90A748FE593E4573D064E51C03FA248 /* PBXTargetDependency */, - 3847461C7A1E9E741A98B8C9BD228E6E /* PBXTargetDependency */, - E01FE8A357DD619006F123D8B7924702 /* PBXTargetDependency */, - 9D0B05842447499AA4423A96D9BF91B5 /* PBXTargetDependency */, - 78107DDA5F04B294F85C8763B2B682EF /* PBXTargetDependency */, - 3DCE8CED32F907B4B1A237131C6120C6 /* PBXTargetDependency */, - 9C7126D8DA5D4B18DC035A4589158183 /* PBXTargetDependency */, - A494AE5EA4AED5AE05A9607B2E7D2AF0 /* PBXTargetDependency */, - 9A600B05E41594ED82A18F26916B57D4 /* PBXTargetDependency */, - CB0BFFE34B88114673896D22138DA1AD /* PBXTargetDependency */, - ACAE210A8DE8C3572B8DC974398112C0 /* PBXTargetDependency */, - 8088518046B93825728171B753A34D05 /* PBXTargetDependency */, - FF266C3584F2B70C2902C9E279A66048 /* PBXTargetDependency */, - 4669A0FB27A4C542FBF554F05A814534 /* PBXTargetDependency */, - 05F299A9CC74B2B4023189CA1F0E196F /* PBXTargetDependency */, - D41B9FF47361394B64A0CD6926B80031 /* PBXTargetDependency */, - A5A02B26534C74079E505989011DAEA4 /* PBXTargetDependency */, - DB9D5B8BBBB656EA977A2B525E8BE5F8 /* PBXTargetDependency */, - 7E6485B47F9A4C2AACB3C96F8EAE6B4F /* PBXTargetDependency */, - FE832E3BC8D0D3BB4F2C7D354F5309E1 /* PBXTargetDependency */, - B549965D6A0413AA4AA978995EA3BDE9 /* PBXTargetDependency */, - DEBE9A18C4B6F2F789357A4957F2B9BA /* PBXTargetDependency */, - 32AF48932D8C33EE4D4F6969FBAFCCE5 /* PBXTargetDependency */, - 87421A098B905CEA0D54A890D932E8BF /* PBXTargetDependency */, - 5C4417CE14C02B864FFD80F1674A4BD8 /* PBXTargetDependency */, - B7C6EF46CD30BDEC839AC474CFA7132B /* PBXTargetDependency */, - 1373CF34B09590C7C0805221DDA4D4CC /* PBXTargetDependency */, - 97D85F7636870DE8A0ED0F2181682EE2 /* PBXTargetDependency */, - 8091BCB249BA59FE186820B7DB38F148 /* PBXTargetDependency */, - 1B1973F82848CB993436A80497966989 /* PBXTargetDependency */, - 012139D89DFFC09CE6BA094ADEB10EA9 /* PBXTargetDependency */, - 4DEE5095BC7600AE0452C568FDBED522 /* PBXTargetDependency */, - C5792FC026AE3DCD1BFECDF1B58F9D0E /* PBXTargetDependency */, - FBDCE526967CDF68F184D1EEF29370C0 /* PBXTargetDependency */, - 03EE1FF7898C65B6FA194FF947D00963 /* PBXTargetDependency */, - C1118B1D585611D2BB6E10544DDCC7A5 /* PBXTargetDependency */, - 4C93F69EAA24B2CD358F2E07BBBBCD6E /* PBXTargetDependency */, - 93BB9AB58A4ABC3E6D66FB74B05986BC /* PBXTargetDependency */, - 9BE51577BADDED2EA8FB2A9F8979F1CD /* PBXTargetDependency */, - 9430D476768A8E6EDFAFD15260A1A2ED /* PBXTargetDependency */, - BAB94540A1C1A599F8F4D9B0DD6F2E66 /* PBXTargetDependency */, - DB2F88E45C75A1C657542E8F5DDE6936 /* PBXTargetDependency */, - A7B56909E621D9B106C9552FF5CAD0DB /* PBXTargetDependency */, - 7CEAA3A5F4C4D71CED0DABB3A9B008D2 /* PBXTargetDependency */, - F79EB50679A1A3B13E1726B54D8AFDA2 /* PBXTargetDependency */, - 954435C4CDAB037B5E68CFBDE743E468 /* PBXTargetDependency */, - 01482F0E8F9C25E5345B46976C7706E5 /* PBXTargetDependency */, - D178C9A66D95F35C88A6D568C86C8672 /* PBXTargetDependency */, - 7984081ADC54A30471528AD1B8027ADB /* PBXTargetDependency */, - 031DE1302938113DFDE98505D022B2A2 /* PBXTargetDependency */, - 6E5B2A1059B97BE0BEE14CE25866AEAB /* PBXTargetDependency */, - 283490D34A06AB9E76B674B5AF7C9082 /* PBXTargetDependency */, - A19A281838940D99002DB04F2D815993 /* PBXTargetDependency */, - 9F982935C457330C68296ECEEBBBB17A /* PBXTargetDependency */, - C7F2F9F9612EF0423FDAFDCCE1E5E6DC /* PBXTargetDependency */, - 10C88391B9060F1F028982942A839D26 /* PBXTargetDependency */, - 768AEB79331D20BABB3D792C5F9AF95B /* PBXTargetDependency */, - 9870FDC23A8A463531E0C2585333D0B9 /* PBXTargetDependency */, - CC457FCF5730A812C82525B51613CA28 /* PBXTargetDependency */, - 01779F0F5026DB316FF466FCA6F585A5 /* PBXTargetDependency */, - 451BC6DA764ED58504B8125F2E82C37C /* PBXTargetDependency */, - 568EC7920059E436DF92F9430B491018 /* PBXTargetDependency */, - D2836C3078393E3CF6B1E9FB5CC47F7A /* PBXTargetDependency */, - 58E83EBED477CCCBB98D4B46F1323B75 /* PBXTargetDependency */, - 844F097586946D2FC678F4A8022876E6 /* PBXTargetDependency */, - FDC2DD3DCAE47CAC2E2507060292A2C7 /* PBXTargetDependency */, - 6EA2DB28700C509600436E2C0039A6CD /* PBXTargetDependency */, - 5E548493783BD395A78DCC20C7F034B3 /* PBXTargetDependency */, - A571419FD4D76CF41E1927DAFF8A52E5 /* PBXTargetDependency */, - F64FF03AFAECD36C6B10EC333C7F7920 /* PBXTargetDependency */, - 42C6CACEB7E316C56DA68AF93FF7FFE7 /* PBXTargetDependency */, - F391B0C91BD111C0A5C06C542F974515 /* PBXTargetDependency */, - 773C8501D26C1468515EEE5B19D21614 /* PBXTargetDependency */, - 25207CFF42B59893BC0AA900B8ACB809 /* PBXTargetDependency */, - 256D5B413246984FA3E46045C41527CA /* PBXTargetDependency */, - D1335B440F33593023D4F8991A52155A /* PBXTargetDependency */, - A88139EBEA41EEDAC6CE2F6C06E41BF7 /* PBXTargetDependency */, - 201A53CF5FCCE7FB16886DAA5986BB64 /* PBXTargetDependency */, - F73C67F1B78F7EBE5B038208C27C1239 /* PBXTargetDependency */, - 2300471E28478957B7FE17B7F11E3722 /* PBXTargetDependency */, - 05B51C1D5BEDA9B0314BEC358544F5EA /* PBXTargetDependency */, - FC5C0606188D5351886298109A05DA55 /* PBXTargetDependency */, - F6F58603DF608794FFBA8F87113D9016 /* PBXTargetDependency */, - F915423BA7C49DC985439B1ADA1BAB10 /* PBXTargetDependency */, - 8D0EEDC0BBD49EF9C4B5C199EDFD0164 /* PBXTargetDependency */, - 9D764523DD70A031236C7F776F5B199D /* PBXTargetDependency */, - 5A073F1054A8E8AA6EDEED7201AFEC80 /* PBXTargetDependency */, - 260805D42FEE96FD79C05B054556E10B /* PBXTargetDependency */, - F742E818BCF1B7CCD14814C41F990F97 /* PBXTargetDependency */, - 478C978F842EC0D2A96E204E6D285E34 /* PBXTargetDependency */, - 56DF8C1E08070E6A1349C54E58EDF240 /* PBXTargetDependency */, - F640DC1434D20E0291A8CF99EDB83523 /* PBXTargetDependency */, + 5F55C75A4EF51459B4B7A712008ACC37 /* PBXTargetDependency */, + D23CFB29D12E368E77D1133889EA4082 /* PBXTargetDependency */, + 07A61BF5C646D8D48F439D7EE3A08F38 /* PBXTargetDependency */, + F53B699F7E6361142B3C72EADE5B209C /* PBXTargetDependency */, + 54C6F229FFA7D01E4437F75B594FD4F3 /* PBXTargetDependency */, + 100DB7E4C82D0F251E362AC0CB0A16CD /* PBXTargetDependency */, + 91897210DDCE9BBCD76CF4400423D1A1 /* PBXTargetDependency */, + 81411C9D1CB321A3FAEA7AFEE08363E0 /* PBXTargetDependency */, + C43FF4220D23557F010D913694456288 /* PBXTargetDependency */, + C07971E6893513AD49928C91F2FB093A /* PBXTargetDependency */, + 57D11A4C6CBC6ACF78877A280F6586E4 /* PBXTargetDependency */, + ACCAA5361EEE25B08BBC15B6931524E9 /* PBXTargetDependency */, + 74882181DA4D37D452C9F9A1008D07CE /* PBXTargetDependency */, + C3B414EC70C47514B5A66705847EC0CD /* PBXTargetDependency */, + B03FC9230ADF4A5B8A8E7F27DF9F4DC2 /* PBXTargetDependency */, + 5724209B834198E075F6FB976F6B43FE /* PBXTargetDependency */, + 488577C1802E2619C6EC4D9C9B73FD6B /* PBXTargetDependency */, + 682FEE936FCBA796BA69B45A0938675D /* PBXTargetDependency */, + D2464230506BF2497B7D408824BFB37F /* PBXTargetDependency */, + 28CA0EDCB6A75D81458BB2C196E347CA /* PBXTargetDependency */, + 6AB93E14A62B6CA02A737A7DBD0834D9 /* PBXTargetDependency */, + F13C482D92E259372024AAFF01C5D5C7 /* PBXTargetDependency */, + 1F8D1EE63B176988B464B732C18B31B7 /* PBXTargetDependency */, + EF0625EE6C3445A4A0FFFEC2AC64D9CB /* PBXTargetDependency */, + 3FC0948B54AF96773DAC5DB771FC9F71 /* PBXTargetDependency */, + 97A3664DA7D5C4002D81A0042DFC61D8 /* PBXTargetDependency */, + 2CDA1C569538A277238B49FF14B3C3B7 /* PBXTargetDependency */, + 3FAEC1472EF3E739D4415C284FDDFF9B /* PBXTargetDependency */, + 85B2CD29FCF749EAF71969E2BD04F8B4 /* PBXTargetDependency */, + 9130819E632E7B82DA46038283B9DF99 /* PBXTargetDependency */, + 7BE15A86E0801F901E2C4628AE4A9933 /* PBXTargetDependency */, + 1466C5D7C98ECCDD0E7E25545FB45B74 /* PBXTargetDependency */, + 8EB9CF0D237A24441BC52643B090D3E3 /* PBXTargetDependency */, + F63C11B2D26C816EF6455D45506EFB18 /* PBXTargetDependency */, + E6BBE486B4A8E7AB78B7DBC52C93815B /* PBXTargetDependency */, + 8F48604752109108DE452C74E8A3ABB4 /* PBXTargetDependency */, + 2F991409CE3A84FF67E02930731899EE /* PBXTargetDependency */, + 52431632C3F18728B8611DBC9DAC273C /* PBXTargetDependency */, + 96625BF6EB5E82819F94AF5E85D93A57 /* PBXTargetDependency */, + 1F89F41D0F4872DA3DDC549CAD3AA777 /* PBXTargetDependency */, + 9D92854475E5EA0CD10A816AD15EB1E5 /* PBXTargetDependency */, + 217244B68AB039709C57A9772D94FE80 /* PBXTargetDependency */, + 49E118ED69E435632B0B5946ABF95573 /* PBXTargetDependency */, + DC577B03DA9E71AAC2C231CE94DC93DD /* PBXTargetDependency */, + FA09D42046FBD60DB2A03D5DBF592AFD /* PBXTargetDependency */, + 29F32A3779EE4D35AF10BACA8EAD8BEE /* PBXTargetDependency */, + B19463D705208D7F29CF46C92B065F24 /* PBXTargetDependency */, + F511FAA2CA4EF16B5A0BF79FE75B66C2 /* PBXTargetDependency */, + D4DD2DE0E1299F27B189F14DA7D78B7A /* PBXTargetDependency */, + ED69BB3248FA0260D1EFD39A11323D5E /* PBXTargetDependency */, + 272122856CDF86E21CAD325D26E38598 /* PBXTargetDependency */, + 6163E464FEE17C329000460CE1B072CD /* PBXTargetDependency */, + CEA499E43C0C72082003D3E277B035ED /* PBXTargetDependency */, + 2F87782D26FF9252E1361546CB47E931 /* PBXTargetDependency */, + B7562DFB6BE495BA8411BE2A44FDB36D /* PBXTargetDependency */, + B183BDFA72E8BBC9418382FF6951B973 /* PBXTargetDependency */, + 1E22DFBBBAE6A04C84F802914A86503A /* PBXTargetDependency */, + C041DB1576C46393AB382D0486F0BA9E /* PBXTargetDependency */, + 66353481A10DB7B107C5713B538183AE /* PBXTargetDependency */, + 046B4CA0AB24BF402479D0D562075F2E /* PBXTargetDependency */, + DD782701F13BF9D60750925EBC373C54 /* PBXTargetDependency */, + 8A7243C5BFB09772732E3C13A217A3E4 /* PBXTargetDependency */, + B18875D3F3C101C88D57C535ADE4BA75 /* PBXTargetDependency */, + B27FB61BCCA73710CED01F6B788C4974 /* PBXTargetDependency */, + D3B674277D247F7C9ED33DE79003BA15 /* PBXTargetDependency */, + B3C31263ED1D37DDEB434F2E82A121FA /* PBXTargetDependency */, + 5996761809645DD4E392624DCE6DD36D /* PBXTargetDependency */, + 6C3E0FD10B96563131126B41A0C2DAD0 /* PBXTargetDependency */, + EB8FB8644F8F16062712D10DD7BE2520 /* PBXTargetDependency */, + 42798451A157557D31508276275820E8 /* PBXTargetDependency */, + 267D9EDEE4089BB90E2C55FD0CA7A712 /* PBXTargetDependency */, + D11E7605130475BEF904774E2080FBBC /* PBXTargetDependency */, + D658CFA8B7E03F7278B89177A5FF0059 /* PBXTargetDependency */, + DF1D4684BDE60EBA62DED498959FCA23 /* PBXTargetDependency */, + 7D2618318EA576E61D03D4C4FECEB3D8 /* PBXTargetDependency */, + F763D6ABDD701EB601E17179BEFA4A60 /* PBXTargetDependency */, + 468F3B764E4B1282AAC5D9663A881E4C /* PBXTargetDependency */, + 9AAF2F481F638F06ECFCCAE3CAB12199 /* PBXTargetDependency */, + 02ACEB7753DF72C08BC30432863CCB47 /* PBXTargetDependency */, + D528A76AEB1B88E5BCB828D5A35E90CE /* PBXTargetDependency */, + C03850779DBC255C4972E4CD9F845988 /* PBXTargetDependency */, + 17B019F9EC0747AC4C947BAB62671F0D /* PBXTargetDependency */, + 403FBCF740201E45BE4B0A94766612A1 /* PBXTargetDependency */, + EAA32891D7B580B439BE499D9558D4D4 /* PBXTargetDependency */, + 5FFBDB43A9E6D7F6D1DDEE7A53E6E66B /* PBXTargetDependency */, + FF0E99169EEE84889BE9C2AA1B892AC0 /* PBXTargetDependency */, + 6620E77745A2C0F5ADD278BF213309D3 /* PBXTargetDependency */, + A81E7C0D458074A435BFBDBE7B175952 /* PBXTargetDependency */, + C7BA26271B86CC5A79880BE13FF3E324 /* PBXTargetDependency */, + 2451C099501395006A190CB4EF662CC5 /* PBXTargetDependency */, + 1896B986090E5B5BB5BEB66B0FA36529 /* PBXTargetDependency */, + 47BA3969E3452B32B0E6CDC0DE0B7E8B /* PBXTargetDependency */, + 88B549F7422829EFDD4EEE615E08D07C /* PBXTargetDependency */, + B0484B5E1C8C7DAFB239EF46E828D48F /* PBXTargetDependency */, + 2C4E82BF0EBEF574DD12700AB72DAE3D /* PBXTargetDependency */, + 0072401061D7569F1DDC9309F23BD28E /* PBXTargetDependency */, + CA340E4CCE25225C5B92129C34BCE777 /* PBXTargetDependency */, + E7C651A20AE80C2C75650330C9DA92FC /* PBXTargetDependency */, + EC3FFC9E0585EF78900D9CC0CE42EC6A /* PBXTargetDependency */, + 4EA2D428F44CD783A9CCDFB58FF2EE8D /* PBXTargetDependency */, + 7BEB616B97C12F4A9AFEE010AE312BB1 /* PBXTargetDependency */, + B40B1EA62FB989226AF636D86340AF91 /* PBXTargetDependency */, + B933ABBA03C6BEE4903966D5082F6344 /* PBXTargetDependency */, + 05931AFD8DAE15928FF89285BA05EF8C /* PBXTargetDependency */, + D2A52FD1655F12C0B5E4341341B99FD5 /* PBXTargetDependency */, + 8B082C6C26B7302AC3B8C3C58911BC4B /* PBXTargetDependency */, + 3599811BA47E2E2F4AEC5C87E10A5E5C /* PBXTargetDependency */, + 57E32E5309116720BFECC5A18C39EA03 /* PBXTargetDependency */, + 89A13D89CCCBD74F13CE455BAB1992A8 /* PBXTargetDependency */, + 5C3CCEC1D0240AEB55DADEE4725ED797 /* PBXTargetDependency */, + 4B6E2AF13A2340E8101CC21ECC14721F /* PBXTargetDependency */, + F63B5F0476CB55E31BC9A35C4C7DF691 /* PBXTargetDependency */, + 8268B5273E3706F67BBC022FE9C886D9 /* PBXTargetDependency */, + 4138335569766E78D3F33C842DE80A69 /* PBXTargetDependency */, + 3D3958E2ED20C7D5B003E8F5F903F209 /* PBXTargetDependency */, + A7C6CF051927E3EAB6A670408FF45C0F /* PBXTargetDependency */, + 8AC00DA8D21AED928C6C215E4251D448 /* PBXTargetDependency */, + F9759BCFBEC0585A85E350227E4EA448 /* PBXTargetDependency */, + 5EEE3966D1AD1224B7E01E4E9D230C00 /* PBXTargetDependency */, + 2608D67C0406B96C298A22D1A0C55CD9 /* PBXTargetDependency */, + 3AA22FB478641086BA6CC9A465BFD932 /* PBXTargetDependency */, ); name = "Pods-ShareRocketChatRN"; productName = "Pods-ShareRocketChatRN"; @@ -24398,7 +24423,7 @@ buildRules = ( ); dependencies = ( - 6070875A0A54746BC3C7BEFABD0DCED2 /* PBXTargetDependency */, + 457835CDD49DEB76A7AD94CF770DAD5D /* PBXTargetDependency */, ); name = EXWebBrowser; productName = EXWebBrowser; @@ -24416,7 +24441,7 @@ buildRules = ( ); dependencies = ( - 63B370EDB1AD436C1F3AE01E87F03363 /* PBXTargetDependency */, + A80562415DDCB5C8B76C52B76CEA8470 /* PBXTargetDependency */, ); name = "rn-extensions-share"; productName = "rn-extensions-share"; @@ -24434,7 +24459,7 @@ buildRules = ( ); dependencies = ( - AFFEE2CCBE19298ED3B3E87210035B54 /* PBXTargetDependency */, + BA6D42DBC773B4DEC6F999B691DFD365 /* PBXTargetDependency */, ); name = "react-native-slider"; productName = "react-native-slider"; @@ -24443,18 +24468,18 @@ }; A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */ = { isa = PBXNativeTarget; - buildConfigurationList = C2D7C31E4C93CD4BC43E88DAE5457DB5 /* Build configuration list for PBXNativeTarget "Folly" */; + buildConfigurationList = 62CDA810C6B46B0A6F2C9EBE9F17E486 /* Build configuration list for PBXNativeTarget "Folly" */; buildPhases = ( - 0E809C8379B09ED14EDB247DEEA1521A /* Headers */, - CFD4EFA39DE645C7A30F00CF22C841FB /* Sources */, - 39B179FE17BB978CFBFF8606A5EC52F9 /* Frameworks */, + 33072B34A4F91A20C94E3AFADEC6F1AD /* Headers */, + F97C2BE4EF20C1E3A659E94FCBB6D44F /* Sources */, + D8BD422B25C6FA7DC3CC1DF966BC9698 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 564B5117F5C35AB7320D652E7997F757 /* PBXTargetDependency */, - EB79092DDC062B32F37492017F28DD6E /* PBXTargetDependency */, - 32190E2694A340DB2B821755F7002648 /* PBXTargetDependency */, + 19447ABAEC014849BB63AE1680FD87E4 /* PBXTargetDependency */, + 066062BAB97817BF8E47E7CB47088725 /* PBXTargetDependency */, + 1B7D919BE882FFB00AF4C55658EDC4C9 /* PBXTargetDependency */, ); name = Folly; productName = Folly; @@ -24463,11 +24488,11 @@ }; AC8AE887C706A43711D115E69B9D988A /* MMKVCore */ = { isa = PBXNativeTarget; - buildConfigurationList = 6E697022A053ABE3AB1C33912813DA10 /* Build configuration list for PBXNativeTarget "MMKVCore" */; + buildConfigurationList = C39298A580F52EE647EE6E877D5D6791 /* Build configuration list for PBXNativeTarget "MMKVCore" */; buildPhases = ( - 08F4485A9085720022888FB753D49BF5 /* Headers */, - F57E7EB9C8C0B3E2EFFE64980B50D666 /* Sources */, - 5A13642797CDAA8780FB1FC9A669252C /* Frameworks */, + 0E5AA51EFEB8195319ADF4E87CE2AA09 /* Headers */, + 1BAC503B285FCF2822795D37ACE4113D /* Sources */, + 3CEB51EA298B46FB2D8F536EF4066603 /* Frameworks */, ); buildRules = ( ); @@ -24489,7 +24514,7 @@ buildRules = ( ); dependencies = ( - E5C7060697BAE9052E469238A68E92EE /* PBXTargetDependency */, + 00B5D4CFB9FA415517127B19718AC14F /* PBXTargetDependency */, ); name = "react-native-cookies"; productName = "react-native-cookies"; @@ -24507,127 +24532,127 @@ buildRules = ( ); dependencies = ( - AE32CE64FBB390F8A291A9D23D84FA8E /* PBXTargetDependency */, - 223E5F157CB9EBA0502557419DDBC40F /* PBXTargetDependency */, - 3FAC4DB47F0D7453A8A22AA003D0EB77 /* PBXTargetDependency */, - DF26CE413986142540B3801C34BA9056 /* PBXTargetDependency */, - D9C84731A5DDC7694FB172D5392CBA6E /* PBXTargetDependency */, - 6B38CC599A4E58A3FAB536B8A52F4C91 /* PBXTargetDependency */, - 9293BE07CB06C7B68089F8FF95E328AB /* PBXTargetDependency */, - 75B8F31BF80423F8F8B3D008DADA94EE /* PBXTargetDependency */, - BD0196F0A641929EA61FB479123EDEA8 /* PBXTargetDependency */, - 7C1262F42044DC4AD1B55FF79D986342 /* PBXTargetDependency */, - 69206C96604DB7FA8E1F65B095B7F63A /* PBXTargetDependency */, - 359074C4F682ACDA498417A8AD1DCADF /* PBXTargetDependency */, - 2975CF4D65AB5A7A76395E06079BC599 /* PBXTargetDependency */, - E72456134CBD8042BC4E5267B5788BA2 /* PBXTargetDependency */, - 18CB221C786B6731178AD18999C1B060 /* PBXTargetDependency */, - 9748DDDECAD1C6A2C786D46F089E025B /* PBXTargetDependency */, - 67251D4B837F7843A94AAFB5BE42AE1D /* PBXTargetDependency */, - 1B80856D8A14AEE73789DB403610A7C7 /* PBXTargetDependency */, - 5CD03B2297E0DEF8CDED8AF5D89BA025 /* PBXTargetDependency */, - AC1DF7CC839B1EB87807FC08296BC39F /* PBXTargetDependency */, - 693A3C9EB72198B7DE23BA2A0CE54E89 /* PBXTargetDependency */, - 416E7A2FADE49DC7D0CB74151BE6B7AB /* PBXTargetDependency */, - 7A06DF69F1EDA1CB0833A3BC3B6DC584 /* PBXTargetDependency */, - A474331A4031FDE8AAABD28BF8C5D32E /* PBXTargetDependency */, - 63A9291911B4D42E315FB72D00EE4F1C /* PBXTargetDependency */, - A432977964F9C11568D1B8B1C0727415 /* PBXTargetDependency */, - 70CE172ABF720C77018C5E602F1DBC58 /* PBXTargetDependency */, - C036CDFB56653D738CD642565BD12C4C /* PBXTargetDependency */, - AE5D260FC7A7AF5C210DD8BAA5F9076D /* PBXTargetDependency */, - 077C9C3160CD8503AE3FB37480B831D0 /* PBXTargetDependency */, - AE2453739BB8C85568087514285F1AD0 /* PBXTargetDependency */, - F83E9D27665B0096EC56B6C9AC89948E /* PBXTargetDependency */, - 8E38381DAF0C2289A327A4709F9587F0 /* PBXTargetDependency */, - 9A0511570A1C040145B488D0578A281E /* PBXTargetDependency */, - 0E9B7533C2D3AC94E20821F33D180EB0 /* PBXTargetDependency */, - 5FEB049D942E882FAD52C54A51144C94 /* PBXTargetDependency */, - 0B40A485406AC9544E2F2A54931C9ED3 /* PBXTargetDependency */, - 00B1C1B13D0CF48A1B65F8EC6D911742 /* PBXTargetDependency */, - 5757B596CAE54B2AEDEBF1970A238C96 /* PBXTargetDependency */, - A1121C5ECC7A21672DA1CD1B34E9CD0B /* PBXTargetDependency */, - D4BC0BD5BCA862B3D8C92F0D78305112 /* PBXTargetDependency */, - 88BC9E5D86899FC9A772575224F38B94 /* PBXTargetDependency */, - 9D3BEA226A88A9FA4995C81AD2D91505 /* PBXTargetDependency */, - 8F3DA8D751E84E43C996DCC9BEB3104C /* PBXTargetDependency */, - 714D769F1736061AAF6DF06772009414 /* PBXTargetDependency */, - B6B6DE0A309B9B9D4E57213742B7D471 /* PBXTargetDependency */, - DC93AF922E9D6A6667BC3B6C9767AF37 /* PBXTargetDependency */, - 734E1A7BBF21764B199DA871F4DEE700 /* PBXTargetDependency */, - E725817B2C4B2E822B43FBFBF498BFE6 /* PBXTargetDependency */, - FCAFBD9B696ACD2996F2A0D1D8FA275D /* PBXTargetDependency */, - 6F8202F59D84F8B99D421D7EE4A1054F /* PBXTargetDependency */, - A4DAEC72CD1B57E9D381BE45B67C145D /* PBXTargetDependency */, - EC13B6CFD4D61229ED0B11782E3B7400 /* PBXTargetDependency */, - 2735FBED5CE3713D50E2091EB03361B4 /* PBXTargetDependency */, - AF79C00100062131FD12352AE28AD8B5 /* PBXTargetDependency */, - E943E6EF6BA72B6BE8D3FC0DF9F24B8E /* PBXTargetDependency */, - 08F847ECE967684946862A9F0D3583ED /* PBXTargetDependency */, - 9AF8017A8DA0470620F16A6AD1C1A356 /* PBXTargetDependency */, - 97F9FBB73C213B2F5EE620866C58B04A /* PBXTargetDependency */, - E1B320227F80AD6A80C7846E5DFEEC69 /* PBXTargetDependency */, - AFDB5FE23B21DFA2D21DB21683BF48B8 /* PBXTargetDependency */, - BB6443B4BD855169E284B28C1DFEB26F /* PBXTargetDependency */, - FE92AC622F6C25065BDCA1CE505AF3B0 /* PBXTargetDependency */, - 9149B8AB62F54BAD2E4CAD3C4B6FF454 /* PBXTargetDependency */, - C89626B2A0EDB916588A7E2673EE8F5B /* PBXTargetDependency */, - ECD5C3425B411DDC79FB3BD9FCC6498B /* PBXTargetDependency */, - DD70601D112A13D22216CBBDF4CB39A7 /* PBXTargetDependency */, - AEEA7870DAC61F326A763FB8D4624C48 /* PBXTargetDependency */, - 0C89E08B4B416DFBFDBB48608BEC6A07 /* PBXTargetDependency */, - A298B785DD83E9454F3E8BB2DF1B3B01 /* PBXTargetDependency */, - 4D381611D7490682A6A2BF1A0D98DDE5 /* PBXTargetDependency */, - 2CAA8252855AC8195086B643EAE47E82 /* PBXTargetDependency */, - D9F552D543BC9AED07C9EA21D2BE0992 /* PBXTargetDependency */, - A75636BCED1F1E2FFC8F21B215C8482F /* PBXTargetDependency */, - E5094F1B7A5F25FCB6035418C901E546 /* PBXTargetDependency */, - D8CA6AF44BAC18B49617542F85199C5F /* PBXTargetDependency */, - D0A54A9F6807FA0DDD1C17D3ABAD9E85 /* PBXTargetDependency */, - A2C4860B8ABACF739380ABFB42610DB1 /* PBXTargetDependency */, - 8420D240026B562C250E522E52A1ACA4 /* PBXTargetDependency */, - 498E4E015ECB9C1B9CE4ED1F5A34D596 /* PBXTargetDependency */, - 2AB6001698214617707877373D192241 /* PBXTargetDependency */, - 9CBB9D1B4ACA03FB5EEF9785F68705CC /* PBXTargetDependency */, - 96DEDEE8A3075A3D5B2E0C4982CF5FE4 /* PBXTargetDependency */, - 235402C3A45599E8FD4DF6447D1BB4F6 /* PBXTargetDependency */, - 713E30B9C92B73AD06980CD5E429DD7E /* PBXTargetDependency */, - 147E8FB8F28A1F3EBDFD7729ABB7FED3 /* PBXTargetDependency */, - 12F572D1DA71D0906C92999F29D2550A /* PBXTargetDependency */, - B5D09988CC0AF5DEA630B1DDDDC1FA98 /* PBXTargetDependency */, - E8179CD1B99CCFB486F2A177A4B01895 /* PBXTargetDependency */, - 95973385A10C7EBEF5A94626129BE542 /* PBXTargetDependency */, - 211CBECB3FB454CEF2F48B586814CA7D /* PBXTargetDependency */, - 22D55B827FBE6BDEF171F26003648DAF /* PBXTargetDependency */, - DE8BD2D9C2682EEE8420175C8791B0BF /* PBXTargetDependency */, - C03818B15BCCBFC0207C6B607906490D /* PBXTargetDependency */, - DAE4774601C60BF410BD52D129B32707 /* PBXTargetDependency */, - EBF581D4E5DD9DB54CADCF07F72FA755 /* PBXTargetDependency */, - D4C90F92F20B601E943DB6370098C0D6 /* PBXTargetDependency */, - 83FDFA081E7D3A623C8E2134C45AEF0C /* PBXTargetDependency */, - D531AE042059DF174E7A5FEEDDDEE6E8 /* PBXTargetDependency */, - 9DB905FC82338A4682771BCB60C4804E /* PBXTargetDependency */, - 5B18A518DD561140F3FDFF04E581230D /* PBXTargetDependency */, - 1D5178EDA94CB22CA739F665FBA1F308 /* PBXTargetDependency */, - A3DA417AD27F81633C91D31B4A5E1D78 /* PBXTargetDependency */, - 35EAFE456BC7116C7BE858F16FD842F6 /* PBXTargetDependency */, - 46C67B3DF3B7803832491CAD87A32E46 /* PBXTargetDependency */, - 8D82E8BDA0A3831BBEA3B684F118CC1B /* PBXTargetDependency */, - BE7F4D6E614F8A78D3D47287EC695530 /* PBXTargetDependency */, - 1AB20EE9DE76C4F37E6DECE4A0E2FC0E /* PBXTargetDependency */, - D59692D512BA3335D551DD016AA179C6 /* PBXTargetDependency */, - BE1CB50E7BBD24668D026E07AF27D979 /* PBXTargetDependency */, - 5DA159E363E95F9D543E80E7206AC4A9 /* PBXTargetDependency */, - F31481681DEB4FFBD38B7912852C408F /* PBXTargetDependency */, - BDE1380B12558A959EC215BBD1532194 /* PBXTargetDependency */, - 0EA4B5F03298DDE3F4F8918D8F6675B7 /* PBXTargetDependency */, - 09BD32C338E01EDF7E56F41CFEF6C32D /* PBXTargetDependency */, - 6ED4CF29FCB391666981272B2AB74515 /* PBXTargetDependency */, - 857A480099F946DF16B49BBA40965B04 /* PBXTargetDependency */, - 080F85925971151E471C2412C0BB729B /* PBXTargetDependency */, - C15322F11B547F9A3808A93EB25EC474 /* PBXTargetDependency */, - 232BA0CA314CD5AA53E4BFDD4F63776A /* PBXTargetDependency */, - 047FDEBA6A41B8551B179C84F76DC5BA /* PBXTargetDependency */, + 8B44EFAB9BDB3D6FE57370AE3F7F54D4 /* PBXTargetDependency */, + F14B2E5965B9E7E0B2DF091AC134968A /* PBXTargetDependency */, + BA9110ED3BC42CD5A9A3B73D9C58C330 /* PBXTargetDependency */, + 9EA43FAB0F985A422B0B085140745B7C /* PBXTargetDependency */, + DA1FA5560030F6A74EB7B11E42548907 /* PBXTargetDependency */, + FB5663130FC6E0EA386426D3A3BEFB67 /* PBXTargetDependency */, + 6DCA832012EA487339C527158610A419 /* PBXTargetDependency */, + C60FC80270022DC1960455FD64095887 /* PBXTargetDependency */, + CB9FF4AA0A7C48805A1F2A27DF47A83A /* PBXTargetDependency */, + 8143889D72A001F428E821562DABC83A /* PBXTargetDependency */, + E63380AF4B5057290EA6B9EA43D1FC26 /* PBXTargetDependency */, + 1C868B69F085D1FDBB2C9F54BF2FDD87 /* PBXTargetDependency */, + D003A126F575FE03486F5B60229569B7 /* PBXTargetDependency */, + 8C6EAA761371EDE4A3C4FD5226E7359A /* PBXTargetDependency */, + 0A9A536DC2E6ED4D0737D1F4F4C587F7 /* PBXTargetDependency */, + BAC018C28F9FB089053C34E421A6D4AF /* PBXTargetDependency */, + 273C93869FEA01B66EB5805AE7CE5CE6 /* PBXTargetDependency */, + 964A0CCF7BEE9D4470764BBBE1114D85 /* PBXTargetDependency */, + 44174FE673B528D3EF52E42C9CA95CAB /* PBXTargetDependency */, + F344B9378BA10ABDCDFA6E54513631A0 /* PBXTargetDependency */, + A532D6B21982145E3DF9B295B6A2F6BE /* PBXTargetDependency */, + ADBE26CA6755EE345848CD74046616C7 /* PBXTargetDependency */, + 80D411FA720142D9A043C3C731C2A6AA /* PBXTargetDependency */, + 495623D485D69261077AE4B361591CFE /* PBXTargetDependency */, + BFDAC399425F2AE28B6B959C30CBFD53 /* PBXTargetDependency */, + D11FE38BC316450D157092019529DAB3 /* PBXTargetDependency */, + 9A5A9B9011EB77530AD8AA25231ED7D1 /* PBXTargetDependency */, + D94F53E8D3F1587CF0207331D21BB476 /* PBXTargetDependency */, + 064E25684169B1746543603223836911 /* PBXTargetDependency */, + 5676EA52BAB8986C92CB22D1C10EAC3D /* PBXTargetDependency */, + 43F4D8DD720F367ACF7A63A28F66CB10 /* PBXTargetDependency */, + 80A9AA6A62DD35BD0B3C47FE8E7C3E3F /* PBXTargetDependency */, + FCB370C8569B8FF3A06D30F6F95A5F75 /* PBXTargetDependency */, + 2951000CEEC061E195F290E6A54A4E2E /* PBXTargetDependency */, + AA9F22B86618EB3B5D9F05B0EAFAC911 /* PBXTargetDependency */, + E8A37B77F8FF0A870CA380F0055760F7 /* PBXTargetDependency */, + 6942DCF206477C924A8651D63485F285 /* PBXTargetDependency */, + A5CC89AB864E4304D5D4934D155C04B5 /* PBXTargetDependency */, + C5769BBFE8F988B4F6FDC656079CDA85 /* PBXTargetDependency */, + B2A8F927596D4365DA186E167757F209 /* PBXTargetDependency */, + 49D738D2BDE65A9B23796CE70A9019EA /* PBXTargetDependency */, + C8F92E574FAEA97086D653DA067EE272 /* PBXTargetDependency */, + 4BF660772ACEC4DB7C0E5A24FC8BB18E /* PBXTargetDependency */, + 7D9537330A4378206F266CCBE8A47238 /* PBXTargetDependency */, + 2A934C949E2D96FD932FD826DB79CF3A /* PBXTargetDependency */, + 206C6F0D2D08A4CACA646D38758244E6 /* PBXTargetDependency */, + 2F3DEF3A707AAB527DF9CF49BD6E015A /* PBXTargetDependency */, + D4E6AE9F752D63E018A1161F30CCCEF8 /* PBXTargetDependency */, + 2D856C77BA4A5894878850034FB76390 /* PBXTargetDependency */, + 578C594F73A3B695A143D4C1C3CAF313 /* PBXTargetDependency */, + 86BB94C09112DB047689DD238D253EA3 /* PBXTargetDependency */, + 3D530DF97244CBCEAC4638C3E79FE370 /* PBXTargetDependency */, + CED439201A7E5817C3430C8551465717 /* PBXTargetDependency */, + 1709C16E8931F4ADEF55E39FB974BC3B /* PBXTargetDependency */, + 46FAF1EC86BADFBA27A19F2851EDAE2D /* PBXTargetDependency */, + C0A1CCF1230BD4376CEC0A5B0AE365BC /* PBXTargetDependency */, + 7EFF3E4B1371ABC2B30FEDF30CF5813E /* PBXTargetDependency */, + CBE747E9476F60253A6120D9A2E1D517 /* PBXTargetDependency */, + A04DA340B16585B7B269E9B3575175BD /* PBXTargetDependency */, + 7937F0FC26A1FAC7B15EBBD69CE7FF61 /* PBXTargetDependency */, + A852AD443F087F13918A93C76BBF09CF /* PBXTargetDependency */, + 5D2107EC2052D37A998D611ADF20AE1F /* PBXTargetDependency */, + 83DCFD1AE39B3EA1AD201A600BDAB0E5 /* PBXTargetDependency */, + 3828B900C319BC294CE6FE08011512C9 /* PBXTargetDependency */, + FC0B3FB0308B92E928E1128116CBD965 /* PBXTargetDependency */, + DACD725E64EAC2E259724C39374492EF /* PBXTargetDependency */, + 0027FCF014F54BDD713D78F6892E8912 /* PBXTargetDependency */, + 3CADF7A8AE28EF7A969CBCFC4513A450 /* PBXTargetDependency */, + BD1589DD7C335A945DE3F477F2014384 /* PBXTargetDependency */, + 540521671F57DCFC341565F32E0FE567 /* PBXTargetDependency */, + 67331CE881F9B9A2049E209032CE5E01 /* PBXTargetDependency */, + 52F77886C145C61EC386DE43C9E0C3C9 /* PBXTargetDependency */, + E78AE19F5F8104989E3260AC8D10DF78 /* PBXTargetDependency */, + 8F909B4DFBEBB64A3E469F4EA798E410 /* PBXTargetDependency */, + 0996904E2A026267B4DF210056749355 /* PBXTargetDependency */, + 51C338C236B4CE34C5C6FFF931ECCBCC /* PBXTargetDependency */, + FCACCB077E8FD92EB3C4BBB30DB056D2 /* PBXTargetDependency */, + 42DB4FBF0229C76D4131346AAB3F36D8 /* PBXTargetDependency */, + C5E48DAB2D4A2E60207F5DB712265D28 /* PBXTargetDependency */, + 4DE69865E58460B30710F40E952BC5C6 /* PBXTargetDependency */, + 2EB54DDC86ED1D3727FDD1833BAC24CE /* PBXTargetDependency */, + 5D30C56EC511B039ADC8249F218D128C /* PBXTargetDependency */, + DAC5BD16AA3CB49EB5E2147E8CC96ECA /* PBXTargetDependency */, + 747FF5B2E454296502BAAEACB1D0E5CB /* PBXTargetDependency */, + 4FEB07C1ABEA881115AD8CC5E030956C /* PBXTargetDependency */, + 6E26018E663B17A67AA1FCC7B36985BE /* PBXTargetDependency */, + 00D27A5B603F984EBE2F175D18ECF7CD /* PBXTargetDependency */, + C9FC0DE231C94B7CDEDFB5F09AE9ED21 /* PBXTargetDependency */, + D1067AD6DFC214EC3B9245C5CEB68155 /* PBXTargetDependency */, + 4C68754F58D7478AF1C7EAEB9B607901 /* PBXTargetDependency */, + 0ED1FC2F65EDF6DB0E26E1E156ACED45 /* PBXTargetDependency */, + 0590473A7A8185F06468C757D6B063E3 /* PBXTargetDependency */, + 83AE8CC1664831DD4A3790DBA6E2E3A7 /* PBXTargetDependency */, + CACA35C63C6BBC36F6925ED156F30936 /* PBXTargetDependency */, + 62DFC542BC68942531B73ED22855579A /* PBXTargetDependency */, + 9C7C34553AE4F2DD7CAA9651F92F5EAD /* PBXTargetDependency */, + AB00F8D4545F8B2F0A635CB3EE65E5E1 /* PBXTargetDependency */, + A6CBB3CBCD78299726C474BAEB0DF238 /* PBXTargetDependency */, + D02FDBC98C173343B2C50CE490480F72 /* PBXTargetDependency */, + D58BDBDB324B25817959489BA90253FA /* PBXTargetDependency */, + 537C03D3464F57E406FE9600D048E9B5 /* PBXTargetDependency */, + 0E2A8672FFEE4CD3F8EEB24D01B69303 /* PBXTargetDependency */, + E4470E50938908958173534B9AE4B64B /* PBXTargetDependency */, + 35E394E71083E8421EBF8DA982E0A724 /* PBXTargetDependency */, + 7CA01B623041E8668017AF3A0D38B81F /* PBXTargetDependency */, + 9564AF8C0E7AF1DC9AF9352EBD359223 /* PBXTargetDependency */, + BF04CF81AE3740DC186CEEA3CFECA3D2 /* PBXTargetDependency */, + ED369078FFFAAEA82681E3838D683204 /* PBXTargetDependency */, + 836F7778C9C27A5E9E7E8CF20A7EB863 /* PBXTargetDependency */, + A4FD0A9E8F0583F2D3F109E5CD692EBF /* PBXTargetDependency */, + 71CEEF1DC56A333C0A42D731FF87F792 /* PBXTargetDependency */, + 7A919F61EA1977F9084315FC03D49389 /* PBXTargetDependency */, + 79B908F81925CA7D2AFD864950B3F4A6 /* PBXTargetDependency */, + 44B325DA20BC8D86A1BDB1500BE5A1D9 /* PBXTargetDependency */, + 136F6456093C1432A2D77B9FC1D18278 /* PBXTargetDependency */, + 5F695C9C6F2ED485F50CBAFE4519D4EA /* PBXTargetDependency */, + B0A77281B2A10F6DA0D2B72807832D12 /* PBXTargetDependency */, + 663FDB756BB3D9509D3CD818CC16E08F /* PBXTargetDependency */, + F27CFD0789EA5CC6DAA257E302D453D7 /* PBXTargetDependency */, + 0C403DDCAB7F73572B734331CAC0BF45 /* PBXTargetDependency */, + D9CDB05B72456C252678766986BC8EA2 /* PBXTargetDependency */, ); name = "Pods-RocketChatRN"; productName = "Pods-RocketChatRN"; @@ -24645,7 +24670,7 @@ buildRules = ( ); dependencies = ( - 148B0084BCB1BD0F7EED4AAEDF6BC546 /* PBXTargetDependency */, + 0ED6E0CD9709BD6C2168F680C802402C /* PBXTargetDependency */, ); name = RNLocalize; productName = RNLocalize; @@ -24654,20 +24679,20 @@ }; B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */ = { isa = PBXNativeTarget; - buildConfigurationList = 3C01BE8DEF99C7382EC6AFC57C714237 /* Build configuration list for PBXNativeTarget "Flipper-Folly" */; + buildConfigurationList = 35936AA22F35FCA497FD6DB182BD7C48 /* Build configuration list for PBXNativeTarget "Flipper-Folly" */; buildPhases = ( - 3E175FB9547904606C88E002EDC08426 /* Headers */, - A1141A43BCBD2A0D6334E3DEC84565CC /* Sources */, - 564AC83D1BA6127556F0A1B617792D50 /* Frameworks */, + B5156131C46C378F8B8604B16D838253 /* Headers */, + AE5E74D5DA1AB290C5979875772B73A6 /* Sources */, + 522AF8769AD3C2BE82E841DAA5FB8EC0 /* Frameworks */, ); buildRules = ( ); dependencies = ( - E4E6853813E2941508FE5BEFC3D890DD /* PBXTargetDependency */, - 99FB62B45D3BB13225A8C56A7223F2F5 /* PBXTargetDependency */, - 62379658DBC263F982EA87D007FFFC01 /* PBXTargetDependency */, - 2426BF4870EB13CEFFA7A8C731829048 /* PBXTargetDependency */, - 773CA3B4644002355684BC0E63D94E2C /* PBXTargetDependency */, + 1FE0B6537D1AD2E0C71721BD084C95E4 /* PBXTargetDependency */, + 5FD75744D088D061551E83474D859B71 /* PBXTargetDependency */, + 0DA3E5945AB040B9740DA60988669973 /* PBXTargetDependency */, + 54FCEA382F484D737AD0E86F4BF02601 /* PBXTargetDependency */, + FE145FA54B8008A3C9274CB5D8BF6ADA /* PBXTargetDependency */, ); name = "Flipper-Folly"; productName = "Flipper-Folly"; @@ -24676,22 +24701,22 @@ }; B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */ = { isa = PBXNativeTarget; - buildConfigurationList = C7A7DA83E3524CF56326E71104163B80 /* Build configuration list for PBXNativeTarget "ReactCommon" */; + buildConfigurationList = 328D4463EF6234F5E4911FE3DFD548EB /* Build configuration list for PBXNativeTarget "ReactCommon" */; buildPhases = ( - 9F59D2617947A953B143BF7D69BF5F16 /* Headers */, - CAFB3A029872867C6A73A2BBA223253F /* Sources */, - EBAED7F7738B941EB14272284B10A717 /* Frameworks */, + 76BFF7DFDE4DC30AA4711A411B364813 /* Headers */, + 9C6552DF17BF71706171A40136760A8D /* Sources */, + BD33565E5C7791EE6713CFBC3172E1F7 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 3C2065EBD2422F037C06221C415A49A0 /* PBXTargetDependency */, - 2D117E70A81FFFB232AECE282376569B /* PBXTargetDependency */, - 7F5E0936CD7B6BBBCFDBBCF12775BEB3 /* PBXTargetDependency */, - AF6BFB3F0E5FC6C7B0F7A29A0CACD526 /* PBXTargetDependency */, - E6E155F3F8B4D3B8D89C2EFE3FE927C0 /* PBXTargetDependency */, - A57089AA3740B09BBBA006FE60CC5771 /* PBXTargetDependency */, - 06D2A5C95AF705AFDB3238900A669489 /* PBXTargetDependency */, + 86D752F797116643316A4D885416A89F /* PBXTargetDependency */, + 8978BA7A6E008D75C38E8138DBE91FB4 /* PBXTargetDependency */, + CADD5A04FC583F4D3D2BE243398CC79F /* PBXTargetDependency */, + 23C4EF4BA78C1531F9E8BE0E7AE83355 /* PBXTargetDependency */, + 0365DE6A1F746EAD5FF9D6FCCB8C5714 /* PBXTargetDependency */, + 2D5B59D418260996A8ADC001B002A643 /* PBXTargetDependency */, + 955B93F458BB25FDDF46A57DA5A87FC5 /* PBXTargetDependency */, ); name = ReactCommon; productName = ReactCommon; @@ -24709,7 +24734,7 @@ buildRules = ( ); dependencies = ( - 928E034A5D0F4184689D09B27582B92B /* PBXTargetDependency */, + 623DDDF667A2C1D97F9D5E5FB5EEE0EE /* PBXTargetDependency */, ); name = RNGestureHandler; productName = RNGestureHandler; @@ -24727,7 +24752,7 @@ buildRules = ( ); dependencies = ( - 03610A4971BB21D0D5D6B856DD86A9BD /* PBXTargetDependency */, + FF06A05D34355E5A6ECA3CD10267559D /* PBXTargetDependency */, ); name = "react-native-cameraroll"; productName = "react-native-cameraroll"; @@ -24745,7 +24770,7 @@ buildRules = ( ); dependencies = ( - EF7E56FFBE1F165869B8CD4A58FB4BCD /* PBXTargetDependency */, + 5E3561B95CD6082847AF8D073A1F8198 /* PBXTargetDependency */, ); name = "react-native-safe-area-context"; productName = "react-native-safe-area-context"; @@ -24763,9 +24788,9 @@ buildRules = ( ); dependencies = ( - E855D3827CF3E8EE69123AE19A3B00C1 /* PBXTargetDependency */, - 0B12000006204F06F94DE883F80764CF /* PBXTargetDependency */, - 55FD94559769F914CE059FECBB7D1114 /* PBXTargetDependency */, + B854CA8D48D6C389ACDF2AC9F0E17B79 /* PBXTargetDependency */, + 7DF01DB0992AAAACA6248A9A30F5C3FA /* PBXTargetDependency */, + 01C62AF185F0CA06B0313BB8024E1604 /* PBXTargetDependency */, ); name = RNFBAnalytics; productName = RNFBAnalytics; @@ -24774,21 +24799,21 @@ }; C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */ = { isa = PBXNativeTarget; - buildConfigurationList = 2E1292DB2BC9A5C0860B78D536DDC11D /* Build configuration list for PBXNativeTarget "FBReactNativeSpec" */; + buildConfigurationList = 83A3CD51203A0632D5535BF2192B114C /* Build configuration list for PBXNativeTarget "FBReactNativeSpec" */; buildPhases = ( - 5AE055FAA08D9DC37E96DEFAC3B79FCA /* Headers */, - 02D557EFF6850265B681E9C2B5689888 /* Sources */, - 8998558BC4CBD77A2730BD9B956F958A /* Frameworks */, + EEA69477FDA13EFF829A94B3E42F44D5 /* Headers */, + 8EECA48C9FC16078AC5907C575B3E53B /* Sources */, + 8B59D1DB1D25F77DA8977D3256123E59 /* Frameworks */, ); buildRules = ( ); dependencies = ( - C6CD6540FCA40711F0B2DEA2D4F04EC5 /* PBXTargetDependency */, - CFB9B605ED747A98DADFBFD7BBEC4340 /* PBXTargetDependency */, - 1CC81649586FDA2771DC4FF3A5D04C38 /* PBXTargetDependency */, - 75609AAA5D97FDD1B82FFFE6BD4A22FF /* PBXTargetDependency */, - 31067A1165FE303D1271F50B4853C030 /* PBXTargetDependency */, - A9D2EA89EEB5AAEE21AA3CCFC12FD28B /* PBXTargetDependency */, + 368C9B2321BC1E4DBAD95065086B8CE2 /* PBXTargetDependency */, + B9B42D62398F72C8DCE8D840C6BD5183 /* PBXTargetDependency */, + 48F9AE8B1DF3B785FD1EF1DCD38CEB9A /* PBXTargetDependency */, + E708F130A6F5D7B6BC48FE69892A2C2B /* PBXTargetDependency */, + E08BA3D34C32C302245CA7C352BB0A34 /* PBXTargetDependency */, + F10E41F95CF4DAC1A64E141F771C52E7 /* PBXTargetDependency */, ); name = FBReactNativeSpec; productName = FBReactNativeSpec; @@ -24823,7 +24848,7 @@ buildRules = ( ); dependencies = ( - D70142664F8CFA4C0A0632419EA6EFD1 /* PBXTargetDependency */, + 4D2843FEDE1E3B4DAFF17D3542B3AE13 /* PBXTargetDependency */, ); name = "react-native-notifications"; productName = "react-native-notifications"; @@ -24841,7 +24866,7 @@ buildRules = ( ); dependencies = ( - 864C92C0C64946F4B964FAA3D4F845CC /* PBXTargetDependency */, + CD91DED68084CAA0666F3EF532C496B0 /* PBXTargetDependency */, ); name = RNCPicker; productName = RNCPicker; @@ -24850,11 +24875,11 @@ }; D0EFEFB685D97280256C559792236873 /* glog */ = { isa = PBXNativeTarget; - buildConfigurationList = 6CEB120106AB4ED7E5A5026BC201EC66 /* Build configuration list for PBXNativeTarget "glog" */; + buildConfigurationList = 568871B55F70DA09C133992EF81B5D42 /* Build configuration list for PBXNativeTarget "glog" */; buildPhases = ( - 1F02E55EA4327C9AC9A245B627DDE920 /* Headers */, - 26F471B9B01E1B70663A9533687BEFFA /* Sources */, - B3906FB49E83A184CE82ECFB2D6B776B /* Frameworks */, + 039D94B206E66EA91840E2A721CCDBAE /* Headers */, + 1D9012C7FDC0EEB8D6A5F30C5BBA23CC /* Sources */, + D5AF59250A6665250BBA23A184EEC614 /* Frameworks */, ); buildRules = ( ); @@ -24876,7 +24901,7 @@ buildRules = ( ); dependencies = ( - 1E85491BDE82DEF864BB1C5EAB4A39FD /* PBXTargetDependency */, + 2FA058C495EF56042CEAC74E35BD0EA0 /* PBXTargetDependency */, ); name = "react-native-document-picker"; productName = "react-native-document-picker"; @@ -24885,19 +24910,19 @@ }; D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */ = { isa = PBXNativeTarget; - buildConfigurationList = 3424DF71C94D81B6F5742B26BE31DC03 /* Build configuration list for PBXNativeTarget "RCTTypeSafety" */; + buildConfigurationList = EA290F936ABFB939798D66A926EB33ED /* Build configuration list for PBXNativeTarget "RCTTypeSafety" */; buildPhases = ( - B1ABD3D87262EA38C91F7E96D3EE5FE1 /* Headers */, - 345763C0EB581C5B74676603BA310C85 /* Sources */, - 7EF0DA8B0F4AD3D7BA76AB630E60FD76 /* Frameworks */, + 89DAC1BF3086B83D657240ABA0D18FBD /* Headers */, + 02A631A3891C24AAB90AAAE799654BFF /* Sources */, + 1CF25514E9CC926B32F6CE72C57AB972 /* Frameworks */, ); buildRules = ( ); dependencies = ( - BD93D664CB0392E75F63CF3CB8664608 /* PBXTargetDependency */, - 9C141977FB6C41589CF4E655B63F6BAE /* PBXTargetDependency */, - CF7AE4F42A3A537ACCF142EACFF9BE44 /* PBXTargetDependency */, - E3612577A422F08E7781A1A557182E09 /* PBXTargetDependency */, + 4E43D27A1C3E1850053820F18F83C026 /* PBXTargetDependency */, + E69EAAD7F4ED4FF44AF049BD09E51C36 /* PBXTargetDependency */, + 27454DEBF6A7D6BE12C557DAE5A00114 /* PBXTargetDependency */, + 0FDA557E291784C1C71C25D7188FC947 /* PBXTargetDependency */, ); name = RCTTypeSafety; productName = RCTTypeSafety; @@ -24906,11 +24931,11 @@ }; D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */ = { isa = PBXNativeTarget; - buildConfigurationList = AC447CD6118C50FEB58752B090305770 /* Build configuration list for PBXNativeTarget "nanopb" */; + buildConfigurationList = 941ADE3241240881A6EC70ACF64F0AC0 /* Build configuration list for PBXNativeTarget "nanopb" */; buildPhases = ( - EDD70CA73B8187CC93B6E15C7D6D9CFF /* Headers */, - 66B314C2CECF950194A5E9B1C030FFB7 /* Sources */, - 920D1CB5A297EEFA8E566837EF3C4DBC /* Frameworks */, + F130CFD4414CBBA03AA0F1BB8AFC0C79 /* Headers */, + 64A2C1200C57A5C10D954978A0448B95 /* Sources */, + 9FF046F6B74351C8B710DE46A591CEEC /* Frameworks */, ); buildRules = ( ); @@ -24932,8 +24957,8 @@ buildRules = ( ); dependencies = ( - 1C94E7D8B46DCF86287F923CE288749F /* PBXTargetDependency */, - 145E78C55109C283E47F9A0F5595BE39 /* PBXTargetDependency */, + 935F440C19FFD923C0CAFC907876BB4C /* PBXTargetDependency */, + 5A95752B2A07CE74479E73670B96A641 /* PBXTargetDependency */, ); name = "react-native-jitsi-meet"; productName = "react-native-jitsi-meet"; @@ -24951,7 +24976,7 @@ buildRules = ( ); dependencies = ( - 4B25F80CE394BFB05F61FE7D81310E4B /* PBXTargetDependency */, + 65C152BBA44B39AF1806C9BF43DC594F /* PBXTargetDependency */, ); name = RNDateTimePicker; productName = RNDateTimePicker; @@ -24960,11 +24985,11 @@ }; D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */ = { isa = PBXNativeTarget; - buildConfigurationList = 354626616577D64B1C708E1C5445005F /* Build configuration list for PBXNativeTarget "Flipper-DoubleConversion" */; + buildConfigurationList = 54498FEE3CD530EEBAA13C12A6FD3F93 /* Build configuration list for PBXNativeTarget "Flipper-DoubleConversion" */; buildPhases = ( - 5A735052135BFBB03CBF6987E9B4C7D5 /* Headers */, - 757BF3E6B9B82157690F667040D532EE /* Sources */, - 8EE3F82F0A9A08D3C35EABCCB4ACE661 /* Frameworks */, + CE94BF41867426DD1C409E24F7DF4729 /* Headers */, + 5A6151C5125E28686F934AE7E24F1DD9 /* Sources */, + 72B3364FE053C3B9A8C9758DC79C6585 /* Frameworks */, ); buildRules = ( ); @@ -24987,8 +25012,8 @@ buildRules = ( ); dependencies = ( - BFAD117F4EC2178FB534034DAF05A713 /* PBXTargetDependency */, - FDF014D625411F63A19B6571EAFFEA66 /* PBXTargetDependency */, + E855434CCE5D306FCB20B700CFFEE0D4 /* PBXTargetDependency */, + DE3136BCE4D9B6099B7E13E7DD5CBDB6 /* PBXTargetDependency */, ); name = "react-native-simple-crypto"; productName = "react-native-simple-crypto"; @@ -24997,20 +25022,20 @@ }; DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */ = { isa = PBXNativeTarget; - buildConfigurationList = FD15D45E4479E9FAE6EFAFCD9B2CA3E9 /* Build configuration list for PBXNativeTarget "React-jsiexecutor" */; + buildConfigurationList = EFB6A1D8B888DB6965868BDF09B19FF6 /* Build configuration list for PBXNativeTarget "React-jsiexecutor" */; buildPhases = ( - 49BEB43C3362439FB1B75166D7DCBE5E /* Headers */, - 343C32252E2CCA13086FB4C642C6C6E9 /* Sources */, - FAAEB4CD64C0E7FD28D27CE19B338130 /* Frameworks */, + 6FD63A0646D751060DCC9798566304DD /* Headers */, + CCB7F201D7F5637AFDB7AFF5ECB317B2 /* Sources */, + A9E0A89527F0A317E57B4FD3B867FE00 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 1A4EB689B9EE31069117DC45537EEBF2 /* PBXTargetDependency */, - C63D9CA1083A15F1DD6D3458055B5B8B /* PBXTargetDependency */, - 749E1945124CDC37F08E94072C762F0A /* PBXTargetDependency */, - 4B584ABF52876C1A93C8B36E65BB153D /* PBXTargetDependency */, - 04020B50B07AB66733F621D968186C79 /* PBXTargetDependency */, + D398DEC6AD7FB1DCEC46BDDDC9810476 /* PBXTargetDependency */, + 5CDD65E4F98B9C2874A4E7E62E6C48B4 /* PBXTargetDependency */, + 8E26DE12A313C6CF90368D57B9315C53 /* PBXTargetDependency */, + 6DB5C8F2342EBB917C04777101088638 /* PBXTargetDependency */, + BEA620CE75E5FAE2697A057C6A42036B /* PBXTargetDependency */, ); name = "React-jsiexecutor"; productName = "React-jsiexecutor"; @@ -25019,11 +25044,11 @@ }; DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */ = { isa = PBXNativeTarget; - buildConfigurationList = 82351636AAA7D7F3A9A22DD43D35D9BC /* Build configuration list for PBXNativeTarget "UMCore" */; + buildConfigurationList = DDF1146075AED77A6FB5C89E5A17D46D /* Build configuration list for PBXNativeTarget "UMCore" */; buildPhases = ( - 4A6D6AFBEB48C1C1AABB019593DE3A9D /* Headers */, - 8A59C1A21DB49846A98EB5334ED4062E /* Sources */, - 67399170905698DBD8F8997E96654A47 /* Frameworks */, + 968AB5955BF4265E408A394A97586CF0 /* Headers */, + EE5FC4C137981A10F02DDFEC9A90E144 /* Sources */, + 107305289528BE85C49448DBBDE5FC56 /* Frameworks */, ); buildRules = ( ); @@ -25036,16 +25061,16 @@ }; DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */ = { isa = PBXNativeTarget; - buildConfigurationList = 8645BB448D61E641227EEA8CAE230F35 /* Build configuration list for PBXNativeTarget "React-RCTText" */; + buildConfigurationList = E916F3F98D246814288110611EECE5B5 /* Build configuration list for PBXNativeTarget "React-RCTText" */; buildPhases = ( - BBAF71775EF65F3C4221ED8355AF8D4F /* Headers */, - 99D61FD29E301BC513069CC3C81F3DAD /* Sources */, - 59E43510BF7EE7215BE40004263F5267 /* Frameworks */, + 9F7732D8B734FFE10836F53D03373957 /* Headers */, + 4008FFDAC680AB0D978169E6A06AEC7A /* Sources */, + 0A39A480C8681DBACD5FFF8127DB1027 /* Frameworks */, ); buildRules = ( ); dependencies = ( - 6ED3EA251DE08AE53FA2F02755C1469B /* PBXTargetDependency */, + 3DEA4F77E3B1B2EB75E7BCE099516AC7 /* PBXTargetDependency */, ); name = "React-RCTText"; productName = "React-RCTText"; @@ -25063,7 +25088,7 @@ buildRules = ( ); dependencies = ( - C764D5565ED733885EFC85C10474BBDE /* PBXTargetDependency */, + 95B75F7860E336E53999BF596F69E713 /* PBXTargetDependency */, ); name = RNConfigReader; productName = RNConfigReader; @@ -25072,22 +25097,22 @@ }; E16E206437995280D349D4B67695C894 /* React-CoreModules */ = { isa = PBXNativeTarget; - buildConfigurationList = 6FF561C062004A9A2AEFEA23705B4EDB /* Build configuration list for PBXNativeTarget "React-CoreModules" */; + buildConfigurationList = 85A61D8FBB532F0701436DCC24AAB3BA /* Build configuration list for PBXNativeTarget "React-CoreModules" */; buildPhases = ( - C8E7B8E21BEC555C854862AE637FBC77 /* Headers */, - E8D5DEF9764703D511F351108C097094 /* Sources */, - 2797145F25745AA26936740E5F16F796 /* Frameworks */, + 9118645237A0AC2BA8254A8F7D09994D /* Headers */, + 146A2043EB6F4FD08FABB227E717A3EE /* Sources */, + 9F763A66F19FD25000B20D57B133CA2E /* Frameworks */, ); buildRules = ( ); dependencies = ( - 56B94B775C061A3B467AE7E691B72BE0 /* PBXTargetDependency */, - C77F486FE77C5E9B5AA298B0E94554C0 /* PBXTargetDependency */, - 58A99B160087C0661B93F9B5237DE125 /* PBXTargetDependency */, - 69EAE876E18C5D9B149329D75D83A7E7 /* PBXTargetDependency */, - 132AE6AA1C4122241817BDCFBA196B8F /* PBXTargetDependency */, - D79401F0BF02467D3BCCA95C933E45F9 /* PBXTargetDependency */, - 118D6DF35063315D9C1B7CC15AAFC786 /* PBXTargetDependency */, + 5813DFD9B5FB0601728CB8C15BD8FE93 /* PBXTargetDependency */, + F4D04E08644AA9463363ADDA47880D04 /* PBXTargetDependency */, + 601653254D2C839AF50ECB46FCB6CDEE /* PBXTargetDependency */, + EAA1C9744C0F84066DD273F6713B1F2A /* PBXTargetDependency */, + 8308273C7B32E22EABB5E57E7C2FF136 /* PBXTargetDependency */, + 74F8A93CC11C687F32F11EED780BB123 /* PBXTargetDependency */, + 08A80242EF621FE5249B8A6821E3B528 /* PBXTargetDependency */, ); name = "React-CoreModules"; productName = "React-CoreModules"; @@ -25105,127 +25130,127 @@ buildRules = ( ); dependencies = ( - B724BBD9D0FD4F80A9BC285BAC5AD342 /* PBXTargetDependency */, - 0EE357FA1315E891A8F4F7888027F2FD /* PBXTargetDependency */, - 22989077246A42F2E53D04597C752080 /* PBXTargetDependency */, - A69A12DD69669798C0A5AE13E822726E /* PBXTargetDependency */, - 29CB59082EBF490921886B9E562A062A /* PBXTargetDependency */, - BA479A972D72F10889477D8599E56F8F /* PBXTargetDependency */, - 77284B22CAD2AE16DBF21D626F01858E /* PBXTargetDependency */, - A47DE357FF49370307328176E1F10A7D /* PBXTargetDependency */, - 1CEB8A4D547C85E65526A57D693C5181 /* PBXTargetDependency */, - 7C96516B488D29F9D62F6065B3B3C87F /* PBXTargetDependency */, - 1C0B2007E488F85E7640AEC8BCCD1CA8 /* PBXTargetDependency */, - 4B8032A5407EDF5C05764F3972DE3F63 /* PBXTargetDependency */, - A8CC546BB736F1959C7A9343C3E657F9 /* PBXTargetDependency */, - 3BAC2DB9DACE7247CB35881ED74822A2 /* PBXTargetDependency */, - C0F9530E805636728034A819AAE6EC7B /* PBXTargetDependency */, - F4CE5C8B5B506C3B859414E079F6D16A /* PBXTargetDependency */, - 57F110B0E5E9B44C0A8DB3ED1C54185F /* PBXTargetDependency */, - AE36797B60D8C2E5E2E8032A3673DF6D /* PBXTargetDependency */, - 1A2BD25958BF11C188C63E7EC5F28BCD /* PBXTargetDependency */, - 18A50E72FEC3E1C89B789153F6B4BED0 /* PBXTargetDependency */, - 516EA2E9D0A1AB74E71802FD7E43202C /* PBXTargetDependency */, - 9DF1E105E21C2275D7D4908C50909106 /* PBXTargetDependency */, - 63866BF5DF291935DB3B853A5DBC5D10 /* PBXTargetDependency */, - D8EE9EFAA2A09F75B0A5676C98139B9C /* PBXTargetDependency */, - CFC95E38AE3FAE4F5B3A00184A572DF1 /* PBXTargetDependency */, - BD7754A43D26D20C5B84D8FB949C2A60 /* PBXTargetDependency */, - DFF33E36EEB90F607CB909609B26BEEB /* PBXTargetDependency */, - 2AE7EBCEFFCB6ED29F08077E828E3613 /* PBXTargetDependency */, - 53FC7ACF8902A029DC95DE97B2A00CFF /* PBXTargetDependency */, - C28BEDDB79BD58306682F5B0C9E34288 /* PBXTargetDependency */, - 0B9DB7A0E10490780532FD84FE7E0114 /* PBXTargetDependency */, - 25AB654091946197CD125DF04C420283 /* PBXTargetDependency */, - 51A2B40652B8D5A2B3C0B9761EA81727 /* PBXTargetDependency */, - CF91DB1191494396EA362F8EB37C6C5F /* PBXTargetDependency */, - 231F0FA83EAC262AC1C8E813A20BB705 /* PBXTargetDependency */, - CE05DB738523B34E61A79F15093A77D3 /* PBXTargetDependency */, - 5950A763D7D01424C92D826D25C7FE44 /* PBXTargetDependency */, - 34DAA4182020DE6DA31C0963A9C5461A /* PBXTargetDependency */, - FDA6EBBF3948698C3891376F14743F90 /* PBXTargetDependency */, - 6695D726153ED417A3164D640EB60A2D /* PBXTargetDependency */, - 318422B64EDECD6BF8647ABB1AB0FC1E /* PBXTargetDependency */, - B6FA507E201D2106E9835D25FBB1867D /* PBXTargetDependency */, - 14C434BFDB4B3CA58FA3BC46C69BE13C /* PBXTargetDependency */, - D805C96E341D0CDB00BC1F644EA14F47 /* PBXTargetDependency */, - 22387EC9BB31B8B0D77CA19715799BCB /* PBXTargetDependency */, - 5EFCE44DDB543A4ECC3F983A166DB0A5 /* PBXTargetDependency */, - 2A462C37EFB8BA24EE701E0E79315168 /* PBXTargetDependency */, - 8340B19CCB115AD0E449BC297ABB668E /* PBXTargetDependency */, - 91B0056A57738499BA82E125B07522D8 /* PBXTargetDependency */, - CA58031182FA68252D13CC9A0865F8BC /* PBXTargetDependency */, - 78229B736F792FF6ED968FD4BFE3B213 /* PBXTargetDependency */, - D6F04C340DEA250B7EAAAC21C6F2FD4E /* PBXTargetDependency */, - 79CD623DDB65D202FEB0A3785B89D8AA /* PBXTargetDependency */, - D788DC07037E70FEAFE80CE30556AAA8 /* PBXTargetDependency */, - 88B5DD25B0AA72331A03F9C7E03D42D9 /* PBXTargetDependency */, - B72360B23DB55C4503EFF1349C26C534 /* PBXTargetDependency */, - AD81FB30E597F72C2024559EEE7BE3C8 /* PBXTargetDependency */, - A97AD3D8DD32BE37921405EC705E557B /* PBXTargetDependency */, - C9A42E8229A723B12E29D081B644BBDC /* PBXTargetDependency */, - 235ED293FFDC4191B1C898C844E83D19 /* PBXTargetDependency */, - C6627C34CF111A45E7F2C444EB4930ED /* PBXTargetDependency */, - 3420194B7BD7DCDD794F99FCDEC262A8 /* PBXTargetDependency */, - A0F27498182F9E7E6D5DAB33331489F1 /* PBXTargetDependency */, - 0074981BA2009966C4BBFB9F174CAC4B /* PBXTargetDependency */, - E5D32AE1F1A55B0A7D2522A6BB0CC280 /* PBXTargetDependency */, - 6B940E94D8C54631D3A1127E1DB9E9F0 /* PBXTargetDependency */, - 714F62C22C445A6F1D98BC8CC7F76FBE /* PBXTargetDependency */, - 928EEC71B2EDF81A6D08E23550FE0623 /* PBXTargetDependency */, - 86BDD1C7820678EFC4EE3C9E4FC2B0BF /* PBXTargetDependency */, - D57F1ADCBF3A9155E34DB416AFCA0322 /* PBXTargetDependency */, - 65C4DDACC72B6E7D8B1CA31B64F9D263 /* PBXTargetDependency */, - 6B6801DEECCDC255AA198EFF971CE9C2 /* PBXTargetDependency */, - 90305F5286BCAF2C40710E58A7581B62 /* PBXTargetDependency */, - 1FDEA613EBA4E824E6E86D51C3921118 /* PBXTargetDependency */, - E85284EDC65295C3657A32FD793DF625 /* PBXTargetDependency */, - FA52E4FDC2625BF5A65D6DA5F875020C /* PBXTargetDependency */, - 254C920551C7DAC43CB5D9FBE7792881 /* PBXTargetDependency */, - 9A97CD590E0E48E526D700424B4992AC /* PBXTargetDependency */, - C0C4C97225A7C53BA3247DF0990D8056 /* PBXTargetDependency */, - 3E3D6232F92E99C86FF4A84B5B7A0C66 /* PBXTargetDependency */, - 19D8A1DFC31268C3A77BF4BC344723AA /* PBXTargetDependency */, - D24598A587C3B5DEADA8A5A612B22508 /* PBXTargetDependency */, - ABF66AA4BB4F196AD5D9C309FC0BE6D7 /* PBXTargetDependency */, - B9FF91406010C0D816BB19F188705925 /* PBXTargetDependency */, - 49DA50A5F16339CCC68B86A554D45215 /* PBXTargetDependency */, - 62FDE0743BCBFDB425AC098F27153961 /* PBXTargetDependency */, - 9C6E0C955D1B647E4281377E27DC6182 /* PBXTargetDependency */, - 3F3F3ADBFE5B69951695E068CDC97441 /* PBXTargetDependency */, - 8302C19B11825F5363A898854593C31F /* PBXTargetDependency */, - 09B614518059AE7D86319A21981B5184 /* PBXTargetDependency */, - 335B1E9D17FAE0BBEB9F0C730C9A73F8 /* PBXTargetDependency */, - F54B45B995C1313F8CB02D578C316BCF /* PBXTargetDependency */, - 72B8D4539BE774CA3D3046F8326E1F0D /* PBXTargetDependency */, - 97E5EF6798C93062DBE727647B64D994 /* PBXTargetDependency */, - F8FF318D75EE52D27FD650AA30717821 /* PBXTargetDependency */, - 17BA1098218635B510273C20E7006667 /* PBXTargetDependency */, - 4B24AFA779C3EF4A531D8981BB286B43 /* PBXTargetDependency */, - A2E351BF7783FB58A8709194FE7A68BA /* PBXTargetDependency */, - D77DE9F218BC97A8BE48211EE1DB29CD /* PBXTargetDependency */, - 8E6F661B9360336B4B2C7D5E66FC046F /* PBXTargetDependency */, - 4A5B7E8BF811B4E558C2EDDA995AA8A1 /* PBXTargetDependency */, - 4A4A4239DC0189C2D7C1B6A1A6366A9B /* PBXTargetDependency */, - 25F7D5971DF9FDA20AD3518A6736445F /* PBXTargetDependency */, - A23A38E919EC66537643DEE497C18725 /* PBXTargetDependency */, - D868D0D5D2E14186DAA63986216B9C09 /* PBXTargetDependency */, - BDD31D32E6CA3A489DB0CBDB882B0628 /* PBXTargetDependency */, - 5DDA339E87318DF901627B43F589D1CC /* PBXTargetDependency */, - 407EF439962DDAAD43191CB8A3DD36D9 /* PBXTargetDependency */, - 4CDAD0CA3F1714B0AAF85D02FC809467 /* PBXTargetDependency */, - CCC716E4D951BE7CAA5FAA310F23605C /* PBXTargetDependency */, - 7370D9CC068A49E14C3536FEFC8A1F32 /* PBXTargetDependency */, - E54F115A93F018753C1A2859B7348860 /* PBXTargetDependency */, - 1DE366EE76B541A4AF6289AC9FB467E3 /* PBXTargetDependency */, - 609A346F61D7D6152BD5E5F1A1C6B282 /* PBXTargetDependency */, - 49BE249353DAD1F0665EB8C04C26C774 /* PBXTargetDependency */, - 4F45C1A71F5DBBD1364A808CFB5DDC9C /* PBXTargetDependency */, - 26D2F827395AEDDC6776DBF970CD7922 /* PBXTargetDependency */, - AFCBF85329CE4F5E1DFB248062E120F8 /* PBXTargetDependency */, - A21D9BB313AF70031DC508277CC229F3 /* PBXTargetDependency */, - 23F301A5BB37D71AF97F8948E080074B /* PBXTargetDependency */, - 61EC1E7100C392CB8CA5BB0DECD4E1B4 /* PBXTargetDependency */, + 3DE7216487698C96407E41C12735AECA /* PBXTargetDependency */, + A8927D32230A577695A7A36A9F0965DC /* PBXTargetDependency */, + 5B5E4FA3DC053B49EC537C479F56E2C5 /* PBXTargetDependency */, + 4D771013FB9C5B3CD8018B597A8E14CE /* PBXTargetDependency */, + D1F2A92C5384D36969A4F17F0C383B8E /* PBXTargetDependency */, + C5C27EF91B74F9517A83CE106A4BBCB2 /* PBXTargetDependency */, + E2C7FA7D560D357DE01DEE7559590125 /* PBXTargetDependency */, + FC8E14FA21E712399E1D5CFC6217B596 /* PBXTargetDependency */, + CBA78075E5F484687103863A2E1FDE5A /* PBXTargetDependency */, + 92987564407D5749B8CC763D64524577 /* PBXTargetDependency */, + E73D6FBE26AC8AF9483C0D2F133CB5E6 /* PBXTargetDependency */, + 9AF2F8E8195E54AA47F7C3FB0FC3E683 /* PBXTargetDependency */, + EE6F8F7C6DB2AC1CE3F512C902E32402 /* PBXTargetDependency */, + 3FADBF0AB344A2593FBDC5A26A71A085 /* PBXTargetDependency */, + F7DCBA0702C8481C01CE2C6AA73A43D4 /* PBXTargetDependency */, + 6983B4C31A3D367CFB057944575F59F1 /* PBXTargetDependency */, + 3B3E5ACB8EB0B16DE5508372C460CF4A /* PBXTargetDependency */, + 9E5EE0C382A10C57A182288F83C96492 /* PBXTargetDependency */, + 753456A61DDA9B38555BE49C59C1B7F2 /* PBXTargetDependency */, + 6D7AD1C853C932A11843ECBBF9D1094A /* PBXTargetDependency */, + 33B923DA9E208E9A877B2A9D2EA17888 /* PBXTargetDependency */, + E3028A43043D9916C85DC38DD346E541 /* PBXTargetDependency */, + 0EDF7643B84DF7D39CC992EFC83E3023 /* PBXTargetDependency */, + 63A2C28762505D5E8FA9B90E0D9352B0 /* PBXTargetDependency */, + 15F0DDDD17CA1D3B9BD5405EB2B90928 /* PBXTargetDependency */, + 548FE1F2B48E88DCE14DA8D25A00637A /* PBXTargetDependency */, + B19E92408638F29DB104F49703F781FC /* PBXTargetDependency */, + D21B3B57D10C0FEC4C06401CE63F1FCF /* PBXTargetDependency */, + 3BED14661E60C61D829D23118EB52FE1 /* PBXTargetDependency */, + E72C91996D09C03FDAD7366A21B11CE7 /* PBXTargetDependency */, + 9FB66750B64ADF0A35487C208DEEC04B /* PBXTargetDependency */, + 42BE831A600931CC7BBF1F2543CF299E /* PBXTargetDependency */, + 61A93B0A754A56FC61EB17B29E7B30A0 /* PBXTargetDependency */, + ABF4103121C63F71C7E25792428C2E04 /* PBXTargetDependency */, + 3E4DB14D5D362D8E02FDF70959341BBD /* PBXTargetDependency */, + 9022F8C27A988AD20FD522AEB8ED1DB8 /* PBXTargetDependency */, + 72F37C59C84D76C7D30B1250931F445A /* PBXTargetDependency */, + ABD7D9E247D4294D2D832698E397EA2E /* PBXTargetDependency */, + F4129A209C4F09FC89DF1D7E4E8B4284 /* PBXTargetDependency */, + B86C403C4C7AC2EC5BDAE3F27691ECF1 /* PBXTargetDependency */, + 92D0A8CA511E6ABF8EEDB481F9E74C5A /* PBXTargetDependency */, + 5FA5D163EAF94AD4C45B7723489DACFA /* PBXTargetDependency */, + 304961235866FBDEA83E89E000204D90 /* PBXTargetDependency */, + C3F3AF9DDFF27938771ABA72D3C8BA1D /* PBXTargetDependency */, + 885E6CB1CFDBA509D52A8FD41AF4248A /* PBXTargetDependency */, + E1D4977FB33B7DC4EA983EC0A9CB6BDA /* PBXTargetDependency */, + 81A4F33C553941E594A75D3DFEDDB48A /* PBXTargetDependency */, + 49B0D18A2FDF8E35D695F4BD3E354340 /* PBXTargetDependency */, + A7D65C6FFE333B3506CE01DE463950F8 /* PBXTargetDependency */, + BDD4DCF3C5842225C61CE810C89E5028 /* PBXTargetDependency */, + B061779ED2FA1F8E0E957E0360C46165 /* PBXTargetDependency */, + 40614500C3809F18AD9718DDD4A21AFD /* PBXTargetDependency */, + 661D24B1226BE7510A94C805001B98D8 /* PBXTargetDependency */, + 41A0CF73A5359D78540DEA50B3657555 /* PBXTargetDependency */, + DFEAECB0AC979F9FFB5C94AE4ADFEF95 /* PBXTargetDependency */, + 88884100472FE45145E938F7FEACCBE0 /* PBXTargetDependency */, + 2253D08088A64946AF969F8C6FB887AD /* PBXTargetDependency */, + 3B476F5440E083E2E501E73C70B8CCBD /* PBXTargetDependency */, + 5205CEDC42D95CF17A737EAFB757A48E /* PBXTargetDependency */, + 5E6CF69AF9C60A7B7E393EF113F28D9A /* PBXTargetDependency */, + 5A43753233CAFC159BF88C43898F4499 /* PBXTargetDependency */, + A523BA886C358B2765F4058E59E8B199 /* PBXTargetDependency */, + CE4EFF0199B181D5294B808C5BDD53FA /* PBXTargetDependency */, + B57C1265A603C96D620229B62385A10C /* PBXTargetDependency */, + 62C7C69631A0D8DA41FB441E97AA62A8 /* PBXTargetDependency */, + 917F5834E8F67D92998710CFD9239132 /* PBXTargetDependency */, + 26EF68F06497289198E2085A0D0009E2 /* PBXTargetDependency */, + 224B59D4D673DF9B9E6D21ADA2430DC0 /* PBXTargetDependency */, + 59D374651ADD6EDBDADDBA2493542B5D /* PBXTargetDependency */, + 1D90CFF3F7F784799033DC582F6FDABB /* PBXTargetDependency */, + 607BA1316DB540743F389E7AE1D4DDCB /* PBXTargetDependency */, + 391B67C81FA7EF548F0F379258962088 /* PBXTargetDependency */, + 6464D5A0888F9F403825E104ACDC8C52 /* PBXTargetDependency */, + CC5E477D4CE7A13F8116680F0859A8A4 /* PBXTargetDependency */, + 75ADFC422AA37F48E1121A737EEBCDAB /* PBXTargetDependency */, + EAADE4328947760462367F0BFB4C3CEC /* PBXTargetDependency */, + F12BD954C0DEFAA3C1FFF0CEF3EAA777 /* PBXTargetDependency */, + C18AFDFD4D046F128FF4A8E5CDEEAF0A /* PBXTargetDependency */, + 170093F0C7ED94E1949B5CA3C5D8A26A /* PBXTargetDependency */, + DB01DEA39A75137C8E5BACC6EB3E018D /* PBXTargetDependency */, + 779316B50F477779F07267B29671F3EF /* PBXTargetDependency */, + 1C9FB44DE2549DBF1B4F52C10DD07CE8 /* PBXTargetDependency */, + 73788F0E164F48AB26A155869D01213C /* PBXTargetDependency */, + 148450CD7BAB8E5ADFCDB8AB1D7389C8 /* PBXTargetDependency */, + EF158F3A09CD998E810B1093EEB9B241 /* PBXTargetDependency */, + 028CCCEB282C2941E6D56A531D125859 /* PBXTargetDependency */, + 1CF60D4E31629111AB673200097A7D91 /* PBXTargetDependency */, + 3ADB664E5B1E60583BFE89E352A2E570 /* PBXTargetDependency */, + C2D193CF64E10600EF81E4EE3C504887 /* PBXTargetDependency */, + 9A56C38DF543AFC75B810D230F1D5D51 /* PBXTargetDependency */, + CC0D84106A032C9F7047A9196BFD59D0 /* PBXTargetDependency */, + B38528C135E88E529D17A6BAC945F7B1 /* PBXTargetDependency */, + 70A9F041890B9C00E184598CF4A18B28 /* PBXTargetDependency */, + 25B212B0A5C476499903D75C5920C42A /* PBXTargetDependency */, + 4FA3354285E49A4276811F18DE6A1911 /* PBXTargetDependency */, + F35082D829BE040F5FD54E914CE0389C /* PBXTargetDependency */, + D8627E935F41F5DFC32F09631544F2C7 /* PBXTargetDependency */, + 3F9693F6F8855A607BFCFA66BBEDD7FA /* PBXTargetDependency */, + 290A9AAC7FA5CD09BC2F36D182710A69 /* PBXTargetDependency */, + 8136F751B2449276EC13F24239EAFC02 /* PBXTargetDependency */, + D6F17D0CF1C43FCEB1DA315EAFD096AD /* PBXTargetDependency */, + C194D526B76936A2AA7E3EECC0DA4F82 /* PBXTargetDependency */, + 3E1138345A10298A389EAC5930D5C9AC /* PBXTargetDependency */, + CC27EA5A06144FD13226EA6A815CDCBE /* PBXTargetDependency */, + 52256025D09FB67DA4345419E3139BD8 /* PBXTargetDependency */, + D64832BFEAD65D59BBA2C6F62AB8A020 /* PBXTargetDependency */, + 5035A6A4E59F26F5E2D83DD65E7FC32C /* PBXTargetDependency */, + BA1B16962B73E328A131274C26C9D5FC /* PBXTargetDependency */, + D87FAC4D878FD8FBC24BB1E58EF0E3BC /* PBXTargetDependency */, + 5864B74692AB14A280D433D2665D713A /* PBXTargetDependency */, + 32D64FF3D8FBC4219B94748D0B029612 /* PBXTargetDependency */, + 89CF43615CD1B272225E920B66B3EF5C /* PBXTargetDependency */, + DED09F86EFFE14F4749E7DF46B0271C4 /* PBXTargetDependency */, + D302A47E773FC219EE117B36A1F9A9C9 /* PBXTargetDependency */, + AA509DEDF0BE8C1B5FAE0A9C17265D0F /* PBXTargetDependency */, + C4D0F961276A4F524ECEA8B848482834 /* PBXTargetDependency */, + C8C916AC3AEF7C2D2205E958E10CF587 /* PBXTargetDependency */, + 23B4D82C1022A645E7597DC8A6EA36F4 /* PBXTargetDependency */, + 6ADDF1FC5A6F9235F7F20FA7D6CE1D2D /* PBXTargetDependency */, + EBACD0A1B277FE7C58994643A9B8A8BF /* PBXTargetDependency */, + 639041D42FB6130CE9A7D86145488DF9 /* PBXTargetDependency */, ); name = "Pods-NotificationService"; productName = "Pods-NotificationService"; @@ -25243,9 +25268,9 @@ buildRules = ( ); dependencies = ( - F8411983A100139BBD7DA387A7B4AF8B /* PBXTargetDependency */, - B3561DC3F40F8937A46D2AA7A46D0116 /* PBXTargetDependency */, - 1407D8B794A818703ADCDDE5E4DB0622 /* PBXTargetDependency */, + 12D00EBAD6DEFD7C2A84DA42D1E795D0 /* PBXTargetDependency */, + 20233A6D2A2EE803CA62A488F08AE780 /* PBXTargetDependency */, + D701EF8CE5377927D1BDFA9A8DEAB929 /* PBXTargetDependency */, ); name = RNFBCrashlytics; productName = RNFBCrashlytics; @@ -25254,17 +25279,17 @@ }; E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */ = { isa = PBXNativeTarget; - buildConfigurationList = 22A34E3E6593CE8DCBFEB84BB95156BC /* Build configuration list for PBXNativeTarget "Flipper" */; + buildConfigurationList = A39F08165CE91502893CD8128E9B7B5D /* Build configuration list for PBXNativeTarget "Flipper" */; buildPhases = ( - F067F79802CE0ABBD616830EA55C6B56 /* Headers */, - 8F2E5C2579ACAA248AD44D436223BAB0 /* Sources */, - 3210E0FB659A9EA7964E05C316DF7C1E /* Frameworks */, + 8CB30B73C802AF1B249CA186CEEA7F21 /* Headers */, + 6DBCD6DB1B955B62501F49A5F24A563D /* Sources */, + 4379CAF1DB03818BA27AF9C46364DEAC /* Frameworks */, ); buildRules = ( ); dependencies = ( - 25EA52A888E125677E6705E5266343F4 /* PBXTargetDependency */, - 37686A35980A64526D741C7D4CAC83D0 /* PBXTargetDependency */, + 8D6F82E611752AD2FEB217110295CB34 /* PBXTargetDependency */, + AC7519D82F0C953FCF7DDC9C7AC07FA0 /* PBXTargetDependency */, ); name = Flipper; productName = Flipper; @@ -25282,7 +25307,7 @@ buildRules = ( ); dependencies = ( - 41854F19CE22DF86AACAC7C678253B55 /* PBXTargetDependency */, + 24F1A08600BC668B2993E90B12E7C7CA /* PBXTargetDependency */, ); name = "react-native-netinfo"; productName = "react-native-netinfo"; @@ -25300,7 +25325,7 @@ buildRules = ( ); dependencies = ( - 84926174BA3CE99A8CF55ACB29A3604B /* PBXTargetDependency */, + 75E65320B10FDD9887681C0972234ECD /* PBXTargetDependency */, ); name = "react-native-blur"; productName = "react-native-blur"; @@ -25309,16 +25334,16 @@ }; F3966F664F3CFAEFAB57C40FB54D3788 /* TOCropViewController */ = { isa = PBXNativeTarget; - buildConfigurationList = 8B358E7D15A747DC6465DD8D4CB18928 /* Build configuration list for PBXNativeTarget "TOCropViewController" */; + buildConfigurationList = AAD60E62DD1389164E61B65BFFEB5BE7 /* Build configuration list for PBXNativeTarget "TOCropViewController" */; buildPhases = ( - 075364934EC897D322A7CFB827EB4F39 /* Headers */, - 1559F88848BD8048853F15C77C4D15CC /* Sources */, - 5D6B1DD9B4F3242F1D360F9837B12551 /* Frameworks */, + C9ACBB017FBF85E5C3FC21E2867DEA69 /* Headers */, + 30895E478F8ED466DD0906482C76EA26 /* Sources */, + F5AC57FAB52D8ED9399E375611AE091D /* Frameworks */, ); buildRules = ( ); dependencies = ( - 2CC34BDF4B1FC2468F90CE0CF0A697AC /* PBXTargetDependency */, + AB3E285824F96021A5BB69D40B27CD54 /* PBXTargetDependency */, ); name = TOCropViewController; productName = TOCropViewController; @@ -25327,17 +25352,17 @@ }; F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */ = { isa = PBXNativeTarget; - buildConfigurationList = 9D1BABA35308C726E3DD376E419A74F6 /* Build configuration list for PBXNativeTarget "GoogleDataTransportCCTSupport" */; + buildConfigurationList = EAA1F5223E305D28B0685D1F594DB8C1 /* Build configuration list for PBXNativeTarget "GoogleDataTransportCCTSupport" */; buildPhases = ( - 1E58296222627245BC3EB52303CD1ECF /* Headers */, - CA9EBE3449BB7E93B6F413255DB1EEC5 /* Sources */, - AE320610DB97966D6EDFF36936CA328B /* Frameworks */, + 94C74C3A483A67862AAE6590FFE13782 /* Headers */, + DAD0D9F92E33C7E5F24DDFB4B500B4B6 /* Sources */, + 37EE20F04A1E8AB0E2202AA92220122E /* Frameworks */, ); buildRules = ( ); dependencies = ( - 8ABFF5AC7A431642038ED05578847E47 /* PBXTargetDependency */, - 0DEF46D94640392285C066254EB48103 /* PBXTargetDependency */, + 34164883C94E0E28B6149E17D921C156 /* PBXTargetDependency */, + 374A591C032ED4A7EFC4CAFA7B77FDAA /* PBXTargetDependency */, ); name = GoogleDataTransportCCTSupport; productName = GoogleDataTransportCCTSupport; @@ -25346,16 +25371,16 @@ }; F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */ = { isa = PBXNativeTarget; - buildConfigurationList = 905B11A27E9160C101102676F2154F5A /* Build configuration list for PBXNativeTarget "UMPermissionsInterface" */; + buildConfigurationList = A072199B29CA132D9703551CCB242DC6 /* Build configuration list for PBXNativeTarget "UMPermissionsInterface" */; buildPhases = ( - 73C322D69A1446BDA7E555F4CCC1E15C /* Headers */, - 8C78BCCABF3FF9E2932BF6E22F5D5E99 /* Sources */, - 2E9B225DCDA5938B119C4C6408083CE1 /* Frameworks */, + AA27D99C377A9DF9F99AC42E07D91935 /* Headers */, + 4DA588F7BC435E77CB53353ACC46E6B4 /* Sources */, + 30793C45B7B3F6F9DCF4A681FB46404C /* Frameworks */, ); buildRules = ( ); dependencies = ( - 0A18B8EAE5AD95926652AD2A3EA5AD91 /* PBXTargetDependency */, + 05B381CEFDC9207D7B0CAA0054090207 /* PBXTargetDependency */, ); name = UMPermissionsInterface; productName = UMPermissionsInterface; @@ -25364,11 +25389,11 @@ }; F7D033C4C128EECAA020990641FA985F /* React-jsinspector */ = { isa = PBXNativeTarget; - buildConfigurationList = 0AF617C926F5A8676BCB5FDFC9E782CA /* Build configuration list for PBXNativeTarget "React-jsinspector" */; + buildConfigurationList = 03ACD63175890F54E009225B728DDE3A /* Build configuration list for PBXNativeTarget "React-jsinspector" */; buildPhases = ( - 4267ABD6188E1FA0AB8E8B3AA8E248D9 /* Headers */, - 4BC57BB1B478E48CCB22ED11B4AC3635 /* Sources */, - 3319A645E991099C527E34E3F5D7D070 /* Frameworks */, + 8047032905A6688C0D10B87A5DDF4C44 /* Headers */, + D437C0907A2538739802F8FC4FFE4C22 /* Sources */, + 2A88DCDB2A27880E8BA5AD272C4FAEE8 /* Frameworks */, ); buildRules = ( ); @@ -25381,19 +25406,19 @@ }; FA877ADC442CB19CF61793D234C8B131 /* React-jsi */ = { isa = PBXNativeTarget; - buildConfigurationList = 6836F7BEB17A665CCFAD63F7AE3AE76A /* Build configuration list for PBXNativeTarget "React-jsi" */; + buildConfigurationList = 1B2A9B657DEBA91193ACCCFACDDDB1D8 /* Build configuration list for PBXNativeTarget "React-jsi" */; buildPhases = ( - 3612FE1996698AA222281156558AA759 /* Headers */, - 29A3EEADDAA7CFB21943A1D664AF499C /* Sources */, - 91FD84760180D62CE144D10B1661A6EB /* Frameworks */, + 2EC4F2D93643E2B3C9A111B09E71D58E /* Headers */, + 7DFCB9C6D6CD11D2735A118F00182B41 /* Sources */, + BDAD07DAFFEC2EE05A6675EF7D4D91AE /* Frameworks */, ); buildRules = ( ); dependencies = ( - 32DB4C9DE9AD54B5F084E660F66638D7 /* PBXTargetDependency */, - A55C60F5B8574E081C187B24BF6EE3CF /* PBXTargetDependency */, - 4BA758B21322D7D253064436A3285E91 /* PBXTargetDependency */, - 1AE5A7174AB0BEAB2A883A9BFE683A7E /* PBXTargetDependency */, + C0ACE81B692668A46763DA6A485F6E14 /* PBXTargetDependency */, + FDB69454D45B767E2A6CEAD18BDF8277 /* PBXTargetDependency */, + E9FEBE191A7DA0369B7D57140FA2C453 /* PBXTargetDependency */, + FA1249617FC1DA49DB9CAD7605FE8B6F /* PBXTargetDependency */, ); name = "React-jsi"; productName = "React-jsi"; @@ -25411,7 +25436,7 @@ buildRules = ( ); dependencies = ( - DB7EEC60663128A7B2C4FA39A349F513 /* PBXTargetDependency */, + FB58F329C81C0D819D38BAE841997E6D /* PBXTargetDependency */, ); name = RNReanimated; productName = RNReanimated; @@ -25572,59 +25597,59 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 2A05938870CADBE6630577D10A9DEE73 /* Resources */ = { + 57AE3BECED03C5461F899119D6E26F47 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0D31C3ABCF7A8BF15610F0B42753535D /* de.lproj in Resources */, - 0C44A869A48899ACC6296DD1A859D705 /* en.lproj in Resources */, - B68A395E5A1C91E13E9A193AB1C8ED72 /* es.lproj in Resources */, - C3A6A9FF77922A6AAB7148D16E0F6FCA /* fr.lproj in Resources */, - 0D6DDB573EC8F2DD0A4323FAD849610A /* ja.lproj in Resources */, - 3890796F379C922B22D307BCEDF22A16 /* pl.lproj in Resources */, - 1C8B3ECE8E9F7F7EDC7498EDB0AC68DC /* QBImagePicker.storyboard in Resources */, - CF2A0D04D697EF5BE909EA62BDE95B27 /* zh-Hans.lproj in Resources */, + C091246839A4FF29BFF095615CB11AC4 /* de.lproj in Resources */, + 770A405E700C8F26E40E7B9563E711B5 /* en.lproj in Resources */, + CBA36F2DB1B3CFDFD281003391E9DCDE /* es.lproj in Resources */, + BAFB8985FE2EFBD4BF5100D1C5141909 /* fr.lproj in Resources */, + 511A8C7756FC090C87DB2FB5BC9C2E6C /* ja.lproj in Resources */, + B4E39F70EC2AD043C32FAEF8D43224FB /* pl.lproj in Resources */, + D1DCFE54FE581D8503482057D07C8520 /* QBImagePicker.storyboard in Resources */, + E8A085223A1A29C76C54D4FF33E89115 /* zh-Hans.lproj in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 383C89271F94FFE0FD53F879F0337A15 /* Resources */ = { + C346BB50095D536EA1D970C0FC453D91 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - B5E0498DF3DFD349F7FA32887360D488 /* en.lproj in Resources */, + 5114AB49EA22A2C2E519F563FABE94F5 /* en.lproj in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A94DD669321F752B8ACAEE1209418104 /* Resources */ = { + E1B086883458358D45B705731BBF9907 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6A03D0C81B78A8193ED639EF9E65D973 /* ar.lproj in Resources */, - 895057959B4A9B092EFF7AD87F05501B /* Base.lproj in Resources */, - 560EF5CA70E5824DD26932CD6FB08B0B /* da-DK.lproj in Resources */, - F8E78141D2945B94F6B3EE886A27E20D /* de.lproj in Resources */, - AA6BF7D3C73C5BF5A5BE4947FBFD3DCE /* en.lproj in Resources */, - BB7FF4722FEB1E9D0F706C6353A31C98 /* es.lproj in Resources */, - 50AF93EF90BF4A7E9719F22FEA7B0A99 /* fa-IR.lproj in Resources */, - F9CA7A201848CC4C331A5CAB51EB4283 /* fa.lproj in Resources */, - 14102A8DA8E663031A473FDE077EE27C /* fi.lproj in Resources */, - 4C6A0036F133EFE2991C09DA9B4D1815 /* fr.lproj in Resources */, - 4ED4C6E679C541F55266FF8168254158 /* hu.lproj in Resources */, - DD5B87E54143F455B0C4DB22663D6D48 /* id.lproj in Resources */, - 690BE162F0C456403A7E32438EF8AB5A /* it.lproj in Resources */, - 11350ED32D77B70C15D8875F6ACFF30B /* ja.lproj in Resources */, - 4A12C0B70CCE3A2A89C2C96FDBC92EE9 /* ko.lproj in Resources */, - 9921A559201DB4085949B941ED54EDFA /* ms.lproj in Resources */, - 5BE43B10E69B08F2D74EA5E07DA94FC4 /* nl.lproj in Resources */, - 6501D10A33353E42F2D312C50CD576E9 /* pl.lproj in Resources */, - E535A49E4E9C38AAFD34E2F065D9ACC6 /* pt-BR.lproj in Resources */, - A15CA944D7DD46D1E4F001829CF816EE /* pt.lproj in Resources */, - 51B6031E539D901552918667D3D45676 /* ro.lproj in Resources */, - D6317F6FF9CAF3F0F497F8AE60F23AF7 /* ru.lproj in Resources */, - 652880EA5B26BC022FD9FCF7B57EE3A2 /* tr.lproj in Resources */, - B15931DDE7024C957C89E63DF1FF6C5F /* vi.lproj in Resources */, - A71E7899697237CF6E5C435BF530A41F /* zh-Hans.lproj in Resources */, - EF8122395A26F120FD8DD92FFA51B0F1 /* zh-Hant.lproj in Resources */, + 3A4CF3256BC595BBAC9432A210C1A225 /* ar.lproj in Resources */, + 37B948ABB4DE1CEC9159D4E8EF4B68FF /* Base.lproj in Resources */, + DB7879CDFFEB7588118E764AD79CBDC8 /* da-DK.lproj in Resources */, + EE14BA16332AA06FB5220EC096A39B02 /* de.lproj in Resources */, + 8DEF920E938CFDED9F600936FF9CFADF /* en.lproj in Resources */, + AAC98FA5E7E6DA6F755C97E871C49BBD /* es.lproj in Resources */, + 6ED02D672657D0860C601CCC0FBA3477 /* fa-IR.lproj in Resources */, + DD064E11686B6C00506BEA26B22DF670 /* fa.lproj in Resources */, + 4CD6251A4A3890CC821288EAAB6423C9 /* fi.lproj in Resources */, + 611F558A88A67FF7792F724E5F594298 /* fr.lproj in Resources */, + 8FA40D8BB0950AC0E83488AEF4440FB1 /* hu.lproj in Resources */, + 470B06E5BB79C6A4C27E6AA599F000FF /* id.lproj in Resources */, + D055D1EE6B3537B86CC6E2F0B03FEFF0 /* it.lproj in Resources */, + E29FBA6D4C296E52AEF37FE5C202C816 /* ja.lproj in Resources */, + E39E9949E3F0A951767CD502EAE6D183 /* ko.lproj in Resources */, + BA09E5C4978FCBCE5FE0FBFC5C629056 /* ms.lproj in Resources */, + A13EC7A197E1D1A4B458D79C2D306655 /* nl.lproj in Resources */, + AFE4749B54925319011AD3C3D4578BC1 /* pl.lproj in Resources */, + DFFDC7BB2C5FFA2C6641CB29347DB592 /* pt-BR.lproj in Resources */, + B7AB906E5631E608BA86629BFF26E75B /* pt.lproj in Resources */, + 63B12413FFB609CFB69E30102A185A34 /* ro.lproj in Resources */, + 230F1F13F72AD9DE051A81D2366898D5 /* ru.lproj in Resources */, + 165570C8B9641C71FC25E25B09F54A97 /* tr.lproj in Resources */, + F24400E60FE033A8A13B24529D2E7AFE /* vi.lproj in Resources */, + E9445C391B65051D3A77F060D073EA6C /* zh-Hans.lproj in Resources */, + 49741CBF779A53F0FA2D5E5A4E6AE0EB /* zh-Hant.lproj in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -25655,7 +25680,7 @@ shellPath = /bin/sh; shellScript = "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\"\nMODULE_MAP_PATH=\"${BUILT_PRODUCTS_DIR}/${PRODUCT_MODULE_NAME}.modulemap\"\n\nditto \"${DERIVED_SOURCES_DIR}/${PRODUCT_MODULE_NAME}-Swift.h\" \"${COMPATIBILITY_HEADER_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/react_native_simple_crypto/react-native-simple-crypto.modulemap\" \"${MODULE_MAP_PATH}\"\nditto \"${PODS_ROOT}/Headers/Public/react_native_simple_crypto/react-native-simple-crypto-umbrella.h\" \"${BUILT_PRODUCTS_DIR}\"\nprintf \"\\n\\nmodule ${PRODUCT_MODULE_NAME}.Swift {\\n header \\\"${COMPATIBILITY_HEADER_PATH}\\\"\\n requires objc\\n}\\n\" >> \"${MODULE_MAP_PATH}\"\n"; }; - 3A4D04D368D51FC04045357E21BE3E7D /* Copy generated compatibility header */ = { + B8F06AC42B69598D3097527856CFBAB9 /* Copy generated compatibility header */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -25682,12 +25707,13 @@ /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 02D557EFF6850265B681E9C2B5689888 /* Sources */ = { + 02A631A3891C24AAB90AAAE799654BFF /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C3673A8D87D29F8DF29EED1DEE0946A4 /* FBReactNativeSpec-dummy.m in Sources */, - 026E970F67FBBFE100930D634FDAEEAA /* FBReactNativeSpec-generated.mm in Sources */, + 2763424CE15BFE6A5EE922F46F96BC4F /* RCTConvertHelpers.mm in Sources */, + 9E115BA9B00C240911A8F03063290340 /* RCTTypedModuleConstants.mm in Sources */, + F706AEB3AB38163BADC0C170D099C4A2 /* RCTTypeSafety-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -25745,82 +25771,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0BD01124C014C6AF003B6DAFD13A41E8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4E37F7ECB9C08173125C8D115D3E4FE9 /* NSBezierPath+SDRoundedCorners.m in Sources */, - BCFD58426CC0F656E174907D4CBD1E9D /* NSButton+WebCache.m in Sources */, - 5A96AA66F6298FFE3FAFB3BFDEAA009C /* NSData+ImageContentType.m in Sources */, - DDFF11CA87CA0F0378885A199DE6378F /* NSImage+Compatibility.m in Sources */, - 41F275088FE492DABC61083D21388E51 /* SDAnimatedImage.m in Sources */, - 5A4B46B2EE1F48C34F6A733FE87FB584 /* SDAnimatedImagePlayer.m in Sources */, - CAB0D9A266D87182DED2CF868CE93C6B /* SDAnimatedImageRep.m in Sources */, - 2E2464FE1D725C022256FAA39C0BEE02 /* SDAnimatedImageView+WebCache.m in Sources */, - 90A0A2CEDCD5415D10838EFEAFE69D8F /* SDAnimatedImageView.m in Sources */, - 448F31B3D1D3FCDDE9F704FCBECC550D /* SDAssociatedObject.m in Sources */, - 6D73156B675A0F106D095C0A4A362973 /* SDAsyncBlockOperation.m in Sources */, - 04AB1B62C8055D05EF4C021BA937A5A4 /* SDDeviceHelper.m in Sources */, - 537DFB589F2A2E355A25EAC42C794FC5 /* SDDiskCache.m in Sources */, - AE1AEDCF050D59AA50FD0E46B920B3D4 /* SDDisplayLink.m in Sources */, - 12BC8321978C760B3DE3AFEBA6730818 /* SDFileAttributeHelper.m in Sources */, - 28A806290913B89BBA2AB0B079EAA6A0 /* SDGraphicsImageRenderer.m in Sources */, - BDB63C5FE1B3B6ECAD5E7E26F2E82864 /* SDImageAPNGCoder.m in Sources */, - FB5CA070F3D1B024C908F94AC161A788 /* SDImageAssetManager.m in Sources */, - A535777899FE2CA383FA68C214FDA220 /* SDImageCache.m in Sources */, - 0B428D0D41EC6116461A2DC5D95FEF4F /* SDImageCacheConfig.m in Sources */, - 3AB05D6A2AA1EBDD94246A0F10E193F1 /* SDImageCacheDefine.m in Sources */, - AAAF8D136503AA05DB27DFDE627AE4A4 /* SDImageCachesManager.m in Sources */, - 93F15409F1190814DC3DA8BE09CAECC2 /* SDImageCachesManagerOperation.m in Sources */, - E1496D30FADF4499136DD65166E698C3 /* SDImageCoder.m in Sources */, - 8A04EDA7F9FA6329D66E9D3345955DE9 /* SDImageCoderHelper.m in Sources */, - 5A6B07BCBF61657CFF37087381E5AEAA /* SDImageCodersManager.m in Sources */, - 088D4499AB212973F9FC0651E300EE63 /* SDImageFrame.m in Sources */, - A8A0693A4DFAFC783A61AA0C5EE9D647 /* SDImageGIFCoder.m in Sources */, - 4B2B45F8C60604A5353C89934BE563A6 /* SDImageGraphics.m in Sources */, - 1B50E7E11F429A87CAA2B2C23248EEF0 /* SDImageHEICCoder.m in Sources */, - F0B7F16BA07E3AB69C72037363187EFB /* SDImageIOAnimatedCoder.m in Sources */, - D709FBDE102256B5FF17C189FF460471 /* SDImageIOCoder.m in Sources */, - 5352CC006F2A2EFE66376363AF512792 /* SDImageLoader.m in Sources */, - 6A1057122799E529D1A2AD0560D715B5 /* SDImageLoadersManager.m in Sources */, - 5C61CB207DB18EB0C220BA62BDB9D1FD /* SDImageTransformer.m in Sources */, - AB8DB13152DD1194DE380CBF30D0D54C /* SDInternalMacros.m in Sources */, - C9F72C75A752785815C8941FB82A6AE3 /* SDMemoryCache.m in Sources */, - 59DF7FA06F9A21AC63C9304B31A2E7E9 /* SDWeakProxy.m in Sources */, - 773FD58F9E4F25CA810D5790E9D0E4C7 /* SDWebImage-dummy.m in Sources */, - EA6DF82DC5C8BCF80833174E7719EBFF /* SDWebImageCacheKeyFilter.m in Sources */, - 1A4298E43B9C92DA1FBBC8A849D8C49C /* SDWebImageCacheSerializer.m in Sources */, - C15BD067261AAF49DA604EB97263DC11 /* SDWebImageCompat.m in Sources */, - 6C149E765F21E5BBF4D8B18244FA8A5C /* SDWebImageDefine.m in Sources */, - 03BD8D3DA06B5FD4AE7AAD7DB2CE87A8 /* SDWebImageDownloader.m in Sources */, - 827A8FF52983DB98A5B8D22D6DFC9A78 /* SDWebImageDownloaderConfig.m in Sources */, - 7EEA31B00432C4EC9A64111BF4500660 /* SDWebImageDownloaderDecryptor.m in Sources */, - 0796514D0CBEBD5D481568950DFE2ACC /* SDWebImageDownloaderOperation.m in Sources */, - CD569136ADDA360CAB8F669A37A76F6B /* SDWebImageDownloaderRequestModifier.m in Sources */, - 4E102A79314D01B2DDD6979891A93817 /* SDWebImageDownloaderResponseModifier.m in Sources */, - C2D1DACCC5A0D96735440ACE2BC579FF /* SDWebImageError.m in Sources */, - 71EEA0136E66306983697B879140A015 /* SDWebImageIndicator.m in Sources */, - C05D8750F33A17851D237323FEDF6672 /* SDWebImageManager.m in Sources */, - DCFE3D226524EEFFD21F53D59B1B81D9 /* SDWebImageOperation.m in Sources */, - BA652F6494EAE4219F6B9D2AC6C89752 /* SDWebImageOptionsProcessor.m in Sources */, - 0A9FDE52EDD5B276EC0D08F5D1005164 /* SDWebImagePrefetcher.m in Sources */, - E72CCEED4FCDF429EAD182BE4B540869 /* SDWebImageTransition.m in Sources */, - FE7FCA4261C5725FE10B32CEAF415F6A /* UIButton+WebCache.m in Sources */, - 1DB77874468B499C069CD8F292425606 /* UIColor+SDHexString.m in Sources */, - 2CD4B41FC2871C69BFA1CA40363894F8 /* UIImage+ExtendedCacheData.m in Sources */, - 1C4FDE1149389365EC8D3D854415915E /* UIImage+ForceDecode.m in Sources */, - 3D75F687F5E5AA47125D130AFB27F567 /* UIImage+GIF.m in Sources */, - 06E39212F3680DBB3A4BCF73AA8A2D1D /* UIImage+MemoryCacheCost.m in Sources */, - 781DBDC886BBAFE45198D9D20553926D /* UIImage+Metadata.m in Sources */, - 2DA15128CE2E32F416E871FCD4C44B4D /* UIImage+MultiFormat.m in Sources */, - E6CB291B6C205834620C29BB90BB29DA /* UIImage+Transform.m in Sources */, - 5845900F97E761BA1190183CF8A4ABA7 /* UIImageView+HighlightedWebCache.m in Sources */, - C1F4DBB5F1EBC3A2595824589176E5BB /* UIImageView+WebCache.m in Sources */, - 969839DF75F2F4D13C4A0AE06EC25C0A /* UIView+WebCache.m in Sources */, - 5EFD685CF0544A4825B5B95E99F296D2 /* UIView+WebCacheOperation.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 1041646F780713E5C0DFC0BCF634695C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -25862,20 +25812,38 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 1559F88848BD8048853F15C77C4D15CC /* Sources */ = { + 146A2043EB6F4FD08FABB227E717A3EE /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1D92BF40C3C1646AF2F98189979ADFC9 /* TOActivityCroppedImageProvider.m in Sources */, - B9D130406525DD44A9F030932DC995D9 /* TOCropOverlayView.m in Sources */, - 5D19C2F10F10D4F995D906843A6EA3A2 /* TOCroppedImageAttributes.m in Sources */, - A86E83ADC3FB5B0352E0981D026EE270 /* TOCropScrollView.m in Sources */, - 93B9E7557040F027A671A653B8216768 /* TOCropToolbar.m in Sources */, - 0FEF58B945F9C648CD622C5F430F09DE /* TOCropView.m in Sources */, - F8B5A4D946823316F563608EACA13149 /* TOCropViewController-dummy.m in Sources */, - F6EE22A7B1886712B04DA2FF3BAB7237 /* TOCropViewController.m in Sources */, - ACBC7297E5CA90FBF739ED24126F8DC1 /* TOCropViewControllerTransitioning.m in Sources */, - 963325A92F8B714773E88F15F9067731 /* UIImage+CropRotate.m in Sources */, + 6276C1D45333F0354F055E832851A6EA /* CoreModulesPlugins.mm in Sources */, + 0BF3CF089390D5959A8EC41E9A255C7E /* RCTAccessibilityManager.mm in Sources */, + 699946058B4BA12AADF682C061E014DF /* RCTActionSheetManager.mm in Sources */, + 3DC10E85C43E6AE4727989B6DA856A90 /* RCTAlertController.m in Sources */, + 8229887F7915824A954AE4AEB2FDDA10 /* RCTAlertManager.mm in Sources */, + 5AC16E639A6F1CF09260BA3E62B6CE37 /* RCTAppearance.mm in Sources */, + 188873A9FB8122DB37F4A9778B9F7347 /* RCTAppState.mm in Sources */, + E24729C9CE9A683F338B92F0C81406E5 /* RCTAsyncLocalStorage.mm in Sources */, + 67B402B5DB36574FAFCC9D47CCFD6DB1 /* RCTClipboard.mm in Sources */, + FCBA97A4EECC7EC57E71D28CA7F20FCE /* RCTDeviceInfo.mm in Sources */, + AFFAC7511AD2D0D3F7C1AD4696E97CC9 /* RCTDevLoadingView.mm in Sources */, + 40E91CFAD37711541A8DB9B255877031 /* RCTDevMenu.mm in Sources */, + 4D9BBC36590CDA10D81216D3E08B5E01 /* RCTDevSettings.mm in Sources */, + 68A9938F1C4FB6683CD0CEE854DE3297 /* RCTExceptionsManager.mm in Sources */, + 2EB0A5D3144A0456F8B498DFCE4E52A4 /* RCTFPSGraph.m in Sources */, + 0A58F8AD465CE5DCA9D3CB9042389F3C /* RCTI18nManager.mm in Sources */, + 8386BC22365D29D27D43A4726A357FA6 /* RCTKeyboardObserver.mm in Sources */, + 8527E789032275519F5685CCE11EEF8F /* RCTLogBox.mm in Sources */, + 5865C7B3206F91E054E6A599FF455FE4 /* RCTPerfMonitor.mm in Sources */, + 340F895337C1E1019F62DCB21CDCA356 /* RCTPlatform.mm in Sources */, + 74EB1E57ACE6D45BC43F1E54173B51F9 /* RCTRedBox.mm in Sources */, + C152E1314982D9CBDEBD872A19C823AF /* RCTSourceCode.mm in Sources */, + 2CE163ED3117BA5498D6B5918D706779 /* RCTStatusBarManager.mm in Sources */, + 56B7EDF2D059818DC3B10542418DC307 /* RCTTiming.mm in Sources */, + 86B0E32BC905AFDFF52ED41DA0E2D652 /* RCTTVNavigationEventEmitter.mm in Sources */, + F2EB846DF7325FAA61507E910C036032 /* RCTWebSocketExecutor.mm in Sources */, + DD3FD879397735569999E1D8C7FCB950 /* RCTWebSocketModule.mm in Sources */, + E9484CC36B48DD53139F337528BDD82D /* React-CoreModules-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -25889,10 +25857,64 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 1ADD557A059C53743282A56751B0EB36 /* Sources */ = { + 19621271E82C3B3CD4BC79CA2F1FF78E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + D5D875D1A8B83FBAC4C2A300CD2AF67C /* event.cpp in Sources */, + 551FEDB298C706D84AD2CFFDF2B3C265 /* experiments.cpp in Sources */, + 4E11C3A005A89EE182016E6E9A8339CD /* log.cpp in Sources */, + 450FD201F3936CFD87C079F68C92DF26 /* Utils.cpp in Sources */, + 7CB3E69058340C11A905CB03EE99949F /* YGConfig.cpp in Sources */, + 4AD475DF05A56F10CD39CE13CF2ADA2D /* YGEnums.cpp in Sources */, + F722BA71752657A010B16E06105C4408 /* YGLayout.cpp in Sources */, + 83070A17E41B5BDBE8AF193D647509E2 /* YGNode.cpp in Sources */, + F348FF26CBFBB1B2FF4F505200EC4245 /* YGNodePrint.cpp in Sources */, + FE406AA0EA2513C90E5FCCDD62A9AFDF /* YGStyle.cpp in Sources */, + 09FB0A144CF42E303B1DBCC78F83BF80 /* YGValue.cpp in Sources */, + CED8133CB74CA3C5A0E018BF922D9DDC /* Yoga-dummy.m in Sources */, + D249FC9B5A26A444DDD40F59B037D5D4 /* Yoga.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1BAC503B285FCF2822795D37ACE4113D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 3EE84999458C92C82555A9B89A0A7221 /* AESCrypt.cpp in Sources */, + BA469C8140BB88DA070A0DF2ABB313CB /* CodedInputData.cpp in Sources */, + A866BE76E9A30D1CE252D8C6B0E5926E /* CodedInputData_OSX.cpp in Sources */, + 94DE6D39137AAF5F53D6DB44E1B2900F /* CodedInputDataCrypt.cpp in Sources */, + 1FD704624BDCEC3E55225FB0CFABB272 /* CodedInputDataCrypt_OSX.cpp in Sources */, + 5C77A5BEFEA279C8E7D6632403A14B7D /* CodedOutputData.cpp in Sources */, + 0D974F75F906CE3A523965912D7B93A2 /* crc32_armv8.cpp in Sources */, + F4A4919C931C29951395C0365B107C86 /* InterProcessLock.cpp in Sources */, + 4FC44962E4B392B6C49FA833B69B0500 /* InterProcessLock_Android.cpp in Sources */, + F0DAD40FF942663F14AACDED6F16A027 /* InterProcessLock_Win32.cpp in Sources */, + AF746382D46AF180D75A95ABBD35C04F /* KeyValueHolder.cpp in Sources */, + C87DC6139749BFD5A37FF7406E436F97 /* MemoryFile.cpp in Sources */, + 73FEC086430EE9B2068E1EA4F0567273 /* MemoryFile_Android.cpp in Sources */, + 909337DFBDEC66DA7557FD9BD57988D8 /* MemoryFile_OSX.cpp in Sources */, + B79D33B338D0F73345E47FD91A502C2C /* MemoryFile_Win32.cpp in Sources */, + D86F72CC62FC8D0D67F536E6F9023641 /* MiniPBCoder.cpp in Sources */, + AE815C416767EE149C75E409695452CF /* MiniPBCoder_OSX.cpp in Sources */, + F772B77E028A3706276522E10DF688AB /* MMBuffer.cpp in Sources */, + 05ED321DCC7BC2A67DBC3421F601BFE0 /* MMKV.cpp in Sources */, + 3488CF038F6CB2E114BB01EEA98B065B /* MMKV_Android.cpp in Sources */, + A78AF40FF54483FC15540883674083A4 /* MMKV_IO.cpp in Sources */, + 05EB8F71AFD3CF2A6B86C654865737B8 /* MMKV_OSX.cpp in Sources */, + 1F3D20F95FF2A16442FBB713D0745A73 /* MMKVCore-dummy.m in Sources */, + CFCFF907D1DEF9F8C348931A1D44F31C /* MMKVLog.cpp in Sources */, + 80FC73AA6EAC3513C2B6DC175803E1C2 /* MMKVLog_Android.cpp in Sources */, + FC0B7D4762A96B7608B058287D28964E /* openssl_aes-armv4.S in Sources */, + 0407CF04FDFE49981A44356D7DECEA63 /* openssl_aes_core.cpp in Sources */, + BB3917322C3D46D61208B9BDE6165B24 /* openssl_aesv8-armx.S in Sources */, + 99FC7C649386EBFD0D0F0512D52F0960 /* openssl_cfb128.cpp in Sources */, + E1FDAE31212C17A2901CD6D243A5B764 /* openssl_md5_dgst.cpp in Sources */, + BF99C28D6867E11B224E737619F24789 /* openssl_md5_one.cpp in Sources */, + 45D8A0857DC43507F0B6197AD792B9D4 /* PBUtility.cpp in Sources */, + 3614E89A92A63A92F4762015725E9385 /* ThreadLock.cpp in Sources */, + 6B4B8B493F7C29D042D6FDEAB11AB268 /* ThreadLock_Win32.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -25905,6 +25927,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 1D9012C7FDC0EEB8D6A5F30C5BBA23CC /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 32082018BE55E29F54F397D54D06839F /* demangle.cc in Sources */, + 5BAA998906B84FCAA6ED30576AEE61C3 /* glog-dummy.m in Sources */, + E9E2DF68309678B7DC06C8BEB1349A19 /* logging.cc in Sources */, + 9754A864D9EFAF9EA24EB978A80DDFED /* raw_logging.cc in Sources */, + C1AC9914DBC595595E5E10CC41FCFACC /* signalhandler.cc in Sources */, + 55EC784A50DC14800DE2D90A2D065E17 /* symbolize.cc in Sources */, + AC15AE741359ACA13E7219469E043D40 /* utilities.cc in Sources */, + D400FFD03BA4E94CE2E204C597BB88DF /* vlog_is_on.cc in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 1EB1275B10937842F4CCF76A7D135B5C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -25915,6 +25952,132 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 1F1C22A1BBAE122A3C45A0DD1E46E4A3 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 825B36F168EC76043D6D9751B333936B /* JSCExecutorFactory.mm in Sources */, + 0E85004BFF308FE750E34C0682720A63 /* NSDataBigString.mm in Sources */, + DFA5190C4B6DF580BB6920937BB062BD /* RCTActivityIndicatorView.m in Sources */, + F6D201FC401789590F91E97F39ADBA6C /* RCTActivityIndicatorViewManager.m in Sources */, + 680EE445E83F7FD67554F61D41053011 /* RCTAssert.m in Sources */, + 06CFC3429A30C2BA4CECDAD9285C881A /* RCTBorderDrawing.m in Sources */, + DBBCA08B4689ED0C0075E17FE529048F /* RCTBridge.m in Sources */, + AEF6AC811285F0BDEA7BB0BEC96DC702 /* RCTBundleURLProvider.m in Sources */, + 724B113BDB0D9E2A9927219AB90D4ED0 /* RCTComponentData.m in Sources */, + F1A35F63BB6B7409E143CB7F25B4A514 /* RCTComponentEvent.m in Sources */, + 0EA43091971F51B77A88C4128434163C /* RCTConstants.m in Sources */, + 31A17630973C86192D0B6BDB0CE21CF1 /* RCTConvert+CoreLocation.m in Sources */, + 1CAC8AB93D24FF0DADCE2204DA1A4CB7 /* RCTConvert+Transform.m in Sources */, + 9108D95C328BA25FAB0A46CC56C9944D /* RCTConvert.m in Sources */, + 9F022A275022F6A56362C588B816B3C8 /* RCTCxxBridge.mm in Sources */, + 569B303F2B33E4958AB9B66FEF06DFD2 /* RCTCxxConvert.m in Sources */, + DA9205F5FD1B01B7D159C7CB1743C245 /* RCTCxxMethod.mm in Sources */, + 04CEEA91352CBAEF5B76797CBC31C825 /* RCTCxxModule.mm in Sources */, + 0742CC8BB3BB6FBB0FE475899E7F4223 /* RCTCxxUtils.mm in Sources */, + 99375BDA2E80AEFBB3082A06F75CFDA9 /* RCTDatePicker.m in Sources */, + 30AA70D82FFFB9E75E49B3DFE1A095DE /* RCTDatePickerManager.m in Sources */, + D12B088251FF47EEA33AAA0739000683 /* RCTDevLoadingViewSetEnabled.m in Sources */, + 957B31A7646C9F34BC06106C7547E211 /* RCTDisplayLink.m in Sources */, + D88ED5331B5D311F811CA7E761D241DC /* RCTErrorInfo.m in Sources */, + 5584EC3010BB95FEE907A8B39F069F84 /* RCTEventDispatcher.m in Sources */, + EC666CB740832E1AB0753D69FC8C3446 /* RCTEventEmitter.m in Sources */, + 6BCD0BB699310059570A6EDC62C5C169 /* RCTFollyConvert.mm in Sources */, + EACFAF96FCF841C412DE3167449060A1 /* RCTFont.mm in Sources */, + 8F465F9DD3889D3837D0D8E025219205 /* RCTFrameUpdate.m in Sources */, + 9FF5DFEB51E1C0AAAFBD2E826A2DD996 /* RCTI18nUtil.m in Sources */, + 174CF5611AC17EEF295106C6F3C16713 /* RCTImageSource.m in Sources */, + ECE385A01C7EE3AFFB8441C6C441D72D /* RCTInspector.mm in Sources */, + 6C578004CA0D49F9E36AD085E5C0B8E3 /* RCTInspectorDevServerHelper.mm in Sources */, + 04D3F8B98412FCDAE859644AFF82159E /* RCTInspectorPackagerConnection.m in Sources */, + 767D1F3280E48FA766595024D30F2BBC /* RCTJavaScriptLoader.mm in Sources */, + E7E82CC781764AB92193F0CA2600D6D0 /* RCTJSStackFrame.m in Sources */, + BAA442F7A9E9045D4C99FF071584709F /* RCTKeyCommands.m in Sources */, + F4D9D28C08ADBAD6C70CED70E0B7D79D /* RCTLayout.m in Sources */, + 45C0A0E3CA9D228FDCB346CFBE64051D /* RCTLayoutAnimation.m in Sources */, + AE215C3E8667F17B7AD18300B51BE880 /* RCTLayoutAnimationGroup.m in Sources */, + D9D5A57F3D28556DB0AAE421E545EBA2 /* RCTLog.mm in Sources */, + 08431A69D771C49DB77038EA8C1A79B4 /* RCTManagedPointer.mm in Sources */, + 8D77643F79FFBF648325E9A351C5C8C1 /* RCTMaskedView.m in Sources */, + 5E88D984516A6758BC65320A5144CE41 /* RCTMaskedViewManager.m in Sources */, + BC6F5F53C3FDF0137E4F9F84DE7853C8 /* RCTMessageThread.mm in Sources */, + F2770673EB4066AAF49F80D3173F1ABA /* RCTModalHostView.m in Sources */, + 764880507B2E6699A34AB7D2DDD7DBFA /* RCTModalHostViewController.m in Sources */, + 516AB504B88113B4C834E270CF75A576 /* RCTModalHostViewManager.m in Sources */, + A9DB6ECFFF04B3A4020D7DA692CF6DC8 /* RCTModuleData.mm in Sources */, + B755EAF06C8834F6CCEE50BEF62A08CB /* RCTModuleMethod.mm in Sources */, + B78BFE800CD92CDDEAACF7FE5598F6C1 /* RCTMultipartDataTask.m in Sources */, + 60B61EBA4A7B3666C80C45FF8843447A /* RCTMultipartStreamReader.m in Sources */, + 65442D8C8DDDC36CA3007E5E45752DC8 /* RCTNativeModule.mm in Sources */, + E4B5239838DC0F4A9844B92904F5E695 /* RCTObjcExecutor.mm in Sources */, + D1033CF1B747C42A65EB7627887C5EF1 /* RCTPackagerClient.m in Sources */, + 5ADB30B0072BAA0C569F132FCBAF04B4 /* RCTPackagerConnection.mm in Sources */, + FD0A147A4D3DAF133959222EC62352A2 /* RCTParserUtils.m in Sources */, + EB5B44698F80FA688F728DE855877D10 /* RCTPerformanceLogger.m in Sources */, + B014A96CD07E55576BB2C6E590192E88 /* RCTPicker.m in Sources */, + F6D5CC9503B2BAB7BA037377BBE54ABD /* RCTPickerManager.m in Sources */, + D00D40D1E89E53B29B0F2DC46E21A415 /* RCTProfile.m in Sources */, + 3E6FECC228E312EB7F234855D3A3710B /* RCTProfileTrampoline-arm.S in Sources */, + A1B4017E4C37EDE6B82FFD34813DF2DE /* RCTProfileTrampoline-arm64.S in Sources */, + BD77E7232C2715092F08B65B50F11F36 /* RCTProfileTrampoline-i386.S in Sources */, + 44E6A9DB627125E322CFD3A7CFB4BA3E /* RCTProfileTrampoline-x86_64.S in Sources */, + BCDB334272DD22E57B98DA583FC85C9B /* RCTProgressViewManager.m in Sources */, + E2FC121D4FD836B133A538F740737E48 /* RCTReconnectingWebSocket.m in Sources */, + BED18040100A2186526A6434684E0E4B /* RCTRedBoxExtraDataViewController.m in Sources */, + A3A65DD0F777EF8682EABA6BE42F3AB1 /* RCTRedBoxSetEnabled.m in Sources */, + 243320729E94C054A9CA3C8071A2482A /* RCTRefreshControl.m in Sources */, + 87D0CB6FCFBBDC24364247FA6FD6A947 /* RCTRefreshControlManager.m in Sources */, + 3E9162AD15CDA58933B2FA2BC495EDA7 /* RCTReloadCommand.m in Sources */, + 7C749C1F6010D1307509DE0F1E161553 /* RCTRootContentView.m in Sources */, + 9D09C724F69E869BD8FEDF056BBB6B8A /* RCTRootShadowView.m in Sources */, + 5C1165264DD72E16E1C64F6DC9746266 /* RCTRootView.m in Sources */, + DE7005D4498EE67072467850589DCE42 /* RCTSafeAreaShadowView.m in Sources */, + C3BB6C20F8FFD5AE15737DCEE7B4A6BB /* RCTSafeAreaView.m in Sources */, + BE223382A5799B7650C050DB79E8C0E2 /* RCTSafeAreaViewLocalData.m in Sources */, + DE5C5AE20CB48FE715235BFCB42D95FC /* RCTSafeAreaViewManager.m in Sources */, + E74F10A5A2937CD0D8027324A621D935 /* RCTScrollContentShadowView.m in Sources */, + 6A95275C5BCEB45C1F48A2375BED16EB /* RCTScrollContentView.m in Sources */, + 65BC18E4BC7C2F4F3FBB20C9C7036799 /* RCTScrollContentViewManager.m in Sources */, + FC067CA8FD8157903539169928217A14 /* RCTScrollEvent.m in Sources */, + 311BF276B0129159C98E04BC6B4A359A /* RCTScrollView.m in Sources */, + 86FD974CA753FB72A7A06E26BCAF767A /* RCTScrollViewManager.m in Sources */, + F825E1FA1D2EE630D835A0BBFB53F7A8 /* RCTSegmentedControl.m in Sources */, + 176D90CBC5BF4B1623C1929B7E99C306 /* RCTSegmentedControlManager.m in Sources */, + 5F99DAEF557AE97BD84A37E24F9DADB4 /* RCTShadowView+Internal.m in Sources */, + F617317E18D38DC7D5AEB86C03C56DBD /* RCTShadowView+Layout.m in Sources */, + B169AC1E18C6440BEFE0659C632C5697 /* RCTShadowView.m in Sources */, + 5610EC820E231169F5911CECF59B8C02 /* RCTSlider.m in Sources */, + B5A5CD98A96B658BF06A534E9FF2A87E /* RCTSliderManager.m in Sources */, + 89962038722B977646E734E6721E5D8B /* RCTSRWebSocket.m in Sources */, + 2908D147999CE0B89F1779C80BE11AD8 /* RCTSurface.mm in Sources */, + 98EAFD47F2D170B0C723CE75160BA12C /* RCTSurfaceHostingProxyRootView.mm in Sources */, + 018AE7F11C25C2C6AE52788E9C555C3F /* RCTSurfaceHostingView.mm in Sources */, + 6D805E60F589DB8AE0221869132B588E /* RCTSurfacePresenterStub.m in Sources */, + 55F83A935742869B756158BDC016A160 /* RCTSurfaceRootShadowView.m in Sources */, + B86E6BBF34C8795D24B37E75309E627F /* RCTSurfaceRootView.mm in Sources */, + CE781E256A134418DD7577DE9679FDAE /* RCTSurfaceSizeMeasureMode.mm in Sources */, + D0C764DE299C4AF5A84B601827D4E0B1 /* RCTSurfaceStage.m in Sources */, + C9D3121F522A2E5FFF8C6121184A6A56 /* RCTSurfaceView.mm in Sources */, + 250F64338233A141069049A26220E9DB /* RCTSwitch.m in Sources */, + 82957438013EE9E8DD4B6C8F88F8DDD4 /* RCTSwitchManager.m in Sources */, + 729AA2827084AC96914FA788FA4066E1 /* RCTTouchEvent.m in Sources */, + AEDD016A7171CB1911A077C0BDF61BAE /* RCTTouchHandler.m in Sources */, + EC7D13478527671E411B5B3560D1A128 /* RCTUIManager.m in Sources */, + E31512A972F9E359D575F24B6B50FA89 /* RCTUIManagerObserverCoordinator.mm in Sources */, + F0B014A7880E5F4E02414D8D663BBC51 /* RCTUIManagerUtils.m in Sources */, + 0E3039558CF4B516D318C9A28F833F3F /* RCTUIUtils.m in Sources */, + 65CF2BBF83A5197C0BBA8129DB080BF4 /* RCTUtils.m in Sources */, + 5FFB377F7BAE409945CB4ECB572B8C83 /* RCTUtilsUIOverride.m in Sources */, + 2B622E541FE0D922D8AB19163821F7E4 /* RCTVersion.m in Sources */, + C26BA033D622245B0E1F87B0BF11897B /* RCTView.m in Sources */, + 603BC0D657B3BB85EA44436582E5A60C /* RCTViewManager.m in Sources */, + 094B6639C41A6251EC40D55F2EDE1CB8 /* RCTWeakProxy.m in Sources */, + D31FD0DDF41340745B42F7BE00F95017 /* RCTWrapperViewController.m in Sources */, + 0B380E7F98E41F1D7E2BA92976940641 /* React-Core-dummy.m in Sources */, + ADA81D6992C86DCEB87920B0325900BF /* UIView+React.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 214C4C45537C4A7BCCB5D24C0C34245E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -25935,95 +26098,122 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 25BCA4A3782A5C8F7BD14F611C94F45D /* Sources */ = { + 283FB57D8AF89D3B1DAE4430A145CFE0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1F5058BC38AF2AFBDF8FADBB07073F59 /* RCTVibration.mm in Sources */, - 7963A8DCA187259C34D8BA027A4A2B7E /* RCTVibrationPlugins.mm in Sources */, - 201791607E2631AF27E15B18C4DB58CB /* React-RCTVibration-dummy.m in Sources */, + 400072ED4ED200B998533AE708FD984E /* BaselinesAsyncSocket.cpp in Sources */, + 09DF9A0A951D0393673431C6150077FD /* BaselinesTcp.cpp in Sources */, + 2AE5C407AD8561FFCFDC715D324A29CD /* Benchmarks.cpp in Sources */, + 1FDDC8CA4D699DA35016256EBCC3F752 /* ChannelRequester.cpp in Sources */, + 528DA6972901D810829437ED26BC7BE4 /* ChannelResponder.cpp in Sources */, + 743CF3D8B0F4A390B10BF0E559685D5E /* CMakeLists.txt in Sources */, + 634E6E1B82E30152590610DBEF747B7E /* ColdResumeHandler.cpp in Sources */, + CC5BDCB964D022893B27A1EB84808CC4 /* Common.cpp in Sources */, + 60B29E26408F734EB1B79A422DA490D2 /* ConnectionSet.cpp in Sources */, + 04C0D6FB0E15B319FDE0B0AC72509DE0 /* ConsumerBase.cpp in Sources */, + 5B584DD7E7363640B56C6F2F8BC8A3D9 /* ErrorCode.cpp in Sources */, + F52F0E758974C3BE9F1B75926EA44388 /* FireAndForgetResponder.cpp in Sources */, + 4AAAB1F4028A5FF2DC671B8D0DE23B77 /* FireForgetThroughputTcp.cpp in Sources */, + 70B143807532CEA59C56CA9C1AE278D4 /* Fixture.cpp in Sources */, + 12977FFF19CB17C0B93A17A70BCE1F42 /* Flipper-RSocket-dummy.m in Sources */, + 74747BADF45DFF96C8FE5DEDADB7673B /* Flowables.cpp in Sources */, + B9F0B22AAD4942ACB1E16DCA75A811E6 /* Frame.cpp in Sources */, + D061303643D1EC5B15B53D78D15D2DA0 /* FramedDuplexConnection.cpp in Sources */, + 778323193B6178498CA1CEDEBE1736B2 /* FramedReader.cpp in Sources */, + 77EB08990C653F7070F61B99AA217A4F /* FrameFlags.cpp in Sources */, + 94D0DC10250EEF0B5FB2C168707A7B75 /* FrameHeader.cpp in Sources */, + 7D2C27751C783B487B305A779FA86309 /* Framer.cpp in Sources */, + 47A0F493D19A5A85A4D954505146EBC3 /* FrameSerializer.cpp in Sources */, + FD42A399CC853EF89420C6A30A6DB318 /* FrameSerializer_v1_0.cpp in Sources */, + 232A304BC8DA58C2F32BA4BC225BE212 /* FrameTransportImpl.cpp in Sources */, + 726669539FA586C61BC51BF6544FCFEA /* FrameType.cpp in Sources */, + 8D34928C910D05D9AEBBC2B76762BA08 /* KeepaliveTimer.cpp in Sources */, + 47DB5D1D905ED7658CB00292C59FE672 /* Observables.cpp in Sources */, + 5400B68ED93E5B06645FF55C3057CF00 /* Payload.cpp in Sources */, + 32C1B6A1D3195268391C6F72A02C7407 /* ProtocolVersion.cpp in Sources */, + DF4D99FB37ED3354F619E172238164C2 /* PublisherBase.cpp in Sources */, + AC4C50F79EA4281798637822D6F50C39 /* README.md in Sources */, + 0ADDFCA59DF7A618BEE634F09D31AB9E /* README.md in Sources */, + 532ED859C769CE6C17A29AADE6BBC0EB /* RequestResponseRequester.cpp in Sources */, + 312809ECB4409FDF567E6525D2D121E8 /* RequestResponseResponder.cpp in Sources */, + A673CD68EF970BE40142D96C480774BF /* RequestResponseThroughputTcp.cpp in Sources */, + 42B0FE384A1E0A7ECFD93E6E1AA02D7D /* ResumeIdentificationToken.cpp in Sources */, + FC53E8ABBB26A660487194EC3A4BD2D0 /* RSocket.cpp in Sources */, + E860BE1A8E085E5179A0982F1FF26B38 /* RSocketClient.cpp in Sources */, + E9D90B2AFB0F919BC5583F7DAF62FD3C /* RSocketParameters.cpp in Sources */, + DD6AC26850948C45CA7DDE1D0FCCA235 /* RSocketRequester.cpp in Sources */, + 0614E971C66E4D3657D9E6C708B7F0AD /* RSocketResponder.cpp in Sources */, + 501669E22636FB9395E16B42CFBAC36F /* RSocketServer.cpp in Sources */, + AC1CCB3A313863D9759742ADEC8F6996 /* RSocketServiceHandler.cpp in Sources */, + F14698C81929204263A7ACFDE993CC37 /* RSocketStateMachine.cpp in Sources */, + 7F9448BE26FA5B151E919576AB098FCF /* RSocketStats.cpp in Sources */, + 29BECB6B582019D7CFECC361C6416BAB /* ScheduledFrameProcessor.cpp in Sources */, + 09CF727F36F1B0F7161220045797094D /* ScheduledFrameTransport.cpp in Sources */, + 01991A5FC24778C4D1E470CBA228D3C2 /* ScheduledRSocketResponder.cpp in Sources */, + C4762B9B09E1F427AAD3F7D41DCB15DF /* ScheduledSingleSubscription.cpp in Sources */, + 12614F4B7BB9A80D397752D6DBE4CFBF /* ScheduledSubscription.cpp in Sources */, + D75E51C94543626433DE0E77B739ECEB /* SetupResumeAcceptor.cpp in Sources */, + B1E980F8FF715E655389599AB842926C /* StreamFragmentAccumulator.cpp in Sources */, + C5FF8EC2083C61C68BAA9EFF35919DF2 /* StreamRequester.cpp in Sources */, + 9AD1CCE7A0013D323F21E2FBBB3BBB27 /* StreamResponder.cpp in Sources */, + E3707F06F9DE0FD5D6C72F966AB3FB63 /* StreamStateMachineBase.cpp in Sources */, + F2E68264C4F5BAE4D6D238BC6C14BDFE /* StreamsWriter.cpp in Sources */, + 15E80731B42DD6DC67642AB0F4B74D41 /* StreamThroughputMemory.cpp in Sources */, + 7521CA64287154866AF0E128F0BCAF4A /* StreamThroughputTcp.cpp in Sources */, + B2677FF281320A2BE72CE9D2ADA96821 /* Subscription.cpp in Sources */, + 1C6900957F0848F72BB3D5E8F71AE83F /* Subscription.cpp in Sources */, + BD047D3435AE3810456D723B953DC1B4 /* SwappableEventBase.cpp in Sources */, + 473811C2BBD11F6BFDB767C22CD431C9 /* TcpConnectionAcceptor.cpp in Sources */, + 3929080731EB2D1F3FFC4DADDE4D40AD /* TcpConnectionFactory.cpp in Sources */, + 69E61188479CD642FD56F0C97A4BBB52 /* TcpDuplexConnection.cpp in Sources */, + D15BDDECE064899C778026EB57D992EE /* WarmResumeManager.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 26F471B9B01E1B70663A9533687BEFFA /* Sources */ = { + 30895E478F8ED466DD0906482C76EA26 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6D91DEFFDCCE6EF55D75F969EB2F42BC /* demangle.cc in Sources */, - 956E7D3A9FB77FF915064D2D605B7BC3 /* glog-dummy.m in Sources */, - D6C075DCBE1FF28A6CD8B277338BE565 /* logging.cc in Sources */, - C98B74BDE8AFA281128A01E01A35FDBC /* raw_logging.cc in Sources */, - F9B17A42014D24428BA0624DEB855506 /* signalhandler.cc in Sources */, - 3D3FDD026A5EFA49BB1DEA2FE82814BB /* symbolize.cc in Sources */, - DBD284D0D52A11BA7EB61C88675ECB8E /* utilities.cc in Sources */, - 420E8AA96D9F7094B2095842F5B1D5C7 /* vlog_is_on.cc in Sources */, + 5C5EF08FE2DDABE0D6B53657AD8C1F18 /* TOActivityCroppedImageProvider.m in Sources */, + DE40556FF13940535E87605672704C9D /* TOCropOverlayView.m in Sources */, + 23AE2C1500BAEC75E7E7EA9F246D5A3B /* TOCroppedImageAttributes.m in Sources */, + 444111CFFF3C30C97F23BED77AB6BA0D /* TOCropScrollView.m in Sources */, + 97ED6FDC70A11B701E1AB91CF3B7A083 /* TOCropToolbar.m in Sources */, + 1EB3BB91E7853E3EB397E373697552F5 /* TOCropView.m in Sources */, + F5021DBB331F29F260D4C086CB98D018 /* TOCropViewController-dummy.m in Sources */, + EE8F005B57B2697EF1FB3E23FEA56AA8 /* TOCropViewController.m in Sources */, + 73DA361F645750409B5E256817EF555F /* TOCropViewControllerTransitioning.m in Sources */, + 7303E6FCFCB5CF27F618F2B87B483B9B /* UIImage+CropRotate.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 29A3EEADDAA7CFB21943A1D664AF499C /* Sources */ = { + 3093B66C13AEC65A7EB32D903802E16E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5398C3EEC9FFACD8853EA51F653B2BF1 /* JSCRuntime.cpp in Sources */, - EA1FA8F3007A208CF1223EB180711F99 /* jsi.cpp in Sources */, - C6AA1AFF35C30C1B73EFF0478DEB29E8 /* JSIDynamic.cpp in Sources */, - A4EEA3B1616718E71EE2E470CAC7E94A /* jsilib-posix.cpp in Sources */, - E99398D99FABAFEF6F5C057A03AA02E8 /* jsilib-windows.cpp in Sources */, - EE5F8C626378C9B39456D2EF3B53FF91 /* React-jsi-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2CAB0A399EA1B377BF69132D291C9032 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 69A5974E98107955E2AB19594C9892F3 /* FIRCoreDiagnostics.m in Sources */, - 3D08AAAF3BE6A08116B9B674100BAE67 /* firebasecore.nanopb.c in Sources */, - A2642353B3F6571040A4E1EF0BF96AD8 /* FirebaseCoreDiagnostics-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2EC64946E005BB5F59BC12EE3F8C369E /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 7EFD1018BC29BCF1EB60165B399DF61F /* FirebaseInstallations-dummy.m in Sources */, - C4EF1CFA7A32B5768E05EAA70FC13FAE /* FIRInstallations.m in Sources */, - 6A0D4F38C41DE334156771EFE1EEF506 /* FIRInstallationsAPIService.m in Sources */, - 99412B3182088F011702C0A666374FFF /* FIRInstallationsAuthTokenResult.m in Sources */, - E9507906BFACC44953FE9695FF76D597 /* FIRInstallationsErrorUtil.m in Sources */, - B53707C7E2BDBF00E37F8E008B989970 /* FIRInstallationsHTTPError.m in Sources */, - C19403E726DDFE5B5EE501DBD8BE13B3 /* FIRInstallationsIDController.m in Sources */, - 6DD0D1B7F75102758595C450FDC78586 /* FIRInstallationsIIDStore.m in Sources */, - AE358334F9E744C0A668401AFF6EAFAF /* FIRInstallationsIIDTokenStore.m in Sources */, - 6DDB3B4AAFDBD47B0BBB545C1131E435 /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */, - 7870CF978796DC95517D706DAFEB6EBA /* FIRInstallationsItem.m in Sources */, - 8F879CD8F754CF6FC09EED5464658E6D /* FIRInstallationsLogger.m in Sources */, - 82580F574C8DF2EE2006C014909DBE87 /* FIRInstallationsSingleOperationPromiseCache.m in Sources */, - 4B91A24F80A86620AF9CCC6689C5850F /* FIRInstallationsStore.m in Sources */, - AF7FAA64230704D2A2EFAB4CDFE5C505 /* FIRInstallationsStoredAuthToken.m in Sources */, - 348EAF1BA70F49687130D3E10B9E43B1 /* FIRInstallationsStoredItem.m in Sources */, - 93ABF2AD87A404027EB0F30DE4EB55E3 /* FIRInstallationsVersion.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 343C32252E2CCA13086FB4C642C6C6E9 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2F57EA80B2E3DD182EFB58ACAF2331C6 /* JSIExecutor.cpp in Sources */, - 038243825EE958765B8841A1018B7431 /* JSINativeModules.cpp in Sources */, - 75E5C952A4AFBD3BDDB36EDA96EA0B39 /* React-jsiexecutor-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 345763C0EB581C5B74676603BA310C85 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8A1BE834A39DE576856345F2EB1FCDC8 /* RCTConvertHelpers.mm in Sources */, - F09406DBE4FDB34E05DDB890470E931A /* RCTTypedModuleConstants.mm in Sources */, - 4B04FAA3C35DDA5FFABCFC345129E270 /* RCTTypeSafety-dummy.m in Sources */, + E380175EFB4DE3C005A4ED635B4689A7 /* RCTAdditionAnimatedNode.m in Sources */, + DF9BF273B3A19D48077F9A2F652E0699 /* RCTAnimatedNode.m in Sources */, + EE5CDDEB12AB24C7EAC75E28D6EC6386 /* RCTAnimationPlugins.mm in Sources */, + 131A171B63A545571C4BB0834B2436DB /* RCTAnimationUtils.m in Sources */, + 27167F0D3C68BF4311B49699BA082EA2 /* RCTDecayAnimation.m in Sources */, + FAB5846EED6BF5019291FB0D46EFEF1A /* RCTDiffClampAnimatedNode.m in Sources */, + 16F19B068BC81CE2A13DBE0BE7B2B53F /* RCTDivisionAnimatedNode.m in Sources */, + BCDB7F6BD1DFBB09AC5F3D382A2AFAF6 /* RCTEventAnimation.m in Sources */, + 62336B537734DCB6FAAF1F2D0842749C /* RCTFrameAnimation.m in Sources */, + B56C66EB0232DA5EAEA443237B1B3339 /* RCTInterpolationAnimatedNode.m in Sources */, + A80503DCA0D32E5BAC1A5D63CDE909AC /* RCTModuloAnimatedNode.m in Sources */, + 4DABB9478413DE57557ABB86CA32D439 /* RCTMultiplicationAnimatedNode.m in Sources */, + E62EC931A7D171EB362471D6ADBB5B0D /* RCTNativeAnimatedModule.mm in Sources */, + C4BD0435EA805006D6009D11CC0D563E /* RCTNativeAnimatedNodesManager.m in Sources */, + 17E545C88F50B2A1050A5352931FD81D /* RCTPropsAnimatedNode.m in Sources */, + A7FB15CED456912B576E06C12A00C728 /* RCTSpringAnimation.m in Sources */, + 546526C7A38B257AB7A8C55DF92E2F8F /* RCTStyleAnimatedNode.m in Sources */, + 5266ED74166CEF56F6EBAB78253C0BD2 /* RCTSubtractionAnimatedNode.m in Sources */, + 972FDFEF82843D0A99CAF743B45F8FB3 /* RCTTrackingAnimatedNode.m in Sources */, + 0267B07040040653EDD86199E1A71160 /* RCTTransformAnimatedNode.m in Sources */, + 3B7AA5862F5900A9AC2F08C403B7DDBA /* RCTValueAnimatedNode.m in Sources */, + E29E0B64EC5DCF973EFA8E6377E64F12 /* React-RCTAnimation-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -26095,6 +26285,41 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 4008FFDAC680AB0D978169E6A06AEC7A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D3B0AB3FAAB29A9E23E36D126867F647 /* NSTextStorage+FontScaling.m in Sources */, + 97945819C0249D0F2FC823DC19F91009 /* RCTBackedTextInputDelegateAdapter.m in Sources */, + 46875B54A2E4D8E7C532ECBEA7723B31 /* RCTBaseTextInputShadowView.m in Sources */, + C392361C141FEEAAD9157419A2C4B281 /* RCTBaseTextInputView.m in Sources */, + 4071D8A9CC3318516529D01747EC6B4D /* RCTBaseTextInputViewManager.m in Sources */, + 16BF8486EBE735EE99EDF2A7155E6B01 /* RCTBaseTextShadowView.m in Sources */, + 3FD7223AC698D1F3D2421D1466366A17 /* RCTBaseTextViewManager.m in Sources */, + 6D389B02F78D3844CEDD7AA42960F236 /* RCTConvert+Text.m in Sources */, + E0D369932E013D69B74AAD1AB849DE52 /* RCTInputAccessoryShadowView.m in Sources */, + F59C5CF016E113FCB68AB80C76144EC5 /* RCTInputAccessoryView.m in Sources */, + 90C1B501AD6B1A8F1F4902C14373984E /* RCTInputAccessoryViewContent.m in Sources */, + C8FCE46690FD4EE605EEC62049246F26 /* RCTInputAccessoryViewManager.m in Sources */, + D88512BB19A13BD30DFA6819C72E3FA3 /* RCTMultilineTextInputView.m in Sources */, + 2A1448813DB024789F386419AC0966E6 /* RCTMultilineTextInputViewManager.m in Sources */, + 45DC1B372BEF1A53F3AD5AD46A35521D /* RCTRawTextShadowView.m in Sources */, + 817A7F40CFD09A820DBCBCD665BC7458 /* RCTRawTextViewManager.m in Sources */, + D0B0657187ABE8BBC30D5762DCF78D46 /* RCTSinglelineTextInputView.m in Sources */, + 059E46EAC8D76EB03AA060BCAA33F232 /* RCTSinglelineTextInputViewManager.m in Sources */, + A6E5C0B988F2E8CB86F1665CFC4EA48A /* RCTTextAttributes.m in Sources */, + 7A7FD0C178BEC67C68D15E24768E91BC /* RCTTextSelection.m in Sources */, + 2D9E2228A9548335BCCD03B83D3B676A /* RCTTextShadowView.m in Sources */, + A0200D7A1ECC67929D1B42F46BE662E8 /* RCTTextView.m in Sources */, + CF1E36B3683E6F5275929D8F2D9617F4 /* RCTTextViewManager.m in Sources */, + E1E838DDCC005F9938992EE40FF70CB8 /* RCTUITextField.m in Sources */, + B0909A7A6969ADD15D9CC211C33071CF /* RCTUITextView.m in Sources */, + 0766344640922094CCBC81E10C5BE3B5 /* RCTVirtualTextShadowView.m in Sources */, + 58697B57883E957723821DA57FAA8CC0 /* RCTVirtualTextViewManager.m in Sources */, + AA3B6A5DE239AC05EAC8AA78543E7303 /* React-RCTText-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 40DC3EDAD369A482BB48B1163145E554 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -26109,213 +26334,51 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 4313BA1B4D576377B9F31F50B3215EA9 /* Sources */ = { + 46E50DB9629AA5C325735A8D2A52A88F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 4329507FDD9D987E8E6A3C80E6316D10 /* GoogleUtilities-dummy.m in Sources */, - C21A89F1719763FBFAFB0CA48FABBC50 /* GULAppDelegateSwizzler.m in Sources */, - 31559143F1CD978B8C7000BF07C0CB93 /* GULAppEnvironmentUtil.m in Sources */, - 30C3D4EA6B2ACB63FEE4C78E30C9A842 /* GULHeartbeatDateStorage.m in Sources */, - D933FBF016F854BC24E6C360C80AB78A /* GULKeychainStorage.m in Sources */, - 4F1143D8CC5B3C88C3FCF3471A4F027C /* GULKeychainUtils.m in Sources */, - E467E6999CC2EC1C7454506B0E17CBB2 /* GULLogger.m in Sources */, - 01193C8D2F2EC1DE899076D66BE903AA /* GULMutableDictionary.m in Sources */, - D2835368735CE51DFDE4424788923AF7 /* GULNetwork.m in Sources */, - D27DFEC2ED3F8D5A4C3BD6C4BE336BB5 /* GULNetworkConstants.m in Sources */, - E7D7BA3841D54C02A96441EA30BFA303 /* GULNetworkURLSession.m in Sources */, - A397087B7AFA8DA5AA85EE9A45BE6562 /* GULNSData+zlib.m in Sources */, - DE0781D009B8BC3D2B5A0511502630E7 /* GULReachabilityChecker.m in Sources */, - D95F357312FDD4C3C93A71F457DB4A8E /* GULSceneDelegateSwizzler.m in Sources */, - BF86312CDAB64686E01308B80ACBF72E /* GULSecureCoding.m in Sources */, - 20DEE7E2D4AA05B0805E8C223EC6688C /* GULSwizzler.m in Sources */, - ED2B226C214F48D97384286BD6C91629 /* GULUserDefaults.m in Sources */, + 253F9D1378883CEB7970A6A9024A5561 /* GoogleUtilities-dummy.m in Sources */, + 7A1E4DF24378EFDFD5A9DA4C871C454C /* GULAppDelegateSwizzler.m in Sources */, + F3E3FBD6FC958C9B2D60D7CF4A87020E /* GULAppEnvironmentUtil.m in Sources */, + 68C7721B236E27026E6BCF35CD86ED5D /* GULHeartbeatDateStorage.m in Sources */, + 3D10FD9127D1BF7E528ED02CEB60963E /* GULKeychainStorage.m in Sources */, + 611AC55841BF9DBFAB101CBFFC279B18 /* GULKeychainUtils.m in Sources */, + 10E619212AC7D27C3479C7DC43A4F8B5 /* GULLogger.m in Sources */, + C31649FF44EF72294B6DA273C083AC81 /* GULMutableDictionary.m in Sources */, + 7AC4C93A29CAFD9C4086408F578CE397 /* GULNetwork.m in Sources */, + D0AC8C5754CF1223DCB7056ED81D89FE /* GULNetworkConstants.m in Sources */, + 45650BC4A8DDD5928C7F1A075DCCCDE3 /* GULNetworkURLSession.m in Sources */, + D7352E4267BB504664311FEB08063497 /* GULNSData+zlib.m in Sources */, + E9252A876860E77CF09D7C629161CFF9 /* GULReachabilityChecker.m in Sources */, + B51D5E8C586D73DD440DADD0668324AE /* GULSceneDelegateSwizzler.m in Sources */, + 2E31234D3552FA62FC329AD38412B05F /* GULSecureCoding.m in Sources */, + F5605F4A9B1291CCE4827CA18F4B7FB2 /* GULSwizzler.m in Sources */, + F24AACC21775927395B7706C529818BE /* GULUserDefaults.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 43929349215DA5AC4DC94AAA2AB1ECD3 /* Sources */ = { + 4B268E7FEB3D27BDBF4B2B42DAD16008 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8FACFB7B76E577E07F2465BB2F4742C9 /* event.cpp in Sources */, - 3A015086BA8A8E7DDBDE3C8DE7996258 /* experiments.cpp in Sources */, - CE516B04126927F17D94A198328544C6 /* log.cpp in Sources */, - 398272C9F014F969C5182E86513C059A /* Utils.cpp in Sources */, - B85ED36E0323F80B994F821F79361040 /* YGConfig.cpp in Sources */, - BE82AA80469ABEA2AC1E0F9647AE5FA2 /* YGEnums.cpp in Sources */, - B2CFD53950A574F9BDD596C20BB69054 /* YGLayout.cpp in Sources */, - 30E76EA8A8B6C04E818B55C813716ABA /* YGNode.cpp in Sources */, - 4898B50A741B14A4B5E6697C8FC9E8CA /* YGNodePrint.cpp in Sources */, - 88E954B6AEE9E9C737C26ABBD9434ADC /* YGStyle.cpp in Sources */, - BE5A7867FEB38398645D5ACBFB4FAA4B /* YGValue.cpp in Sources */, - 7E91D5003FC739CC2560B95DBC283389 /* Yoga-dummy.m in Sources */, - 4BBA090B98DFF729B1441E1AFE355DA3 /* Yoga.cpp in Sources */, + 4BF48C597AB43B927774BCD43694EE27 /* demangle.cc in Sources */, + 98CEF5C7008C2BBA71BB20A9A82DA6D2 /* Flipper-Glog-dummy.m in Sources */, + 395D119FF96309E04EE03D7CF8C2E5ED /* logging.cc in Sources */, + 90D7982592717BD9EFBD04E351ED8C7E /* raw_logging.cc in Sources */, + CFD9E197ABC4C8F93316206084A037FA /* signalhandler.cc in Sources */, + 8412EF66EF015923314B32BC3E9C4BEB /* symbolize.cc in Sources */, + 9CD4BA7985F85C6ECBCD177F5A8412E2 /* utilities.cc in Sources */, + 9BD8ABBD0DDEF1E6024B4A01B421BE2A /* vlog_is_on.cc in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 45B1BFAF65D2372B9BC76CFAF3E6FD46 /* Sources */ = { + 4DA588F7BC435E77CB53353ACC46E6B4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D7A2639AE5A7F223B77B908F241AA0A3 /* crashlytics.nanopb.c in Sources */, - 558379F7DF7A4E869B35229BCC6CE677 /* FIRAEvent+Internal.m in Sources */, - 1F8503BFAF2744C55585B9F2BC58B51D /* FIRCLSAllocate.c in Sources */, - F2ED059565CC6BA47ECC192E3A6398BF /* FIRCLSApplication.m in Sources */, - F4FAD0F6675096FF62CFAFA8184DA6FB /* FIRCLSApplicationIdentifierModel.m in Sources */, - BB66F1475CE11283E057849DA8DF16AB /* FIRCLSAsyncOperation.m in Sources */, - 138FCF5A74033A62BBD9C522466A7993 /* FIRCLSBinaryImage.m in Sources */, - 8F7505C96E610386458F418DF5D55A15 /* FIRCLSByteUtility.m in Sources */, - 49E2FB371F6A3543FDF1453900F13B76 /* FIRCLSCodeMapping.m in Sources */, - 36D7CB8768277F349A7089E9DB4BCCD4 /* FIRCLSCompactUnwind.c in Sources */, - 0E45114F85FE282A344EEA3B900F22A3 /* FIRCLSCompoundOperation.m in Sources */, - 7F5DB01C94854BAD174FE043D7867E6B /* FIRCLSConstants.m in Sources */, - 25999B00728EE08E87C1B225F9F16EAD /* FIRCLSContext.m in Sources */, - 9B804CEE006973444831B721937CD781 /* FIRCLSCrashedMarkerFile.c in Sources */, - CD1A5DDC3B2F092FD529BAAE398976A3 /* FIRCLSDataCollectionArbiter.m in Sources */, - 6431CCF52FF09999644FB2519F3B944C /* FIRCLSDataCollectionToken.m in Sources */, - D4A88CED9D3755E799C8609B7A8CAADF /* FIRCLSDataParsing.c in Sources */, - 296BEBC616AF026F5E8838298284DAEE /* FIRCLSDemangleOperation.mm in Sources */, - 9DD09E513C3C5E7EA4CFDA89CD12DDA8 /* FIRCLSDownloadAndSaveSettingsOperation.m in Sources */, - 1A97D836F1FE1883B37A6C33FD1A8EE3 /* FIRCLSdSYM.m in Sources */, - 4F84EB3ABDF3E9E53A9526047B6049EB /* FIRCLSDwarfExpressionMachine.c in Sources */, - 7E8A178A95670D82B298220950965BCD /* FIRCLSDwarfUnwind.c in Sources */, - 945E7FC665C602794133330D46A9A016 /* FIRCLSException.mm in Sources */, - 480339EC1DB3E406B3E11FF775C02A07 /* FIRCLSExecutionIdentifierModel.m in Sources */, - 0F5B20117EDE6F0E06E15D9BBF004DA8 /* FIRCLSFABAsyncOperation.m in Sources */, - D6F366F49C75D48199E52BB5F889365F /* FIRCLSFABHost.m in Sources */, - 39268B3A7CE699B7AC49DDF785C59EC6 /* FIRCLSFABNetworkClient.m in Sources */, - 8AA94D38359C8D42DBB7800B2D4124D0 /* FIRCLSFCRAnalytics.m in Sources */, - 08D6C0D76BF07D4412D1B3A7DE1B94C5 /* FIRCLSFile.m in Sources */, - EEE8CE417ADE2ACB1676A6F21E335C4B /* FIRCLSFileManager.m in Sources */, - 369E335BFA94EA38476688CAE74ACFE2 /* FIRCLSHandler.m in Sources */, - 9A032D227D77A2E7683E01FEF2AEC401 /* FIRCLSHost.m in Sources */, - 4BE88DA8F91DC4842856EFED4E7A4C1C /* FIRCLSInstallIdentifierModel.m in Sources */, - 993F5846A52B8CD6CDAA9401330A55B3 /* FIRCLSInternalLogging.c in Sources */, - 71566545D637E9F1F119AF5FFD17B23C /* FIRCLSInternalReport.m in Sources */, - D54D93E1C53B884B9AC892C6F9BACD29 /* FIRCLSLogger.m in Sources */, - 31F8C7B0152310EB6EDDA7D2917C97D8 /* FIRCLSMachException.c in Sources */, - 87E50CD3C31388E4543DAD332AF8E7E7 /* FIRCLSMachO.m in Sources */, - 511153A256EC78A182A51F5F18F81331 /* FIRCLSMachOBinary.m in Sources */, - 719D1013E8154CED07A699DF03AAC4A6 /* FIRCLSMachOSlice.m in Sources */, - 26A30B4D80FEB879587B1D0B34EC3D73 /* FIRCLSMultipartMimeStreamEncoder.m in Sources */, - 2EFAF0B28021D5CBC5FA349838556601 /* FIRCLSNetworkClient.m in Sources */, - 8843E35D7E90A2AEF7E452B64382FD38 /* FIRCLSNetworkOperation.m in Sources */, - 0B786E6D6217B435CE2CCB11EA8BE5B4 /* FIRCLSNetworkResponseHandler.m in Sources */, - 3320BE9F338F50714DB8CE4A3DE05261 /* FIRCLSOnboardingOperation.m in Sources */, - F5C2752C809E054E11405664E013BF2A /* FIRCLSPackageReportOperation.m in Sources */, - AC3286B47B1F9F43A398F0A65C0DBE48 /* FIRCLSProcess.c in Sources */, - 02691FF75EA5C8297781EAAC2BA55561 /* FIRCLSProcessReportOperation.m in Sources */, - BB3959019385C7868F9DE576F4864983 /* FIRCLSProfiling.c in Sources */, - 517A07F01C35E88EAB0F4A553EB87FAD /* FIRCLSRecordApplication.m in Sources */, - C7C4AFF284FE3DC04DC846E0FB0A3420 /* FIRCLSRecordBase.m in Sources */, - F957FE699472CE238268C7B9149BC254 /* FIRCLSRecordHost.m in Sources */, - D4DA7D31FE7FAC59492EEDB26867299B /* FIRCLSRecordIdentity.m in Sources */, - F4C2254DA60EE0DF8390B52DE59FE688 /* FIRCLSReport.m in Sources */, - 78BDB280F581DEB3DC6D49167A1A0B03 /* FIRCLSReportAdapter.m in Sources */, - C4534B4008BB6C386071BBE91EC1FD81 /* FIRCLSReportManager.m in Sources */, - EC082F428822E2FEA14BE52A6FDB820B /* FIRCLSReportUploader.m in Sources */, - 12E950DC22FBF15FFDDB4A9E67B2A54C /* FIRCLSSerializeSymbolicatedFramesOperation.m in Sources */, - 0306727AE5197CD9CA4349EED2EC7A4F /* FIRCLSSettings.m in Sources */, - AE60C76A625966087C40E13ECA6FF988 /* FIRCLSSettingsOnboardingManager.m in Sources */, - A9BB95CA1AA7E61E03C96250101F1E0F /* FIRCLSSignal.c in Sources */, - 47D0A679C9A754DDF1081E2BEE2AFA02 /* FIRCLSSymbolicationOperation.m in Sources */, - 45EF82F710060ED9C1E7E8931A91C074 /* FIRCLSSymbolResolver.m in Sources */, - 54302C752432F02A40476CE327372DEF /* FIRCLSThreadArrayOperation.m in Sources */, - 7BA1E8D4E0109DFA52B7F1992A39BDED /* FIRCLSThreadState.c in Sources */, - 013D909EE538243EF405159B5794E872 /* FIRCLSUnwind.c in Sources */, - 62EC766AFF0645DEAA01FC4EF25E81FA /* FIRCLSUnwind_arm.c in Sources */, - 27B14B319F5AC40192B7D930F12D0687 /* FIRCLSUnwind_x86.c in Sources */, - 4189C25C9F2070A367A7A5AE1742A002 /* FIRCLSURLBuilder.m in Sources */, - 3D8DF4697ED5DECDC73FA2324051589F /* FIRCLSURLSession.m in Sources */, - A28E4535E7CCB1AE9E8738A71EE99FE4 /* FIRCLSURLSessionConfiguration.m in Sources */, - 85C38A23BAFB14FA93ACE945D53AFE32 /* FIRCLSURLSessionDataTask.m in Sources */, - 12B117521AF12781F661A78FA3068BEB /* FIRCLSURLSessionDownloadTask.m in Sources */, - 12F6666E3DF842EB08D07C8E8AAB3897 /* FIRCLSURLSessionTask.m in Sources */, - 913FBFD9920299FB99612A8A230E2436 /* FIRCLSURLSessionUploadTask.m in Sources */, - 5392E12BE39923F714A040195AB03B33 /* FIRCLSUserDefaults.m in Sources */, - F6AF82D8B065353F15241B178B66D733 /* FIRCLSUserLogging.m in Sources */, - 38FA8EBA898AC075C37CB5FABC52B4C1 /* FIRCLSUtility.m in Sources */, - BA3EEFE7AA1CA4543FC667CDE6F6660A /* FIRCLSUUID.m in Sources */, - 7EFF33B634E9550773840B63F7EAF7CF /* FIRCrashlytics.m in Sources */, - 8D14275BBF8887C7EE8F349B3B7B0CFA /* FirebaseCrashlytics-dummy.m in Sources */, - 1A6A0D0E054AF07F9AA813117257EBA3 /* FIRExceptionModel.m in Sources */, - 7E7D7D0FBC03171E312A8909A18E457B /* FIRStackFrame.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 485EB44290530CF4DDCF63A47DE80F70 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - C8F463494ABEFD21907990B64A3B589A /* RCTConvert+FIRApp.m in Sources */, - 2FE14F8478244B7074999DCAFF792955 /* RCTConvert+FIROptions.m in Sources */, - A3AF6294ED89A10ED6FECA6C477E3D1C /* RNFBApp-dummy.m in Sources */, - BDFBC6D61D78D32A4F8BA5C85DFF1296 /* RNFBAppModule.m in Sources */, - EDAD90856C1B85C2221448A235827569 /* RNFBJSON.m in Sources */, - 7A2608A4351AB2283B6CC682CD907FCC /* RNFBMeta.m in Sources */, - FE0D1790F7211B728CA6C5B1763E329F /* RNFBPreferences.m in Sources */, - 240D10E66AAC8F0784618DF3EBA8381A /* RNFBRCTEventEmitter.m in Sources */, - 15EAD8A7BD91D85CDA1C021734B51105 /* RNFBSharedUtils.m in Sources */, - 8C1D8C1DE22E8675E7731B8BF30770C0 /* RNFBUtilsModule.m in Sources */, - 79F4DD08092AB099572F7205E0842B08 /* RNFBVersion.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4BC57BB1B478E48CCB22ED11B4AC3635 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9B4C40A931354E9AFB358537C1A4185C /* InspectorInterfaces.cpp in Sources */, - D88B402410FAF86C6ABA5BB2ABACD49E /* React-jsinspector-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4E38E24F9A4B41DF4B815F28E8E53A95 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - A2AF41A6CB83B7D49679C1E7445C7780 /* FBCxxFollyDynamicConvert.mm in Sources */, - C8F1AA9B8A0A6BC00EC0B6AE92B1D8F3 /* FKPortForwardingServer.m in Sources */, - FA952EA164F5E7452ABF3DDC740DADA3 /* FKUserDefaultsPlugin.m in Sources */, - 6609380C13CA571D5B0D49E9012FEFBB /* FKUserDefaultsSwizzleUtility.m in Sources */, - 4FF33A8606B505E872DAC3B6265BA8FC /* FLEXNetworkObserver.mm in Sources */, - C1596540FE88DDE110D978E156A27F5D /* FLEXNetworkRecorder.mm in Sources */, - 612DC1172F6FFC440036B3BA65F97F4E /* FLEXNetworkTransaction.m in Sources */, - DCFB8348F74625E7BE2A929C13D01435 /* FLEXUtility.mm in Sources */, - 77F239B6FF62E0D8E2C83ECD1D0977DA /* FlipperClient.mm in Sources */, - F4963171CB69C8785632204699C90B4C /* FlipperCppBridgingConnection.mm in Sources */, - BE125BC89BE9B193D2B083014FE0A9D2 /* FlipperCppBridgingResponder.mm in Sources */, - 2310AC782FCF2A8DE891459311A8D558 /* FlipperDiagnosticsViewController.m in Sources */, - 1883F18C993412ADF69DC7EDC1F51F82 /* FlipperKit-dummy.m in Sources */, - E193D852AF64AA6F243DF0DA884268EF /* FlipperKitLayoutPlugin.mm in Sources */, - 6784E4E45EE818B7C8431B353F38CAAC /* FlipperKitNetworkPlugin.mm in Sources */, - 45F22AD5F98804709EA96022A245F912 /* FlipperKitReactPlugin.m in Sources */, - ECFA352A5032A51C1678D88432D23442 /* FlipperUtil.m in Sources */, - 7115B8E089932AB4DFF9D58514319135 /* SKApplicationDescriptor.m in Sources */, - A3664DEADC125DC4F83A67576384EAA1 /* SKBufferingPlugin.mm in Sources */, - C1280A602C10BEDAD62D90A5D06A8113 /* SKButtonDescriptor.mm in Sources */, - 1C4E108C32787F3F37E4F09AEDEB8FCD /* SKDescriptorMapper.mm in Sources */, - BF3E91FD0A54A9E9CE1ED0E4ED35A4F9 /* SKEnvironmentVariables.m in Sources */, - 17899A7B3681C8A64B7B792BD0B95945 /* SKHiddenWindow.m in Sources */, - BA4056DD5DB8AF449EF249D7CA77AF20 /* SKHighlightOverlay.mm in Sources */, - 58210160ED60C3CC9161F0E65CD3F31A /* SKInvalidation.m in Sources */, - EDF86CC259A70A9437F8C44009E1DBDA /* SKIOSNetworkAdapter.mm in Sources */, - 2106D8A02427EAD04A895230B82D9B63 /* SKNamed.mm in Sources */, - DFE519B4EE7848EA58929307348E98D0 /* SKNodeDescriptor.mm in Sources */, - 32499C1B3CF6652AC4B3D29068AABDBF /* SKObject.mm in Sources */, - C3F626A0D0C99BF3CD0603CD322D1100 /* SKRequestInfo.m in Sources */, - 025FB5EB5553B3D6BBD03B8F2921A472 /* SKResponseInfo.m in Sources */, - 3706279B04E56FB336231B21473E1310 /* SKScrollViewDescriptor.m in Sources */, - B706CA62091DC62D7DD40DFFCCA08C37 /* SKSearchResultNode.m in Sources */, - D0A7AC4874FFA38EA472FAE148D1F122 /* SKStateUpdateCPPWrapper.mm in Sources */, - 2918F37EDFA4335BD7C3C3663D8E1FDD /* SKSwizzle.mm in Sources */, - B953E314BDB0F4EA8DD19D4B4CA4A8EE /* SKTapListenerImpl.m in Sources */, - 3CC2A157E200D228F5E6B659F8FBBFA0 /* SKTouch.m in Sources */, - F3091FE1145F7981508F1498C42951E9 /* SKViewControllerDescriptor.m in Sources */, - 97519FA2B741B8DF2A1D1AB2DE81E7DE /* SKViewDescriptor.mm in Sources */, - 854CED26FF4AD5CBB78D90736A7F809B /* UICollectionView+SKInvalidation.mm in Sources */, - 377D73F8A20894A94BD22E4B1E83FC08 /* UIColor+SKSonarValueCoder.mm in Sources */, - 5BA4AA8D7FAFACDD482A6FCD4AB3E876 /* UIView+SKInvalidation.mm in Sources */, + 52A61F34A5E15791B7B83A514AAFA249 /* UMPermissionsInterface-dummy.m in Sources */, + B4A1352431E6A2CC44DD63B2465CD162 /* UMPermissionsMethodsDelegate.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -26330,6 +26393,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 5A6151C5125E28686F934AE7E24F1DD9 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + BFE8A12F261EF8BAF3E6816C911D800C /* bignum-dtoa.cc in Sources */, + 41BC142CA8CE127A1FE1BA3F70BB42D3 /* bignum.cc in Sources */, + 6DA04A342396FF208EDEA35C11FF1766 /* cached-powers.cc in Sources */, + 7BB84A3356A18232ABF59D1A72F9855D /* diy-fp.cc in Sources */, + 52200844C2DAB31FCD9EB223AD86D862 /* double-conversion.cc in Sources */, + D8810890AFE0027D8DDE3B6A3DA3765E /* fast-dtoa.cc in Sources */, + 57E4C24694E509E73B87E9A8D0447897 /* fixed-dtoa.cc in Sources */, + 867AFB5470212F03BA232338807245C3 /* Flipper-DoubleConversion-dummy.m in Sources */, + BA7F4589C69900A5F35869CF80357807 /* strtod.cc in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 5AB7759E96E70C9A91FB3422BE09DEB5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -26379,6 +26458,41 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 6148DEBFC3F67F6FA527B2BE9773D622 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 94F9E6BF384F7C7F6E013CBAC9FB9B74 /* FirebaseInstallations-dummy.m in Sources */, + FAA3B9E09D519A4F84B8C4255C5624BE /* FIRInstallations.m in Sources */, + 0E013E11DEEE9F54978C7D1D486ED1CD /* FIRInstallationsAPIService.m in Sources */, + A5D793AFC6901AE84BD66890CFE90E9E /* FIRInstallationsAuthTokenResult.m in Sources */, + 0647C60BF83EAF63236D562230A75FB4 /* FIRInstallationsErrorUtil.m in Sources */, + D87BFE6F5622B62FF1AE651A0B05497D /* FIRInstallationsHTTPError.m in Sources */, + 096143FBD4EBB458643C6E65A872A8B8 /* FIRInstallationsIDController.m in Sources */, + 1AC13AFFF5AB2CB813F3D6E74F25B670 /* FIRInstallationsIIDStore.m in Sources */, + 61523070E83119B31608AC25A9EFE3C6 /* FIRInstallationsIIDTokenStore.m in Sources */, + 812D22537A176A0E778D57A27737D16F /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */, + 8095A7BFD06529E823A6AE6AB8680164 /* FIRInstallationsItem.m in Sources */, + 8DAD30EA0E9E1BF54AA2F17B2A64E371 /* FIRInstallationsLogger.m in Sources */, + 63298B40F20104FC15C8B9B923C51C95 /* FIRInstallationsSingleOperationPromiseCache.m in Sources */, + 899AA898FBA054C228438ABC8E945BE5 /* FIRInstallationsStore.m in Sources */, + E0F1C868BF7391D832B1F6E62196FB20 /* FIRInstallationsStoredAuthToken.m in Sources */, + 6FE039F4D4B138E062E2A4C90E61E0EE /* FIRInstallationsStoredItem.m in Sources */, + 7F5F53DECB02ED70932B57E85452FDFB /* FIRInstallationsVersion.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 64A2C1200C57A5C10D954978A0448B95 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0D4A91EE27244E27B92D9D8294F49C32 /* nanopb-dummy.m in Sources */, + F3B4F0CF70B5004FF391BD82E5C5A471 /* pb_common.c in Sources */, + CA0BC935F0CEDDB7760D6261A2A6FD03 /* pb_decode.c in Sources */, + 5A0564012B13D1C2B82FE29F77992F2A /* pb_encode.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 65748F6989D7BF012C1F59DFC4DF6F5C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -26388,17 +26502,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 66B314C2CECF950194A5E9B1C030FFB7 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - EBE79B265ABDC57C8AC4DDD1B4AD8B62 /* nanopb-dummy.m in Sources */, - C8E61514F70D4712943BDAEA98AB7164 /* pb_common.c in Sources */, - 379FE70296C5678CBD5D705746A046B2 /* pb_decode.c in Sources */, - 027FF0EA71969B608723A664D4FE7DE1 /* pb_encode.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 688360F9333369E21D483B43365F12F5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -26485,10 +26588,119 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 6FED869E59A64DC1998D852A30498597 /* Sources */ = { + 6DBCD6DB1B955B62501F49A5F24A563D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 279436A2D859CBB5D60A18A8B8C6C584 /* CertificateUtils.cpp in Sources */, + 53670FBF51CAFFBB4ABBF3D2640B8137 /* ConnectionContextStore.cpp in Sources */, + C085F4A89DD1B12F07E9A72DD99F9358 /* Flipper-dummy.m in Sources */, + 03C9FDF164D46EE142863B39C3ED3353 /* FlipperClient.cpp in Sources */, + 5F4DABCF59088EC74586C43C8B4CB03F /* FlipperConnectionManagerImpl.cpp in Sources */, + FBC1DE4DED3201D61E5A0BC445113987 /* FlipperRSocketResponder.cpp in Sources */, + 17683473E0FF2B42CCCF9FAB9E17557C /* FlipperState.cpp in Sources */, + B5D0D30876A5170B761E98DB026CE76D /* FlipperStep.cpp in Sources */, + 43B84069BD4A6B4FF44802448A25A011 /* Log.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 6E342C1863C6EFD754695C6635FEDC9E /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ADCB55F484D0BFC43A8FA44DB09BB2B5 /* RCTSettingsManager.mm in Sources */, + 162FBD061BB998CB2CA30E417F1660A0 /* RCTSettingsPlugins.mm in Sources */, + F7930F9AEA9196F7DD08730ADC7CD13F /* React-RCTSettings-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 70EED3AAE34B7852A88CFF52A41E00A6 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + A927F40D9C544A3C5C019B38C402D1E0 /* crashlytics.nanopb.c in Sources */, + DE61DE07A959222667D9FB47E0F65760 /* FIRAEvent+Internal.m in Sources */, + BDAEB4908DB5932205CB6160C1BFAB4D /* FIRCLSAllocate.c in Sources */, + 54763FD98DEBA45FE2DA74ACEDA6F99A /* FIRCLSApplication.m in Sources */, + 76A230041E87718C5D90CD3E966E79B4 /* FIRCLSApplicationIdentifierModel.m in Sources */, + 2D53A50CB5DBE9B797E0EE489C67A117 /* FIRCLSAsyncOperation.m in Sources */, + 483D576B1148036A82844425FD98E70B /* FIRCLSBinaryImage.m in Sources */, + D47090ADDCFE24341F11ECF96728BB96 /* FIRCLSByteUtility.m in Sources */, + 48FAFA5661FD1E4AD3B1FF87A0FF429C /* FIRCLSCodeMapping.m in Sources */, + 1E4FECFF911A373C4E984686B573332A /* FIRCLSCompactUnwind.c in Sources */, + 3CFD1E7D822AE0C85396CE95278E384D /* FIRCLSCompoundOperation.m in Sources */, + C23F1B62E456F17529F22D53CEE9C1C2 /* FIRCLSConstants.m in Sources */, + B01B39E7FE2CBD977B9F46DABB51D5C4 /* FIRCLSContext.m in Sources */, + 59756939C46FAF28DFB2C7D2D78BBB98 /* FIRCLSCrashedMarkerFile.c in Sources */, + E7549D14F5B26562B161C1F4936907D3 /* FIRCLSDataCollectionArbiter.m in Sources */, + 43BF8B886AD2C532C7017400D86D452E /* FIRCLSDataCollectionToken.m in Sources */, + 8BA48D2A24BAABA1CE07C55274CF88A1 /* FIRCLSDataParsing.c in Sources */, + AF39E56D538C2F938F306EA05078EDD6 /* FIRCLSDemangleOperation.mm in Sources */, + 302CB14189BAEF90AC902BA6EDAE1B35 /* FIRCLSDownloadAndSaveSettingsOperation.m in Sources */, + 46DD19407C5EEBD5C9841585301D3BA5 /* FIRCLSdSYM.m in Sources */, + D01763CF5AEABF2A17DD74C02B11ACCE /* FIRCLSDwarfExpressionMachine.c in Sources */, + DB51E72E3683C114D216E4D31BB670DF /* FIRCLSDwarfUnwind.c in Sources */, + 7D0E93C7F18C685FA838909F3C01EC0A /* FIRCLSException.mm in Sources */, + A49222B880B9F8614FDEC3C558080ABA /* FIRCLSExecutionIdentifierModel.m in Sources */, + 599AD3E874FB1485E31367B4A52318AD /* FIRCLSFABAsyncOperation.m in Sources */, + 173D196B47F9629A2BFBA7E3196AE2C7 /* FIRCLSFABHost.m in Sources */, + 1B15C93984E403EC88A177E4FCF3C9F8 /* FIRCLSFABNetworkClient.m in Sources */, + 155C6140A5EE9F4BC3300F4BE8DBAE3E /* FIRCLSFCRAnalytics.m in Sources */, + 01C4F7E2F0AE8E7E1791D77D51345C87 /* FIRCLSFile.m in Sources */, + D9E9397560A60FB297D9AA76A7F38DD8 /* FIRCLSFileManager.m in Sources */, + 459988C6433D9FEFF2E51A316D1BEBEE /* FIRCLSHandler.m in Sources */, + F3A2CF98A2FF72223837B7FB1C6F09DF /* FIRCLSHost.m in Sources */, + 0C390E38441BA3EBC16CFF3DD9223B73 /* FIRCLSInstallIdentifierModel.m in Sources */, + 2F0A7A2D225FC3DF89CF2E0F0C80FFBC /* FIRCLSInternalLogging.c in Sources */, + 3066F2E7BF417DC53EC159872AAAD8D1 /* FIRCLSInternalReport.m in Sources */, + FE44B8AAB401A5C031646236D89E6797 /* FIRCLSLogger.m in Sources */, + 0A9BC03EA9EFA1EEB62E8ADAD0999D47 /* FIRCLSMachException.c in Sources */, + AF8FC95299E6034711E531A6BF500001 /* FIRCLSMachO.m in Sources */, + 0EA944CF2047CA8E69E18E04346D4E47 /* FIRCLSMachOBinary.m in Sources */, + 5CE4F8D510DF7BD8435938136EB60008 /* FIRCLSMachOSlice.m in Sources */, + CF052D78DF180943CA71AE54B7B3CF29 /* FIRCLSMultipartMimeStreamEncoder.m in Sources */, + 4D117BEE39DF5F210B210CF1D648A85C /* FIRCLSNetworkClient.m in Sources */, + 65826CC653DA8F12F88C9D46ABB324CA /* FIRCLSNetworkOperation.m in Sources */, + EE019C4DD1B59F01799C89B3AEC1A4A9 /* FIRCLSNetworkResponseHandler.m in Sources */, + 3D6B4AACD37472E5BF1E341BF879401D /* FIRCLSOnboardingOperation.m in Sources */, + 7F95FBEBB74D18EB59C49A762C9D904D /* FIRCLSPackageReportOperation.m in Sources */, + 9066E9AA143B08DAF36709D6FDE23D59 /* FIRCLSProcess.c in Sources */, + 4A93F0A199B3150ED68E1FCF508B133C /* FIRCLSProcessReportOperation.m in Sources */, + C584935121036CA1743000893C925878 /* FIRCLSProfiling.c in Sources */, + B9EC40B9BA8B2D4C8154DBD0AC07638B /* FIRCLSRecordApplication.m in Sources */, + 42EF56B969B222B26BA756EA6F87BC9B /* FIRCLSRecordBase.m in Sources */, + 7A036D4D0E57AD7CF7A16EDB86B0EA1D /* FIRCLSRecordHost.m in Sources */, + 4F976A7F195E716B71855627DD614238 /* FIRCLSRecordIdentity.m in Sources */, + F49550D6FCEF26D00A19992B1C7D4B94 /* FIRCLSReport.m in Sources */, + F1886A82C58F805D547E81409220731B /* FIRCLSReportAdapter.m in Sources */, + D6529F4D26D73569F052B12EEE788955 /* FIRCLSReportManager.m in Sources */, + 23641FD0BDF3FFD5A9CA5F6A0EC30641 /* FIRCLSReportUploader.m in Sources */, + F267545AA6801407D49C99C0DE570629 /* FIRCLSSerializeSymbolicatedFramesOperation.m in Sources */, + A4D4B89BFB9E12558E5DC589A13A1A8D /* FIRCLSSettings.m in Sources */, + E9DB56514265F96725FE3856CFFCE2E6 /* FIRCLSSettingsOnboardingManager.m in Sources */, + 0B02BD271D4639A0F0D418083E5DC704 /* FIRCLSSignal.c in Sources */, + 884EDC9A3D5870C9F13A21AB92D54CEE /* FIRCLSSymbolicationOperation.m in Sources */, + BD1E239A437E87F27B5C6AAA045F3662 /* FIRCLSSymbolResolver.m in Sources */, + B9CED8EDB803AFDD0161C881D90F7563 /* FIRCLSThreadArrayOperation.m in Sources */, + 914D2E601FEC3DC52590C8293997A78D /* FIRCLSThreadState.c in Sources */, + 2FD17BB4CB6F8D7B73AF3F9F335D70B3 /* FIRCLSUnwind.c in Sources */, + 501724B943B65570A93FBC21D552C56F /* FIRCLSUnwind_arm.c in Sources */, + 2A688E53427A1E28609FBAA35857F1EA /* FIRCLSUnwind_x86.c in Sources */, + 2467DDE2EA482D30DF73364EDA3E3591 /* FIRCLSURLBuilder.m in Sources */, + E6CF7340B3C031694529F0E2B7ABC332 /* FIRCLSURLSession.m in Sources */, + 4C7E5624362284518B42ED6218241F75 /* FIRCLSURLSessionConfiguration.m in Sources */, + ACF1E6770BC7FC02F5EEAE6B75C68C56 /* FIRCLSURLSessionDataTask.m in Sources */, + 7A75E9048BD546B01601B8A1F15861C3 /* FIRCLSURLSessionDownloadTask.m in Sources */, + 1D70F2BBAB2C2E9009CC62AD9C05165C /* FIRCLSURLSessionTask.m in Sources */, + F0F9CE4A668669DF9BEBAE09D36F661C /* FIRCLSURLSessionUploadTask.m in Sources */, + 9D3BE1DCFACE675EDABF5652DA15F5E8 /* FIRCLSUserDefaults.m in Sources */, + 4395C14D44DF114A89691BCD4A5205B6 /* FIRCLSUserLogging.m in Sources */, + D81171CB6992811B836199B576580286 /* FIRCLSUtility.m in Sources */, + A41BEAAE2198724C87876509EC232CCB /* FIRCLSUUID.m in Sources */, + 00552FCCFDD7C75537314A463405C54E /* FIRCrashlytics.m in Sources */, + 17BB4DFFA764376520FEC264F1E0C226 /* FirebaseCrashlytics-dummy.m in Sources */, + 421E31FC9A4CF059F63B5066E093A593 /* FIRExceptionModel.m in Sources */, + 522BD9FD992FF112D838590CFB6BA197 /* FIRStackFrame.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -26513,22 +26725,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 757BF3E6B9B82157690F667040D532EE /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E8B820CBF52E83BC9A9870077E14DE28 /* bignum-dtoa.cc in Sources */, - 24071500C5FDFBD76B38404E9FBCED8F /* bignum.cc in Sources */, - 6A97BE58D95B63420DFFFD0AFB4D178D /* cached-powers.cc in Sources */, - 40A165640445E38F970488371BBE1D37 /* diy-fp.cc in Sources */, - DD714BE0BED5A3118F8242416E0D157B /* double-conversion.cc in Sources */, - 3FEBCA6B8642AEFE4BAA0F72074A8268 /* fast-dtoa.cc in Sources */, - E7261EC9C32688E53F4470BBCB60B0C7 /* fixed-dtoa.cc in Sources */, - 84ACD8425326A737149A03BC338D9DD3 /* Flipper-DoubleConversion-dummy.m in Sources */, - 517443E0AB210DE30949909BF3BA54A6 /* strtod.cc in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 78CF1A2C565D14D812CBD9061068B86B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -26563,27 +26759,76 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7ABB1EF7D9403A314DAE19A58BAEE64E /* Sources */ = { + 7C1B85BC766E1942C3E7BDD2478DE085 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3ADA0C14097A74BDFA2A1E328575DF31 /* FIRAnalyticsConfiguration.m in Sources */, - 810FEB52718DD7B62557C3FFB6FC3BD3 /* FIRApp.m in Sources */, - EA6E9BEACADFBE78DD7664AFEB56CD71 /* FIRAppAssociationRegistration.m in Sources */, - 6C77A6C3FAD81EC9D88578F68E5F40DD /* FIRBundleUtil.m in Sources */, - E887D3968BCE6C42FC99C714EC2D7C7E /* FIRComponent.m in Sources */, - A557B9E81F2E6C62DB2E0B031AA73033 /* FIRComponentContainer.m in Sources */, - B4FFD39214BB9DF6017EC176ED69EC55 /* FIRComponentType.m in Sources */, - 17F95356F47E1654B8FA496A74066355 /* FIRConfiguration.m in Sources */, - 78752C242558D75372FB39241CA2C5C5 /* FIRCoreDiagnosticsConnector.m in Sources */, - 4CD77C5DC84D91993230D05A50AC9D8E /* FIRDependency.m in Sources */, - 8FD86151DE02484C1967E6EB259C8BA9 /* FIRDiagnosticsData.m in Sources */, - 7D9902812C8D1794AABEE9593A2F6944 /* FirebaseCore-dummy.m in Sources */, - 7C956B5BDD3ACEA3EDF50BAA45B28466 /* FIRErrors.m in Sources */, - 530D81A895485CE0A5F0DEF1EE033252 /* FIRHeartbeatInfo.m in Sources */, - BB1BA995FFB7F82F464225631585F00C /* FIRLogger.m in Sources */, - EFA8186A23EFA43F8ACCEFDEC4342A1C /* FIROptions.m in Sources */, - 144C099285BF7A3FE8DEF76377FE135A /* FIRVersion.m in Sources */, + A4ADB22DE5D4BDE0772E81377C12D47A /* FIRAnalyticsConfiguration.m in Sources */, + 2DA57F25652C1A8A8382CA51DD125983 /* FIRApp.m in Sources */, + 47A30889F0D9E0E404E4E2B5E82A6F88 /* FIRAppAssociationRegistration.m in Sources */, + DCAE640A1C86B6B9D85AE5AB5C425899 /* FIRBundleUtil.m in Sources */, + 529A0E6D8F714B250C740639B12051C4 /* FIRComponent.m in Sources */, + 7FE953644309BFB2B0ED67D607E8B030 /* FIRComponentContainer.m in Sources */, + 677BA15060C301D8A9A5E7F2C462A490 /* FIRComponentType.m in Sources */, + 189F3D55EB9492E223C2848783CA0E70 /* FIRConfiguration.m in Sources */, + DF0C19D3FBFCEFBA3B778D5CD4255543 /* FIRCoreDiagnosticsConnector.m in Sources */, + A8D1B1456C5EBF1968961B82AC10386F /* FIRDependency.m in Sources */, + 948FA39CBDDFC9EB70E4656854688197 /* FIRDiagnosticsData.m in Sources */, + 914E14C60F274CEF4451B343256D54A6 /* FirebaseCore-dummy.m in Sources */, + EC10F4DDA5BAA9F145DA346C1F1EA974 /* FIRErrors.m in Sources */, + 76D9153625F619C4FB318691E899D79B /* FIRHeartbeatInfo.m in Sources */, + FCE5424262B148F050B1C09DCFF80DA3 /* FIRLogger.m in Sources */, + BACAB7A15ED4AF8C507E58A4126C4061 /* FIROptions.m in Sources */, + 803F2E004B4F83263AA4B2F9B8160CD1 /* FIRVersion.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 7C2E3E38684AA8A415EF1633224E1CAB /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 923DA1F34D80B84C331142BD8DD784AF /* FBCxxFollyDynamicConvert.mm in Sources */, + A0FEFACF7FCC7EB50E3D658D8C1A19AF /* FKPortForwardingServer.m in Sources */, + E9E1B0FF5CCBA128F3D2EF11C42EA0B4 /* FKUserDefaultsPlugin.m in Sources */, + F2D0A70D9E495E49F40A40BACD25A8B1 /* FKUserDefaultsSwizzleUtility.m in Sources */, + D227A3BB1C487095211B979FBDB76050 /* FLEXNetworkObserver.mm in Sources */, + 34B5B887C7B414AB3FE6CD1820C6F32F /* FLEXNetworkRecorder.mm in Sources */, + 83344A36E5121FC0C1AAF26F92D551DE /* FLEXNetworkTransaction.m in Sources */, + 0A279C3E604AF38251E0B139CAC0972A /* FLEXUtility.mm in Sources */, + 6174F6F3E3A163F2D1B0946070992168 /* FlipperClient.mm in Sources */, + 707CE58DD716CCAC79AA0E87EA03E104 /* FlipperCppBridgingConnection.mm in Sources */, + C0C189D972DCCFBE746A1C449F9650ED /* FlipperCppBridgingResponder.mm in Sources */, + C70664E2F987CEEEE7E2B242C4FB1F8D /* FlipperDiagnosticsViewController.m in Sources */, + 091B32DC9B35A27D260CB658F65DBB73 /* FlipperKit-dummy.m in Sources */, + CFD8C0C1E94C6D25D401F425ACCEC229 /* FlipperKitLayoutPlugin.mm in Sources */, + 797B776C5B3EB4F16684EEEA7215BBF7 /* FlipperKitNetworkPlugin.mm in Sources */, + 884B5F19587F1A3FEA68030A268D572F /* FlipperKitReactPlugin.m in Sources */, + BAA136554781CBBC00EB2AD138681AFA /* FlipperUtil.m in Sources */, + 0F77C1E509E3104168A71A86B936A8CF /* SKApplicationDescriptor.m in Sources */, + 8DE788B27EBABE1BFF153505676730FA /* SKBufferingPlugin.mm in Sources */, + E2D24444928BD2DA8C9796FB4B3A7EFF /* SKButtonDescriptor.mm in Sources */, + 33BD0254FA27EDD2F22654E1DBB7DDF5 /* SKDescriptorMapper.mm in Sources */, + 933A07344B992D335D2C0DA6C3451F0C /* SKEnvironmentVariables.m in Sources */, + D28CD09BFDFD2E5AC3DF534BA5C77D0A /* SKHiddenWindow.m in Sources */, + 32A4EF8E09B848C461511F561251CC0C /* SKHighlightOverlay.mm in Sources */, + 54ECA723AA87FD13E6470CE43E753CAD /* SKInvalidation.m in Sources */, + 068AFEE58D6A906D9F47BD5F0AD3D391 /* SKIOSNetworkAdapter.mm in Sources */, + 9AB6657E83BD14D2C907F19FB0C0F1A4 /* SKNamed.mm in Sources */, + 1043542EFBACD82404025754B2B8C645 /* SKNodeDescriptor.mm in Sources */, + 3E6FC3DAFF8EB72DFAB42F5D76548FB3 /* SKObject.mm in Sources */, + D05968B92AC18C1A9BA37F4C96B5649A /* SKRequestInfo.m in Sources */, + D7B9E25CD820E32E1A7169C913D64D26 /* SKResponseInfo.m in Sources */, + 5AB3B61A4C4F42AA53A9A921D6B6BC7F /* SKScrollViewDescriptor.m in Sources */, + 5329DF0639EECDF46FF0D39B96066679 /* SKSearchResultNode.m in Sources */, + 6BFDE04BEC481A56186541540895AEBB /* SKStateUpdateCPPWrapper.mm in Sources */, + 0CA8037128DBC7C6B80D9DFBFDEE0249 /* SKSwizzle.mm in Sources */, + CF8905DB51A1A790C4044CC84CF6661E /* SKTapListenerImpl.m in Sources */, + 746320644311D743D6A0355853EF5E40 /* SKTouch.m in Sources */, + EAD62CEACD1BD0A3C1606C0803DF3BC9 /* SKViewControllerDescriptor.m in Sources */, + 77931165EF4C3D5E345752A28601F000 /* SKViewDescriptor.mm in Sources */, + 8CA192619C34A9394EAC3F5090897B62 /* UICollectionView+SKInvalidation.mm in Sources */, + 8AE0F3756B30F9D2A378D68E4596A514 /* UIColor+SKSonarValueCoder.mm in Sources */, + 6C0F526A67E8BE75D66EC3B19CDA2916 /* UIView+SKInvalidation.mm in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -26608,6 +26853,51 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 7D7E3A75A3B7C80258F51CB3B0E342F8 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 887BAB72B98BB7DDE713063DF46D3FB8 /* GDTCORAssert.m in Sources */, + F4C4A90D5AC8196B0AC319A741F015C8 /* GDTCORClock.m in Sources */, + E828F5AFA11E3DD747200D58AF30171A /* GDTCORConsoleLogger.m in Sources */, + 79F68980ADC214C225D280EF1DC8CA1B /* GDTCORDataFuture.m in Sources */, + 535696AC8AD93E494E7B5125045BAA1A /* GDTCOREvent.m in Sources */, + 43E02FF943534F9760240B54D53F6F7D /* GDTCORFlatFileStorage.m in Sources */, + DB7703EFE050072F19D3970520CFD563 /* GDTCORLifecycle.m in Sources */, + 6E9FA19235C66B1AE544AB1A7E13DE5C /* GDTCORPlatform.m in Sources */, + 3788BD5023B558DA8609E0CD70B29750 /* GDTCORReachability.m in Sources */, + 32C556FFDAC55A1329B5E4F3669091AC /* GDTCORRegistrar.m in Sources */, + C7AB6B118BD2AE4CC536B0FFEF2CFCBA /* GDTCORTransformer.m in Sources */, + 036FE4468A9A3B4D9AB2403E8B065CEE /* GDTCORTransport.m in Sources */, + 9726845F5AA2F88F800B733265677C36 /* GDTCORUploadCoordinator.m in Sources */, + B6997EC6872F51C2C3AD30901416F77E /* GDTCORUploadPackage.m in Sources */, + 340293598B008BD5D2361F1A13CEB29A /* GoogleDataTransport-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 7DFCB9C6D6CD11D2735A118F00182B41 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 22F3FAE5C493F67EA2357C93CBDC40E9 /* JSCRuntime.cpp in Sources */, + 6EE9CADCB85C4196660B46445591266C /* jsi.cpp in Sources */, + B774B027048BDAD0D6E35C9D8DBC713D /* JSIDynamic.cpp in Sources */, + A14D636F3FAC98801B9123E984641F30 /* jsilib-posix.cpp in Sources */, + 9181B45F494D8E6F27130B02AF49F11E /* jsilib-windows.cpp in Sources */, + 1BF62BF1AFADAAAC2884C1344531F01F /* React-jsi-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 7E8BA6D659913B1D0EFAF83038BE1710 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + C29CE31F0EB99252988EA60EEE9490E5 /* RCTLinkingManager.mm in Sources */, + 55087D5622FADCC4574574499E1DD10E /* RCTLinkingPlugins.mm in Sources */, + 5DFBDC71A008114DFD3C72B90D33F55E /* React-RCTLinking-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 7F0E23854B00D5D5A183ABF548AA27B3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -26616,15 +26906,23 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 815C8260D1213D3620AE9AE9B1A8E12F /* Sources */ = { + 81EDB40E17D10196A350BB54243FD2E0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 32BB25E0D4CF762615512BE8D971BD38 /* RCTBlobCollector.mm in Sources */, - C5D34E4D40947146A7D74B2C63688349 /* RCTBlobManager.mm in Sources */, - 66BEA02ABDE3E50B2DD597E307A399F3 /* RCTBlobPlugins.mm in Sources */, - E19B55E2231AD131A9532072960B4007 /* RCTFileReaderModule.mm in Sources */, - 423F763979E93CE81E556A42D8F9C918 /* React-RCTBlob-dummy.m in Sources */, + 40F449398002BE17CCF68C43A227A2EB /* CxxNativeModule.cpp in Sources */, + B194305F6963D136233C0B033B0E5E57 /* Instance.cpp in Sources */, + CB9D03477EA78F566200B1D96A772F22 /* JSBigString.cpp in Sources */, + 8A76E4D1BAA31750EFFC8574E8B6ACA8 /* JSBundleType.cpp in Sources */, + 0CADA9750AD0998DE254B8975CF9B9B6 /* JSDeltaBundleClient.cpp in Sources */, + 332FFC1F10C3E11C06B39FF0FE655D62 /* JSExecutor.cpp in Sources */, + D01E5EE5CAD94229D08DA69C7D3FEE95 /* JSIndexedRAMBundle.cpp in Sources */, + 8F6794230B0BD4EF304F45550F4C6677 /* MethodCall.cpp in Sources */, + 99BE0D8D64FC6BB0AE3C08C484F60565 /* ModuleRegistry.cpp in Sources */, + 9CF004B390B402E754C6835D40A5ED98 /* NativeToJsBridge.cpp in Sources */, + CB189D9FCEC83E5202AF0D5F185905B8 /* RAMBundleRegistry.cpp in Sources */, + 05503910178BDA139FB933BDEC4B8603 /* React-cxxreact-dummy.m in Sources */, + D01A7BB8FFDCD8FDAE4E5DD7723ED53C /* ReactMarker.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -26657,6 +26955,139 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 86D80D6AD3BB2B5DE9516850DC89A24A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D5D826DB3A9E822566A2CC42FB38651F /* alpha_dec.c in Sources */, + D4A94CC723F8229D57B157778FCA791A /* alpha_enc.c in Sources */, + DF2E05597CEC2E08B1F5DBF0F4015049 /* alpha_processing.c in Sources */, + B643E9093CF810705986445DF198CB0F /* alpha_processing_mips_dsp_r2.c in Sources */, + A1AFC5DA14F5D1A0D606054FE1BA29B3 /* alpha_processing_neon.c in Sources */, + 5BF1D916DB535D1898096674832F3C80 /* alpha_processing_sse2.c in Sources */, + 9C070F2B2917090D7680115CC659BC6C /* alpha_processing_sse41.c in Sources */, + 2C54C4C60B5060178FC07D88D0039B26 /* analysis_enc.c in Sources */, + 0C9BDDB3423138DFDC7360723B246F98 /* anim_decode.c in Sources */, + 1E50F0E73907A2BC12F027ABC44CC9A5 /* anim_encode.c in Sources */, + 95184CB22AEEACE699868A2F6057ED00 /* backward_references_cost_enc.c in Sources */, + 983B5D60ABB66BD4AFB1C4AF96F6490E /* backward_references_enc.c in Sources */, + A17561621A01AFC2AC6D34B59698B498 /* bit_reader_utils.c in Sources */, + 0CFFA5B541BC0D16F6CB29678D9F5EB2 /* bit_writer_utils.c in Sources */, + F5DC4AE42E4440D0EC4D111800ADE592 /* buffer_dec.c in Sources */, + 08E726607572792BF19FEEB8A7280FCB /* color_cache_utils.c in Sources */, + 34421B5E22511A75117828C2816C2FC9 /* config_enc.c in Sources */, + CAE8E0B744FEA3AB07C1D3C5B4666FD4 /* cost.c in Sources */, + E4890367538455DADC400EE601C9EF58 /* cost_enc.c in Sources */, + EBE11508A0A2ED857C8706D4E8409074 /* cost_mips32.c in Sources */, + AB00A36C62A81D9373C2748D73D90FF6 /* cost_mips_dsp_r2.c in Sources */, + C4FD9F60F513F16F2EA7A8B42C241718 /* cost_neon.c in Sources */, + C04C76AFA68D1434372440A053BE91BE /* cost_sse2.c in Sources */, + A8866EF7245BF308B0000A6E8FCD9721 /* cpu.c in Sources */, + 2FDB2CD79362D99599FD4DA2D68DA3BF /* dec.c in Sources */, + 7A7D6C718598359C0209DEFD05811141 /* dec_clip_tables.c in Sources */, + 67CBFB343660C5986B00047D21D49460 /* dec_mips32.c in Sources */, + 9D2C3C57226F194489A770E27DFCA667 /* dec_mips_dsp_r2.c in Sources */, + 2F72C5CABC248F65049AD91B283874DA /* dec_msa.c in Sources */, + B3B06E6D3B883C30C5C0BE9FA2C8D05F /* dec_neon.c in Sources */, + E155FE6D3C06E8396F62E7F093A2514D /* dec_sse2.c in Sources */, + 1F60B5AE0C1D2EDBB6622D5A43EBFBCF /* dec_sse41.c in Sources */, + C0831B6A69DE0895EE9D737FB95F6659 /* demux.c in Sources */, + 01A63484E1E6D5DFE1DD35272454F612 /* enc.c in Sources */, + F882388AACD36DA621DCD893AA13CB11 /* enc_mips32.c in Sources */, + 0EC796408F099EFDC86FDE4FE88402C8 /* enc_mips_dsp_r2.c in Sources */, + 179118931D265688D7DA00CB02845C97 /* enc_msa.c in Sources */, + 294BA62FD3B9998A2D3102B8009390BB /* enc_neon.c in Sources */, + BF20581CA1BE9C6DA55F8420DEF1C9C3 /* enc_sse2.c in Sources */, + 58E1FC09A8DAD793E195B5F0EE4ED9A8 /* enc_sse41.c in Sources */, + 08A1B0AF01496FBFE4809F6D0F0EE8D1 /* filter_enc.c in Sources */, + BD37841CF9A5FE1BAF0330EEB003238A /* filters.c in Sources */, + C5D17E7B2CB20852E6967CAC695AE9B2 /* filters_mips_dsp_r2.c in Sources */, + 22C45D6773F4C0D0719BD12A9FF73F40 /* filters_msa.c in Sources */, + 2CFCA328477CECB270F42D6209EE67D8 /* filters_neon.c in Sources */, + D4834E8CF37263E31CB1DBDE3686D1CC /* filters_sse2.c in Sources */, + 8F5BEF5386A30D47887CA8F76F8EAAD1 /* filters_utils.c in Sources */, + DA41048D8B90D46E38F019D6F185AB51 /* frame_dec.c in Sources */, + 90B4F01FC7DFB0814BBB95849D8A62E6 /* frame_enc.c in Sources */, + 55A426BFF79FEF6F8C8E777F5F300C4F /* histogram_enc.c in Sources */, + 04C44EF081A38B404F662DC3DAC5365B /* huffman_encode_utils.c in Sources */, + 259D8E16815455785CC4AAFEF69BA4AF /* huffman_utils.c in Sources */, + EEC77010CE3100A7BC03841C1EFB08B6 /* idec_dec.c in Sources */, + 6989A9C694A68DC533B561FBC5782E0D /* io_dec.c in Sources */, + 9F22C047F8AB046C03CACF3557287643 /* iterator_enc.c in Sources */, + 10A5D3DFB287658E4BE68D835677DE99 /* libwebp-dummy.m in Sources */, + E286684CB60154E13359ACBC5252C641 /* lossless.c in Sources */, + 3F0D2F7F8B00036AF74DBCE962819C9E /* lossless_enc.c in Sources */, + 60DCF8B0079F0EFF5A596F9B97D727D2 /* lossless_enc_mips32.c in Sources */, + 6E30DFC9C125C8594C222285EF93BBD8 /* lossless_enc_mips_dsp_r2.c in Sources */, + 832719340F9DEDF18B2AB59157DF1F00 /* lossless_enc_msa.c in Sources */, + 98E62F04C92B63693274E7D74050DEEA /* lossless_enc_neon.c in Sources */, + B7607FDA7B5FB23F02CE772CAE820F72 /* lossless_enc_sse2.c in Sources */, + 7C46B6B82CABF47DDD8D5B5AE9649934 /* lossless_enc_sse41.c in Sources */, + B143DE68CD1D88CD25831DE5E4B05390 /* lossless_mips_dsp_r2.c in Sources */, + 232BB3BF8104CFC62D5BAC8BA45E26E8 /* lossless_msa.c in Sources */, + 70F119B33263F4B5A3DACD8A2AB9AEB6 /* lossless_neon.c in Sources */, + C23D155BA60A5F54F1F6413B856936A1 /* lossless_sse2.c in Sources */, + 7393334C3A9885DA6B26AF08D8A64583 /* muxedit.c in Sources */, + 083A6F87AF28884AC70957E40E042B21 /* muxinternal.c in Sources */, + 9F1A795100C071C98EC843BD06BA9145 /* muxread.c in Sources */, + 1535C701DAAD121DCAF8DD9F5196C282 /* near_lossless_enc.c in Sources */, + 1AC062B16265D901928C615BBE608506 /* picture_csp_enc.c in Sources */, + FC2BB2578CC8D0C7FE1F36707343ED73 /* picture_enc.c in Sources */, + 0A1D55F1B9853ABF7938B05BA4834FA4 /* picture_psnr_enc.c in Sources */, + DFF0C9CB171FB6035983E5CCB9A663D6 /* picture_rescale_enc.c in Sources */, + 7490E3D1331BE67120F9F2739D2E943F /* picture_tools_enc.c in Sources */, + 0E4BB2F9FF27ED0B42DE542A81D22FCF /* predictor_enc.c in Sources */, + E7693CE7AD7DCD50C1B996B57DB3A03F /* quant_dec.c in Sources */, + 3C888AA8ADE1CE2CD53100876FAF0674 /* quant_enc.c in Sources */, + E21CDCA3DA9A017D42C65544EE659537 /* quant_levels_dec_utils.c in Sources */, + DA3AB159D372D1C09311AE957554C4E7 /* quant_levels_utils.c in Sources */, + 5D3EAA71E6F4A01549C457AB0155093D /* random_utils.c in Sources */, + 2816754AA659150F1D0D87A2240F1C96 /* rescaler.c in Sources */, + 4200657D28CFDD5362BB6A175076B96B /* rescaler_mips32.c in Sources */, + 924B832842FB7FE269790FF4647D1CA5 /* rescaler_mips_dsp_r2.c in Sources */, + 294C857132495A7B25BECC3DA8CF08AB /* rescaler_msa.c in Sources */, + DC46A65585FCD4F7D89F6940AEA31D4F /* rescaler_neon.c in Sources */, + 43B34D964135093269E274D12E7EB64B /* rescaler_sse2.c in Sources */, + 5BAA622E4ABFC64D9B62D9A8E5D90B7F /* rescaler_utils.c in Sources */, + 484BEA79FBF3523A218C8F0CA79D9CD2 /* ssim.c in Sources */, + 45C32C9F0EA20CCE8C04CD242F213898 /* ssim_sse2.c in Sources */, + 91325B6D7B31ED251CC11E1EDB365E03 /* syntax_enc.c in Sources */, + 362CE111827271DE1F18CC2D7595952E /* thread_utils.c in Sources */, + 3DDC3FFEECEC40594357AFAC76C10FA7 /* token_enc.c in Sources */, + A2ACDF36318E99F05DCE59CDEA0D418F /* tree_dec.c in Sources */, + F22AD83E78793E6392636E460719E24A /* tree_enc.c in Sources */, + A3CC10CD06FEBC63107581DD5377CA05 /* upsampling.c in Sources */, + 9A7E2CD3FCFFA6730F2EB4CA3B8B95B1 /* upsampling_mips_dsp_r2.c in Sources */, + B40E106BC411C9E33B44AA88923C5044 /* upsampling_msa.c in Sources */, + 70FBAFA54D79520169F0895CDB6AA1CC /* upsampling_neon.c in Sources */, + 124391F18803754B204E2C5463397468 /* upsampling_sse2.c in Sources */, + B5E5065C5D10FFFFAF4CC34F16B8C2C6 /* upsampling_sse41.c in Sources */, + A1FDD1FC5C91EFAC404F8D61B24C2217 /* utils.c in Sources */, + 3FC6806529802258355208E517C5AE63 /* vp8_dec.c in Sources */, + D8A4B5F5995B817638E0C72ED94401D3 /* vp8l_dec.c in Sources */, + D0196A3FFD2A0860FB68F1B0F14D64DC /* vp8l_enc.c in Sources */, + FA0248012C7306E2054EB64F4504A081 /* webp_dec.c in Sources */, + 04016E90BB43727832985D552AA219C0 /* webp_enc.c in Sources */, + F293FF11EF3FB3B425445F64AA999AAC /* yuv.c in Sources */, + 060075B5D454BD3118FEC2B23D90A7EA /* yuv_mips32.c in Sources */, + ADEB4FC4E9C9CC012A0A33F8542F84E9 /* yuv_mips_dsp_r2.c in Sources */, + 8F278995C8B97131DC76DF6CFF1601C1 /* yuv_neon.c in Sources */, + 907FDD32586A7EF4BC8DD2AB46AEE107 /* yuv_sse2.c in Sources */, + B87A058701D9DE7CD8F81720D46E03AC /* yuv_sse41.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 87704976361E18A5FF7158184DDFC3B3 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + F71294568A0A3B358731DAD383F9A575 /* UIView+Yoga.m in Sources */, + B7A4E019075D6EFC4949E9B5BAF7D12A /* YGLayout.m in Sources */, + 0A9D19A488D116D27B81E92323287C6B /* YGLayoutExtensions.swift in Sources */, + A6DA43775DD9A372BB05176BF2166689 /* YogaKit-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8A23B2218CD61EE24F594763EA51EC0B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -26666,52 +27097,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8A59C1A21DB49846A98EB5334ED4062E /* Sources */ = { + 8EECA48C9FC16078AC5907C575B3E53B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 2EE7FA4603FE1E6B197FA88EA8FF3EE1 /* UMAppDelegateWrapper.m in Sources */, - 6E40EE47FA91F05457D17559BF9CC089 /* UMCore-dummy.m in Sources */, - 212FE0DC886E0F8B951CA3C78126B810 /* UMErrorCodes.m in Sources */, - B9639D9186119085A6399D8A029BEC24 /* UMExportedModule.m in Sources */, - 55F8F04DD046828867F87C32B0AF3816 /* UMLogManager.m in Sources */, - 7DD21F316AB4D59C049C3D5260C1459A /* UMModuleRegistry.m in Sources */, - 3E3BA3F4C598F445871B51909BBBA7D2 /* UMModuleRegistryProvider.m in Sources */, - 13DD3B8B7EB8E3BB0D951F3659DCA5AD /* UMSingletonModule.m in Sources */, - FC2C504027B529F395655ACEFF06897C /* UMUtilities.m in Sources */, - 899B404E7C58AF6365E8183FB0350C57 /* UMViewManager.m in Sources */, + 8985BA159F9AE27C308645C061F8BBF2 /* FBReactNativeSpec-dummy.m in Sources */, + 9F527E06BD7DBE03A9FA8DFD64ACD05B /* FBReactNativeSpec-generated.mm in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8C78BCCABF3FF9E2932BF6E22F5D5E99 /* Sources */ = { + 8FED9B5B4F059F5478C085D5F13E67B7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A67DAB5EDD19C2720AE5910336AE3284 /* UMPermissionsInterface-dummy.m in Sources */, - AE4A52B37DC82FA18DE3B5CC9A86B7AF /* UMPermissionsMethodsDelegate.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8E8581B129E61E18A6F4638199F2959C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 8F2E5C2579ACAA248AD44D436223BAB0 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 061DBF9144C3273952ADAAECF1533373 /* CertificateUtils.cpp in Sources */, - EBBA9CE9656D0EAEF367DCA9086A6CF9 /* ConnectionContextStore.cpp in Sources */, - 7CE15B95B4F36427E967E6C97EFB9FC8 /* Flipper-dummy.m in Sources */, - 14E1D619E9AF92D37010B5CFFBD27103 /* FlipperClient.cpp in Sources */, - 879CF8AF6544522A177CACFFFC15C03C /* FlipperConnectionManagerImpl.cpp in Sources */, - CAB5A94B0630F0CFAA4D2F2884C03175 /* FlipperRSocketResponder.cpp in Sources */, - 3DC6468ABE46999654D550C78173E07A /* FlipperState.cpp in Sources */, - 563A3C4780BAC48580C68054C96A45FC /* FlipperStep.cpp in Sources */, - 5371B1D1E8AD1C3B423A18E8D3AF0998 /* Log.cpp in Sources */, + 1B3A8973244529C0570F19527256D9B6 /* RCTVibration.mm in Sources */, + 716FCBA3838D5E465F1C718BF8A3807E /* RCTVibrationPlugins.mm in Sources */, + 7894538708043EA6C58F0503975094CF /* React-RCTVibration-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -26737,210 +27138,39 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 97EA3784C953452E9BA3D006762798EC /* Sources */ = { + 9C6552DF17BF71706171A40136760A8D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D4F26FB73E377A5B9B0742F9155AD092 /* bignum-dtoa.cc in Sources */, - 38267C7F5F566468932378D5896F133F /* bignum.cc in Sources */, - 87D5CF83F830EDE178346D29C8435ADE /* cached-powers.cc in Sources */, - CD6974AA6480F1169D504B586F0FECF4 /* diy-fp.cc in Sources */, - 7A1167F54A2B12A9768D6C23EF5372DE /* double-conversion.cc in Sources */, - EC40FAEF114EC86138C42C27546B7E0F /* DoubleConversion-dummy.m in Sources */, - 661EF1F927D0EEE9599CFAD2FD6612D3 /* fast-dtoa.cc in Sources */, - 30630A363F6CADC347E9D617482FA5DD /* fixed-dtoa.cc in Sources */, - 59A0B158416E8AE47E0092B80B731E02 /* strtod.cc in Sources */, + 4D374A92E006A2548230086D6EAFA9AC /* LongLivedObject.cpp in Sources */, + 5064280C0E5FDA3174587639D29A64A3 /* RCTTurboModule.mm in Sources */, + FB15E26025B05A5740C1D84E482902ED /* RCTTurboModuleManager.mm in Sources */, + 2073BDC56C725779ABB7049D6F6DBBE0 /* ReactCommon-dummy.m in Sources */, + 0428D93255DF53111D3B24E2F62ABEC8 /* TurboCxxModule.cpp in Sources */, + AB0DCD15D127E36BF8334E9292999CEC /* TurboModule.cpp in Sources */, + 6F85A8DAFD190B062839ABC1683331DC /* TurboModuleBinding.cpp in Sources */, + 0C526684487137B6B06F586DC0BBD5DC /* TurboModuleUtils.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 99D61FD29E301BC513069CC3C81F3DAD /* Sources */ = { + 9D03CEFA1D32826C7B58F049D9B16A48 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - EE714712B813686CE078010AC843044D /* NSTextStorage+FontScaling.m in Sources */, - 1077F96B873F6F42E767B051C2BC3C69 /* RCTBackedTextInputDelegateAdapter.m in Sources */, - 050C85FD0270EF6E11C85540DA33779A /* RCTBaseTextInputShadowView.m in Sources */, - 69CA693505E43695FCFBD3FCC10FEA83 /* RCTBaseTextInputView.m in Sources */, - 91D6985795541E295898CE2725B5D315 /* RCTBaseTextInputViewManager.m in Sources */, - B3AAF4FA16BA35DE147AED32D02333F6 /* RCTBaseTextShadowView.m in Sources */, - 1A2132E25523BB2DDD7BF4B4C1590C90 /* RCTBaseTextViewManager.m in Sources */, - 5D7DDB780F63D3AE6E37EB6039F63781 /* RCTConvert+Text.m in Sources */, - 035CCE9BD24FFDBD78861F92FF5EFA5B /* RCTInputAccessoryShadowView.m in Sources */, - BABF8AE6CCD6560794177620C459EE7A /* RCTInputAccessoryView.m in Sources */, - 4FC51D48F126D9706C4C2640F0111202 /* RCTInputAccessoryViewContent.m in Sources */, - D42E738AE8399E009E5CBC02BB75979B /* RCTInputAccessoryViewManager.m in Sources */, - 2881E2A992F48B365197B0F187397FB1 /* RCTMultilineTextInputView.m in Sources */, - AF223109AB21F9141FDAFCAD1638D6F3 /* RCTMultilineTextInputViewManager.m in Sources */, - B11E2EF6D82C7202FBE75A4B2E1231E5 /* RCTRawTextShadowView.m in Sources */, - A7C8F473F34F86C9BF7846FC87D888CD /* RCTRawTextViewManager.m in Sources */, - 227A9BA87B9E863337E861C7991011AE /* RCTSinglelineTextInputView.m in Sources */, - E43447637EA674B6D851D9CB445BE481 /* RCTSinglelineTextInputViewManager.m in Sources */, - 54B50A84E542A40DF257CBBDE27BE610 /* RCTTextAttributes.m in Sources */, - 6A23D59767573ED8B7116C550BBD1428 /* RCTTextSelection.m in Sources */, - D47EBC4BCC8CC757DED53AF7D89361D5 /* RCTTextShadowView.m in Sources */, - 796E44BDEA270522C98E55AB097FDE27 /* RCTTextView.m in Sources */, - 13352B5B7629AC0494CD41114F724440 /* RCTTextViewManager.m in Sources */, - A52A7C3513434DEC282D1139555BE8A5 /* RCTUITextField.m in Sources */, - 2F086D3775FCF778C21E049BC18DA02D /* RCTUITextView.m in Sources */, - 046F6783E0F0C256D0C31602F143CEA9 /* RCTVirtualTextShadowView.m in Sources */, - 6C7C388EA4A618A75DE083844BDE2155 /* RCTVirtualTextViewManager.m in Sources */, - 244C5DC62B1E058CF4B97D2DCE5E6E21 /* React-RCTText-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A1141A43BCBD2A0D6334E3DEC84565CC /* Sources */ = { + A12AE97B7C45C2A0EFB2DB544284E0B4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5937AEDEB7F38400C9A66944F7149003 /* Assume.cpp in Sources */, - B86542109C27EB40A0093E8C79B8AAD4 /* AsymmetricMemoryBarrier.cpp in Sources */, - F35A356E51580E7F9E3BFC214F3B748A /* AsyncPipe.cpp in Sources */, - 4791B0EC016EFBC75B503DDB7FF19996 /* AsyncServerSocket.cpp in Sources */, - 4BF4E16A799A0102B4B05E1EF025A957 /* AsyncSignalHandler.cpp in Sources */, - F53E83D52989803B45E29F64C9ACE3A1 /* AsyncSocket.cpp in Sources */, - 91A5CAD357F816F441E29100F9CEA4AF /* AsyncSocketException.cpp in Sources */, - 7BF80044BD2492972A12B384ACC1646C /* AsyncSSLSocket.cpp in Sources */, - D5380D87ECDF3C77026FABC594AF6E93 /* AsyncTimeout.cpp in Sources */, - 8BB69298F7BA7F4CA46C10564205ADF8 /* AsyncTrace.cpp in Sources */, - F28E836FC44F5EA134C754405400A3DD /* AsyncUDPSocket.cpp in Sources */, - DAC62D71C979FE9B060933302B7D77BD /* AtFork.cpp in Sources */, - 4A630DDBF9D7F88503BB950612609FD6 /* AtomicNotification.cpp in Sources */, - F15CC39C4A5B05D5E5224B2E98529126 /* Barrier.cpp in Sources */, - BCA8DC8659E7AD39E74189AA04536742 /* Benchmark.cpp in Sources */, - 41BAA78190E0154C9F52B66FCE26D511 /* Builtins.cpp in Sources */, - FD4C6E6396911C99A5F576FC9E19250C /* CacheLocality.cpp in Sources */, - CB0323FC41CA13871B9A7387101785F4 /* CancellationToken.cpp in Sources */, - FE5BF938A012FE5C701B73C0CB07158B /* Checksum.cpp in Sources */, - BEEE544CDBCA8F5C49F45DC63F698DA6 /* ClockGettimeWrappers.cpp in Sources */, - EF827028FEF6CAEC5FD4E45D73E1E008 /* Codel.cpp in Sources */, - 00109D70C63A9D2B58BA4B209745F746 /* Conv.cpp in Sources */, - EC5D1CC02AFB793E42779C072158BC17 /* CPUThreadPoolExecutor.cpp in Sources */, - 199BDA16F7B9DDD58C11DE3779F2DEF1 /* CString.cpp in Sources */, - DCA04392367FA1F1ADE762FDBCF114CB /* Cursor.cpp in Sources */, - 1D76C2FBD3D27103FAB79F14EA91ED12 /* Demangle.cpp in Sources */, - 7084EA67B1E730F3135FA08F80CBE7EF /* Demangle.cpp in Sources */, - F070F00B6E28F5702EE6C88BBBBBE21A /* Dirent.cpp in Sources */, - 9D43A88D08F372056DC6E12C656B4550 /* DistributedMutex.cpp in Sources */, - B2FF147167A4767E64F5FE29A11F1FE1 /* dynamic.cpp in Sources */, - 7AE325090EC90692EAD4AB7BE67F826A /* EDFThreadPoolExecutor.cpp in Sources */, - A89DA3F7576ED1FF29441769C0CAF963 /* EventBase.cpp in Sources */, - 308E1796EE51D6F498660512353F2739 /* EventBaseBackendBase.cpp in Sources */, - B8E42FB74C6BDA7C98CF9FAF83B78119 /* EventBaseLocal.cpp in Sources */, - C4412811D4A9DCF7E687B31C0B85C4A6 /* EventBaseManager.cpp in Sources */, - 0C8B5F3FAFC19BB4F265418E81ADD9A8 /* EventBaseThread.cpp in Sources */, - 3C8F990ACB84DABCFD7A278DB3B3778B /* EventHandler.cpp in Sources */, - 35DE55537DDE5A558EB7DCA2EF66D6A5 /* ExceptionWrapper.cpp in Sources */, - 456703A26788403D51FC126B88DA84DB /* Executor.cpp in Sources */, - E508506EFE0D3BA8945057ACF89122D1 /* ExecutorWithPriority.cpp in Sources */, - 555A6FEF0EA83155E77B07251E2A4983 /* F14Table.cpp in Sources */, - 49B5A0797E963AFF59FB93B6825F3F2B /* Fcntl.cpp in Sources */, - 34AE9E38CA898D52DB54448B25ED5C05 /* File.cpp in Sources */, - 67B755056E95D6F155EBBA14E664EC19 /* FileUtil.cpp in Sources */, - BDA9E795EA4A58D849778FFE6D1D13B4 /* Fingerprint.cpp in Sources */, - CF6A5EB690C06B70A205AC0494F39FDE /* Flipper-Folly-dummy.m in Sources */, - 57434F34A291E1B113DA166102DE4ABB /* Format.cpp in Sources */, - 585DF8EBC91C9AC3BD7C52F35FA3F4D8 /* Futex.cpp in Sources */, - 021AB847A72FE35CEF4F2C2D9F30424D /* Future.cpp in Sources */, - 92597383F3C85C7A7CD83D7A0B2393FE /* GlobalExecutor.cpp in Sources */, - 0BE4DC0696D4AF07DDE6FE13E93A2D05 /* GlobalShutdownSocketSet.cpp in Sources */, - 39AE4CE95CA2935BA0D2694C681B5BB2 /* GlobalThreadPoolList.cpp in Sources */, - 0FD2FB0F64090694DA8C62B5DA113F78 /* GroupVarint.cpp in Sources */, - AFBE49A62A58A472508A6CEB99227B05 /* HardwareConcurrency.cpp in Sources */, - 24D1419093266D2ED02BAC56B0BB50B3 /* Hazptr.cpp in Sources */, - F42FCC31D576B53D09BBCB9FA35F1866 /* HazptrThreadPoolExecutor.cpp in Sources */, - 80092FD3ACE3DFA0D769318C6C1E31EE /* HHWheelTimer.cpp in Sources */, - 5C3EB4C250F55FD6A23BB189E9CC8323 /* Init.cpp in Sources */, - 34DA5F11E14877AE942AD9ECFE00C4FB /* InlineExecutor.cpp in Sources */, - 854D8B2614C788E8C0ADE0DCAD52416E /* IOBuf.cpp in Sources */, - D37DA8DAF8EC08C6B914611D93E76B02 /* IOBufQueue.cpp in Sources */, - B373F0AB5450ED4D4A07DB5822B7C97D /* IOThreadPoolExecutor.cpp in Sources */, - 9B767E70C172D741C83EF2CCA2839F11 /* IPAddress.cpp in Sources */, - DBCD7444784C7065ED0D3A53079F0F68 /* IPAddress.cpp in Sources */, - 4311D7E811C8876CDD589122D65E9725 /* IPAddressV4.cpp in Sources */, - B008785B1013C8029A69A5EF5422AE95 /* IPAddressV6.cpp in Sources */, - 8DF6D1297506C5803B32145035B79A2D /* json.cpp in Sources */, - 745637A3960C2825B5B71ED33795D043 /* json_patch.cpp in Sources */, - 2E8477153AC224BAC95A8667149F2E12 /* json_pointer.cpp in Sources */, - 95744C1471CA0F4C32CCCA46B708426E /* Libgen.cpp in Sources */, - 52B5E8EE572768ED6FAF33914107C8E7 /* MacAddress.cpp in Sources */, - C24EF06A5CCE85FCAE5E64B46A84A89F /* MallctlHelper.cpp in Sources */, - 2CBB300A174DFCF8C41EE2F4DE77B58C /* Malloc.cpp in Sources */, - 448FFA534B2D01D4DFF862D371B8C422 /* MallocImpl.cpp in Sources */, - 448C4E227CC60E2E0002EA0C214E512F /* ManualExecutor.cpp in Sources */, - 9BCE9620E003FE8467F3130B31043FF6 /* ManualTimekeeper.cpp in Sources */, - FDDAC17392681D18C72E502807E7A2CA /* MemoryIdler.cpp in Sources */, - 49A9FC14618093214FB914CA23C4BAFF /* MemoryMapping.cpp in Sources */, - 0DCB7255E9CBC406F466AEFBC00FB9D6 /* MicroLock.cpp in Sources */, - 26DA02AAD94E96F83B0671F537616D29 /* NetOps.cpp in Sources */, - 82FEB2C97E17E1A1D5040C53CBAB4F13 /* OpenSSL.cpp in Sources */, - FE25661F5568114422708AF00D7C3D39 /* OpenSSLCertUtils.cpp in Sources */, - DFD39370908BD64DA6AC2A134E026A1A /* OpenSSLHash.cpp in Sources */, - 69A10A016D6BCC954310F83591766BBC /* OpenSSLThreading.cpp in Sources */, - A701896543E6C466EB5F1817657A3900 /* OpenSSLUtils.cpp in Sources */, - B4226912C27C63DE743D13A2A6F764B6 /* ParkingLot.cpp in Sources */, - D5A3F3B43E1A032B003BAC60625E2DE5 /* PasswordInFile.cpp in Sources */, - 62DA931218C6D553DE34703F05C0EA64 /* PThread.cpp in Sources */, - F71F4143182FE5FCE3DFE783C924C1F7 /* QueuedImmediateExecutor.cpp in Sources */, - 8376A8F781AF4A6E0EB611CF6D04960D /* Random.cpp in Sources */, - 29CCAC336A93347D836BBE5D0908557B /* RangeCommon.cpp in Sources */, - 143006C8C4B8A719F357FB9C5585BAB1 /* RangeSse42.cpp in Sources */, - A2051F290030256C69BF732249EA4D12 /* RecordIO.cpp in Sources */, - 5DD8A4D39D1D4FDB32C22B09B8799D34 /* ReentrantAllocator.cpp in Sources */, - 12E5A64F2C12C08E49E6780A17BDF767 /* Request.cpp in Sources */, - E4F10D52F88E3FA6F144B2EC3F64C303 /* SafeAssert.cpp in Sources */, - 353F6D8C5844972F949CC424528F283B /* SanitizeLeak.cpp in Sources */, - BC84A070973333C06259C91EFD746A3B /* SanitizeThread.cpp in Sources */, - C329BD839DC3ED9A2A7FA5598E3E21E2 /* Sched.cpp in Sources */, - 39FB804504BC4C56F399E16E4028ACDF /* ScopedEventBaseThread.cpp in Sources */, - FC480CBC30829F4DB7057259FA8DA2F6 /* ScopeGuard.cpp in Sources */, - D60F71A3E2B1F61FF91233305B981BBE /* Semaphore.cpp in Sources */, - 282D612E5B28A698072FBC1F2EDD611F /* SerialExecutor.cpp in Sources */, - 4D44EF94BDA603741F30B18C5BED613D /* SharedMutex.cpp in Sources */, - 0FA55C2AB8412D61C4EA73BD47A43661 /* Shell.cpp in Sources */, - 2EB0FFEEA537416562E5C35AC9C88DAD /* ShutdownSocketSet.cpp in Sources */, - E8CC5FFEEDB5356A2CD709D767DE558B /* Singleton.cpp in Sources */, - AB4267253317D64964D78B9B23042440 /* SingletonStackTrace.cpp in Sources */, - 85C9348F215E8FEA4320E682EEEEAB9F /* SocketAddress.cpp in Sources */, - DD232357A6B32C9D275357B5B4F1D06C /* SocketFastOpen.cpp in Sources */, - 98FB71A3C0BBDB8F2446857FBCB5AF41 /* SocketOptionMap.cpp in Sources */, - 64D0D3363039EF2A9C344B0F23D966F8 /* Sockets.cpp in Sources */, - 9A57AA8A0BA5B2E3D380C0BF585E14E8 /* SpookyHashV1.cpp in Sources */, - 16175D8B3E19CD372487B066CF00ABB4 /* SpookyHashV2.cpp in Sources */, - C15F003201EF1F6EDF02883AB8563418 /* Sse.cpp in Sources */, - 44F478341EF6D32ADF44A5341DA7CFF2 /* SSLContext.cpp in Sources */, - E1107239C768D43BEAB05160DCC4E36E /* SSLErrors.cpp in Sources */, - DC46A000053F6D6A583DE0A3022996FB /* SSLOptions.cpp in Sources */, - C7BE5EC8C210F3D8A1AA86D3B4D43079 /* SSLSessionImpl.cpp in Sources */, - 278F2748E9B7B11DF8DC312F14E90AA3 /* StaticSingletonManager.cpp in Sources */, - C8CD82EB59CBA034453C547784D2B6D4 /* Stdio.cpp in Sources */, - B327B6A2415E7E42F829D1EE421A7360 /* Stdlib.cpp in Sources */, - D51C3A397A2E9B30154DABF832605E2E /* String.cpp in Sources */, - 8660866D4E3D5699BCD5ACFE5DE91090 /* String.cpp in Sources */, - 911EAF95A66FE2BC149298C64315DAE2 /* Subprocess.cpp in Sources */, - D7D15C58A95A918A8DC9C66181B4A891 /* SysFile.cpp in Sources */, - 11F281512613904A6F069D38742C1BA5 /* SysMembarrier.cpp in Sources */, - 6E037A29B15AA8580E399C0215727E35 /* SysMman.cpp in Sources */, - BA49CE4512B993CBB738324C052C5F5E /* SysResource.cpp in Sources */, - 9089DDAD2D198D98054C5880F94D0770 /* SysStat.cpp in Sources */, - CD6ABD6968AE4E118E2BB0EB4FC6F961 /* SysTime.cpp in Sources */, - 1C12FB1BD039000D7DC713188EB39465 /* SysUio.cpp in Sources */, - 9E5A4B47B17A01B497500C8554D9B976 /* ThreadCachedArena.cpp in Sources */, - F131FB5D105A9038EB03D1FD0F0C114B /* ThreadedExecutor.cpp in Sources */, - 6B94DC6E9FBA431D7718718E4F598DC8 /* ThreadLocalDetail.cpp in Sources */, - 802268C6B05C7BE826401802CA31589B /* ThreadName.cpp in Sources */, - 8EC440B91245FD36D6EC2EBA9A084B64 /* ThreadPoolExecutor.cpp in Sources */, - 9BFE8D6EE981BC430D52E8DA85CD83FD /* ThreadWheelTimekeeper.cpp in Sources */, - E537D4A39237EF143DD3295C7A517FAF /* Time.cpp in Sources */, - 571AF847B306631BEC2B0B257D41EC38 /* TimedDrivableExecutor.cpp in Sources */, - 391946A9B8441C0DFF761FA18651361E /* TimekeeperScheduledExecutor.cpp in Sources */, - C7E479CD7FC68D183FB9CCE95C8CC4AD /* TimeoutManager.cpp in Sources */, - 82E10329E1EF66FA4F40E3E74BFA988C /* TimeoutQueue.cpp in Sources */, - 82B15B9342B79A8CA16F26DBF10108CC /* Unicode.cpp in Sources */, - 29575407DD87B86AC3D720012094D192 /* UniqueInstance.cpp in Sources */, - E2917BCD7D6F612E341009356C1BAB4F /* Unistd.cpp in Sources */, - F4941A644C7F0DA1EF5805F376AE82B2 /* Uri.cpp in Sources */, - 0AA9FD8E9BCDF4BE2EF7E831D622E391 /* VirtualEventBase.cpp in Sources */, - 2F6F266DB9DCF6149C3EA09D6DE17F81 /* WaitOptions.cpp in Sources */, + 658EC9F58BE501CFDBCF7B32E2F0E2E8 /* RCTDataRequestHandler.mm in Sources */, + 3D0DA26DBA9A975EBC7DF79DF95D9FA9 /* RCTFileRequestHandler.mm in Sources */, + 4B38A755553A0A4F7826BD0FC7063A38 /* RCTHTTPRequestHandler.mm in Sources */, + F86B37D7054D313E1FA7D1C275A7AC4A /* RCTNetworking.mm in Sources */, + 1306FB552B1D71AB1F2D4675BE8960A0 /* RCTNetworkPlugins.mm in Sources */, + BF556D8ACB324A422127F91C4490F427 /* RCTNetworkTask.mm in Sources */, + C0C2ED58E4441D3441567DE2BE962D8A /* React-RCTNetwork-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -26963,57 +27193,171 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - A83D5F7F99E31B1D720ED227DE4AD71B /* Sources */ = { + AA08ECE588FE40B13EC407D3083F2CD7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5F477E9B1AD4FD40AFFE636F7A3B0580 /* demangle.cc in Sources */, - 446CD1BEA574235FC868F0617DACE54D /* Flipper-Glog-dummy.m in Sources */, - 57C382944E7C15FB2FF8EB5A7A311DCB /* logging.cc in Sources */, - 776E640C236D0B4F4001A5D5DAF4636E /* raw_logging.cc in Sources */, - CA5D13552F21BFDC439E1FEA855B3615 /* signalhandler.cc in Sources */, - F7882E4D8CC4810A10D12C4FC3C10E6F /* symbolize.cc in Sources */, - 4447AD816E2D1758DD01EC2925445ABB /* utilities.cc in Sources */, - FF12BD4E5EAB1382E5AC3D269C0184A5 /* vlog_is_on.cc in Sources */, + 11A679FEE1C6EB791F4C326974AA280C /* RCTBlobCollector.mm in Sources */, + 40415B2F4DAA045A068B7C94F78CDF06 /* RCTBlobManager.mm in Sources */, + CB61DAB3F804AC48A40134C8FC99004D /* RCTBlobPlugins.mm in Sources */, + A059148F567084AC925717E8AA5CAF7F /* RCTFileReaderModule.mm in Sources */, + 7010103D56E9BC3A8C98B23411429799 /* React-RCTBlob-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - ABD05783243EB1648D8AE8BE634F332A /* Sources */ = { + AE5E74D5DA1AB290C5979875772B73A6 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 54645B7019A38028E884516D847C7EBD /* RCTSettingsManager.mm in Sources */, - 4E33DAB50656250358DA118C7D02B603 /* RCTSettingsPlugins.mm in Sources */, - E3965C408D516C6BEAF4534E48B66E82 /* React-RCTSettings-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - AD3029F20C184ACDB75C4B5737268B53 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 1A3435D63BC3779DE69FE5F851CD3107 /* RCTAdditionAnimatedNode.m in Sources */, - 091F77F82C28BA20EAF0E2435D631D19 /* RCTAnimatedNode.m in Sources */, - 91C62411B9558A6B6A49DCBF44B298B7 /* RCTAnimationPlugins.mm in Sources */, - E46565E3EA460051FAE1BD5C5FBC05D0 /* RCTAnimationUtils.m in Sources */, - 41DFDC3BF037778C086BDF35E6F9487D /* RCTDecayAnimation.m in Sources */, - EDFD6EC19AF3A04A534976A0D6E028C6 /* RCTDiffClampAnimatedNode.m in Sources */, - F3B3F21FC65883003EE86A0AE2C12568 /* RCTDivisionAnimatedNode.m in Sources */, - 3A4E44C7D66B76BA2727AAC884599F50 /* RCTEventAnimation.m in Sources */, - F4415118D9A49DD6E7348633D3DAADE8 /* RCTFrameAnimation.m in Sources */, - 34933DBE093BFE7E6E5D94F038C8A286 /* RCTInterpolationAnimatedNode.m in Sources */, - 4920EEE8A4E113CAC5480E6240DC653D /* RCTModuloAnimatedNode.m in Sources */, - 937657C9DF0EB1CA03228CB80029628A /* RCTMultiplicationAnimatedNode.m in Sources */, - EDCD9E4F6E8ED5FFD14C4E043A8DAA22 /* RCTNativeAnimatedModule.mm in Sources */, - 9E271F08B44A50A0523383689E6A24C4 /* RCTNativeAnimatedNodesManager.m in Sources */, - F2DD2BB5C9CDF8CD92F784FFA3E4175F /* RCTPropsAnimatedNode.m in Sources */, - EF7874C7A4D399CD8414EE63F6EDE924 /* RCTSpringAnimation.m in Sources */, - 369F86FC5DE7030723A73765F778A592 /* RCTStyleAnimatedNode.m in Sources */, - 143B6C2A68270FF9772C4878505E6F95 /* RCTSubtractionAnimatedNode.m in Sources */, - 10B477BE58C9E9598953B0F607111A7B /* RCTTrackingAnimatedNode.m in Sources */, - 4368355B91B05630C67DF14F7D896F8E /* RCTTransformAnimatedNode.m in Sources */, - C0BB6D3EC8C62E171863E9EC9568EDA1 /* RCTValueAnimatedNode.m in Sources */, - 00F21E3ACD41C4FF6DDC62B1C9640A94 /* React-RCTAnimation-dummy.m in Sources */, + 4387240F7221CE6FF50AD345243E1D04 /* Assume.cpp in Sources */, + A78A0C97AA94534B2155558F1EFD2357 /* AsymmetricMemoryBarrier.cpp in Sources */, + FBDAB0051B41CB3679F6652DF3B0C558 /* AsyncPipe.cpp in Sources */, + 9441B5045B2A22E38DA5DF3B396D936A /* AsyncServerSocket.cpp in Sources */, + 94ECA757CC324490097B44BAD41B047D /* AsyncSignalHandler.cpp in Sources */, + 2F8BF9878471ABD5AE9FF94079DD1E8B /* AsyncSocket.cpp in Sources */, + 07F8608F117D5FAE2EE0ABF892B7CB31 /* AsyncSocketException.cpp in Sources */, + 3B744072381ACF9942E4EBD844C8F7E6 /* AsyncSSLSocket.cpp in Sources */, + AB98D120DAFD1FB49EC998D5771A6513 /* AsyncTimeout.cpp in Sources */, + 596C8F6EDC9D1C57E0B6105D67A98910 /* AsyncTrace.cpp in Sources */, + 9939DACA32715F13FAE61009205816BA /* AsyncUDPSocket.cpp in Sources */, + 672728F9B1CA933B879431E7E26D7ECC /* AtFork.cpp in Sources */, + 724790C6DFCF354709AF007218953063 /* AtomicNotification.cpp in Sources */, + 20FBFF7CE2FADFA84CC4DB52017FBB7A /* Barrier.cpp in Sources */, + 8A452FF8EC2954F61B0499E5CDF8E776 /* Benchmark.cpp in Sources */, + 34101CA052BBE951EDBCEB8307C50FAE /* Builtins.cpp in Sources */, + BC522317D85500DA7BA59499953B3067 /* CacheLocality.cpp in Sources */, + 8651F6EB858161F4C25EEE33403F039E /* CancellationToken.cpp in Sources */, + 4C9992814A91FEFFA3FD7B7938D778A2 /* Checksum.cpp in Sources */, + 9AEE00FD63F66A3E23F1F7C362F36601 /* ClockGettimeWrappers.cpp in Sources */, + F17189A76A9E380988EF869D02F65BDA /* Codel.cpp in Sources */, + 68475F6A670D3A9A5ADA4C45C1B1066B /* Conv.cpp in Sources */, + E343809CBCE237546CFA52337991BB44 /* CPUThreadPoolExecutor.cpp in Sources */, + C21E34ED473D8083457E9E6F77978B05 /* CString.cpp in Sources */, + 0240C48296E74DDB788D22318CA4DA26 /* Cursor.cpp in Sources */, + 12DAAB46F2FB3A9556E89BD3FF4D0DB9 /* Demangle.cpp in Sources */, + 69F5E76721E8463C1E330D23D36DCACE /* Demangle.cpp in Sources */, + C1CC0CEA6F05787033CB5E985394B79A /* Dirent.cpp in Sources */, + 96E6E91516FCACABE6AE25C754422585 /* DistributedMutex.cpp in Sources */, + A9AF572EDC429E07E50717FE3B8B5274 /* dynamic.cpp in Sources */, + 80D2852A1D1980EEFCD56BFCBB8220D2 /* EDFThreadPoolExecutor.cpp in Sources */, + 66C6D06477F6518C38405E1D57E9B97A /* EventBase.cpp in Sources */, + C1C782CB920DDD5F4AB95C86C0A57D23 /* EventBaseBackendBase.cpp in Sources */, + 1F6F14599996B93C539765F5487F2EC8 /* EventBaseLocal.cpp in Sources */, + F1BCA4C3FC6FA17866B062BD94602B50 /* EventBaseManager.cpp in Sources */, + 1D2EE7AD91BB2880A8A1A240269F3814 /* EventBaseThread.cpp in Sources */, + AEFA4A5576589E9091EA5DDDFB454AF7 /* EventHandler.cpp in Sources */, + 501084863A63687582885EFAB92A72E1 /* ExceptionWrapper.cpp in Sources */, + C0C2F818FCD96189AC54D8C5BDD78704 /* Executor.cpp in Sources */, + 19712E87D218354874C08239F43A9B46 /* ExecutorWithPriority.cpp in Sources */, + A00B55BF38DD8C2550AE14836A6ED7E8 /* F14Table.cpp in Sources */, + 4DE6C2C113E69021EEA662A036E506D5 /* Fcntl.cpp in Sources */, + 511F91FC172C34418EF12852B74F1D1B /* File.cpp in Sources */, + 2E97FEB403B43A2467C475E9AA094D26 /* FileUtil.cpp in Sources */, + 1F3CE16618DA7CC301C219896C7B94C4 /* Fingerprint.cpp in Sources */, + 8B7B66D4C810FF9452F3CAE844F1B82F /* Flipper-Folly-dummy.m in Sources */, + 87CFEC01D268AFB031D5C429F463F914 /* Format.cpp in Sources */, + 7C3057532898BE372D0F46F24FC61D3C /* Futex.cpp in Sources */, + D4CC7BE2D68019CA188706B33EFB6A87 /* Future.cpp in Sources */, + 6FD0E00BEE45B62BB7076E6054F6B27E /* GlobalExecutor.cpp in Sources */, + 9AA3E161A09974F489C8B95E525DF450 /* GlobalShutdownSocketSet.cpp in Sources */, + 7BE76601625D1BFBC4F73B24CAE095D3 /* GlobalThreadPoolList.cpp in Sources */, + FCAC6D186E7DC84A086AA65ACBBB9200 /* GroupVarint.cpp in Sources */, + 3A42300ABE305CCC46BFE82856BB773E /* HardwareConcurrency.cpp in Sources */, + 743AC82FFE98629158853C3D84D9F87F /* Hazptr.cpp in Sources */, + 30EC789897AD001D7CE6A763D8DB70FE /* HazptrThreadPoolExecutor.cpp in Sources */, + 08B36AED5B67A5C2031A2C872B965E07 /* HHWheelTimer.cpp in Sources */, + 82DD5725110169728973388FE71CC856 /* Init.cpp in Sources */, + 55E43519FE6A2EBBB6A98537A9B6D65F /* InlineExecutor.cpp in Sources */, + 5C33B0907D8C037765F6289C00AEBB23 /* IOBuf.cpp in Sources */, + F140B149D025D4A74912BFE191BB6C4B /* IOBufQueue.cpp in Sources */, + 033C862F7616228E16422E50EF860BE3 /* IOThreadPoolExecutor.cpp in Sources */, + 19C7A16B7CB560B94B86ECC74B883E21 /* IPAddress.cpp in Sources */, + 2ED04DCBB34BE5259FE42955DC275F03 /* IPAddress.cpp in Sources */, + 5C2C3B5B4DEF84A285C50AE360C41F15 /* IPAddressV4.cpp in Sources */, + F980409A9FD53572E22A4B23A43F3FD1 /* IPAddressV6.cpp in Sources */, + 9873734A3A86D8B5F3113B6F15F7A460 /* json.cpp in Sources */, + 550491355C1E847C5FF721449F091741 /* json_patch.cpp in Sources */, + 91DA3D989BC60DDB09CE59B55E66DC73 /* json_pointer.cpp in Sources */, + 25104E5A2049C2DA09127250AB49DBEC /* Libgen.cpp in Sources */, + 673114F3D6EB4A0AD66A0C4B0D399A80 /* MacAddress.cpp in Sources */, + 1EBB367A949D8A995B912F8AC48B298E /* MallctlHelper.cpp in Sources */, + 3DBD59536D354AFF04DEDE4CE2842A85 /* Malloc.cpp in Sources */, + 67AC3430298D03CC2A383013DB323456 /* MallocImpl.cpp in Sources */, + E817D2C53239A85E0DD6138BA6D4F346 /* ManualExecutor.cpp in Sources */, + 24D28F8B80AF874F0281E3D04648FB5C /* ManualTimekeeper.cpp in Sources */, + F583A1EAC7C6B9BF0610DFD916EE9821 /* MemoryIdler.cpp in Sources */, + 367E182B52D55AD608F3E06CD872B126 /* MemoryMapping.cpp in Sources */, + F6C136253D201104015C2B5E4A8A2EE5 /* MicroLock.cpp in Sources */, + D5863DF5B8435B11DB51B2742283233C /* NetOps.cpp in Sources */, + 434F73E03E24DBD62F9DE4E06CFBC9FF /* OpenSSL.cpp in Sources */, + 21BD6087F9A242105CECD2E69B4B9C47 /* OpenSSLCertUtils.cpp in Sources */, + 7CCDD681E1FC6A2D45C0CB5CEB9687BC /* OpenSSLHash.cpp in Sources */, + BE5D97DA1531BD478927E6A48712B92B /* OpenSSLThreading.cpp in Sources */, + 0C579297D9016CF8348EA546F736E67C /* OpenSSLUtils.cpp in Sources */, + D930847AA1C4CEB026F488824AC17F93 /* ParkingLot.cpp in Sources */, + CB83C32EDE72858A22D7926D7D407D5C /* PasswordInFile.cpp in Sources */, + 57B90AB173D872E18E4A7D595CB8A127 /* PThread.cpp in Sources */, + 39FCC67C2CC9C2739C35C245B27FF425 /* QueuedImmediateExecutor.cpp in Sources */, + FA5447F5434B250306763DA1C71D117B /* Random.cpp in Sources */, + 927877899F2B15DD52C1182102814E70 /* RangeCommon.cpp in Sources */, + A288A9A598644AC5B23078F4DEECB659 /* RangeSse42.cpp in Sources */, + E7A29D5563B55870AC0F9F2446657E33 /* RecordIO.cpp in Sources */, + 8895117FDB545D64D8E970BF378D0423 /* ReentrantAllocator.cpp in Sources */, + 67053EEC99253CB62838544027BFE3D7 /* Request.cpp in Sources */, + C28910029389805FB7F49AE5C843299B /* SafeAssert.cpp in Sources */, + 299A09CB80D8C6970C0D9777970DD772 /* SanitizeLeak.cpp in Sources */, + A9C5C62FB9BAE5FC5FA1ABCC829017D4 /* SanitizeThread.cpp in Sources */, + 560869ABC67A87D4D2F0C2004D2A7244 /* Sched.cpp in Sources */, + F39C1175CE4EA626AE2AAA5538D12E25 /* ScopedEventBaseThread.cpp in Sources */, + D840DBB9DF806D590F3C0724B5217DE6 /* ScopeGuard.cpp in Sources */, + 18E464C45716B22CA57D30DADF6CAA0D /* Semaphore.cpp in Sources */, + B4763DD4A4F73E0405CE12F917AFAFEB /* SerialExecutor.cpp in Sources */, + AE9D0318B4F3857AFBE8E321DE27617B /* SharedMutex.cpp in Sources */, + C38E0D50BCA7EACCC7FF733E30442EFD /* Shell.cpp in Sources */, + 07E0067048AAA2B03D6627BE73A65F1E /* ShutdownSocketSet.cpp in Sources */, + F1F9A164B04FD44FCAFE606245C8AF2B /* Singleton.cpp in Sources */, + 5DA5627E4F8F565E05E7F437DD9415F0 /* SingletonStackTrace.cpp in Sources */, + F361E87A01934846FA07441A651C1A8E /* SocketAddress.cpp in Sources */, + DA9A986DAD0B02518A20C48A7911E28F /* SocketFastOpen.cpp in Sources */, + 09E8364FF8A74FFD76DDABDAFC03BA25 /* SocketOptionMap.cpp in Sources */, + 1EEC4657FCCF8C3F3133518C21C85053 /* Sockets.cpp in Sources */, + 1D1DD788B3F6946CC7D7ADD316714ADE /* SpookyHashV1.cpp in Sources */, + 3B5869A05C8510E43ED5E104C2864467 /* SpookyHashV2.cpp in Sources */, + 92B5B6C97E1A6F41BB5539AC5E0A6075 /* Sse.cpp in Sources */, + 3D75F346216FAFCD808B29F60DCCFE82 /* SSLContext.cpp in Sources */, + 510568D11A4DC76EA2CA2136395BA560 /* SSLErrors.cpp in Sources */, + 71E9C344164B11D9B50F8B6D3353EA92 /* SSLOptions.cpp in Sources */, + 49E6A44F15D4C26B067BDD50499ECD7A /* SSLSessionImpl.cpp in Sources */, + 8637B3CD2700697D8261C25D1E2BFCD3 /* StaticSingletonManager.cpp in Sources */, + 7C986EAEB51A3C6F7D3D766ED3ADB35A /* Stdio.cpp in Sources */, + C50FE3D81688902B06499BE7B34A1E63 /* Stdlib.cpp in Sources */, + 7BBD73A27EE254A7416F3A8EC551206E /* String.cpp in Sources */, + EEB531A218221515EE189D3F4E57B744 /* String.cpp in Sources */, + 8F58F2FBEAC3732F3779F925B630616F /* Subprocess.cpp in Sources */, + 9D82E20937BA040770586290A5A34C5F /* SysFile.cpp in Sources */, + 22CB08BB96E3DE5FD7973059EAEB095C /* SysMembarrier.cpp in Sources */, + 0FC032A26B721EF1D3C85A69E09B8366 /* SysMman.cpp in Sources */, + 6EC09C9319771B1F2E470F314224C45B /* SysResource.cpp in Sources */, + 7CBAC8063BD5CE3E0AC3697928442FB7 /* SysStat.cpp in Sources */, + B4F98B71D755E0CFA281BFC6EDF34FE8 /* SysTime.cpp in Sources */, + BCE229530ACE600571102CCC5D0553E4 /* SysUio.cpp in Sources */, + 9988879A6D7D67E2C8D0D0995E84F609 /* ThreadCachedArena.cpp in Sources */, + 690B94CFB9119BBFB149B3753BF007F9 /* ThreadedExecutor.cpp in Sources */, + B245CB449A5399BFCD746C8CF11035CE /* ThreadLocalDetail.cpp in Sources */, + D76B15576837FFA6AFE9E855556EBD47 /* ThreadName.cpp in Sources */, + FADB8F46B57E6B64EEBBBA7CE9548ED4 /* ThreadPoolExecutor.cpp in Sources */, + 7F70325DC74D36D432DAB94A70055018 /* ThreadWheelTimekeeper.cpp in Sources */, + 010BE0EF6DE3D73C85ADBAC04FFA21C3 /* Time.cpp in Sources */, + 6F9872BCDBAE4FDD3DC6BD075E539EAA /* TimedDrivableExecutor.cpp in Sources */, + 178F6D6FD281DFCF9C64F35A5285338C /* TimekeeperScheduledExecutor.cpp in Sources */, + 95FE7368B4CBD552F0BA9CA567D2E100 /* TimeoutManager.cpp in Sources */, + F6D6AB3E6B9F1F1CE3D9716703137598 /* TimeoutQueue.cpp in Sources */, + F79524743559619774C43F8E74E2982D /* Unicode.cpp in Sources */, + 13D68AB01110710F7CA2073195E9430A /* UniqueInstance.cpp in Sources */, + 4ADD6C9472DE05CC9300AE2021540D05 /* Unistd.cpp in Sources */, + E80C3B80B0CC698140AD8BBE9A904FFC /* Uri.cpp in Sources */, + A926372A39177D1FD9E002EC0B55C5B4 /* VirtualEventBase.cpp in Sources */, + 55F87E19DB7C1092623DD697817C9EA3 /* WaitOptions.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -27074,239 +27418,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B57C3867DFE8EDA89B515ED30E7FAFEF /* Sources */ = { + B953AE8EB688840FA938AD9826AB49E4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 91F0409AF138650EF557CC4B1824789E /* JSCExecutorFactory.mm in Sources */, - AA2F0861A2EE9569128ECA1305CD3817 /* NSDataBigString.mm in Sources */, - FE3AC3A57B6C681EF909652B5148A321 /* RCTActivityIndicatorView.m in Sources */, - B955B41F2CAE0FCA6B712386FE103FEB /* RCTActivityIndicatorViewManager.m in Sources */, - 54A4BD8F8361127861EB9EA481ABC0AB /* RCTAssert.m in Sources */, - 7A34502E78A8729327A3F69DFDFA5752 /* RCTBorderDrawing.m in Sources */, - C704CBD367AEA8E74BF57EAADB1FA337 /* RCTBridge.m in Sources */, - DF750B3D665F8F42C97CB64F4CAE1560 /* RCTBundleURLProvider.m in Sources */, - D3B45F5E904C5D1DEB39506F4A175166 /* RCTComponentData.m in Sources */, - 206427FE5E3146D8E40359D9CD4DB27F /* RCTComponentEvent.m in Sources */, - 0DBA4BFDA2E6F3358D2869B39EFB7558 /* RCTConstants.m in Sources */, - 35033AA2A9FD5A6EB82D905428861D27 /* RCTConvert+CoreLocation.m in Sources */, - C2FDF0C446AED4853BAAA74C3BCDF62E /* RCTConvert+Transform.m in Sources */, - 82521970037B1BD66A5D097DE61B6D97 /* RCTConvert.m in Sources */, - 133A246D17C9C866A1CA02154A065D2A /* RCTCxxBridge.mm in Sources */, - 06DA5AC39E0B21DFE80654A5D7768798 /* RCTCxxConvert.m in Sources */, - 97214290CC560177BF0553FED5F1C198 /* RCTCxxMethod.mm in Sources */, - 18A8263FB0B9B9C48396FCE791B00CDB /* RCTCxxModule.mm in Sources */, - 8319824C2569B766851383BC98017F72 /* RCTCxxUtils.mm in Sources */, - 65B8A624DC2EA5297727E5A26F7595EF /* RCTDatePicker.m in Sources */, - A2100B0BD0F15418D4CD6AFB191AFD10 /* RCTDatePickerManager.m in Sources */, - 59BE7312277A896A3DF6BE748EB3ECD6 /* RCTDevLoadingViewSetEnabled.m in Sources */, - FB50743E868B6DB228CC7812A9F1EC69 /* RCTDisplayLink.m in Sources */, - 7F1D10E6013AFB39320734375DEF2B74 /* RCTErrorInfo.m in Sources */, - 2C13A84F82539AA1420B52C82ABC37F9 /* RCTEventDispatcher.m in Sources */, - 2190B1EE0C330EA9AFE63866D509D5F2 /* RCTEventEmitter.m in Sources */, - 62827E00A697F9BCB271C8E1A15B2549 /* RCTFollyConvert.mm in Sources */, - 9294E849E7BBD0D576CD15FDC8E50CD1 /* RCTFont.mm in Sources */, - FB188758035C2B0A30BD4B062C547871 /* RCTFrameUpdate.m in Sources */, - FB195A0DB7CB5518ED655BE75E858577 /* RCTI18nUtil.m in Sources */, - E8FE2AD8DC3CD7D175D3DA800903B691 /* RCTImageSource.m in Sources */, - 96B05689F6B1AFC946D9725B5D5E8AE4 /* RCTInspector.mm in Sources */, - 7EEB54C9497ABE59CF40DC60AE959C2A /* RCTInspectorDevServerHelper.mm in Sources */, - 214D74C072B69103894697357E44EB02 /* RCTInspectorPackagerConnection.m in Sources */, - A8C61373858C5151E947EB1ED0E99ED4 /* RCTJavaScriptLoader.mm in Sources */, - B68D35E9A94C44ABD6F71078639FE022 /* RCTJSStackFrame.m in Sources */, - DDAD653B03708A1ECA358078C37B7C91 /* RCTKeyCommands.m in Sources */, - 4AE162C1A86027DA84918D9D27BE9A2B /* RCTLayout.m in Sources */, - F0EB66884DF4245EA3A7A99CDC669178 /* RCTLayoutAnimation.m in Sources */, - 07B72D4D640FA26110DDF40B6FAE84FE /* RCTLayoutAnimationGroup.m in Sources */, - 5780B04A759AA750C514A67C37197C56 /* RCTLog.mm in Sources */, - D6F7E4CD80397E4912A131EF69782E07 /* RCTManagedPointer.mm in Sources */, - A047E928D4663C0417E1A95908D7DC6D /* RCTMaskedView.m in Sources */, - B061F2FF2F196E3C0B96C06F29EBBFCD /* RCTMaskedViewManager.m in Sources */, - E94D80C3683619EC4A624856D8F1A137 /* RCTMessageThread.mm in Sources */, - 8D7D469150793B752D6F44CE10AC3385 /* RCTModalHostView.m in Sources */, - B24EDD56F51E86BCAAC41E62A8B34735 /* RCTModalHostViewController.m in Sources */, - 37982009C16F7C2AD768995FDB03D67D /* RCTModalHostViewManager.m in Sources */, - E0238F65F1CC34CEDF4849F4F2C44D88 /* RCTModuleData.mm in Sources */, - F9F07E9F6B45901A05092F99B05A586D /* RCTModuleMethod.mm in Sources */, - EEC29CE666F277818D891F52724483B7 /* RCTMultipartDataTask.m in Sources */, - D8F808083D19A82152923FC9C776615A /* RCTMultipartStreamReader.m in Sources */, - 935E068C6B2B185A0CD9B393B5C86D30 /* RCTNativeModule.mm in Sources */, - 26DE76B7EB682FBED7CA2ACB1F303DFE /* RCTObjcExecutor.mm in Sources */, - E405F31F5C6FA81B4BB06D3BBA23914C /* RCTPackagerClient.m in Sources */, - C360EE4FF44C8716C015A2069861CB7B /* RCTPackagerConnection.mm in Sources */, - C5A7FD7064A35E92CD4ABB0304EA4D4E /* RCTParserUtils.m in Sources */, - 789FE902197650926093351BBE1C8F27 /* RCTPerformanceLogger.m in Sources */, - 034CE070AF953599B32FCD2476ABF6FD /* RCTPicker.m in Sources */, - 831AEA8C284FED8896F4E721E4C7D0DF /* RCTPickerManager.m in Sources */, - 08C9355211C7CC29EC72E7101B9D0970 /* RCTProfile.m in Sources */, - 2741C1735707EEDE9BE4DCE25A1E51E8 /* RCTProfileTrampoline-arm.S in Sources */, - A2E292A0F146FFE98CAC4BD75DACA77E /* RCTProfileTrampoline-arm64.S in Sources */, - 5D3056973D482DE8691A67F2B6BE8679 /* RCTProfileTrampoline-i386.S in Sources */, - 6C5766556BA235AC1D087CFC56492DC9 /* RCTProfileTrampoline-x86_64.S in Sources */, - 25AE7379332AF9D760D2A76670DAC20E /* RCTProgressViewManager.m in Sources */, - 18F10B99DE9EF6AF7800D354E9BF4996 /* RCTReconnectingWebSocket.m in Sources */, - AB792B8810D008C4BE68C86CD1141EF3 /* RCTRedBoxExtraDataViewController.m in Sources */, - BB7E64A4B44B9B0F63C4FC742CBE31A7 /* RCTRedBoxSetEnabled.m in Sources */, - 552AC710B4821280F6DB37F6C568B096 /* RCTRefreshControl.m in Sources */, - CE87D8053D5593465CF7DC02B284F123 /* RCTRefreshControlManager.m in Sources */, - EDF2E8350E98051324349A3B8833A6E6 /* RCTReloadCommand.m in Sources */, - 68BE82C09C7838264FC7F22B6E95FC4A /* RCTRootContentView.m in Sources */, - 9E71CCD38A6BE3153E582881AC595945 /* RCTRootShadowView.m in Sources */, - A1385A4104FAE6301A1A5FBEEEA3AE85 /* RCTRootView.m in Sources */, - 6875B9D7503F8D6A374C698570FB588C /* RCTSafeAreaShadowView.m in Sources */, - 731E6BA8AAF2E6DD71767CA384EE6832 /* RCTSafeAreaView.m in Sources */, - D1EC90125211E2E9C9D9E348B77A056C /* RCTSafeAreaViewLocalData.m in Sources */, - C5E822BC4B4E7AA8917A0ACABED7BB39 /* RCTSafeAreaViewManager.m in Sources */, - A71EB6A0BBE00CCFCC470EB182E35966 /* RCTScrollContentShadowView.m in Sources */, - FEB6980FE2B1B64D59712790DE1C2EF7 /* RCTScrollContentView.m in Sources */, - 14652F07850F494DD91FC842F4A0B658 /* RCTScrollContentViewManager.m in Sources */, - DBBECB27BD5F8341E7E9662483A7A11E /* RCTScrollEvent.m in Sources */, - 29F5E5FF2C3750DD9CEFF031371E78E0 /* RCTScrollView.m in Sources */, - 625B42131B47027AE5DD01D9C18F8B47 /* RCTScrollViewManager.m in Sources */, - 9D63D05533FAC58D6AD0D0EF9EA0F111 /* RCTSegmentedControl.m in Sources */, - BA0A19A91947E0D394080C82156E434A /* RCTSegmentedControlManager.m in Sources */, - AC53E9D1313729B5F92CF916445BADB0 /* RCTShadowView+Internal.m in Sources */, - 4D7E466FDCF2AB74D0AC7A001180D21D /* RCTShadowView+Layout.m in Sources */, - 1B71DB21FF1BFA263DFC8012D5E5B0F7 /* RCTShadowView.m in Sources */, - D7FF4F85AD685E843AAF98B584BEC3A3 /* RCTSlider.m in Sources */, - E2696644CF61A03BE83C94509F3FE54B /* RCTSliderManager.m in Sources */, - AF13B4D52EF21E73A3F21B9CA7F56AD7 /* RCTSRWebSocket.m in Sources */, - D629D69A737FC6C1387438E01441778D /* RCTSurface.mm in Sources */, - CC49FEF9AAE7712B3D3E66484F01B642 /* RCTSurfaceHostingProxyRootView.mm in Sources */, - 9604969825962E18B80E365726F5A17A /* RCTSurfaceHostingView.mm in Sources */, - E16A2700007A834B5F9B15BCB5BA9CD7 /* RCTSurfacePresenterStub.m in Sources */, - 79EB681289D289D50EA01ACA8FA13401 /* RCTSurfaceRootShadowView.m in Sources */, - 43DE8BA06AE96071962179FF170529E9 /* RCTSurfaceRootView.mm in Sources */, - D08C1E779D4C31B1981A94109E421D11 /* RCTSurfaceSizeMeasureMode.mm in Sources */, - FB7500A89C2796F71C6920B75A25B64D /* RCTSurfaceStage.m in Sources */, - CF97D166E2E79E3E773BF54B208D42D7 /* RCTSurfaceView.mm in Sources */, - BF036829FF152CFBA79DCDFABE4F4760 /* RCTSwitch.m in Sources */, - E618C4FA1E4377465BA4EFE6B7533B47 /* RCTSwitchManager.m in Sources */, - 2C8EE7D2AA983A39895F656AC0D22126 /* RCTTouchEvent.m in Sources */, - 01E42559267039502ECF69A0D08F55DA /* RCTTouchHandler.m in Sources */, - 79D7A0ADCD6F6724FAA664302EB2CA05 /* RCTUIManager.m in Sources */, - D0784E8118B936BA88AA5DC518A132AB /* RCTUIManagerObserverCoordinator.mm in Sources */, - 2E7B8A30CC78F87777DB351D584FF809 /* RCTUIManagerUtils.m in Sources */, - A639AB8379718351F1975FCDD93B75B0 /* RCTUIUtils.m in Sources */, - CFAAB73ED386A50867BD8160BAF9F7BD /* RCTUtils.m in Sources */, - 5EBEA39993F044EDDE637C4E831F0B03 /* RCTUtilsUIOverride.m in Sources */, - 52716A9159CC825BF8D284A22F61F334 /* RCTVersion.m in Sources */, - 03252895F17BD57514084CB581AE1C27 /* RCTView.m in Sources */, - CF99B695F511387EFC24252E8F951C37 /* RCTViewManager.m in Sources */, - B61DA9A174C48C5A993FDB909BBF887B /* RCTWeakProxy.m in Sources */, - 3017DB893C534FFF6B43347D552E49F6 /* RCTWrapperViewController.m in Sources */, - 567CE3FC7180CEB8C078B07DF4F8EB07 /* React-Core-dummy.m in Sources */, - 37BD34FCE68F3B775C69FBBED0638CFD /* UIView+React.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BF130D872C181E4E30C89504018B9EB2 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 0C974F0AC8E2EC36BBDD1F94CB8CD64D /* BaselinesAsyncSocket.cpp in Sources */, - FF6D9742A09C00E20ECE991FF200BC93 /* BaselinesTcp.cpp in Sources */, - 898FCD645590803ABFFC8B0B83C2C25E /* Benchmarks.cpp in Sources */, - 38F68E3CAA885ADC6E5298399B9A4E3F /* ChannelRequester.cpp in Sources */, - 79300FE42063FC30B8EF1F3AFC2D88DC /* ChannelResponder.cpp in Sources */, - 55F2F5400A72418073B6A143B06D2B78 /* CMakeLists.txt in Sources */, - 9A413F199A26E9F4BA50FA60EA158970 /* ColdResumeHandler.cpp in Sources */, - 523EC4B5C4810584EBA1986787A38402 /* Common.cpp in Sources */, - FA6410E40B3B9A34C8E46CF985950CE3 /* ConnectionSet.cpp in Sources */, - FC2373F46EC8E0A06D5F910146D6E931 /* ConsumerBase.cpp in Sources */, - FE7B4E1D5E7388F1736C4103660E9228 /* ErrorCode.cpp in Sources */, - F8BE84F49321482B6B01E4C3A91FCA8A /* FireAndForgetResponder.cpp in Sources */, - D766F529A1351CF4A32E0A4F4BED3445 /* FireForgetThroughputTcp.cpp in Sources */, - 2B87530168430AF0D1AFA53B69DFFF03 /* Fixture.cpp in Sources */, - 28C6B52C6D6385A0AD8328CEE9812855 /* Flipper-RSocket-dummy.m in Sources */, - C678D1EEA287B33186FA26BCF546A032 /* Flowables.cpp in Sources */, - DAF2873066A04DF644D3339928E5B0FB /* Frame.cpp in Sources */, - 97B2DA9E37B94359C82E679B9644B17B /* FramedDuplexConnection.cpp in Sources */, - CC4EEE53AB9111281E5E8497F0E6E63E /* FramedReader.cpp in Sources */, - 5B3DBD70D23807CDC97B24F979C68C92 /* FrameFlags.cpp in Sources */, - CEBCA1AAA585DC864C37D820B3A20C58 /* FrameHeader.cpp in Sources */, - 4F6D47070B33A45A2E12ED3B6B259AD4 /* Framer.cpp in Sources */, - BD837C7041FB5DC8F6E18BF78C27C48D /* FrameSerializer.cpp in Sources */, - 3DE19EBDBE46C12783FA49C0D0AAD31D /* FrameSerializer_v1_0.cpp in Sources */, - 51F3B929EE47857156ED53EECB974920 /* FrameTransportImpl.cpp in Sources */, - 62CB41367082A578272525E256839BC2 /* FrameType.cpp in Sources */, - 122A488B1E9CBC8A564EFCA326967742 /* KeepaliveTimer.cpp in Sources */, - 2D793A96189C71134DAD0145A7428A3C /* Observables.cpp in Sources */, - 5D11C010A8426586C7E069BD66ABFC4E /* Payload.cpp in Sources */, - F634867E3167E629F9501BC42067E30F /* ProtocolVersion.cpp in Sources */, - 7BB07E8F81CBD2FC4E655DB51261AEEC /* PublisherBase.cpp in Sources */, - E55B28D6A83DAF241DBDB37430F8F067 /* README.md in Sources */, - BE6BAC7646CA6086B0E8F7A8C027A86E /* README.md in Sources */, - 170CCF0FE9E6C75F119FE37ADDDA4DE9 /* RequestResponseRequester.cpp in Sources */, - BF1CD5BF4DB7E91286C345EE7081D449 /* RequestResponseResponder.cpp in Sources */, - 592CEF5330D40D021D3C35C5CE1BF4C6 /* RequestResponseThroughputTcp.cpp in Sources */, - E5F20C7DAEC85FDD6497A6DDD03FD275 /* ResumeIdentificationToken.cpp in Sources */, - 911C60085478ADAAFA5C4E9B5997F7D8 /* RSocket.cpp in Sources */, - E66F4CAEA06EB15461AE3DB69A1F46D1 /* RSocketClient.cpp in Sources */, - E3885FDC957CA06B4608B0DFA6FF526D /* RSocketParameters.cpp in Sources */, - CAFB5AE96D635835CC186DBDBF99ACCD /* RSocketRequester.cpp in Sources */, - 99A4D7DD7C1624E1872062F6AC14A2F2 /* RSocketResponder.cpp in Sources */, - 9B29164F9477F504A216D0EBE574B3ED /* RSocketServer.cpp in Sources */, - D2AE1EC4AAD092B45A45233642FB361C /* RSocketServiceHandler.cpp in Sources */, - 647B67FA276BD745BE062CFB0BB07D94 /* RSocketStateMachine.cpp in Sources */, - 634104D205FDD7943F082E7A5E1D6528 /* RSocketStats.cpp in Sources */, - 6278211DC97F8F71A933355832DECE22 /* ScheduledFrameProcessor.cpp in Sources */, - 3EACB5D5CF85C7896371F5EEB9471367 /* ScheduledFrameTransport.cpp in Sources */, - AB2A658ACBB651A8E502C73C33A623E9 /* ScheduledRSocketResponder.cpp in Sources */, - 56799E6152B3CB866EF15989C06AF3B8 /* ScheduledSingleSubscription.cpp in Sources */, - B8829B576DDE9AFE79C76265B796384D /* ScheduledSubscription.cpp in Sources */, - 9C125E90CB6AC88E3542B20B9641668C /* SetupResumeAcceptor.cpp in Sources */, - 6792914F296E0A77259CB7C6765BBAB0 /* StreamFragmentAccumulator.cpp in Sources */, - A6D447907D3352159830E8F292065185 /* StreamRequester.cpp in Sources */, - 05CC3FA1289ADCD71F494C9481C0BAF1 /* StreamResponder.cpp in Sources */, - 4C9989C4D4D063914D6BAF7769C2B1B5 /* StreamStateMachineBase.cpp in Sources */, - 436E72D104AED28CCA822243E5114841 /* StreamsWriter.cpp in Sources */, - BC62F48BAAF6A2D805C1FBE6245BDF2A /* StreamThroughputMemory.cpp in Sources */, - 671D79B7ABD4331D8FFD1541423CD8CC /* StreamThroughputTcp.cpp in Sources */, - 3C22860CC19DE22E6603A3627AE7B120 /* Subscription.cpp in Sources */, - 688E5DD11B77E37B3B2D3C616463527B /* Subscription.cpp in Sources */, - 6DE5953E4D0F83CC5E8F92D82BC985F0 /* SwappableEventBase.cpp in Sources */, - 867C22F8CD7586B12BB0CEB82C6FF991 /* TcpConnectionAcceptor.cpp in Sources */, - D6354F87F2A984EED40F6BEF242DA0F6 /* TcpConnectionFactory.cpp in Sources */, - 10629F09CC3E97855C9FB863A8E9A5BF /* TcpDuplexConnection.cpp in Sources */, - 631F01F70CD6239291417F6C986B4644 /* WarmResumeManager.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C07054D63AC496529E6CFBFB1BDEE058 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 88663BDF5F277CD0FC9B1193FCD7AC3B /* SDImageWebPCoder.m in Sources */, - 6FB52A7300B44FEE044B2D4C74025026 /* SDWebImageWebPCoder-dummy.m in Sources */, - 5C76767D8E04934EB3A80C51FBC36D36 /* UIImage+WebP.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C5600514F38E7A76450744E0410C9970 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - CF3D9DC3BCA5B53F32F79509AD65D18C /* FBLPromise+All.m in Sources */, - 900E0E9E45D37DF1746BFBD93FC049A6 /* FBLPromise+Always.m in Sources */, - B9EF83039E74440574A5BF7B31645430 /* FBLPromise+Any.m in Sources */, - 12DE601F3DEA090DF9CDEAB53CBA7425 /* FBLPromise+Async.m in Sources */, - 54EC09938BD15B03FF81F21CD8D0C999 /* FBLPromise+Await.m in Sources */, - C92996023844E5CD93B6ED78FB3A29E8 /* FBLPromise+Catch.m in Sources */, - 673EE051DE6EE6FBB136D1D1A7AA74C1 /* FBLPromise+Delay.m in Sources */, - 320C34EAE450A0AB558B88E793EEB0D3 /* FBLPromise+Do.m in Sources */, - 09ADDC14426E66E45C0F6E02CE05BA44 /* FBLPromise+Race.m in Sources */, - 92EA4FE11DE48C3C002C466860EFDD26 /* FBLPromise+Recover.m in Sources */, - 472A8262A2C580F8931DF647EC3015FB /* FBLPromise+Reduce.m in Sources */, - 39FFD6055BC43D5F5C4D633D8C67F0CD /* FBLPromise+Retry.m in Sources */, - 0796738D294EE05D277D66B4BB43A0A0 /* FBLPromise+Testing.m in Sources */, - 445CAEE6AC7B9522B316B8F8E111E455 /* FBLPromise+Then.m in Sources */, - 3598BB9F0A6E87FD23248D6E12C768A7 /* FBLPromise+Timeout.m in Sources */, - B2C5365E7EF8BCAB602BE7BC592C863E /* FBLPromise+Validate.m in Sources */, - 60C1258EB1E762B6D79D48C6AC4A525B /* FBLPromise+Wrap.m in Sources */, - A9F6C3E5E1811FA12510EA44581C0D10 /* FBLPromise.m in Sources */, - 47B374D9A5D76EF1B3390B1155E98147 /* FBLPromiseError.m in Sources */, - 518AACDBC616308F5A6F8E0C1FD0AF29 /* PromisesObjC-dummy.m in Sources */, + A2441A8CC7E81A1C4229640C1BFA555B /* SDImageWebPCoder.m in Sources */, + 047D6EB8FFFC54F62A4AFF308CC44B41 /* SDWebImageWebPCoder-dummy.m in Sources */, + 926900D8D8512D08BBC1F654CF2F013E /* UIImage+WebP.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -27319,71 +27437,30 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C702B87E2830F0D146EF9AB0DDA86069 /* Sources */ = { + C9D37A2537651D65049900F4DF3E1F85 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 107D4D57D5F4D246B3E525EBFC85DBC5 /* RCTAnimatedImage.m in Sources */, - F80149541DE5F632BBD6AAA146B106B1 /* RCTDisplayWeakRefreshable.m in Sources */, - A1731A7617324156EED0D4E101E08140 /* RCTGIFImageDecoder.mm in Sources */, - CC53EECF8DD4F9AAA1B4430D6DC898AF /* RCTImageBlurUtils.m in Sources */, - 3FB6763A968D681E131249468B4639DA /* RCTImageCache.m in Sources */, - 1D9B3C8DA8F0D76AD00A26110EB18BCB /* RCTImageEditingManager.mm in Sources */, - EFBC64DA8BC22D91224C780CBB33E40B /* RCTImageLoader.mm in Sources */, - AAE8555B42661D6081578A796450DFF8 /* RCTImagePlugins.mm in Sources */, - 7586EBFAE39666142396F738231F4255 /* RCTImageShadowView.m in Sources */, - EB5CCB2677E44864024E1FEF3549F336 /* RCTImageStoreManager.mm in Sources */, - 4CFC0D6CE0807EDA7F3EF4972BBB64DF /* RCTImageURLLoaderWithAttribution.mm in Sources */, - B1A5AAED1EA8F4DEB3FA669C75ED5820 /* RCTImageUtils.m in Sources */, - D4D5A255672C3A4AEE66C091BC861CE3 /* RCTImageView.mm in Sources */, - 67BC6719CA7F8B9D2410AAB7E1F08968 /* RCTImageViewManager.mm in Sources */, - B18DF5BD76C31CA7ADB3DA0ABCE8CE29 /* RCTLocalAssetImageLoader.mm in Sources */, - A99311B36A0881203BEFE2951CE5BAF5 /* RCTResizeMode.m in Sources */, - 0C37D4BC5599779201D0E92B90A43475 /* RCTUIImageViewAnimated.m in Sources */, - AAE27BD797B3168189EE27FEFC23C2BC /* React-RCTImage-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C8CBE7F8F606A21EB8DAD239C10A153E /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 97EE74564733BA6EF19892C367E6A39C /* RCTDataRequestHandler.mm in Sources */, - 03893FCF02CB507F3CA42405E43E89D5 /* RCTFileRequestHandler.mm in Sources */, - AE81BD7596AAF5A49DB3BE749F00C780 /* RCTHTTPRequestHandler.mm in Sources */, - 9CA0325DD73B43CE75320AAB6AB9CFC7 /* RCTNetworking.mm in Sources */, - 3EC3FB363779FB4D2B6DDC2E1521C5DC /* RCTNetworkPlugins.mm in Sources */, - 073A71847B00FA79A3BB519329625417 /* RCTNetworkTask.mm in Sources */, - 1B61F843978230AF298BE50B2688669D /* React-RCTNetwork-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - CA9EBE3449BB7E93B6F413255DB1EEC5 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 44FBD1372B3827D98BB8474DA90F3BC4 /* cct.nanopb.c in Sources */, - 363E44C78C2C03228B7066C9613AF432 /* GDTCCTCompressionHelper.m in Sources */, - 7795C4C7F9A83AC738CE83AE590093C2 /* GDTCCTNanopbHelpers.m in Sources */, - 417657A5E47E59AF335EE5BF8CCEFF48 /* GDTCCTPrioritizer.m in Sources */, - 68E0ACAFBBC942A6569E34EBF90E1664 /* GDTCCTUploader.m in Sources */, - 49AC79B44D2506CA5944958A1D507FD4 /* GDTCOREvent+GDTCCTSupport.m in Sources */, - ED643329EDE1CEC51A7CCEFACF73F86C /* GoogleDataTransportCCTSupport-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - CAFB3A029872867C6A73A2BBA223253F /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8DF465D74B5F168B9D286DE67218F5D6 /* LongLivedObject.cpp in Sources */, - 1EF32C681803C1DBA2FA2F39CF95CAAE /* RCTTurboModule.mm in Sources */, - F20589354A6CE22E7DA2830A620712C6 /* RCTTurboModuleManager.mm in Sources */, - 9E576A82E9E6E921C1CDBF59CF556E78 /* ReactCommon-dummy.m in Sources */, - 56B16109C004DBBE0BD90598538E7254 /* TurboCxxModule.cpp in Sources */, - 5215427656FD70299AD643B822991319 /* TurboModule.cpp in Sources */, - BC1404D32F4B97B0B9CD195869B5BECD /* TurboModuleBinding.cpp in Sources */, - 5D405F4A9BDE31CC1A6F345573DD0CB1 /* TurboModuleUtils.cpp in Sources */, + B1BFE11DD4C19AD9701585968ECB4268 /* FBLPromise+All.m in Sources */, + 0C0D2E68BC950C8AC5786460D79A08C8 /* FBLPromise+Always.m in Sources */, + 9E73FB6D0FA68715009A4D9184A82974 /* FBLPromise+Any.m in Sources */, + 9BB617D2AEB809529293337A2D109F98 /* FBLPromise+Async.m in Sources */, + 73BBE13F96A81C5403B92DAD822D6E86 /* FBLPromise+Await.m in Sources */, + CEFCCDD7AF1BF4AFA6EE6B5680C04112 /* FBLPromise+Catch.m in Sources */, + 85709ECAE21AB642F1BA2BF06FFB7374 /* FBLPromise+Delay.m in Sources */, + EF223873787BB2342C5D61BE3C3F3368 /* FBLPromise+Do.m in Sources */, + 76D4182313055433E039355D8E01CDE6 /* FBLPromise+Race.m in Sources */, + 87B32E05F221060AEF5DA748E928842E /* FBLPromise+Recover.m in Sources */, + BFE3CFC2936749C2BCF5B68BABDE934C /* FBLPromise+Reduce.m in Sources */, + 574ECDAE477176D717383A6C88E8DABF /* FBLPromise+Retry.m in Sources */, + 40B281BB8BE873F23F9ACA391AD5E6FA /* FBLPromise+Testing.m in Sources */, + CDE21FA43966C09C82B968BA05315A2B /* FBLPromise+Then.m in Sources */, + D97DB69AEEAA12A73936211548D4C0CC /* FBLPromise+Timeout.m in Sources */, + CB52BEBA0FB659E76F5A91FBA1966251 /* FBLPromise+Validate.m in Sources */, + 6D37FDD7924B88C0F96E5CAA1498223A /* FBLPromise+Wrap.m in Sources */, + 975250804B038CBB465291884A96D5CC /* FBLPromise.m in Sources */, + 6F03DE53BD6E76AF4AB35E2E80248092 /* FBLPromiseError.m in Sources */, + 57B9E4CEF1AE1A75A1E52EBF95BED9E7 /* PromisesObjC-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -27402,6 +27479,16 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + CCB7F201D7F5637AFDB7AFF5ECB317B2 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E9A96A6440FF3E5C3CCF856B35A82FE2 /* JSIExecutor.cpp in Sources */, + CC56642A4231DF6E45ECB5773A7D8D0E /* JSINativeModules.cpp in Sources */, + 0B2F1F7F6DE9C42E6052C2353D1D2470 /* React-jsiexecutor-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; CED9467DB0E02077CF9DA9F305DB80D7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27410,31 +27497,12 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - CFD4EFA39DE645C7A30F00CF22C841FB /* Sources */ = { + D437C0907A2538739802F8FC4FFE4C22 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5C49D3A03598FC9C2005EFAFCE4CD309 /* Assume.cpp in Sources */, - 7EA150C0C8C655517F945CEB3E576D91 /* Conv.cpp in Sources */, - 775E5774135AC750172A9A912772605E /* CString.cpp in Sources */, - CAA1B0ED22B7785DC81262557108DD8D /* Demangle.cpp in Sources */, - 79B9A48F885C9DF09630DB2ECB7A9359 /* Demangle.cpp in Sources */, - 59EFB9C8D6B1D403500F6DEB3C0B2E8E /* dynamic.cpp in Sources */, - D579B290C460D47F2B2939A26A867AEE /* F14Table.cpp in Sources */, - 9215BA13D15C57355CBA4F82748CA79C /* FileUtil.cpp in Sources */, - CCF4E5E94378C31347A6B8DA032E0572 /* Folly-dummy.m in Sources */, - 49A6CA382160E584D85CDA0985EF7042 /* Format.cpp in Sources */, - FAA5B3015FA0D3299BCA1B30A93A2864 /* json.cpp in Sources */, - 0B349B7DD59149B231634D9D8D3E6757 /* json_pointer.cpp in Sources */, - C9DD29A781BD8E83A428E3DBA963B315 /* MallocImpl.cpp in Sources */, - C2B279DF2D97AC5794AF700C4011B321 /* NetOps.cpp in Sources */, - E277715A79C28769C537CEC8E325E4DD /* SafeAssert.cpp in Sources */, - 6762CA3E3B1E7864038EA9DC9E4DE751 /* ScopeGuard.cpp in Sources */, - 5E75F88EAC8EA5B3B1E31430CC50DA9F /* SpookyHashV2.cpp in Sources */, - 2CCE16692DEDA90194876DCF00EB836B /* String.cpp in Sources */, - F43D587D473063610466EDA704DA5FDD /* SysUio.cpp in Sources */, - A0B81E985113E88D3A1C9F0AF405A5EB /* Unicode.cpp in Sources */, - CF3A411383E8C6356CFE972511556EB7 /* UniqueInstance.cpp in Sources */, + 0F9D7AECE1424B29956413FF5FA9258A /* InspectorInterfaces.cpp in Sources */, + 65F216F3C6BFB9FD20A8ECACB2B3B55C /* React-jsinspector-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -27449,128 +27517,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D678A03ED15172AF3BAB85AFE5B1220F /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - B275D3D18BAB0675B74ADE640C7B404D /* alpha_dec.c in Sources */, - 3B9FC3345CDBE5EE54090896BFF505B1 /* alpha_enc.c in Sources */, - A733E257D7F137D7CB03095A67B6F2A4 /* alpha_processing.c in Sources */, - 70948FF0B4CFF89E6537A0240EDEB43C /* alpha_processing_mips_dsp_r2.c in Sources */, - 41095D2CBAFB597CA244B2332084253F /* alpha_processing_neon.c in Sources */, - 36FE6CDB19705D133B71720FF2EB1D32 /* alpha_processing_sse2.c in Sources */, - A70AB00F5E62723B952D68417B75DC03 /* alpha_processing_sse41.c in Sources */, - 091509344B7210B5003A7765B26EA007 /* analysis_enc.c in Sources */, - 30B507608CB34B00F4B3E6556BB90943 /* anim_decode.c in Sources */, - 79C85E824106048B75C0A8F2F4418B0D /* anim_encode.c in Sources */, - D9C165DB3FC303F49165920D05503132 /* backward_references_cost_enc.c in Sources */, - 39ACAC4EB87B0E62BA0E08D97404F44A /* backward_references_enc.c in Sources */, - 1F13308F38A6F681164CEC79F703FD8E /* bit_reader_utils.c in Sources */, - B9DB9EFF7A237A5B20FB0172415A0C95 /* bit_writer_utils.c in Sources */, - 44EE74D48E272989BC72EB2CA5C404C2 /* buffer_dec.c in Sources */, - C9284D8053A60AE242E475384A697D7F /* color_cache_utils.c in Sources */, - 4C97B542B6271989F6CC113D83C7BA5E /* config_enc.c in Sources */, - B4D1102C5EAF167ADA51D65562F76704 /* cost.c in Sources */, - 4CE450D79C81E419FB9534C324320C43 /* cost_enc.c in Sources */, - D6670DAC4F4D6A60C329279B4E5F1113 /* cost_mips32.c in Sources */, - 642AD6CDD6D67BBE9793476A488AC8D2 /* cost_mips_dsp_r2.c in Sources */, - 81BC3B24351F65A5F90A91D3640A787D /* cost_neon.c in Sources */, - F1BE585CFAD6A5EFDF07198FB5E25765 /* cost_sse2.c in Sources */, - 7F0BAA8FD48B1C69EAE7C57BB86C73F5 /* cpu.c in Sources */, - 3759A46D0AD9D3166BE97E57BDD1049E /* dec.c in Sources */, - B2D17606054200DE22B24ECFB0AECDD7 /* dec_clip_tables.c in Sources */, - 5F74375235E3CF3F8E91527BF84A5107 /* dec_mips32.c in Sources */, - 448C74A27FF43694799E04EF2250CB45 /* dec_mips_dsp_r2.c in Sources */, - AB943E2A088F07B5A4D560EDCF1CF7F1 /* dec_msa.c in Sources */, - 6C7E993845BAABBE8AB4F1208A6968E2 /* dec_neon.c in Sources */, - C9581C47052A4437C81923441C031C51 /* dec_sse2.c in Sources */, - 10252B9539304948998CF8CD8404DC27 /* dec_sse41.c in Sources */, - 35C870792011DD7F3B1EF817528C5CC4 /* demux.c in Sources */, - 30B2AE855F94A9EC0817FD07AA66A30E /* enc.c in Sources */, - AF47D26846C72CB16E90F7ABEC8B9819 /* enc_mips32.c in Sources */, - 28572A821519C6F8AD71E9E2FEB04DF5 /* enc_mips_dsp_r2.c in Sources */, - 8B77BDBF163A281F98E47DBCCA4B7045 /* enc_msa.c in Sources */, - 37940FA8CFE25E5D5FDAAA107FE995EC /* enc_neon.c in Sources */, - 7D760077D99A65FFE041F948C719DD6E /* enc_sse2.c in Sources */, - 7F01E86BD95429027718FA4CEAF24456 /* enc_sse41.c in Sources */, - 1150DC9CE6890172F11A3D1AA781AD44 /* filter_enc.c in Sources */, - 38F05CF4F3DBE0445986D6BA32631713 /* filters.c in Sources */, - CE370FE2377D630994C953139587DF4E /* filters_mips_dsp_r2.c in Sources */, - 3A164EA788B6DCA8CC07CEAE5D4B9B15 /* filters_msa.c in Sources */, - EB942B35A592A124CCAE6CDB6F3BFBA1 /* filters_neon.c in Sources */, - 2A2CC841F14EAC8690AEAC4B84A0F5E5 /* filters_sse2.c in Sources */, - 6C3F7359F990835D809D55846CF697CF /* filters_utils.c in Sources */, - 8633F90D3BC5DC14BD70ED8A0DDCBC52 /* frame_dec.c in Sources */, - 1E256DAFE75BD68435C37E1833661D51 /* frame_enc.c in Sources */, - B4DCC1DEC64F10770F415E71A3169A91 /* histogram_enc.c in Sources */, - A105C3C72B92BCCCFA483DA928E0E7B3 /* huffman_encode_utils.c in Sources */, - 1A67A49EDC6F69DEAC15AE1529C4BF98 /* huffman_utils.c in Sources */, - 3E1EECB59190F9AB0E9AC547D8259742 /* idec_dec.c in Sources */, - B4A45AE607CE6E0ECF84B6ECEAC44DA9 /* io_dec.c in Sources */, - 52A1DD66495F193BC4B9FB0CF3694F92 /* iterator_enc.c in Sources */, - 399A239F9C49A9AAC513A8853CB638DF /* libwebp-dummy.m in Sources */, - A4F22B9E6000C850ACEC9EA443C8FC0D /* lossless.c in Sources */, - 28BA78DB910F6AF26DA4114677550B95 /* lossless_enc.c in Sources */, - 32AE477225FD7A99A912F9A7B4B903BC /* lossless_enc_mips32.c in Sources */, - BD8004AC67D19EDE78A4C1A744990070 /* lossless_enc_mips_dsp_r2.c in Sources */, - B15166E9503E33D41B3C9E97ECE552BA /* lossless_enc_msa.c in Sources */, - 650B66B71634FFBD45D2D715BDD5DE97 /* lossless_enc_neon.c in Sources */, - 07B0685A8A9E9901FC7738155EEC3C65 /* lossless_enc_sse2.c in Sources */, - 830D140266F6F46AEA39CFD9E2EC13CF /* lossless_enc_sse41.c in Sources */, - 34F39B8060D4DCEAB2498DAD53677830 /* lossless_mips_dsp_r2.c in Sources */, - F74C591EE38B7BD50BA1F38BA0366C73 /* lossless_msa.c in Sources */, - 0E3B61226A4B0FFCCF4C6D12502994FE /* lossless_neon.c in Sources */, - 6AD8520C42456C94B118B4A55DEECC8D /* lossless_sse2.c in Sources */, - 58930EE6EC9614F68A2B22CA335FDDF8 /* muxedit.c in Sources */, - 604A927D545D62BB840C51A0B9A83695 /* muxinternal.c in Sources */, - 279E892FC2EDA613E7BBD9B4D8FFEC1A /* muxread.c in Sources */, - E12D5CE926F31477301CDD21E1F7531E /* near_lossless_enc.c in Sources */, - 2C3E06EA94FFB51FBC29057CF125C1AA /* picture_csp_enc.c in Sources */, - BE060034B73C26E23670F75315C7709E /* picture_enc.c in Sources */, - 518555D7575B89BDA99F1017F30383A6 /* picture_psnr_enc.c in Sources */, - C139F5AA9870EA9012849B05296F67C5 /* picture_rescale_enc.c in Sources */, - 84F581FC89F74ED54196F8C775B4DDDB /* picture_tools_enc.c in Sources */, - 4F148CBA82D0A0F0F7D595B5532A2124 /* predictor_enc.c in Sources */, - 6BAB690494A5C651B82DAF0C7173150E /* quant_dec.c in Sources */, - 064395C395EF55634D46D28986FA51DA /* quant_enc.c in Sources */, - 2DB7930FB6173ED139CA093E98579D23 /* quant_levels_dec_utils.c in Sources */, - 63A4C89C592ED67FC38525A7381C7265 /* quant_levels_utils.c in Sources */, - A4527170EF3A0DC52880DBAD3CF748F3 /* random_utils.c in Sources */, - 95B1FF097F802BD06304ADC8D36894AB /* rescaler.c in Sources */, - D4201A274F99D653294E53EC1D6BBDED /* rescaler_mips32.c in Sources */, - 937388EF1132F799621B805594A04C25 /* rescaler_mips_dsp_r2.c in Sources */, - 5F704E4F728499DD3354121F7DB8313F /* rescaler_msa.c in Sources */, - 89F6CFB63D470F9A07B4DAD77D2CC8A2 /* rescaler_neon.c in Sources */, - DF8ECA3B7F8D1A5A3AF96F1BC90A19C2 /* rescaler_sse2.c in Sources */, - 03991F13A14634EB84D342E5CA8FD085 /* rescaler_utils.c in Sources */, - 6457955184F7C1BA0D5657D2F5B3637A /* ssim.c in Sources */, - 4FFF82C5D3A6EEA0447B88929273F3DE /* ssim_sse2.c in Sources */, - 6D2C366E6A74DD5B60D8FB4F3CC89703 /* syntax_enc.c in Sources */, - D4A9047B25937EB6561D20DBA1BD7255 /* thread_utils.c in Sources */, - 3744498B097EFDDB181AD564676BEAA3 /* token_enc.c in Sources */, - F4BDFCFCF5BD9E90AC2841503E382EA4 /* tree_dec.c in Sources */, - F1F37635C72B782DB253EAB52ECDA90D /* tree_enc.c in Sources */, - 5314BC9FA777EB6A9F427006222FE0BC /* upsampling.c in Sources */, - 94048882B3FB891F5370FCCE62CC683F /* upsampling_mips_dsp_r2.c in Sources */, - 6152F82D9E21CB3A006586A9F6524F97 /* upsampling_msa.c in Sources */, - 1DCD98BC1642E185266A02582710B866 /* upsampling_neon.c in Sources */, - 66881027B55535B328E341A8446138B2 /* upsampling_sse2.c in Sources */, - CB7577B600464D2556808E7BD4C6B2FC /* upsampling_sse41.c in Sources */, - B361F565941B154AC483E8B5E26015C9 /* utils.c in Sources */, - 42EEE9B81ADEF0D40A55913B7A561B17 /* vp8_dec.c in Sources */, - 91112D7FB0145F99E82581D19F68AA86 /* vp8l_dec.c in Sources */, - CC7C14F459B4A526A244BE1684355F06 /* vp8l_enc.c in Sources */, - 92C11F27B5B4D378C676CEE8F2BCAECB /* webp_dec.c in Sources */, - AFAB8BD5E5D9E50F34E3325F437D06B8 /* webp_enc.c in Sources */, - 2A10C9CDBB60C8AE92982C31A42F033D /* yuv.c in Sources */, - 4890FE2DF2382FB65DB0DF570AD0C527 /* yuv_mips32.c in Sources */, - 07CA2968B7C5A4804F35BD413B17EE2B /* yuv_mips_dsp_r2.c in Sources */, - 7ECB0A1FD2A9E0CD44C57E133122110C /* yuv_neon.c in Sources */, - C3E05A583A67F56E5CB50F514CB2BEB9 /* yuv_sse2.c in Sources */, - 00D78AE795F1003A2DE9E20AB8089546 /* yuv_sse41.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; D6B6ECE1C4A354805B60163B7348015C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27580,6 +27526,96 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + D8517DEE152D22FB7BF097FF501459B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8E1FC026F556393B02A86BCAD265D5E2 /* NSBezierPath+SDRoundedCorners.m in Sources */, + 128FEF165E2476FE199AB92675E1249E /* NSButton+WebCache.m in Sources */, + CFBD6A9CE499E95CDB7F6E713AEA3BEB /* NSData+ImageContentType.m in Sources */, + 163E8A247AEC02DC7FA0E775E729770C /* NSImage+Compatibility.m in Sources */, + EE6589761A6EAA95ECBAEC472917D3B9 /* SDAnimatedImage.m in Sources */, + 3791D8A8CB56FE8287B1E71778F1ECCC /* SDAnimatedImagePlayer.m in Sources */, + DC8A8958D9FD25E75ECBB2DA0D74C5FF /* SDAnimatedImageRep.m in Sources */, + 452F2A5F90BDA7362BEC214E6B79C2FF /* SDAnimatedImageView+WebCache.m in Sources */, + 28237F6C1E5B28B4C6A2CEB79DA0D64D /* SDAnimatedImageView.m in Sources */, + 611BBCB22BC5D48F36738E316A62DD72 /* SDAssociatedObject.m in Sources */, + 29ED5CA203DF8983E2D036241DC475E9 /* SDAsyncBlockOperation.m in Sources */, + 10C1D95B5E7C2E9BB0F2D7D809134453 /* SDDeviceHelper.m in Sources */, + 0BEFB656CE3C7944142481BF3E16FB6F /* SDDiskCache.m in Sources */, + 757EA5262A48E5AE1952DAB0E5D1677A /* SDDisplayLink.m in Sources */, + 383A2E953B8DEC8B8638CEC0A903926B /* SDFileAttributeHelper.m in Sources */, + A9CBF613BE8AB3F7E96E9A89C9CBB63A /* SDGraphicsImageRenderer.m in Sources */, + 5DF7BD0C2D0FDDBD3043A30CDDB1A6F3 /* SDImageAPNGCoder.m in Sources */, + 1E96DA399E14B815AA4F771277F81EFB /* SDImageAssetManager.m in Sources */, + 2D3BD37568D6600A77686B333F8FB59E /* SDImageCache.m in Sources */, + 28EEC40D08A0571DDBB018592ADCF887 /* SDImageCacheConfig.m in Sources */, + 0445F3056939354ED7F7055B4940BB3F /* SDImageCacheDefine.m in Sources */, + E299094278A43A7E20DFFFC50FE30366 /* SDImageCachesManager.m in Sources */, + 5FF5F40E78B6DD5E6CF41E054DF305C7 /* SDImageCachesManagerOperation.m in Sources */, + 04912C0270B32E4C05CEF588ABBBFDC8 /* SDImageCoder.m in Sources */, + 73CE3BCB51B25E0F26CEB68994A7D3CC /* SDImageCoderHelper.m in Sources */, + EA8F224EBD25B845FEE7C4F25AD7B479 /* SDImageCodersManager.m in Sources */, + 8B5AB398004BA4A3FF0338E0964A86B7 /* SDImageFrame.m in Sources */, + E26F27C2A2F4B72362ABAED5BB5828D3 /* SDImageGIFCoder.m in Sources */, + C7E8471FEDAF79856270DB63B47956BB /* SDImageGraphics.m in Sources */, + 8943643D59AC550BC9CEB2CA66908958 /* SDImageHEICCoder.m in Sources */, + D4173C0ECC7C3718733B393B729B0231 /* SDImageIOAnimatedCoder.m in Sources */, + 5741990BF5FB72694443CA2C383BF448 /* SDImageIOCoder.m in Sources */, + C9AA9F0410A318AE73F1A94FEE45426B /* SDImageLoader.m in Sources */, + 1BDEA48D1D81B4DF28F324EED60EDEF2 /* SDImageLoadersManager.m in Sources */, + A68342B145274FF238578BA5C2372467 /* SDImageTransformer.m in Sources */, + 720AC7A8CF8A8830745E6593E67D22BD /* SDInternalMacros.m in Sources */, + 6FE5899F06C740D0B89ECEB678CEF245 /* SDMemoryCache.m in Sources */, + 03C43ADBDD96D9A9F2C6BB4962EDD57E /* SDWeakProxy.m in Sources */, + 870049CC5239CCD9D797076569408A42 /* SDWebImage-dummy.m in Sources */, + 97CA66619EBF75A6B02F26DEA02CF4B2 /* SDWebImageCacheKeyFilter.m in Sources */, + CF663E6DB3B8E604C59C24274B6390A3 /* SDWebImageCacheSerializer.m in Sources */, + A9A9FDC4AB0D7A44756171C99684E746 /* SDWebImageCompat.m in Sources */, + BF7580E79A6E87A6D9A70F35CE58143A /* SDWebImageDefine.m in Sources */, + B1D00F8D0E75F940646D85B2A613B180 /* SDWebImageDownloader.m in Sources */, + 4DFADA2F5BEDB7D70723FCA0C451B234 /* SDWebImageDownloaderConfig.m in Sources */, + 701A0D90BC26A9CAE0F4FD7F3FB3820D /* SDWebImageDownloaderDecryptor.m in Sources */, + E54A27764074E6276EA97D7053A923E1 /* SDWebImageDownloaderOperation.m in Sources */, + 0A7DD952CE0EBFA3D43AA4D8014F0AD9 /* SDWebImageDownloaderRequestModifier.m in Sources */, + 1493EC91AD567DFC00B323DFC4E2A594 /* SDWebImageDownloaderResponseModifier.m in Sources */, + 7A0C69BAE1B0A4C5FB5853556B46B6EC /* SDWebImageError.m in Sources */, + 70DF4F3CE764D6BA8497A4FAC306CC4A /* SDWebImageIndicator.m in Sources */, + D26003069D1DB215747874527FC1786B /* SDWebImageManager.m in Sources */, + 9D3AB8C0072222ECCA103CE28541A12B /* SDWebImageOperation.m in Sources */, + 62292F760209B429D1E8F461D301046C /* SDWebImageOptionsProcessor.m in Sources */, + 4823C2B6ED994E559FD75D94D6279FF5 /* SDWebImagePrefetcher.m in Sources */, + 4C0DCAC8C07C34D9425C35E79EE2CDDA /* SDWebImageTransition.m in Sources */, + 66463F3630578666352F5630B164764F /* UIButton+WebCache.m in Sources */, + 63654A70B747709782BB4E9560BF7880 /* UIColor+SDHexString.m in Sources */, + B82325074DB04D07827644E9287D3DF5 /* UIImage+ExtendedCacheData.m in Sources */, + 17DEED133D893CC24213928419EED41C /* UIImage+ForceDecode.m in Sources */, + 202709807971EC02B89417C23D057232 /* UIImage+GIF.m in Sources */, + B8323F92F8FB62D9BB27AC89908C59DF /* UIImage+MemoryCacheCost.m in Sources */, + 24BD64DF13017E303521D541079FF897 /* UIImage+Metadata.m in Sources */, + 8FAA51C90F816D9972D541CF7E13F75D /* UIImage+MultiFormat.m in Sources */, + 439278A361A44F00FEC8EFD0DAD95366 /* UIImage+Transform.m in Sources */, + 83B9326FFE553C1229D8A399F3D0CC0E /* UIImageView+HighlightedWebCache.m in Sources */, + CFF9C6612F0CCCAD875326DB446315C4 /* UIImageView+WebCache.m in Sources */, + 7DFBB971A03D800DE50BC903D3134747 /* UIView+WebCache.m in Sources */, + E23E3CA4E3F8190534C9146C75ACC3FB /* UIView+WebCacheOperation.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + DAD0D9F92E33C7E5F24DDFB4B500B4B6 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 9516EE4D56D4185C7480C84A5DBAF26F /* cct.nanopb.c in Sources */, + 862FEED32BABD545238D44E3D95D37EC /* GDTCCTCompressionHelper.m in Sources */, + 557D5A10BA9DE8F3F242CE30D8DF2528 /* GDTCCTNanopbHelpers.m in Sources */, + AC0F38012BEF587F84B89A83A6F284BE /* GDTCCTPrioritizer.m in Sources */, + 9233EAF7361D5B9DA4BCF4E6B82EDB14 /* GDTCCTUploader.m in Sources */, + D8524C7356F5C9FC37B8FA76C1F28FDA /* GDTCOREvent+GDTCCTSupport.m in Sources */, + 3ABFF6D28F66486D2B5DC71DFD60B4A1 /* GoogleDataTransportCCTSupport-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; DF039F9E2801C3241F76BE8CBFB51241 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27616,6 +27652,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + E614FC26554889E48FEF59B5028C293C /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; E7FA492124A9D3C1AD187485BBD310BA /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27625,59 +27668,53 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E8D5DEF9764703D511F351108C097094 /* Sources */ = { + E855EAA7620F280C830A01CC6E4B5531 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - AD5BA05D62455D5D62CF11DAEA6F049C /* CoreModulesPlugins.mm in Sources */, - 35C555594A83B1B03E110A6184747D7C /* RCTAccessibilityManager.mm in Sources */, - 9C416193D14A6534201655E5BB9D7DEE /* RCTActionSheetManager.mm in Sources */, - 7B45A94F08EF5E3C240F2CA151579957 /* RCTAlertManager.mm in Sources */, - EA7CA725DB5BFCBAC071B9BA428A50D1 /* RCTAppearance.mm in Sources */, - 93853027E9E30B4D18D298BB50F22AA4 /* RCTAppState.mm in Sources */, - BBA847946DF9F5826794EB3D59FE4748 /* RCTAsyncLocalStorage.mm in Sources */, - 0013C7F882252F74400B573C42D1F620 /* RCTClipboard.mm in Sources */, - 7417F6DEBFC46A5B1CFE14C608D45291 /* RCTDeviceInfo.mm in Sources */, - 6317FEA4FEF32E2AD9E8CD0B706FA43E /* RCTDevLoadingView.mm in Sources */, - E35701BC09C55B1B4AED6C5F39F0ED3F /* RCTDevMenu.mm in Sources */, - E6F3085808A5C029AADA6F19DB1B6D3C /* RCTDevSettings.mm in Sources */, - 3E6425562C7D9364AA007FFCDE599EE0 /* RCTExceptionsManager.mm in Sources */, - CD85338FD29736F55FA463D5E7527454 /* RCTFPSGraph.m in Sources */, - 5E6846F6D11F7F5FBD50AB3BFD5730BE /* RCTI18nManager.mm in Sources */, - C2EE783A8780677531B9FD9028EEA120 /* RCTKeyboardObserver.mm in Sources */, - 6A82D3FABBBDC6F937221AB4568B8FBD /* RCTLogBox.mm in Sources */, - 472ADABAE132B4F556D071ECE4D4D620 /* RCTPerfMonitor.mm in Sources */, - 2A8EF08375027A99DFCF62A2EF26AA12 /* RCTPlatform.mm in Sources */, - D84381E08FBE60D9EB64B0EB8188F602 /* RCTRedBox.mm in Sources */, - C26C5F1C4DA26201AC06FF8FD82399E3 /* RCTSourceCode.mm in Sources */, - 7DDD43278261E3CA55CFEA6E3032E78C /* RCTStatusBarManager.mm in Sources */, - A97547194E39B79DD555C2F686652A45 /* RCTTiming.mm in Sources */, - A6161619F9AC77AE13B3F8286FC672C4 /* RCTTVNavigationEventEmitter.mm in Sources */, - E0A12647EDAD1FF23D361CAFB71F592B /* RCTWebSocketExecutor.mm in Sources */, - 31538E04FD4E7BA6CE3BEE8D216677DD /* RCTWebSocketModule.mm in Sources */, - 6EFFF957A80CBE8E2423938A2946C553 /* React-CoreModules-dummy.m in Sources */, + 40195D534FB53B3D92FED81316C1DBA4 /* RCTConvert+FIRApp.m in Sources */, + 04B9366F7CDFD0BB52C579A8CC594F70 /* RCTConvert+FIROptions.m in Sources */, + 6108B0710A4E7AD7B388E895F06B0C74 /* RNFBApp-dummy.m in Sources */, + ECBBBA7EA50C98AEA414478293838D2B /* RNFBAppModule.m in Sources */, + 82BEA3A3BEEED49FF07F94966A571FB8 /* RNFBJSON.m in Sources */, + 6218C08B2CACD649A6C625A62BDFDB8A /* RNFBMeta.m in Sources */, + 3EB9E8122E33AED4ACA82B8082F62ABB /* RNFBPreferences.m in Sources */, + C00D1ED64693FC6383DE5F5B5A6A233C /* RNFBRCTEventEmitter.m in Sources */, + 643D7F7748C13778F0CFA46E7843E0C0 /* RNFBSharedUtils.m in Sources */, + 7C8FAA19354A78A9153F563BFB5F92DE /* RNFBUtilsModule.m in Sources */, + 88600AFEE3D365D439CD6045B4388AD3 /* RNFBVersion.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E9684C08F5276FF68890FCCBB97470DE /* Sources */ = { + EA74C0139AC5081A21D8584BC8C95072 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 5E5E51EC7DA2BB60F19F7B5C3900D1F1 /* RCTAnimatedImage.m in Sources */, + FCD3C2AB609587D4E904D030223D9024 /* RCTDisplayWeakRefreshable.m in Sources */, + ABB9548433EC6EAA495C8A2C3DECD939 /* RCTGIFImageDecoder.mm in Sources */, + 43B6695E606801D303EC39BAA56DEB08 /* RCTImageBlurUtils.m in Sources */, + CB0F5F6CB24BAB99F62906ACD225AF7E /* RCTImageCache.m in Sources */, + A7AAE1F4DE14ABFAC3ECDB4DF3359EC8 /* RCTImageEditingManager.mm in Sources */, + 31A53C7E1453E8D090676526C381B57C /* RCTImageLoader.mm in Sources */, + 04461D7A5209D9626416BC71DF3E7242 /* RCTImagePlugins.mm in Sources */, + 11E3CB1B1FF7CEDD4EAE6659A9217EF5 /* RCTImageShadowView.m in Sources */, + 14AAA2DFC845A87859786BD12B456847 /* RCTImageStoreManager.mm in Sources */, + 97278CF89A62F287E86AC644366C4DC5 /* RCTImageURLLoaderWithAttribution.mm in Sources */, + FF0A6A3D58F40B994C9EEA3DB1DBDE5C /* RCTImageUtils.m in Sources */, + 13680404A7F43CA69A23BC4FE925DA76 /* RCTImageView.mm in Sources */, + E59B09D0FCFEA826E9B8C4F78FAD9097 /* RCTImageViewManager.mm in Sources */, + A84C0987AB5A7705F295023AE0941A0F /* RCTLocalAssetImageLoader.mm in Sources */, + 3ADDC2B7CCAA02395AD58D0ABCA7CC79 /* RCTResizeMode.m in Sources */, + 0E98BCEB7B626C4EA0A2164BD66D43D9 /* RCTUIImageViewAnimated.m in Sources */, + F033B1F358EE94242EFC1E3CFAF7A1CE /* React-RCTImage-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EB25AF3F5AE8AE09FACE42EAFBFBE4B0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D564A68BADEF3EB546D647AFE8C0668A /* GDTCORAssert.m in Sources */, - 18B0F67B781775BAD9181978B7745AB0 /* GDTCORClock.m in Sources */, - 306DC0113CFD022863767C1C8A96A662 /* GDTCORConsoleLogger.m in Sources */, - AE49CFB4C1050117BB9B55CC8A0EBF34 /* GDTCORDataFuture.m in Sources */, - AA47A2787265AD42F19298A83FCDFCFE /* GDTCOREvent.m in Sources */, - 449F1379A5799A97F645DAB84059EEF6 /* GDTCORFlatFileStorage.m in Sources */, - CFDA1AA1FDE6068D5DDD2D67F55A706C /* GDTCORLifecycle.m in Sources */, - D583D4FA3E88C3CCBB1203E7FEE5335B /* GDTCORPlatform.m in Sources */, - 3EE454DAE0618927BBB59E6E942E8989 /* GDTCORReachability.m in Sources */, - CFA444521D2466518F8E9C62949EA88F /* GDTCORRegistrar.m in Sources */, - 556A24B9BE5301058382C4B19F6D41CE /* GDTCORTransformer.m in Sources */, - BFDB2EB8B2A35015AEF70BCC9B145F84 /* GDTCORTransport.m in Sources */, - A715ABDA9A1521CC9D6E002133656CCC /* GDTCORUploadCoordinator.m in Sources */, - F5FF904D25472DAFF3B67D0F3C8E8075 /* GDTCORUploadPackage.m in Sources */, - CE499FD28C8DAE8FCB1BA86BAF30DC4C /* GoogleDataTransport-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -27704,6 +27741,16 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + EDD86000DC6F9369231772EB623E7137 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E786C1991EA56379BF582624CD65AEA9 /* FIRCoreDiagnostics.m in Sources */, + 708571E7BFAC926FA2AABA4073A8785F /* firebasecore.nanopb.c in Sources */, + 6AE9CBEE8A715E614CCE6F723C81668C /* FirebaseCoreDiagnostics-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; EE57EB95507742185D15C51CCF7BA4C9 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27713,14 +27760,36 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - EE782EF62A10380542AC5B8A9B608CFD /* Sources */ = { + EE5FC4C137981A10F02DDFEC9A90E144 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8468D25F390ACFB093D6880668E586DC /* UIView+Yoga.m in Sources */, - 1B6DB9D3137B17213DAF3CCCFBA44356 /* YGLayout.m in Sources */, - A3C5A2A80D8E0D2006538E1CDCB045F7 /* YGLayoutExtensions.swift in Sources */, - FFAFF32F3AF6A81B86EA2667EC257F6F /* YogaKit-dummy.m in Sources */, + 21D3C477BCF39426DCB5E81750C199B3 /* UMAppDelegateWrapper.m in Sources */, + B84395070241EDC1A5AAD74949982F37 /* UMCore-dummy.m in Sources */, + 8993C4EFE5410B6FC2FED13F386DEB91 /* UMErrorCodes.m in Sources */, + AEA44A4C33AB87DDD22E03F4F9BF225B /* UMExportedModule.m in Sources */, + F93E47FA1B50C2C52F5BAAF1B6C91ABB /* UMLogManager.m in Sources */, + F44F9F487247BE2C2973D62F04733AFA /* UMModuleRegistry.m in Sources */, + 2D2F17105359AD4CEC3CEC7ED8511DB7 /* UMModuleRegistryProvider.m in Sources */, + FFB71CCC18923C59B7F55A5C36301AE4 /* UMSingletonModule.m in Sources */, + A62B8FAC0BC206454BD310B15A148378 /* UMUtilities.m in Sources */, + B1B30CE2E5772DA3F6773EE4C659498E /* UMViewManager.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EEBFE5FBF63F0C9CCFCC4214B014D4A9 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 84D27080AACCE2AB8F2D511230967221 /* bignum-dtoa.cc in Sources */, + A0BC8D0E3606570EB21D1C4733091204 /* bignum.cc in Sources */, + D134C4992F177402F6E995608D41D377 /* cached-powers.cc in Sources */, + 120B7A744447CA1EFAD6113DF3F21C42 /* diy-fp.cc in Sources */, + DEE3AEAAFD1848898A8645D53C5B55A9 /* double-conversion.cc in Sources */, + 747CC2D530550EA5D51FCB4C59DF2700 /* DoubleConversion-dummy.m in Sources */, + EF375C6C300AB6D19EB502AB85DDA02D /* fast-dtoa.cc in Sources */, + E7199AD006B96EE964696627E6604378 /* fixed-dtoa.cc in Sources */, + 5050E876360BACB144D6A34948F96B03 /* strtod.cc in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -27751,77 +27820,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F379CC91F928E0033B4A2BF2DE669480 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - AA706AE28A76BEFC184DAC4263F93103 /* CxxNativeModule.cpp in Sources */, - 47300495B627E3929B0A03DF7A54A04C /* Instance.cpp in Sources */, - 3DDFD9BCF45578DEA9D462C0F1AC8049 /* JSBigString.cpp in Sources */, - AE022CF3B7064F0AF061AA459E4892FD /* JSBundleType.cpp in Sources */, - 1DB19C3018E9DAA9871396A2E70CC153 /* JSDeltaBundleClient.cpp in Sources */, - EEAAE01AE4D3F33D8FFD7923BC3FF9C6 /* JSExecutor.cpp in Sources */, - C5214C4191A2DDE790D101F47D9E82C6 /* JSIndexedRAMBundle.cpp in Sources */, - 647B537DC1D1AAB78B0E20EBEE96476A /* MethodCall.cpp in Sources */, - 18CDFD2FC9DE52459BA225244818C54A /* ModuleRegistry.cpp in Sources */, - 0B6BA9B024AB027216612004A5B11A7E /* NativeToJsBridge.cpp in Sources */, - D9AEFFA20C41887F9975F3E23B78A0B6 /* RAMBundleRegistry.cpp in Sources */, - E93A956F448B8C78F04E6DC453EC1B26 /* React-cxxreact-dummy.m in Sources */, - AD936FB2B4232AD1598E9A3E87BF9763 /* ReactMarker.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F41DAA90F28154072B0D88E13E3B2258 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8CEE2A2F54488B9CCE8E92CE2B827B97 /* RCTLinkingManager.mm in Sources */, - C47DA90E9C1FC7A8603254672ADBC675 /* RCTLinkingPlugins.mm in Sources */, - 7166B39711D93A4B1EE2FDFD67F3C117 /* React-RCTLinking-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F57E7EB9C8C0B3E2EFFE64980B50D666 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 50E1394F059CFAED719B2D4A2C7041B2 /* AESCrypt.cpp in Sources */, - DC9C144548CDCDDA13C54F13F3E6307A /* CodedInputData.cpp in Sources */, - D9E10DB766876859D56531600BEC2C93 /* CodedInputData_OSX.cpp in Sources */, - D789014041FB3524C4266BDE8AA5BEF1 /* CodedInputDataCrypt.cpp in Sources */, - 463194458DEB2B5EFF0017BE3F726E9B /* CodedInputDataCrypt_OSX.cpp in Sources */, - 2C77D5F905F529AC58A2ADECB8921948 /* CodedOutputData.cpp in Sources */, - 37309344EBD9F9C13E2708F6B03DA54C /* crc32_armv8.cpp in Sources */, - EDA047DD73A736B3CF54F30AEEC95968 /* InterProcessLock.cpp in Sources */, - CAC11F0B3B93131407E6D26769A9BD0D /* InterProcessLock_Android.cpp in Sources */, - 470A85F2867FD016CA1E97E5E7799504 /* InterProcessLock_Win32.cpp in Sources */, - 18AAB92556F681585454368C310A23EF /* KeyValueHolder.cpp in Sources */, - A1E1A42E079FE118F90682927518F9F7 /* MemoryFile.cpp in Sources */, - EFD57F521B322FFE9234C917FE45A12C /* MemoryFile_Android.cpp in Sources */, - 903A23347BCC2DA12764741193401804 /* MemoryFile_OSX.cpp in Sources */, - 66B794E58FB9D039F88977708EC882B4 /* MemoryFile_Win32.cpp in Sources */, - F6CB27F492EBCDF81636EF1C401CC690 /* MiniPBCoder.cpp in Sources */, - 5CCD41D84CB271445668CB68E00D707C /* MiniPBCoder_OSX.cpp in Sources */, - 7A2C06BE2D88371864C42E4C4ED73C1E /* MMBuffer.cpp in Sources */, - C7758E3F49586A2C0748C3CE29165F86 /* MMKV.cpp in Sources */, - A4897353FC051F64DD284109E3967900 /* MMKV_Android.cpp in Sources */, - C7B6C1F0E3DF842F83372728FFBE49B3 /* MMKV_IO.cpp in Sources */, - D3140F575B44A1C5109CCE01D9C2F225 /* MMKV_OSX.cpp in Sources */, - C572795A00FB9A5EA3117158A086CF69 /* MMKVCore-dummy.m in Sources */, - 4BF49463BDB3CC45130A08B7DFE42DED /* MMKVLog.cpp in Sources */, - 4C9999D04DF082ED2C78E2BB44E4E5B3 /* MMKVLog_Android.cpp in Sources */, - 41F2A367BA99854E72E134BAD3797083 /* openssl_aes-armv4.S in Sources */, - 55539CD9025A43326A8F7921C0F32D84 /* openssl_aes_core.cpp in Sources */, - E51D79997F69DB0268AF73DFD7B2750A /* openssl_aesv8-armx.S in Sources */, - 00273B22A939E10C4AB69D747CDD7B0C /* openssl_cfb128.cpp in Sources */, - 5D52C31328A7D4F02BF3869CE988BB7A /* openssl_md5_dgst.cpp in Sources */, - 311ABA22EB21176B929E4BA1F0E5AE20 /* openssl_md5_one.cpp in Sources */, - C63F9AF0E25FAEA72DEE6C8823A2AC63 /* PBUtility.cpp in Sources */, - 524DAC8A16F8CCCECD4B07A477B7FC86 /* ThreadLock.cpp in Sources */, - 37E17C02B2AA7AD09CC248C3DDEF13A8 /* ThreadLock_Win32.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; F8DC0093A51D03EADE066109CFABA5E5 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27831,3537 +27829,3565 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + F97C2BE4EF20C1E3A659E94FCBB6D44F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 49B9A7CDA3FFBA61F3319743726532BF /* Assume.cpp in Sources */, + D3E75255C112E95538231EE5A4D3B20B /* Conv.cpp in Sources */, + 7CFAD82FA9E9D3A77F991BD8B7FDAB51 /* CString.cpp in Sources */, + 1150FD97889E98ECF89845D8099157C7 /* Demangle.cpp in Sources */, + 02049F12EEC179802EC777ECA806465C /* Demangle.cpp in Sources */, + 793659856B8D6DFE07EBEEAA29553CDE /* dynamic.cpp in Sources */, + C8BD7C22C39127DD46ACC72F4AC4AF68 /* F14Table.cpp in Sources */, + 65B6C18087CF33358F59C9B9E7359FE0 /* FileUtil.cpp in Sources */, + FD3FE38EA7ED41179CA0B88ED2AF42D2 /* Folly-dummy.m in Sources */, + 55A98FCD9929C09F024CA2E24BCABB13 /* Format.cpp in Sources */, + 9A1B5A33E49B47ACE5B96E04D470BD3B /* json.cpp in Sources */, + 4ECCE735AC4771FE313B938B04B32C46 /* json_pointer.cpp in Sources */, + 0272B4976AB1F75CA60CFAE9AFE2B8FC /* MallocImpl.cpp in Sources */, + 143CDC87385E6E80D0D7D82B7859D575 /* NetOps.cpp in Sources */, + C6DD94CD7C44C3F83D2F8AB8DF4BA025 /* SafeAssert.cpp in Sources */, + D7FB02DEB50E4DB43AB98B77DBC8531A /* ScopeGuard.cpp in Sources */, + 991001D0E11A671F6A3BCF98C1E81AB6 /* SpookyHashV2.cpp in Sources */, + E4C1F02F23AB75D352F417E22F13AD04 /* String.cpp in Sources */, + E3251301F8417A7D0AB853107B7E24B2 /* SysUio.cpp in Sources */, + 5AB83241EEF04A1D555AB0079654EFB0 /* Unicode.cpp in Sources */, + CDFE8EFADA9AB89F96FAD6C68D742682 /* UniqueInstance.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 0074981BA2009966C4BBFB9F174CAC4B /* PBXTargetDependency */ = { + 0027FCF014F54BDD713D78F6892E8912 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-CoreModules"; - target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; - targetProxy = 6EAC36DE9B0EB3851079A9A5D13A8586 /* PBXContainerItemProxy */; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = 134B4CA777A3D4DA878EDBECA99BAD43 /* PBXContainerItemProxy */; }; - 00B1C1B13D0CF48A1B65F8EC6D911742 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MMKV; - target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; - targetProxy = 33A1C928F331FE7FBFF95B1132C6EEC8 /* PBXContainerItemProxy */; - }; - 00F84F3B0931D39E6E8C7A0811D27BDB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = B4278D82C4294C05D273AC7ACAE8B93B /* PBXContainerItemProxy */; - }; - 012139D89DFFC09CE6BA094ADEB10EA9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNScreens; - target = 214E42634D1E187D876346D36184B655 /* RNScreens */; - targetProxy = 183C6F71677884CF2F27CAFE3896288D /* PBXContainerItemProxy */; - }; - 01482F0E8F9C25E5345B46976C7706E5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 64EDDB380AE841B4C3DC7A1EB3AA5091 /* PBXContainerItemProxy */; - }; - 01779F0F5026DB316FF466FCA6F585A5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = 87AC3B87D132DBB348E0CB533B52C857 /* PBXContainerItemProxy */; - }; - 031DE1302938113DFDE98505D022B2A2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = F0B5F31FAB6F45ABCA7DD354A955C5B3 /* PBXContainerItemProxy */; - }; - 03610A4971BB21D0D5D6B856DD86A9BD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 33F0AF947B4D5295DA40ECFBF14620F0 /* PBXContainerItemProxy */; - }; - 03EE1FF7898C65B6FA194FF947D00963 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-CoreModules"; - target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; - targetProxy = AFC2F980065FBDCEF34364502226428B /* PBXContainerItemProxy */; - }; - 04020B50B07AB66733F621D968186C79 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = FBDE3C6E8FAA62707C18E9A55E6FD7F7 /* PBXContainerItemProxy */; - }; - 0465205AE78A8E4B2EC488783C630992 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = 46F77012BED21E317F21B6B69FA6FB4C /* PBXContainerItemProxy */; - }; - 047FDEBA6A41B8551B179C84F76DC5BA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "rn-fetch-blob"; - target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; - targetProxy = 64059642265C60941B10799D3EC28CDB /* PBXContainerItemProxy */; - }; - 04A0B74359717C85121F96AE3D0D36E1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = E117DDA8D23EF0E692C85732A4BB7D28 /* PBXContainerItemProxy */; - }; - 05B51C1D5BEDA9B0314BEC358544F5EA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-jitsi-meet"; - target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; - targetProxy = 00A5D20C37048CD5219C21AF58390C81 /* PBXContainerItemProxy */; - }; - 05F299A9CC74B2B4023189CA1F0E196F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNBootSplash; - target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; - targetProxy = 13DC0EE491A2ACD72A95AFB5DFCCB318 /* PBXContainerItemProxy */; - }; - 06D2A5C95AF705AFDB3238900A669489 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = D808825E26380C414D5A4AF49637F4E8 /* PBXContainerItemProxy */; - }; - 077C9C3160CD8503AE3FB37480B831D0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FlipperKit; - target = 982644B5B647690B2E4F5B3F54EB5717 /* FlipperKit */; - targetProxy = C631BD83389BA3956EEC6F064A5CDDD7 /* PBXContainerItemProxy */; - }; - 080F85925971151E471C2412C0BB729B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-slider"; - target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; - targetProxy = 1988F37D8054FF57C9309D5B428418D2 /* PBXContainerItemProxy */; - }; - 0828C3A2B92A2D58F12D67CCAA6A6C33 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CocoaAsyncSocket; - target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; - targetProxy = 6813837D84527FC4EB7872D48FBB9495 /* PBXContainerItemProxy */; - }; - 08725B2200EDF663C45F0FE33F3A8CA7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFileSystemInterface; - target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; - targetProxy = BF7A2DC731D307491FCA5DD79DBA3C7B /* PBXContainerItemProxy */; - }; - 08AEB82BFE569681F1D8BF1E4BC1A017 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-callinvoker"; - target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; - targetProxy = A1FCA717D859EE2B7D7BED72DBEF7486 /* PBXContainerItemProxy */; - }; - 08F847ECE967684946862A9F0D3583ED /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNLocalize; - target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; - targetProxy = 28FAF899761EE9CE3010B5E1E8EF5618 /* PBXContainerItemProxy */; - }; - 09B614518059AE7D86319A21981B5184 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFaceDetectorInterface; - target = 2AD4F40E67E1874A0816F6B34289EB41 /* UMFaceDetectorInterface */; - targetProxy = 88668F38D57808A4823BACB5FE84DA45 /* PBXContainerItemProxy */; - }; - 09BBC74B39FED65876691B58DDB9693B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 5E0FC26AD84AEB8E6165F1716557DA0A /* PBXContainerItemProxy */; - }; - 09BD32C338E01EDF7E56F41CFEF6C32D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-restart"; - target = 3ED96FB9FE1D18D5F1239C60A109F98C /* react-native-restart */; - targetProxy = D9E916A3A29D7E7F26203CC8A9898406 /* PBXContainerItemProxy */; - }; - 0A18B8EAE5AD95926652AD2A3EA5AD91 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = 275A8C1C95DC96353DA8C723456B173A /* PBXContainerItemProxy */; - }; - 0AD69F7596AF6B493E9344CC6F73A391 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = EEB525D8FED63CB979CDEB1EE8C739AB /* PBXContainerItemProxy */; - }; - 0B12000006204F06F94DE883F80764CF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFBApp; - target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; - targetProxy = 1AFC2776EF21E0575127662E93FBC5DE /* PBXContainerItemProxy */; - }; - 0B40A485406AC9544E2F2A54931C9ED3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = KeyCommands; - target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; - targetProxy = 83219517CF39ADD72F68CAF338AFFBC1 /* PBXContainerItemProxy */; - }; - 0B9DB7A0E10490780532FD84FE7E0114 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = D51791DC6D1FE99FAE2B057131E5A856 /* PBXContainerItemProxy */; - }; - 0BF4C376CBA01793D1071ED4F5198F07 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = B9FB53424DDDB778B79048F96D4DC8FD /* PBXContainerItemProxy */; - }; - 0C89E08B4B416DFBFDBB48608BEC6A07 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; - targetProxy = 4EC3071A8D66159E2C907AA8C919F24C /* PBXContainerItemProxy */; - }; - 0DD1181F31D4A5FFCD2477F9B6BC36D1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 569AAC17C5C5ECACFCEDC3951533BA7C /* PBXContainerItemProxy */; - }; - 0DEF46D94640392285C066254EB48103 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 82C580500B529E66F9DE52B0C180CCF7 /* PBXContainerItemProxy */; - }; - 0E9B7533C2D3AC94E20821F33D180EB0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = D7A3701EF2CBE87D7DB3B20F258CD5FE /* PBXContainerItemProxy */; - }; - 0EA4B5F03298DDE3F4F8918D8F6675B7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-orientation-locker"; - target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; - targetProxy = 0C0D35BBAB725CF5010721797BA40A61 /* PBXContainerItemProxy */; - }; - 0EE357FA1315E891A8F4F7888027F2FD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CocoaAsyncSocket; - target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; - targetProxy = 2E1E4019C7A2A6FB8CD1063E547FE5E2 /* PBXContainerItemProxy */; - }; - 10C88391B9060F1F028982942A839D26 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMAppLoader; - target = C452F579644C83E8D8E36EC24A9BBD46 /* UMAppLoader */; - targetProxy = 708C3DCA7E4D352B558F360E862408BF /* PBXContainerItemProxy */; - }; - 10FDC2EBFEABA541A42D4A1CFC09855B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CocoaAsyncSocket; - target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; - targetProxy = ABAB50A46F4D82B8E62EF7B84C41760B /* PBXContainerItemProxy */; - }; - 1152106E1F9B053961BFEC4DD4F2B733 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 1F740F1D51F3B3B4B8C133C192C860B4 /* PBXContainerItemProxy */; - }; - 118D6DF35063315D9C1B7CC15AAFC786 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = BE5F55519AAFD53344C626579B5475E0 /* PBXContainerItemProxy */; - }; - 1261EEDE9C3A5E2B5824764BF0163ECE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TOCropViewController; - target = F3966F664F3CFAEFAB57C40FB54D3788 /* TOCropViewController */; - targetProxy = 264BE625FE0D956EB7473D657DD4C378 /* PBXContainerItemProxy */; - }; - 1299EE1E4B4E3DEDC8CDD7A80218439A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = 2C9673377C9170CAF416CCD5020311A0 /* PBXContainerItemProxy */; - }; - 12F572D1DA71D0906C92999F29D2550A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCameraInterface; - target = 0A915EE9D35CA5636731F8763E774951 /* UMCameraInterface */; - targetProxy = 40B9F932204DE2B68BD121C2B6423E99 /* PBXContainerItemProxy */; - }; - 132AE6AA1C4122241817BDCFBA196B8F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = 54005A383CCD7E38EF5FEBE78A0D32B1 /* PBXContainerItemProxy */; - }; - 1373CF34B09590C7C0805221DDA4D4CC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNImageCropPicker; - target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; - targetProxy = C5228B710996E307EB463B610A7D2DB0 /* PBXContainerItemProxy */; - }; - 1407D8B794A818703ADCDDE5E4DB0622 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 6F0F49469A61D92D71E68053245750BB /* PBXContainerItemProxy */; - }; - 145E78C55109C283E47F9A0F5595BE39 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = E2ABE707F84447A9A353A682124E20E8 /* PBXContainerItemProxy */; - }; - 147E8FB8F28A1F3EBDFD7729ABB7FED3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMBarCodeScannerInterface; - target = 49821C2B9E764AEDF2B35DFE9AA7022F /* UMBarCodeScannerInterface */; - targetProxy = 54E913F6DC73EF3DC7A1E96E1959F60F /* PBXContainerItemProxy */; - }; - 148B0084BCB1BD0F7EED4AAEDF6BC546 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 43519ACC7C6AF2D1119CF6710BB4B2CC /* PBXContainerItemProxy */; - }; - 14AF01ACCC68F268F183581B55C6B914 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = AB80609433EA0BCA8B8CE8464B757A21 /* PBXContainerItemProxy */; - }; - 14C434BFDB4B3CA58FA3BC46C69BE13C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 5B242C6C45303C8CB9EE911BE27BF7C6 /* PBXContainerItemProxy */; - }; - 1513E3A47F02E141E68E7F08928F8641 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 6D0A501CD50C38B9596424B2EAE4E55B /* PBXContainerItemProxy */; - }; - 159F1CCF92052BFE76C3BA7716728678 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXConstants; - target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; - targetProxy = B92D51695930240689CD98B50DEF5D62 /* PBXContainerItemProxy */; - }; - 17BA1098218635B510273C20E7006667 /* PBXTargetDependency */ = { + 0072401061D7569F1DDC9309F23BD28E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMSensorsInterface; target = 2038C6F97563AAD6162C284B3EDD5B3B /* UMSensorsInterface */; - targetProxy = C8226BC9455F5AD1B692ED9FC80461F9 /* PBXContainerItemProxy */; + targetProxy = 070B503716FB3674890D0D3703BC3ABB /* PBXContainerItemProxy */; }; - 18A50E72FEC3E1C89B789153F6B4BED0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 1F9FBB428FF7AAC30ACE35B16880F8CB /* PBXContainerItemProxy */; - }; - 18CB221C786B6731178AD18999C1B060 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXWebBrowser; - target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; - targetProxy = 1B3943ACF43954AE112248BBA19D1E7F /* PBXContainerItemProxy */; - }; - 19477DAE24F99046E49767D904667168 /* PBXTargetDependency */ = { + 00B5D4CFB9FA415517127B19718AC14F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 9BC0E86B5E0FF52540AC6926573067CB /* PBXContainerItemProxy */; + targetProxy = 45D0A951848C864A9428BF528EB32BCE /* PBXContainerItemProxy */; }; - 19D8A1DFC31268C3A77BF4BC344723AA /* PBXTargetDependency */ = { + 00D27A5B603F984EBE2F175D18ECF7CD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactNativeUiLib; - target = 037A1F31C4D99F52EC9FD2008FEC481C /* ReactNativeUiLib */; - targetProxy = 1B0E091849C7F031DBCD7D7E7C5F64BD /* PBXContainerItemProxy */; + name = UMCameraInterface; + target = 0A915EE9D35CA5636731F8763E774951 /* UMCameraInterface */; + targetProxy = FFD9E6B085DF94D9F365C59A720C0A8E /* PBXContainerItemProxy */; }; - 1A2BD25958BF11C188C63E7EC5F28BCD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = D02C7FC2342917E70E59195039BE9287 /* PBXContainerItemProxy */; - }; - 1A4EB689B9EE31069117DC45537EEBF2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 5BBE151EE28DDF5A67B831DD31E9705D /* PBXContainerItemProxy */; - }; - 1AB20EE9DE76C4F37E6DECE4A0E2FC0E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-cookies"; - target = ADC4ACC657481AD27F9936D08FF7F49A /* react-native-cookies */; - targetProxy = DF64E3829BA3339A2739B334F22EFFEF /* PBXContainerItemProxy */; - }; - 1AE5A7174AB0BEAB2A883A9BFE683A7E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 1E17F687B7BCD80C52936E88BBA31E0E /* PBXContainerItemProxy */; - }; - 1B1973F82848CB993436A80497966989 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNRootView; - target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; - targetProxy = 317125772BA0762A97CE1DF401ADF86C /* PBXContainerItemProxy */; - }; - 1B69EB5927E3F1CA0D26AB1E644D99D8 /* PBXTargetDependency */ = { + 01C62AF185F0CA06B0313BB8024E1604 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 5BFA138783A94DB58CCA336C8FAE8AE0 /* PBXContainerItemProxy */; + targetProxy = D20B3A97686B3802F7BADD8246FC8AC0 /* PBXContainerItemProxy */; }; - 1B80856D8A14AEE73789DB403610A7C7 /* PBXTargetDependency */ = { + 028CCCEB282C2941E6D56A531D125859 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = F3F168E74FF6682CEDE919AC6E99F838 /* PBXContainerItemProxy */; + name = UMBarCodeScannerInterface; + target = 49821C2B9E764AEDF2B35DFE9AA7022F /* UMBarCodeScannerInterface */; + targetProxy = 805D01B3EB1077391BA6CEEF56D7C077 /* PBXContainerItemProxy */; }; - 1BF0D6FC2B9C18900D8A85CA89E09816 /* PBXTargetDependency */ = { + 02ACEB7753DF72C08BC30432863CCB47 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 5E61B6915B6A5740BE0981E63D82E2AF /* PBXContainerItemProxy */; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 59A9C78E38FFF641A664ADA6D4D7D4F3 /* PBXContainerItemProxy */; }; - 1C0B2007E488F85E7640AEC8BCCD1CA8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXKeepAwake; - target = 0CF4D9052577C85B6B8C4E957332626B /* EXKeepAwake */; - targetProxy = 2DD5C7FF64576EF2C732ACEF50601F8D /* PBXContainerItemProxy */; - }; - 1C94E7D8B46DCF86287F923CE288749F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JitsiMeetSDK; - target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; - targetProxy = 690A5E78D2D849B4196DA15774E5E760 /* PBXContainerItemProxy */; - }; - 1CC81649586FDA2771DC4FF3A5D04C38 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 265D0F8404C7D102EB7F3FC5D19A2BD6 /* PBXContainerItemProxy */; - }; - 1CEB8A4D547C85E65526A57D693C5181 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXHaptics; - target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; - targetProxy = ED02B66515030D32F4832A314255AF3F /* PBXContainerItemProxy */; - }; - 1D5178EDA94CB22CA739F665FBA1F308 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = libwebp; - target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; - targetProxy = 45060E5514768BCB81495EADC53FE3A0 /* PBXContainerItemProxy */; - }; - 1DE366EE76B541A4AF6289AC9FB467E3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-notifications"; - target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; - targetProxy = 613B408C5A8E00384EBD0647B4023CC6 /* PBXContainerItemProxy */; - }; - 1E85491BDE82DEF864BB1C5EAB4A39FD /* PBXTargetDependency */ = { + 02E9E53F1A94297D28085B1950547CAC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = DBC0CDEB5CCE0446159943C27445D099 /* PBXContainerItemProxy */; + targetProxy = F74305E6DC4DCF48EFB361B80E1E255B /* PBXContainerItemProxy */; }; - 1FDEA613EBA4E824E6E86D51C3921118 /* PBXTargetDependency */ = { + 0365DE6A1F746EAD5FF9D6FCCB8C5714 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-callinvoker"; - target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; - targetProxy = D58BCE270C238DD927594567224100A0 /* PBXContainerItemProxy */; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 589E2C12D15397CC6EA201220A02D3CE /* PBXContainerItemProxy */; }; - 201A53CF5FCCE7FB16886DAA5986BB64 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-cameraroll"; - target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; - targetProxy = F24EB0F104DAFE4C2D4A879EA10A1FE3 /* PBXContainerItemProxy */; - }; - 211CBECB3FB454CEF2F48B586814CA7D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFileSystemInterface; - target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; - targetProxy = 319D5E5FE878DF54DC11C17CE53564BC /* PBXContainerItemProxy */; - }; - 22387EC9BB31B8B0D77CA19715799BCB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCAsyncStorage; - target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; - targetProxy = 6D602CEC56F6B620ACCEDC5FA0993ECE /* PBXContainerItemProxy */; - }; - 223E5F157CB9EBA0502557419DDBC40F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CocoaAsyncSocket; - target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; - targetProxy = 0262B8FB49F0D7FD4736914AEEBA033D /* PBXContainerItemProxy */; - }; - 22989077246A42F2E53D04597C752080 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CocoaLibEvent; - target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; - targetProxy = 94E8568A3AC4F2E9CCCA0C452AEB8E48 /* PBXContainerItemProxy */; - }; - 22D55B827FBE6BDEF171F26003648DAF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFontInterface; - target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; - targetProxy = EF6341780B60EA67E035FBF1ADE0E083 /* PBXContainerItemProxy */; - }; - 2300471E28478957B7FE17B7F11E3722 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-document-picker"; - target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; - targetProxy = B84EA7B661FD830C52B45ECBDF642CFB /* PBXContainerItemProxy */; - }; - 231F0FA83EAC262AC1C8E813A20BB705 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = C22EA412765D09680DE5676E178FA75E /* PBXContainerItemProxy */; - }; - 23227B40B380D3C8DD042FFAAFE225C9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MMKV; - target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; - targetProxy = DBF54708F6EB4A3A11E4A2F5E61A9855 /* PBXContainerItemProxy */; - }; - 232BA0CA314CD5AA53E4BFDD4F63776A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "rn-extensions-share"; - target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; - targetProxy = CE5A8809DC4E19E6EBF384A996B4C252 /* PBXContainerItemProxy */; - }; - 235402C3A45599E8FD4DF6447D1BB4F6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TOCropViewController; - target = F3966F664F3CFAEFAB57C40FB54D3788 /* TOCropViewController */; - targetProxy = 6813ACD4D9D9A9A80E7F1F8E4FEEFF26 /* PBXContainerItemProxy */; - }; - 235ED293FFDC4191B1C898C844E83D19 /* PBXTargetDependency */ = { + 046B4CA0AB24BF402479D0D562075F2E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNScreens; target = 214E42634D1E187D876346D36184B655 /* RNScreens */; - targetProxy = 479A701012802B9B3310CD719E16950D /* PBXContainerItemProxy */; + targetProxy = 20035948B09F6EC92295CAC0FE8FB1A7 /* PBXContainerItemProxy */; }; - 23F301A5BB37D71AF97F8948E080074B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "rn-extensions-share"; - target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; - targetProxy = 1466904D3A15A793B057430C51C08B8B /* PBXContainerItemProxy */; - }; - 2426BF4870EB13CEFFA7A8C731829048 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "OpenSSL-Universal"; - target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; - targetProxy = D6F2AFA33872E3999E8F64F95928767C /* PBXContainerItemProxy */; - }; - 25207CFF42B59893BC0AA900B8ACB809 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = F443992BCEFD975977B1FDC5E3BC04B9 /* PBXContainerItemProxy */; - }; - 253CF9CFE3A571B8EF9B7F0A836D1CB0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFileSystemInterface; - target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; - targetProxy = B421CC5E168425F19052C6C0B0C9A679 /* PBXContainerItemProxy */; - }; - 254C920551C7DAC43CB5D9FBE7792881 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = 42C98CD8BAF151B6D4C376E1EB0976ED /* PBXContainerItemProxy */; - }; - 256D5B413246984FA3E46045C41527CA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-appearance"; - target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; - targetProxy = 29D8BAB9D0D532AD9393A2DB62C04325 /* PBXContainerItemProxy */; - }; - 25AB654091946197CD125DF04C420283 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = C73362398D7035B305BBC1ACAECE7C0B /* PBXContainerItemProxy */; - }; - 25EA52A888E125677E6705E5266343F4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-Folly"; - target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; - targetProxy = C5FC2D3F28D637C7654A08BB6D6D1C4C /* PBXContainerItemProxy */; - }; - 25F7D5971DF9FDA20AD3518A6736445F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 63D90FBE157B8FC4CB760765E793C0CE /* PBXContainerItemProxy */; - }; - 260805D42FEE96FD79C05B054556E10B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-simple-crypto"; - target = D985A509BFE270C95EDCBE6B4CBAF189 /* react-native-simple-crypto */; - targetProxy = 65C47FB4394F742E017938E6574C01A2 /* PBXContainerItemProxy */; - }; - 26D2F827395AEDDC6776DBF970CD7922 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-simple-crypto"; - target = D985A509BFE270C95EDCBE6B4CBAF189 /* react-native-simple-crypto */; - targetProxy = CD5A1DE0510255FD05B6BA5C2C8608FE /* PBXContainerItemProxy */; - }; - 2735FBED5CE3713D50E2091EB03361B4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFastImage; - target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; - targetProxy = 0F2B9085FC52A5CE780C7D2AE762ED59 /* PBXContainerItemProxy */; - }; - 283490D34A06AB9E76B674B5AF7C9082 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactNativeUiLib; - target = 037A1F31C4D99F52EC9FD2008FEC481C /* ReactNativeUiLib */; - targetProxy = 51D8866754BE86FAB960F426F286C8D8 /* PBXContainerItemProxy */; - }; - 2946EE42F1460763CA52DAB9F3301BD9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-Glog"; - target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; - targetProxy = FFBD63D35164381E11AC8B12DD5755AA /* PBXContainerItemProxy */; - }; - 2975CF4D65AB5A7A76395E06079BC599 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXPermissions; - target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; - targetProxy = A33F06C749DD174616C46980C4D098C1 /* PBXContainerItemProxy */; - }; - 298181ED54A357961E8EE44A2C6B0031 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = 88F740464AFCE56EB1FB74BBDB72F6B7 /* PBXContainerItemProxy */; - }; - 29CB59082EBF490921886B9E562A062A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXAV; - target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; - targetProxy = D720B3B52D43CD33776BFA71184EAFB0 /* PBXContainerItemProxy */; - }; - 2A462C37EFB8BA24EE701E0E79315168 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCPicker; - target = D00F24222F074B31C56DC6D05E806A35 /* RNCPicker */; - targetProxy = D54326F70B0CDC9921CB9635D889925E /* PBXContainerItemProxy */; - }; - 2A64BDA6C2A8C62FB09C149CACC970D1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 22FDB0BC29C36D27FB1655D8B5E311E1 /* PBXContainerItemProxy */; - }; - 2A6E946028A340FC7FFE1CBA0478CECC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 2254EE04ADFDD8F95F091C2DD755D7D8 /* PBXContainerItemProxy */; - }; - 2AB6001698214617707877373D192241 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactNativeUiLib; - target = 037A1F31C4D99F52EC9FD2008FEC481C /* ReactNativeUiLib */; - targetProxy = 8BD5DF1A1AC61265EF7DE58A0991DC8E /* PBXContainerItemProxy */; - }; - 2AE7EBCEFFCB6ED29F08077E828E3613 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-PeerTalk"; - target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; - targetProxy = 31C331F17B7A5259ECDE83BAB641E4FD /* PBXContainerItemProxy */; - }; - 2C82E1D865A454EB7FB4050FF4A77122 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = 91A1118C00025D162EF5793A639A0108 /* PBXContainerItemProxy */; - }; - 2CA8A8D3081FE7D40024B588769341A5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = libwebp; - target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; - targetProxy = B2E840A14978BF38AEF73E06E8A55C2A /* PBXContainerItemProxy */; - }; - 2CAA8252855AC8195086B643EAE47E82 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTText"; - target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; - targetProxy = F9B13949B4797AC535486AFD93E8D700 /* PBXContainerItemProxy */; - }; - 2CC34BDF4B1FC2468F90CE0CF0A697AC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "TOCropViewController-TOCropViewControllerBundle"; - target = 2D4D3D5AD93ADCCF3DD45A88009E48D6 /* TOCropViewController-TOCropViewControllerBundle */; - targetProxy = D1267C2C21140086617F8D1B53F6AB0D /* PBXContainerItemProxy */; - }; - 2D117E70A81FFFB232AECE282376569B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = F09CFB6F33654574BA63EB36CFD7C823 /* PBXContainerItemProxy */; - }; - 2D4AB775946548DFAEB7648168F75F57 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 6F730876D35FC399DE46C6D0B579AAC4 /* PBXContainerItemProxy */; - }; - 30B521BB18815FBD98BBF3DD8C644DA5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 4D50D40E701648348567EE7FF6C047FA /* PBXContainerItemProxy */; - }; - 31067A1165FE303D1271F50B4853C030 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = EDF351F80E5352304B09A120D0672F04 /* PBXContainerItemProxy */; - }; - 318422B64EDECD6BF8647ABB1AB0FC1E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = CAA83DDFB48F5373742D74E7F7C64F04 /* PBXContainerItemProxy */; - }; - 32190E2694A340DB2B821755F7002648 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = D7B1402F5D5926D7E18E50A0712FF591 /* PBXContainerItemProxy */; - }; - 32AF48932D8C33EE4D4F6969FBAFCCE5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFBApp; - target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; - targetProxy = 0B720DF566D6BA366BDF349894E84FA3 /* PBXContainerItemProxy */; - }; - 32DB4C9DE9AD54B5F084E660F66638D7 /* PBXTargetDependency */ = { + 046E48CD30F819DDC93E997C397C35E4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DoubleConversion; target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 3BEFB066B58AB0A3C0C2195697D27C2B /* PBXContainerItemProxy */; + targetProxy = 1F1AE10F4FFB40711BD7F6EB83B9E769 /* PBXContainerItemProxy */; }; - 335B1E9D17FAE0BBEB9F0C730C9A73F8 /* PBXTargetDependency */ = { + 0590473A7A8185F06468C757D6B063E3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMFileSystemInterface; - target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; - targetProxy = 1E6041220D74FD2D72025251BA61892E /* PBXContainerItemProxy */; + name = UMFontInterface; + target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; + targetProxy = 23094B92521FED0AC5D8167F323A0ECB /* PBXContainerItemProxy */; }; - 3420194B7BD7DCDD794F99FCDEC262A8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = FFA9BB4BFE58F2D86F801BFDFEB716C4 /* PBXContainerItemProxy */; - }; - 34DAA4182020DE6DA31C0963A9C5461A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MMKV; - target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; - targetProxy = 8D786FC95A16301E3FD42B4524EF1D74 /* PBXContainerItemProxy */; - }; - 359074C4F682ACDA498417A8AD1DCADF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXLocalAuthentication; - target = 869CED37B4B77AAE35DF8B6E70788BBC /* EXLocalAuthentication */; - targetProxy = E8A20D4FC4956D0AC4EB1DBF031C9E48 /* PBXContainerItemProxy */; - }; - 35EAFE456BC7116C7BE858F16FD842F6 /* PBXTargetDependency */ = { + 05931AFD8DAE15928FF89285BA05EF8C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-appearance"; target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; - targetProxy = 60A8B6906BCED200C0A426EE3835F55C /* PBXContainerItemProxy */; + targetProxy = B5D196489AB4A92F70FC4DFE67083135 /* PBXContainerItemProxy */; }; - 3672D15C0A050B518F784A473490C584 /* PBXTargetDependency */ = { + 05B381CEFDC9207D7B0CAA0054090207 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCore; target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = 1ED473D7DF0A505D88637AC647123C77 /* PBXContainerItemProxy */; + targetProxy = 68EE1A47FD13EA707CEC52005A4E4AE2 /* PBXContainerItemProxy */; }; - 36C2DA4DD53029717F1BE95749FE22A1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 131CDFB55544908BA01512436EFF8FDA /* PBXContainerItemProxy */; - }; - 36C51404C431B9DD467149AB17C7BAFF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFileSystemInterface; - target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; - targetProxy = 1A475E48B2B266AD5EFC8C3635CBBEF6 /* PBXContainerItemProxy */; - }; - 37307F0E4FB7ED389171A8631BEF4A61 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXAV; - target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; - targetProxy = C9A85E11F0C73C4FED69FDA2E2CA0C69 /* PBXContainerItemProxy */; - }; - 37686A35980A64526D741C7D4CAC83D0 /* PBXTargetDependency */ = { + 064E25684169B1746543603223836911 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Flipper-RSocket"; target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; - targetProxy = 3BFCCB18B356EAF8020BE7AFE9B06380 /* PBXContainerItemProxy */; + targetProxy = 5D30784853FB3598EBCD808911B50B1F /* PBXContainerItemProxy */; }; - 379C77F97C70A63AFCB6B9962120D777 /* PBXTargetDependency */ = { + 066062BAB97817BF8E47E7CB47088725 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; - targetProxy = C4C540AEC22B00E0D292DDDDDC87C43E /* PBXContainerItemProxy */; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = 14B7F0F380CF51CD43985A4764799925 /* PBXContainerItemProxy */; }; - 3847461C7A1E9E741A98B8C9BD228E6E /* PBXTargetDependency */ = { + 07A61BF5C646D8D48F439D7EE3A08F38 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = CE82B6FEE4C741AB9589DDFFA56F45F5 /* PBXContainerItemProxy */; + name = CocoaLibEvent; + target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; + targetProxy = CC8860A6EBE586B58D491D1CA2BB89EF /* PBXContainerItemProxy */; }; - 392D9E8B599B9115BA160D29A92E218A /* PBXTargetDependency */ = { + 08A80242EF621FE5249B8A6821E3B528 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXVideoThumbnails; - target = 4A95B7CD1D5F80C5E8CD9CDA00D41F70 /* EXVideoThumbnails */; - targetProxy = DEB086B9222559F818BC2C44974A64A8 /* PBXContainerItemProxy */; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 747CAD5FB00F9C41E3E708B6AA1C61FA /* PBXContainerItemProxy */; }; - 3992A60617F9EACF5710FCC640700D7D /* PBXTargetDependency */ = { + 091A63C80A67D2FB25451C2D221172D4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = CD7CE3AA9553F4853C72F2EBFBE0BB7B /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 4DD64C62AFE1FECCBE769C3D68E81C35 /* PBXContainerItemProxy */; }; - 39A4B0D292FD837C7892853B1C5601C2 /* PBXTargetDependency */ = { + 0974A923B3AB008306B3D34C6B1E6D9F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 40A8413E803E1F5189D33A4C5DFE03D3 /* PBXContainerItemProxy */; + name = UMImageLoaderInterface; + target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; + targetProxy = B5599B68AB0E904EABE9F83FDA73CDF0 /* PBXContainerItemProxy */; }; - 3A2C5F0E00460FB02862F5C421EBD635 /* PBXTargetDependency */ = { + 0996904E2A026267B4DF210056749355 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 057FBB4D5848A86D536F064103C52149 /* PBXContainerItemProxy */; + }; + 0A9A536DC2E6ED4D0737D1F4F4C587F7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXWebBrowser; + target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; + targetProxy = D4ADD0B06F192AD4868B3FDD841C7D11 /* PBXContainerItemProxy */; + }; + 0BF023404BB4571BCD3F4BC4340B7E57 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = 5D5C5DF38845909617CFF3BDB28AF73E /* PBXContainerItemProxy */; + }; + 0C403DDCAB7F73572B734331CAC0BF45 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-extensions-share"; + target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; + targetProxy = 68EDB52570ECEF3F00315E8F625CA08B /* PBXContainerItemProxy */; + }; + 0DA3E5945AB040B9740DA60988669973 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Glog"; + target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; + targetProxy = 8806A26BE5F15F6ED010998C9E3DD501 /* PBXContainerItemProxy */; + }; + 0E2A8672FFEE4CD3F8EEB24D01B69303 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = libwebp; + target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; + targetProxy = DC9E700CDF21214845D540CAE367D63F /* PBXContainerItemProxy */; + }; + 0ED1FC2F65EDF6DB0E26E1E156ACED45 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFileSystemInterface; + target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; + targetProxy = 4FCDA4B83C0943B54C032FF8CA449491 /* PBXContainerItemProxy */; + }; + 0ED6E0CD9709BD6C2168F680C802402C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 3E62A11940F8FB8FE8BC330C4F1A59EB /* PBXContainerItemProxy */; + }; + 0EDF7643B84DF7D39CC992EFC83E3023 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = 56F8C669D4CBC18B67047107CBEBBB80 /* PBXContainerItemProxy */; + }; + 0F87CCE58C28FC6D52AFE65D4495F8AF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core-AccessibilityResources"; target = 7A020DAB6F3F0BA0A6D9946E84B38B7F /* React-Core-AccessibilityResources */; - targetProxy = E3F17A4DE51C2EC7AEC2AD1A347093AA /* PBXContainerItemProxy */; + targetProxy = 3E7032E024D803D0555D6E9ED20DC3CF /* PBXContainerItemProxy */; }; - 3A8197DBF606AA59CCE16589B1745E57 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTText"; - target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; - targetProxy = 691F7D2E0FA12EDDD3F4C445FEF6EBAC /* PBXContainerItemProxy */; - }; - 3B9A8C44B570AD76AF36A39C9F597160 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 56ABDD4855706FA61CC9F5B679ED1C46 /* PBXContainerItemProxy */; - }; - 3BAC2DB9DACE7247CB35881ED74822A2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXVideoThumbnails; - target = 4A95B7CD1D5F80C5E8CD9CDA00D41F70 /* EXVideoThumbnails */; - targetProxy = 5087F335CF8532D7F813B577FF570991 /* PBXContainerItemProxy */; - }; - 3C2065EBD2422F037C06221C415A49A0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 17A52407367CCD2C179D50780AAC65FB /* PBXContainerItemProxy */; - }; - 3D630516BD686ECB1593C9D54986B27A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMPermissionsInterface; - target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; - targetProxy = 37B72BD1B1D222BBBC8F80790CF9E329 /* PBXContainerItemProxy */; - }; - 3DCE8CED32F907B4B1A237131C6120C6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 2A89C2474A034630F120565582058064 /* PBXContainerItemProxy */; - }; - 3DFC806FE6E19B08239CFC5A11B13CA0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = A6D0CF6D9DA2ADD138EEDE6D44CA33E0 /* PBXContainerItemProxy */; - }; - 3E2B0097C853EE5571EA783800791D67 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransportCCTSupport; - target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; - targetProxy = 9BCF71AC50C71BEBB6525636881650FA /* PBXContainerItemProxy */; - }; - 3E3D6232F92E99C86FF4A84B5B7A0C66 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactNativeART; - target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; - targetProxy = 0E7C3F093C453C482F0726BF35E3B445 /* PBXContainerItemProxy */; - }; - 3F2421D81BEA4ED7C33C85F9CC75E83A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = F19690F9FF3A52C03EB833516A2D0673 /* PBXContainerItemProxy */; - }; - 3F3F3ADBFE5B69951695E068CDC97441 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMConstantsInterface; - target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; - targetProxy = 2F992260CAE24D5386FEC3669D9FDF06 /* PBXContainerItemProxy */; - }; - 3F8E3CDD5BA36A966AEE613F126DEC40 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 79533EF53E075AB9C18DA4C104FB634C /* PBXContainerItemProxy */; - }; - 3FAC4DB47F0D7453A8A22AA003D0EB77 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CocoaLibEvent; - target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; - targetProxy = 5ACB55A0CE36DD317AE7BB3D6581EA1B /* PBXContainerItemProxy */; - }; - 407EF439962DDAAD43191CB8A3DD36D9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-cookies"; - target = ADC4ACC657481AD27F9936D08FF7F49A /* react-native-cookies */; - targetProxy = C4AE5F4657DA5FB6A63C292EC54A9140 /* PBXContainerItemProxy */; - }; - 41451CE1C2C93F7AD91D23D43B9434F4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = 75C8CC76843D2C138CE519828F55D69C /* PBXContainerItemProxy */; - }; - 416E7A2FADE49DC7D0CB74151BE6B7AB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCrashlytics; - target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; - targetProxy = 8180C59B5CD7E5D1C6A352A2D767149C /* PBXContainerItemProxy */; - }; - 41854F19CE22DF86AACAC7C678253B55 /* PBXTargetDependency */ = { + 0FDA557E291784C1C71C25D7188FC947 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = EB816FB81D5DA00CBE17DDDFF39E84FC /* PBXContainerItemProxy */; + targetProxy = 20127EDCBFCAFB502FA8398145222042 /* PBXContainerItemProxy */; }; - 42C6CACEB7E316C56DA68AF93FF7FFE7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; - targetProxy = 91AC7830AABE939EA5667F350E23EB05 /* PBXContainerItemProxy */; - }; - 451BC6DA764ED58504B8125F2E82C37C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFaceDetectorInterface; - target = 2AD4F40E67E1874A0816F6B34289EB41 /* UMFaceDetectorInterface */; - targetProxy = 0B3B118F56BDEFF2DD4769C4EDBB868A /* PBXContainerItemProxy */; - }; - 462B47B22E198DCEA4F57EFAD86304EC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 7D2F462018AA93B07E9DB96CD8DA2F51 /* PBXContainerItemProxy */; - }; - 4669A0FB27A4C542FBF554F05A814534 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 6D14538838B0DAAEC10B1072518C44C6 /* PBXContainerItemProxy */; - }; - 46724463EF1578DC87A57857FB921241 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 6D8307C1088839BEF6179E0D1B520A30 /* PBXContainerItemProxy */; - }; - 46C67B3DF3B7803832491CAD87A32E46 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-background-timer"; - target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; - targetProxy = C093D412ED4001D5D8ADA55BAEE4DBB2 /* PBXContainerItemProxy */; - }; - 478C978F842EC0D2A96E204E6D285E34 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-webview"; - target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; - targetProxy = 127E6A66068ED1FD8A87D0A9C60E56CE /* PBXContainerItemProxy */; - }; - 4914B386084632167057D78188DE4FFC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 2743436D34C0F000547C15A51151A007 /* PBXContainerItemProxy */; - }; - 4954442C6698F7523439279FA3DE0CAE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-RSocket"; - target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; - targetProxy = F6497CAFD0081973683E740F23466B04 /* PBXContainerItemProxy */; - }; - 498E4E015ECB9C1B9CE4ED1F5A34D596 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactNativeART; - target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; - targetProxy = D909E2AE59AA79F61B2B806FD1756464 /* PBXContainerItemProxy */; - }; - 49BE249353DAD1F0665EB8C04C26C774 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-restart"; - target = 3ED96FB9FE1D18D5F1239C60A109F98C /* react-native-restart */; - targetProxy = 7EBD1906DED83F7990633B2B6DB8104A /* PBXContainerItemProxy */; - }; - 49DA50A5F16339CCC68B86A554D45215 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMAppLoader; - target = C452F579644C83E8D8E36EC24A9BBD46 /* UMAppLoader */; - targetProxy = 11D2060A29E2AA90A56B4435C465499E /* PBXContainerItemProxy */; - }; - 4A4A4239DC0189C2D7C1B6A1A6366A9B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = libwebp; - target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; - targetProxy = D15EC9AA9881FB36750BC10FD86FFFA8 /* PBXContainerItemProxy */; - }; - 4A5B7E8BF811B4E558C2EDDA995AA8A1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 70C6A91E0C0D90FBDDFFD262DAB7C04E /* PBXContainerItemProxy */; - }; - 4B24AFA779C3EF4A531D8981BB286B43 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMTaskManagerInterface; - target = 50188AAB5FAECCA9583327DBA2B0AF2B /* UMTaskManagerInterface */; - targetProxy = B07384BFCABC90D75E70D108B57818B0 /* PBXContainerItemProxy */; - }; - 4B25F80CE394BFB05F61FE7D81310E4B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 3C0BF7334932A9D9C2D46DC019BCD85D /* PBXContainerItemProxy */; - }; - 4B584ABF52876C1A93C8B36E65BB153D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 65836CC3B212F14EBD8424BEB601677A /* PBXContainerItemProxy */; - }; - 4B8032A5407EDF5C05764F3972DE3F63 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXLocalAuthentication; - target = 869CED37B4B77AAE35DF8B6E70788BBC /* EXLocalAuthentication */; - targetProxy = 74022CC6798400D16E7F3ACF0ED9C214 /* PBXContainerItemProxy */; - }; - 4B96414459F93B8D2FF569538F1B2EC6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 78CB461B953C50600F7860014E4BD5CE /* PBXContainerItemProxy */; - }; - 4BA758B21322D7D253064436A3285E91 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; - targetProxy = AA3161CCDBA19BB9451286718D862FF4 /* PBXContainerItemProxy */; - }; - 4C93F69EAA24B2CD358F2E07BBBBCD6E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; - targetProxy = C3ED36E3B91A903BD1A763ED52B878B7 /* PBXContainerItemProxy */; - }; - 4CDAD0CA3F1714B0AAF85D02FC809467 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-document-picker"; - target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; - targetProxy = AA50BDDE27E95F55F22648C8964BC9B3 /* PBXContainerItemProxy */; - }; - 4D381611D7490682A6A2BF1A0D98DDE5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; - targetProxy = E816C7656CA8699CEEA890E785CCC3DE /* PBXContainerItemProxy */; - }; - 4D772E001328ED60FF9346645E53A798 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = 9A5D04847510377731FC56E16C4D4187 /* PBXContainerItemProxy */; - }; - 4DEE5095BC7600AE0452C568FDBED522 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNVectorIcons; - target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; - targetProxy = 431604540844605A5C885A2EA2576945 /* PBXContainerItemProxy */; - }; - 4F4378BAB768F989A00F84B91DD13D1C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 0A185A6617DF011A4D8D81C102F2FB59 /* PBXContainerItemProxy */; - }; - 4F45C1A71F5DBBD1364A808CFB5DDC9C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-safe-area-context"; - target = BD9A27D8398DEB3205D3F8937B0672A0 /* react-native-safe-area-context */; - targetProxy = 3ED25265F97A8C85FBC438E0DD647DDD /* PBXContainerItemProxy */; - }; - 516EA2E9D0A1AB74E71802FD7E43202C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; - targetProxy = 62364109A45EFA6767A0270E0DB94167 /* PBXContainerItemProxy */; - }; - 5185B3EAEFE91AE8297DC9926BF2B5A0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 60C607E803470031A310DD8140133158 /* PBXContainerItemProxy */; - }; - 51A2B40652B8D5A2B3C0B9761EA81727 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = 65CABDD5DB13654BBDCF1661B7066BFA /* PBXContainerItemProxy */; - }; - 52167513B280029600F4E7898644C837 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; - targetProxy = 5303EEE737D4EED267D5D86C48E6EB2C /* PBXContainerItemProxy */; - }; - 532C58FCF1965AE39C055E7FFDAF32B7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 6A8BEBE5F6DCC5E22F2E046BE1B88C9E /* PBXContainerItemProxy */; - }; - 5349B029FF65A082417235C4A0A40334 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 0D91B848D12BD345DAEB6E753A9518E6 /* PBXContainerItemProxy */; - }; - 53B9ABE965229E52F4DCC1DC7207B5CC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXWebBrowser; - target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; - targetProxy = BEC5F3D2D6A048B2CC70E705530B5628 /* PBXContainerItemProxy */; - }; - 53BA24BFC4A1AFA1C3A792F05E68C60F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 2E008EC8B30865824DAB02763FC7D243 /* PBXContainerItemProxy */; - }; - 53FC7ACF8902A029DC95DE97B2A00CFF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-RSocket"; - target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; - targetProxy = 311BB8843C04EDB7DFC83902F1C8836D /* PBXContainerItemProxy */; - }; - 55D858D92890EDDFA538C2A769C299AF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCrashlytics; - target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; - targetProxy = 4BFA76E4B606E3BB5C5A2A298A9E0E3C /* PBXContainerItemProxy */; - }; - 55FD94559769F914CE059FECBB7D1114 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 5E38A0528431D9F2DF5229084B28D138 /* PBXContainerItemProxy */; - }; - 564B5117F5C35AB7320D652E7997F757 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 9DBA08677ADAA2C2C82D0B233FF9EADC /* PBXContainerItemProxy */; - }; - 568DA039E2854653755EFB551BCB67C7 /* PBXTargetDependency */ = { + 100DB7E4C82D0F251E362AC0CB0A16CD /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = EXAppleAuthentication; target = 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */; - targetProxy = 6506753A29983FC82D4AE040407A9C07 /* PBXContainerItemProxy */; + targetProxy = A3C19D6F761AB2D16096F2EC87827531 /* PBXContainerItemProxy */; }; - 568EC7920059E436DF92F9430B491018 /* PBXTargetDependency */ = { + 102A11ED5ECB64B2E2DF4318C52CA9BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFontInterface; + target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; + targetProxy = 6217901DC29D774DEA81B72D3255B4C5 /* PBXContainerItemProxy */; + }; + 10FFE99A8432BE06BF8F4B8B8CF1ECAD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 45E0800677FFAFD10B5CA25577645438 /* PBXContainerItemProxy */; + }; + 110387245673A2B8477AD23026DD11FC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 4415FEF47B69FE03D068D3CF18DBDD69 /* PBXContainerItemProxy */; + }; + 11BFEFFF46897FE080DDFEB61DFE2A58 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreDiagnostics; + target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; + targetProxy = 720771AEF1931C280C60750EE1638334 /* PBXContainerItemProxy */; + }; + 12D00EBAD6DEFD7C2A84DA42D1E795D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = C5D5293B2DF0801981CDD92223C28E2B /* PBXContainerItemProxy */; + }; + 132A777DDF37BB6AB6372EA00A8C9A58 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 8989CA3992765858C8384DC6EEDE9194 /* PBXContainerItemProxy */; + }; + 136F6456093C1432A2D77B9FC1D18278 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-restart"; + target = 3ED96FB9FE1D18D5F1239C60A109F98C /* react-native-restart */; + targetProxy = 2324B53D4AD8707828E4E6CB04BF4E0E /* PBXContainerItemProxy */; + }; + 13931AEC2D03FD5B08CDB681B2E8090E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransportCCTSupport; + target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; + targetProxy = 895493C04734402BF88076BED19C5991 /* PBXContainerItemProxy */; + }; + 13C7A119BA6D6BEEC8CF41AAC798565D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = C3A023F43425A77D56B0DA70E67A920F /* PBXContainerItemProxy */; + }; + 1466C5D7C98ECCDD0E7E25545FB45B74 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = 6ACF4CC16426AE7106894EF1C66EBF14 /* PBXContainerItemProxy */; + }; + 148450CD7BAB8E5ADFCDB8AB1D7389C8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TOCropViewController; + target = F3966F664F3CFAEFAB57C40FB54D3788 /* TOCropViewController */; + targetProxy = 63E62F1D3D83A9D478C18BDC6CCFC677 /* PBXContainerItemProxy */; + }; + 14F2425D88285AE7512D60BBD0236DB6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 7E6BB52A902035DA4C911E93E37836A2 /* PBXContainerItemProxy */; + }; + 154B4FEF896FCBE29557304420A484DC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-PeerTalk"; + target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; + targetProxy = 2CA3296A7A1791565395976FA7848B17 /* PBXContainerItemProxy */; + }; + 15F0DDDD17CA1D3B9BD5405EB2B90928 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-DoubleConversion"; + target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; + targetProxy = 4CBF5F9BABC7D7B834A7138B168DDE0F /* PBXContainerItemProxy */; + }; + 170093F0C7ED94E1949B5CA3C5D8A26A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 35D3A17997AFCA9139445E80B1BB5DD6 /* PBXContainerItemProxy */; + }; + 1709C16E8931F4ADEF55E39FB974BC3B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFastImage; + target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; + targetProxy = 6F6E09858B0050D62860967D0539FCBC /* PBXContainerItemProxy */; + }; + 1736AFA17A2E93DB6BB7BC7E97359220 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = D79E204F83FE68897955A8CCD149894F /* PBXContainerItemProxy */; + }; + 17B019F9EC0747AC4C947BAB62671F0D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = D7AF37556656C33BC33E391C1975B98A /* PBXContainerItemProxy */; + }; + 1896B986090E5B5BB5BEB66B0FA36529 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMFileSystemInterface; target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; - targetProxy = ED084C1532D844EC711C6E93115A23E3 /* PBXContainerItemProxy */; + targetProxy = 08C8C76FAC63D0244E2517FC1E1C1923 /* PBXContainerItemProxy */; }; - 56B94B775C061A3B467AE7E691B72BE0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 5171C572B4544333B0C6611826A21614 /* PBXContainerItemProxy */; - }; - 56DF8C1E08070E6A1349C54E58EDF240 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "rn-extensions-share"; - target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; - targetProxy = FFDCAB6EA5EC3C1047E16DC118CFFC59 /* PBXContainerItemProxy */; - }; - 5757B596CAE54B2AEDEBF1970A238C96 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MMKVCore; - target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; - targetProxy = ACA75710467CD95B8E16C72B2054C4B2 /* PBXContainerItemProxy */; - }; - 57F110B0E5E9B44C0A8DB3ED1C54185F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = F86CDCDCE952F4602D2D9ED650CAACBD /* PBXContainerItemProxy */; - }; - 58433F97A59FCBF16772B265D0FF4A49 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 96EDC37E30A4E1872E72623188B9C662 /* PBXContainerItemProxy */; - }; - 58A99B160087C0661B93F9B5237DE125 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 56E8135EABE795692A3C55AC3EA9E9A8 /* PBXContainerItemProxy */; - }; - 58E83EBED477CCCBB98D4B46F1323B75 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMImageLoaderInterface; - target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; - targetProxy = 75AAC7CDFB870B61FAD549F6F5460656 /* PBXContainerItemProxy */; - }; - 58F0D83C0BD4B3487D2506D2B3A420EA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 098640CA4429CDF9AA39F44F97D923FF /* PBXContainerItemProxy */; - }; - 5950A763D7D01424C92D826D25C7FE44 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = KeyCommands; - target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; - targetProxy = 362267F917B19ED5F0548CE7AB3F7E14 /* PBXContainerItemProxy */; - }; - 5A073F1054A8E8AA6EDEED7201AFEC80 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-safe-area-context"; - target = BD9A27D8398DEB3205D3F8937B0672A0 /* react-native-safe-area-context */; - targetProxy = 5EA1835EBA3058B930DF9B795EB23794 /* PBXContainerItemProxy */; - }; - 5B18A518DD561140F3FDFF04E581230D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = F4BE3790E037CF9FC81F583318A019DB /* PBXContainerItemProxy */; - }; - 5BBE64380BB3E37E7A239A0A239FDC56 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = EC2575FFF0C13B4507BA905FD4E49BAE /* PBXContainerItemProxy */; - }; - 5C4417CE14C02B864FFD80F1674A4BD8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFastImage; - target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; - targetProxy = 3D06D2E6592EAA078322621800B4713A /* PBXContainerItemProxy */; - }; - 5CD03B2297E0DEF8CDED8AF5D89BA025 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = 6927BE6FA1E6C1952D325B2BDBA9CA4C /* PBXContainerItemProxy */; - }; - 5DA159E363E95F9D543E80E7206AC4A9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-mmkv-storage"; - target = 74DAFD196634D10887C9A4E7BA19A5E4 /* react-native-mmkv-storage */; - targetProxy = 9B1025EA8B5EBC06D0B023451B037348 /* PBXContainerItemProxy */; - }; - 5DDA339E87318DF901627B43F589D1CC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-cameraroll"; - target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; - targetProxy = 1D29E0912C1DA444A94FC6DD12B93E54 /* PBXContainerItemProxy */; - }; - 5E548493783BD395A78DCC20C7F034B3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMTaskManagerInterface; - target = 50188AAB5FAECCA9583327DBA2B0AF2B /* UMTaskManagerInterface */; - targetProxy = ECE3C63733A7A5B6CD5AFC2F948F4545 /* PBXContainerItemProxy */; - }; - 5EB985ECA49D8C2ADAE79FB446250701 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; - targetProxy = EEF27054023D28B3AA2911D29D4C6A70 /* PBXContainerItemProxy */; - }; - 5EFCE44DDB543A4ECC3F983A166DB0A5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCMaskedView; - target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; - targetProxy = DE48A5A00B14C76D35D97B8444AA421F /* PBXContainerItemProxy */; - }; - 5FEB049D942E882FAD52C54A51144C94 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JitsiMeetSDK; - target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; - targetProxy = 43527ACBA5A1CB3074F809740AD1493C /* PBXContainerItemProxy */; - }; - 6039494EB8EA1D0467A9C3EFFACCA422 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = BugsnagReactNative; - target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; - targetProxy = 7983CDE59FE7DF610796FAD1FE6D3DBD /* PBXContainerItemProxy */; - }; - 6070875A0A54746BC3C7BEFABD0DCED2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = D452CDD9627CC5969B8AC2C693B12903 /* PBXContainerItemProxy */; - }; - 609A346F61D7D6152BD5E5F1A1C6B282 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-orientation-locker"; - target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; - targetProxy = F48DF493392D473558FD711A0B691B0A /* PBXContainerItemProxy */; - }; - 60DE3943E7C6EECE2E2D164530A855AE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Flipper; - target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; - targetProxy = 5E4B107180A96F720029B67466614C73 /* PBXContainerItemProxy */; - }; - 61EC1E7100C392CB8CA5BB0DECD4E1B4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "rn-fetch-blob"; - target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; - targetProxy = 520ECDEA4F26131598A61AE458C33C9A /* PBXContainerItemProxy */; - }; - 62379658DBC263F982EA87D007FFFC01 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-Glog"; - target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; - targetProxy = 9B2B9F661151C96DCE6BEA30A041B0A1 /* PBXContainerItemProxy */; - }; - 62FC3CDF97F72055A8995CA886CE8340 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = 7C3699A000AD49ECA1E9EA4C514162B9 /* PBXContainerItemProxy */; - }; - 62FDE0743BCBFDB425AC098F27153961 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMBarCodeScannerInterface; - target = 49821C2B9E764AEDF2B35DFE9AA7022F /* UMBarCodeScannerInterface */; - targetProxy = 5C0DD83DA84BEAE31CEE3ED30948FF99 /* PBXContainerItemProxy */; - }; - 63866BF5DF291935DB3B853A5DBC5D10 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = 9BA6F0312A03F04BA8ED816E1F98B9CE /* PBXContainerItemProxy */; - }; - 63A9291911B4D42E315FB72D00EE4F1C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-DoubleConversion"; - target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; - targetProxy = 5BCF9317BBECFBAB713FC6ED87C40E2C /* PBXContainerItemProxy */; - }; - 63B370EDB1AD436C1F3AE01E87F03363 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = AA9B9EDA8A21E52B653EEB1194BCFCA7 /* PBXContainerItemProxy */; - }; - 63E959FAEEFAAAC2B2101A861A8150B8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMPermissionsInterface; - target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; - targetProxy = 8C07A17CB9BD9BA870AFFE5C26D38455 /* PBXContainerItemProxy */; - }; - 653AA5B2DDEC798F45E9F9ECA45FE7CB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = E34E890716BD80336BB7009D27A49258 /* PBXContainerItemProxy */; - }; - 65C4DDACC72B6E7D8B1CA31B64F9D263 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; - targetProxy = F23B3991B66A324CFE87789B9B8AAE74 /* PBXContainerItemProxy */; - }; - 661C46777462E89354C94BF9DB38FD08 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = FDE2E1C7DC2F8060716F0EED9E6E8256 /* PBXContainerItemProxy */; - }; - 6695D726153ED417A3164D640EB60A2D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "OpenSSL-Universal"; - target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; - targetProxy = 44D989E9FB01CC7FD4DFA24CAC43CF69 /* PBXContainerItemProxy */; - }; - 67117CE4296F05AE294B6398CE40DB06 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = BE7C3B7820D8EBB3EEF03DBF258CEB98 /* PBXContainerItemProxy */; - }; - 67251D4B837F7843A94AAFB5BE42AE1D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = E615F5253093CF5EA23A980C3C85C638 /* PBXContainerItemProxy */; - }; - 68FAC79F22620F84C0DF62DCB5B24F56 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = 7B421B2F14A59E2D685C6A74488AF275 /* PBXContainerItemProxy */; - }; - 69105E74203CFC6FF5F19948AE978D23 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 8BB4366255735F5BE6DFB7F076A192A5 /* PBXContainerItemProxy */; - }; - 69206C96604DB7FA8E1F65B095B7F63A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXKeepAwake; - target = 0CF4D9052577C85B6B8C4E957332626B /* EXKeepAwake */; - targetProxy = B72AC0150F2BD867F4541F78A733627F /* PBXContainerItemProxy */; - }; - 693A3C9EB72198B7DE23BA2A0CE54E89 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; - targetProxy = 79810F66BFC5AE134F734B501815AFD2 /* PBXContainerItemProxy */; - }; - 69DD6A8F5C82F5F24B60DFEE2CF369E0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 5497CB46D57956BDC96C0FD40C477F1E /* PBXContainerItemProxy */; - }; - 69EAE876E18C5D9B149329D75D83A7E7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 040723DC8417ABB12508E03C99CD8602 /* PBXContainerItemProxy */; - }; - 6B38CC599A4E58A3FAB536B8A52F4C91 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXAppleAuthentication; - target = 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */; - targetProxy = D8CB97CA9198B846D789B7B838BA08F8 /* PBXContainerItemProxy */; - }; - 6B6801DEECCDC255AA198EFF971CE9C2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTText"; - target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; - targetProxy = D5B754B5BC620F987C817A535B15F7C5 /* PBXContainerItemProxy */; - }; - 6B81B7204997B0A64BA884F5B0DD5AE2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = A3A5883C95CE1503956BB3C0BC4950FA /* PBXContainerItemProxy */; - }; - 6B940E94D8C54631D3A1127E1DB9E9F0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; - targetProxy = CC70E5F00520E00D302257C80BE7A7CC /* PBXContainerItemProxy */; - }; - 6C04E75AFC77746BE88D536D3B4397E2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = YogaKit; - target = 32CA4CBD6B28983076BD93DA221AD027 /* YogaKit */; - targetProxy = C104C73005858C5F20D3A39CF71B512F /* PBXContainerItemProxy */; - }; - 6CAF14FAC5535761DC6D9DE1B1F0C09C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = 592538A7478181A905DF7AECBE455DA1 /* PBXContainerItemProxy */; - }; - 6DFF4367E63B2D9206B5CB872F55B7B2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 435E957229BC36632BF6F80594B976C6 /* PBXContainerItemProxy */; - }; - 6E5B2A1059B97BE0BEE14CE25866AEAB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactNativeART; - target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; - targetProxy = 24BDD5BB5BEDC1DE01B03364BA44C749 /* PBXContainerItemProxy */; - }; - 6EA2DB28700C509600436E2C0039A6CD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMSensorsInterface; - target = 2038C6F97563AAD6162C284B3EDD5B3B /* UMSensorsInterface */; - targetProxy = 586B77B6DAA25EB55BA547E26BD0FFD1 /* PBXContainerItemProxy */; - }; - 6ED3EA251DE08AE53FA2F02755C1469B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = F4F550024C6CC7C3FE9D743F1C9CF781 /* PBXContainerItemProxy */; - }; - 6ED4CF29FCB391666981272B2AB74515 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-safe-area-context"; - target = BD9A27D8398DEB3205D3F8937B0672A0 /* react-native-safe-area-context */; - targetProxy = 1B0D0C80BED4D6AF86F3CE5EE4CA2F34 /* PBXContainerItemProxy */; - }; - 6F8202F59D84F8B99D421D7EE4A1054F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFBAnalytics; - target = BDD119F8782FABE2707D3D913EC3EDE5 /* RNFBAnalytics */; - targetProxy = C37C33618C9F507D678B5B8FB9E46AC8 /* PBXContainerItemProxy */; - }; - 7009D2D44E8BCCE7D81F8C5F3D59D55C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-Folly"; - target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; - targetProxy = 947BF2264AEB5489EBB1D7E809453BFE /* PBXContainerItemProxy */; - }; - 706305956BBC058F23BD2DE1F567060B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = D0E659BD6F310AA9EE4AEDF8997F360E /* PBXContainerItemProxy */; - }; - 70CE172ABF720C77018C5E602F1DBC58 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-Glog"; - target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; - targetProxy = BE07BAE3CD5E31A0E0F1C10F30BEA381 /* PBXContainerItemProxy */; - }; - 713E30B9C92B73AD06980CD5E429DD7E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMAppLoader; - target = C452F579644C83E8D8E36EC24A9BBD46 /* UMAppLoader */; - targetProxy = 3FE558A16721166C149E2A974797FA5D /* PBXContainerItemProxy */; - }; - 714D769F1736061AAF6DF06772009414 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCAsyncStorage; - target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; - targetProxy = FC9F76484599CD9C2FF0785EC87D42BF /* PBXContainerItemProxy */; - }; - 714F62C22C445A6F1D98BC8CC7F76FBE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; - targetProxy = 80D2A04022F5E2C39D3A82DB7AE1392E /* PBXContainerItemProxy */; - }; - 72B8D4539BE774CA3D3046F8326E1F0D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMImageLoaderInterface; - target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; - targetProxy = 0466A3211967531C5D5C351A3D44158C /* PBXContainerItemProxy */; - }; - 72CE4B9764D685F1A17DF459FF0D4D8F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 6F46F1BFC8561F52FDE417794092CE9C /* PBXContainerItemProxy */; - }; - 734E1A7BBF21764B199DA871F4DEE700 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNConfigReader; - target = DC0D417AC8ABB7AA10C20A5E0F065812 /* RNConfigReader */; - targetProxy = 2372042EEE4058587C642D42DF10CF6A /* PBXContainerItemProxy */; - }; - 7370D9CC068A49E14C3536FEFC8A1F32 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-mmkv-storage"; - target = 74DAFD196634D10887C9A4E7BA19A5E4 /* react-native-mmkv-storage */; - targetProxy = E7BB11035126E55A87436D301DC8D842 /* PBXContainerItemProxy */; - }; - 749E1945124CDC37F08E94072C762F0A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = 4E820DBE304800D72F67EA1D3F00ACCA /* PBXContainerItemProxy */; - }; - 75609AAA5D97FDD1B82FFFE6BD4A22FF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 9AFE98C63C149A4A8479663B204B3C97 /* PBXContainerItemProxy */; - }; - 758C8949662400005C04CBAF57270FE6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = B288A605FD3F5AD938B3C90BC6870C5F /* PBXContainerItemProxy */; - }; - 75B8F31BF80423F8F8B3D008DADA94EE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXFileSystem; - target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; - targetProxy = FC3D800419D01C7D998442B0F8BF7846 /* PBXContainerItemProxy */; - }; - 768AEB79331D20BABB3D792C5F9AF95B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMBarCodeScannerInterface; - target = 49821C2B9E764AEDF2B35DFE9AA7022F /* UMBarCodeScannerInterface */; - targetProxy = 64AB077C62DF74CCC7035B57DCFDB419 /* PBXContainerItemProxy */; - }; - 76D5D8B17BE1EFBB63A2D5ADBFFAC9A3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 201F51803C5A4DB75D21F1E03493E26F /* PBXContainerItemProxy */; - }; - 77284B22CAD2AE16DBF21D626F01858E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXConstants; - target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; - targetProxy = 766A6F49BD52569A1CA57E02D2464535 /* PBXContainerItemProxy */; - }; - 772D7CC7A8109448A8D8932E0DDF28D9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 9F6A00F3323163F0C3D26126C579C427 /* PBXContainerItemProxy */; - }; - 773C8501D26C1468515EEE5B19D21614 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = libwebp; - target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; - targetProxy = BCF11A8ED386522C3504E8A5C5938D6F /* PBXContainerItemProxy */; - }; - 773CA3B4644002355684BC0E63D94E2C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; - targetProxy = 16BB386D1EF4B2977FDE4976418E94F9 /* PBXContainerItemProxy */; - }; - 78107DDA5F04B294F85C8763B2B682EF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransportCCTSupport; - target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; - targetProxy = 201DD08735905747248CB7768714E004 /* PBXContainerItemProxy */; - }; - 78229B736F792FF6ED968FD4BFE3B213 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFBAnalytics; - target = BDD119F8782FABE2707D3D913EC3EDE5 /* RNFBAnalytics */; - targetProxy = 32CB1ED2689AB493169712BA6E5990B4 /* PBXContainerItemProxy */; - }; - 784E619D51190B6E5163A9CAED7F850C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = 0C46C821BC882F25612524A8D91DD5D1 /* PBXContainerItemProxy */; - }; - 7979A244A9FC6D3D435E95E92DEB53C2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; - targetProxy = F3D239D821A90600920DF85639AA8C3C /* PBXContainerItemProxy */; - }; - 7984081ADC54A30471528AD1B8027ADB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = 91CFF9D5E6CB07F64C61C9B4FF55CABC /* PBXContainerItemProxy */; - }; - 79CD623DDB65D202FEB0A3785B89D8AA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFBCrashlytics; - target = E3573FB7AF659C42B699003C73722241 /* RNFBCrashlytics */; - targetProxy = 8FFFFAC0F460044001266EAE31F97D81 /* PBXContainerItemProxy */; - }; - 7A06DF69F1EDA1CB0833A3BC3B6DC584 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = C3BBBB505B2EAE53DD2616B2090A1B25 /* PBXContainerItemProxy */; - }; - 7AEF61BFC4BAA099A65A373FB2DFD93F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = A781678C22FE5A9CAFE63E790B84EC80 /* PBXContainerItemProxy */; - }; - 7AF4C55776556B9771301EE1B02264BC /* PBXTargetDependency */ = { + 19447ABAEC014849BB63AE1680FD87E4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DoubleConversion; target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = A7FCE243D4692704F96D94E16FA6B168 /* PBXContainerItemProxy */; + targetProxy = 84FA7DBA04B5F19033F0ED39752E97A2 /* PBXContainerItemProxy */; }; - 7B93B5D0DA97CE285F1FB3D45E01AE07 /* PBXTargetDependency */ = { + 1961B90BC65AE9758BBFE2687A7C9291 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = B9202183FB0170D9F0D7C57423B21415 /* PBXContainerItemProxy */; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 088E6FEBB8CD1A4606682A2443CE4D74 /* PBXContainerItemProxy */; }; - 7C1262F42044DC4AD1B55FF79D986342 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXImageLoader; - target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; - targetProxy = 871C7FE8A765C753088F4C495418B9C0 /* PBXContainerItemProxy */; - }; - 7C96516B488D29F9D62F6065B3B3C87F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXImageLoader; - target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; - targetProxy = 808A68B6D9CF70B489B51401A010C120 /* PBXContainerItemProxy */; - }; - 7CA900E0D3A164F3E11783536B3FC594 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 42D8E6739E5E4A41D0A7BD59AFDA61F1 /* PBXContainerItemProxy */; - }; - 7CEAA3A5F4C4D71CED0DABB3A9B008D2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; - targetProxy = 4BFB8BD1D37F7628FF30F91B6744A4DB /* PBXContainerItemProxy */; - }; - 7E6485B47F9A4C2AACB3C96F8EAE6B4F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNConfigReader; - target = DC0D417AC8ABB7AA10C20A5E0F065812 /* RNConfigReader */; - targetProxy = A691BB69C7C1E53AFBADCA6674340B3C /* PBXContainerItemProxy */; - }; - 7E99418BE3588F61197C32AB5E2BD20B /* PBXTargetDependency */ = { + 1962EECD37A592FD8934DD601FCEEC4E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 04A1D91539C782D8A78D6D761AE30E70 /* PBXContainerItemProxy */; + targetProxy = D0D94D1FF0EE463A94BF902FC77B1267 /* PBXContainerItemProxy */; }; - 7F5E0936CD7B6BBBCFDBBCF12775BEB3 /* PBXTargetDependency */ = { + 1B7D919BE882FFB00AF4C55658EDC4C9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 007DC3E702E4F7F0FF7280F82EA59F64 /* PBXContainerItemProxy */; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 4D2169B6B41C26F6CE44B60639BAA7AA /* PBXContainerItemProxy */; }; - 8088518046B93825728171B753A34D05 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 6F76AE8AAA593A5A0A89598AC18CAC8B /* PBXContainerItemProxy */; - }; - 8091BCB249BA59FE186820B7DB38F148 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNReanimated; - target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; - targetProxy = 724A7A49B51E86EB043DDA2B94615144 /* PBXContainerItemProxy */; - }; - 80BC0EB2020F939002455D1AC093C34D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 6822697841BBD2BA14537F9FE36F62E4 /* PBXContainerItemProxy */; - }; - 81F1C32D81BC30F5B6E89B90D748EB1D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 00B049A02D4B37A7B3ACF22454568BE9 /* PBXContainerItemProxy */; - }; - 8302C19B11825F5363A898854593C31F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = 693035C613E655EAD61FE2671A05A921 /* PBXContainerItemProxy */; - }; - 8340B19CCB115AD0E449BC297ABB668E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNConfigReader; - target = DC0D417AC8ABB7AA10C20A5E0F065812 /* RNConfigReader */; - targetProxy = 55FA7E0DCD1B0E0670BE4C6EA53A802A /* PBXContainerItemProxy */; - }; - 8394AC06BE041D945968246BAB2EE544 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; - targetProxy = CBA7E8CD1D7E68A24AC6DA7D6ADB8888 /* PBXContainerItemProxy */; - }; - 83FDFA081E7D3A623C8E2134C45AEF0C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = A889D858D9076F075AA05EC3670193F2 /* PBXContainerItemProxy */; - }; - 8420D240026B562C250E522E52A1ACA4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 65FA1A9622A6AD6ACBC3A7716D1D7267 /* PBXContainerItemProxy */; - }; - 844F097586946D2FC678F4A8022876E6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMPermissionsInterface; - target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; - targetProxy = 8FCCE82B7665859CD979980F756A1624 /* PBXContainerItemProxy */; - }; - 84926174BA3CE99A8CF55ACB29A3604B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = EAC979CF121EF8473F989DDEAA95DE81 /* PBXContainerItemProxy */; - }; - 84D44F85829C37220CE672EEE6C9563F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXKeepAwake; - target = 0CF4D9052577C85B6B8C4E957332626B /* EXKeepAwake */; - targetProxy = 395A38E81B997F9FC3206E4BFC774A9D /* PBXContainerItemProxy */; - }; - 857A480099F946DF16B49BBA40965B04 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-simple-crypto"; - target = D985A509BFE270C95EDCBE6B4CBAF189 /* react-native-simple-crypto */; - targetProxy = 82A339359407204822D6CD5A3790D5AD /* PBXContainerItemProxy */; - }; - 8590B11A76FC0E095EBB3AC7D8C04DAB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 10295303A9F4B8DB0B133A4F44B78613 /* PBXContainerItemProxy */; - }; - 864C92C0C64946F4B964FAA3D4F845CC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 625C0F06E0F96E18B18A74BA1EB3C658 /* PBXContainerItemProxy */; - }; - 86BDD1C7820678EFC4EE3C9E4FC2B0BF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; - targetProxy = B5B551A4B76FE12033464C4344654D02 /* PBXContainerItemProxy */; - }; - 87421A098B905CEA0D54A890D932E8BF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFBCrashlytics; - target = E3573FB7AF659C42B699003C73722241 /* RNFBCrashlytics */; - targetProxy = AC67C274770FFE6A9DB5CDD23B989760 /* PBXContainerItemProxy */; - }; - 88B5DD25B0AA72331A03F9C7E03D42D9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNGestureHandler; - target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; - targetProxy = D55A931CCD1D5E895883BBA5D559CED3 /* PBXContainerItemProxy */; - }; - 88BC9E5D86899FC9A772575224F38B94 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = E5A9A6B9C0E1A1E9ECD85566464DAD1C /* PBXContainerItemProxy */; - }; - 8912197064C8151442A0DB68470BC959 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 54DFE6074AF2853EC76C1F6791092404 /* PBXContainerItemProxy */; - }; - 8A041E561D77C62630A24B99E99E1199 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = D9B71203C497DDF9B1A23505B549B880 /* PBXContainerItemProxy */; - }; - 8A66B1737C5EAC42E39573AA0EE02F52 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 78D8981892F171EFDA1AF7D4298FE3E4 /* PBXContainerItemProxy */; - }; - 8ABFF5AC7A431642038ED05578847E47 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = E067174639DBE225E9ABE02C6D2F4C82 /* PBXContainerItemProxy */; - }; - 8AC7BEB4D03BA739837FB3AD3E0F68EC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MMKVCore; - target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; - targetProxy = 2BBBA5D7E8A0090D82C916892C67EC37 /* PBXContainerItemProxy */; - }; - 8B1DD77218BBD544DA8855B0C20F6461 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = F4DDA1D76876C6446C0BBE83A37CB3C8 /* PBXContainerItemProxy */; - }; - 8B38E182CD6512613B24E1EBAD29C1DD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = CocoaLibEvent; - target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; - targetProxy = B1AE16FE98EF632115BCAF099C13F79E /* PBXContainerItemProxy */; - }; - 8BC2B4C479F4E79434F8B62BB52DF209 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = F0FC5F4E6D80FA0F4A5D84EFED652F8D /* PBXContainerItemProxy */; - }; - 8D0EEDC0BBD49EF9C4B5C199EDFD0164 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-orientation-locker"; - target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; - targetProxy = 6AA914E7BDDAF61AAF608A83F59FCB89 /* PBXContainerItemProxy */; - }; - 8D82E8BDA0A3831BBEA3B684F118CC1B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-blur"; - target = EEBB8D24F2B3531A5C5DAA668D02331F /* react-native-blur */; - targetProxy = 92C77A95BC818870732BBC614F820064 /* PBXContainerItemProxy */; - }; - 8DA0E3C5E00468065FC2B31262003A91 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = 4380834B2B845CCC049557B2F95A92CE /* PBXContainerItemProxy */; - }; - 8E38381DAF0C2289A327A4709F9587F0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = 71FD9E61869031C4E800D2D416542DFE /* PBXContainerItemProxy */; - }; - 8E6F661B9360336B4B2C7D5E66FC046F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; - targetProxy = 7EE5A43606E228056CD657FB11C11629 /* PBXContainerItemProxy */; - }; - 8F3DA8D751E84E43C996DCC9BEB3104C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNBootSplash; - target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; - targetProxy = 04712305F4497ABA437DA4382EB20BF7 /* PBXContainerItemProxy */; - }; - 90305F5286BCAF2C40710E58A7581B62 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; - targetProxy = 76A33CAB7B7F1685AD48804C447C530D /* PBXContainerItemProxy */; - }; - 9149B8AB62F54BAD2E4CAD3C4B6FF454 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-CoreModules"; - target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; - targetProxy = B3EAF97590EBA50D045795CA651E5633 /* PBXContainerItemProxy */; - }; - 91B0056A57738499BA82E125B07522D8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNDateTimePicker; - target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; - targetProxy = 9985087F13E6F605F85BC4B7545AEEE2 /* PBXContainerItemProxy */; - }; - 91BB9A0B21EA4DD619359F790D401664 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; - targetProxy = B6F24029128F9E1139F3B061B256C8BE /* PBXContainerItemProxy */; - }; - 920F8040A010C2EE2550AAA9CF95CD08 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 6D30162B546A926AC3C0E1A2C3205D68 /* PBXContainerItemProxy */; - }; - 92888AEABF207F5B5FE264E0341C153E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = EDD4E8D26160174B5A2889350B31FB79 /* PBXContainerItemProxy */; - }; - 928E034A5D0F4184689D09B27582B92B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 38675A5EAC80865686E17DF9E6B6AC1D /* PBXContainerItemProxy */; - }; - 928EEC71B2EDF81A6D08E23550FE0623 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = ED699AD55E7626A73311D145A7504670 /* PBXContainerItemProxy */; - }; - 9293BE07CB06C7B68089F8FF95E328AB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXConstants; - target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; - targetProxy = 7FFF7B230E1A256C7F620AC6E9C15D40 /* PBXContainerItemProxy */; - }; - 93866E0498E7EA300DB73E059A9883CE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; - targetProxy = A2B1FA66808909149E17517B9EA3AA76 /* PBXContainerItemProxy */; - }; - 93A0EE1487624BA26498AFCB24F4F10E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = 5BE4B78DEF1F73561061A828A52B434D /* PBXContainerItemProxy */; - }; - 93BB9AB58A4ABC3E6D66FB74B05986BC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; - targetProxy = 0F5D334A0B78B8ADC5FB0E1B93843FC4 /* PBXContainerItemProxy */; - }; - 9430D476768A8E6EDFAFD15260A1A2ED /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; - targetProxy = AFE2EE8260F73C2CC305799DA2EAFC26 /* PBXContainerItemProxy */; - }; - 954435C4CDAB037B5E68CFBDE743E468 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = 0538F85B716AEAA2CEFE222FA7925729 /* PBXContainerItemProxy */; - }; - 95973385A10C7EBEF5A94626129BE542 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFaceDetectorInterface; - target = 2AD4F40E67E1874A0816F6B34289EB41 /* UMFaceDetectorInterface */; - targetProxy = BEDB3FB4D05D931060FAD76CC6BFE9A1 /* PBXContainerItemProxy */; - }; - 96DEDEE8A3075A3D5B2E0C4982CF5FE4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImageWebPCoder; - target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; - targetProxy = 8B06E7BCA2266A21E2B8C27326925A5E /* PBXContainerItemProxy */; - }; - 9748DDDECAD1C6A2C786D46F089E025B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBLazyVector; - target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; - targetProxy = CAA05B2B305F9451CE6EF7D333D4088B /* PBXContainerItemProxy */; - }; - 97513AC5AA886A71E0BB010C4784B8F3 /* PBXTargetDependency */ = { + 1C868B69F085D1FDBB2C9F54BF2FDD87 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = EXLocalAuthentication; target = 869CED37B4B77AAE35DF8B6E70788BBC /* EXLocalAuthentication */; - targetProxy = 062EBB7E8A882EDFA7A0231E62F1FD61 /* PBXContainerItemProxy */; + targetProxy = 76AB8DCD61A82C2361F0D0001B8B77E6 /* PBXContainerItemProxy */; }; - 97D574EC9CBA760F50ED5C68CA649ABA /* PBXTargetDependency */ = { + 1C9FB44DE2549DBF1B4F52C10DD07CE8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 66D8E5FCB44D8921961210FA4FDEA026 /* PBXContainerItemProxy */; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 4541473AED3B8C0BE841288F37EFB719 /* PBXContainerItemProxy */; }; - 97D85F7636870DE8A0ED0F2181682EE2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNLocalize; - target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; - targetProxy = CD199B3AE0115C5BC368DDE3CBFEAA39 /* PBXContainerItemProxy */; - }; - 97E5EF6798C93062DBE727647B64D994 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMPermissionsInterface; - target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; - targetProxy = 8C02ABF4A9ECE9C7D81649214DDE1F1A /* PBXContainerItemProxy */; - }; - 97E73BD6FC039FCB71326BDA0914D3A9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 07BC5656EDFB5696C3DB6271F172706C /* PBXContainerItemProxy */; - }; - 97F9FBB73C213B2F5EE620866C58B04A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNRootView; - target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; - targetProxy = D2AB1A10403E552B74F1C73D98B628DC /* PBXContainerItemProxy */; - }; - 9870FDC23A8A463531E0C2585333D0B9 /* PBXTargetDependency */ = { + 1CF60D4E31629111AB673200097A7D91 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCameraInterface; target = 0A915EE9D35CA5636731F8763E774951 /* UMCameraInterface */; - targetProxy = E21A6D68474FCF385DE9D90D5150FCD0 /* PBXContainerItemProxy */; + targetProxy = F2FE4D20E8D0A22A4CCDC832DCF95EF7 /* PBXContainerItemProxy */; }; - 99FB62B45D3BB13225A8C56A7223F2F5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-DoubleConversion"; - target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; - targetProxy = 6FEF1A45F6CF42634D5D43E0F200953D /* PBXContainerItemProxy */; - }; - 9A0511570A1C040145B488D0578A281E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransportCCTSupport; - target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; - targetProxy = 362B6EBB0482B462DDBF3917CD474FB5 /* PBXContainerItemProxy */; - }; - 9A600B05E41594ED82A18F26916B57D4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MMKV; - target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; - targetProxy = AF063C76CE32B49C89F0C51FB077E96B /* PBXContainerItemProxy */; - }; - 9A97CD590E0E48E526D700424B4992AC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = DAF33BA4E9128E7A940E5959C5755291 /* PBXContainerItemProxy */; - }; - 9AD617CDCD9CB1CBE88D70AB36F176AC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 8B0BF11FE3F3DC6B85C2A011A2822FEF /* PBXContainerItemProxy */; - }; - 9AF8017A8DA0470620F16A6AD1C1A356 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNReanimated; - target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; - targetProxy = B16F027D4ACEFBDF38EFA517B007DCD0 /* PBXContainerItemProxy */; - }; - 9BE51577BADDED2EA8FB2A9F8979F1CD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = 4C51EB93983BD939A84DC86410D3E085 /* PBXContainerItemProxy */; - }; - 9C141977FB6C41589CF4E655B63F6BAE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 22B4C1D3B5411AEF50743A577471650B /* PBXContainerItemProxy */; - }; - 9C6E0C955D1B647E4281377E27DC6182 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCameraInterface; - target = 0A915EE9D35CA5636731F8763E774951 /* UMCameraInterface */; - targetProxy = A9AA6D5BDC7D7D51E120D1DC02977452 /* PBXContainerItemProxy */; - }; - 9C7126D8DA5D4B18DC035A4589158183 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JitsiMeetSDK; - target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; - targetProxy = 655D80C036E58B9D2CC5D33C8C9E741C /* PBXContainerItemProxy */; - }; - 9CBB9D1B4ACA03FB5EEF9785F68705CC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = FF2CD09AA8C6EEEC2F87EA66D547AA93 /* PBXContainerItemProxy */; - }; - 9D0B05842447499AA4423A96D9BF91B5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = 3D67A1538BCF20AD3D05DC14B23E7870 /* PBXContainerItemProxy */; - }; - 9D3BEA226A88A9FA4995C81AD2D91505 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = B108FFC123794DCC6175B9D174FD156C /* PBXContainerItemProxy */; - }; - 9D764523DD70A031236C7F776F5B199D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-restart"; - target = 3ED96FB9FE1D18D5F1239C60A109F98C /* react-native-restart */; - targetProxy = D3BE428A4572B4F91654A507ED84F519 /* PBXContainerItemProxy */; - }; - 9DB905FC82338A4682771BCB60C4804E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; - targetProxy = 8CA202F236CD0676FC9EE1BB310B3BD0 /* PBXContainerItemProxy */; - }; - 9DBEED324085967F45CB11FBA1683D80 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImageWebPCoder; - target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; - targetProxy = B136C61CD96C153A571228F08E645987 /* PBXContainerItemProxy */; - }; - 9DCDE71CFFAB7FE4ABB5C5E083D6EF79 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = C53295EE011E150AC37C7C6B7F92331D /* PBXContainerItemProxy */; - }; - 9DF1E105E21C2275D7D4908C50909106 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCrashlytics; - target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; - targetProxy = 6898EF3B55B074BF430C54B6FBDE6C14 /* PBXContainerItemProxy */; - }; - 9F982935C457330C68296ECEEBBBB17A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImageWebPCoder; - target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; - targetProxy = ADCA3A81C29DFB359A7EBC2826218F64 /* PBXContainerItemProxy */; - }; - A06ABEB57CDED79D92DAC7B07FF6565E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-PeerTalk"; - target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; - targetProxy = D964D812B589C06EC79693CBCA255517 /* PBXContainerItemProxy */; - }; - A0F27498182F9E7E6D5DAB33331489F1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 936940B220A4FF5A05DC1A35C5528B61 /* PBXContainerItemProxy */; - }; - A1121C5ECC7A21672DA1CD1B34E9CD0B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "OpenSSL-Universal"; - target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; - targetProxy = A741B9EE37F7EE8C4E514A0B0166EF02 /* PBXContainerItemProxy */; - }; - A19A281838940D99002DB04F2D815993 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 27209ED90059BFD7C4A8030B1688E10D /* PBXContainerItemProxy */; - }; - A21D9BB313AF70031DC508277CC229F3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-webview"; - target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; - targetProxy = C875071DD16A7D5EA6A4F6DA1D60BB2A /* PBXContainerItemProxy */; - }; - A233FB3C9FDFDF83425422E10DF6EBA6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-DoubleConversion"; - target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; - targetProxy = 7F84593E48ACE1FF99E8DBCE07F12B2D /* PBXContainerItemProxy */; - }; - A23A38E919EC66537643DEE497C18725 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-appearance"; - target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; - targetProxy = 779F7A3281A080C7B03FBD793914DACD /* PBXContainerItemProxy */; - }; - A298B785DD83E9454F3E8BB2DF1B3B01 /* PBXTargetDependency */ = { + 1D90CFF3F7F784799033DC582F6FDABB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTNetwork"; target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = B5246D751FDCC50495772A80B676EA5B /* PBXContainerItemProxy */; + targetProxy = A4781A5387AEE976007F60872DD76AA0 /* PBXContainerItemProxy */; }; - A2C4860B8ABACF739380ABFB42610DB1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = AEB144180C2402FB3C05221AF0241036 /* PBXContainerItemProxy */; - }; - A2E351BF7783FB58A8709194FE7A68BA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = D561ADC24DD71AF6C0C29A90DC207ADA /* PBXContainerItemProxy */; - }; - A3DA417AD27F81633C91D31B4A5E1D78 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 8A30B827385D1039C34FA80B31014641 /* PBXContainerItemProxy */; - }; - A3E14DF9522D2D50A2071FF9DA677BB6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = 9460166324AAEB05FAE417237323DEEE /* PBXContainerItemProxy */; - }; - A41C0C9E1D5B1B18318DC47113453594 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = A28722C196AFA9BAC1ADD7D504CE8253 /* PBXContainerItemProxy */; - }; - A432977964F9C11568D1B8B1C0727415 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-Folly"; - target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; - targetProxy = BB019D44D6D237BA75BD1B80741C1C21 /* PBXContainerItemProxy */; - }; - A474331A4031FDE8AAABD28BF8C5D32E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Flipper; - target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; - targetProxy = 4FD92BFC6873F59799E8FE65BB378A58 /* PBXContainerItemProxy */; - }; - A47DE357FF49370307328176E1F10A7D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXFileSystem; - target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; - targetProxy = 64377BC0C6561C8CC7E04E40C08C0917 /* PBXContainerItemProxy */; - }; - A494AE5EA4AED5AE05A9607B2E7D2AF0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = KeyCommands; - target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; - targetProxy = FFB7E5399CE23D62A1F9E5F0906AA8C5 /* PBXContainerItemProxy */; - }; - A4B53C0CCF8A03314FA4A3F4209E3283 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFontInterface; - target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; - targetProxy = E59D8DC887E7DFDE91D5C678C5F220E0 /* PBXContainerItemProxy */; - }; - A4DAEC72CD1B57E9D381BE45B67C145D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFBApp; - target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; - targetProxy = 94670D625676D59178B03303CD732B2B /* PBXContainerItemProxy */; - }; - A55C60F5B8574E081C187B24BF6EE3CF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 793E7C696BBE6E8BEFD4C2D8D5B0DE28 /* PBXContainerItemProxy */; - }; - A57089AA3740B09BBBA006FE60CC5771 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = CDDC615918B6019B7DAC82EB0AE36B65 /* PBXContainerItemProxy */; - }; - A571419FD4D76CF41E1927DAFF8A52E5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = 4F299557E76E9FE7C5123C76C214CB77 /* PBXContainerItemProxy */; - }; - A5A02B26534C74079E505989011DAEA4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCMaskedView; - target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; - targetProxy = 6875C58FA62ABD5BE18F588F0A1A7193 /* PBXContainerItemProxy */; - }; - A60ABF5C3EF969BE48E5D73F4FF2F160 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = B35E6DFC3E8D4BB0F5245FD2743BD618 /* PBXContainerItemProxy */; - }; - A69A12DD69669798C0A5AE13E822726E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 9C03FD38B35EB839ACF3141ACB96AAED /* PBXContainerItemProxy */; - }; - A75636BCED1F1E2FFC8F21B215C8482F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-callinvoker"; - target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; - targetProxy = A9EAEB09900E793FFA601162D64049C2 /* PBXContainerItemProxy */; - }; - A797DDF6BB42C700844AE9DDE100CB17 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 98D85FB2D6B6553D779F96D02340ED10 /* PBXContainerItemProxy */; - }; - A7B56909E621D9B106C9552FF5CAD0DB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTText"; - target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; - targetProxy = 561212C3DFF5F7FDE32C3ADA0D23BDDF /* PBXContainerItemProxy */; - }; - A8134A3DF7E5D67DFD62549F6A8534F5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXFileSystem; - target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; - targetProxy = 5474C4DA3F7538AE5BC585A393B3FBDB /* PBXContainerItemProxy */; - }; - A88139EBEA41EEDAC6CE2F6C06E41BF7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-blur"; - target = EEBB8D24F2B3531A5C5DAA668D02331F /* react-native-blur */; - targetProxy = 2799808EE5A360DFAAD0DD5C904A7C53 /* PBXContainerItemProxy */; - }; - A8CC546BB736F1959C7A9343C3E657F9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXPermissions; - target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; - targetProxy = 21D48A5B6F27BEFCB9B68A40951F4EBB /* PBXContainerItemProxy */; - }; - A8E9B7D3CF5362805BF798DD0D362D03 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; - targetProxy = 891108929AF0F9AA52ED92135AD201AE /* PBXContainerItemProxy */; - }; - A97AD3D8DD32BE37921405EC705E557B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNReanimated; - target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; - targetProxy = CB204D704E0CAF2AC6DB688689386BB7 /* PBXContainerItemProxy */; - }; - A9D2EA89EEB5AAEE21AA3CCFC12FD28B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 40D668DCA8D7533C80FE995A0A237105 /* PBXContainerItemProxy */; - }; - AA6B9308FF8FC0B7C74954E89762ABDA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 2D40A7BF6FAA66BD8BE92BDFF86BF391 /* PBXContainerItemProxy */; - }; - AAC3753A2B114DD01166A9D33FA7FDE3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 56AD0AF38C4415DBD0E2016D70E0DCD5 /* PBXContainerItemProxy */; - }; - ABF66AA4BB4F196AD5D9C309FC0BE6D7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImageWebPCoder; - target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; - targetProxy = 0A1DBBFD543070C46FD4D239A9FAE7DF /* PBXContainerItemProxy */; - }; - AC1DF7CC839B1EB87807FC08296BC39F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = BF08FDF6511B5F1E16933AE2FEF76ECD /* PBXContainerItemProxy */; - }; - AC5E8DCF38204D520FEB90D56EE7290D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = ACAFFF52C5E07D9574DA5AB97D93EDB7 /* PBXContainerItemProxy */; - }; - ACAE210A8DE8C3572B8DC974398112C0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "OpenSSL-Universal"; - target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; - targetProxy = C6E569CE655659619F5FDF583658A1BE /* PBXContainerItemProxy */; - }; - AD042ECD62FB7A49834CEF4B816F826C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMConstantsInterface; - target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; - targetProxy = 4679DA885854EB7CCC10DF993B7BDB3E /* PBXContainerItemProxy */; - }; - AD30D6F283DCB7134E55ACC3ACEB5D22 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = 16B44B69BB99DB2B8330E6AA733FF4FC /* PBXContainerItemProxy */; - }; - AD81FB30E597F72C2024559EEE7BE3C8 /* PBXTargetDependency */ = { + 1E22DFBBBAE6A04C84F802914A86503A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNLocalize; target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; - targetProxy = 6DCCC9F5ED974103524766B6CC6F903D /* PBXContainerItemProxy */; + targetProxy = 2F63DE62677D56905790B947594B5331 /* PBXContainerItemProxy */; }; - AE2453739BB8C85568087514285F1AD0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 50A0661B014177E87DB9AE93AC5874F8 /* PBXContainerItemProxy */; - }; - AE32CE64FBB390F8A291A9D23D84FA8E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = BugsnagReactNative; - target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; - targetProxy = BA922A8141D2B8A20D42C58AB80F1F42 /* PBXContainerItemProxy */; - }; - AE36797B60D8C2E5E2E8032A3673DF6D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = 136A548AB533D1943A366BF48CF3A423 /* PBXContainerItemProxy */; - }; - AE5D260FC7A7AF5C210DD8BAA5F9076D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-RSocket"; - target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; - targetProxy = 62A9D97AFFC20ACDB05971BD2B946822 /* PBXContainerItemProxy */; - }; - AEEA7870DAC61F326A763FB8D4624C48 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = BE07A7C2F3FFE5C7D3C36FEA5EA71390 /* PBXContainerItemProxy */; - }; - AF6BFB3F0E5FC6C7B0F7A29A0CACD526 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-callinvoker"; - target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; - targetProxy = 79F44525810D4CF716634DC75D2F05FA /* PBXContainerItemProxy */; - }; - AF79C00100062131FD12352AE28AD8B5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNGestureHandler; - target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; - targetProxy = 8F674E7928A841821C5617874E754452 /* PBXContainerItemProxy */; - }; - AFCBF85329CE4F5E1DFB248062E120F8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-slider"; - target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; - targetProxy = 48DC78F95974212A092DAFB6FB5189AE /* PBXContainerItemProxy */; - }; - AFDB5FE23B21DFA2D21DB21683BF48B8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNVectorIcons; - target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; - targetProxy = 54CBA71E32155B190CC0CFEAC6D1DEC4 /* PBXContainerItemProxy */; - }; - AFFEE2CCBE19298ED3B3E87210035B54 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = E773911981B52DC12D18A9C6D0C0186F /* PBXContainerItemProxy */; - }; - B1AAF22A907C1373987D35CA02762445 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = B2BF3EAD5BFF2031234E43FFD07AC8C4 /* PBXContainerItemProxy */; - }; - B2B428C902029B402167658E17837A47 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMConstantsInterface; - target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; - targetProxy = E4685D62B2A31E397A5C0452D2AB24D4 /* PBXContainerItemProxy */; - }; - B2C0898FDE1229457804AC0A3D879986 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = AE90B1BB871F969BED837E44EBDF79B0 /* PBXContainerItemProxy */; - }; - B3561DC3F40F8937A46D2AA7A46D0116 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFBApp; - target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; - targetProxy = B809FF97B3749205FC7B1D8151F6AD27 /* PBXContainerItemProxy */; - }; - B496DC76BEAC0FF1E77B74E035D2865F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBLazyVector; - target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; - targetProxy = 4794CC8F28B9B402F7108CE638A75C1F /* PBXContainerItemProxy */; - }; - B549965D6A0413AA4AA978995EA3BDE9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNDeviceInfo; - target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; - targetProxy = 6D1AB4BE06DE9561B4F28F289EAA310B /* PBXContainerItemProxy */; - }; - B5D09988CC0AF5DEA630B1DDDDC1FA98 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMConstantsInterface; - target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; - targetProxy = 69E0C4B9B71FB3680A4932D4BF79DC1C /* PBXContainerItemProxy */; - }; - B6B6DE0A309B9B9D4E57213742B7D471 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCMaskedView; - target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; - targetProxy = 91193795A48265BD36AE8245230005CA /* PBXContainerItemProxy */; - }; - B6FA507E201D2106E9835D25FBB1867D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = E2838A3799EFAB79BFE8F19D0E90FE74 /* PBXContainerItemProxy */; - }; - B72360B23DB55C4503EFF1349C26C534 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNImageCropPicker; - target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; - targetProxy = 22EDB4A52EE5DEEFA892B7098A67354D /* PBXContainerItemProxy */; - }; - B724BBD9D0FD4F80A9BC285BAC5AD342 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = BugsnagReactNative; - target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; - targetProxy = 78F22AE0966CC979D9C80EE7C7EFE37E /* PBXContainerItemProxy */; - }; - B7C6EF46CD30BDEC839AC474CFA7132B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNGestureHandler; - target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; - targetProxy = E80F85958328A941AC5EE85A2F270E45 /* PBXContainerItemProxy */; - }; - B83AF00551E479D7DFA24EA9A25A20AC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-Folly"; - target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; - targetProxy = CA41CD84B514C9AA16A7D2751447F897 /* PBXContainerItemProxy */; - }; - B845D7EE377AC17C26B251CA553B81F0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = B33D103D9B8AA4B4E357409BA71957E5 /* PBXContainerItemProxy */; - }; - B9FF91406010C0D816BB19F188705925 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TOCropViewController; - target = F3966F664F3CFAEFAB57C40FB54D3788 /* TOCropViewController */; - targetProxy = 483F827055C9B02FCBF809D165D7E43C /* PBXContainerItemProxy */; - }; - BA479A972D72F10889477D8599E56F8F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXAppleAuthentication; - target = 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */; - targetProxy = B06509A285FE80EB3553648CA105C1D3 /* PBXContainerItemProxy */; - }; - BAB94540A1C1A599F8F4D9B0DD6F2E66 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = 11D28D7DC177C37540B5335524A24713 /* PBXContainerItemProxy */; - }; - BB6443B4BD855169E284B28C1DFEB26F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 11CF7F1CB3DBA629FE2629964D9C1804 /* PBXContainerItemProxy */; - }; - BD0196F0A641929EA61FB479123EDEA8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXHaptics; - target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; - targetProxy = 088FDE6298E9D4EC74AA9D9F95BFDC8D /* PBXContainerItemProxy */; - }; - BD0F5C88E0DF9166B9B919F2B329189C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 2104B934E7FAAF9633FCB8442A4FB9A9 /* PBXContainerItemProxy */; - }; - BD7754A43D26D20C5B84D8FB949C2A60 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-Folly"; - target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; - targetProxy = C6E2653BE5D409050A12A14DEF945A29 /* PBXContainerItemProxy */; - }; - BD90892A1BB0D92DA9C731F13E027D03 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = 6EB6AE46E361756BE8730DAE28EF2935 /* PBXContainerItemProxy */; - }; - BD93D664CB0392E75F63CF3CB8664608 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBLazyVector; - target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; - targetProxy = 2EC168631003776B62352511A9723578 /* PBXContainerItemProxy */; - }; - BDD31D32E6CA3A489DB0CBDB882B0628 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-blur"; - target = EEBB8D24F2B3531A5C5DAA668D02331F /* react-native-blur */; - targetProxy = 38AEDE2A4924E4C4E87D9F0BC8186B27 /* PBXContainerItemProxy */; - }; - BDE1380B12558A959EC215BBD1532194 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-notifications"; - target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; - targetProxy = D5E5F1FB7F663EC6BF194D76AC0D7ECC /* PBXContainerItemProxy */; - }; - BE1CB50E7BBD24668D026E07AF27D979 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-jitsi-meet"; - target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; - targetProxy = 3F0F17FE5974DFEAC5C82A4F8F1401F7 /* PBXContainerItemProxy */; - }; - BE7F4D6E614F8A78D3D47287EC695530 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-cameraroll"; - target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; - targetProxy = C365C1DB81F7B77D58860E9024AF7876 /* PBXContainerItemProxy */; - }; - BF34763FA84DA28A9E3240026EB80A92 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = F1A07852C4EDB14C67F4CCFCA0938375 /* PBXContainerItemProxy */; - }; - BFAD117F4EC2178FB534034DAF05A713 /* PBXTargetDependency */ = { + 1F89F41D0F4872DA3DDC549CAD3AA777 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "OpenSSL-Universal"; target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; - targetProxy = 6656F8CC065B4AB99C5D2357B0A75F31 /* PBXContainerItemProxy */; + targetProxy = 8D0D84510FADCCECCF2096A1649E7C63 /* PBXContainerItemProxy */; }; - C036CDFB56653D738CD642565BD12C4C /* PBXTargetDependency */ = { + 1F8D1EE63B176988B464B732C18B31B7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Flipper-PeerTalk"; - target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; - targetProxy = B7C6B45CBD6028DF950F9F23DC389169 /* PBXContainerItemProxy */; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = CFFCE42950C72EB92473E46CCDB27861 /* PBXContainerItemProxy */; }; - C03818B15BCCBFC0207C6B607906490D /* PBXTargetDependency */ = { + 1FD4E7EA4EBF9F7590F937B3A82187C4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMPermissionsInterface; - target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; - targetProxy = DF62E053A856B1277419AB62A8478F59 /* PBXContainerItemProxy */; + name = "React-callinvoker"; + target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; + targetProxy = 9E8E845F8CAC3030F5B589B5F675E4C3 /* PBXContainerItemProxy */; }; - C0C4C97225A7C53BA3247DF0990D8056 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = AFA836207D4564259FC9CE714643E9C0 /* PBXContainerItemProxy */; - }; - C0F9530E805636728034A819AAE6EC7B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXWebBrowser; - target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; - targetProxy = 6BA5205FB7242124168029341831A40B /* PBXContainerItemProxy */; - }; - C1118B1D585611D2BB6E10544DDCC7A5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; - targetProxy = F5DC5D28B60913D77A57D85B2401CF5D /* PBXContainerItemProxy */; - }; - C15322F11B547F9A3808A93EB25EC474 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-webview"; - target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; - targetProxy = 5BAC30F8AFA28C78FDDB0319BD18F70F /* PBXContainerItemProxy */; - }; - C190D6AFF06C70D64C646812062226CB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXHaptics; - target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; - targetProxy = 436D3BDA71B2675C7697124103B57B55 /* PBXContainerItemProxy */; - }; - C28BEDDB79BD58306682F5B0C9E34288 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FlipperKit; - target = 982644B5B647690B2E4F5B3F54EB5717 /* FlipperKit */; - targetProxy = A22DCB1B3FEAD21336C283F7C90A75B1 /* PBXContainerItemProxy */; - }; - C43D1BEA9943989782070E884DFCD53B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; - targetProxy = 8DA6B2D147FFBFFF1E4ABDF8AD379083 /* PBXContainerItemProxy */; - }; - C5792FC026AE3DCD1BFECDF1B58F9D0E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 78D302905B05E63E7ADC8014D521B922 /* PBXContainerItemProxy */; - }; - C63D9CA1083A15F1DD6D3458055B5B8B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = ABD4921687CB1A86F7BF61BB1CC97FD6 /* PBXContainerItemProxy */; - }; - C6627C34CF111A45E7F2C444EB4930ED /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNVectorIcons; - target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; - targetProxy = 1E2263747D1290B4BB9A9D5A328675D8 /* PBXContainerItemProxy */; - }; - C6CD6540FCA40711F0B2DEA2D4F04EC5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = D3F737F019C757B8EF03A811948FACE7 /* PBXContainerItemProxy */; - }; - C764D5565ED733885EFC85C10474BBDE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 0C954DAEC366D0D941CABFA9D7D0EB88 /* PBXContainerItemProxy */; - }; - C77F486FE77C5E9B5AA298B0E94554C0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 17D0D3F32A2C4C1BBFEB26A884B258C7 /* PBXContainerItemProxy */; - }; - C7A9E5147C052B3458645ACA0A978009 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransportCCTSupport; - target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; - targetProxy = B5EDDC0F1A54A9BB55CB759912405965 /* PBXContainerItemProxy */; - }; - C7F2F9F9612EF0423FDAFDCCE1E5E6DC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = TOCropViewController; - target = F3966F664F3CFAEFAB57C40FB54D3788 /* TOCropViewController */; - targetProxy = 4E4948861F1BB3352397DEA2E76B0BC2 /* PBXContainerItemProxy */; - }; - C810344F364B2C71C6241F976936A3FE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = A6490E89A0CCD1842A657E26E695643F /* PBXContainerItemProxy */; - }; - C845FD2FF6168CDBF02B171DDFC778FB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = 0160DA3C2585D03B20B3BB88B053CF44 /* PBXContainerItemProxy */; - }; - C89626B2A0EDB916588A7E2673EE8F5B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; - targetProxy = CFFBE06A904E4747C15CA078EC99248C /* PBXContainerItemProxy */; - }; - C8B1913BB13582842DBB45105ED4B60A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = B41965FE065F7C19697E23E97A9EF5BA /* PBXContainerItemProxy */; - }; - C9A42E8229A723B12E29D081B644BBDC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNRootView; - target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; - targetProxy = 872140A6B26D30BA107CA8CEF233B035 /* PBXContainerItemProxy */; - }; - CA0BD20CB9AF0F7AB7E6FFE1242C8E7B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 442674B9409BC04221D6130E5B61D2FD /* PBXContainerItemProxy */; - }; - CA58031182FA68252D13CC9A0865F8BC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNDeviceInfo; - target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; - targetProxy = F09CD208C2A405271D0F4D61078814ED /* PBXContainerItemProxy */; - }; - CA6BA6E8F6DFABC38E40B575E1AB444A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = B9B9E207F9E4BBCC1322D4CFF1AC76EA /* PBXContainerItemProxy */; - }; - CB0BFFE34B88114673896D22138DA1AD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MMKVCore; - target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; - targetProxy = 2A2ACFC9F69EE33FD4AC3BAAB2BBDE42 /* PBXContainerItemProxy */; - }; - CC1E5389D8507E220AA4B2B567654993 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = C48DD09B725096D91C837EB3F48A7F57 /* PBXContainerItemProxy */; - }; - CC457FCF5730A812C82525B51613CA28 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMConstantsInterface; - target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; - targetProxy = DFC9348AD3956125332D40565EAAEA32 /* PBXContainerItemProxy */; - }; - CCC716E4D951BE7CAA5FAA310F23605C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-jitsi-meet"; - target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; - targetProxy = E4BEA58CACAC2E3D64AC4035AD8C4CFB /* PBXContainerItemProxy */; - }; - CD7CC3133EF0814A9F706851B7FAD62E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 5E3A78499BF7A2DEF37E2E1AD2A17DFF /* PBXContainerItemProxy */; - }; - CE05DB738523B34E61A79F15093A77D3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JitsiMeetSDK; - target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; - targetProxy = 27D9E72C797354C3CC729E5A48FF6242 /* PBXContainerItemProxy */; - }; - CF7AE4F42A3A537ACCF142EACFF9BE44 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = DF89F6BD09B1138E1D948A7BD64E456D /* PBXContainerItemProxy */; - }; - CF91DB1191494396EA362F8EB37C6C5F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransportCCTSupport; - target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; - targetProxy = BFEDFA0F4DCC511AB1A77AE44939C9FA /* PBXContainerItemProxy */; - }; - CFB9B605ED747A98DADFBFD7BBEC4340 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = D0A32B8E538927CCC1A3C80BE5171169 /* PBXContainerItemProxy */; - }; - CFC95E38AE3FAE4F5B3A00184A572DF1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-DoubleConversion"; - target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; - targetProxy = E085ACAEE5E99DC8D5FBF3BB8DD25C75 /* PBXContainerItemProxy */; - }; - D0A54A9F6807FA0DDD1C17D3ABAD9E85 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = C365106113C3FC60DCF3C804899894F6 /* PBXContainerItemProxy */; - }; - D12006AF3D1E943A99BC65DEF6E1E671 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 87B1A34CCCADCCE8E5C67D40FE0DFB5E /* PBXContainerItemProxy */; - }; - D1335B440F33593023D4F8991A52155A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-background-timer"; - target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; - targetProxy = 553FAE41ECA4C383ACCFC30700057B41 /* PBXContainerItemProxy */; - }; - D13D061B15D743C84E4B2D04AF7D01F6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 7216FE8BCB8A484A89E4AEADB311F1F4 /* PBXContainerItemProxy */; - }; - D178C9A66D95F35C88A6D568C86C8672 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = 24A75DD65B7EA38270B4368939B203FC /* PBXContainerItemProxy */; - }; - D24598A587C3B5DEADA8A5A612B22508 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 03FCCA415F081A531FE9731A50F92C51 /* PBXContainerItemProxy */; - }; - D2836C3078393E3CF6B1E9FB5CC47F7A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFontInterface; - target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; - targetProxy = 5A1F984BD30663EFBFD83CA40B0CDDBE /* PBXContainerItemProxy */; - }; - D416F61EB1AC71F2A0F26ABB4573E823 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = 84F78B7BB5211C73D9E840D554D27E38 /* PBXContainerItemProxy */; - }; - D41B9FF47361394B64A0CD6926B80031 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCAsyncStorage; - target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; - targetProxy = 4D4637283648E87A483B25AAF0689F88 /* PBXContainerItemProxy */; - }; - D4BC0BD5BCA862B3D8C92F0D78305112 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = 3F88CCF0198B488A055CAD119422D4BD /* PBXContainerItemProxy */; - }; - D4C90F92F20B601E943DB6370098C0D6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMTaskManagerInterface; - target = 50188AAB5FAECCA9583327DBA2B0AF2B /* UMTaskManagerInterface */; - targetProxy = B1D0691489B898D1275CBCAD8DE005AB /* PBXContainerItemProxy */; - }; - D531AE042059DF174E7A5FEEDDDEE6E8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = YogaKit; - target = 32CA4CBD6B28983076BD93DA221AD027 /* YogaKit */; - targetProxy = 5A8934AE2D9AE1268D9D57FAF41B1D54 /* PBXContainerItemProxy */; - }; - D57F1ADCBF3A9155E34DB416AFCA0322 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = E9F3536318C786E82B9F502F68DCD957 /* PBXContainerItemProxy */; - }; - D59692D512BA3335D551DD016AA179C6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-document-picker"; - target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; - targetProxy = 0520EDF472FEF24C4F0DC2B40EA302C8 /* PBXContainerItemProxy */; - }; - D5A11D52CDFB728314099D2FDFEC6771 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 3722C61766D85A7191C152AA9E83C297 /* PBXContainerItemProxy */; - }; - D690D4F5A1E89D8BB3F407457C5B1740 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-Folly"; - target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; - targetProxy = 6897DDAE69C015340C1F264FBF11A8F2 /* PBXContainerItemProxy */; - }; - D6F04C340DEA250B7EAAAC21C6F2FD4E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFBApp; - target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; - targetProxy = 6F22D36112B91D475EE095173C2000E7 /* PBXContainerItemProxy */; - }; - D70142664F8CFA4C0A0632419EA6EFD1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 4CE793ED68F32D74744E9DC3367E090F /* PBXContainerItemProxy */; - }; - D77DE9F218BC97A8BE48211EE1DB29CD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = YogaKit; - target = 32CA4CBD6B28983076BD93DA221AD027 /* YogaKit */; - targetProxy = 21F7B89F1503D471A48AB845C3A40147 /* PBXContainerItemProxy */; - }; - D788DC07037E70FEAFE80CE30556AAA8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFastImage; - target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; - targetProxy = 744A03DAA8D33B3DBFC904BE3FB564F0 /* PBXContainerItemProxy */; - }; - D79401F0BF02467D3BCCA95C933E45F9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 6CF2A0977402DB340C509C78CD979425 /* PBXContainerItemProxy */; - }; - D805C96E341D0CDB00BC1F644EA14F47 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNBootSplash; - target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; - targetProxy = 88472B5365779E7A223C0E975EA262C4 /* PBXContainerItemProxy */; - }; - D868D0D5D2E14186DAA63986216B9C09 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-background-timer"; - target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; - targetProxy = 4DECBDE8D6EFAA31C897FFD942913CE4 /* PBXContainerItemProxy */; - }; - D8CA6AF44BAC18B49617542F85199C5F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = D1DCA99AB24663B17E8A829EEAE429F8 /* PBXContainerItemProxy */; - }; - D8E46C91307E60DC5B52DB652E6150B6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = E78D30F3812D94C10EFE5CE2E62C60FA /* PBXContainerItemProxy */; - }; - D8EE9EFAA2A09F75B0A5676C98139B9C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Flipper; - target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; - targetProxy = B0389199AB9DF45D887183199B31A4A5 /* PBXContainerItemProxy */; - }; - D9306BFEE98ECB6A5DAD991508FEBA53 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 28DFE2B3BAF29104AE784BE84EB51B7D /* PBXContainerItemProxy */; - }; - D9812F3337370B78B4C3AE1F1A984B35 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCrashlytics; - target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; - targetProxy = 35EC0E10363708EB6290BB873AA34A96 /* PBXContainerItemProxy */; - }; - D9C84731A5DDC7694FB172D5392CBA6E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXAV; - target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; - targetProxy = 310B228CB66815AA2F6995D44C8777CC /* PBXContainerItemProxy */; - }; - D9F552D543BC9AED07C9EA21D2BE0992 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; - targetProxy = D20E80A9A41FF4FFE3670653318E6B3C /* PBXContainerItemProxy */; - }; - DA44955957CAECCBB3CCF7DA594DE190 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMImageLoaderInterface; - target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; - targetProxy = C037E694D401222C40AAE1D9D96854D7 /* PBXContainerItemProxy */; - }; - DA9AA7E9632FC0E6809601521EAD9C2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = C26AA18BB8439689455432F00E9346E0 /* PBXContainerItemProxy */; - }; - DAE4774601C60BF410BD52D129B32707 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMReactNativeAdapter; - target = 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */; - targetProxy = 99298BCCE47E6E241100783AE1B43651 /* PBXContainerItemProxy */; - }; - DAFBFBC42F6A3AD2DEA2FD22C7CD976D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 854A39BAFE21AFA13C7A89C54F003C24 /* PBXContainerItemProxy */; - }; - DB2F88E45C75A1C657542E8F5DDE6936 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; - targetProxy = 1D12EEB268092F25FFCCFCB1AEB96655 /* PBXContainerItemProxy */; - }; - DB7EEC60663128A7B2C4FA39A349F513 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 2B80EEE13DC136A141BB453C3F313F0C /* PBXContainerItemProxy */; - }; - DB9D5B8BBBB656EA977A2B525E8BE5F8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCPicker; - target = D00F24222F074B31C56DC6D05E806A35 /* RNCPicker */; - targetProxy = CC15D57AADB2EE1DB1A3BA2B737C52B5 /* PBXContainerItemProxy */; - }; - DC93AF922E9D6A6667BC3B6C9767AF37 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCPicker; - target = D00F24222F074B31C56DC6D05E806A35 /* RNCPicker */; - targetProxy = AD2939EDDC7F425D761177CD7894B78D /* PBXContainerItemProxy */; - }; - DD1DA048BC2FE788F124CDCABA4F22E1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "RNImageCropPicker-QBImagePicker"; - target = 6D979AB5FDA2E858850D9903776A30B3 /* RNImageCropPicker-QBImagePicker */; - targetProxy = 1E3009638DEE4F80BD1CAEECAC40BE03 /* PBXContainerItemProxy */; - }; - DD70601D112A13D22216CBBDF4CB39A7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; - targetProxy = B0FBEAC7E2951AC89BE7FD7C5E07911B /* PBXContainerItemProxy */; - }; - DE21B68DB34A1369E5662977EFC9493D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = 4358C83AE1B2271D9F66397DDCD558CF /* PBXContainerItemProxy */; - }; - DE2AC0702C9228A981E57356945E90B1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = CB430F28C57E79328801326560CCA250 /* PBXContainerItemProxy */; - }; - DE677A005A65A84380957328B1FF4DF2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = C3815B92A0AA6E2F1905034AA19D5212 /* PBXContainerItemProxy */; - }; - DE8BD2D9C2682EEE8420175C8791B0BF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMImageLoaderInterface; - target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; - targetProxy = C719D140EF45203AFA31842E015F147F /* PBXContainerItemProxy */; - }; - DEB061036DFB6A9AD5266B1269F90E66 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 97D277BF37F415532CFD8872CCDA303A /* PBXContainerItemProxy */; - }; - DEBE9A18C4B6F2F789357A4957F2B9BA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFBAnalytics; - target = BDD119F8782FABE2707D3D913EC3EDE5 /* RNFBAnalytics */; - targetProxy = F3AF05952FA9A6717217C052B1407A8F /* PBXContainerItemProxy */; - }; - DF26CE413986142540B3801C34BA9056 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = DE297D37392853E66BDAC4053D898401 /* PBXContainerItemProxy */; - }; - DFCF983A278A858E268AC7AA0B4BFC1E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-PeerTalk"; - target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; - targetProxy = 7F7D46EBCA4401BDCE3ACE1AB919DD66 /* PBXContainerItemProxy */; - }; - DFF33E36EEB90F607CB909609B26BEEB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-Glog"; - target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; - targetProxy = 30FB212833A19CEE0EB020B9487C80AB /* PBXContainerItemProxy */; - }; - E01FE8A357DD619006F123D8B7924702 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = 157097021CAFDC4A152E7194178887F2 /* PBXContainerItemProxy */; - }; - E119284B2E73F3FD252BABB05536A988 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = DE154BFBF3DFA94C4CA1EC7E30E5FD6A /* PBXContainerItemProxy */; - }; - E1B320227F80AD6A80C7846E5DFEEC69 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNScreens; - target = 214E42634D1E187D876346D36184B655 /* RNScreens */; - targetProxy = 1EE3A99CCB5E530A6EB7ED97B63622E9 /* PBXContainerItemProxy */; - }; - E3612577A422F08E7781A1A557182E09 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 0954C0DD1C337B08D0CF0A1D39794F27 /* PBXContainerItemProxy */; - }; - E3E326A38F6CC7D827BBDC335539B4D7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXPermissions; - target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; - targetProxy = DCACBCF57DD69B0C32A862A4EFE88737 /* PBXContainerItemProxy */; - }; - E4E6853813E2941508FE5BEFC3D890DD /* PBXTargetDependency */ = { + 1FE0B6537D1AD2E0C71721BD084C95E4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = CocoaLibEvent; target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; - targetProxy = 11BBBD654F22B7882D6E5DE20528D3FB /* PBXContainerItemProxy */; + targetProxy = 4E28ED5325CFA970FB274E0C695EBA99 /* PBXContainerItemProxy */; }; - E5094F1B7A5F25FCB6035418C901E546 /* PBXTargetDependency */ = { + 201ACACFADDF771A3780995F90D88191 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = D212CC972A0EEE3CDD4B9AEB808FF9B8 /* PBXContainerItemProxy */; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 92DF5927AA15E05E63297809BB0312E8 /* PBXContainerItemProxy */; }; - E54F115A93F018753C1A2859B7348860 /* PBXTargetDependency */ = { + 20233A6D2A2EE803CA62A488F08AE780 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-netinfo"; - target = EC577C5CB1DC59A7464ECEF266A75B42 /* react-native-netinfo */; - targetProxy = C436D6EF831D25874A716CAD9A0B0152 /* PBXContainerItemProxy */; + name = RNFBApp; + target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; + targetProxy = 60004CBAD9624F5A99430EE406B6FF05 /* PBXContainerItemProxy */; }; - E5C7060697BAE9052E469238A68E92EE /* PBXTargetDependency */ = { + 206C6F0D2D08A4CACA646D38758244E6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 5092391677BE1ED19608A1865CFEB085 /* PBXContainerItemProxy */; + name = RNCMaskedView; + target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; + targetProxy = 3726206541B59782A3DC9A816E25923D /* PBXContainerItemProxy */; }; - E5D32AE1F1A55B0A7D2522A6BB0CC280 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; - targetProxy = 1E2460C2B29E21BBBCAD0F31771D1999 /* PBXContainerItemProxy */; - }; - E6E155F3F8B4D3B8D89C2EFE3FE927C0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = 7C526D733C6862282F59109C66454904 /* PBXContainerItemProxy */; - }; - E72456134CBD8042BC4E5267B5788BA2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXVideoThumbnails; - target = 4A95B7CD1D5F80C5E8CD9CDA00D41F70 /* EXVideoThumbnails */; - targetProxy = 0326B9D8018E9F215F5594016C0E5D35 /* PBXContainerItemProxy */; - }; - E725817B2C4B2E822B43FBFBF498BFE6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNDateTimePicker; - target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; - targetProxy = 3EEE1AB5055E738FF5A63CA3BBE3B018 /* PBXContainerItemProxy */; - }; - E807AB2AF6293A9AFDA2B046FF8B05D1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = 3548F9A1E570A23CEEE92686A9AB8567 /* PBXContainerItemProxy */; - }; - E8179CD1B99CCFB486F2A177A4B01895 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = D5B8349C91D187207DF3208915F3B124 /* PBXContainerItemProxy */; - }; - E85284EDC65295C3657A32FD793DF625 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = 146D54D131C32ED840276480B26F1CC6 /* PBXContainerItemProxy */; - }; - E855D3827CF3E8EE69123AE19A3B00C1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = 880CE1A8FAF09B665F0CBB9ABA0D30DE /* PBXContainerItemProxy */; - }; - E90A748FE593E4573D064E51C03FA248 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FlipperKit; - target = 982644B5B647690B2E4F5B3F54EB5717 /* FlipperKit */; - targetProxy = B539D0D2509F076F9B3C494836B9E215 /* PBXContainerItemProxy */; - }; - E943E6EF6BA72B6BE8D3FC0DF9F24B8E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNImageCropPicker; - target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; - targetProxy = 5C2DE98B7D4AE0EFDB39EDAB83AC2290 /* PBXContainerItemProxy */; - }; - E9E0F35874B7D3B824B267A79032DD31 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Flipper; - target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; - targetProxy = CEC23C83A1D64EF02D74E7E724EC6EB7 /* PBXContainerItemProxy */; - }; - EB79092DDC062B32F37492017F28DD6E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; - targetProxy = 0EE67EEAACDCF5F1D74344E32C2666CF /* PBXContainerItemProxy */; - }; - EBF581D4E5DD9DB54CADCF07F72FA755 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMSensorsInterface; - target = 2038C6F97563AAD6162C284B3EDD5B3B /* UMSensorsInterface */; - targetProxy = B1634F3A1C53C178436C9C9B50274F69 /* PBXContainerItemProxy */; - }; - EC13B6CFD4D61229ED0B11782E3B7400 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFBCrashlytics; - target = E3573FB7AF659C42B699003C73722241 /* RNFBCrashlytics */; - targetProxy = C8261CE18B966E505FF0BB3BEBDDEC44 /* PBXContainerItemProxy */; - }; - ECD5C3425B411DDC79FB3BD9FCC6498B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; - targetProxy = 7B961307459CBE5B097048D8E5A899E4 /* PBXContainerItemProxy */; - }; - EF0ED845C2A1049724748D912D97458A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = 93530AA525B3D8F174CC02AA1A775844 /* PBXContainerItemProxy */; - }; - EF7E56FFBE1F165869B8CD4A58FB4BCD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = E41055C7D31C1F1C6571C7E0C77356E5 /* PBXContainerItemProxy */; - }; - F31481681DEB4FFBD38B7912852C408F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-netinfo"; - target = EC577C5CB1DC59A7464ECEF266A75B42 /* react-native-netinfo */; - targetProxy = 24BA46788E7FF19D909F5E98DD7022F2 /* PBXContainerItemProxy */; - }; - F3357C95850EFD021F8D99D25B4348DA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = A0A13F2EF432E1BD7ADAD10BC0EF97C2 /* PBXContainerItemProxy */; - }; - F391B0C91BD111C0A5C06C542F974515 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 0690660CEBCEF3C21624AE02AD18AB15 /* PBXContainerItemProxy */; - }; - F4CE5C8B5B506C3B859414E079F6D16A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBLazyVector; - target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; - targetProxy = 781A75D876F1154C2F0198278767A868 /* PBXContainerItemProxy */; - }; - F54B45B995C1313F8CB02D578C316BCF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFontInterface; - target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; - targetProxy = F5B4E42231209B2B3976AE3E9DC3C913 /* PBXContainerItemProxy */; - }; - F640DC1434D20E0291A8CF99EDB83523 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "rn-fetch-blob"; - target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; - targetProxy = FFC143B1C6B5B7D7BF2519EDC8C125E4 /* PBXContainerItemProxy */; - }; - F64FF03AFAECD36C6B10EC333C7F7920 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = YogaKit; - target = 32CA4CBD6B28983076BD93DA221AD027 /* YogaKit */; - targetProxy = D92662FA8454B284BCC4FE009AA000A2 /* PBXContainerItemProxy */; - }; - F6F58603DF608794FFBA8F87113D9016 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-netinfo"; - target = EC577C5CB1DC59A7464ECEF266A75B42 /* react-native-netinfo */; - targetProxy = 0CE297A5A45CE63E0FAA60F310D03AA0 /* PBXContainerItemProxy */; - }; - F73C67F1B78F7EBE5B038208C27C1239 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-cookies"; - target = ADC4ACC657481AD27F9936D08FF7F49A /* react-native-cookies */; - targetProxy = 1856CCFF67643B85273B973968F3A10E /* PBXContainerItemProxy */; - }; - F742E818BCF1B7CCD14814C41F990F97 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-slider"; - target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; - targetProxy = 9310892EC5DAA2E2593D40719AD07420 /* PBXContainerItemProxy */; - }; - F79EB50679A1A3B13E1726B54D8AFDA2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-callinvoker"; - target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; - targetProxy = 47996F0E198C9D166C37A79E67579F08 /* PBXContainerItemProxy */; - }; - F809ECDCA588E05DEB04A812639A77EB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = 13F889D0614041A314015612FA010B73 /* PBXContainerItemProxy */; - }; - F83E9D27665B0096EC56B6C9AC89948E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = 8626A32DD635EA794AF0EEB833FDDF81 /* PBXContainerItemProxy */; - }; - F8411983A100139BBD7DA387A7B4AF8B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = D61A6C65EB21DC07A49316DECC818060 /* PBXContainerItemProxy */; - }; - F89FE2E615513155640712E3924D530A /* PBXTargetDependency */ = { + 212FA81F2469C6CF511511C189B03057 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 615A3B6CA3237567F0CB0670BC245DEA /* PBXContainerItemProxy */; + targetProxy = AB3879F831C680A8E39F24E2C0260A08 /* PBXContainerItemProxy */; }; - F8F59BA282AAA90906F5A4D04EC335B0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXImageLoader; - target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; - targetProxy = 4B3F1263BF7E3E9BCE571B401A178916 /* PBXContainerItemProxy */; - }; - F8FF318D75EE52D27FD650AA30717821 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMReactNativeAdapter; - target = 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */; - targetProxy = DFFD0871C7A609E0C37D589AE6FD61DD /* PBXContainerItemProxy */; - }; - F915423BA7C49DC985439B1ADA1BAB10 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-notifications"; - target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; - targetProxy = EFCB52B295360786B1E5B7E1AB238774 /* PBXContainerItemProxy */; - }; - F9B21130A8C26EC11B7A695E49A49047 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = C1B71361C5C2FEB71644F3B5847CD45A /* PBXContainerItemProxy */; - }; - FA52E4FDC2625BF5A65D6DA5F875020C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = B7F4524233E43327781CFE4D55ADE67D /* PBXContainerItemProxy */; - }; - FBDCE526967CDF68F184D1EEF29370C0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = B337AA785982E45539EA8701996D8489 /* PBXContainerItemProxy */; - }; - FC5C0606188D5351886298109A05DA55 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-mmkv-storage"; - target = 74DAFD196634D10887C9A4E7BA19A5E4 /* react-native-mmkv-storage */; - targetProxy = 50888A4E2B463AD5589651795D2588C5 /* PBXContainerItemProxy */; - }; - FC701BDC7AC4DA32667E8352E94105C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = A14ACB66F733A691EB41825FF0EA4DFB /* PBXContainerItemProxy */; - }; - FCAFBD9B696ACD2996F2A0D1D8FA275D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNDeviceInfo; - target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; - targetProxy = 75C543AFE32F07B9B63F72D04DC4400B /* PBXContainerItemProxy */; - }; - FDA6EBBF3948698C3891376F14743F90 /* PBXTargetDependency */ = { + 215C54F69FB47911F514BD056D620220 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = MMKVCore; target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; - targetProxy = 6BC354AB2533EEE851FEB7CEBD726766 /* PBXContainerItemProxy */; + targetProxy = 2468F913DE6414B7D9859760B69245B4 /* PBXContainerItemProxy */; }; - FDC2DD3DCAE47CAC2E2507060292A2C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMReactNativeAdapter; - target = 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */; - targetProxy = B8EE78646B945A7F5E67FB00F51BD081 /* PBXContainerItemProxy */; - }; - FDF014D625411F63A19B6571EAFFEA66 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = AC6A99D253D571D940736FFF0287F908 /* PBXContainerItemProxy */; - }; - FDF225025D91BB9165FCF04CF73F944C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = B5D793A8FF1E5961B468F49F06321DAA /* PBXContainerItemProxy */; - }; - FE832E3BC8D0D3BB4F2C7D354F5309E1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNDateTimePicker; - target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; - targetProxy = D567F8A0C5FB16376D5F47D1A8767A64 /* PBXContainerItemProxy */; - }; - FE92AC622F6C25065BDCA1CE505AF3B0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = DE128D9FD820244E62CF18CC7C669C6E /* PBXContainerItemProxy */; - }; - FF266C3584F2B70C2902C9E279A66048 /* PBXTargetDependency */ = { + 217244B68AB039709C57A9772D94FE80 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RCTRequired; target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = 3CAE63C423F63A4AC3FFBC109FC38A7B /* PBXContainerItemProxy */; + targetProxy = 40798F969964938825A285AEF65CA030 /* PBXContainerItemProxy */; + }; + 224B59D4D673DF9B9E6D21ADA2430DC0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 4D68B20A96DEA10535CA768175CB7FBA /* PBXContainerItemProxy */; + }; + 2253D08088A64946AF969F8C6FB887AD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNLocalize; + target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; + targetProxy = F4D47550DE954D538CE85A3784015399 /* PBXContainerItemProxy */; + }; + 23B4D82C1022A645E7597DC8A6EA36F4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-slider"; + target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; + targetProxy = D2943384A5543E700275B35247614452 /* PBXContainerItemProxy */; + }; + 23C4EF4BA78C1531F9E8BE0E7AE83355 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-callinvoker"; + target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; + targetProxy = 7846D560198008450E67B1FE71D9246D /* PBXContainerItemProxy */; + }; + 23E691FF367F96FA52463D59EA7BA573 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = ECBB597A8CB0518A6657ECC65B3FF18E /* PBXContainerItemProxy */; + }; + 2451C099501395006A190CB4EF662CC5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFaceDetectorInterface; + target = 2AD4F40E67E1874A0816F6B34289EB41 /* UMFaceDetectorInterface */; + targetProxy = 5DBDCFC4FE190D61685A4B5DC67BF9B5 /* PBXContainerItemProxy */; + }; + 24F1A08600BC668B2993E90B12E7C7CA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = F76EDAEE73405BFAF4D82C3030ECF3D3 /* PBXContainerItemProxy */; + }; + 25B212B0A5C476499903D75C5920C42A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMPermissionsInterface; + target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; + targetProxy = 8BD52883CECCD61DCF960BB36CC22658 /* PBXContainerItemProxy */; + }; + 2608D67C0406B96C298A22D1A0C55CD9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-extensions-share"; + target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; + targetProxy = FA896EADDEFA186FBCF0B742EC179953 /* PBXContainerItemProxy */; + }; + 26371950D5B797447E6D0D20D6B43090 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 8FF50D1D6A737316829F18FE4564A043 /* PBXContainerItemProxy */; + }; + 267D9EDEE4089BB90E2C55FD0CA7A712 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTSettings"; + target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; + targetProxy = FA5EB785982B36CE6856B2FEDF2D954F /* PBXContainerItemProxy */; + }; + 26EF68F06497289198E2085A0D0009E2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = 329BE68D46DE5E67AF756AF526FD9B8D /* PBXContainerItemProxy */; + }; + 272122856CDF86E21CAD325D26E38598 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFBAnalytics; + target = BDD119F8782FABE2707D3D913EC3EDE5 /* RNFBAnalytics */; + targetProxy = 7E326A20426F24448266C9D26F753712 /* PBXContainerItemProxy */; + }; + 273C93869FEA01B66EB5805AE7CE5CE6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = D67870D373DE7915D46462A0A83474E1 /* PBXContainerItemProxy */; + }; + 27454DEBF6A7D6BE12C557DAE5A00114 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = F2291920AB44356321C3145A1C8A26C9 /* PBXContainerItemProxy */; + }; + 28CA0EDCB6A75D81458BB2C196E347CA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = D113ED03540890E830104BC8020AFFF2 /* PBXContainerItemProxy */; + }; + 290A9AAC7FA5CD09BC2F36D182710A69 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YogaKit; + target = 32CA4CBD6B28983076BD93DA221AD027 /* YogaKit */; + targetProxy = 68908DD822EB092750857DA7D6049BB3 /* PBXContainerItemProxy */; + }; + 2951000CEEC061E195F290E6A54A4E2E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransportCCTSupport; + target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; + targetProxy = B5FEEB6AC23775B842B874354B54F59E /* PBXContainerItemProxy */; + }; + 29F32A3779EE4D35AF10BACA8EAD8BEE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCMaskedView; + target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; + targetProxy = 795478944C6E32E0CA775F6A638ABE26 /* PBXContainerItemProxy */; + }; + 2A934C949E2D96FD932FD826DB79CF3A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCAsyncStorage; + target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; + targetProxy = 99BCF1D46CD1DB74F6CD86D7912D0ABA /* PBXContainerItemProxy */; + }; + 2C4E82BF0EBEF574DD12700AB72DAE3D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMReactNativeAdapter; + target = 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */; + targetProxy = CFB99D01A212319DD7520E8E2A004BC4 /* PBXContainerItemProxy */; + }; + 2C83FC9EB661BC061EFA0B27D8557426 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 7A4A32E009B5288FFF3793BE45B07124 /* PBXContainerItemProxy */; + }; + 2CDA1C569538A277238B49FF14B3C3B7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Glog"; + target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; + targetProxy = 4A6F7A88166F4C5307881F4C9B77CD22 /* PBXContainerItemProxy */; + }; + 2D5B59D418260996A8ADC001B002A643 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 2479BE9EA6999EB1BA93BBBA090CACAC /* PBXContainerItemProxy */; + }; + 2D856C77BA4A5894878850034FB76390 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDateTimePicker; + target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; + targetProxy = B398A699E2D50A3A43209369E83A46B9 /* PBXContainerItemProxy */; + }; + 2EB54DDC86ED1D3727FDD1833BAC24CE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactNativeUiLib; + target = 037A1F31C4D99F52EC9FD2008FEC481C /* ReactNativeUiLib */; + targetProxy = 4928E1F7A2AFCA7490D9772A91069A71 /* PBXContainerItemProxy */; + }; + 2F3DEF3A707AAB527DF9CF49BD6E015A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCPicker; + target = D00F24222F074B31C56DC6D05E806A35 /* RNCPicker */; + targetProxy = 65E8F9FEA5E36FB1C90407D40155F9AA /* PBXContainerItemProxy */; + }; + 2F6A8828A44FFE5C4EFD583AA4A6A194 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = B015D4C9D121E7B69A18A4F5A9877DB7 /* PBXContainerItemProxy */; + }; + 2F87782D26FF9252E1361546CB47E931 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFastImage; + target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; + targetProxy = 1935BB0AD17AA88B5745D2D4838E1655 /* PBXContainerItemProxy */; + }; + 2F991409CE3A84FF67E02930731899EE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = KeyCommands; + target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; + targetProxy = 7312A2E187B11F839E54832C3AE9CB12 /* PBXContainerItemProxy */; + }; + 2FA058C495EF56042CEAC74E35BD0EA0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 326D1B86E7D8E62B492165FDED512464 /* PBXContainerItemProxy */; + }; + 304961235866FBDEA83E89E000204D90 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 51F1E5BA6F010B629464C4712CB7E936 /* PBXContainerItemProxy */; + }; + 3165F58EF4EBF9080BFC74C903A8ADCC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 79042D6F188898492E1A0482F2C55C71 /* PBXContainerItemProxy */; + }; + 3249697D56F5E85806BB97B827B8337B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = 639595E90A3BBD1358DA0838B178CB68 /* PBXContainerItemProxy */; + }; + 325D6DD68A50E9ADFAA49B5876888BB4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaAsyncSocket; + target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; + targetProxy = 2D5DCFA46186261D2BD7021B933070E7 /* PBXContainerItemProxy */; + }; + 32D64FF3D8FBC4219B94748D0B029612 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-mmkv-storage"; + target = 74DAFD196634D10887C9A4E7BA19A5E4 /* react-native-mmkv-storage */; + targetProxy = DB974DA8219EC0B663F25923536435FB /* PBXContainerItemProxy */; + }; + 33B923DA9E208E9A877B2A9D2EA17888 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreDiagnostics; + target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; + targetProxy = 4D2CA1D928ECC6D1241AA701B3D0FB4A /* PBXContainerItemProxy */; + }; + 34164883C94E0E28B6149E17D921C156 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = 42102334EAA0FB54FD612CBD6BF37A67 /* PBXContainerItemProxy */; + }; + 34DD2DB019EB593D54968749CF373FB6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 10F57E7F3D056180DACB1E7F62E7918A /* PBXContainerItemProxy */; + }; + 34FCA85A2B8B45B7A7817D2F19FA4BFD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = F38267F1DE9E7B7E5AC6E47C1F8AF9F9 /* PBXContainerItemProxy */; + }; + 35916694CB4AEC3839FA9A6523944D33 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 1F267629E2C45323716C85D5FF86C843 /* PBXContainerItemProxy */; + }; + 3599811BA47E2E2F4AEC5C87E10A5E5C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-cameraroll"; + target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; + targetProxy = E626F88A373BD83B38C3382ADC791DA4 /* PBXContainerItemProxy */; + }; + 35E394E71083E8421EBF8DA982E0A724 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-appearance"; + target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; + targetProxy = 5D9BEB8A9B7B3B4947AB2BFFAE382461 /* PBXContainerItemProxy */; + }; + 35E6F3F5FCC1EB05397A3D16641ADCE8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = libwebp; + target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; + targetProxy = 3664ADEBF5AA83A192D99CF6B94CAB5C /* PBXContainerItemProxy */; + }; + 368C9B2321BC1E4DBAD95065086B8CE2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 1BD790079707E87E59C4F51C7F208379 /* PBXContainerItemProxy */; + }; + 36E5238B382AAA54286417B3B5E404C2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = BAA432D313104D0E1D5DD524AE9528A0 /* PBXContainerItemProxy */; + }; + 374A591C032ED4A7EFC4CAFA7B77FDAA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = EE860676300EAC3448155A472E2EA029 /* PBXContainerItemProxy */; + }; + 37DF78EFA5D5E6254124FDAE53A35011 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 404F14974AD8D90542BA9656656CD6E7 /* PBXContainerItemProxy */; + }; + 3828B900C319BC294CE6FE08011512C9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-CoreModules"; + target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; + targetProxy = E5239535BD46AF573DDA3A1DA71C348C /* PBXContainerItemProxy */; + }; + 3895705681288B76BF2EA53FFA2321D8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTActionSheet"; + target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; + targetProxy = F096844C8C3473D90F2776B271170FAF /* PBXContainerItemProxy */; + }; + 391B67C81FA7EF548F0F379258962088 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTText"; + target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; + targetProxy = 75FDB7B6CFCD489CBE337679A7292AAB /* PBXContainerItemProxy */; + }; + 3AA22FB478641086BA6CC9A465BFD932 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-fetch-blob"; + target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; + targetProxy = F846125E29E251D70B1AD1C25A4A8570 /* PBXContainerItemProxy */; + }; + 3ADB664E5B1E60583BFE89E352A2E570 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMConstantsInterface; + target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; + targetProxy = 387E0DBFB25B91078C1244F731AA58E2 /* PBXContainerItemProxy */; + }; + 3B3E5ACB8EB0B16DE5508372C460CF4A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = 41A33505887B02EEF9B9E70A97601439 /* PBXContainerItemProxy */; + }; + 3B476F5440E083E2E501E73C70B8CCBD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNReanimated; + target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; + targetProxy = BFD507E40DD97CBF36EB2821FA14990C /* PBXContainerItemProxy */; + }; + 3BED14661E60C61D829D23118EB52FE1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-RSocket"; + target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; + targetProxy = 5B4DE6196462EA6CEF20AF1493E4804C /* PBXContainerItemProxy */; + }; + 3BF55021C42F4AA24BAA0E5F17C7328A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMConstantsInterface; + target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; + targetProxy = C9EAD16E109683FA55B420800E8A3928 /* PBXContainerItemProxy */; + }; + 3CADF7A8AE28EF7A969CBCFC4513A450 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = AA3F76F5EAB7A0EABC540F13189C16BD /* PBXContainerItemProxy */; + }; + 3D261E6D7FC43F862BB54E0361850198 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = 5D74A0A24AF6C867BB8DC2915C7BEBFF /* PBXContainerItemProxy */; + }; + 3D3958E2ED20C7D5B003E8F5F903F209 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-restart"; + target = 3ED96FB9FE1D18D5F1239C60A109F98C /* react-native-restart */; + targetProxy = 5F85CF2F6D174D2011461F33F6F9EF1D /* PBXContainerItemProxy */; + }; + 3D530DF97244CBCEAC4638C3E79FE370 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFBApp; + target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; + targetProxy = 7889A9128FC1E058C1CB08DDC8030CE0 /* PBXContainerItemProxy */; + }; + 3DE7216487698C96407E41C12735AECA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BugsnagReactNative; + target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; + targetProxy = 410A2243497E76AD07CD911A8368A806 /* PBXContainerItemProxy */; + }; + 3DEA4F77E3B1B2EB75E7BCE099516AC7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 57167F7967ED5FF3C36CD1BB5549A9B9 /* PBXContainerItemProxy */; + }; + 3E1138345A10298A389EAC5930D5C9AC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 26EA74B03763D19362BDC43457F2C801 /* PBXContainerItemProxy */; + }; + 3E4DB14D5D362D8E02FDF70959341BBD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 0A8667979D7484BC2AB31F698E24FBAA /* PBXContainerItemProxy */; + }; + 3F9693F6F8855A607BFCFA66BBEDD7FA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 5D9E02241FC8FB78D3D5F9BCBE127CFB /* PBXContainerItemProxy */; + }; + 3FADBF0AB344A2593FBDC5A26A71A085 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXVideoThumbnails; + target = 4A95B7CD1D5F80C5E8CD9CDA00D41F70 /* EXVideoThumbnails */; + targetProxy = 7BC8D57E9A6CDD06FBFB582BC47A3E2A /* PBXContainerItemProxy */; + }; + 3FAEC1472EF3E739D4415C284FDDFF9B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-PeerTalk"; + target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; + targetProxy = 7993E86CB7F0FF4F5716CA67949838BF /* PBXContainerItemProxy */; + }; + 3FC0948B54AF96773DAC5DB771FC9F71 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-DoubleConversion"; + target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; + targetProxy = 8A0A5CFE89DA4573790C927897B986C3 /* PBXContainerItemProxy */; + }; + 403FBCF740201E45BE4B0A94766612A1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImageWebPCoder; + target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; + targetProxy = A7B80C517D0050D429FC72B50E51BDC9 /* PBXContainerItemProxy */; + }; + 40614500C3809F18AD9718DDD4A21AFD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFBApp; + target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; + targetProxy = A91C614994D3A6DC8B416B5A2472652F /* PBXContainerItemProxy */; + }; + 4138335569766E78D3F33C842DE80A69 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-orientation-locker"; + target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; + targetProxy = F0CF7F160BB51EC331761D9943D0BDC5 /* PBXContainerItemProxy */; + }; + 41A0CF73A5359D78540DEA50B3657555 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFastImage; + target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; + targetProxy = B33D6E60479748EAB723D4855A48C594 /* PBXContainerItemProxy */; + }; + 42798451A157557D31508276275820E8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = 3B82560B79EADB7A7C3017F6B5A2D7DC /* PBXContainerItemProxy */; + }; + 42BE831A600931CC7BBF1F2543CF299E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = FCA51434010DA00CD0F21785C843CB4C /* PBXContainerItemProxy */; + }; + 42DB4FBF0229C76D4131346AAB3F36D8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = A031C45447B7CA68A76EEE813AC21C5C /* PBXContainerItemProxy */; + }; + 43F4D8DD720F367ACF7A63A28F66CB10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 22B2FE237AD19D4629FB0AC070909F8D /* PBXContainerItemProxy */; + }; + 44174FE673B528D3EF52E42C9CA95CAB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = 7E65B356FDA7E7C38AD252329602B3C8 /* PBXContainerItemProxy */; + }; + 44B325DA20BC8D86A1BDB1500BE5A1D9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-orientation-locker"; + target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; + targetProxy = 92EFAFD1041F6FB4A70BE47D2FD142CB /* PBXContainerItemProxy */; + }; + 457835CDD49DEB76A7AD94CF770DAD5D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = C74965A81D25FC996851798DDAB0429F /* PBXContainerItemProxy */; + }; + 461D405C85A42C4D4DE8B8EDBCDAAD05 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 58F3A215C53938224D13D7C37E13CE38 /* PBXContainerItemProxy */; + }; + 468F3B764E4B1282AAC5D9663A881E4C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = CCE447BF51011142BBCA66AE2C37AA12 /* PBXContainerItemProxy */; + }; + 46FAF1EC86BADFBA27A19F2851EDAE2D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNGestureHandler; + target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; + targetProxy = F45A4380F6593FABB8C3240FBD710523 /* PBXContainerItemProxy */; + }; + 46FD7FD1DE5CF7122103D6F029BFD8BE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 2747E9B82593CE407583DC62659F4231 /* PBXContainerItemProxy */; + }; + 47BA3969E3452B32B0E6CDC0DE0B7E8B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFontInterface; + target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; + targetProxy = DBCF6236F801CD04CE275BD2872F5293 /* PBXContainerItemProxy */; + }; + 488577C1802E2619C6EC4D9C9B73FD6B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = E57EB48731DF25B9E3D6472EF25509CC /* PBXContainerItemProxy */; + }; + 48F9AE8B1DF3B785FD1EF1DCD38CEB9A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 3DE28DB70930C0FE9FCF778653C22D4A /* PBXContainerItemProxy */; + }; + 49000148FB9A6D4D8863D13F43987F2C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 0B8D9E81A96E592DD9D7830155EC85A1 /* PBXContainerItemProxy */; + }; + 495623D485D69261077AE4B361591CFE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Flipper; + target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; + targetProxy = 77B2B4185F5D7C5F0097A6FB7FFC05CA /* PBXContainerItemProxy */; + }; + 49B03F90478E1949A3AA6518B86BD5FB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 56743D9D986D453A2020F8A52E425876 /* PBXContainerItemProxy */; + }; + 49B0D18A2FDF8E35D695F4BD3E354340 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNConfigReader; + target = DC0D417AC8ABB7AA10C20A5E0F065812 /* RNConfigReader */; + targetProxy = 745F3B76E29817C5EF0CED264D0D9798 /* PBXContainerItemProxy */; + }; + 49D738D2BDE65A9B23796CE70A9019EA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = D94CAC2E508B8683734BD07E2D1E3B13 /* PBXContainerItemProxy */; + }; + 49E118ED69E435632B0B5946ABF95573 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = D32B846410C78F0FEF498704820AFCB4 /* PBXContainerItemProxy */; + }; + 4B6E2AF13A2340E8101CC21ECC14721F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-mmkv-storage"; + target = 74DAFD196634D10887C9A4E7BA19A5E4 /* react-native-mmkv-storage */; + targetProxy = F284A6160716ECEE9F5A0D1C2ACC3BB1 /* PBXContainerItemProxy */; + }; + 4BF660772ACEC4DB7C0E5A24FC8BB18E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = A06C008A26B31C9BF1D0959B444469C4 /* PBXContainerItemProxy */; + }; + 4C68754F58D7478AF1C7EAEB9B607901 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFaceDetectorInterface; + target = 2AD4F40E67E1874A0816F6B34289EB41 /* UMFaceDetectorInterface */; + targetProxy = 6B548E9A5DA37E158C9880C055017E04 /* PBXContainerItemProxy */; + }; + 4CFB1C371127C6B1AC7BEF60CBA0278F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = F38062E2ECE55BF091AD03D1C677CE21 /* PBXContainerItemProxy */; + }; + 4D2843FEDE1E3B4DAFF17D3542B3AE13 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = AA601DAFF6F22D0B24AFA2146CABFBFE /* PBXContainerItemProxy */; + }; + 4D514204A0BE4147171411F91728E725 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 53FF816875F3DF809FD98398CA618E41 /* PBXContainerItemProxy */; + }; + 4D771013FB9C5B3CD8018B597A8E14CE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 5D508B8C550B1B07189EBD0087506EBA /* PBXContainerItemProxy */; + }; + 4DE69865E58460B30710F40E952BC5C6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactNativeART; + target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; + targetProxy = A2086B19CEDE4C1237FDDA43ED9E7141 /* PBXContainerItemProxy */; + }; + 4E43D27A1C3E1850053820F18F83C026 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = E9D1DC7D4BACCB772EFAAD852DC3D8F9 /* PBXContainerItemProxy */; + }; + 4EA2D428F44CD783A9CCDFB58FF2EE8D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = 49E33FFAE49C3DFDF4ACFA0055E5ED3D /* PBXContainerItemProxy */; + }; + 4FA3354285E49A4276811F18DE6A1911 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMReactNativeAdapter; + target = 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */; + targetProxy = 714D9DF63D60BB4ACED2510E95193506 /* PBXContainerItemProxy */; + }; + 4FBF8888A70BBB1EC2A9F2340993C459 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = A8ED3DC387B13AB2FC64A7885F649F55 /* PBXContainerItemProxy */; + }; + 4FEB07C1ABEA881115AD8CC5E030956C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMAppLoader; + target = C452F579644C83E8D8E36EC24A9BBD46 /* UMAppLoader */; + targetProxy = 2DD5699CF330FE07BBEC936E4F8E7621 /* PBXContainerItemProxy */; + }; + 4FF8D9053D6DAC55F93BE6FA7BAFFE10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 3D743EFB2357453AC3425053A48C64FD /* PBXContainerItemProxy */; + }; + 5035A6A4E59F26F5E2D83DD65E7FC32C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-cameraroll"; + target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; + targetProxy = 86156BAFED7CF10E445A7A1283A4E8ED /* PBXContainerItemProxy */; + }; + 5083CF6030735C6F4744F52705D7F1A4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFileSystemInterface; + target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; + targetProxy = CFF66A321F2FFFCA318C4B9DBE466F44 /* PBXContainerItemProxy */; + }; + 5083FB8C12ECCB7D59454DB7C5D98CDD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTVibration"; + target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; + targetProxy = B559C17FFEEA76D830A21B5BF2607A10 /* PBXContainerItemProxy */; + }; + 51C338C236B4CE34C5C6FFF931ECCBCC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 1282777F317E657E4142702C02CC6285 /* PBXContainerItemProxy */; + }; + 5205CEDC42D95CF17A737EAFB757A48E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNRootView; + target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; + targetProxy = FBFB927C5DE22D4BCB49BD084158128F /* PBXContainerItemProxy */; + }; + 52256025D09FB67DA4345419E3139BD8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-background-timer"; + target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; + targetProxy = 4FF33ECD69EFF0048F7A667AC82437A2 /* PBXContainerItemProxy */; + }; + 52431632C3F18728B8611DBC9DAC273C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MMKV; + target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; + targetProxy = 689C3D9DB699A6EBAC39162542EA5C9C /* PBXContainerItemProxy */; + }; + 52F77886C145C61EC386DE43C9E0C3C9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTText"; + target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; + targetProxy = 4AD8E766B1B603495F9B1E02A23E3A9C /* PBXContainerItemProxy */; + }; + 537C03D3464F57E406FE9600D048E9B5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 901C1C10BC3CDC5B3B1599E751693424 /* PBXContainerItemProxy */; + }; + 540521671F57DCFC341565F32E0FE567 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = 7884236FF95FD22630F70CCA66073700 /* PBXContainerItemProxy */; + }; + 548FE1F2B48E88DCE14DA8D25A00637A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Folly"; + target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; + targetProxy = CBFC6F0D97AF4E1EA014894CE732FC1A /* PBXContainerItemProxy */; + }; + 54C6F229FFA7D01E4437F75B594FD4F3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAV; + target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; + targetProxy = A17C8EFA7FB7BFFF0CA60908BE279143 /* PBXContainerItemProxy */; + }; + 54FCEA382F484D737AD0E86F4BF02601 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "OpenSSL-Universal"; + target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; + targetProxy = 677766993CFC99BCC4BC84E3D043FAC4 /* PBXContainerItemProxy */; + }; + 5676EA52BAB8986C92CB22D1C10EAC3D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FlipperKit; + target = 982644B5B647690B2E4F5B3F54EB5717 /* FlipperKit */; + targetProxy = 2D7CC8F70AE52AFBCC0F17E0351C6C37 /* PBXContainerItemProxy */; + }; + 5681A9D06B98CB349E0BECE9CEF73D37 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMConstantsInterface; + target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; + targetProxy = B1684402EA95ABA2615D5BEFA5028E9A /* PBXContainerItemProxy */; + }; + 5724209B834198E075F6FB976F6B43FE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = DC8CE8079746A31A29BC8F145EF9F4E4 /* PBXContainerItemProxy */; + }; + 578C594F73A3B695A143D4C1C3CAF313 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDeviceInfo; + target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; + targetProxy = 93F62542A50C9871FACEF107D04C64C1 /* PBXContainerItemProxy */; + }; + 579507B3D7B2B5E050C4EFBF57722327 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 492CC510BF1D627CCDBC69C63A6277D7 /* PBXContainerItemProxy */; + }; + 57BB3A8F6016B19EDCCE5335A39C621E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = C5B64C2CE8436B790D58A835CE5B74CC /* PBXContainerItemProxy */; + }; + 57D11A4C6CBC6ACF78877A280F6586E4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXKeepAwake; + target = 0CF4D9052577C85B6B8C4E957332626B /* EXKeepAwake */; + targetProxy = 8052032E61CF1E910F85F00A147A4DB8 /* PBXContainerItemProxy */; + }; + 57E32E5309116720BFECC5A18C39EA03 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-cookies"; + target = ADC4ACC657481AD27F9936D08FF7F49A /* react-native-cookies */; + targetProxy = 8B76F7B39EF1FD2BCF96F33E94603F7D /* PBXContainerItemProxy */; + }; + 5813DFD9B5FB0601728CB8C15BD8FE93 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = D1FE17227FCC3F2C0216B3FF458253A6 /* PBXContainerItemProxy */; + }; + 5864B74692AB14A280D433D2665D713A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-jitsi-meet"; + target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; + targetProxy = 19765F839CC5E401EEE78A2C68238870 /* PBXContainerItemProxy */; + }; + 5996761809645DD4E392624DCE6DD36D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = 39F7D908EEB176C5F01CAE57E4A02447 /* PBXContainerItemProxy */; + }; + 59D374651ADD6EDBDADDBA2493542B5D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTLinking"; + target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; + targetProxy = AB75C33D53444BA84BF2BE24B0AFBDFC /* PBXContainerItemProxy */; + }; + 5A0358650403586EC12D4CBA6BE7D808 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "RNImageCropPicker-QBImagePicker"; + target = 6D979AB5FDA2E858850D9903776A30B3 /* RNImageCropPicker-QBImagePicker */; + targetProxy = DD9305587DF9AB806C6D2BE0FA3C3CE9 /* PBXContainerItemProxy */; + }; + 5A43753233CAFC159BF88C43898F4499 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNVectorIcons; + target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; + targetProxy = 53F2F5C059B577384D2EA44C1366D512 /* PBXContainerItemProxy */; + }; + 5A95752B2A07CE74479E73670B96A641 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = D8B244408CDC93FDBC6BE540D7DD5612 /* PBXContainerItemProxy */; + }; + 5B3F6EA4B2861FD32C68EB37A1CD15AC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 126DE18E5755159AA42123CF7D147643 /* PBXContainerItemProxy */; + }; + 5B5E4FA3DC053B49EC537C479F56E2C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaLibEvent; + target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; + targetProxy = 998E2B3F8547F9410CA9ECF0159885DA /* PBXContainerItemProxy */; + }; + 5C3CCEC1D0240AEB55DADEE4725ED797 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-jitsi-meet"; + target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; + targetProxy = CF6DB39965AE1B7DDD84C0FE5117B1D8 /* PBXContainerItemProxy */; + }; + 5C69C6682B7613089EEAD9C0118E21E8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = 2FBB38BBD59A7054369EA6B8C26D68E2 /* PBXContainerItemProxy */; + }; + 5CB80C2B0833CB6C2C3EDDC6CD71ACDF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 9839432427044335EE82EB65E1E63450 /* PBXContainerItemProxy */; + }; + 5CDD65E4F98B9C2874A4E7E62E6C48B4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 87B46084098E9CE649CC8BC6782CE706 /* PBXContainerItemProxy */; + }; + 5D2107EC2052D37A998D611ADF20AE1F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = AD5BADA8CF34BED2B894731AA4A41386 /* PBXContainerItemProxy */; + }; + 5D30C56EC511B039ADC8249F218D128C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 20E8C6E83A867AC7D5F3A17FFA06AB67 /* PBXContainerItemProxy */; + }; + 5E3561B95CD6082847AF8D073A1F8198 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 5CAF30A7836BA98C722C2D6FCFC00E88 /* PBXContainerItemProxy */; + }; + 5E5CCD44181C1775196264B5DB49525E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = DA9044671B74D643AECB39ED3BE9093A /* PBXContainerItemProxy */; + }; + 5E6CF69AF9C60A7B7E393EF113F28D9A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNScreens; + target = 214E42634D1E187D876346D36184B655 /* RNScreens */; + targetProxy = A2300DA056F115D4EC60147B795C1C9B /* PBXContainerItemProxy */; + }; + 5EEE3966D1AD1224B7E01E4E9D230C00 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-webview"; + target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; + targetProxy = 8CA87D0043CA36521F34D673F9D84CBD /* PBXContainerItemProxy */; + }; + 5F55C75A4EF51459B4B7A712008ACC37 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BugsnagReactNative; + target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; + targetProxy = CE00ABB5487090E4F90D986E557A25AA /* PBXContainerItemProxy */; + }; + 5F695C9C6F2ED485F50CBAFE4519D4EA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-safe-area-context"; + target = BD9A27D8398DEB3205D3F8937B0672A0 /* react-native-safe-area-context */; + targetProxy = F0FAB6C17DA1170E8B6F98D81D40D1A2 /* PBXContainerItemProxy */; + }; + 5FA5D163EAF94AD4C45B7723489DACFA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = F1013885A8ACE4077EACAF53BA3887F2 /* PBXContainerItemProxy */; + }; + 5FD75744D088D061551E83474D859B71 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-DoubleConversion"; + target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; + targetProxy = 72D7368108FBD6F35E42FE783D9A4052 /* PBXContainerItemProxy */; + }; + 5FFBDB43A9E6D7F6D1DDEE7A53E6E66B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMAppLoader; + target = C452F579644C83E8D8E36EC24A9BBD46 /* UMAppLoader */; + targetProxy = F92C542B64EA2E022ED684F60D55840A /* PBXContainerItemProxy */; + }; + 601653254D2C839AF50ECB46FCB6CDEE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 69B000070C3480C9F6BDD17CD5F8BB25 /* PBXContainerItemProxy */; + }; + 607BA1316DB540743F389E7AE1D4DDCB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTSettings"; + target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; + targetProxy = D6A2058B4B1FDD1E1E02056AEC5A3674 /* PBXContainerItemProxy */; + }; + 6163E464FEE17C329000460CE1B072CD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFBApp; + target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; + targetProxy = B61EF241E55EA1B9CB57A1A0F16BACAE /* PBXContainerItemProxy */; + }; + 61A93B0A754A56FC61EB17B29E7B30A0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = BE31E49F62DACCCA14464BC2DBA81EA1 /* PBXContainerItemProxy */; + }; + 623DDDF667A2C1D97F9D5E5FB5EEE0EE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 014DCA5C2300804E63CCA8A94354DF74 /* PBXContainerItemProxy */; + }; + 623F42D108C75C7DDCDD124A85BA38A9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = 050CCF8AC49E5099802F81A00BE6CE06 /* PBXContainerItemProxy */; + }; + 625F91DF3672F30834772924304F8010 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = 47F5B9FECAC9F586BEC671C7CCAA0453 /* PBXContainerItemProxy */; + }; + 62C7C69631A0D8DA41FB441E97AA62A8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTActionSheet"; + target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; + targetProxy = A9FEBD6B49D2BD57369C9981525AA519 /* PBXContainerItemProxy */; + }; + 62DFC542BC68942531B73ED22855579A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMReactNativeAdapter; + target = 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */; + targetProxy = 73B945E555FDDF274DDC6ED513DA75FF /* PBXContainerItemProxy */; + }; + 62F28B38E411135F626178BF237A5EA7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = 75A83BDF28724DDF4C5E5F7088916BDF /* PBXContainerItemProxy */; + }; + 633DF6296A5FD5F8892B184BB917F813 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 51D134D1678A389FE755C678B881449A /* PBXContainerItemProxy */; + }; + 639041D42FB6130CE9A7D86145488DF9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-fetch-blob"; + target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; + targetProxy = 9A31D787CF083B04B2B20A256337FC4D /* PBXContainerItemProxy */; + }; + 63A2C28762505D5E8FA9B90E0D9352B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Flipper; + target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; + targetProxy = 66E96AF8A7F22392A2A446EF10116BB1 /* PBXContainerItemProxy */; + }; + 63FDD5F28F2449930F5FF3F89A7D63E0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 95F931A6E5BBE5882D978FE1C05D4043 /* PBXContainerItemProxy */; + }; + 6464D5A0888F9F403825E104ACDC8C52 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTVibration"; + target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; + targetProxy = 6160C37BF815565435576A3E59EC7BD0 /* PBXContainerItemProxy */; + }; + 658C49C69889983801DA4EE1F5ADA74F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 2E1AA581CF634FBF722858F656BAF1F6 /* PBXContainerItemProxy */; + }; + 65C152BBA44B39AF1806C9BF43DC594F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 48C7F8FEE55D7DB16923B4B394527433 /* PBXContainerItemProxy */; + }; + 661D24B1226BE7510A94C805001B98D8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFBCrashlytics; + target = E3573FB7AF659C42B699003C73722241 /* RNFBCrashlytics */; + targetProxy = 059245BD6657E0FFC8585FA34488255A /* PBXContainerItemProxy */; + }; + 6620E77745A2C0F5ADD278BF213309D3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCameraInterface; + target = 0A915EE9D35CA5636731F8763E774951 /* UMCameraInterface */; + targetProxy = 6E62B644C465427C698514FCFCCF341D /* PBXContainerItemProxy */; + }; + 66353481A10DB7B107C5713B538183AE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNRootView; + target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; + targetProxy = ECE6F467460589249BED7143291153F5 /* PBXContainerItemProxy */; + }; + 663FDB756BB3D9509D3CD818CC16E08F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-slider"; + target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; + targetProxy = 5E0888577AB00B5B570458AF50011DC0 /* PBXContainerItemProxy */; + }; + 67331CE881F9B9A2049E209032CE5E01 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTSettings"; + target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; + targetProxy = C5B031063BF6252960EF2A1C89CD41DC /* PBXContainerItemProxy */; + }; + 682FEE936FCBA796BA69B45A0938675D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = B06ED36136B965B37BB980B0100F7F0E /* PBXContainerItemProxy */; + }; + 68F402D9447A96CDB79397219D66EDC3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = D4530897D7C20B161C118258A1633F37 /* PBXContainerItemProxy */; + }; + 6942DCF206477C924A8651D63485F285 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = KeyCommands; + target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; + targetProxy = E0F4D24A5906E9B95BA36C7030063B75 /* PBXContainerItemProxy */; + }; + 6983B4C31A3D367CFB057944575F59F1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = 26EBDB49328BA4916DDDFE4CB577BBC2 /* PBXContainerItemProxy */; + }; + 6AB93E14A62B6CA02A737A7DBD0834D9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreDiagnostics; + target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; + targetProxy = 9AEF2BFE15C06B864E26DAFA62056519 /* PBXContainerItemProxy */; + }; + 6ADDF1FC5A6F9235F7F20FA7D6CE1D2D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-webview"; + target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; + targetProxy = B70AA741C0282B5DA607FAA8BEC7E292 /* PBXContainerItemProxy */; + }; + 6C3E0FD10B96563131126B41A0C2DAD0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 5F2D3BE63947B2B4BB27A5337B90F992 /* PBXContainerItemProxy */; + }; + 6C6D394B44DA3D825A4BB623FFDDE272 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = 631860DE902F5F310D8A337E215D175B /* PBXContainerItemProxy */; + }; + 6C809F5D53F62DA8734ED61A89181F64 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = 8412A8A75CFBD4AB04DBAEF249C1D471 /* PBXContainerItemProxy */; + }; + 6D7AD1C853C932A11843ECBBF9D1094A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 6E4150C76419056DFF4816989518DF7A /* PBXContainerItemProxy */; + }; + 6DA85D0749230491B777AF2B9955D3FD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 1852E92C87133895D15E05D63DB38B30 /* PBXContainerItemProxy */; + }; + 6DB5C8F2342EBB917C04777101088638 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 63FD8C39694DD78ABDD1A83EF94622DF /* PBXContainerItemProxy */; + }; + 6DCA832012EA487339C527158610A419 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXConstants; + target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; + targetProxy = AC21214CBEDB57FEB6A7589BEF492E8D /* PBXContainerItemProxy */; + }; + 6DD454B4E3F6CB69DC3398AB83FF9D48 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 216FC78BFCF3C478BD1E51FA80D968EA /* PBXContainerItemProxy */; + }; + 6E26018E663B17A67AA1FCC7B36985BE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMBarCodeScannerInterface; + target = 49821C2B9E764AEDF2B35DFE9AA7022F /* UMBarCodeScannerInterface */; + targetProxy = CB108F915CCF2D4F701126ABA68CC145 /* PBXContainerItemProxy */; + }; + 70A9F041890B9C00E184598CF4A18B28 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMImageLoaderInterface; + target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; + targetProxy = FB95FA7BB0B509BA203B43646A21E664 /* PBXContainerItemProxy */; + }; + 71CEEF1DC56A333C0A42D731FF87F792 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-mmkv-storage"; + target = 74DAFD196634D10887C9A4E7BA19A5E4 /* react-native-mmkv-storage */; + targetProxy = 462A09F9CBA10185B39C651003298C72 /* PBXContainerItemProxy */; + }; + 729B2DF088673158CE9C45DEA8D90504 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 004AB8A2C06C4C12801542254C6CEDB9 /* PBXContainerItemProxy */; + }; + 72F37C59C84D76C7D30B1250931F445A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = KeyCommands; + target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; + targetProxy = 0A14A5E94B8535EB1D3FCB0922873A31 /* PBXContainerItemProxy */; + }; + 73788F0E164F48AB26A155869D01213C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImageWebPCoder; + target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; + targetProxy = F4525C355A04F29DB2C2A5ED7714CC3C /* PBXContainerItemProxy */; + }; + 742E16C3BB78827076256397AD16588E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = 1BB6D91ADAAB04641A556CEAF54B0D1D /* PBXContainerItemProxy */; + }; + 747FF5B2E454296502BAAEACB1D0E5CB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TOCropViewController; + target = F3966F664F3CFAEFAB57C40FB54D3788 /* TOCropViewController */; + targetProxy = C912AE6616E04119399723382C68D163 /* PBXContainerItemProxy */; + }; + 74882181DA4D37D452C9F9A1008D07CE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXPermissions; + target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; + targetProxy = 68BD0B8DBFCB7C05B2AC32AC17CAA79B /* PBXContainerItemProxy */; + }; + 74F8A93CC11C687F32F11EED780BB123 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 6D21C4486ADDCDC2F8305432A1EBC358 /* PBXContainerItemProxy */; + }; + 753456A61DDA9B38555BE49C59C1B7F2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = E4C67E4A84671C19468AED4C418B88A7 /* PBXContainerItemProxy */; + }; + 756BF1DE1FC5303BAFDA9945E390C5AA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTSettings"; + target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; + targetProxy = C70FE02A45F5D51F9F12D5FFCF4B2241 /* PBXContainerItemProxy */; + }; + 75ADFC422AA37F48E1121A737EEBCDAB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 329343E8FFB3CD33563B0778527F37D8 /* PBXContainerItemProxy */; + }; + 75E65320B10FDD9887681C0972234ECD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 4D435B17BB714FC0953B69BB55E6AD45 /* PBXContainerItemProxy */; + }; + 776FEBAD1FFB90C4373B68AA6B25D998 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 19CBED97EF7DD2E942C98046CDE6FCFD /* PBXContainerItemProxy */; + }; + 77707E4CC04CE1ED6B296AD8EE09492E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = 507A51BE242F3DC6CB88363FE2C48256 /* PBXContainerItemProxy */; + }; + 777C5E57BD410F654AD4E4763CE9C8D3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = 42E42B8198DBD82820E83BFE23BC07E1 /* PBXContainerItemProxy */; + }; + 779316B50F477779F07267B29671F3EF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactNativeUiLib; + target = 037A1F31C4D99F52EC9FD2008FEC481C /* ReactNativeUiLib */; + targetProxy = 721B1FA0CED0C0416535AD863C6978B7 /* PBXContainerItemProxy */; + }; + 77DB37832D594257C011BF974D97BE9D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTAnimation"; + target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; + targetProxy = 4D77CAE9B373A42588A77D07182CF9AB /* PBXContainerItemProxy */; + }; + 7937F0FC26A1FAC7B15EBBD69CE7FF61 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNScreens; + target = 214E42634D1E187D876346D36184B655 /* RNScreens */; + targetProxy = F7EA730CE479905747DC66FA6C7052DE /* PBXContainerItemProxy */; + }; + 799503AF665A062B7401163269476C0E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCrashlytics; + target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; + targetProxy = 5BAAF226A07BC8D61BAFD01816653720 /* PBXContainerItemProxy */; + }; + 79B908F81925CA7D2AFD864950B3F4A6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-notifications"; + target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; + targetProxy = 9DAD28686FF12E30BE6E13F97D6F2D9A /* PBXContainerItemProxy */; + }; + 7A919F61EA1977F9084315FC03D49389 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-netinfo"; + target = EC577C5CB1DC59A7464ECEF266A75B42 /* react-native-netinfo */; + targetProxy = 3484D64A80250489DB203841EA8D9337 /* PBXContainerItemProxy */; + }; + 7BE15A86E0801F901E2C4628AE4A9933 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 98DDECB6EF084A03A6D0AED27C7D302B /* PBXContainerItemProxy */; + }; + 7BEB616B97C12F4A9AFEE010AE312BB1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 79F126CC81E1B85EE4FF1A06571007A6 /* PBXContainerItemProxy */; + }; + 7CA01B623041E8668017AF3A0D38B81F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-background-timer"; + target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; + targetProxy = 541BE27CBD6B45CC9E661B0724CC0203 /* PBXContainerItemProxy */; + }; + 7D2618318EA576E61D03D4C4FECEB3D8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 89B6238264D8DD12530FB0C304169A56 /* PBXContainerItemProxy */; + }; + 7D9537330A4378206F266CCBE8A47238 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNBootSplash; + target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; + targetProxy = 0FD939C82559F7254C5A929B1DD360B2 /* PBXContainerItemProxy */; + }; + 7DF01DB0992AAAACA6248A9A30F5C3FA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFBApp; + target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; + targetProxy = 10001AD85D5FCCFE98B284E3048F3290 /* PBXContainerItemProxy */; + }; + 7E41D4810DB38E59B94552308AF918D6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = B910CFE32E24D87EC195B631E1F9BE38 /* PBXContainerItemProxy */; + }; + 7EFF3E4B1371ABC2B30FEDF30CF5813E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNLocalize; + target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; + targetProxy = A3E12E369DC2C5A72D1F8CE28333720E /* PBXContainerItemProxy */; + }; + 80A9AA6A62DD35BD0B3C47FE8E7C3E3F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = E5DA08DD05DA9D6307AC6F900F2AE5A7 /* PBXContainerItemProxy */; + }; + 80D411FA720142D9A043C3C731C2A6AA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = A74AE5FFD7306A3802680BA0FA33429C /* PBXContainerItemProxy */; + }; + 8102466B14D896293B8F6B2694E57270 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 95D92E3CE428321920F5E5FE1162F082 /* PBXContainerItemProxy */; + }; + 8136F751B2449276EC13F24239EAFC02 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = F64D7FB3D7EF1D4A9C62A8A6D9D49C19 /* PBXContainerItemProxy */; + }; + 81411C9D1CB321A3FAEA7AFEE08363E0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXFileSystem; + target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; + targetProxy = 3B7FF7C363ED3F8ED6F826E2B51C3CCD /* PBXContainerItemProxy */; + }; + 8143889D72A001F428E821562DABC83A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXImageLoader; + target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; + targetProxy = 3C8CE6715F3CA104CE1619B1E9C45654 /* PBXContainerItemProxy */; + }; + 81934E20D2AF936A57B8D5289C121493 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Folly"; + target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; + targetProxy = F0F7359115FE36596CD322A84722DDC6 /* PBXContainerItemProxy */; + }; + 81A4F33C553941E594A75D3DFEDDB48A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCPicker; + target = D00F24222F074B31C56DC6D05E806A35 /* RNCPicker */; + targetProxy = C5F512FCC98FF1EC149F0B5F21C5EECC /* PBXContainerItemProxy */; + }; + 8268B5273E3706F67BBC022FE9C886D9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-notifications"; + target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; + targetProxy = 4BB55561D16F7A210BC3B8D49B7FA23E /* PBXContainerItemProxy */; + }; + 8308273C7B32E22EABB5E57E7C2FF136 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = D84D517E829C96160CBB60A4F124EC86 /* PBXContainerItemProxy */; + }; + 836F7778C9C27A5E9E7E8CF20A7EB863 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-document-picker"; + target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; + targetProxy = A3D24A906E772055222EBC12A121E5C6 /* PBXContainerItemProxy */; + }; + 83AE8CC1664831DD4A3790DBA6E2E3A7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMImageLoaderInterface; + target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; + targetProxy = FA8F3604D8CB9ADBDB5EBC78D17F341C /* PBXContainerItemProxy */; + }; + 83DCFD1AE39B3EA1AD201A600BDAB0E5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 4A049CD25721DB93F1B56D7A9DAA9407 /* PBXContainerItemProxy */; + }; + 8417CDCA2B1A4457CC85615688FA36EC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 4C4562265DD992A8D49705C9844AB4BB /* PBXContainerItemProxy */; + }; + 843B4C123F4B7E19B88E9472E56E6C81 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 5B540591E36BF282B24AA207196C7BA2 /* PBXContainerItemProxy */; + }; + 85B2CD29FCF749EAF71969E2BD04F8B4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-RSocket"; + target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; + targetProxy = 77002E7DEB4271751EB8F6E5BB4859B6 /* PBXContainerItemProxy */; + }; + 86596F6E1660D240D3AACB9352CF266C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MMKV; + target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; + targetProxy = D37413E7EC398EE44EAB5B4CB25A8702 /* PBXContainerItemProxy */; + }; + 86BB94C09112DB047689DD238D253EA3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFBAnalytics; + target = BDD119F8782FABE2707D3D913EC3EDE5 /* RNFBAnalytics */; + targetProxy = B80BD96E985CB9DAE54B7D592F950A4A /* PBXContainerItemProxy */; + }; + 86D752F797116643316A4D885416A89F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = EC7527A41B8B6B4F69D75F4BFDB42DA1 /* PBXContainerItemProxy */; + }; + 885E6CB1CFDBA509D52A8FD41AF4248A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCAsyncStorage; + target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; + targetProxy = 6B53D4CB0EB28B252F9F1973610206EA /* PBXContainerItemProxy */; + }; + 88884100472FE45145E938F7FEACCBE0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNImageCropPicker; + target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; + targetProxy = 08A83E53265D712D11EF7DB907338D51 /* PBXContainerItemProxy */; + }; + 888F616CDAF9645102BEF53B8E208014 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = 69B5091C7A7F1A5B76E752BC15070232 /* PBXContainerItemProxy */; + }; + 88B549F7422829EFDD4EEE615E08D07C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMImageLoaderInterface; + target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; + targetProxy = C1AC9FBA6C6778FA59000C8252785450 /* PBXContainerItemProxy */; + }; + 88C5C983D6DCF0D046B887B0B86C4740 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 837E05F321BFF238290ED5A638C650A5 /* PBXContainerItemProxy */; + }; + 8900941A81530893A8EB372BDAB56721 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransportCCTSupport; + target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; + targetProxy = 2D3E04AAADD4D701F28FF88AD99F125E /* PBXContainerItemProxy */; + }; + 8978BA7A6E008D75C38E8138DBE91FB4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 31B0C3437934DB9764294387A10F4ECA /* PBXContainerItemProxy */; + }; + 89A13D89CCCBD74F13CE455BAB1992A8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-document-picker"; + target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; + targetProxy = 44166842F450B077443A3D5CCA58526B /* PBXContainerItemProxy */; + }; + 89CF43615CD1B272225E920B66B3EF5C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-netinfo"; + target = EC577C5CB1DC59A7464ECEF266A75B42 /* react-native-netinfo */; + targetProxy = 786B298F6D635B3937CBAF3F3BEDE25B /* PBXContainerItemProxy */; + }; + 8A3DC3E2D77CF05CAA395A04A8C64BF2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 334BAA095B94198C9831E87C5B953892 /* PBXContainerItemProxy */; + }; + 8A7243C5BFB09772732E3C13A217A3E4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = CA1EB7FC1FDC48746B894E6A7D73EA87 /* PBXContainerItemProxy */; + }; + 8AC00DA8D21AED928C6C215E4251D448 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-simple-crypto"; + target = D985A509BFE270C95EDCBE6B4CBAF189 /* react-native-simple-crypto */; + targetProxy = 12CEFCC50C593D5F738DF51DF72673E5 /* PBXContainerItemProxy */; + }; + 8B0534F037CD0E0C160F632724B0C72B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = 975E9656075B77DB9F1ED9CCBDAFC438 /* PBXContainerItemProxy */; + }; + 8B082C6C26B7302AC3B8C3C58911BC4B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-blur"; + target = EEBB8D24F2B3531A5C5DAA668D02331F /* react-native-blur */; + targetProxy = D38F1C3E77EA1B1A3518A1A41EDE2E1F /* PBXContainerItemProxy */; + }; + 8B44EFAB9BDB3D6FE57370AE3F7F54D4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BugsnagReactNative; + target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; + targetProxy = 0A59FBC1BA1D4D4C2D0A7B560EFCFDA7 /* PBXContainerItemProxy */; + }; + 8BAE0E52331C30A1FA1D75AD4F721B2F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 6AB14DCBA0268F0B02CAD15477B9E918 /* PBXContainerItemProxy */; + }; + 8C6EAA761371EDE4A3C4FD5226E7359A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXVideoThumbnails; + target = 4A95B7CD1D5F80C5E8CD9CDA00D41F70 /* EXVideoThumbnails */; + targetProxy = EEB184C83C26B15AD3704EE071AB38E8 /* PBXContainerItemProxy */; + }; + 8D6F82E611752AD2FEB217110295CB34 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Folly"; + target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; + targetProxy = DE31014C51DD95251F08565413A90086 /* PBXContainerItemProxy */; + }; + 8E26DE12A313C6CF90368D57B9315C53 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 9F812F940199CFDAF05B665F7A6AB0CD /* PBXContainerItemProxy */; + }; + 8EB9CF0D237A24441BC52643B090D3E3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = 07A880638C486AC89EC28918501D09FD /* PBXContainerItemProxy */; + }; + 8F48604752109108DE452C74E8A3ABB4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JitsiMeetSDK; + target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; + targetProxy = A969DB5626971854275BE28E4EF61588 /* PBXContainerItemProxy */; + }; + 8F909B4DFBEBB64A3E469F4EA798E410 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-callinvoker"; + target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; + targetProxy = FF2F45B892E30EE8A21743DAE3F37118 /* PBXContainerItemProxy */; + }; + 9022F8C27A988AD20FD522AEB8ED1DB8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JitsiMeetSDK; + target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; + targetProxy = 7C38BAB12FD81719F1FAED2DE8FE7FCD /* PBXContainerItemProxy */; + }; + 9130819E632E7B82DA46038283B9DF99 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FlipperKit; + target = 982644B5B647690B2E4F5B3F54EB5717 /* FlipperKit */; + targetProxy = B5E2ADE763F96E0702D738DF2720B542 /* PBXContainerItemProxy */; + }; + 917F5834E8F67D92998710CFD9239132 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTAnimation"; + target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; + targetProxy = EE43AF94F8D3FD143C5721A4D16C044E /* PBXContainerItemProxy */; + }; + 91897210DDCE9BBCD76CF4400423D1A1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXConstants; + target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; + targetProxy = 5BD0117EE06D804D9CC378D3622814E4 /* PBXContainerItemProxy */; + }; + 91CF3AE8922457804FDA034395E32A19 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = ED42F90AF4E6E68F3A4F63BB3FA51199 /* PBXContainerItemProxy */; + }; + 92987564407D5749B8CC763D64524577 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXImageLoader; + target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; + targetProxy = 21B51DD5026AF6E57BB535441C85519D /* PBXContainerItemProxy */; + }; + 92D0A8CA511E6ABF8EEDB481F9E74C5A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 3171BFFAB5448596004400085590AAB3 /* PBXContainerItemProxy */; + }; + 935F440C19FFD923C0CAFC907876BB4C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JitsiMeetSDK; + target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; + targetProxy = 1CDE204CCDBA6C0F4F798EC389D74EF1 /* PBXContainerItemProxy */; + }; + 93BFC96BEE953617FFE9A359C02B2B79 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YogaKit; + target = 32CA4CBD6B28983076BD93DA221AD027 /* YogaKit */; + targetProxy = 7B8B837ABDEF64DCB1359191B094E372 /* PBXContainerItemProxy */; + }; + 94EEE994817462F7FE72B2ECE1841F62 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 8060883BFECCE1D1D01CDABE35052CE4 /* PBXContainerItemProxy */; + }; + 955B93F458BB25FDDF46A57DA5A87FC5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 9519B0F15CED10D1F2F249FB40F2A866 /* PBXContainerItemProxy */; + }; + 9564AF8C0E7AF1DC9AF9352EBD359223 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-blur"; + target = EEBB8D24F2B3531A5C5DAA668D02331F /* react-native-blur */; + targetProxy = AA5E7608ED94243640A9ADD812146A62 /* PBXContainerItemProxy */; + }; + 95B75F7860E336E53999BF596F69E713 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 6FA27D990FBB7FA75D1F6AE5176701C9 /* PBXContainerItemProxy */; + }; + 964A0CCF7BEE9D4470764BBBE1114D85 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = 27B9368CA23BE1A1ACD33A696D4AA603 /* PBXContainerItemProxy */; + }; + 96625BF6EB5E82819F94AF5E85D93A57 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MMKVCore; + target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; + targetProxy = D087C3C4C78695F5573BB1C32F6515CE /* PBXContainerItemProxy */; + }; + 97A3664DA7D5C4002D81A0042DFC61D8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Folly"; + target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; + targetProxy = 883F66C76AA0CC904711481E9F3384FC /* PBXContainerItemProxy */; + }; + 97B739D00D8080124F25D8DAE616E813 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 2914746622EF87766D0AD3849834160D /* PBXContainerItemProxy */; + }; + 98250801EC68C0B54855BD4C64A37A68 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = E2A7ECC5CD3AE80FC44FDE132729E462 /* PBXContainerItemProxy */; + }; + 9A56C38DF543AFC75B810D230F1D5D51 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFaceDetectorInterface; + target = 2AD4F40E67E1874A0816F6B34289EB41 /* UMFaceDetectorInterface */; + targetProxy = BCB71B868FC19FE3D923022AF8371435 /* PBXContainerItemProxy */; + }; + 9A5A9B9011EB77530AD8AA25231ED7D1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Glog"; + target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; + targetProxy = 14E7D9626314B93AD4BD2B9E86D8DBA6 /* PBXContainerItemProxy */; + }; + 9AAF2F481F638F06ECFCCAE3CAB12199 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = DAD1B45F8BD6B6C3C8C784E87C8629A4 /* PBXContainerItemProxy */; + }; + 9AF2F8E8195E54AA47F7C3FB0FC3E683 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXLocalAuthentication; + target = 869CED37B4B77AAE35DF8B6E70788BBC /* EXLocalAuthentication */; + targetProxy = A25D8094F324ED84A6DD52941DD8F9A1 /* PBXContainerItemProxy */; + }; + 9C39277969B0A4DA5944A45777990442 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 7E9B0AE7F0A6181C598CC61282F75BB1 /* PBXContainerItemProxy */; + }; + 9C7C34553AE4F2DD7CAA9651F92F5EAD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMSensorsInterface; + target = 2038C6F97563AAD6162C284B3EDD5B3B /* UMSensorsInterface */; + targetProxy = 07F3862FC0C392885FA735C500986CD1 /* PBXContainerItemProxy */; + }; + 9D1591D2B3C6D6EC5E71A9003C7FD339 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = 0487329FEB5DDFD9F69B737703995AE9 /* PBXContainerItemProxy */; + }; + 9D72EEB470CC78DD08A5D7792EC05CEB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMPermissionsInterface; + target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; + targetProxy = 3CFE5D33108B57D5CE7716656C397023 /* PBXContainerItemProxy */; + }; + 9D92854475E5EA0CD10A816AD15EB1E5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 572874A62DE61803A441B42AC5394E71 /* PBXContainerItemProxy */; + }; + 9E5EE0C382A10C57A182288F83C96492 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = 94CDDF8B1B4446A0D09242DCEF267760 /* PBXContainerItemProxy */; + }; + 9EA43FAB0F985A422B0B085140745B7C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = A2E9A5789FA8FE27A17F1F39B5CF4193 /* PBXContainerItemProxy */; + }; + 9FB66750B64ADF0A35487C208DEEC04B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 6ED5662131FC3D451BF80DB176875D2D /* PBXContainerItemProxy */; + }; + A04DA340B16585B7B269E9B3575175BD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNRootView; + target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; + targetProxy = B60E83BE00064E8BB826D8FD7B69C508 /* PBXContainerItemProxy */; + }; + A39C1D9EDDCE91F1FFFB789184384CE3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = DF371A8A201DEFBA3617AA2EFD7B6F23 /* PBXContainerItemProxy */; + }; + A4B1830028997D107C86C79AD9ED314C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 92BC211CB126809CE606A861CCB11A14 /* PBXContainerItemProxy */; + }; + A4E1E5257777851226543A6D214339FF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImageWebPCoder; + target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; + targetProxy = E286BAC84975BA2C8EE2C0CCDC893363 /* PBXContainerItemProxy */; + }; + A4FD0A9E8F0583F2D3F109E5CD692EBF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-jitsi-meet"; + target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; + targetProxy = F74909001F06BFD80989EA1E24120FF8 /* PBXContainerItemProxy */; + }; + A523BA886C358B2765F4058E59E8B199 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 54663C111D89937B3542F92AFB158EF3 /* PBXContainerItemProxy */; + }; + A532D6B21982145E3DF9B295B6A2F6BE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreDiagnostics; + target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; + targetProxy = 2FEE2AFB4BB7FBBB2321F3A0CCA6DA26 /* PBXContainerItemProxy */; + }; + A5CC89AB864E4304D5D4934D155C04B5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MMKV; + target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; + targetProxy = D4683D34085EF061352E4533C9F14784 /* PBXContainerItemProxy */; + }; + A6CBB3CBCD78299726C474BAEB0DF238 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 9C08CA907DF607AFD36872670B143E96 /* PBXContainerItemProxy */; + }; + A7C6CF051927E3EAB6A670408FF45C0F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-safe-area-context"; + target = BD9A27D8398DEB3205D3F8937B0672A0 /* react-native-safe-area-context */; + targetProxy = 4C2F6CA6CDD5B3BA3BFBCC3B0665FFED /* PBXContainerItemProxy */; + }; + A7D65C6FFE333B3506CE01DE463950F8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDateTimePicker; + target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; + targetProxy = C8F6AFE80630701B83F0A7A05BC2D2DF /* PBXContainerItemProxy */; + }; + A80562415DDCB5C8B76C52B76CEA8470 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = B0DBBA98BFBD62D158852E3A49CEC254 /* PBXContainerItemProxy */; + }; + A81E7C0D458074A435BFBDBE7B175952 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMConstantsInterface; + target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; + targetProxy = 454ECC13EC298C6A367DCA974460B2A0 /* PBXContainerItemProxy */; + }; + A852AD443F087F13918A93C76BBF09CF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNVectorIcons; + target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; + targetProxy = A8DF91A9F014B7E5303A2DA82B3B648F /* PBXContainerItemProxy */; + }; + A8927D32230A577695A7A36A9F0965DC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaAsyncSocket; + target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; + targetProxy = 7FDB3730A064AF0B7A66DE4A75222CF2 /* PBXContainerItemProxy */; + }; + A96593739DAB1AAF13C58078E22AEE7E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = 508AB6F516BC6A7F9C3BC099996AB27D /* PBXContainerItemProxy */; + }; + AA509DEDF0BE8C1B5FAE0A9C17265D0F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-restart"; + target = 3ED96FB9FE1D18D5F1239C60A109F98C /* react-native-restart */; + targetProxy = 03B7AFF21F8345C0654178D8ACC2829F /* PBXContainerItemProxy */; + }; + AA9F22B86618EB3B5D9F05B0EAFAC911 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 972D076A37DAF81E8ACCD642DB09052F /* PBXContainerItemProxy */; + }; + AB00F8D4545F8B2F0A635CB3EE65E5E1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMTaskManagerInterface; + target = 50188AAB5FAECCA9583327DBA2B0AF2B /* UMTaskManagerInterface */; + targetProxy = 6D4F23EF102076480E0130DF2882F0AA /* PBXContainerItemProxy */; + }; + AB3E285824F96021A5BB69D40B27CD54 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "TOCropViewController-TOCropViewControllerBundle"; + target = 2D4D3D5AD93ADCCF3DD45A88009E48D6 /* TOCropViewController-TOCropViewControllerBundle */; + targetProxy = D2F5945D3DA1343609E6362A3F8D096C /* PBXContainerItemProxy */; + }; + ABD7D9E247D4294D2D832698E397EA2E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MMKV; + target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; + targetProxy = AAE45D164A34D0E428D8D044DF67AEA7 /* PBXContainerItemProxy */; + }; + ABF4103121C63F71C7E25792428C2E04 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransportCCTSupport; + target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; + targetProxy = FF6D67A040C9A76472E39C5D7424AE62 /* PBXContainerItemProxy */; + }; + AC7519D82F0C953FCF7DDC9C7AC07FA0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-RSocket"; + target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; + targetProxy = 9A4923FFECE201218FE3A443697F045A /* PBXContainerItemProxy */; + }; + ACCAA5361EEE25B08BBC15B6931524E9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXLocalAuthentication; + target = 869CED37B4B77AAE35DF8B6E70788BBC /* EXLocalAuthentication */; + targetProxy = 13EB0FB8ECA9CFD2387819FB667A3655 /* PBXContainerItemProxy */; + }; + ADBE26CA6755EE345848CD74046616C7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCrashlytics; + target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; + targetProxy = 261B18321BAD8FED75D348A33AADE567 /* PBXContainerItemProxy */; + }; + AEA10D48A0A5FCFBBE0AEFEA556B3317 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 73EC6796B93922DB058223C0581BCA2F /* PBXContainerItemProxy */; + }; + AF57A30D2562ED9A9AADD6B60A165A49 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = E67B437622222AC632C6D6382D5557BA /* PBXContainerItemProxy */; + }; + AF62E583F49DDF5681F631AE65E575B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = DC9349C370C933339EB2CD52FEC17F38 /* PBXContainerItemProxy */; + }; + B03B81F0B9E5A06301E9CA524D9DC2F6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 531CBC9CFAFE24CE11A2DF7E3F1E484A /* PBXContainerItemProxy */; + }; + B03FC9230ADF4A5B8A8E7F27DF9F4DC2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXWebBrowser; + target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; + targetProxy = AFAA2C1A318F31407A8A903570E7F960 /* PBXContainerItemProxy */; + }; + B0484B5E1C8C7DAFB239EF46E828D48F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMPermissionsInterface; + target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; + targetProxy = 6741E8FA861BE4019561559872B0F239 /* PBXContainerItemProxy */; + }; + B061779ED2FA1F8E0E957E0360C46165 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFBAnalytics; + target = BDD119F8782FABE2707D3D913EC3EDE5 /* RNFBAnalytics */; + targetProxy = EE9776D5DFE456FF923FEA38D8DB69E7 /* PBXContainerItemProxy */; + }; + B0A77281B2A10F6DA0D2B72807832D12 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-simple-crypto"; + target = D985A509BFE270C95EDCBE6B4CBAF189 /* react-native-simple-crypto */; + targetProxy = FAFB11F04751C62952E057A901ACF5C9 /* PBXContainerItemProxy */; + }; + B183BDFA72E8BBC9418382FF6951B973 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNImageCropPicker; + target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; + targetProxy = 70B9A260A173DB11A7479BCBC89631D5 /* PBXContainerItemProxy */; + }; + B18875D3F3C101C88D57C535ADE4BA75 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 0B6FC74BB09C5DF41BC2FEE296DCDC12 /* PBXContainerItemProxy */; + }; + B19463D705208D7F29CF46C92B065F24 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCPicker; + target = D00F24222F074B31C56DC6D05E806A35 /* RNCPicker */; + targetProxy = EC7412330D68D8FC0D44761D0570EE67 /* PBXContainerItemProxy */; + }; + B19E92408638F29DB104F49703F781FC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Glog"; + target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; + targetProxy = F9E1C335ABB6801F12F97BCFC9DDE53D /* PBXContainerItemProxy */; + }; + B27FB61BCCA73710CED01F6B788C4974 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-CoreModules"; + target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; + targetProxy = A60BF2DC1B6A2957A5244157AA0C4F1C /* PBXContainerItemProxy */; + }; + B2A8F927596D4365DA186E167757F209 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "OpenSSL-Universal"; + target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; + targetProxy = 87531E11B9CDD5CEBE64BE5B4ACB0A6B /* PBXContainerItemProxy */; + }; + B3774D91A546CD12B524EB2A594F0225 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 5E17CE354271D5DCF09F40848D67DBCA /* PBXContainerItemProxy */; + }; + B38528C135E88E529D17A6BAC945F7B1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFontInterface; + target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; + targetProxy = 17F0A7EE1029AE90189FB00080B1418D /* PBXContainerItemProxy */; + }; + B3C31263ED1D37DDEB434F2E82A121FA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTAnimation"; + target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; + targetProxy = 7A4884720437482A00CEECEC8A57EC58 /* PBXContainerItemProxy */; + }; + B40B1EA62FB989226AF636D86340AF91 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = libwebp; + target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; + targetProxy = 502579BD934FC3350EA69572DB987C40 /* PBXContainerItemProxy */; + }; + B4A66B981629A089EA4786C338B28F1B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 3B5E88FBABE61354B329DBCC5CC62D2B /* PBXContainerItemProxy */; + }; + B53C6EE82E0155C516260B72199AAA69 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = 9E1C10C7247658025FC4DC56908F2595 /* PBXContainerItemProxy */; + }; + B57C1265A603C96D620229B62385A10C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-CoreModules"; + target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; + targetProxy = 6EB1AA6F41745CD52E615A45ED47CA54 /* PBXContainerItemProxy */; + }; + B60AC390B399EB2C317CAC4A6751BCEA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 54AA44D823E78315F7E3BFFCBB70FBE3 /* PBXContainerItemProxy */; + }; + B61C7391F2A3A520621ED640DD54F2FF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 85322271CB8310113B52A1CB0A259950 /* PBXContainerItemProxy */; + }; + B7562DFB6BE495BA8411BE2A44FDB36D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNGestureHandler; + target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; + targetProxy = 7516B6D87EA9A467B798BABBDB6A692D /* PBXContainerItemProxy */; + }; + B854CA8D48D6C389ACDF2AC9F0E17B79 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = E5E8F08D6C9D560EC7377C20475C1BA2 /* PBXContainerItemProxy */; + }; + B86C403C4C7AC2EC5BDAE3F27691ECF1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "OpenSSL-Universal"; + target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; + targetProxy = 1279A15FD63B8130FFD93DA35EAEDED0 /* PBXContainerItemProxy */; + }; + B8B8622F8A9C93E4FA2E57667F5E210F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = 835453A676ED909156EBA83A3706767B /* PBXContainerItemProxy */; + }; + B933ABBA03C6BEE4903966D5082F6344 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = F3B5F1E44B5B8E2C69FAE4CF7B6D9C36 /* PBXContainerItemProxy */; + }; + B9B42D62398F72C8DCE8D840C6BD5183 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = E8F37D5C3C59AECC525D95F83B92FA7B /* PBXContainerItemProxy */; + }; + BA1B16962B73E328A131274C26C9D5FC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-cookies"; + target = ADC4ACC657481AD27F9936D08FF7F49A /* react-native-cookies */; + targetProxy = E379E12261C63CC8E439F0160919CDAC /* PBXContainerItemProxy */; + }; + BA4E3BC0759CF059393278B160A446F8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = F14566ABD110741A29881664EA3E85CA /* PBXContainerItemProxy */; + }; + BA6D42DBC773B4DEC6F999B691DFD365 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = DAF64C20849B7F0958A39B60B9EBB5DD /* PBXContainerItemProxy */; + }; + BA9110ED3BC42CD5A9A3B73D9C58C330 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaLibEvent; + target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; + targetProxy = 5C329BBA65BDC0DDBC2B71ABAF5532BA /* PBXContainerItemProxy */; + }; + BAC018C28F9FB089053C34E421A6D4AF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = 74508D82DB0B23EC4D75D1EC7BBFA8E5 /* PBXContainerItemProxy */; + }; + BB143E395D999A753ABF7CA2B754FDDD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTLinking"; + target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; + targetProxy = 66A455A3C6F2B04B1969C0272C21F441 /* PBXContainerItemProxy */; + }; + BD1589DD7C335A945DE3F477F2014384 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTLinking"; + target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; + targetProxy = 5667B23F89E28068E461EC9327CF8139 /* PBXContainerItemProxy */; + }; + BDD4DCF3C5842225C61CE810C89E5028 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDeviceInfo; + target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; + targetProxy = BD8ECACEF811F60BF144B66C9A2B1A26 /* PBXContainerItemProxy */; + }; + BDE9DCAD145960B56E8B9AA829D2F3E0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = D45AEE07C0A415F1C69FA20F53ADF426 /* PBXContainerItemProxy */; + }; + BEA620CE75E5FAE2697A057C6A42036B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 0E385F17ED3C3C9175EB1E2DB5F334B1 /* PBXContainerItemProxy */; + }; + BF04CF81AE3740DC186CEEA3CFECA3D2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-cameraroll"; + target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; + targetProxy = 9E7324E1D961D075CB0C1C8272FF4DDB /* PBXContainerItemProxy */; + }; + BFDAC399425F2AE28B6B959C30CBFD53 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-DoubleConversion"; + target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; + targetProxy = 9321D0A022CF9BA72BB84104EA9ECE13 /* PBXContainerItemProxy */; + }; + BFDBDFB915E59C291510F86F59659757 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTText"; + target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; + targetProxy = 87F05D948331245D039ABB664C5F353B /* PBXContainerItemProxy */; + }; + C03850779DBC255C4972E4CD9F845988 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactNativeUiLib; + target = 037A1F31C4D99F52EC9FD2008FEC481C /* ReactNativeUiLib */; + targetProxy = 7C749D3BA13D29B31D19571FC255A1AE /* PBXContainerItemProxy */; + }; + C041DB1576C46393AB382D0486F0BA9E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNReanimated; + target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; + targetProxy = FC71D8679F06D6B0716C097692FE37F8 /* PBXContainerItemProxy */; + }; + C07971E6893513AD49928C91F2FB093A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXImageLoader; + target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; + targetProxy = 44EAB2096E7F617504E8E0B6FB93D2C4 /* PBXContainerItemProxy */; + }; + C0A1CCF1230BD4376CEC0A5B0AE365BC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNImageCropPicker; + target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; + targetProxy = 0499FAD0AD4BE55E72E0985D5EC9D584 /* PBXContainerItemProxy */; + }; + C0ACE81B692668A46763DA6A485F6E14 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 5A3E444E5E1F450A5559D5DE824284B7 /* PBXContainerItemProxy */; + }; + C10D3F1F26902A099A43A129B4A7B72D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = 16B64CB6E91DA9B636F658C1D787F26F /* PBXContainerItemProxy */; + }; + C18816878545BA9A6601A83842B23FC7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TOCropViewController; + target = F3966F664F3CFAEFAB57C40FB54D3788 /* TOCropViewController */; + targetProxy = F54987AD32D85094E71C955685979EA8 /* PBXContainerItemProxy */; + }; + C18AFDFD4D046F128FF4A8E5CDEEAF0A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = DE91610852FD2BCA664B4250970D3770 /* PBXContainerItemProxy */; + }; + C194D526B76936A2AA7E3EECC0DA4F82 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = libwebp; + target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; + targetProxy = 8DE77150A90CEAD42D2D2E764459BD6C /* PBXContainerItemProxy */; + }; + C1E79D990EB7FCACBADA22FFD846C413 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFileSystemInterface; + target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; + targetProxy = 0D7EE592EBC003093EA7BC70279C8524 /* PBXContainerItemProxy */; + }; + C2D193CF64E10600EF81E4EE3C504887 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = 0AB69CBB228D482320A1FB2AED3AE9CA /* PBXContainerItemProxy */; + }; + C3756755A3C46D421435C7FED55614BA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = F3CF5940372906B47D63B535340676E6 /* PBXContainerItemProxy */; + }; + C3B414EC70C47514B5A66705847EC0CD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXVideoThumbnails; + target = 4A95B7CD1D5F80C5E8CD9CDA00D41F70 /* EXVideoThumbnails */; + targetProxy = E8ABE14CC53E34E92DC0A22E3E4ED2BF /* PBXContainerItemProxy */; + }; + C3F3AF9DDFF27938771ABA72D3C8BA1D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNBootSplash; + target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; + targetProxy = DBCE7B6A60F848E9CA069C3559FB4A1E /* PBXContainerItemProxy */; + }; + C43FF4220D23557F010D913694456288 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXHaptics; + target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; + targetProxy = B8215B0AAFA352B384BC76570901513E /* PBXContainerItemProxy */; + }; + C4D0633D73EC6F4261733592D265A57D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 7713801483F5E103357EF66505DB24AC /* PBXContainerItemProxy */; + }; + C4D0F961276A4F524ECEA8B848482834 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-safe-area-context"; + target = BD9A27D8398DEB3205D3F8937B0672A0 /* react-native-safe-area-context */; + targetProxy = 7831CED1476708E665D581B5354B1846 /* PBXContainerItemProxy */; + }; + C5769BBFE8F988B4F6FDC656079CDA85 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MMKVCore; + target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; + targetProxy = 2594A6A9FD228CD474E82AF624840D42 /* PBXContainerItemProxy */; + }; + C5C27EF91B74F9517A83CE106A4BBCB2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAppleAuthentication; + target = 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */; + targetProxy = 3F2D105822B9B3C73602563693C45DFF /* PBXContainerItemProxy */; + }; + C5E48DAB2D4A2E60207F5DB712265D28 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = DDF5D713C40412933D9F67B763DCC01A /* PBXContainerItemProxy */; + }; + C60FC80270022DC1960455FD64095887 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXFileSystem; + target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; + targetProxy = 097697E6ACEAFD36D2D896E53B509ACA /* PBXContainerItemProxy */; + }; + C6FE0B4EE9A16163A117065CB7948195 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = D60045C20BFF7EF0EB8D8648260D7335 /* PBXContainerItemProxy */; + }; + C7BA26271B86CC5A79880BE13FF3E324 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = 8A4E3CAF711B7671C679E1F0884F135F /* PBXContainerItemProxy */; + }; + C8C916AC3AEF7C2D2205E958E10CF587 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-simple-crypto"; + target = D985A509BFE270C95EDCBE6B4CBAF189 /* react-native-simple-crypto */; + targetProxy = B2AC8DD263F3F8C219129A77880A8B7E /* PBXContainerItemProxy */; + }; + C8F92E574FAEA97086D653DA067EE272 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 80E591A99ACDAF06B14D97D118969C70 /* PBXContainerItemProxy */; + }; + C9FC0DE231C94B7CDEDFB5F09AE9ED21 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMConstantsInterface; + target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; + targetProxy = 1D97A596C5079A754E160F867803D119 /* PBXContainerItemProxy */; + }; + C9FD1C00E6FB1DFEAACCD11B6B1BAAD9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 2A7A80FFB6CD7F16BBED6A0A13725241 /* PBXContainerItemProxy */; + }; + CA168F9A472F4E8DE48E35FF699BCCE2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Folly"; + target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; + targetProxy = FE0A344B015CE53D14C882A96C837457 /* PBXContainerItemProxy */; + }; + CA340E4CCE25225C5B92129C34BCE777 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMTaskManagerInterface; + target = 50188AAB5FAECCA9583327DBA2B0AF2B /* UMTaskManagerInterface */; + targetProxy = CEFAFB6542EAC727BEDC93A5BE652757 /* PBXContainerItemProxy */; + }; + CACA35C63C6BBC36F6925ED156F30936 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMPermissionsInterface; + target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; + targetProxy = 0B0914647866FF2AC5DED83087A1C006 /* PBXContainerItemProxy */; + }; + CADD5A04FC583F4D3D2BE243398CC79F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 238A73DC63295BE2E2783D02E4DDEF70 /* PBXContainerItemProxy */; + }; + CB9FF4AA0A7C48805A1F2A27DF47A83A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXHaptics; + target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; + targetProxy = 852DDE76B4270220058443111E47A04D /* PBXContainerItemProxy */; + }; + CBA78075E5F484687103863A2E1FDE5A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXHaptics; + target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; + targetProxy = 90B8753C237E3292F1C8964BB2B3A826 /* PBXContainerItemProxy */; + }; + CBE747E9476F60253A6120D9A2E1D517 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNReanimated; + target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; + targetProxy = C30BA82CF28C29EABD46FFB9B05D5F19 /* PBXContainerItemProxy */; + }; + CC0D84106A032C9F7047A9196BFD59D0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFileSystemInterface; + target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; + targetProxy = 2BAA96DDADD6D12DDAE3059F01EAAB70 /* PBXContainerItemProxy */; + }; + CC27EA5A06144FD13226EA6A815CDCBE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-appearance"; + target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; + targetProxy = BC16F059B042940E85A7F221B5A8104D /* PBXContainerItemProxy */; + }; + CC5E477D4CE7A13F8116680F0859A8A4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-callinvoker"; + target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; + targetProxy = D7FD39495E31F0310F83307145266AA9 /* PBXContainerItemProxy */; + }; + CD89306CBF2966433669EC98705C2BF7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = C13BE6BE19EF25BEF860226FF47609A1 /* PBXContainerItemProxy */; + }; + CD91DED68084CAA0666F3EF532C496B0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = A6206646E5F28F433CEEA5E89D2B90DE /* PBXContainerItemProxy */; + }; + CE4EFF0199B181D5294B808C5BDD53FA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = ED91B509BEDF55C8B0B7E873273668EF /* PBXContainerItemProxy */; + }; + CEA499E43C0C72082003D3E277B035ED /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFBCrashlytics; + target = E3573FB7AF659C42B699003C73722241 /* RNFBCrashlytics */; + targetProxy = A4063AC59EE4F22D6E90FA3B3D572EDC /* PBXContainerItemProxy */; + }; + CED439201A7E5817C3430C8551465717 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFBCrashlytics; + target = E3573FB7AF659C42B699003C73722241 /* RNFBCrashlytics */; + targetProxy = 06C240B55E5570801D269E68CB530ACF /* PBXContainerItemProxy */; + }; + CF20F934EA861FFE9E709727F2FE6355 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = F2FF8074878F7E068C629C5EB4D71C50 /* PBXContainerItemProxy */; + }; + D003A126F575FE03486F5B60229569B7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXPermissions; + target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; + targetProxy = E477644D97103B25E30FA5B69DD0532C /* PBXContainerItemProxy */; + }; + D02FDBC98C173343B2C50CE490480F72 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YogaKit; + target = 32CA4CBD6B28983076BD93DA221AD027 /* YogaKit */; + targetProxy = AAFF80D8700022DC2917893C04530F43 /* PBXContainerItemProxy */; + }; + D1067AD6DFC214EC3B9245C5CEB68155 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = 2F12977CA2FA4E8FC4148D0415BAC6F0 /* PBXContainerItemProxy */; + }; + D11E7605130475BEF904774E2080FBBC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTText"; + target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; + targetProxy = B95BB80FA53E47EA6F3127A1734CBA1C /* PBXContainerItemProxy */; + }; + D11FE38BC316450D157092019529DAB3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Folly"; + target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; + targetProxy = B2019CC3BA466A577217705C45013262 /* PBXContainerItemProxy */; + }; + D1F2A92C5384D36969A4F17F0C383B8E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAV; + target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; + targetProxy = 277F13B9855FBA5F700B4C82544818C6 /* PBXContainerItemProxy */; + }; + D21B3B57D10C0FEC4C06401CE63F1FCF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-PeerTalk"; + target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; + targetProxy = 74EC39C391753AA08188F3BA4868215E /* PBXContainerItemProxy */; + }; + D23CFB29D12E368E77D1133889EA4082 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaAsyncSocket; + target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; + targetProxy = 6ACAA686DCDEAEEFA3A333F9D1AA343F /* PBXContainerItemProxy */; + }; + D2464230506BF2497B7D408824BFB37F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = EB9117D2C7A0BD9371CD57B9D450EA69 /* PBXContainerItemProxy */; + }; + D29F5EBCABFDB69174234C45DCCFA61F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = B713F5A957F0BE4D94B35393A2DEBC1E /* PBXContainerItemProxy */; + }; + D2A52FD1655F12C0B5E4341341B99FD5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-background-timer"; + target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; + targetProxy = BBC74683C6D7797D515C832CD8BE9735 /* PBXContainerItemProxy */; + }; + D2D5A9B07BFB2B311D4BA574520C5905 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = CA353E563A82C4A75CA26BF793D3345E /* PBXContainerItemProxy */; + }; + D2E80F20B489DF125E118DA9CBADA4E2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 29F64FF42488D3C58F1F4B29D58DAAC4 /* PBXContainerItemProxy */; + }; + D302A47E773FC219EE117B36A1F9A9C9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-orientation-locker"; + target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; + targetProxy = 99BC3B8296FFAF1FD1E4A474F608DDAF /* PBXContainerItemProxy */; + }; + D398DEC6AD7FB1DCEC46BDDDC9810476 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 17BA2974AD109A8F8E3FBF600B309FAA /* PBXContainerItemProxy */; + }; + D3B674277D247F7C9ED33DE79003BA15 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTActionSheet"; + target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; + targetProxy = 29F66B9E69D8269D9497A82B1E527B55 /* PBXContainerItemProxy */; + }; + D4DD2DE0E1299F27B189F14DA7D78B7A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDateTimePicker; + target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; + targetProxy = 49FB67C7C2756E74721F239AB5B1E629 /* PBXContainerItemProxy */; + }; + D4E6AE9F752D63E018A1161F30CCCEF8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNConfigReader; + target = DC0D417AC8ABB7AA10C20A5E0F065812 /* RNConfigReader */; + targetProxy = 7D643F568D2CB68DBEE4A7024011A61A /* PBXContainerItemProxy */; + }; + D528A76AEB1B88E5BCB828D5A35E90CE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactNativeART; + target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; + targetProxy = ABE9C0452A26B4F217AD9FC3CA1521B4 /* PBXContainerItemProxy */; + }; + D58BDBDB324B25817959489BA90253FA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = 84E581BEB5EBA33E3D5D3786A78051AB /* PBXContainerItemProxy */; + }; + D64832BFEAD65D59BBA2C6F62AB8A020 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-blur"; + target = EEBB8D24F2B3531A5C5DAA668D02331F /* react-native-blur */; + targetProxy = 477801AAD25410E4050E34AC27712E69 /* PBXContainerItemProxy */; + }; + D658CFA8B7E03F7278B89177A5FF0059 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTVibration"; + target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; + targetProxy = 67900E51A34FD0C27FFE6FD278EF3C21 /* PBXContainerItemProxy */; + }; + D6F17D0CF1C43FCEB1DA315EAFD096AD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = DB1B23DFC081BA796D8B6DFC646E44DF /* PBXContainerItemProxy */; + }; + D701EF8CE5377927D1BDFA9A8DEAB929 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = B8D7F0F2F8FD72A73CF879F09724B5A3 /* PBXContainerItemProxy */; + }; + D71749C223C1D997AD30FD97BFE6A97B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMPermissionsInterface; + target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; + targetProxy = 0ADF5AA8C175B535BD306D3CA0282211 /* PBXContainerItemProxy */; + }; + D758F4D7432653926E6C49A0A7074F1D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = E4B1EB692DE94F6F8E6CA340F2BA3069 /* PBXContainerItemProxy */; + }; + D8627E935F41F5DFC32F09631544F2C7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMTaskManagerInterface; + target = 50188AAB5FAECCA9583327DBA2B0AF2B /* UMTaskManagerInterface */; + targetProxy = EA22795901404A17182FB283D8D76174 /* PBXContainerItemProxy */; + }; + D87FAC4D878FD8FBC24BB1E58EF0E3BC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-document-picker"; + target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; + targetProxy = E0D951BA5C4178DFC9F1E01FC1351145 /* PBXContainerItemProxy */; + }; + D94F53E8D3F1587CF0207331D21BB476 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-PeerTalk"; + target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; + targetProxy = 8FEC843D090A6D4B733A84DF2F4491DF /* PBXContainerItemProxy */; + }; + D9A44A425C7B1A6C12F46F2C0593C7CC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 65EC04101B753A9192248B15EEED4827 /* PBXContainerItemProxy */; + }; + D9CDB05B72456C252678766986BC8EA2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-fetch-blob"; + target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; + targetProxy = 51E1097650775F04DCC419598F03BD86 /* PBXContainerItemProxy */; + }; + DA1FA5560030F6A74EB7B11E42548907 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAV; + target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; + targetProxy = D8E988F511051725C17C64EA77456905 /* PBXContainerItemProxy */; + }; + DA5F38FD32B601E8B9EDE42787526073 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 0A7B79EF22E33D1D0EF5ADCE3B67F309 /* PBXContainerItemProxy */; + }; + DAC5BD16AA3CB49EB5E2147E8CC96ECA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImageWebPCoder; + target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; + targetProxy = 902F08939BCBF022D3A479D2D16D9614 /* PBXContainerItemProxy */; + }; + DACD725E64EAC2E259724C39374492EF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTAnimation"; + target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; + targetProxy = 4B6539BF8101EC1ED3248C19E314C123 /* PBXContainerItemProxy */; + }; + DB01DEA39A75137C8E5BACC6EB3E018D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactNativeART; + target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; + targetProxy = 1F6AF03B6C3BA73ABEFFF63A06FE4057 /* PBXContainerItemProxy */; + }; + DBBC9B219A2F357B756FE8C6FE311D64 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 6B5E4CBCC8FF49229E79C166D23A2D4D /* PBXContainerItemProxy */; + }; + DBEDDD9870DEE1066195946D82B8D4EE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = BD4F5682D56ACD39EA8F739D35590941 /* PBXContainerItemProxy */; + }; + DC577B03DA9E71AAC2C231CE94DC93DD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNBootSplash; + target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; + targetProxy = B8F607F14C274FC884E51E0FCC125C93 /* PBXContainerItemProxy */; + }; + DD506450B1E857C9AC353EB6E0F3807D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = DB9BB9CFC12000ACFC093E35F6892978 /* PBXContainerItemProxy */; + }; + DD53964EDED07A443ED43B00A31DA180 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Flipper; + target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; + targetProxy = 61CEFB61EEED2FB45C12AB4A6B246FFD /* PBXContainerItemProxy */; + }; + DD782701F13BF9D60750925EBC373C54 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNVectorIcons; + target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; + targetProxy = D9C20507AB9E70D85DD79CC591F7EE76 /* PBXContainerItemProxy */; + }; + DE1084DA3C6EC26B22315C8C5FECF96F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = 611110408C7F17D4D3D7F74E0965D5DF /* PBXContainerItemProxy */; + }; + DE3136BCE4D9B6099B7E13E7DD5CBDB6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 1269D7C0BCB25B42D2E6D08685E976D5 /* PBXContainerItemProxy */; + }; + DED09F86EFFE14F4749E7DF46B0271C4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-notifications"; + target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; + targetProxy = A93ABA18ADA03B660F8CD446AA601954 /* PBXContainerItemProxy */; + }; + DF0C091851CB55362B4192AFE95CC142 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = C66B6AC7A1560792163D464D4269216A /* PBXContainerItemProxy */; + }; + DF1D4684BDE60EBA62DED498959FCA23 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-callinvoker"; + target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; + targetProxy = 538D5B7F8011FBC99DCB74A89B3D310C /* PBXContainerItemProxy */; + }; + DF7A3AC62FE1AD0674181EB88196CFC0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = FFE512D14DACAB0BF4B503E673362E29 /* PBXContainerItemProxy */; + }; + DFEAECB0AC979F9FFB5C94AE4ADFEF95 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNGestureHandler; + target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; + targetProxy = B50B2F145DA45B74C0C698D1C96AB789 /* PBXContainerItemProxy */; + }; + E08BA3D34C32C302245CA7C352BB0A34 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = A26D53DE7C373938534C2001850F3761 /* PBXContainerItemProxy */; + }; + E1D4977FB33B7DC4EA983EC0A9CB6BDA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCMaskedView; + target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; + targetProxy = AD0162217C733F7E45F40C949A740D70 /* PBXContainerItemProxy */; + }; + E211B6CC028F549AC4B16302716CEBF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 81D51893B19F646E59D26C8155960672 /* PBXContainerItemProxy */; + }; + E256565DF3CF6187E8483A5F577E173F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 6565540D0CF63643BE6CE0421E5FDF49 /* PBXContainerItemProxy */; + }; + E2C7FA7D560D357DE01DEE7559590125 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXConstants; + target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; + targetProxy = 2719EEC60138AB292817DDD7DF65C179 /* PBXContainerItemProxy */; + }; + E3028A43043D9916C85DC38DD346E541 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCrashlytics; + target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; + targetProxy = 95BBE32410D8B800721C2F7E6060EEF3 /* PBXContainerItemProxy */; + }; + E3070B430EB0D1AB9625A2BEB462492B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 5D83788C4B3470DFB084FEEEB59C9C6B /* PBXContainerItemProxy */; + }; + E4470E50938908958173534B9AE4B64B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 19A87C34818ADDCD9BA2E82360C814D9 /* PBXContainerItemProxy */; + }; + E483279EDACF1212082CFAC0770621DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 9F3F6B20D65BBED6CAC7B08757DE6E4D /* PBXContainerItemProxy */; + }; + E63380AF4B5057290EA6B9EA43D1FC26 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXKeepAwake; + target = 0CF4D9052577C85B6B8C4E957332626B /* EXKeepAwake */; + targetProxy = 8D8F74D78420C87B4C4BC9CC9B7F5A0A /* PBXContainerItemProxy */; + }; + E69EAAD7F4ED4FF44AF049BD09E51C36 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = B1C8292015A0D920D634400EE772A5AA /* PBXContainerItemProxy */; + }; + E6BBE486B4A8E7AB78B7DBC52C93815B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 2E79C43C3EB9F32C81AC344DAD63D5B1 /* PBXContainerItemProxy */; + }; + E708F130A6F5D7B6BC48FE69892A2C2B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 7648D1397C7C755880A38E8723D8EB73 /* PBXContainerItemProxy */; + }; + E71DF5BEC6F56FEE063677666C975549 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = B1EFCFB840CF2D937A95B0BB9B9BB60A /* PBXContainerItemProxy */; + }; + E72C91996D09C03FDAD7366A21B11CE7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FlipperKit; + target = 982644B5B647690B2E4F5B3F54EB5717 /* FlipperKit */; + targetProxy = C3201BF3ADD49F92C6565248DEFAD9F7 /* PBXContainerItemProxy */; + }; + E73D6FBE26AC8AF9483C0D2F133CB5E6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXKeepAwake; + target = 0CF4D9052577C85B6B8C4E957332626B /* EXKeepAwake */; + targetProxy = 2B835E061108B05C711E4183FD6774E8 /* PBXContainerItemProxy */; + }; + E78AE19F5F8104989E3260AC8D10DF78 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTVibration"; + target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; + targetProxy = 08A7606605C650B0870F20ADD5F6FA4A /* PBXContainerItemProxy */; + }; + E7C651A20AE80C2C75650330C9DA92FC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = 8F1EAB7069ED4830DCADDCA39EDFA0A3 /* PBXContainerItemProxy */; + }; + E855434CCE5D306FCB20B700CFFEE0D4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "OpenSSL-Universal"; + target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; + targetProxy = 37350A0F992D463343D172E04F607117 /* PBXContainerItemProxy */; + }; + E89C09ECC55C5E2497AA17E44F5181E1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 530167DD60237D2CD633D585C6F0C746 /* PBXContainerItemProxy */; + }; + E8A37B77F8FF0A870CA380F0055760F7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JitsiMeetSDK; + target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; + targetProxy = 5F81CCAED61C5353F7091691ADB93F81 /* PBXContainerItemProxy */; + }; + E9C39026016DC678D7B8E831E16CE67F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = 8F1480D7158BB0B20CFD487A6DE6C95C /* PBXContainerItemProxy */; + }; + E9FEBE191A7DA0369B7D57140FA2C453 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = C530E58ADA42AB2711FD4AFCC4C51BE8 /* PBXContainerItemProxy */; + }; + EAA1C9744C0F84066DD273F6713B1F2A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = EC3758CC170F2E3799100917C10ED964 /* PBXContainerItemProxy */; + }; + EAA32891D7B580B439BE499D9558D4D4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TOCropViewController; + target = F3966F664F3CFAEFAB57C40FB54D3788 /* TOCropViewController */; + targetProxy = 1308A310465C460DAE0E4EA5D036009A /* PBXContainerItemProxy */; + }; + EAADE4328947760462367F0BFB4C3CEC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 32631EB179A3DB0AFC285E9715ED23CD /* PBXContainerItemProxy */; + }; + EB8FB8644F8F16062712D10DD7BE2520 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTLinking"; + target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; + targetProxy = 72FF4745518956F3E004C99401E5C6EF /* PBXContainerItemProxy */; + }; + EBACD0A1B277FE7C58994643A9B8A8BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-extensions-share"; + target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; + targetProxy = F09E8DB036CD3C9B8B8CE689ECAD2A73 /* PBXContainerItemProxy */; + }; + EBD7461BE3463844E8FF0465BA8F834F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 47912487C1C64F07368083CAEE2D05C4 /* PBXContainerItemProxy */; + }; + EC3FFC9E0585EF78900D9CC0CE42EC6A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YogaKit; + target = 32CA4CBD6B28983076BD93DA221AD027 /* YogaKit */; + targetProxy = 17C78D855710F87B1FCE603D7DB3E2B9 /* PBXContainerItemProxy */; + }; + ED369078FFFAAEA82681E3838D683204 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-cookies"; + target = ADC4ACC657481AD27F9936D08FF7F49A /* react-native-cookies */; + targetProxy = 1ABC0F30F85A552A0BA66D1896B1F6A2 /* PBXContainerItemProxy */; + }; + ED69BB3248FA0260D1EFD39A11323D5E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDeviceInfo; + target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; + targetProxy = FFBB3193CC4127244D032725B16AC110 /* PBXContainerItemProxy */; + }; + EE6F8F7C6DB2AC1CE3F512C902E32402 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXPermissions; + target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; + targetProxy = AAACB799D549843F85285ABEBA86C521 /* PBXContainerItemProxy */; + }; + EF0625EE6C3445A4A0FFFEC2AC64D9CB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Flipper; + target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; + targetProxy = 76A3145A1FC4E2DD8BE6C9DACD8E7DA7 /* PBXContainerItemProxy */; + }; + EF158F3A09CD998E810B1093EEB9B241 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMAppLoader; + target = C452F579644C83E8D8E36EC24A9BBD46 /* UMAppLoader */; + targetProxy = 2C5430E59569BF99C4169F119B7DEAFD /* PBXContainerItemProxy */; + }; + F10E41F95CF4DAC1A64E141F771C52E7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 947508D3494734506561E4488D2A5E8F /* PBXContainerItemProxy */; + }; + F12BD954C0DEFAA3C1FFF0CEF3EAA777 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = 47A5636E2D2BD1961A59E4556C123FE1 /* PBXContainerItemProxy */; + }; + F13C482D92E259372024AAFF01C5D5C7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCrashlytics; + target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; + targetProxy = 94163FA80A0B767B0D03248D24BA993B /* PBXContainerItemProxy */; + }; + F14B2E5965B9E7E0B2DF091AC134968A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaAsyncSocket; + target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; + targetProxy = 83A3E840AB1F0738A07BAE1602773CBC /* PBXContainerItemProxy */; + }; + F27CFD0789EA5CC6DAA257E302D453D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-webview"; + target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; + targetProxy = 8F8A2766F7138E8959C49D24217D09F7 /* PBXContainerItemProxy */; + }; + F344B9378BA10ABDCDFA6E54513631A0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 7EC5FDD7D41136CBAA0152F7CEFF16E3 /* PBXContainerItemProxy */; + }; + F35082D829BE040F5FD54E914CE0389C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMSensorsInterface; + target = 2038C6F97563AAD6162C284B3EDD5B3B /* UMSensorsInterface */; + targetProxy = E50AF0DC959FA4FCE63444C25178ABB0 /* PBXContainerItemProxy */; + }; + F4129A209C4F09FC89DF1D7E4E8B4284 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MMKVCore; + target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; + targetProxy = 3920C103287C21BEDD2E8AE0FCF2E63D /* PBXContainerItemProxy */; + }; + F4D04E08644AA9463363ADDA47880D04 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 82CD3E61A36A47B8609F38EEFDC9E06A /* PBXContainerItemProxy */; + }; + F511FAA2CA4EF16B5A0BF79FE75B66C2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNConfigReader; + target = DC0D417AC8ABB7AA10C20A5E0F065812 /* RNConfigReader */; + targetProxy = 9F00AB5FC75F97016D4EC1FDE25F2C94 /* PBXContainerItemProxy */; + }; + F53B699F7E6361142B3C72EADE5B209C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = F0688D8BDAC3A1979A9784184F967D0A /* PBXContainerItemProxy */; + }; + F63B5F0476CB55E31BC9A35C4C7DF691 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-netinfo"; + target = EC577C5CB1DC59A7464ECEF266A75B42 /* react-native-netinfo */; + targetProxy = 0846CCC3525D02602FE0DBD814232EE3 /* PBXContainerItemProxy */; + }; + F63C11B2D26C816EF6455D45506EFB18 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransportCCTSupport; + target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; + targetProxy = 880215CD4FCA2A0F3C68B7B9AD216CCA /* PBXContainerItemProxy */; + }; + F763D6ABDD701EB601E17179BEFA4A60 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 908E27715070BF88BC02646B06A9E3B6 /* PBXContainerItemProxy */; + }; + F77B56E35179CBCDCEA49651380757F3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 87906FBD1550E2BED75E39A64F18883B /* PBXContainerItemProxy */; + }; + F7DCBA0702C8481C01CE2C6AA73A43D4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXWebBrowser; + target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; + targetProxy = 0866138EC1AA61E5D5A720EEF037E1E7 /* PBXContainerItemProxy */; + }; + F817F8E73E4F5F30EDA9C758E6905938 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = C54C38E1DFBCE6F451D1286B4E26E728 /* PBXContainerItemProxy */; + }; + F89C0168872CC85F8022A10B61F4192C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFileSystemInterface; + target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; + targetProxy = 5286136BCB028CC7483DE1E84A6060BA /* PBXContainerItemProxy */; + }; + F9759BCFBEC0585A85E350227E4EA448 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-slider"; + target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; + targetProxy = 7C3BB019D32867CAD48AF0A38276C1E6 /* PBXContainerItemProxy */; + }; + FA09D42046FBD60DB2A03D5DBF592AFD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCAsyncStorage; + target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; + targetProxy = 60B89A79EBF8C98FE6D1BC2B79752CBD /* PBXContainerItemProxy */; + }; + FA1249617FC1DA49DB9CAD7605FE8B6F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 6191B2A67520629884B14A6BDCC568DD /* PBXContainerItemProxy */; + }; + FB5663130FC6E0EA386426D3A3BEFB67 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAppleAuthentication; + target = 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */; + targetProxy = 5790C3990A7826CAAA30AF0803E1447F /* PBXContainerItemProxy */; + }; + FB58F329C81C0D819D38BAE841997E6D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = E3A9FDD9B181798017B6DD8DD252D878 /* PBXContainerItemProxy */; + }; + FC0B3FB0308B92E928E1128116CBD965 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTActionSheet"; + target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; + targetProxy = 6C51AD9D63B9A6952520C560FD058851 /* PBXContainerItemProxy */; + }; + FC8E14FA21E712399E1D5CFC6217B596 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXFileSystem; + target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; + targetProxy = AE0F15AE500B38ADB071B46A5EF5E2AE /* PBXContainerItemProxy */; + }; + FCACCB077E8FD92EB3C4BBB30DB056D2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = 568654F5A6A3E2041A0C9878F59FB11B /* PBXContainerItemProxy */; + }; + FCB370C8569B8FF3A06D30F6F95A5F75 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = 0BA21C2016A683FD28E4FE77D85FE57A /* PBXContainerItemProxy */; + }; + FDB1D4808F7A548BD1E7AEB4CC723FDA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 2D8136F758A9D9DF16FE450EC1919CC9 /* PBXContainerItemProxy */; + }; + FDB69454D45B767E2A6CEAD18BDF8277 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = FE9E97A93061B50298A9281895A66B09 /* PBXContainerItemProxy */; + }; + FE145FA54B8008A3C9274CB5D8BF6ADA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = 0B2D86A663FEBAAE08E336A3B73D6306 /* PBXContainerItemProxy */; + }; + FE18AFCEA3D79FEC244197769CC80587 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = E87C0C8DF579FBF95B675A2FA6D60F7D /* PBXContainerItemProxy */; + }; + FF06A05D34355E5A6ECA3CD10267559D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = 31D08199759EDA127B33FAEAAD81EC47 /* PBXContainerItemProxy */; + }; + FF0E99169EEE84889BE9C2AA1B892AC0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMBarCodeScannerInterface; + target = 49821C2B9E764AEDF2B35DFE9AA7022F /* UMBarCodeScannerInterface */; + targetProxy = C1B1706AC80688FCEE7D797A61ADF819 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 00585F65DCD8DAF8DBD0363AC21770FA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 17D3BB1FF71B99FFC3628BA80DD9E8CC /* BugsnagReactNative.debug.xcconfig */; + baseConfigurationReference = 9F988FF27A2CF45B80E7D264B7415538 /* BugsnagReactNative.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -31384,34 +31410,9 @@ }; name = Debug; }; - 00AB39340C9E68498D1CB75C6C8C7D2D /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 755F3DEB1A04444085FC820DDEEEBF79 /* Flipper.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Flipper/Flipper-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = Flipper; - PRODUCT_NAME = Flipper; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 0108C466213A842904DE4745A5461B23 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F5B1F45E7AA8BF9682C0E40DB86B886C /* EXAppleAuthentication.debug.xcconfig */; + baseConfigurationReference = F522BB4CCCBF88D6E8F145100F600E4C /* EXAppleAuthentication.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -31437,7 +31438,7 @@ }; 0347D3E292B97FE46B9749A84BC11588 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A90F0233A5907EB95E2DA6C4833BC2B7 /* react-native-webview.release.xcconfig */; + baseConfigurationReference = F4671EF7BA33F2C2D909EB895C0B9C28 /* react-native-webview.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -31461,25 +31462,9 @@ }; name = Release; }; - 03EEF70BFBAA55685564A202D3ED9C39 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A3258EBC773B8337B6C33118ADF72A63 /* React-RCTActionSheet.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 057D6C4DED64914FDD8560A59A2F105A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 949B5BBA9D567039866C67CCC6B0BD36 /* EXVideoThumbnails.release.xcconfig */; + baseConfigurationReference = 437FA421E76768EEF8745E6F92868F9E /* EXVideoThumbnails.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -31504,34 +31489,9 @@ }; name = Release; }; - 06955CE1E691942A30F51599E0A43C69 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A4F190BACDDC92ABF862C5C74B2EF054 /* Flipper-DoubleConversion.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Flipper-DoubleConversion/Flipper-DoubleConversion-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DoubleConversion; - PRODUCT_NAME = "Flipper-DoubleConversion"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 085EDE8532AF45E3B73429C47189A3E8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 66FB32B4E4192BCFAE23AECA1263176B /* RNReanimated.release.xcconfig */; + baseConfigurationReference = 49F5C778CBAEE035E54C82340ADF74C3 /* RNReanimated.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -31557,7 +31517,7 @@ }; 08E2461374E02C28A465B15A10DD303E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DB7934AFA199F7E7A56D9B1B6BF569C0 /* MMKV.debug.xcconfig */; + baseConfigurationReference = 73A98A77CD3A29D350923E4ABEFB2250 /* MMKV.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -31580,49 +31540,22 @@ }; name = Debug; }; - 0931AC12AB8B37503AB7D6895A83F9BE /* Debug */ = { + 093F2871E9D8C3E030B9D04E8FA8B62C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7A1435EC45AE7758431842BC2EEFFDBC /* React-RCTText.debug.xcconfig */; + baseConfigurationReference = E3F33E1C24C81B6C36F0E44AC02684B0 /* Flipper-RSocket.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTText/React-RCTText-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + GCC_PREFIX_HEADER = "Target Support Files/Flipper-RSocket/Flipper-RSocket-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTText; - PRODUCT_NAME = "React-RCTText"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 09D917FA93B752E02D60C61117B1DE6E /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = EADFA66CF5846F0BB33C0BF43BBDA8A5 /* React-cxxreact.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-cxxreact/React-cxxreact-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = cxxreact; - PRODUCT_NAME = "React-cxxreact"; + PRODUCT_MODULE_NAME = RSocket; + PRODUCT_NAME = "Flipper-RSocket"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -31634,7 +31567,7 @@ }; 0A0E6214D07BB47739004A51C7369DDD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4B3826AEE3E6191D82B36D588C662931 /* BugsnagReactNative.release.xcconfig */; + baseConfigurationReference = 2808039B06913C5F4B5138BD2828D70E /* BugsnagReactNative.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -31685,7 +31618,7 @@ }; 0A84DB3B79A7140AF7F341B83BEA61D6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9E526DACB84987F0B62C0936A2510DEF /* react-native-safe-area-context.debug.xcconfig */; + baseConfigurationReference = A142675AD2D2F03251E59104C6DC9940 /* react-native-safe-area-context.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -31708,9 +31641,33 @@ }; name = Debug; }; + 0AB89BAD51A5493718BE9F47A46678FD /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B5E6A6D6887D8249F4587D1264CEC00A /* GoogleDataTransport.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = GoogleDataTransport; + PRODUCT_NAME = GoogleDataTransport; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 0B42755D4DB1F814A30755F6846F9FFB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8DA4B7C2FC3D15AB659D34F428F3D60D /* ReactNativeART.release.xcconfig */; + baseConfigurationReference = D09D8FA067BA7AD018CBEE4A1A3AD18B /* ReactNativeART.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -31734,9 +31691,9 @@ }; name = Release; }; - 0C86D7D17FE5D1ADD908BFB693F960AA /* Release */ = { + 10822A7A03FF7C46AA5713F43522E531 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D35BB9D377E7DCA39AEBA5F95470298C /* Folly.release.xcconfig */; + baseConfigurationReference = B3494785E3E169E719846914137B58AC /* React-CoreModules.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -31744,13 +31701,13 @@ "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Folly/Folly-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-CoreModules/React-CoreModules-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = folly; - PRODUCT_NAME = Folly; + PRODUCT_MODULE_NAME = CoreModules; + PRODUCT_NAME = "React-CoreModules"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -31761,122 +31718,25 @@ }; name = Release; }; - 0FAF381EF42BB536B9FAA18261EDF9AF /* Release */ = { + 15E26D19AD58A030F183FF46AD865DEA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 49221CEFEE8CD83E3591E1CED4C8883B /* GoogleDataTransport.release.xcconfig */; + baseConfigurationReference = 73A16102B2018BA31D7EFB9EF4A652D4 /* React-callinvoker.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = GoogleDataTransport; - PRODUCT_NAME = GoogleDataTransport; - PUBLIC_HEADERS_FOLDER_PATH = ""; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 10A79E1B2133EFCD7D3DDAE68A2223C4 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DF9B0A15E10CE1961795E9F3893C9EC2 /* TOCropViewController.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TOCropViewController"; - IBSC_MODULE = TOCropViewController; - INFOPLIST_FILE = "Target Support Files/TOCropViewController/ResourceBundle-TOCropViewControllerBundle-TOCropViewController-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = TOCropViewControllerBundle; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; }; name = Debug; }; - 10C6CED799E2C9EF0ADCD7950DB61C6E /* Release */ = { + 1697DFB5299C0D9569DB4B712E1F407F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4C1DCBFB212A62AC19A9DCF6C171511D /* RNImageCropPicker.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/RNImageCropPicker"; - IBSC_MODULE = RNImageCropPicker; - INFOPLIST_FILE = "Target Support Files/RNImageCropPicker/ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = QBImagePicker; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 1165D75D8C987A604F2E7D5022D787C3 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F889051858D1342815D34BEE3B1AD39E /* RCTTypeSafety.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RCTTypeSafety/RCTTypeSafety-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTTypeSafety; - PRODUCT_NAME = RCTTypeSafety; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 11A6F398667ED7BE6A4FD9C07723DB35 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C9B749DC5EB16D1C3374F2F38ACA4753 /* FlipperKit.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/FlipperKit/FlipperKit-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MODULEMAP_FILE = Headers/Public/FlipperKit/FlipperKit.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FlipperKit; - PRODUCT_NAME = FlipperKit; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 14BC6F8AE55B1C52D7D2D1F19889B50B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 76015CE36C25A6F07C63B1B1EFD628C2 /* FirebaseAnalytics.release.xcconfig */; + baseConfigurationReference = 7543099DFCF3098C6A1B696B827EECE3 /* GoogleAppMeasurement.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -31886,29 +31746,12 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; - }; - 15A2D1669F3E1C0026977C7C56EED2AD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 85267077766CED5D1A81746347A5CDE3 /* GoogleAppMeasurement.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; + name = Debug; }; 16AA0154D3837FC4C44F6909CAF079E4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4C1DCBFB212A62AC19A9DCF6C171511D /* RNImageCropPicker.release.xcconfig */; + baseConfigurationReference = B86E5D4DE381D4F6E5472B43B919D882 /* RNImageCropPicker.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -31934,7 +31777,7 @@ }; 16B61979BF8FE08400FAAF42434F81B0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A52A5E50576227517767DF3E9DB1A3FE /* CocoaLibEvent.debug.xcconfig */; + baseConfigurationReference = A541A11F55CD544A3836D2DD8E6D3BE2 /* CocoaLibEvent.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -31947,35 +31790,9 @@ }; name = Debug; }; - 17BFF10503F2B9508E2676CFE0D4855C /* Release */ = { + 182B4CFDA92326C6DBFA2559F207A45A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7C7ADB8ED78C54E79130507CC30D4396 /* SDWebImageWebPCoder.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/SDWebImageWebPCoder/SDWebImageWebPCoder-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = SDWebImageWebPCoder; - PRODUCT_NAME = SDWebImageWebPCoder; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 194937810F87DA0518BC58CD39B4A82E /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6E24CFA96FE83522DBEEBB336A85B3F7 /* RCTTypeSafety.debug.xcconfig */; + baseConfigurationReference = C6D9BA4132CD7F81496EDB460D84B540 /* RCTTypeSafety.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -31999,26 +31816,9 @@ }; name = Debug; }; - 197F946C91CF778546BCFF80682AAE90 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 0069084C980E0CCA18F5ECC6B7609743 /* UMFileSystemInterface.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 1A8AC6BD524C6BC798924603B66A8044 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FC34A469C3B7DC03CD0B95B9FC4207CB /* UMFaceDetectorInterface.debug.xcconfig */; + baseConfigurationReference = A76552CDFC457E754280D8D1DB6C26EE /* UMFaceDetectorInterface.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32034,7 +31834,7 @@ }; 1ABE1D128B3F0307F9D20E20083FABAA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 94A48C3A40E951AD4CCF11DBDB4FB656 /* EXWebBrowser.release.xcconfig */; + baseConfigurationReference = EBB6B6FD72B1215046A2E652F142ABFA /* EXWebBrowser.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32059,50 +31859,9 @@ }; name = Release; }; - 1B17F41986003570FC5DA25100A86429 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 85FD5105EE24AC49ADCEBA173C65A6E0 /* GoogleAppMeasurement.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 1BA567B8BEEB2639022CF7DD7974FED5 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B7D5CDC84B6F825078A8958D352B7FBB /* Folly.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Folly/Folly-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = folly; - PRODUCT_NAME = Folly; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 1C70EC6599A9AF12D63D91390E4EBF8A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 958F4715FAC79A6E15516A357E2F49FA /* RNBootSplash.release.xcconfig */; + baseConfigurationReference = 9DBAA1275894693C3B6DF1953CB3A612 /* RNBootSplash.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32128,7 +31887,7 @@ }; 1CFE88A76538D02382248941B2C0067F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 530A23CB8E2D80F2CE0FBD6FEA4EE2E0 /* UMAppLoader.debug.xcconfig */; + baseConfigurationReference = A820D4DE4D2BA895C7D750245BCCC6DF /* UMAppLoader.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32176,9 +31935,35 @@ }; name = Debug; }; + 1D448FD009678DD68D68FCD86684C992 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D25C44180D984EEDD9DA0FBA10238FD6 /* UMCore.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/UMCore/UMCore-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = UMCore; + PRODUCT_NAME = UMCore; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 1D997A940DE61197BC79DEDFB107BC1A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 04D964E01E93EEB76474F1E15D359758 /* react-native-background-timer.debug.xcconfig */; + baseConfigurationReference = FC3F60EFAED652C357D13BE25D046C6C /* react-native-background-timer.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32203,7 +31988,7 @@ }; 1F90A2C5A78F00D900E1DCA48FD307B6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DC1EC316FB2651C20CC2185D4DF29027 /* RNCMaskedView.release.xcconfig */; + baseConfigurationReference = 57C7016184762D7632319F53C45FD79C /* RNCMaskedView.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32229,7 +32014,7 @@ }; 200AC3E0B9A2F87D6D2321479D40BA71 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B41DB4DEA9269704180F06604AB6D6D3 /* RNCAsyncStorage.debug.xcconfig */; + baseConfigurationReference = 017CA43813A1F62D800C048DC693CAB4 /* RNCAsyncStorage.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32254,7 +32039,7 @@ }; 200EF926DE5D3B8EF4A28816DFA5B409 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AE7591AFDC5AC88B1941CD080623BE32 /* RNDateTimePicker.release.xcconfig */; + baseConfigurationReference = F0706E78F9750DCFFF67264CCEFFD317 /* RNDateTimePicker.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32280,7 +32065,7 @@ }; 2081279C51A75866250814B3DE18C8E3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9E979E9C2A1D1B3CD178466AF1BE2D38 /* react-native-safe-area-context.release.xcconfig */; + baseConfigurationReference = 3A25E9578CCDCEA3AB90E87500EED360 /* react-native-safe-area-context.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32304,112 +32089,9 @@ }; name = Release; }; - 20BBAB1987E1405269346FCEA5380256 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E29A4A72B088981EF0A2D0FD51981C1A /* libwebp.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/libwebp/libwebp-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = libwebp; - PRODUCT_NAME = libwebp; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 20E357C5D5EA4B3192EAC832F0B42FD4 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2AABA53A274446F34113280226A0B733 /* React-jsi.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-jsi/React-jsi-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = jsi; - PRODUCT_NAME = "React-jsi"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 21DEB2C974027E7265E38BE5117648B3 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FDC79AED2A8C575D97FDB6D1B7645E0C /* React-RCTBlob.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTBlob/React-RCTBlob-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTBlob; - PRODUCT_NAME = "React-RCTBlob"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 21E6062088DA56B613CA4C889F5A43DB /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8088B5F3924AEF3C3DB0A1118A881C73 /* SDWebImageWebPCoder.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/SDWebImageWebPCoder/SDWebImageWebPCoder-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = SDWebImageWebPCoder; - PRODUCT_NAME = SDWebImageWebPCoder; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 22484930B6D46E07F261091E83A95EEE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DBBC2900C27054B2E9B0C763867262B2 /* rn-extensions-share.debug.xcconfig */; + baseConfigurationReference = 657A7BD32C86B54F9F37E6FFA881E56C /* rn-extensions-share.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32432,9 +32114,9 @@ }; name = Debug; }; - 27825C2F48F08411F98ABB42350E96BE /* Release */ = { + 259762C6289A05593342280FD2F045F3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F6F7B2A2AD2DBAB17C25FCC0DB4C4BF0 /* React-cxxreact.release.xcconfig */; + baseConfigurationReference = C682A629C402765771746F799F7D4901 /* React-RCTNetwork.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32442,13 +32124,13 @@ "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-cxxreact/React-cxxreact-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTNetwork/React-RCTNetwork-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = cxxreact; - PRODUCT_NAME = "React-cxxreact"; + PRODUCT_MODULE_NAME = RCTNetwork; + PRODUCT_NAME = "React-RCTNetwork"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -32459,9 +32141,9 @@ }; name = Release; }; - 28A2A1DE250F745520D7BD94ECF83E0E /* Release */ = { + 25C2F82475AD9547B497B27665BFE5BC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8C6096EE461733F43177D81C618723FE /* React-RCTSettings.release.xcconfig */; + baseConfigurationReference = E4E819F3F464B0FF6DE88072DD96E4F1 /* React-RCTAnimation.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32469,13 +32151,13 @@ "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTSettings/React-RCTSettings-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTAnimation/React-RCTAnimation-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTSettings; - PRODUCT_NAME = "React-RCTSettings"; + PRODUCT_MODULE_NAME = RCTAnimation; + PRODUCT_NAME = "React-RCTAnimation"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -32486,39 +32168,22 @@ }; name = Release; }; - 2945FF956B7E9B453C8C7B5060DF43C2 /* Release */ = { + 296C3EAC2895088FCE6939931E139D00 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 28AA8DC9D335D3CA978765B0E031B971 /* RCTRequired.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 29B51264FBA6E7FD32122BF6AA9BDAF6 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DF9B0A15E10CE1961795E9F3893C9EC2 /* TOCropViewController.debug.xcconfig */; + baseConfigurationReference = B30E23EEE2A4DED934D9BD0EF230A5F2 /* RNFBApp.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/TOCropViewController/TOCropViewController-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + GCC_PREFIX_HEADER = "Target Support Files/RNFBApp/RNFBApp-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = TOCropViewController; - PRODUCT_NAME = TOCropViewController; + PRODUCT_MODULE_NAME = RNFBApp; + PRODUCT_NAME = RNFBApp; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -32528,9 +32193,61 @@ }; name = Debug; }; + 29C3E314DB4897EDDAF98A807F427E18 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0A14EFF149F4510495C44C02DDE6539C /* FlipperKit.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/FlipperKit/FlipperKit-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MODULEMAP_FILE = Headers/Public/FlipperKit/FlipperKit.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = FlipperKit; + PRODUCT_NAME = FlipperKit; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 2A76FB52AAAD7918AA2BD6750C69EF59 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B3DF9F54431589035E19C4BEFEFB525A /* Flipper-RSocket.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/Flipper-RSocket/Flipper-RSocket-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RSocket; + PRODUCT_NAME = "Flipper-RSocket"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 2A7B9923A025C9FD5DA7D60F3BED10CF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0A0C7B210F71F8C2716DF50B5320CD12 /* UMReactNativeAdapter.debug.xcconfig */; + baseConfigurationReference = 8CDD3FC763152E8C4556BBB678599AB4 /* UMReactNativeAdapter.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32556,7 +32273,7 @@ }; 2B1D1CF3E19848CE2F0FFD9650031F5F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C387249A52C5D3DCB6A12A1ED6101AA7 /* EXWebBrowser.debug.xcconfig */; + baseConfigurationReference = D529E80B743400BE6282A3A738682236 /* EXWebBrowser.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32580,23 +32297,22 @@ }; name = Debug; }; - 2E17B58E003281ED01BD89BE9F9F7409 /* Release */ = { + 2B25A4305E3BD352856BE38942B73076 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F1ABCF8203415ECBD73BADAB8F38DF47 /* React-RCTNetwork.release.xcconfig */; + baseConfigurationReference = FC2F869BED46C5294D3A995FD8452959 /* TOCropViewController.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTNetwork/React-RCTNetwork-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + GCC_PREFIX_HEADER = "Target Support Files/TOCropViewController/TOCropViewController-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTNetwork; - PRODUCT_NAME = "React-RCTNetwork"; + PRODUCT_MODULE_NAME = TOCropViewController; + PRODUCT_NAME = TOCropViewController; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -32607,9 +32323,111 @@ }; name = Release; }; + 2BA0A942925FE60D5696597B28EBBFC4 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 5027173D497DA6BB6AC4E1BADDC5DFFE /* UMConstantsInterface.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 2C211EFCBF47BD29B47326192C86E970 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CE72A8F22323CCCD1DD1C3A2C1509567 /* React.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 2C60D2FB7E26DD73CBBAEDEE301C1012 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 259405060C1E4630A48CBD1827C26A80 /* React-jsi.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-jsi/React-jsi-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = jsi; + PRODUCT_NAME = "React-jsi"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 2DB713FA70A6346E61D348B0CAEA2148 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8C3E5DA9E58038D966DC82D54ACD1B88 /* FBLazyVector.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 2E276891FB9ACEA25905FCE6C6D456CE /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 71226302BE45A7B0F501A945DA65C8AB /* glog.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/glog/glog-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = glog; + PRODUCT_NAME = glog; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 2EE7477CED0EF45A9B85F8884BE22919 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 541FAB4AD3B609262242ECE3F0F2ED72 /* RNImageCropPicker.debug.xcconfig */; + baseConfigurationReference = C54739594C9F12ED91B3A24A811C6E3C /* RNImageCropPicker.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32632,35 +32450,26 @@ }; name = Debug; }; - 2F2AA16D6041362AD45BA77524008282 /* Debug */ = { + 2F8C05D24C01621B9E3C09251F0AFCAF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C369DFB1636B35E39573021266AF2814 /* React-CoreModules.debug.xcconfig */; + baseConfigurationReference = A6B14B9E6339B9A956608DF8295CA47C /* UMImageLoaderInterface.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-CoreModules/React-CoreModules-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = CoreModules; - PRODUCT_NAME = "React-CoreModules"; - PUBLIC_HEADERS_FOLDER_PATH = ""; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; 3063463B2EFCF4EC04EE5A44ACB7FDE0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5A79C0CCB7A6CCA0D60DD70B623072CE /* react-native-background-timer.release.xcconfig */; + baseConfigurationReference = 6CF4628F0256B1CAFD09491759F5EA8B /* react-native-background-timer.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32686,7 +32495,7 @@ }; 306B30B972532C61B933FD6D83DC5284 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F72342109AF41029A685F8B41C1B7465 /* RNConfigReader.debug.xcconfig */; + baseConfigurationReference = 40A2DB39044B51CA5142EB721767D713 /* RNConfigReader.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32711,7 +32520,7 @@ }; 319D93C25C4B6C3E0AA156CBF7D7300E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 222E46FF609ABB280796A2AF1D0073F9 /* Firebase.release.xcconfig */; + baseConfigurationReference = C74F1403727AB3EC02EA01887CFA5016 /* Firebase.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32727,7 +32536,7 @@ }; 31E84E0F2370347830137DC5F187B48B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8D0A76ECDB0548B1A811AC4558CC3A30 /* RNScreens.release.xcconfig */; + baseConfigurationReference = 0D3E12F5CADA363DBFA669974D926E8D /* RNScreens.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32751,69 +32560,51 @@ }; name = Release; }; - 337600E77891699FD507B496FB59D505 /* Release */ = { + 31FDB76878F35640CB9C117AED83EC71 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 72D8C97B99DEEA111AAF60AC08914F60 /* GoogleUtilities.release.xcconfig */; + baseConfigurationReference = 96D0B4D2C8E7747DE10DD1DEE485BDAB /* React-Core.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/React-Core"; + IBSC_MODULE = React; + INFOPLIST_FILE = "Target Support Files/React-Core/ResourceBundle-AccessibilityResources-React-Core-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + PRODUCT_NAME = AccessibilityResources; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 333C065553B31C04ADF1571A7834855A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 777A6CEA1DB169E129FEC44F494A83BF /* Flipper.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/GoogleUtilities/GoogleUtilities-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/Flipper/Flipper-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = GoogleUtilities; - PRODUCT_NAME = GoogleUtilities; + PRODUCT_MODULE_NAME = Flipper; + PRODUCT_NAME = Flipper; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; - }; - 337B425483A9051C530002B573FDDDFE /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C3FB335BEDDB40D240F7B9E6312904A5 /* React-RCTActionSheet.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 3406ECDF3E0C01FD2992B22DB0E7F7E1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = EA453B10E8FCD695BB63F5857934F1DF /* UMImageLoaderInterface.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; + name = Debug; }; 350E549B9D9AFA7C44AB9D907104BC96 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EB5278520A55D3E9AF355C6594BF3807 /* RNFastImage.debug.xcconfig */; + baseConfigurationReference = 9FF9214391075AAD5E0FA9571453D1F4 /* RNFastImage.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32838,7 +32629,7 @@ }; 35BB07AFAF2489D6E6B1371C8B6FC80C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E49AB1A7F3CB16FC20911586C0F405AF /* EXAV.debug.xcconfig */; + baseConfigurationReference = 6221F69231986FD00D657A121A52B96F /* EXAV.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32862,34 +32653,9 @@ }; name = Debug; }; - 387A759D3D0B5CEC3CC9708D68B858AF /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E124D53745EEA4D93525AD033F8AE746 /* FirebaseCoreDiagnostics.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FirebaseCoreDiagnostics; - PRODUCT_NAME = FirebaseCoreDiagnostics; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 39048FDB453C1BFAAB89D97B145921E3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D6A67E591F2B394A2AE6163936620AC6 /* CocoaAsyncSocket.release.xcconfig */; + baseConfigurationReference = CB3DDB4876F896E8B1AE447F6B120FA5 /* CocoaAsyncSocket.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32915,7 +32681,7 @@ }; 39E658BFB6AA16170AC332C84B7A8FD2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0186FFFE3F8C4FB045AC4589B4A964B9 /* EXLocalAuthentication.debug.xcconfig */; + baseConfigurationReference = E2EB43009C3356DCDF3CD887C503DF31 /* EXLocalAuthentication.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32939,9 +32705,36 @@ }; name = Debug; }; + 3B110A786600809C5EE6C893435780CF /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7224F4F6F3CF90212229C2B708F5FC2D /* UMCore.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/UMCore/UMCore-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = UMCore; + PRODUCT_NAME = UMCore; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 3C6A7FD1AF51719FB9B42E949E74FD49 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2F9CC1A52F02ABB3B675DBA1B7408A55 /* RNScreens.debug.xcconfig */; + baseConfigurationReference = FD671D99A63B5B8540350A881018311A /* RNScreens.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32966,7 +32759,7 @@ }; 3C6C400C2D5AE4C140D1CE46C3ED3F9C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E2124EC2043630E97F3F680227053761 /* UMTaskManagerInterface.debug.xcconfig */; + baseConfigurationReference = 504A3E8E57874AEB79378F0713B97A52 /* UMTaskManagerInterface.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -32982,7 +32775,7 @@ }; 3C75C521C18106455172257F4A2396B8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6C3E8E5F4765B75486618544C4F5978B /* RNFBCrashlytics.debug.xcconfig */; + baseConfigurationReference = 5E4013B781E6FA18F1ED8763DAF5639A /* RNFBCrashlytics.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33005,9 +32798,25 @@ }; name = Debug; }; - 3DA72092DFA925103C1F17AE5F800F8E /* Release */ = { + 3D1B7DDF3EE951BDB446972C24B859B5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 38065DD6BA8D1AB41088E54F37AA27EE /* Yoga.release.xcconfig */; + baseConfigurationReference = 57D665E0B76742C9DEEF2CDF4AF2140A /* FirebaseAnalytics.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 3DD1D67721F3F608E71D7933917EE05C /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FC46C23F9D227FB0CEA7115AD920374D /* ReactCommon.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33015,27 +32824,25 @@ "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Yoga/Yoga-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/ReactCommon/ReactCommon-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MODULEMAP_FILE = Headers/Public/yoga/Yoga.modulemap; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = yoga; - PRODUCT_NAME = Yoga; + PRODUCT_MODULE_NAME = ReactCommon; + PRODUCT_NAME = ReactCommon; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; 3DD506842A625431AD29113DA971F4B1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1D0766E2B991CA9C7CA66CAB5B502E2B /* Flipper-PeerTalk.debug.xcconfig */; + baseConfigurationReference = D6C7E955A289B723B89E0A05BA003614 /* Flipper-PeerTalk.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33058,33 +32865,9 @@ }; name = Debug; }; - 3EB95610C162D8B3708D5F24411C7511 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 38FBF5D564F20E4FEC936E9A50630A4C /* FirebaseCore.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FirebaseCore; - PRODUCT_NAME = FirebaseCore; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 3EF4F733E0263A0A5C9664CDF8852B62 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 503929E09729F5341FC7359ADFC640B2 /* EXImageLoader.debug.xcconfig */; + baseConfigurationReference = B49480116D5F50AE0EF30BD001A7E8C8 /* EXImageLoader.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33108,9 +32891,9 @@ }; name = Debug; }; - 4051B86AD4C294D05A19D0E077EA8D00 /* Release */ = { + 3F06D112D40B4FFA2A1CCDE9DD698885 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2F3657979DCAC4D3524B660D89F3007B /* React-RCTAnimation.release.xcconfig */; + baseConfigurationReference = 2A045482B71AE04F4AB12DB96CA85903 /* FBReactNativeSpec.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33118,13 +32901,13 @@ "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTAnimation/React-RCTAnimation-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/FBReactNativeSpec/FBReactNativeSpec-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTAnimation; - PRODUCT_NAME = "React-RCTAnimation"; + PRODUCT_MODULE_NAME = FBReactNativeSpec; + PRODUCT_NAME = FBReactNativeSpec; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -33135,9 +32918,9 @@ }; name = Release; }; - 40985D3CDD289DDC1E5312709C1DB486 /* Debug */ = { + 3F25406BC987009CD58215A93180E2BC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DABD12A8716F9EE15A7A4FCAA0CE8398 /* glog.debug.xcconfig */; + baseConfigurationReference = 7B36E9CF2F9A37853EFE90CFD933D27D /* React-cxxreact.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33145,25 +32928,26 @@ "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/glog/glog-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-cxxreact/React-cxxreact-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = glog; - PRODUCT_NAME = glog; + PRODUCT_MODULE_NAME = cxxreact; + PRODUCT_NAME = "React-cxxreact"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; 4196DE35CAD463258426CDBC8A8080B4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0F7B50DAAB8E96BDC5AEF8F49BE1DCF3 /* react-native-jitsi-meet.debug.xcconfig */; + baseConfigurationReference = 0486180C9449772B885DC0B3230F9DC1 /* react-native-jitsi-meet.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33186,9 +32970,9 @@ }; name = Debug; }; - 41D977EB7E7C7AC7BBB946A361EBFCCE /* Release */ = { + 43FD8FC5E3AEF2DAD14D3B18A43381EE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2825B426015D86ECAF164C61954829D1 /* UMPermissionsInterface.release.xcconfig */; + baseConfigurationReference = A65E33ABF680609886787BF3A99247B0 /* React-CoreModules.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33196,26 +32980,25 @@ "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/UMPermissionsInterface/UMPermissionsInterface-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-CoreModules/React-CoreModules-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = UMPermissionsInterface; - PRODUCT_NAME = UMPermissionsInterface; + PRODUCT_MODULE_NAME = CoreModules; + PRODUCT_NAME = "React-CoreModules"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; 452A6A33E111B1718D3C3EA700068412 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 53995E02D20892E402B78BBEC7C3E5CA /* RNCPicker.release.xcconfig */; + baseConfigurationReference = 8214342B383E5EDE394900F6DD42681A /* RNCPicker.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33241,7 +33024,7 @@ }; 4555D131CF85031582E48F2F9396BF87 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 89E389AFC5C503F1E797BADEEB070979 /* RNGestureHandler.debug.xcconfig */; + baseConfigurationReference = 22B97631BA2C9B50C897C77DB9242663 /* RNGestureHandler.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33266,7 +33049,7 @@ }; 4580CA6BADF1558539500AD612CD42FF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ED31E6141B375F718928103F05B9BD9D /* RNVectorIcons.debug.xcconfig */; + baseConfigurationReference = 46050E86C51236D2C9250A040807AC4A /* RNVectorIcons.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33289,9 +33072,34 @@ }; name = Debug; }; + 45C7A067F3784A5F6E72136E3BF806EA /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1A597DB99FED31AE7436208B5BCD99B1 /* PromisesObjC.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = FBLPromises; + PRODUCT_NAME = PromisesObjC; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 46B30C33BF229B795F1901873B64A1C5 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 32F82065750CD6C926DA5C1E835E175F /* react-native-notifications.debug.xcconfig */; + baseConfigurationReference = F6475424E2761AFCDB2C8F67774174D2 /* react-native-notifications.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33314,76 +33122,36 @@ }; name = Debug; }; - 46B4C10098A480B8B40990D0AA6A57EB /* Debug */ = { + 4736EF55BFAA5758771FDFAAA1EEA457 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 62B95AC88B6DC0CBCD4D79E1D35FE8C7 /* React.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 46DFA7137DD1D8569C556CC9FF56EC4C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E2133ED06B7C1F27E04EE1D50D7D0BB8 /* Flipper-Folly.debug.xcconfig */; + baseConfigurationReference = C44B1AA0010B4FCC3299ECE2838C11ED /* YogaKit.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Flipper-Folly/Flipper-Folly-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/YogaKit/YogaKit-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; + MODULEMAP_FILE = Headers/Public/YogaKit/YogaKit.modulemap; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = folly; - PRODUCT_NAME = "Flipper-Folly"; + PRODUCT_MODULE_NAME = YogaKit; + PRODUCT_NAME = YogaKit; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 4.1; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - 482F4D1E7974C4C2198A0A182D3BA713 /* Debug */ = { + 48F3BFCB22DC98C034B0D9B3FDB6FCEA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DF4E84C7C2B0F83B4574511212015195 /* React-jsinspector.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-jsinspector/React-jsinspector-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = jsinspector; - PRODUCT_NAME = "React-jsinspector"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 4875994530AAEC00E486F947ECBC4317 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B688BEA24E9E6547CFD6426CBA4876BC /* FirebaseCore.release.xcconfig */; + baseConfigurationReference = A2F4E001EC825E43F3A56679E8F14BDA /* FirebaseCrashlytics.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33394,8 +33162,8 @@ OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FirebaseCore; - PRODUCT_NAME = FirebaseCore; + PRODUCT_MODULE_NAME = FirebaseCrashlytics; + PRODUCT_NAME = FirebaseCrashlytics; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -33406,9 +33174,35 @@ }; name = Release; }; + 4921073920413FDB46656004AFBE1AD6 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 24CAF573C6411643321A822F7D6D4FDB /* FBReactNativeSpec.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/FBReactNativeSpec/FBReactNativeSpec-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = FBReactNativeSpec; + PRODUCT_NAME = FBReactNativeSpec; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 496CE5CB645BE6032E5C5D35E7868A96 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 724090EF43772915E660A3B620024DC7 /* react-native-blur.debug.xcconfig */; + baseConfigurationReference = 6A632E777BB69D8E1044748E63DA47B1 /* react-native-blur.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33433,7 +33227,7 @@ }; 4BA7314297F52E6540B1DD6B034FA0B6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1A1840AB44BF1B7B0290497F0EBE358F /* react-native-simple-crypto.release.xcconfig */; + baseConfigurationReference = 2EA5C92E336234BB166F02380D0164D2 /* react-native-simple-crypto.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33458,9 +33252,35 @@ }; name = Release; }; + 4CE12D872B847D1364FCD70100C74951 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 62A6F7B4BF9992C5DEE0E3B39E71D24E /* React-jsi.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-jsi/React-jsi-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = jsi; + PRODUCT_NAME = "React-jsi"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 4CE310FACCB164E1FB338129A9078F9C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8089BAFEE24D6FE18A4CE4D03BB3CD7B /* UMSensorsInterface.debug.xcconfig */; + baseConfigurationReference = 99A9F8BB2CA1319B902F9B26DEFAF104 /* UMSensorsInterface.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33476,7 +33296,7 @@ }; 4D9FFA4CA17A3D542C4A55A820DD6B47 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 69C98094A201B15947AE6FA1FBEC07F2 /* UMCameraInterface.debug.xcconfig */; + baseConfigurationReference = 7269BD086EEEC468227F23935738531E /* UMCameraInterface.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33492,7 +33312,7 @@ }; 4DBCE360C534E754DD9273611AF0920E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5208383FF02589231FCF665B66E0EB45 /* RNConfigReader.release.xcconfig */; + baseConfigurationReference = 08097D15DEE25E1C1E4F8EF20FB0FF71 /* RNConfigReader.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33516,35 +33336,9 @@ }; name = Release; }; - 4E22DA2716EF1BC2C935E87DD1182886 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F86C0E925DDCC7DE1A30496C158728D9 /* React-RCTBlob.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTBlob/React-RCTBlob-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTBlob; - PRODUCT_NAME = "React-RCTBlob"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 4E54B3FAAE249652B3A60E4A21D8A3C6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BF590B632FAF586936466586953E8757 /* RNFBAnalytics.debug.xcconfig */; + baseConfigurationReference = 875BA03E5DDFFFE1C24F53EACDD7B0F2 /* RNFBAnalytics.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33567,23 +33361,21 @@ }; name = Debug; }; - 4F25D8D2915D43E8E3CB514D81DD413F /* Release */ = { + 4FC73BB4FC57C8A716D2DA21AEDAB47D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AE4F7991FB77694492BB68155FC5395D /* React-Core.release.xcconfig */; + baseConfigurationReference = 6C3D1B2CD5D89B2C758F92FA4913F711 /* GoogleDataTransportCCTSupport.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-Core/React-Core-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React; - PRODUCT_NAME = "React-Core"; + PRODUCT_MODULE_NAME = GoogleDataTransportCCTSupport; + PRODUCT_NAME = GoogleDataTransportCCTSupport; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -33596,7 +33388,7 @@ }; 4FEF1549FF187DEBD3B75F0CD911E86F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 659B218DF5C686A7BB4EAC414ECD5111 /* react-native-notifications.release.xcconfig */; + baseConfigurationReference = 32C2B727C55504BEA6319B64DC61771E /* react-native-notifications.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33620,26 +33412,9 @@ }; name = Release; }; - 529A1D36ED7D2C8FB2A6A05537D0377F /* Debug */ = { + 500147AEE9488CEC1AF465A78CC039B7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 541FAB4AD3B609262242ECE3F0F2ED72 /* RNImageCropPicker.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/RNImageCropPicker"; - IBSC_MODULE = RNImageCropPicker; - INFOPLIST_FILE = "Target Support Files/RNImageCropPicker/ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = QBImagePicker; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 53A56DD0024E204320A6609D65A96E86 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B11111E0E1DDE5FD0CB3A721E317257 /* ReactCommon.release.xcconfig */; + baseConfigurationReference = 471512DD9D59447E786D3CCBD337B33A /* React-cxxreact.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33647,26 +33422,66 @@ "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/ReactCommon/ReactCommon-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-cxxreact/React-cxxreact-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = ReactCommon; - PRODUCT_NAME = ReactCommon; + PRODUCT_MODULE_NAME = cxxreact; + PRODUCT_NAME = "React-cxxreact"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 52D6CD6A9F1C42AFD9B131DEEED6D7A8 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7FF8DD1DCDA181E030C480AED8B9ED86 /* FirebaseCore.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = FirebaseCore; + PRODUCT_NAME = FirebaseCore; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 5367F1C2D55A26D59CA32DE260D33A9C /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C687F98C396384C19C02AA33B5DB0E4C /* UMConstantsInterface.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; 54DA5EA8201F8CE46653A2027CE70573 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5A8FD9D312A63E080E3D9659170979BD /* react-native-mmkv-storage.debug.xcconfig */; + baseConfigurationReference = 5AB3C649C585BDA1CC889A3ACB1EC56D /* react-native-mmkv-storage.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33691,7 +33506,7 @@ }; 54EFEB42850D0E2A710E1DA4E256F09C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 72C5A4C2336F7A4FFCAF906F7F06C7AC /* RNGestureHandler.release.xcconfig */; + baseConfigurationReference = C06A09FBABAB63845B792354730B996E /* RNGestureHandler.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33715,9 +33530,35 @@ }; name = Release; }; + 555D679F0D0CB1BEEF55DA7E4DF97AA5 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C3824950301566D80B8BD7305ED995C6 /* YogaKit.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/YogaKit/YogaKit-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + MODULEMAP_FILE = Headers/Public/YogaKit/YogaKit.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = YogaKit; + PRODUCT_NAME = YogaKit; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.1; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 56990154C6CA1092C5581734CAB3DF20 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B514C688D504015550DEA4ABE9A4437 /* react-native-document-picker.debug.xcconfig */; + baseConfigurationReference = 9BB9275ECC167791B2A760E7C566ECC4 /* react-native-document-picker.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33742,7 +33583,7 @@ }; 57B656256E59CE6A3B384FD16049A754 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6308402C265EA55D23260866067C8D41 /* EXImageLoader.release.xcconfig */; + baseConfigurationReference = A5CB7C4E2AF5D3C0F5D6CA15180474A3 /* EXImageLoader.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33767,9 +33608,77 @@ }; name = Release; }; + 58931928B751A7861ED4F34C316B9CD7 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FC2F869BED46C5294D3A995FD8452959 /* TOCropViewController.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TOCropViewController"; + IBSC_MODULE = TOCropViewController; + INFOPLIST_FILE = "Target Support Files/TOCropViewController/ResourceBundle-TOCropViewControllerBundle-TOCropViewController-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + PRODUCT_NAME = TOCropViewControllerBundle; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 59AA294F7F49ACF6E60197778E5AFB21 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 247721F3AE16D0D071439314506AAB14 /* libwebp.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/libwebp/libwebp-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = libwebp; + PRODUCT_NAME = libwebp; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 59C1B7869186EDB6FD305D15985F1AC9 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0FD3B14E21016E7A90FDFD123CB4CC17 /* Flipper-Folly.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/Flipper-Folly/Flipper-Folly-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = folly; + PRODUCT_NAME = "Flipper-Folly"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 5A43A77329584FCECAEA4DB7C2B4584A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DAB08E0BFE57C7C6AE68B086A691CA95 /* react-native-cookies.debug.xcconfig */; + baseConfigurationReference = E95988F15CC5B8F3037396FF8085421A /* react-native-cookies.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33794,7 +33703,7 @@ }; 5B5773DDB035D2B5B24C7C4AC38E9D15 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CC98D9D49EED1AE530C44A569DFE358A /* UMBarCodeScannerInterface.release.xcconfig */; + baseConfigurationReference = EBB8D66354F5B642438DE05220350958 /* UMBarCodeScannerInterface.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33809,35 +33718,9 @@ }; name = Release; }; - 5D693377E8DFEC4A53187867A1260979 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 60354B3AF94818DC307389E3644E0600 /* Flipper-DoubleConversion.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Flipper-DoubleConversion/Flipper-DoubleConversion-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DoubleConversion; - PRODUCT_NAME = "Flipper-DoubleConversion"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 5E817933D90A40B772648F93A114CD11 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2737B1616653B5FAE24C9BB6FDC97CE8 /* react-native-restart.debug.xcconfig */; + baseConfigurationReference = 0A7CB14EF7F176086DA264E6AABC452C /* react-native-restart.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33860,9 +33743,36 @@ }; name = Debug; }; - 5F4DAD356C4FB86D16E1A3678B71040F /* Debug */ = { + 5F9461C8782624B96E32DF4A6330AE6F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 08D438F764FFF20D91EAA0ED5F908375 /* RCTRequired.debug.xcconfig */; + baseConfigurationReference = 5981F4437234DFC0326886AC9E27D0D3 /* React-jsinspector.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-jsinspector/React-jsinspector-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = jsinspector; + PRODUCT_NAME = "React-jsinspector"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 60B6BE39E11614020DA5F78BE94B6110 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B0DFA591082873397F2918D0053401CC /* React-RCTActionSheet.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33876,49 +33786,29 @@ }; name = Debug; }; - 60BB52C26DC6BAD10ECB85D33703B2A0 /* Debug */ = { + 60DEA37747A8A23FDCA5C369DB30740C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7FC02EB65635CB0D1829239772F9F6E4 /* React-Core.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/React-Core"; - IBSC_MODULE = React; - INFOPLIST_FILE = "Target Support Files/React-Core/ResourceBundle-AccessibilityResources-React-Core-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - PRODUCT_NAME = AccessibilityResources; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 60EE0C78E9B06EC680E340F10431741B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6DC5422116C59BD53164246AAA65B0BB /* FBReactNativeSpec.release.xcconfig */; + baseConfigurationReference = 87100FFF4EC926F665E372575992B1E1 /* FirebaseInstallations.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/FBReactNativeSpec/FBReactNativeSpec-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FBReactNativeSpec; - PRODUCT_NAME = FBReactNativeSpec; + PRODUCT_MODULE_NAME = FirebaseInstallations; + PRODUCT_NAME = FirebaseInstallations; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; 6110948AD771BC4C43023D20B4137D2D /* Debug */ = { isa = XCBuildConfiguration; @@ -33946,7 +33836,7 @@ }; 63F5C2461435F9705EA517F7388A9AAF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 123AC976A8B8091B136081B9192688AF /* RNDateTimePicker.debug.xcconfig */; + baseConfigurationReference = 219CAB2AB5D9006B8F52183D235333A3 /* RNDateTimePicker.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -33969,6 +33859,47 @@ }; name = Debug; }; + 64008C7E5F7A2C31602F8EC957A1CFCC /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 43C0C1192214C8336CF88696F0FA25FF /* OpenSSL-Universal.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 64445EE65905181A51C460B7D70D9714 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8E871AAC1EDC6BE43EB92D292E2E8CD4 /* Flipper-Glog.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/Flipper-Glog/Flipper-Glog-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = glog; + PRODUCT_NAME = "Flipper-Glog"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 64E1E10D9DFEAF9997AD9702AE596D8B /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 79871AFFE61A579E1E9A87BC2D2E5D43 /* Pods-RocketChatRN.debug.xcconfig */; @@ -33995,7 +33926,7 @@ }; 6626E0DDF75356B939BB71211EC59DF0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4EAE58576A4156FCD24CBD83132102A9 /* EXKeepAwake.release.xcconfig */; + baseConfigurationReference = 98423AA23C34FBCBE4D9202F773B530F /* EXKeepAwake.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34020,60 +33951,9 @@ }; name = Release; }; - 67E3AC204942D94957EEA1CFA7541B5B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B9E79AAC84DAC7F287B23F1C7CABF4AE /* FirebaseCoreDiagnostics.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FirebaseCoreDiagnostics; - PRODUCT_NAME = FirebaseCoreDiagnostics; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 68EBE901CD2330A82C0F385019990962 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8699A719D53CD3CBC17C5A2AFDE79A48 /* React-RCTImage.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTImage/React-RCTImage-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTImage; - PRODUCT_NAME = "React-RCTImage"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 68FAB721F64C522FC5EEA31CF17C4C70 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FF9C3A7B7F4DB4E609D515F342D98826 /* react-native-orientation-locker.release.xcconfig */; + baseConfigurationReference = F4DB660CF5A3E4AD71654B0C53C03796 /* react-native-orientation-locker.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34097,49 +33977,21 @@ }; name = Release; }; - 6A1139B380F30748BD388D9AF36E3D03 /* Release */ = { + 6A1E782E2AE63428C2DCC2EEC8193195 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2743D49247FF8F893DD2A2ADA219CFB2 /* React-CoreModules.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-CoreModules/React-CoreModules-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = CoreModules; - PRODUCT_NAME = "React-CoreModules"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 6AF9C6CCF132F4398F7E8D3AC354AF64 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 38529F1BE16E16CDD5FA698929086DA1 /* Flipper-Glog.release.xcconfig */; + baseConfigurationReference = C88779A2E8E6676EA613CDA842052D05 /* FirebaseCore.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Flipper-Glog/Flipper-Glog-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = glog; - PRODUCT_NAME = "Flipper-Glog"; + PRODUCT_MODULE_NAME = FirebaseCore; + PRODUCT_NAME = FirebaseCore; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -34152,7 +34004,7 @@ }; 6BC20966EA57998D6DA64B9D1F0C2C99 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8A61E5AAC724DF0DC4554F30A1411523 /* RNCAsyncStorage.release.xcconfig */; + baseConfigurationReference = 3ED9B3AA787DEC6C195D1DFE11C34958 /* RNCAsyncStorage.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34176,9 +34028,35 @@ }; name = Release; }; + 6C2A4BC6BEB7D95A0F2B978EB73FF6D2 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C893A704A6C7429B839320F90675C52F /* React-RCTText.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTText/React-RCTText-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTText; + PRODUCT_NAME = "React-RCTText"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 6D4A190682DC23C0259B3828452D0D8C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FF293812AB220D03CD3C3D040AC716FE /* ReactNativeUiLib.debug.xcconfig */; + baseConfigurationReference = 848740252DEE09684AE446178DD76237 /* ReactNativeUiLib.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34201,36 +34079,9 @@ }; name = Debug; }; - 7049C2DC8AA7409C6689D5C1655B2EBB /* Release */ = { + 6D7F9A2BDC74C558C1694F127E8EDE56 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2C5942982C5B1F3152F370B0772710EA /* YogaKit.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/YogaKit/YogaKit-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - MODULEMAP_FILE = Headers/Public/YogaKit/YogaKit.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = YogaKit; - PRODUCT_NAME = YogaKit; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 4.1; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 70BAC6CD34FFECB9026A5B2FC2C366C2 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1600DE6F3E7B770015C01A4ECB99AD22 /* nanopb.release.xcconfig */; + baseConfigurationReference = 97201ED66448D042727D78C9709B0952 /* React-RCTAnimation.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34238,13 +34089,89 @@ "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 4.3; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTAnimation/React-RCTAnimation-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = nanopb; - PRODUCT_NAME = nanopb; + PRODUCT_MODULE_NAME = RCTAnimation; + PRODUCT_NAME = "React-RCTAnimation"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 6F2D4F7885760E049D07F20C1EC606E9 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B2CD42AD92DC120F1434BDB91A8F22E9 /* React-jsiexecutor.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-jsiexecutor/React-jsiexecutor-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = jsireact; + PRODUCT_NAME = "React-jsiexecutor"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 6F2F89CD8A6C26255DC731C672230553 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DD16B247A3280A66B3AF2FB0EFDB5BDD /* TOCropViewController.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/TOCropViewController/TOCropViewController-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = TOCropViewController; + PRODUCT_NAME = TOCropViewController; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 6F4D22DD09725C19A5CDB981D355E95A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6FFEC0B71BAAA2833F594D9DE4A5C56E /* Flipper-DoubleConversion.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/Flipper-DoubleConversion/Flipper-DoubleConversion-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = DoubleConversion; + PRODUCT_NAME = "Flipper-DoubleConversion"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -34257,7 +34184,7 @@ }; 70D7C826A438DFF0D518F3538297D657 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 22CEDA6DCE9CDC09625E91EC2C1A9A31 /* RNCPicker.debug.xcconfig */; + baseConfigurationReference = B093937CB0C66AFB87A3262E3E585592 /* RNCPicker.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34280,24 +34207,9 @@ }; name = Debug; }; - 73E6FD9356ECEA0CB804C8A814343DDD /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 77A041A5493C8AE5F72F049584C8AA69 /* OpenSSL-Universal.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 742312CDFE8344A008648B6D790D7F39 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7E1429D0C69CF73FFAE33A65C9418E27 /* rn-fetch-blob.debug.xcconfig */; + baseConfigurationReference = CDFFE37F68F9E91B10E45CC0EF062F50 /* rn-fetch-blob.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34320,36 +34232,9 @@ }; name = Debug; }; - 7465397209B7492E9160A30A74CE486A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = EF4E9BFB0EAC1A0338AEC5DE0DB5B840 /* UMCore.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/UMCore/UMCore-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = UMCore; - PRODUCT_NAME = UMCore; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 750A8AF251538FFC328C63B9042035F3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C42837823C043FA922D3E4744155F7FD /* UMFaceDetectorInterface.release.xcconfig */; + baseConfigurationReference = D735A20FC313FC0FAFDAF14CE7C91BA9 /* UMFaceDetectorInterface.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34366,7 +34251,7 @@ }; 7584AA9DE2A25C8B8DA625DEA2124DA6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9253311DC0F28C8EBBE34AB9060C459A /* RNLocalize.debug.xcconfig */; + baseConfigurationReference = B8167C71C27B6BA1C6172B06202E73CF /* RNLocalize.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34391,7 +34276,7 @@ }; 75F07EC0626EBC846B90C595F7B0B7BC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FF277BA5C6F9E736EC4811F35FD1AF69 /* EXLocalAuthentication.release.xcconfig */; + baseConfigurationReference = F5ED34FDBF6D82D58403D5028019412C /* EXLocalAuthentication.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34418,7 +34303,7 @@ }; 7692F34AE1B1B8DEE6436089896B7197 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A7B232120504CF011D9F1C1656CDFE2 /* EXKeepAwake.debug.xcconfig */; + baseConfigurationReference = D31FDFBBB5BBFDD8F08E7D275728FBA8 /* EXKeepAwake.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34444,7 +34329,7 @@ }; 769589E7167838D5C2608AA6D03C228A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F6522C61057823F7A43F0EE53989EDF2 /* react-native-cookies.release.xcconfig */; + baseConfigurationReference = D91E27F1850CE3B945293C354D37B1AA /* react-native-cookies.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34468,23 +34353,22 @@ }; name = Release; }; - 78A9F62590C417372CDAEC489A0378C5 /* Debug */ = { + 77B794A51D0DDB894B3D9918755FEB7A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 97FE62C574DC65956556580EBF3180B6 /* nanopb.debug.xcconfig */; + baseConfigurationReference = A3467B72043412FA3C85B3095E914FEE /* SDWebImageWebPCoder.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 4.3; + GCC_PREFIX_HEADER = "Target Support Files/SDWebImageWebPCoder/SDWebImageWebPCoder-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = nanopb; - PRODUCT_NAME = nanopb; + PRODUCT_MODULE_NAME = SDWebImageWebPCoder; + PRODUCT_NAME = SDWebImageWebPCoder; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -34494,9 +34378,449 @@ }; name = Debug; }; - 78BCE6DF0ABA2C15DA551D57CC4B071A /* Release */ = { + 7998C75D190EDD2EB689F70ACA7516EF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A7FC5DB38C8B4F4A0473A367EDE42FB8 /* React-RCTVibration.release.xcconfig */; + baseConfigurationReference = A6678CC1CBCEE8A33CAECB64471FA9E4 /* GoogleAppMeasurement.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 79F0B561E6A6AC4B3A3AE3D8F63DD2CC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7C66FC61052AD8B9222B815285514516 /* ReactCommon.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/ReactCommon/ReactCommon-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = ReactCommon; + PRODUCT_NAME = ReactCommon; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 7A6B8476ADDFBEC9909DAA54AA271CA4 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4B799514983C7F49C87F2E9893838063 /* UMBarCodeScannerInterface.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 7A6EB9C6CE44347C72D09313D7332837 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C1E6F883A71F4A30A2412A3C7C51B0CC /* react-native-mmkv-storage.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-mmkv-storage/react-native-mmkv-storage-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_mmkv_storage; + PRODUCT_NAME = "react-native-mmkv-storage"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 7AB3D2FC79DC820C4E7D13B24D73F053 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E453C18415DB13F0CEA54148EC1D73ED /* UMPermissionsInterface.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/UMPermissionsInterface/UMPermissionsInterface-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = UMPermissionsInterface; + PRODUCT_NAME = UMPermissionsInterface; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 7C3F3328C379D902ADE4552FA5C49BE7 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1506362A28EA68185FB4282B57303739 /* SDWebImageWebPCoder.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/SDWebImageWebPCoder/SDWebImageWebPCoder-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = SDWebImageWebPCoder; + PRODUCT_NAME = SDWebImageWebPCoder; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 7CB04E195001C0C77BA8CFF534282460 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4E4EE11798B94DD9E5692E3D041A1693 /* MMKVCore.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/MMKVCore/MMKVCore-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = MMKVCore; + PRODUCT_NAME = MMKVCore; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 7D4FD3488C3BC268C203648C86A2EBC9 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = D1BDD01F0BC504B656C263AA96AADF5A /* glog.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/glog/glog-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = glog; + PRODUCT_NAME = glog; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 7DC9963EDA5319FB6AC6DF6367BB86F6 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 91A6812B296965E182366CC34D1A9752 /* RNFBAnalytics.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RNFBAnalytics/RNFBAnalytics-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RNFBAnalytics; + PRODUCT_NAME = RNFBAnalytics; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 7E04F9A331E5BBEC4D1ADB5AF1E84A6C /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A45848DB4F87FB8D71EF6451416185A2 /* Yoga.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/Yoga/Yoga-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MODULEMAP_FILE = Headers/Public/yoga/Yoga.modulemap; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = yoga; + PRODUCT_NAME = Yoga; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 7EEF039496FADAB5D3D1359DF8CE5F86 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 37CBDE16C7254141CB3CBF83759881C8 /* React-Core.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-Core/React-Core-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MODULEMAP_FILE = "Headers/Public/React/React-Core.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = React; + PRODUCT_NAME = "React-Core"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 7F7559A0F1335AE0B112CE8919D23F2B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 211D33C94A463E5D8FA2991A40D05941 /* react-native-simple-crypto.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-simple-crypto/react-native-simple-crypto-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + MODULEMAP_FILE = "Headers/Public/react_native_simple_crypto/react-native-simple-crypto.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = react_native_simple_crypto; + PRODUCT_NAME = "react-native-simple-crypto"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 7F95457238B974AEAAF6C2151C494385 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 90AB8D66BBBC5C27AF3710F7120116B4 /* FBLazyVector.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 802C8D0063BA11FCC41073939417E89C /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 19DC2F19298796986F2DB6D6D8DC47EC /* UMFontInterface.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 8034D11087504A45D781740B1AC44C26 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = BA477955B971A23EF92E7C5CC691D4D3 /* GoogleUtilities.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/GoogleUtilities/GoogleUtilities-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = GoogleUtilities; + PRODUCT_NAME = GoogleUtilities; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 809E74274FCE4B34762BB7EEB7F278BE /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B16A6B2C6D3CA184F415E6F10CC698EA /* GoogleDataTransport.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = GoogleDataTransport; + PRODUCT_NAME = GoogleDataTransport; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 81CF5F799473C9B323CD7F234C00BA9B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C54739594C9F12ED91B3A24A811C6E3C /* RNImageCropPicker.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/RNImageCropPicker"; + IBSC_MODULE = RNImageCropPicker; + INFOPLIST_FILE = "Target Support Files/RNImageCropPicker/ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + PRODUCT_NAME = QBImagePicker; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 81F83877F595D911F93A23AA7CB4267B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3B9D65BF5E13DD9FFD393E3CD73B2CDB /* Folly.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/Folly/Folly-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = folly; + PRODUCT_NAME = Folly; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 846AC3304148A728631B3C8C217D7472 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 483B0D1A8CC59EF89DABB0105C4A4433 /* OpenSSL-Universal.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 85D1D6E6CDDB2D3967F5D42BEE82DE6D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A78D80D0B208A0B36A9788893E8C1A00 /* React-RCTVibration.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34521,311 +34845,9 @@ }; name = Release; }; - 790B0053B7555BE287851079ADC40C5B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4B30808907EF604624BF4D0E9E6B5635 /* Yoga.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Yoga/Yoga-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MODULEMAP_FILE = Headers/Public/yoga/Yoga.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = yoga; - PRODUCT_NAME = Yoga; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 796D6DF277BFA2FEA7F878D03FAFE9DD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 16FE41E4C031332A7D19A14E6F64F8D4 /* PromisesObjC.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FBLPromises; - PRODUCT_NAME = PromisesObjC; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 79E68B65EFF573D772D7426569EBCC4C /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DCC6B52D68A31FE6C27E33A800B60E6C /* Flipper-RSocket.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Flipper-RSocket/Flipper-RSocket-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RSocket; - PRODUCT_NAME = "Flipper-RSocket"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 7A26E55C2161C881AA1F1C112DF1864D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 76F978A2E5030EFE1541FA01FF49F781 /* DoubleConversion.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/DoubleConversion/DoubleConversion-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DoubleConversion; - PRODUCT_NAME = DoubleConversion; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 7A6B8476ADDFBEC9909DAA54AA271CA4 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 51DFEB2CACA330A3DA85ACBDFC92DEF9 /* UMBarCodeScannerInterface.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 7A6EB9C6CE44347C72D09313D7332837 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D3FD5ABF394157FECC1FFEC530CD29FA /* react-native-mmkv-storage.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-mmkv-storage/react-native-mmkv-storage-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_mmkv_storage; - PRODUCT_NAME = "react-native-mmkv-storage"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 7D15269F1F9FB94B5B01AF34280201B0 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7A20F86B8E10A034B4CB4971E57170A7 /* React-callinvoker.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 7D88D1DD61312787A06700CEAB537472 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 57FBA7130F10FB5D6B17F69F05845853 /* React-RCTLinking.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTLinking/React-RCTLinking-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTLinking; - PRODUCT_NAME = "React-RCTLinking"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 7DC9963EDA5319FB6AC6DF6367BB86F6 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6D9ADD4CA2C091E06437AD924E5E01C5 /* RNFBAnalytics.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNFBAnalytics/RNFBAnalytics-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNFBAnalytics; - PRODUCT_NAME = RNFBAnalytics; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 7F20BDB4B9409F4AC94D68029729F48D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 34C247E9B1B6C62CF1E598F1D8DAA639 /* libwebp.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/libwebp/libwebp-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = libwebp; - PRODUCT_NAME = libwebp; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 7F7559A0F1335AE0B112CE8919D23F2B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 44F9B067A9F886DC07A10727143E434D /* react-native-simple-crypto.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/react-native-simple-crypto/react-native-simple-crypto-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - MODULEMAP_FILE = "Headers/Public/react_native_simple_crypto/react-native-simple-crypto.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = react_native_simple_crypto; - PRODUCT_NAME = "react-native-simple-crypto"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 802C8D0063BA11FCC41073939417E89C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 340C71B417F789B2DD06EFCAC77E220F /* UMFontInterface.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 84BC6C8DC624B20063FFDF837373D442 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 17E4D1201550EC950AD50E073F53E53E /* TOCropViewController.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TOCropViewController"; - IBSC_MODULE = TOCropViewController; - INFOPLIST_FILE = "Target Support Files/TOCropViewController/ResourceBundle-TOCropViewControllerBundle-TOCropViewController-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = TOCropViewControllerBundle; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; 86D704FC4DBC00A97F725EBD0F56BF90 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 89E0D7160256055FF41A4D803B92D76B /* EXFileSystem.release.xcconfig */; + baseConfigurationReference = 5C9F4E89BD15F556A6A5814E998F3F34 /* EXFileSystem.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34852,7 +34874,7 @@ }; 87C4B8BC048F40119CF450A38B64C9EC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D5EFB2472F75A30AA020C47D175A2BD0 /* UMAppLoader.release.xcconfig */; + baseConfigurationReference = B2E0ED680835B25FAD5DCA8A84D4ACDC /* UMAppLoader.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34879,7 +34901,7 @@ }; 8A6C967434ED5981B3FF2FD9EFFB408E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A0A949251C59C747E80E4F1D175E00A2 /* Flipper-PeerTalk.release.xcconfig */; + baseConfigurationReference = 7157FC7634DAC29CD337EC7A7C0349B6 /* Flipper-PeerTalk.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34903,34 +34925,9 @@ }; name = Release; }; - 8C6F9FA80D3F89A23710E95E5A7B3CBB /* Debug */ = { + 8B89B1A08F561B9B90CAE478F6A184A0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0E298A6E9D656671A0C31FDC2E04D6F8 /* RNFBApp.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNFBApp/RNFBApp-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNFBApp; - PRODUCT_NAME = RNFBApp; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 8D9D1C90C8FEB58D42B38F1A9975712A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6E78C25B755C491955E1AAC3EAC4F384 /* UMImageLoaderInterface.debug.xcconfig */; + baseConfigurationReference = 69C887D0A79950BD4A99556405A3C390 /* React-callinvoker.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34941,12 +34938,39 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; + }; + 8E02C4017D589CD1B7E1A531391363E6 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0AABBD45F9189ECFE2FCDEDB215865B6 /* Flipper.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/Flipper/Flipper-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = Flipper; + PRODUCT_NAME = Flipper; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; }; 8F10C49606FA594BECAB5250F35485D9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ADCD9C3D58BC620ABCA060085D96C2DA /* EXAppleAuthentication.release.xcconfig */; + baseConfigurationReference = 3D4BD70342E0173091183ED631DA2729 /* EXAppleAuthentication.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34971,9 +34995,36 @@ }; name = Release; }; + 907CA54E5A2061925BBEFB7578DEDD76 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3C208BFD875A962BE00739D7720F6543 /* UMPermissionsInterface.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/UMPermissionsInterface/UMPermissionsInterface-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = UMPermissionsInterface; + PRODUCT_NAME = UMPermissionsInterface; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 916382E6528A50D71E3AF4BB4F713975 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A8E2A388C77CD1780109CD0DE18AEB81 /* Firebase.debug.xcconfig */; + baseConfigurationReference = 850F4C22D89650FC2FA270C103A9EA59 /* Firebase.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -34986,59 +35037,26 @@ }; name = Debug; }; - 91A0C56A914D195F6F49ECAA56D20D67 /* Debug */ = { + 91D06C9FCA0DCA502D81BF60E9203A71 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 687BA7BF0D1FB7FF725032B2B1E172DB /* PromisesObjC.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FBLPromises; - PRODUCT_NAME = PromisesObjC; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 922D890D09C9F4E6C621FE69A0154155 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 67946A998EF3B1BAA0B49697BB5BDEFC /* ReactCommon.debug.xcconfig */; + baseConfigurationReference = C8C922B0AD273B1203D5CF15B71278D4 /* React-RCTActionSheet.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/ReactCommon/ReactCommon-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = ReactCommon; - PRODUCT_NAME = ReactCommon; - PUBLIC_HEADERS_FOLDER_PATH = ""; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; 9252CB0A71F0690FB20E718A1C797988 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FCF02EDDC160AF9256527340259D5AF8 /* ReactNativeUiLib.release.xcconfig */; + baseConfigurationReference = AD852C909158B529A7D30C8C5E0451A2 /* ReactNativeUiLib.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35064,7 +35082,7 @@ }; 9376D68D65FD8921FB576F9CADCF7468 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 88E121B5FF0A2CDB96A4D192845F32BF /* EXHaptics.debug.xcconfig */; + baseConfigurationReference = 2DCB0AD1DE726E50561CDCC364AEDF93 /* EXHaptics.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35088,9 +35106,9 @@ }; name = Debug; }; - 937D09135691FE386A19751B137B4DBE /* Debug */ = { + 9475B320DC14A3F1A50B98437D31CA2A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6835E9AC842E1259B7FF3671845F33A5 /* React-RCTSettings.debug.xcconfig */; + baseConfigurationReference = 80FEF1633468F2369547D7240D7B3EBC /* nanopb.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35098,13 +35116,13 @@ "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTSettings/React-RCTSettings-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 4.3; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTSettings; - PRODUCT_NAME = "React-RCTSettings"; + PRODUCT_MODULE_NAME = nanopb; + PRODUCT_NAME = nanopb; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -35114,22 +35132,23 @@ }; name = Debug; }; - 94C03A369573E630191692C778410B32 /* Release */ = { + 95CEB505F2D00D923F1B8873193BCFC8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D057064369DA29D06F5A15CDD72866E8 /* SDWebImage.release.xcconfig */; + baseConfigurationReference = 890771E4F5C5579569F3B5D8C7ADC5A5 /* React-RCTBlob.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/SDWebImage/SDWebImage-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTBlob/React-RCTBlob-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = SDWebImage; - PRODUCT_NAME = SDWebImage; + PRODUCT_MODULE_NAME = RCTBlob; + PRODUCT_NAME = "React-RCTBlob"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -35140,39 +35159,35 @@ }; name = Release; }; - 94D4A4A751AD4D159110F1FF904A0564 /* Debug */ = { + 971DAABD1506ACC59A920BF1B9C01DEA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D608D165B21F1CD1BAB87A568E9E823F /* boost-for-react-native.debug.xcconfig */; + baseConfigurationReference = 7BA7E8BFE2A902C8F99FBEBECCB83C70 /* DoubleConversion.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 974BB443842251007E9BF8F42C74AA31 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 129554664E96421F78A43975119F7290 /* FirebaseAnalytics.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/DoubleConversion/DoubleConversion-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = DoubleConversion; + PRODUCT_NAME = DoubleConversion; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; 9753F5A33937A57B9E83B97216F845B9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 146F516B2D4FB79E4AA69CF5D18D9642 /* EXConstants.debug.xcconfig */; + baseConfigurationReference = 1C7A419EF6BE410C5E7E7B6249010259 /* EXConstants.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35196,9 +35211,33 @@ }; name = Debug; }; + 99561E0663F0D3BD92F42BFD2AE9A917 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4E7133DBA510305431B00EE71F75310C /* PromisesObjC.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = FBLPromises; + PRODUCT_NAME = PromisesObjC; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 9A5764F5EEA58880B3A5E50809B24897 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5189A6828B6D443E2751678292725698 /* react-native-cameraroll.debug.xcconfig */; + baseConfigurationReference = 0B8C6E3279D0775633D5B30DF6E1E745 /* react-native-cameraroll.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35223,7 +35262,7 @@ }; 9A5BCB2C0E239CDCC917DE7A3848083D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B321670AD9212AE03C6D5A13C435BD76 /* RNLocalize.release.xcconfig */; + baseConfigurationReference = B90183340DE90C1F415961089C6DAD38 /* RNLocalize.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35247,35 +35286,58 @@ }; name = Release; }; - 9B598425A4DFCD7013A617A95D34447F /* Debug */ = { + 9ACC1F098337677D14A82329DED6BB91 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E199A1FF3B8B519F08FBDD50B3FC2E58 /* UMPermissionsInterface.debug.xcconfig */; + baseConfigurationReference = B86E5D4DE381D4F6E5472B43B919D882 /* RNImageCropPicker.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/RNImageCropPicker"; + IBSC_MODULE = RNImageCropPicker; + INFOPLIST_FILE = "Target Support Files/RNImageCropPicker/ResourceBundle-QBImagePicker-RNImageCropPicker-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + PRODUCT_NAME = QBImagePicker; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + 9B2C8CBB54DB55B9435248FF47B5BB70 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 78E61F6F41AF9506D619EC8762A5957B /* FirebaseAnalytics.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/UMPermissionsInterface/UMPermissionsInterface-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = UMPermissionsInterface; - PRODUCT_NAME = UMPermissionsInterface; - PUBLIC_HEADERS_FOLDER_PATH = ""; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; + 9B5B4AC11987C3B697B6EEE737C8F603 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EA9A1F3BBFEAD500E4FE5422CA0DEAE9 /* UMFileSystemInterface.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 9B5BF48577E71ABD8A1652767C41E3B4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D1B537DC845EAE57CF60D717B35F4D0A /* EXPermissions.release.xcconfig */; + baseConfigurationReference = 2176F1178FAB0BD4980B49F76A1F29F6 /* EXPermissions.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35300,22 +35362,23 @@ }; name = Release; }; - 9BAD7C15CD1C8424B851DF71AB188116 /* Release */ = { + 9C39A94D648B528CA4089850AE9221F1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 17E4D1201550EC950AD50E073F53E53E /* TOCropViewController.release.xcconfig */; + baseConfigurationReference = 647A3F3F232601D461AC0D2D1E72DE55 /* nanopb.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/TOCropViewController/TOCropViewController-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 4.3; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = TOCropViewController; - PRODUCT_NAME = TOCropViewController; + PRODUCT_MODULE_NAME = nanopb; + PRODUCT_NAME = nanopb; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -35328,7 +35391,7 @@ }; 9D421D4D6B43C832B960A98DCDC512EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 53248059723BB144925AA882AC93CBAF /* RNRootView.debug.xcconfig */; + baseConfigurationReference = 370D6914C4C75169673E242ED5AFC8BE /* RNRootView.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35351,33 +35414,36 @@ }; name = Debug; }; - 9E4CC1E95AE0A229B8A9B23B180881D2 /* Debug */ = { + 9E12F2BB5A6983D91B09610D4673C67D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6CFD6D02B9AC6962409D8F3C07485358 /* FirebaseCrashlytics.debug.xcconfig */; + baseConfigurationReference = 8C495572209CA1076629939C84258D5B /* React-RCTSettings.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTSettings/React-RCTSettings-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FirebaseCrashlytics; - PRODUCT_NAME = FirebaseCrashlytics; + PRODUCT_MODULE_NAME = RCTSettings; + PRODUCT_NAME = "React-RCTSettings"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - 9ECB89EAD7900A2A370D56919B30B1CD /* Debug */ = { + 9E98CED78BB6EBF178491D268070DB60 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AEF60E96CCE805FDCF776F741137CA10 /* UMConstantsInterface.debug.xcconfig */; + baseConfigurationReference = ABA467A8BD0E8F7D969258F50BDD3DEF /* React.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35388,82 +35454,6 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 9F980F76525D6182EF32DD978DC560E3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 07AE8145010F628CF27BCCB9923E1542 /* FBReactNativeSpec.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/FBReactNativeSpec/FBReactNativeSpec-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FBReactNativeSpec; - PRODUCT_NAME = FBReactNativeSpec; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - A02BDB08B69C32FE9ED3E80BFC66A4F8 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F5860B8F15A0D6FA6CA3CD2D0F38BA6C /* GoogleDataTransport.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = GoogleDataTransport; - PRODUCT_NAME = GoogleDataTransport; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - A055B01954F5A5AF5B9B96ED68F6430B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9C14D31D2DEB0C684BBE4E736B0EA41D /* React-jsiexecutor.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-jsiexecutor/React-jsiexecutor-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = jsireact; - PRODUCT_NAME = "React-jsiexecutor"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; @@ -35493,35 +35483,9 @@ }; name = Release; }; - A22EB21A13698E89AFF769556CA06732 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 939B266D7E132CCBE04310341A63F3A9 /* Flipper.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Flipper/Flipper-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = Flipper; - PRODUCT_NAME = Flipper; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; A3954D608A3250B31D27ACB3F81D6EA3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A523A8F8152A3849025C190664B69BCF /* EXAV.release.xcconfig */; + baseConfigurationReference = 9EA59B7BEC7287684E305E35E3137C30 /* EXAV.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35546,6 +35510,31 @@ }; name = Release; }; + A6B2F0DB7F885B5F309DA12511CDE34F /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C9E2DBE42001B92ED0C542428209CE2F /* FirebaseCoreDiagnostics.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = FirebaseCoreDiagnostics; + PRODUCT_NAME = FirebaseCoreDiagnostics; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; A80F31491C9DADB0F8B6DB7459BE9496 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -35607,9 +35596,26 @@ }; name = Release; }; + A80F683EFB278D424BC478E613BA43EF /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A95C65973313425A198F8FD91571A4B3 /* RCTRequired.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; A828AE6C2020D397E9898AB29D8A6318 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4666385F6DFC21C3B8697F5A3FEB7AFE /* UMReactNativeAdapter.release.xcconfig */; + baseConfigurationReference = 9EF9EB6C3BBC9E7B0C714A263939C023 /* UMReactNativeAdapter.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35636,7 +35642,7 @@ }; A88863909A597EDDC64341B93F5A7A2A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DA83EE13A5CEF104A89D2858A81F108F /* rn-extensions-share.release.xcconfig */; + baseConfigurationReference = 1C8DC4867C477A13779E86217FCCF149 /* rn-extensions-share.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35660,25 +35666,9 @@ }; name = Release; }; - A8C89544B82827B7AC6A0416414B9F22 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6DB0E9BA205B5A5E504270657EAE579C /* UMFileSystemInterface.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; A8FD13E434E0A9CA98385E274F1D58C4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 17FE851D39896F0F0313F462797FDF70 /* RNFastImage.release.xcconfig */; + baseConfigurationReference = 1772EC77AE13BFC168B7D8978E81A6C9 /* RNFastImage.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35704,7 +35694,7 @@ }; A967EF33D2C9B4DB921FFF1ED930E0BB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 635A4FB8E48C924657B295123F89848C /* EXPermissions.debug.xcconfig */; + baseConfigurationReference = 3CFEA0460BA87D4649E5FCE9631C830C /* EXPermissions.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35730,7 +35720,7 @@ }; A9704006361D9EF34EE5A3BEAF8BF978 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 56F20BBC2DB77EDFAD984AAF30AE354E /* react-native-slider.release.xcconfig */; + baseConfigurationReference = 7996B01E669016211C1E9FB309FEA27F /* react-native-slider.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35756,7 +35746,7 @@ }; AA0D6C97C0DD67588DD28AD0DECE65AE /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3CAC1ECD4EF1A79AAAE187F415B6801A /* RNDeviceInfo.release.xcconfig */; + baseConfigurationReference = C80ECF3AF6C4E68E9285B8558AB251A7 /* RNDeviceInfo.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35780,61 +35770,9 @@ }; name = Release; }; - AAF5E7DFD25326D63C89C1199EF395AF /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 266C38D88EC1B5DDAA6A4323643E199E /* React-RCTAnimation.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTAnimation/React-RCTAnimation-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTAnimation; - PRODUCT_NAME = "React-RCTAnimation"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - AAFAF94283EC4A844A20D7F4872AA23D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FE95FB8627040B2271C235FE55CD62E2 /* Flipper-Folly.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Flipper-Folly/Flipper-Folly-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = folly; - PRODUCT_NAME = "Flipper-Folly"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; AB9EE40241F157288F27CFDB2512CBAA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8EAC762054FB433CC52C283D155745F4 /* react-native-webview.debug.xcconfig */; + baseConfigurationReference = 16BF2F3F7FAE1B6F2BFA90146B4D2BC8 /* react-native-webview.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35859,7 +35797,7 @@ }; ABB27A12F638A2BAA41A61BD20FC686B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 603A2FBBA95F6BB3ACD5F291D1295AEF /* RNRootView.release.xcconfig */; + baseConfigurationReference = 7DE191BE35CFD49038086C981EEDB402 /* RNRootView.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35883,36 +35821,9 @@ }; name = Release; }; - ABB70FB1D51BB9C3FDDCC1419F395D68 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6386C8BE5ED18FF53FCF6DC6A1074F44 /* React-jsi.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-jsi/React-jsi-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = jsi; - PRODUCT_NAME = "React-jsi"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; ABB987467F88AE59FC6D78C72E5D66BE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1887510BDCC5627443392E266C517392 /* RNBootSplash.debug.xcconfig */; + baseConfigurationReference = 05B5BF54EBB0285CF87826145CB98B4E /* RNBootSplash.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35935,26 +35846,9 @@ }; name = Debug; }; - AC1BF1258215BA268ECC14E46866249A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AE4F7991FB77694492BB68155FC5395D /* React-Core.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/React-Core"; - IBSC_MODULE = React; - INFOPLIST_FILE = "Target Support Files/React-Core/ResourceBundle-AccessibilityResources-React-Core-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - PRODUCT_NAME = AccessibilityResources; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; AC1FFFF2A425E208851DEC43F4F0CCB2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C455838F4A9B1EE055348A4ADF1C6599 /* CocoaLibEvent.release.xcconfig */; + baseConfigurationReference = EE5D996815FD3F190A1035E514B18EF0 /* CocoaLibEvent.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35970,7 +35864,7 @@ }; AC86A93E55F489027EEB6DFC5C762A4A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3DC3256E58A5D0ABF72849B0E4DA17FA /* rn-fetch-blob.release.xcconfig */; + baseConfigurationReference = 9A741E67F376D13AED71A59F03319337 /* rn-fetch-blob.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -35996,7 +35890,7 @@ }; AFFC4B8B500F3F30AA01625986696B5A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F4775E9428BD041275CC6F5F665C54CF /* UMCameraInterface.release.xcconfig */; + baseConfigurationReference = F8AA33A2D37DBE68270644174063B77E /* UMCameraInterface.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36011,9 +35905,9 @@ }; name = Release; }; - B2CC44730160A5F781F1194B32A0E188 /* Release */ = { + B0397950029C6B2A7AB98B8C6BFA6060 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BFBD6AF07A05D415C4A1FF5C04FA82D3 /* React.release.xcconfig */; + baseConfigurationReference = 5A887E0E13E049590CB57AE1AC5B4A44 /* UMImageLoaderInterface.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36024,13 +35918,65 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + B22C5D26C8947B3236A9392D6378611F /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 79A07B20A25B5F8E552A71848887B615 /* DoubleConversion.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/DoubleConversion/DoubleConversion-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = DoubleConversion; + PRODUCT_NAME = DoubleConversion; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + B29F2B441010739689D2DFE0D4E6FA48 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6D60DC773ED9A638954E2BC86A2FD627 /* libwebp.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/libwebp/libwebp-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 6.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = libwebp; + PRODUCT_NAME = libwebp; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; B36AB15C5E16F3D7C814B930E2DFB827 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F7013D0F4BAFBB92641DF0A72627265C /* RNFBCrashlytics.release.xcconfig */; + baseConfigurationReference = DC7F08B41C74A956A467BFE545633329 /* RNFBCrashlytics.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36054,77 +36000,35 @@ }; name = Release; }; - B4A0B7B0A57825A1CB1B283D0C65851E /* Debug */ = { + B5536A5ACA29631B6BA89A215E9C8572 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EB0306837EABB0C5BDC7980F312850F9 /* React-callinvoker.debug.xcconfig */; + baseConfigurationReference = 842C512A6A27333DB043D3E8BA427397 /* React-RCTSettings.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTSettings/React-RCTSettings-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTSettings; + PRODUCT_NAME = "React-RCTSettings"; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; }; - B54CF55D59620BFB40F014811673B72E /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C5E7BC409AF52CA0503EDF24955BBE03 /* React-jsinspector.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-jsinspector/React-jsinspector-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = jsinspector; - PRODUCT_NAME = "React-jsinspector"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - B5C56D6FA4C33D11BBCD764C9AABBAF6 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2EFF0AE8DEF5E0127E7359BA5FBE3678 /* FirebaseCrashlytics.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FirebaseCrashlytics; - PRODUCT_NAME = FirebaseCrashlytics; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; B5CE058F8DFB838E466A1568B4DC340A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 631C020830B6193E0798274726EA160C /* react-native-blur.release.xcconfig */; + baseConfigurationReference = A6AAA3FA9233BE4309DC6CB34DDC9D40 /* react-native-blur.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36150,7 +36054,7 @@ }; B5E282A2A22F19370FA7EA1B6DA85DFE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5D6A9D8332E1B15D3AF0B3230CC185E9 /* react-native-netinfo.debug.xcconfig */; + baseConfigurationReference = 6853AF4E3B5E911271A201EF798F77BC /* react-native-netinfo.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36173,9 +36077,63 @@ }; name = Debug; }; + B64512D4AB2D32EA75C5E14BDFFB1247 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B6B10D3A2B829C1C820CE5B690DF14A0 /* React-jsiexecutor.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-jsiexecutor/React-jsiexecutor-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = jsireact; + PRODUCT_NAME = "React-jsiexecutor"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + B795CD113EC68CFB942C1695FB999EDD /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 96D0B4D2C8E7747DE10DD1DEE485BDAB /* React-Core.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-Core/React-Core-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MODULEMAP_FILE = "Headers/Public/React/React-Core.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = React; + PRODUCT_NAME = "React-Core"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; B7CCF664AABA87549DAD4BE20161BCD0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 772FE22B88DED0CEB4444B039B12D3AF /* ReactNativeART.debug.xcconfig */; + baseConfigurationReference = 4F39B5E174B24391350A285AE5559A9F /* ReactNativeART.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36200,7 +36158,7 @@ }; B7ED70FAF7F9B0C7A06D52BC575861D3 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8025C62546350DE794AD1999C1D387EB /* CocoaAsyncSocket.debug.xcconfig */; + baseConfigurationReference = 2F80CD194F85D900365658F4B5E47468 /* CocoaAsyncSocket.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36223,9 +36181,26 @@ }; name = Debug; }; + B9511F30D6576F298BF65735A0917770 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DD16B247A3280A66B3AF2FB0EFDB5BDD /* TOCropViewController.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/TOCropViewController"; + IBSC_MODULE = TOCropViewController; + INFOPLIST_FILE = "Target Support Files/TOCropViewController/ResourceBundle-TOCropViewControllerBundle-TOCropViewController-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + PRODUCT_NAME = TOCropViewControllerBundle; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; B952993BAC7BD8B71F32F4C746E31072 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 30F246BDD9D93C83F3E79B6294E6E3FC /* RNDeviceInfo.debug.xcconfig */; + baseConfigurationReference = 44ED55D47C0F0F5BEC5AAB3A44337CC0 /* RNDeviceInfo.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36248,55 +36223,6 @@ }; name = Debug; }; - B978F0804756613BE3E73DA22E902609 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1ECEA27731B6C2F90C920C174CFC0EA7 /* FirebaseInstallations.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FirebaseInstallations; - PRODUCT_NAME = FirebaseInstallations; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - B9AEAA2B41719E25E11248661FB1507B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D8982E5A82BC3AC430E76F4125AFC3B9 /* Flipper-Glog.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Flipper-Glog/Flipper-Glog-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = glog; - PRODUCT_NAME = "Flipper-Glog"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; B9C7698B38D09B8EB380EE205AF889B0 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -36362,9 +36288,35 @@ }; name = Debug; }; + BBBA50CA3D7646EA3A1EE1C8BA4AB0DC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = AA1332A395B581C0AD8CAC8508ACB572 /* SDWebImage.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/SDWebImage/SDWebImage-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = SDWebImage; + PRODUCT_NAME = SDWebImage; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; BD6E31C909B4DFE311A1DC28A76A4927 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D53F4D35EC36F4B24D158EB7AF3863C2 /* UMSensorsInterface.release.xcconfig */; + baseConfigurationReference = A9052C54608FDB1D504ECB9CDC187E1B /* UMSensorsInterface.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36381,7 +36333,7 @@ }; BD745573C6626ACDAE15BA6F32AA7608 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ED4CCEA8923FBA7589ADAE0A2B1A9E22 /* EXFileSystem.debug.xcconfig */; + baseConfigurationReference = 66D4371EEDD3EC8650DD4B10E7B086ED /* EXFileSystem.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36405,9 +36357,9 @@ }; name = Debug; }; - BDB36A9512B750056FF0926FF48C5DCC /* Debug */ = { + BDCB3616E13DFD77D8B903C46FE22A08 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B9816C5A3EC6E6F7493FDBD8F9B73AF /* React-RCTNetwork.debug.xcconfig */; + baseConfigurationReference = 7EF80AF95C1C50601C29F42ADB025199 /* Yoga.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36415,13 +36367,14 @@ "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTNetwork/React-RCTNetwork-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/Yoga/Yoga-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; + MODULEMAP_FILE = Headers/Public/yoga/Yoga.modulemap; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTNetwork; - PRODUCT_NAME = "React-RCTNetwork"; + PRODUCT_MODULE_NAME = yoga; + PRODUCT_NAME = Yoga; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -36433,7 +36386,7 @@ }; BE4E6EDE9AF028C01E50111F948786BB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 032C8439747D6FDE98BB8D530D891D5A /* UMFontInterface.release.xcconfig */; + baseConfigurationReference = B25C9364DB33F8FF2818A742404BC708 /* UMFontInterface.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36450,7 +36403,7 @@ }; BF7EF5E847C9A5ECBCE6A602402CECAF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 518262DCCE8DC9BA832F707AD7BAC54D /* react-native-cameraroll.release.xcconfig */; + baseConfigurationReference = F1404E07989F133C5C1A93B7817DA72D /* react-native-cameraroll.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36474,85 +36427,26 @@ }; name = Release; }; - BFAF29C87603ED7521A8D6CE6E0D95B8 /* Debug */ = { + C41918B6774A34275FC11149DC857CE1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8B51B9AA8C62BEB64D9CF1273E26401B /* React-jsiexecutor.debug.xcconfig */; + baseConfigurationReference = 37CBDE16C7254141CB3CBF83759881C8 /* React-Core.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-jsiexecutor/React-jsiexecutor-prefix.pch"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/React-Core"; + IBSC_MODULE = React; + INFOPLIST_FILE = "Target Support Files/React-Core/ResourceBundle-AccessibilityResources-React-Core-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = jsireact; - PRODUCT_NAME = "React-jsiexecutor"; - PUBLIC_HEADERS_FOLDER_PATH = ""; + PRODUCT_NAME = AccessibilityResources; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + WRAPPER_EXTENSION = bundle; }; - name = Debug; - }; - C162D596DAFCD7F8D4202A4FDE2DA548 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FB519BEBE708CFEE62CAC689F2F62A72 /* MMKVCore.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/MMKVCore/MMKVCore-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = MMKVCore; - PRODUCT_NAME = MMKVCore; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - C1CD45BAD4A5FEF49F498A68161991A2 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2C96437F6CFBC2BB48C39CF2542639A2 /* Flipper-RSocket.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/Flipper-RSocket/Flipper-RSocket-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RSocket; - PRODUCT_NAME = "Flipper-RSocket"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; + name = Release; }; C4AC01671ACF2941952FC335503ABF31 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3950996546D21903055CB9CE69327EE7 /* RNCMaskedView.debug.xcconfig */; + baseConfigurationReference = C8AE9A352C751BCAB3858918C7CD03E5 /* RNCMaskedView.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36575,35 +36469,9 @@ }; name = Debug; }; - C6CCC6C85898C55C166A353CD7C10838 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 162DBCED0810FE1698E6FD7172097F92 /* FlipperKit.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/FlipperKit/FlipperKit-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MODULEMAP_FILE = Headers/Public/FlipperKit/FlipperKit.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FlipperKit; - PRODUCT_NAME = FlipperKit; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; C87C2FE95B7F93E8B1B79D8850B8246E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9C953E3B47941FBAEC34CE32B63763C8 /* RNVectorIcons.release.xcconfig */; + baseConfigurationReference = 1E47A898A6F7CEAEA679AB474A50D825 /* RNVectorIcons.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36627,25 +36495,9 @@ }; name = Release; }; - CC5D27057BADFBDDAE3E6DC57BD8A1CE /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B1626EF5B6724F6B0B2007E6B1429717 /* FBLazyVector.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; CD6B0B81BD17C385BC79BD68BF90BCDB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 67A2A38A56509BF378AC776924D4BD60 /* MMKV.release.xcconfig */; + baseConfigurationReference = EDB0D28EB0682A9EA4BD4325F89DFB06 /* MMKV.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36671,7 +36523,7 @@ }; D0FDE8CBCEEA78218E7F9B36A3679E2A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1DD2CFDE1613ED3D72B745B64D0F5B45 /* react-native-appearance.release.xcconfig */; + baseConfigurationReference = 4D3CFB5C40849F70E0378037198D2082 /* react-native-appearance.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36695,9 +36547,50 @@ }; name = Release; }; - D115D1A04A15430EA4119B8DEEB2F3EE /* Release */ = { + D152A6404B132DF4ABA6D7D911CDDF66 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 04FEF6F875101F753829E01770AD456D /* FirebaseInstallations.release.xcconfig */; + baseConfigurationReference = 66F46FF3B31B10364578628AF58E2DD4 /* boost-for-react-native.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + D15DE9437220D30B1D7FEB8D5A68C89B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C2DED9D751A22723BE43ABF5B95E5233 /* React-RCTNetwork.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTNetwork/React-RCTNetwork-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTNetwork; + PRODUCT_NAME = "React-RCTNetwork"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + D2C0D385B3C17BEF31CCAB0A459A662E /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7E259C3E6DE6F96851D12BCE522F5D90 /* GoogleDataTransportCCTSupport.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36708,34 +36601,34 @@ OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = FirebaseInstallations; - PRODUCT_NAME = FirebaseInstallations; + PRODUCT_MODULE_NAME = GoogleDataTransportCCTSupport; + PRODUCT_NAME = GoogleDataTransportCCTSupport; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; - D45F49660BEC960D88D15F5FBA735CB2 /* Release */ = { + D31CCB2EB065D24914BA60C38116363E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9932FB791D85AFE59E07910E6DF71BF7 /* RNFBApp.release.xcconfig */; + baseConfigurationReference = 1A7A7DAB415332DBDEF7E49B399BCE09 /* FlipperKit.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/RNFBApp/RNFBApp-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/FlipperKit/FlipperKit-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MODULEMAP_FILE = Headers/Public/FlipperKit/FlipperKit.modulemap; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RNFBApp; - PRODUCT_NAME = RNFBApp; + PRODUCT_MODULE_NAME = FlipperKit; + PRODUCT_NAME = FlipperKit; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -36746,53 +36639,33 @@ }; name = Release; }; - D679DA3653EA9F2D9C4564889CB0C9AB /* Release */ = { + D4C89CB9BB1885905E1CB50340EB4BB0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 074278097BD55AD377D091A521D88AA1 /* JitsiMeetSDK.release.xcconfig */; + baseConfigurationReference = 1805431BA300537A75B6F3008ECABF8E /* FirebaseCoreDiagnostics.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - D6BCBF533B80DA33619CA76DF6D72AED /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4FD9B073B526324B4C079BBF3FAF0625 /* React-RCTText.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTText/React-RCTText-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTText; - PRODUCT_NAME = "React-RCTText"; + PRODUCT_MODULE_NAME = FirebaseCoreDiagnostics; + PRODUCT_NAME = FirebaseCoreDiagnostics; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; - D6C3F220C9988B4055699B106F2AD712 /* Debug */ = { + D56A4DF8ADCEBDA81C123823AE60908D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA8A92C7DD6C88025110ECA461335A9A /* React-RCTLinking.debug.xcconfig */; + baseConfigurationReference = 7908AF05DE2D24CAA964C965EB69F7F1 /* React-RCTLinking.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36813,8 +36686,26 @@ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; + }; + D679DA3653EA9F2D9C4564889CB0C9AB /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E4145287E0FEAE7C8454DF68F5415B92 /* JitsiMeetSDK.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; }; D70C80B3216DB37DB0AF6335C7AB520D /* Release */ = { isa = XCBuildConfiguration; @@ -36843,7 +36734,7 @@ }; D71510F76DCF7CE58547EB4918DF4984 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AC4A50BF7323AD9517981E03A30FEB57 /* UMTaskManagerInterface.release.xcconfig */; + baseConfigurationReference = B76A018868C6E437AF586ED4500C6333 /* UMTaskManagerInterface.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36858,58 +36749,25 @@ }; name = Release; }; - DA271B47541029AF844D29F0F2354C53 /* Debug */ = { + D7191A79B27B52DA04FC47E457B0AB31 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5F4A3E45806986F060FF64AD1F915166 /* GoogleDataTransportCCTSupport.debug.xcconfig */; + baseConfigurationReference = 510A56C0C0869F304ADFA58AE135F71B /* boost-for-react-native.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = GoogleDataTransportCCTSupport; - PRODUCT_NAME = GoogleDataTransportCCTSupport; - PUBLIC_HEADERS_FOLDER_PATH = ""; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - DB2005A0531F44543BA413716CCC3FDC /* Debug */ = { + D82F1F73E6BAB818F64F22CBAF8DAB6A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 98FF21EFA0B3E5F6F03DFC0F10E85771 /* KeyCommands.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/KeyCommands/KeyCommands-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = KeyCommands; - PRODUCT_NAME = KeyCommands; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - DCE419800E94E27E875318BBE6577D45 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 49CA202EFEE348AFB30F75145BE1AF57 /* glog.release.xcconfig */; + baseConfigurationReference = 5F29FDE63785762650AF7B38ACF4EEE1 /* React-RCTImage.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36917,13 +36775,13 @@ "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/glog/glog-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTImage/React-RCTImage-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = glog; - PRODUCT_NAME = glog; + PRODUCT_MODULE_NAME = RCTImage; + PRODUCT_NAME = "React-RCTImage"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -36934,9 +36792,9 @@ }; name = Release; }; - DD2BA660D1BB89FB220977F5713AD7E8 /* Debug */ = { + D85A5A009377EFAA1866C72E788F7660 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 238FF2E548A1263D3CCDDBF6722ACF6B /* React-RCTVibration.debug.xcconfig */; + baseConfigurationReference = BAABB0BA27B1CBDC2C8AE5F246FBADF1 /* React-RCTVibration.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36960,9 +36818,100 @@ }; name = Debug; }; - E08D3238036B5A776573B193CB765CDC /* Debug */ = { + DB1BE5F141E2C70CE4E954662D199AC0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7FC02EB65635CB0D1829239772F9F6E4 /* React-Core.debug.xcconfig */; + baseConfigurationReference = 4553E9E98C980E75FBF5A4B16A8EBF4F /* UMFileSystemInterface.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + DB2005A0531F44543BA413716CCC3FDC /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 390B0E2CFB3143148CFDED46B050CB03 /* KeyCommands.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/KeyCommands/KeyCommands-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 7.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = KeyCommands; + PRODUCT_NAME = KeyCommands; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + E1A42D30C289138E2E3EE6882559EC17 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2AF33C91A990BF6287432F0FDE89720F /* MMKVCore.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/MMKVCore/MMKVCore-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = MMKVCore; + PRODUCT_NAME = MMKVCore; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + E243B66251A7A2C5A5929AF781976C0B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 799028AACA216BADD41A165C2F4AD654 /* Flipper-Folly.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/Flipper-Folly/Flipper-Folly-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = folly; + PRODUCT_NAME = "Flipper-Folly"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + E38B421ED25B1A7F21D51135635FE42F /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 401F112876C24559A739C63A8523667B /* React-RCTLinking.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -36970,88 +36919,13 @@ "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-Core/React-Core-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTLinking/React-RCTLinking-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = React; - PRODUCT_NAME = "React-Core"; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - E0CA3CE105FD6CB3B69E0F8D57EA5F6B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 37B58EAA7666364605B5AFB557C034DA /* SDWebImage.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/SDWebImage/SDWebImage-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = SDWebImage; - PRODUCT_NAME = SDWebImage; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - E3A44D9D2FC9BE27D90DA67F70F41BAA /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 87637DCE325BC5BDC41FEFE0E5C36DA8 /* GoogleDataTransportCCTSupport.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = GoogleDataTransportCCTSupport; - PRODUCT_NAME = GoogleDataTransportCCTSupport; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - E3B80464D31292F154FD9529D21F70A3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1AAF5794CF3E15852796926C4EF93EA8 /* GoogleUtilities.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/GoogleUtilities/GoogleUtilities-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = GoogleUtilities; - PRODUCT_NAME = GoogleUtilities; + PRODUCT_MODULE_NAME = RCTLinking; + PRODUCT_NAME = "React-RCTLinking"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -37063,7 +36937,7 @@ }; E459A1D9F0B488199727A77BAC16AD65 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 27A23A067206358ECAED836F10FDB34A /* RNReanimated.debug.xcconfig */; + baseConfigurationReference = 1C63F1BB3F8B3C3704F432C3FC5C90AC /* RNReanimated.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37086,35 +36960,9 @@ }; name = Debug; }; - E476B98A2AA56B24ED66FF90E8F0241F /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2C7236E4591C1694497E0E1523528840 /* YogaKit.debug.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/YogaKit/YogaKit-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - MODULEMAP_FILE = Headers/Public/YogaKit/YogaKit.modulemap; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = YogaKit; - PRODUCT_NAME = YogaKit; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 4.1; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; E4BD380E366DC7269640D2EFB8A914BF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2327C799546A16C347EFE68C5586C256 /* react-native-slider.debug.xcconfig */; + baseConfigurationReference = A8F81A20CBE0A059D593D99A42866FBF /* react-native-slider.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37137,9 +36985,34 @@ }; name = Debug; }; + E6063339866831F01DBA26874D9F9C36 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FCB8EF8BFA94EB0EEE2B5C06904C18B1 /* Flipper-DoubleConversion.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/Flipper-DoubleConversion/Flipper-DoubleConversion-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = DoubleConversion; + PRODUCT_NAME = "Flipper-DoubleConversion"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; E6E001CA0857B974D8C862B0CA95C154 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 87E781CCCBCCB7D275EAB76A1E549D9D /* KeyCommands.release.xcconfig */; + baseConfigurationReference = 4B42CAFBD2556FDBC4A4AB93BBC9AF41 /* KeyCommands.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37165,7 +37038,7 @@ }; E79554B3BBBAD59DD13FE4326E02D109 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F983EE4A0D1B2A3B379DE839C0D495F2 /* react-native-appearance.debug.xcconfig */; + baseConfigurationReference = D10B7C8855667D2ADB399CC50628D1DF /* react-native-appearance.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37190,7 +37063,7 @@ }; E8F5E2713BE0E0589FEC5252D2B2D50B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5B03E7BCC11B49302C38AA6FCE6F36C0 /* react-native-restart.release.xcconfig */; + baseConfigurationReference = C657C62307ED87B9F04DD3A09D8B41E0 /* react-native-restart.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37214,9 +37087,9 @@ }; name = Release; }; - EC086D6C37CEBF0A7361620B75AAEBAA /* Debug */ = { + EA7F8F12F0A75F98F4A00938197BB82C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3FD051DF4EF8485443320E4C682D5BD7 /* UMCore.debug.xcconfig */; + baseConfigurationReference = 6D9D9A067EDF4B886292E1304BC72B8C /* React-RCTBlob.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37224,13 +37097,38 @@ "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/UMCore/UMCore-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTBlob/React-RCTBlob-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = UMCore; - PRODUCT_NAME = UMCore; + PRODUCT_MODULE_NAME = RCTBlob; + PRODUCT_NAME = "React-RCTBlob"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + EE04BB4CD0B6EB40CDBA6402A40565A9 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2786196FFAD333404806BF8C6442A607 /* Flipper-Glog.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/Flipper-Glog/Flipper-Glog-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = glog; + PRODUCT_NAME = "Flipper-Glog"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -37242,7 +37140,7 @@ }; EE587CD034E397D9E18FC41CB6A9DD13 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25C913EA370EE4E4AE54002DD66B5CF1 /* react-native-document-picker.release.xcconfig */; + baseConfigurationReference = 356539DE9F35EC327ECB1735C3DE73DF /* react-native-document-picker.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37266,9 +37164,61 @@ }; name = Release; }; + EE6071C9FFCFC60D91242975AD03057B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 1C937DDE947AE51809EC0FE1EC6B82B9 /* React-RCTText.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTText/React-RCTText-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTText; + PRODUCT_NAME = "React-RCTText"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + EEB359810F83A957A7E60801CDA9683B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 59C4AF2D4F1DA2588C8EC94898F2D084 /* SDWebImage.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/SDWebImage/SDWebImage-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = SDWebImage; + PRODUCT_NAME = SDWebImage; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; EFD223DF1B1C429A1040DFB62A9B4BE0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6E0866D87F469FA82928179585D78747 /* EXVideoThumbnails.debug.xcconfig */; + baseConfigurationReference = 6D51787BA2A2079D1B905C5D0D4F3796 /* EXVideoThumbnails.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37292,23 +37242,63 @@ }; name = Debug; }; - F300FA4F017BB3B4BA1ADEB0839545A0 /* Debug */ = { + EFEC0E828E08C64AAAEEDC19DA61637B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8B623F5A7FA619317DDFC08CAA139B9A /* DoubleConversion.debug.xcconfig */; + baseConfigurationReference = D1822BE4DFB3EA46C97668C817FF640F /* RCTRequired.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + F129DD72E6C9D0137CBA673877222DB7 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4D5A2F9EBC423BA5D767010433B5A888 /* RNFBApp.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/DoubleConversion/DoubleConversion-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + GCC_PREFIX_HEADER = "Target Support Files/RNFBApp/RNFBApp-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = DoubleConversion; - PRODUCT_NAME = DoubleConversion; + PRODUCT_MODULE_NAME = RNFBApp; + PRODUCT_NAME = RNFBApp; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + F1F295C69CD17B3C8C72C3A33519EE09 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 689FE599332A86A80A780E764CB1AC5A /* FirebaseCrashlytics.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = FirebaseCrashlytics; + PRODUCT_NAME = FirebaseCrashlytics; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -37320,7 +37310,7 @@ }; F4021723BC60346B934B57D211E377CF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AD8103F5D17BE55F54A9565E02785B73 /* react-native-netinfo.release.xcconfig */; + baseConfigurationReference = 0A11938F1A6F7C3BEF56C0100DF3760E /* react-native-netinfo.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37344,33 +37334,28 @@ }; name = Release; }; - F40F082D9E8D0DDAA90F9BEE291F829C /* Release */ = { + F51A8E994F036F99180EC010EA72D715 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BD7A41C09FDD745D8AF3F4760AAFEAE0 /* boost-for-react-native.release.xcconfig */; + baseConfigurationReference = 51978262E5ACC8C3CC6402220C0270ED /* RCTTypeSafety.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - F490695771D721CBB1F0BEE7DA50EC58 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 27F40963E180086BF03AC984AC822807 /* OpenSSL-Universal.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/RCTTypeSafety/RCTTypeSafety-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTTypeSafety; + PRODUCT_NAME = RCTTypeSafety; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; @@ -37378,7 +37363,7 @@ }; F70AD1A19AB564FC34E6C552DA2C4AD1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25D05AC428F51B04A997319822BD0C3C /* EXHaptics.release.xcconfig */; + baseConfigurationReference = C4179A90F10D5623F4F123DD3E8B43CB /* EXHaptics.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37403,9 +37388,34 @@ }; name = Release; }; - F8881C18ACD4E4F3C35A913B11A48336 /* Debug */ = { + F798212BDE586E3A78BD7E6F9DE06566 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7AC83A671F9806C7378838DE175A67AD /* React-RCTImage.debug.xcconfig */; + baseConfigurationReference = 1D5A942DFE226321150CFFF7E10612F6 /* FirebaseInstallations.release.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = FirebaseInstallations; + PRODUCT_NAME = FirebaseInstallations; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + F812A86E25BB7563E1516BEA664D90E1 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7B58ACE3455CE27C415E35751B672BF8 /* Folly.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37413,42 +37423,26 @@ "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/React-RCTImage/React-RCTImage-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/Folly/Folly-prefix.pch"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = RCTImage; - PRODUCT_NAME = "React-RCTImage"; + PRODUCT_MODULE_NAME = folly; + PRODUCT_NAME = Folly; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - F9835197137720E7EB646DBC09101C0D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 16D3E5936BA45F4643880BB34884358B /* FBLazyVector.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; name = Release; }; F9ABBEEDD1A828D78D88DE53937DCC91 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E3A252AF822BF7E457C1B7859F0FCEC2 /* react-native-jitsi-meet.release.xcconfig */; + baseConfigurationReference = 4617AF53726F1A206276B9A478205EAE /* react-native-jitsi-meet.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37472,9 +37466,35 @@ }; name = Release; }; + FA0B47B96EEB0649B6E77DB81B20A234 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A3C581A512AAD93D606A78EF3F76D6C7 /* React-jsinspector.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-jsinspector/React-jsinspector-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = jsinspector; + PRODUCT_NAME = "React-jsinspector"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; FA63C9CF0D9C486B3BA4337A160BA74C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1726175A41404D5E33009B0F6DE2DF18 /* EXConstants.release.xcconfig */; + baseConfigurationReference = 0FD130F92D37F953E0AD0831BCB0900C /* EXConstants.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37499,35 +37519,9 @@ }; name = Release; }; - FBEA635FF96A9B7EEA716563869F4713 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7374D673628E5F56B5B9CAC64C9DF658 /* MMKVCore.release.xcconfig */; - buildSettings = { - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - GCC_PREFIX_HEADER = "Target Support Files/MMKVCore/MMKVCore-prefix.pch"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; - PRODUCT_MODULE_NAME = MMKVCore; - PRODUCT_NAME = MMKVCore; - PUBLIC_HEADERS_FOLDER_PATH = ""; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; FC72C0A673AF17C65572F6ADE9BEEB33 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7553C726ECB614A170553037DB699A20 /* react-native-orientation-locker.debug.xcconfig */; + baseConfigurationReference = 72885251281C0F93D0DEA481E95DCAFC /* react-native-orientation-locker.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37550,26 +37544,34 @@ }; name = Debug; }; - FDCFF504B5DB243E282F5C5091A80C65 /* Release */ = { + FC8CF649E00726E125367D756CAC8BAC /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 699182E95FB50CAD44F7B8039FEA5E97 /* UMConstantsInterface.release.xcconfig */; + baseConfigurationReference = 892BE48739F1E3D6975C32247270421C /* GoogleUtilities.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/GoogleUtilities/GoogleUtilities-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = GoogleUtilities; + PRODUCT_NAME = GoogleUtilities; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; }; - name = Release; + name = Debug; }; FED4091850B98DEE852E1FFC263B0AA5 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8C0512C75C81E0DDCCB94B46362F431F /* JitsiMeetSDK.debug.xcconfig */; + baseConfigurationReference = 445C853D0D51E07D96D598DDB886563C /* JitsiMeetSDK.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -37583,23 +37585,49 @@ }; name = Debug; }; + FF63028D546DDD38DCEEDD44E5019C3B /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = BBEFFFEA1C651E5F663438653B6FECA1 /* React-RCTImage.debug.xcconfig */; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React-RCTImage/React-RCTImage-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PRODUCT_MODULE_NAME = RCTImage; + PRODUCT_NAME = "React-RCTImage"; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 01A9D0A726662897114E326599E46580 /* Build configuration list for PBXNativeTarget "YogaKit" */ = { + 000DEB94CE0C6B6F8B91C9E5455371A3 /* Build configuration list for PBXNativeTarget "FirebaseCore" */ = { isa = XCConfigurationList; buildConfigurations = ( - E476B98A2AA56B24ED66FF90E8F0241F /* Debug */, - 7049C2DC8AA7409C6689D5C1655B2EBB /* Release */, + 52D6CD6A9F1C42AFD9B131DEEED6D7A8 /* Debug */, + 6A1E782E2AE63428C2DCC2EEC8193195 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 045D7C8A0BD7EF4744E93F3FAF248A71 /* Build configuration list for PBXNativeTarget "Flipper-RSocket" */ = { + 03ACD63175890F54E009225B728DDE3A /* Build configuration list for PBXNativeTarget "React-jsinspector" */ = { isa = XCConfigurationList; buildConfigurations = ( - C1CD45BAD4A5FEF49F498A68161991A2 /* Debug */, - 79E68B65EFF573D772D7426569EBCC4C /* Release */, + FA0B47B96EEB0649B6E77DB81B20A234 /* Debug */, + 5F9461C8782624B96E32DF4A6330AE6F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -37613,11 +37641,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 07A50CED2D36BBB29F2A729324F95690 /* Build configuration list for PBXNativeTarget "SDWebImageWebPCoder" */ = { + 075FF2F25F6C2285FD05963007432AEF /* Build configuration list for PBXAggregateTarget "FirebaseAnalytics" */ = { isa = XCConfigurationList; buildConfigurations = ( - 21E6062088DA56B613CA4C889F5A43DB /* Debug */, - 17BFF10503F2B9508E2676CFE0D4855C /* Release */, + 9B2C8CBB54DB55B9435248FF47B5BB70 /* Debug */, + 3D1B7DDF3EE951BDB446972C24B859B5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -37631,29 +37659,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 0AD149D0F7D0C0E4F12D1DA0342D5330 /* Build configuration list for PBXAggregateTarget "boost-for-react-native" */ = { + 0E72D67D277FDC94F266ED7D0C59E1B7 /* Build configuration list for PBXAggregateTarget "UMImageLoaderInterface" */ = { isa = XCConfigurationList; buildConfigurations = ( - 94D4A4A751AD4D159110F1FF904A0564 /* Debug */, - F40F082D9E8D0DDAA90F9BEE291F829C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 0AF617C926F5A8676BCB5FDFC9E782CA /* Build configuration list for PBXNativeTarget "React-jsinspector" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 482F4D1E7974C4C2198A0A182D3BA713 /* Debug */, - B54CF55D59620BFB40F014811673B72E /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 0C526A6B69C8D30615C9A79FB71F81B2 /* Build configuration list for PBXNativeTarget "SDWebImage" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E0CA3CE105FD6CB3B69E0F8D57EA5F6B /* Debug */, - 94C03A369573E630191692C778410B32 /* Release */, + B0397950029C6B2A7AB98B8C6BFA6060 /* Debug */, + 2F8C05D24C01621B9E3C09251F0AFCAF /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -37676,11 +37686,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 145ED5DA1D4C4156BDE9B611ECD84EFD /* Build configuration list for PBXNativeTarget "React-RCTNetwork" */ = { + 14252F974EA3F429A142D85890005443 /* Build configuration list for PBXAggregateTarget "OpenSSL-Universal" */ = { isa = XCConfigurationList; buildConfigurations = ( - BDB36A9512B750056FF0926FF48C5DCC /* Debug */, - 2E17B58E003281ED01BD89BE9F9F7409 /* Release */, + 64008C7E5F7A2C31602F8EC957A1CFCC /* Debug */, + 846AC3304148A728631B3C8C217D7472 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -37712,6 +37722,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 1B2A9B657DEBA91193ACCCFACDDDB1D8 /* Build configuration list for PBXNativeTarget "React-jsi" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4CE12D872B847D1364FCD70100C74951 /* Debug */, + 2C60D2FB7E26DD73CBBAEDEE301C1012 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 1C8FBC63ED65464915258A68EBE44DE3 /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 60DEA37747A8A23FDCA5C369DB30740C /* Debug */, + F798212BDE586E3A78BD7E6F9DE06566 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 20F9E92483C8456A6858D493127CE4C3 /* Build configuration list for PBXNativeTarget "react-native-notifications" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -37721,20 +37749,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 22A34E3E6593CE8DCBFEB84BB95156BC /* Build configuration list for PBXNativeTarget "Flipper" */ = { + 285424BA1868B1FF3370F25DE02408E1 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */ = { isa = XCConfigurationList; buildConfigurations = ( - 00AB39340C9E68498D1CB75C6C8C7D2D /* Debug */, - A22EB21A13698E89AFF769556CA06732 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 22B739920713CD58BF2DA3EF6110F22E /* Build configuration list for PBXNativeTarget "React-RCTAnimation" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - AAF5E7DFD25326D63C89C1199EF395AF /* Debug */, - 4051B86AD4C294D05A19D0E077EA8D00 /* Release */, + 0AB89BAD51A5493718BE9F47A46678FD /* Debug */, + 809E74274FCE4B34762BB7EEB7F278BE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -37775,33 +37794,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2E1292DB2BC9A5C0860B78D536DDC11D /* Build configuration list for PBXNativeTarget "FBReactNativeSpec" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 9F980F76525D6182EF32DD978DC560E3 /* Debug */, - 60EE0C78E9B06EC680E340F10431741B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 305B0DA2C547F5F04407625EB2E28144 /* Build configuration list for PBXNativeTarget "React-RCTLinking" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D6C3F220C9988B4055699B106F2AD712 /* Debug */, - 7D88D1DD61312787A06700CEAB537472 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 31AE3043EB2A46CBAA6597CD4B26F8D2 /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B978F0804756613BE3E73DA22E902609 /* Debug */, - D115D1A04A15430EA4119B8DEEB2F3EE /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 3244BD7C3EF5EBF921BD60813292F619 /* Build configuration list for PBXNativeTarget "EXConstants" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -37811,38 +37803,29 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 33C85999FB17D47FE23841DE02577CC9 /* Build configuration list for PBXNativeTarget "FirebaseCore" */ = { + 328D4463EF6234F5E4911FE3DFD548EB /* Build configuration list for PBXNativeTarget "ReactCommon" */ = { isa = XCConfigurationList; buildConfigurations = ( - 3EB95610C162D8B3708D5F24411C7511 /* Debug */, - 4875994530AAEC00E486F947ECBC4317 /* Release */, + 3DD1D67721F3F608E71D7933917EE05C /* Debug */, + 79F0B561E6A6AC4B3A3AE3D8F63DD2CC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3424DF71C94D81B6F5742B26BE31DC03 /* Build configuration list for PBXNativeTarget "RCTTypeSafety" */ = { + 35936AA22F35FCA497FD6DB182BD7C48 /* Build configuration list for PBXNativeTarget "Flipper-Folly" */ = { isa = XCConfigurationList; buildConfigurations = ( - 194937810F87DA0518BC58CD39B4A82E /* Debug */, - 1165D75D8C987A604F2E7D5022D787C3 /* Release */, + E243B66251A7A2C5A5929AF781976C0B /* Debug */, + 59C1B7869186EDB6FD305D15985F1AC9 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3468E927447B21D714A8778FCEEBCBA7 /* Build configuration list for PBXAggregateTarget "UMImageLoaderInterface" */ = { + 3657A5E007F7D6829EA7757F9048F84D /* Build configuration list for PBXNativeTarget "SDWebImageWebPCoder" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8D9D1C90C8FEB58D42B38F1A9975712A /* Debug */, - 3406ECDF3E0C01FD2992B22DB0E7F7E1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 354626616577D64B1C708E1C5445005F /* Build configuration list for PBXNativeTarget "Flipper-DoubleConversion" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 06955CE1E691942A30F51599E0A43C69 /* Debug */, - 5D693377E8DFEC4A53187867A1260979 /* Release */, + 77B794A51D0DDB894B3D9918755FEB7A /* Debug */, + 7C3F3328C379D902ADE4552FA5C49BE7 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -37856,15 +37839,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 3C01BE8DEF99C7382EC6AFC57C714237 /* Build configuration list for PBXNativeTarget "Flipper-Folly" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 46DFA7137DD1D8569C556CC9FF56EC4C /* Debug */, - AAFAF94283EC4A844A20D7F4872AA23D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 3C59786F965CDB9AD0B6E10366D86AAE /* Build configuration list for PBXNativeTarget "RNCAsyncStorage" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -37883,11 +37857,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 42A50BE378DF880976356A04D62C2E94 /* Build configuration list for PBXNativeTarget "Yoga" */ = { + 3EAA6358A36A70306401F2B57E6704F7 /* Build configuration list for PBXAggregateTarget "UMFileSystemInterface" */ = { isa = XCConfigurationList; buildConfigurations = ( - 790B0053B7555BE287851079ADC40C5B /* Debug */, - 3DA72092DFA925103C1F17AE5F800F8E /* Release */, + DB1BE5F141E2C70CE4E954662D199AC0 /* Debug */, + 9B5B4AC11987C3B697B6EEE737C8F603 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 473EF26B27452FA71B55A9F7B2D9C0B0 /* Build configuration list for PBXAggregateTarget "React-callinvoker" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 15E26D19AD58A030F183FF46AD865DEA /* Debug */, + 8B89B1A08F561B9B90CAE478F6A184A0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -37919,20 +37902,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 4F5C70AEECD7C898C4F4F5EBEF72DF72 /* Build configuration list for PBXNativeTarget "React-RCTVibration" */ = { + 54498FEE3CD530EEBAA13C12A6FD3F93 /* Build configuration list for PBXNativeTarget "Flipper-DoubleConversion" */ = { isa = XCConfigurationList; buildConfigurations = ( - DD2BA660D1BB89FB220977F5713AD7E8 /* Debug */, - 78BCE6DF0ABA2C15DA551D57CC4B071A /* Release */, + E6063339866831F01DBA26874D9F9C36 /* Debug */, + 6F4D22DD09725C19A5CDB981D355E95A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 545DF4AD7B7FED127F0FE2D96781ED0F /* Build configuration list for PBXNativeTarget "FirebaseCrashlytics" */ = { + 568871B55F70DA09C133992EF81B5D42 /* Build configuration list for PBXNativeTarget "glog" */ = { isa = XCConfigurationList; buildConfigurations = ( - 9E4CC1E95AE0A229B8A9B23B180881D2 /* Debug */, - B5C56D6FA4C33D11BBCD764C9AABBAF6 /* Release */, + 2E276891FB9ACEA25905FCE6C6D456CE /* Debug */, + 7D4FD3488C3BC268C203648C86A2EBC9 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -37946,6 +37929,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 5A7F6DC9C5C3A50945F1CBE003C4949A /* Build configuration list for PBXAggregateTarget "React" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 2C211EFCBF47BD29B47326192C86E970 /* Debug */, + 9E98CED78BB6EBF178491D268070DB60 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 5B2A57B655D0C4D73337CAB3CAD9D412 /* Build configuration list for PBXNativeTarget "RNFBCrashlytics" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -37964,11 +37956,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 5C823C0C149D42C2DE8F9690BC2D79AA /* Build configuration list for PBXNativeTarget "React-RCTBlob" */ = { + 5BF834F9125DC54E96C617AAFC40FF69 /* Build configuration list for PBXNativeTarget "DoubleConversion" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4E22DA2716EF1BC2C935E87DD1182886 /* Debug */, - 21DEB2C974027E7265E38BE5117648B3 /* Release */, + 971DAABD1506ACC59A920BF1B9C01DEA /* Debug */, + B22C5D26C8947B3236A9392D6378611F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -38027,11 +38019,38 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 63BCBFA1AA05A4C04F8B93331C0135AD /* Build configuration list for PBXNativeTarget "libwebp" */ = { + 6152F02CC65884F83EFDA50B0CFC07C1 /* Build configuration list for PBXAggregateTarget "React-RCTActionSheet" */ = { isa = XCConfigurationList; buildConfigurations = ( - 20BBAB1987E1405269346FCEA5380256 /* Debug */, - 7F20BDB4B9409F4AC94D68029729F48D /* Release */, + 60B6BE39E11614020DA5F78BE94B6110 /* Debug */, + 91D06C9FCA0DCA502D81BF60E9203A71 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 61A06D8075505FCA973B9B1BEA8F8422 /* Build configuration list for PBXNativeTarget "RNImageCropPicker-QBImagePicker" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 81CF5F799473C9B323CD7F234C00BA9B /* Debug */, + 9ACC1F098337677D14A82329DED6BB91 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 62CDA810C6B46B0A6F2C9EBE9F17E486 /* Build configuration list for PBXNativeTarget "Folly" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 81F83877F595D911F93A23AA7CB4267B /* Debug */, + F812A86E25BB7563E1516BEA664D90E1 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 62E7D62592DD63A5765DF37359F788AA /* Build configuration list for PBXAggregateTarget "RCTRequired" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + EFEC0E828E08C64AAAEEDC19DA61637B /* Debug */, + A80F683EFB278D424BC478E613BA43EF /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -38054,83 +38073,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 6836F7BEB17A665CCFAD63F7AE3AE76A /* Build configuration list for PBXNativeTarget "React-jsi" */ = { + 6DD53296479F50CD1C3BC24B29EAD994 /* Build configuration list for PBXNativeTarget "RNFBApp" */ = { isa = XCConfigurationList; buildConfigurations = ( - 20E357C5D5EA4B3192EAC832F0B42FD4 /* Debug */, - ABB70FB1D51BB9C3FDDCC1419F395D68 /* Release */, + 296C3EAC2895088FCE6939931E139D00 /* Debug */, + F129DD72E6C9D0137CBA673877222DB7 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 6A1745B7C0BE242C1118DAFF15347B59 /* Build configuration list for PBXNativeTarget "DoubleConversion" */ = { + 7134511ABE33086F91DA69DCACBA42D3 /* Build configuration list for PBXNativeTarget "React-Core" */ = { isa = XCConfigurationList; buildConfigurations = ( - F300FA4F017BB3B4BA1ADEB0839545A0 /* Debug */, - 7A26E55C2161C881AA1F1C112DF1864D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 6B08C7BC8A144A8E8DA1818794889AED /* Build configuration list for PBXAggregateTarget "React-callinvoker" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - B4A0B7B0A57825A1CB1B283D0C65851E /* Debug */, - 7D15269F1F9FB94B5B01AF34280201B0 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 6CEB120106AB4ED7E5A5026BC201EC66 /* Build configuration list for PBXNativeTarget "glog" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 40985D3CDD289DDC1E5312709C1DB486 /* Debug */, - DCE419800E94E27E875318BBE6577D45 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 6D6B9E7AA989D4D275E5F3DEDCBCAB30 /* Build configuration list for PBXAggregateTarget "RCTRequired" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5F4DAD356C4FB86D16E1A3678B71040F /* Debug */, - 2945FF956B7E9B453C8C7B5060DF43C2 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 6DDAA9BECD4FBE821FF970F74B00EFE1 /* Build configuration list for PBXNativeTarget "React-RCTSettings" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 937D09135691FE386A19751B137B4DBE /* Debug */, - 28A2A1DE250F745520D7BD94ECF83E0E /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 6E697022A053ABE3AB1C33912813DA10 /* Build configuration list for PBXNativeTarget "MMKVCore" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C162D596DAFCD7F8D4202A4FDE2DA548 /* Debug */, - FBEA635FF96A9B7EEA716563869F4713 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 6EB386E5C003B43598BF8DBF7088F435 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E3B80464D31292F154FD9529D21F70A3 /* Debug */, - 337600E77891699FD507B496FB59D505 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 6FF561C062004A9A2AEFEA23705B4EDB /* Build configuration list for PBXNativeTarget "React-CoreModules" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2F2AA16D6041362AD45BA77524008282 /* Debug */, - 6A1139B380F30748BD388D9AF36E3D03 /* Release */, + B795CD113EC68CFB942C1695FB999EDD /* Debug */, + 7EEF039496FADAB5D3D1359DF8CE5F86 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -38153,15 +38109,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 76191D223FFF43A81CE0E4A846C9BDFD /* Build configuration list for PBXNativeTarget "React-Core-AccessibilityResources" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 60BB52C26DC6BAD10ECB85D33703B2A0 /* Debug */, - AC1BF1258215BA268ECC14E46866249A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 77A84D7794DC5EACEE72F22A924404FF /* Build configuration list for PBXNativeTarget "EXAppleAuthentication" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -38180,6 +38127,42 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 7B8B9FF06DE46BC17D81EF6C4BD6ADC2 /* Build configuration list for PBXNativeTarget "FlipperKit" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 29C3E314DB4897EDDAF98A807F427E18 /* Debug */, + D31CCB2EB065D24914BA60C38116363E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 7CF0E0709DEBE09D15FD8CF7EEDA6480 /* Build configuration list for PBXNativeTarget "libwebp" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 59AA294F7F49ACF6E60197778E5AFB21 /* Debug */, + B29F2B441010739689D2DFE0D4E6FA48 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 7FCCFA588C873581FEC8255810B87F26 /* Build configuration list for PBXNativeTarget "FirebaseCrashlytics" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F1F295C69CD17B3C8C72C3A33519EE09 /* Debug */, + 48F3BFCB22DC98C034B0D9B3FDB6FCEA /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 8107302B9124AEAA5AB213B18CC721BF /* Build configuration list for PBXNativeTarget "GoogleUtilities" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FC8CF649E00726E125367D756CAC8BAC /* Debug */, + 8034D11087504A45D781740B1AC44C26 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 81CEF1F6B54596B5F509060E1220EB10 /* Build configuration list for PBXNativeTarget "EXAV" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -38189,15 +38172,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 82351636AAA7D7F3A9A22DD43D35D9BC /* Build configuration list for PBXNativeTarget "UMCore" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - EC086D6C37CEBF0A7361620B75AAEBAA /* Debug */, - 7465397209B7492E9160A30A74CE486A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 82E018FCF2B7BF3013B0E1702EECBC27 /* Build configuration list for PBXNativeTarget "RNRootView" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -38207,56 +38181,56 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 85F456F9C982C375C93446B4E71B6315 /* Build configuration list for PBXAggregateTarget "React" */ = { + 83A3CD51203A0632D5535BF2192B114C /* Build configuration list for PBXNativeTarget "FBReactNativeSpec" */ = { isa = XCConfigurationList; buildConfigurations = ( - 46B4C10098A480B8B40990D0AA6A57EB /* Debug */, - B2CC44730160A5F781F1194B32A0E188 /* Release */, + 4921073920413FDB46656004AFBE1AD6 /* Debug */, + 3F06D112D40B4FFA2A1CCDE9DD698885 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8645BB448D61E641227EEA8CAE230F35 /* Build configuration list for PBXNativeTarget "React-RCTText" */ = { + 8598985B785143769BA18643EE6E4747 /* Build configuration list for PBXNativeTarget "React-cxxreact" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0931AC12AB8B37503AB7D6895A83F9BE /* Debug */, - D6BCBF533B80DA33619CA76DF6D72AED /* Release */, + 500147AEE9488CEC1AF465A78CC039B7 /* Debug */, + 3F25406BC987009CD58215A93180E2BC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 883C0F1A44E577232E16F1D2D7747B4E /* Build configuration list for PBXNativeTarget "Flipper-Glog" */ = { + 85A61D8FBB532F0701436DCC24AAB3BA /* Build configuration list for PBXNativeTarget "React-CoreModules" */ = { isa = XCConfigurationList; buildConfigurations = ( - B9AEAA2B41719E25E11248661FB1507B /* Debug */, - 6AF9C6CCF132F4398F7E8D3AC354AF64 /* Release */, + 43FD8FC5E3AEF2DAD14D3B18A43381EE /* Debug */, + 10822A7A03FF7C46AA5713F43522E531 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 8B358E7D15A747DC6465DD8D4CB18928 /* Build configuration list for PBXNativeTarget "TOCropViewController" */ = { + 86424EF1FD6CD8932C815759C2481D5A /* Build configuration list for PBXNativeTarget "YogaKit" */ = { isa = XCConfigurationList; buildConfigurations = ( - 29B51264FBA6E7FD32122BF6AA9BDAF6 /* Debug */, - 9BAD7C15CD1C8424B851DF71AB188116 /* Release */, + 555D679F0D0CB1BEEF55DA7E4DF97AA5 /* Debug */, + 4736EF55BFAA5758771FDFAAA1EEA457 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 905B11A27E9160C101102676F2154F5A /* Build configuration list for PBXNativeTarget "UMPermissionsInterface" */ = { + 8A3A56D85B48B38B48EB9C0997FCC8FC /* Build configuration list for PBXNativeTarget "React-RCTImage" */ = { isa = XCConfigurationList; buildConfigurations = ( - 9B598425A4DFCD7013A617A95D34447F /* Debug */, - 41D977EB7E7C7AC7BBB946A361EBFCCE /* Release */, + FF63028D546DDD38DCEEDD44E5019C3B /* Debug */, + D82F1F73E6BAB818F64F22CBAF8DAB6A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 91320F5B28D205767792F0E4599E7A37 /* Build configuration list for PBXNativeTarget "React-Core" */ = { + 941ADE3241240881A6EC70ACF64F0AC0 /* Build configuration list for PBXNativeTarget "nanopb" */ = { isa = XCConfigurationList; buildConfigurations = ( - E08D3238036B5A776573B193CB765CDC /* Debug */, - 4F25D8D2915D43E8E3CB514D81DD413F /* Release */, + 9475B320DC14A3F1A50B98437D31CA2A /* Debug */, + 9C39A94D648B528CA4089850AE9221F1 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -38270,20 +38244,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 97C6ECD2BE758AB406A0F88B7EDDE374 /* Build configuration list for PBXNativeTarget "PromisesObjC" */ = { + 99AD276357F7332F893095DEA03E6D80 /* Build configuration list for PBXNativeTarget "React-RCTBlob" */ = { isa = XCConfigurationList; buildConfigurations = ( - 91A0C56A914D195F6F49ECAA56D20D67 /* Debug */, - 796D6DF277BFA2FEA7F878D03FAFE9DD /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 98625330C6DE3DE71FA71CB86D5E737A /* Build configuration list for PBXAggregateTarget "OpenSSL-Universal" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 73E6FD9356ECEA0CB804C8A814343DDD /* Debug */, - F490695771D721CBB1F0BEE7DA50EC58 /* Release */, + EA7F8F12F0A75F98F4A00938197BB82C /* Debug */, + 95CEB505F2D00D923F1B8873193BCFC8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -38297,29 +38262,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9D1BABA35308C726E3DD376E419A74F6 /* Build configuration list for PBXNativeTarget "GoogleDataTransportCCTSupport" */ = { + 9B5FC30FCCF23FA1E94AF537CB44F827 /* Build configuration list for PBXNativeTarget "Flipper-RSocket" */ = { isa = XCConfigurationList; buildConfigurations = ( - DA271B47541029AF844D29F0F2354C53 /* Debug */, - E3A44D9D2FC9BE27D90DA67F70F41BAA /* Release */, + 093F2871E9D8C3E030B9D04E8FA8B62C /* Debug */, + 2A76FB52AAAD7918AA2BD6750C69EF59 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9D69319D716B538C75970533CD2FDE10 /* Build configuration list for PBXAggregateTarget "FBLazyVector" */ = { + 9BCF68CB9635471364DB455867B28F93 /* Build configuration list for PBXNativeTarget "React-RCTLinking" */ = { isa = XCConfigurationList; buildConfigurations = ( - CC5D27057BADFBDDAE3E6DC57BD8A1CE /* Debug */, - F9835197137720E7EB646DBC09101C0D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 9EC0A5DF30BE2F93792B58810046F8DB /* Build configuration list for PBXAggregateTarget "UMFileSystemInterface" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - A8C89544B82827B7AC6A0416414B9F22 /* Debug */, - 197F946C91CF778546BCFF80682AAE90 /* Release */, + E38B421ED25B1A7F21D51135635FE42F /* Debug */, + D56A4DF8ADCEBDA81C123823AE60908D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -38342,6 +38298,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + A072199B29CA132D9703551CCB242DC6 /* Build configuration list for PBXNativeTarget "UMPermissionsInterface" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7AB3D2FC79DC820C4E7D13B24D73F053 /* Debug */, + 907CA54E5A2061925BBEFB7578DEDD76 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; A1DBE54B684070308484C89F14C82B8D /* Build configuration list for PBXNativeTarget "EXKeepAwake" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -38351,38 +38316,29 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A2B06DD77CA81FFDF24239C9236FABC9 /* Build configuration list for PBXNativeTarget "React-cxxreact" */ = { + A39F08165CE91502893CD8128E9B7B5D /* Build configuration list for PBXNativeTarget "Flipper" */ = { isa = XCConfigurationList; buildConfigurations = ( - 09D917FA93B752E02D60C61117B1DE6E /* Debug */, - 27825C2F48F08411F98ABB42350E96BE /* Release */, + 333C065553B31C04ADF1571A7834855A /* Debug */, + 8E02C4017D589CD1B7E1A531391363E6 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A5DB7EEA4A6AB8305F23C5D2D6C00E23 /* Build configuration list for PBXNativeTarget "RNImageCropPicker-QBImagePicker" */ = { + AAD60E62DD1389164E61B65BFFEB5BE7 /* Build configuration list for PBXNativeTarget "TOCropViewController" */ = { isa = XCConfigurationList; buildConfigurations = ( - 529A1D36ED7D2C8FB2A6A05537D0377F /* Debug */, - 10C6CED799E2C9EF0ADCD7950DB61C6E /* Release */, + 6F2F89CD8A6C26255DC731C672230553 /* Debug */, + 2B25A4305E3BD352856BE38942B73076 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A98C192EEE8E46DD9A14A1A47BCC3BE8 /* Build configuration list for PBXNativeTarget "React-RCTImage" */ = { + AD9FD2DAFB3BD976FDBDDE788531F930 /* Build configuration list for PBXNativeTarget "FirebaseCoreDiagnostics" */ = { isa = XCConfigurationList; buildConfigurations = ( - F8881C18ACD4E4F3C35A913B11A48336 /* Debug */, - 68EBE901CD2330A82C0F385019990962 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - AC447CD6118C50FEB58752B090305770 /* Build configuration list for PBXNativeTarget "nanopb" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 78A9F62590C417372CDAEC489A0378C5 /* Debug */, - 70BAC6CD34FFECB9026A5B2FC2C366C2 /* Release */, + D4C89CB9BB1885905E1CB50340EB4BB0 /* Debug */, + A6B2F0DB7F885B5F309DA12511CDE34F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -38405,15 +38361,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - AF007169A2550B41C8CCA95C915032E9 /* Build configuration list for PBXNativeTarget "FirebaseCoreDiagnostics" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 67E3AC204942D94957EEA1CFA7541B5B /* Debug */, - 387A759D3D0B5CEC3CC9708D68B858AF /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; AFF969965415DAA332FA1B1205896EED /* Build configuration list for PBXNativeTarget "Pods-ShareRocketChatRN" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -38423,6 +38370,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + B184BBD24DBACB1F7AB9BC08967F325C /* Build configuration list for PBXNativeTarget "React-RCTSettings" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B5536A5ACA29631B6BA89A215E9C8572 /* Debug */, + 9E12F2BB5A6983D91B09610D4673C67D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B1F0E6BA258A9287C5C2BFF8CD214FDF /* Build configuration list for PBXNativeTarget "UMReactNativeAdapter" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -38441,6 +38397,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + B8198E1C72E8DA0A69E1024353E1C138 /* Build configuration list for PBXNativeTarget "React-Core-AccessibilityResources" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 31FDB76878F35640CB9C117AED83EC71 /* Debug */, + C41918B6774A34275FC11149DC857CE1 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B8E044861FC075BB715B51361725E7F7 /* Build configuration list for PBXNativeTarget "RNImageCropPicker" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -38450,6 +38415,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + BA0EC386D6BE379538C4814592A45115 /* Build configuration list for PBXNativeTarget "React-RCTVibration" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D85A5A009377EFAA1866C72E788F7660 /* Debug */, + 85D1D6E6CDDB2D3967F5D42BEE82DE6D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; BF535641E00BECC6FFAF53CFB25A8755 /* Build configuration list for PBXNativeTarget "CocoaAsyncSocket" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -38468,11 +38442,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C2D7C31E4C93CD4BC43E88DAE5457DB5 /* Build configuration list for PBXNativeTarget "Folly" */ = { + C39298A580F52EE647EE6E877D5D6791 /* Build configuration list for PBXNativeTarget "MMKVCore" */ = { isa = XCConfigurationList; buildConfigurations = ( - 1BA567B8BEEB2639022CF7DD7974FED5 /* Debug */, - 0C86D7D17FE5D1ADD908BFB693F960AA /* Release */, + E1A42D30C289138E2E3EE6882559EC17 /* Debug */, + 7CB04E195001C0C77BA8CFF534282460 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -38504,20 +38478,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C7A7DA83E3524CF56326E71104163B80 /* Build configuration list for PBXNativeTarget "ReactCommon" */ = { + C9CEC5A1C35FAB649C0BCC51724B0548 /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */ = { isa = XCConfigurationList; buildConfigurations = ( - 922D890D09C9F4E6C621FE69A0154155 /* Debug */, - 53A56DD0024E204320A6609D65A96E86 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - C88671C86005619DE8FABC121F690CD1 /* Build configuration list for PBXAggregateTarget "UMConstantsInterface" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 9ECB89EAD7900A2A370D56919B30B1CD /* Debug */, - FDCFF504B5DB243E282F5C5091A80C65 /* Release */, + 1697DFB5299C0D9569DB4B712E1F407F /* Debug */, + 7998C75D190EDD2EB689F70ACA7516EF /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -38531,6 +38496,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + CF59A6DA10BF9FB9938D9C7999DB17AE /* Build configuration list for PBXNativeTarget "TOCropViewController-TOCropViewControllerBundle" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B9511F30D6576F298BF65735A0917770 /* Debug */, + 58931928B751A7861ED4F34C316B9CD7 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; CFA6C21E298BC2A21B3900D4D3BB4D6C /* Build configuration list for PBXNativeTarget "react-native-background-timer" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -38549,6 +38523,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + D02AA2B78DE333D8AA9B71F87FE3A16B /* Build configuration list for PBXNativeTarget "React-RCTNetwork" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D15DE9437220D30B1D7FEB8D5A68C89B /* Debug */, + 259762C6289A05593342280FD2F045F3 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; D08B26135E45FFF5C7E37A91637404E9 /* Build configuration list for PBXNativeTarget "EXFileSystem" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -38558,15 +38541,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D141EF9D5D5BCFB7A86E343C3DF9958E /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1B17F41986003570FC5DA25100A86429 /* Debug */, - 15A2D1669F3E1C0026977C7C56EED2AD /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; D5986FE54F103B1BD58EFC1C3F225D8F /* Build configuration list for PBXAggregateTarget "CocoaLibEvent" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -38576,24 +38550,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D5B25FEAEE6185F32DDE89F6F64F8C6F /* Build configuration list for PBXAggregateTarget "FirebaseAnalytics" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 974BB443842251007E9BF8F42C74AA31 /* Debug */, - 14BC6F8AE55B1C52D7D2D1F19889B50B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - D5C6A772410C7B1BA76301AB4A6EC0A2 /* Build configuration list for PBXNativeTarget "TOCropViewController-TOCropViewControllerBundle" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 10A79E1B2133EFCD7D3DDAE68A2223C4 /* Debug */, - 84BC6C8DC624B20063FFDF837373D442 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; D9A2380A865EA8C3CFAC7DFE9517C89F /* Build configuration list for PBXNativeTarget "EXImageLoader" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -38612,6 +38568,33 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + DB21DC729522EE23FF45F24023075437 /* Build configuration list for PBXAggregateTarget "FBLazyVector" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7F95457238B974AEAAF6C2151C494385 /* Debug */, + 2DB713FA70A6346E61D348B0CAEA2148 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + DCF7F11097D2457233B3A62DE52D5E26 /* Build configuration list for PBXNativeTarget "React-RCTAnimation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6D7F9A2BDC74C558C1694F127E8EDE56 /* Debug */, + 25C2F82475AD9547B497B27665BFE5BC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + DD79A0DB223223DA9209019F3E976C22 /* Build configuration list for PBXNativeTarget "PromisesObjC" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 99561E0663F0D3BD92F42BFD2AE9A917 /* Debug */, + 45C7A067F3784A5F6E72136E3BF806EA /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; DDC2F1F99075686EF74ABC88BB07C1A1 /* Build configuration list for PBXAggregateTarget "UMCameraInterface" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -38621,6 +38604,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + DDF1146075AED77A6FB5C89E5A17D46D /* Build configuration list for PBXNativeTarget "UMCore" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1D448FD009678DD68D68FCD86684C992 /* Debug */, + 3B110A786600809C5EE6C893435780CF /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; DE771C3F910F448E87CCAC61BCA6CD70 /* Build configuration list for PBXNativeTarget "rn-extensions-share" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -38639,11 +38631,29 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E4A898AFDBF0C35A28163EA75746B592 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */ = { + E3579EB337684834CE5F2834DBD1F9BC /* Build configuration list for PBXNativeTarget "SDWebImage" */ = { isa = XCConfigurationList; buildConfigurations = ( - A02BDB08B69C32FE9ED3E80BFC66A4F8 /* Debug */, - 0FAF381EF42BB536B9FAA18261EDF9AF /* Release */, + EEB359810F83A957A7E60801CDA9683B /* Debug */, + BBBA50CA3D7646EA3A1EE1C8BA4AB0DC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + E8A09ECB54A1A4AB74568DB7EF8378FB /* Build configuration list for PBXNativeTarget "Yoga" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + BDCB3616E13DFD77D8B903C46FE22A08 /* Debug */, + 7E04F9A331E5BBEC4D1ADB5AF1E84A6C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + E916F3F98D246814288110611EECE5B5 /* Build configuration list for PBXNativeTarget "React-RCTText" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6C2A4BC6BEB7D95A0F2B978EB73FF6D2 /* Debug */, + EE6071C9FFCFC60D91242975AD03057B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -38657,20 +38667,29 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E96F39B88E202956E92E5C118D4EE44B /* Build configuration list for PBXAggregateTarget "React-RCTActionSheet" */ = { + EA290F936ABFB939798D66A926EB33ED /* Build configuration list for PBXNativeTarget "RCTTypeSafety" */ = { isa = XCConfigurationList; buildConfigurations = ( - 03EEF70BFBAA55685564A202D3ED9C39 /* Debug */, - 337B425483A9051C530002B573FDDDFE /* Release */, + 182B4CFDA92326C6DBFA2559F207A45A /* Debug */, + F51A8E994F036F99180EC010EA72D715 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EAED481623AA0A42B851CDDC43D130E9 /* Build configuration list for PBXNativeTarget "FlipperKit" */ = { + EAA1F5223E305D28B0685D1F594DB8C1 /* Build configuration list for PBXNativeTarget "GoogleDataTransportCCTSupport" */ = { isa = XCConfigurationList; buildConfigurations = ( - C6CCC6C85898C55C166A353CD7C10838 /* Debug */, - 11A6F398667ED7BE6A4FD9C07723DB35 /* Release */, + D2C0D385B3C17BEF31CCAB0A459A662E /* Debug */, + 4FC73BB4FC57C8A716D2DA21AEDAB47D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + EFB6A1D8B888DB6965868BDF09B19FF6 /* Build configuration list for PBXNativeTarget "React-jsiexecutor" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6F2D4F7885760E049D07F20C1EC606E9 /* Debug */, + B64512D4AB2D32EA75C5E14BDFFB1247 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -38684,15 +38703,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F2EFDAA835CFF1DC84FBC9E3EE63FBB5 /* Build configuration list for PBXNativeTarget "RNFBApp" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 8C6F9FA80D3F89A23710E95E5A7B3CBB /* Debug */, - D45F49660BEC960D88D15F5FBA735CB2 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; F617CE4545CE4E4DED6DEC4F2D3F8F38 /* Build configuration list for PBXAggregateTarget "JitsiMeetSDK" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -38702,6 +38712,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F8DC066BC8FB56D6E3F511EDE01A7DC2 /* Build configuration list for PBXAggregateTarget "UMConstantsInterface" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 2BA0A942925FE60D5696597B28EBBFC4 /* Debug */, + 5367F1C2D55A26D59CA32DE260D33A9C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + F9C688EF01244C9FD7A5704661985D78 /* Build configuration list for PBXAggregateTarget "boost-for-react-native" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D152A6404B132DF4ABA6D7D911CDDF66 /* Debug */, + D7191A79B27B52DA04FC47E457B0AB31 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; FA2A74D09995384A218EF4556212EE28 /* Build configuration list for PBXNativeTarget "EXLocalAuthentication" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -38720,11 +38748,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - FD15D45E4479E9FAE6EFAFCD9B2CA3E9 /* Build configuration list for PBXNativeTarget "React-jsiexecutor" */ = { + FB9AEE0FD60B97B38924F6C6C97D56E7 /* Build configuration list for PBXNativeTarget "Flipper-Glog" */ = { isa = XCConfigurationList; buildConfigurations = ( - BFAF29C87603ED7521A8D6CE6E0D95B8 /* Debug */, - A055B01954F5A5AF5B9B96ED68F6430B /* Release */, + EE04BB4CD0B6EB40CDBA6402A40565A9 /* Debug */, + 64445EE65905181A51C460B7D70D9714 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative.debug.xcconfig b/ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative.debug.xcconfig index 5ffbdfe9b..6a54eeda8 100644 --- a/ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative.debug.xcconfig +++ b/ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/BugsnagReactNative" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative.release.xcconfig b/ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative.release.xcconfig index 5ffbdfe9b..6a54eeda8 100644 --- a/ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative.release.xcconfig +++ b/ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/BugsnagReactNative" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/EXImageLoader/EXImageLoader.debug.xcconfig b/ios/Pods/Target Support Files/EXImageLoader/EXImageLoader.debug.xcconfig index 9348f3c17..884d1d86e 100644 --- a/ios/Pods/Target Support Files/EXImageLoader/EXImageLoader.debug.xcconfig +++ b/ios/Pods/Target Support Files/EXImageLoader/EXImageLoader.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EXImageLoader GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXImageLoader" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXImageLoader" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/EXImageLoader/EXImageLoader.release.xcconfig b/ios/Pods/Target Support Files/EXImageLoader/EXImageLoader.release.xcconfig index 9348f3c17..884d1d86e 100644 --- a/ios/Pods/Target Support Files/EXImageLoader/EXImageLoader.release.xcconfig +++ b/ios/Pods/Target Support Files/EXImageLoader/EXImageLoader.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EXImageLoader GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/EXImageLoader" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXImageLoader" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec.debug.xcconfig b/ios/Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec.debug.xcconfig index aeacd3ac2..2750000ee 100644 --- a/ios/Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec.debug.xcconfig +++ b/ios/Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec.debug.xcconfig @@ -3,7 +3,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++14 CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_TARGET_SRCROOT)/Libraries/FBReactNativeSpec" "$(PODS_ROOT)/Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec.release.xcconfig b/ios/Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec.release.xcconfig index aeacd3ac2..2750000ee 100644 --- a/ios/Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec.release.xcconfig +++ b/ios/Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec.release.xcconfig @@ -3,7 +3,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++14 CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_TARGET_SRCROOT)/Libraries/FBReactNativeSpec" "$(PODS_ROOT)/Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/FlipperKit/FlipperKit-umbrella.h b/ios/Pods/Target Support Files/FlipperKit/FlipperKit-umbrella.h index bd0eac8cd..aa946dbe2 100644 --- a/ios/Pods/Target Support Files/FlipperKit/FlipperKit-umbrella.h +++ b/ios/Pods/Target Support Files/FlipperKit/FlipperKit-umbrella.h @@ -13,6 +13,7 @@ #import "FlipperClient.h" #import "FlipperConnection.h" #import "FlipperDiagnosticsViewController.h" +#import "FlipperKitCertificateProvider.h" #import "FlipperPlugin.h" #import "FlipperResponder.h" #import "FlipperStateUpdateListener.h" diff --git a/ios/Pods/Target Support Files/KeyCommands/KeyCommands.debug.xcconfig b/ios/Pods/Target Support Files/KeyCommands/KeyCommands.debug.xcconfig index a45c536a4..ca1db0a4b 100644 --- a/ios/Pods/Target Support Files/KeyCommands/KeyCommands.debug.xcconfig +++ b/ios/Pods/Target Support Files/KeyCommands/KeyCommands.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/KeyCommands" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/KeyCommands/KeyCommands.release.xcconfig b/ios/Pods/Target Support Files/KeyCommands/KeyCommands.release.xcconfig index a45c536a4..ca1db0a4b 100644 --- a/ios/Pods/Target Support Files/KeyCommands/KeyCommands.release.xcconfig +++ b/ios/Pods/Target Support Files/KeyCommands/KeyCommands.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/KeyCommands" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService.debug.xcconfig b/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService.debug.xcconfig index f880a965f..5448e56ad 100644 --- a/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService.debug.xcconfig @@ -3,9 +3,9 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 FB_SONARKIT_ENABLED=1 $( HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/CocoaAsyncSocket" "${PODS_ROOT}/Headers/Public/CocoaLibEvent" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppleAuthentication" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXImageLoader" "${PODS_ROOT}/Headers/Public/EXKeepAwake" "${PODS_ROOT}/Headers/Public/EXLocalAuthentication" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXVideoThumbnails" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/Flipper" "${PODS_ROOT}/Headers/Public/Flipper-DoubleConversion" "${PODS_ROOT}/Headers/Public/Flipper-Folly" "${PODS_ROOT}/Headers/Public/Flipper-Glog" "${PODS_ROOT}/Headers/Public/Flipper-PeerTalk" "${PODS_ROOT}/Headers/Public/Flipper-RSocket" "${PODS_ROOT}/Headers/Public/FlipperKit" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/MMKV" "${PODS_ROOT}/Headers/Public/MMKVCore" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNCMaskedView" "${PODS_ROOT}/Headers/Public/RNCPicker" "${PODS_ROOT}/Headers/Public/RNConfigReader" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFBAnalytics" "${PODS_ROOT}/Headers/Public/RNFBApp" "${PODS_ROOT}/Headers/Public/RNFBCrashlytics" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/ReactNativeUiLib" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/TOCropViewController" "${PODS_ROOT}/Headers/Public/UMAppLoader" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/YogaKit" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-blur" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-cookies" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-mmkv-storage" "${PODS_ROOT}/Headers/Public/react-native-netinfo" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-restart" "${PODS_ROOT}/Headers/Public/react-native-safe-area-context" "${PODS_ROOT}/Headers/Public/react-native-simple-crypto" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaAsyncSocket" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppleAuthentication" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXImageLoader" "${PODS_CONFIGURATION_BUILD_DIR}/EXKeepAwake" "${PODS_CONFIGURATION_BUILD_DIR}/EXLocalAuthentication" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXVideoThumbnails" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/Flipper" "${PODS_CONFIGURATION_BUILD_DIR}/Flipper-DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/Flipper-Folly" "${PODS_CONFIGURATION_BUILD_DIR}/Flipper-Glog" "${PODS_CONFIGURATION_BUILD_DIR}/Flipper-PeerTalk" "${PODS_CONFIGURATION_BUILD_DIR}/Flipper-RSocket" "${PODS_CONFIGURATION_BUILD_DIR}/FlipperKit" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/MMKV" "${PODS_CONFIGURATION_BUILD_DIR}/MMKVCore" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNCMaskedView" "${PODS_CONFIGURATION_BUILD_DIR}/RNCPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNConfigReader" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFBAnalytics" "${PODS_CONFIGURATION_BUILD_DIR}/RNFBApp" "${PODS_CONFIGURATION_BUILD_DIR}/RNFBCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeUiLib" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/TOCropViewController" "${PODS_CONFIGURATION_BUILD_DIR}/UMAppLoader" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMPermissionsInterface" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/YogaKit" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-blur" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cookies" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-mmkv-storage" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-netinfo" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-restart" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-safe-area-context" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_ROOT}/CocoaLibEvent/lib" "${PODS_ROOT}/OpenSSL-Universal/ios/lib" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/FlipperKit/FlipperKit.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/FlipperKit/FlipperKit.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"CocoaAsyncSocket" -l"DoubleConversion" -l"EXAV" -l"EXAppleAuthentication" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXImageLoader" -l"EXKeepAwake" -l"EXLocalAuthentication" -l"EXPermissions" -l"EXVideoThumbnails" -l"EXWebBrowser" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseCrashlytics" -l"FirebaseInstallations" -l"Flipper" -l"Flipper-DoubleConversion" -l"Flipper-Folly" -l"Flipper-Glog" -l"Flipper-PeerTalk" -l"Flipper-RSocket" -l"FlipperKit" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"MMKV" -l"MMKVCore" -l"PromisesObjC" -l"RCTTypeSafety" -l"RNBootSplash" -l"RNCAsyncStorage" -l"RNCMaskedView" -l"RNCPicker" -l"RNConfigReader" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFBAnalytics" -l"RNFBApp" -l"RNFBCrashlytics" -l"RNFastImage" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNVectorIcons" -l"React-Core" -l"React-CoreModules" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"ReactNativeUiLib" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"TOCropViewController" -l"UMAppLoader" -l"UMCore" -l"UMPermissionsInterface" -l"UMReactNativeAdapter" -l"Yoga" -l"YogaKit" -l"c++" -l"crypto" -l"event" -l"event_core" -l"event_extra" -l"event_pthreads" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-blur" -l"react-native-cameraroll" -l"react-native-cookies" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-mmkv-storage" -l"react-native-netinfo" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-restart" -l"react-native-safe-area-context" -l"react-native-simple-crypto" -l"react-native-slider" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"ssl" -l"stdc++" -l"z" -framework "AudioToolbox" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreTelephony" -framework "FIRAnalyticsConnector" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "MobileCoreServices" -framework "Photos" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/FlipperKit/FlipperKit.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" -Xcc -DFB_SONARKIT_ENABLED=1 +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/FlipperKit/FlipperKit.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" -Xcc -DFB_SONARKIT_ENABLED=1 PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService.release.xcconfig b/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService.release.xcconfig index adcdc4144..9e60c011b 100644 --- a/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService.release.xcconfig @@ -3,9 +3,9 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $ HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/CocoaAsyncSocket" "${PODS_ROOT}/Headers/Public/CocoaLibEvent" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppleAuthentication" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXImageLoader" "${PODS_ROOT}/Headers/Public/EXKeepAwake" "${PODS_ROOT}/Headers/Public/EXLocalAuthentication" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXVideoThumbnails" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/Flipper" "${PODS_ROOT}/Headers/Public/Flipper-DoubleConversion" "${PODS_ROOT}/Headers/Public/Flipper-Folly" "${PODS_ROOT}/Headers/Public/Flipper-Glog" "${PODS_ROOT}/Headers/Public/Flipper-PeerTalk" "${PODS_ROOT}/Headers/Public/Flipper-RSocket" "${PODS_ROOT}/Headers/Public/FlipperKit" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/MMKV" "${PODS_ROOT}/Headers/Public/MMKVCore" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNCMaskedView" "${PODS_ROOT}/Headers/Public/RNCPicker" "${PODS_ROOT}/Headers/Public/RNConfigReader" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFBAnalytics" "${PODS_ROOT}/Headers/Public/RNFBApp" "${PODS_ROOT}/Headers/Public/RNFBCrashlytics" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/ReactNativeUiLib" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/TOCropViewController" "${PODS_ROOT}/Headers/Public/UMAppLoader" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/YogaKit" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-blur" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-cookies" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-mmkv-storage" "${PODS_ROOT}/Headers/Public/react-native-netinfo" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-restart" "${PODS_ROOT}/Headers/Public/react-native-safe-area-context" "${PODS_ROOT}/Headers/Public/react-native-simple-crypto" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaAsyncSocket" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppleAuthentication" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXImageLoader" "${PODS_CONFIGURATION_BUILD_DIR}/EXKeepAwake" "${PODS_CONFIGURATION_BUILD_DIR}/EXLocalAuthentication" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXVideoThumbnails" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/MMKV" "${PODS_CONFIGURATION_BUILD_DIR}/MMKVCore" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNCMaskedView" "${PODS_CONFIGURATION_BUILD_DIR}/RNCPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNConfigReader" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFBAnalytics" "${PODS_CONFIGURATION_BUILD_DIR}/RNFBApp" "${PODS_CONFIGURATION_BUILD_DIR}/RNFBCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeUiLib" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/TOCropViewController" "${PODS_CONFIGURATION_BUILD_DIR}/UMAppLoader" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMPermissionsInterface" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/YogaKit" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-blur" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cookies" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-mmkv-storage" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-netinfo" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-restart" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-safe-area-context" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_ROOT}/CocoaLibEvent/lib" "${PODS_ROOT}/OpenSSL-Universal/ios/lib" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"CocoaAsyncSocket" -l"DoubleConversion" -l"EXAV" -l"EXAppleAuthentication" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXImageLoader" -l"EXKeepAwake" -l"EXLocalAuthentication" -l"EXPermissions" -l"EXVideoThumbnails" -l"EXWebBrowser" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseCrashlytics" -l"FirebaseInstallations" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"MMKV" -l"MMKVCore" -l"PromisesObjC" -l"RCTTypeSafety" -l"RNBootSplash" -l"RNCAsyncStorage" -l"RNCMaskedView" -l"RNCPicker" -l"RNConfigReader" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFBAnalytics" -l"RNFBApp" -l"RNFBCrashlytics" -l"RNFastImage" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNVectorIcons" -l"React-Core" -l"React-CoreModules" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"ReactNativeUiLib" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"TOCropViewController" -l"UMAppLoader" -l"UMCore" -l"UMPermissionsInterface" -l"UMReactNativeAdapter" -l"Yoga" -l"YogaKit" -l"c++" -l"crypto" -l"event" -l"event_core" -l"event_extra" -l"event_pthreads" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-blur" -l"react-native-cameraroll" -l"react-native-cookies" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-mmkv-storage" -l"react-native-netinfo" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-restart" -l"react-native-safe-area-context" -l"react-native-simple-crypto" -l"react-native-slider" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"ssl" -l"stdc++" -l"z" -framework "AudioToolbox" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreTelephony" -framework "FIRAnalyticsConnector" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "MobileCoreServices" -framework "Photos" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig index 1cb0d6d15..b2c00ef2b 100644 --- a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig @@ -4,9 +4,9 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 FB_SONARKIT_ENABLED=1 $( HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/CocoaAsyncSocket" "${PODS_ROOT}/Headers/Public/CocoaLibEvent" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppleAuthentication" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXImageLoader" "${PODS_ROOT}/Headers/Public/EXKeepAwake" "${PODS_ROOT}/Headers/Public/EXLocalAuthentication" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXVideoThumbnails" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/Flipper" "${PODS_ROOT}/Headers/Public/Flipper-DoubleConversion" "${PODS_ROOT}/Headers/Public/Flipper-Folly" "${PODS_ROOT}/Headers/Public/Flipper-Glog" "${PODS_ROOT}/Headers/Public/Flipper-PeerTalk" "${PODS_ROOT}/Headers/Public/Flipper-RSocket" "${PODS_ROOT}/Headers/Public/FlipperKit" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/MMKV" "${PODS_ROOT}/Headers/Public/MMKVCore" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNCMaskedView" "${PODS_ROOT}/Headers/Public/RNCPicker" "${PODS_ROOT}/Headers/Public/RNConfigReader" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFBAnalytics" "${PODS_ROOT}/Headers/Public/RNFBApp" "${PODS_ROOT}/Headers/Public/RNFBCrashlytics" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/ReactNativeUiLib" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/TOCropViewController" "${PODS_ROOT}/Headers/Public/UMAppLoader" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/YogaKit" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-blur" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-cookies" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-mmkv-storage" "${PODS_ROOT}/Headers/Public/react-native-netinfo" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-restart" "${PODS_ROOT}/Headers/Public/react-native-safe-area-context" "${PODS_ROOT}/Headers/Public/react-native-simple-crypto" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaAsyncSocket" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppleAuthentication" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXImageLoader" "${PODS_CONFIGURATION_BUILD_DIR}/EXKeepAwake" "${PODS_CONFIGURATION_BUILD_DIR}/EXLocalAuthentication" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXVideoThumbnails" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/Flipper" "${PODS_CONFIGURATION_BUILD_DIR}/Flipper-DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/Flipper-Folly" "${PODS_CONFIGURATION_BUILD_DIR}/Flipper-Glog" "${PODS_CONFIGURATION_BUILD_DIR}/Flipper-PeerTalk" "${PODS_CONFIGURATION_BUILD_DIR}/Flipper-RSocket" "${PODS_CONFIGURATION_BUILD_DIR}/FlipperKit" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/MMKV" "${PODS_CONFIGURATION_BUILD_DIR}/MMKVCore" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNCMaskedView" "${PODS_CONFIGURATION_BUILD_DIR}/RNCPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNConfigReader" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFBAnalytics" "${PODS_CONFIGURATION_BUILD_DIR}/RNFBApp" "${PODS_CONFIGURATION_BUILD_DIR}/RNFBCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeUiLib" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/TOCropViewController" "${PODS_CONFIGURATION_BUILD_DIR}/UMAppLoader" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMPermissionsInterface" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/YogaKit" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-blur" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cookies" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-mmkv-storage" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-netinfo" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-restart" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-safe-area-context" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_ROOT}/CocoaLibEvent/lib" "${PODS_ROOT}/OpenSSL-Universal/ios/lib" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/FlipperKit/FlipperKit.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/FlipperKit/FlipperKit.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"CocoaAsyncSocket" -l"DoubleConversion" -l"EXAV" -l"EXAppleAuthentication" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXImageLoader" -l"EXKeepAwake" -l"EXLocalAuthentication" -l"EXPermissions" -l"EXVideoThumbnails" -l"EXWebBrowser" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseCrashlytics" -l"FirebaseInstallations" -l"Flipper" -l"Flipper-DoubleConversion" -l"Flipper-Folly" -l"Flipper-Glog" -l"Flipper-PeerTalk" -l"Flipper-RSocket" -l"FlipperKit" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"MMKV" -l"MMKVCore" -l"PromisesObjC" -l"RCTTypeSafety" -l"RNBootSplash" -l"RNCAsyncStorage" -l"RNCMaskedView" -l"RNCPicker" -l"RNConfigReader" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFBAnalytics" -l"RNFBApp" -l"RNFBCrashlytics" -l"RNFastImage" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNVectorIcons" -l"React-Core" -l"React-CoreModules" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"ReactNativeUiLib" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"TOCropViewController" -l"UMAppLoader" -l"UMCore" -l"UMPermissionsInterface" -l"UMReactNativeAdapter" -l"Yoga" -l"YogaKit" -l"c++" -l"crypto" -l"event" -l"event_core" -l"event_extra" -l"event_pthreads" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-blur" -l"react-native-cameraroll" -l"react-native-cookies" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-mmkv-storage" -l"react-native-netinfo" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-restart" -l"react-native-safe-area-context" -l"react-native-simple-crypto" -l"react-native-slider" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"ssl" -l"stdc++" -l"z" -framework "AudioToolbox" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreTelephony" -framework "FIRAnalyticsConnector" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "MobileCoreServices" -framework "Photos" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/FlipperKit/FlipperKit.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" -Xcc -DFB_SONARKIT_ENABLED=1 +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/FlipperKit/FlipperKit.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" -Xcc -DFB_SONARKIT_ENABLED=1 PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig index 16447a54c..1ac8179dd 100644 --- a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig @@ -4,9 +4,9 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $ HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/CocoaAsyncSocket" "${PODS_ROOT}/Headers/Public/CocoaLibEvent" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppleAuthentication" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXImageLoader" "${PODS_ROOT}/Headers/Public/EXKeepAwake" "${PODS_ROOT}/Headers/Public/EXLocalAuthentication" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXVideoThumbnails" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/Flipper" "${PODS_ROOT}/Headers/Public/Flipper-DoubleConversion" "${PODS_ROOT}/Headers/Public/Flipper-Folly" "${PODS_ROOT}/Headers/Public/Flipper-Glog" "${PODS_ROOT}/Headers/Public/Flipper-PeerTalk" "${PODS_ROOT}/Headers/Public/Flipper-RSocket" "${PODS_ROOT}/Headers/Public/FlipperKit" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/MMKV" "${PODS_ROOT}/Headers/Public/MMKVCore" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNCMaskedView" "${PODS_ROOT}/Headers/Public/RNCPicker" "${PODS_ROOT}/Headers/Public/RNConfigReader" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFBAnalytics" "${PODS_ROOT}/Headers/Public/RNFBApp" "${PODS_ROOT}/Headers/Public/RNFBCrashlytics" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/ReactNativeUiLib" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/TOCropViewController" "${PODS_ROOT}/Headers/Public/UMAppLoader" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/YogaKit" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-blur" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-cookies" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-mmkv-storage" "${PODS_ROOT}/Headers/Public/react-native-netinfo" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-restart" "${PODS_ROOT}/Headers/Public/react-native-safe-area-context" "${PODS_ROOT}/Headers/Public/react-native-simple-crypto" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaAsyncSocket" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppleAuthentication" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXImageLoader" "${PODS_CONFIGURATION_BUILD_DIR}/EXKeepAwake" "${PODS_CONFIGURATION_BUILD_DIR}/EXLocalAuthentication" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXVideoThumbnails" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/MMKV" "${PODS_CONFIGURATION_BUILD_DIR}/MMKVCore" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNCMaskedView" "${PODS_CONFIGURATION_BUILD_DIR}/RNCPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNConfigReader" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFBAnalytics" "${PODS_CONFIGURATION_BUILD_DIR}/RNFBApp" "${PODS_CONFIGURATION_BUILD_DIR}/RNFBCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeUiLib" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/TOCropViewController" "${PODS_CONFIGURATION_BUILD_DIR}/UMAppLoader" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMPermissionsInterface" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/YogaKit" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-blur" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cookies" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-mmkv-storage" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-netinfo" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-restart" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-safe-area-context" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_ROOT}/CocoaLibEvent/lib" "${PODS_ROOT}/OpenSSL-Universal/ios/lib" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"CocoaAsyncSocket" -l"DoubleConversion" -l"EXAV" -l"EXAppleAuthentication" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXImageLoader" -l"EXKeepAwake" -l"EXLocalAuthentication" -l"EXPermissions" -l"EXVideoThumbnails" -l"EXWebBrowser" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseCrashlytics" -l"FirebaseInstallations" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"MMKV" -l"MMKVCore" -l"PromisesObjC" -l"RCTTypeSafety" -l"RNBootSplash" -l"RNCAsyncStorage" -l"RNCMaskedView" -l"RNCPicker" -l"RNConfigReader" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFBAnalytics" -l"RNFBApp" -l"RNFBCrashlytics" -l"RNFastImage" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNVectorIcons" -l"React-Core" -l"React-CoreModules" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"ReactNativeUiLib" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"TOCropViewController" -l"UMAppLoader" -l"UMCore" -l"UMPermissionsInterface" -l"UMReactNativeAdapter" -l"Yoga" -l"YogaKit" -l"c++" -l"crypto" -l"event" -l"event_core" -l"event_extra" -l"event_pthreads" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-blur" -l"react-native-cameraroll" -l"react-native-cookies" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-mmkv-storage" -l"react-native-netinfo" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-restart" -l"react-native-safe-area-context" -l"react-native-simple-crypto" -l"react-native-slider" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"ssl" -l"stdc++" -l"z" -framework "AudioToolbox" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreTelephony" -framework "FIRAnalyticsConnector" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "MobileCoreServices" -framework "Photos" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.debug.xcconfig b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.debug.xcconfig index f880a965f..5448e56ad 100644 --- a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.debug.xcconfig @@ -3,9 +3,9 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 FB_SONARKIT_ENABLED=1 $( HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/CocoaAsyncSocket" "${PODS_ROOT}/Headers/Public/CocoaLibEvent" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppleAuthentication" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXImageLoader" "${PODS_ROOT}/Headers/Public/EXKeepAwake" "${PODS_ROOT}/Headers/Public/EXLocalAuthentication" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXVideoThumbnails" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/Flipper" "${PODS_ROOT}/Headers/Public/Flipper-DoubleConversion" "${PODS_ROOT}/Headers/Public/Flipper-Folly" "${PODS_ROOT}/Headers/Public/Flipper-Glog" "${PODS_ROOT}/Headers/Public/Flipper-PeerTalk" "${PODS_ROOT}/Headers/Public/Flipper-RSocket" "${PODS_ROOT}/Headers/Public/FlipperKit" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/MMKV" "${PODS_ROOT}/Headers/Public/MMKVCore" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNCMaskedView" "${PODS_ROOT}/Headers/Public/RNCPicker" "${PODS_ROOT}/Headers/Public/RNConfigReader" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFBAnalytics" "${PODS_ROOT}/Headers/Public/RNFBApp" "${PODS_ROOT}/Headers/Public/RNFBCrashlytics" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/ReactNativeUiLib" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/TOCropViewController" "${PODS_ROOT}/Headers/Public/UMAppLoader" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/YogaKit" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-blur" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-cookies" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-mmkv-storage" "${PODS_ROOT}/Headers/Public/react-native-netinfo" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-restart" "${PODS_ROOT}/Headers/Public/react-native-safe-area-context" "${PODS_ROOT}/Headers/Public/react-native-simple-crypto" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaAsyncSocket" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppleAuthentication" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXImageLoader" "${PODS_CONFIGURATION_BUILD_DIR}/EXKeepAwake" "${PODS_CONFIGURATION_BUILD_DIR}/EXLocalAuthentication" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXVideoThumbnails" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/Flipper" "${PODS_CONFIGURATION_BUILD_DIR}/Flipper-DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/Flipper-Folly" "${PODS_CONFIGURATION_BUILD_DIR}/Flipper-Glog" "${PODS_CONFIGURATION_BUILD_DIR}/Flipper-PeerTalk" "${PODS_CONFIGURATION_BUILD_DIR}/Flipper-RSocket" "${PODS_CONFIGURATION_BUILD_DIR}/FlipperKit" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/MMKV" "${PODS_CONFIGURATION_BUILD_DIR}/MMKVCore" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNCMaskedView" "${PODS_CONFIGURATION_BUILD_DIR}/RNCPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNConfigReader" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFBAnalytics" "${PODS_CONFIGURATION_BUILD_DIR}/RNFBApp" "${PODS_CONFIGURATION_BUILD_DIR}/RNFBCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeUiLib" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/TOCropViewController" "${PODS_CONFIGURATION_BUILD_DIR}/UMAppLoader" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMPermissionsInterface" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/YogaKit" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-blur" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cookies" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-mmkv-storage" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-netinfo" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-restart" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-safe-area-context" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_ROOT}/CocoaLibEvent/lib" "${PODS_ROOT}/OpenSSL-Universal/ios/lib" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/FlipperKit/FlipperKit.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/FlipperKit/FlipperKit.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"CocoaAsyncSocket" -l"DoubleConversion" -l"EXAV" -l"EXAppleAuthentication" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXImageLoader" -l"EXKeepAwake" -l"EXLocalAuthentication" -l"EXPermissions" -l"EXVideoThumbnails" -l"EXWebBrowser" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseCrashlytics" -l"FirebaseInstallations" -l"Flipper" -l"Flipper-DoubleConversion" -l"Flipper-Folly" -l"Flipper-Glog" -l"Flipper-PeerTalk" -l"Flipper-RSocket" -l"FlipperKit" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"MMKV" -l"MMKVCore" -l"PromisesObjC" -l"RCTTypeSafety" -l"RNBootSplash" -l"RNCAsyncStorage" -l"RNCMaskedView" -l"RNCPicker" -l"RNConfigReader" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFBAnalytics" -l"RNFBApp" -l"RNFBCrashlytics" -l"RNFastImage" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNVectorIcons" -l"React-Core" -l"React-CoreModules" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"ReactNativeUiLib" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"TOCropViewController" -l"UMAppLoader" -l"UMCore" -l"UMPermissionsInterface" -l"UMReactNativeAdapter" -l"Yoga" -l"YogaKit" -l"c++" -l"crypto" -l"event" -l"event_core" -l"event_extra" -l"event_pthreads" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-blur" -l"react-native-cameraroll" -l"react-native-cookies" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-mmkv-storage" -l"react-native-netinfo" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-restart" -l"react-native-safe-area-context" -l"react-native-simple-crypto" -l"react-native-slider" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"ssl" -l"stdc++" -l"z" -framework "AudioToolbox" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreTelephony" -framework "FIRAnalyticsConnector" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "MobileCoreServices" -framework "Photos" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/FlipperKit/FlipperKit.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" -Xcc -DFB_SONARKIT_ENABLED=1 +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/FlipperKit/FlipperKit.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" -Xcc -DFB_SONARKIT_ENABLED=1 PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.release.xcconfig b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.release.xcconfig index adcdc4144..9e60c011b 100644 --- a/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.release.xcconfig @@ -3,9 +3,9 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $ HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/CocoaAsyncSocket" "${PODS_ROOT}/Headers/Public/CocoaLibEvent" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppleAuthentication" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXImageLoader" "${PODS_ROOT}/Headers/Public/EXKeepAwake" "${PODS_ROOT}/Headers/Public/EXLocalAuthentication" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXVideoThumbnails" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/Flipper" "${PODS_ROOT}/Headers/Public/Flipper-DoubleConversion" "${PODS_ROOT}/Headers/Public/Flipper-Folly" "${PODS_ROOT}/Headers/Public/Flipper-Glog" "${PODS_ROOT}/Headers/Public/Flipper-PeerTalk" "${PODS_ROOT}/Headers/Public/Flipper-RSocket" "${PODS_ROOT}/Headers/Public/FlipperKit" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/MMKV" "${PODS_ROOT}/Headers/Public/MMKVCore" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNCMaskedView" "${PODS_ROOT}/Headers/Public/RNCPicker" "${PODS_ROOT}/Headers/Public/RNConfigReader" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFBAnalytics" "${PODS_ROOT}/Headers/Public/RNFBApp" "${PODS_ROOT}/Headers/Public/RNFBCrashlytics" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/ReactNativeUiLib" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/TOCropViewController" "${PODS_ROOT}/Headers/Public/UMAppLoader" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/YogaKit" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-blur" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-cookies" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-mmkv-storage" "${PODS_ROOT}/Headers/Public/react-native-netinfo" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-restart" "${PODS_ROOT}/Headers/Public/react-native-safe-area-context" "${PODS_ROOT}/Headers/Public/react-native-simple-crypto" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" "$(PODS_ROOT)/Headers/Private/React-Core" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/../../Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaAsyncSocket" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppleAuthentication" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXImageLoader" "${PODS_CONFIGURATION_BUILD_DIR}/EXKeepAwake" "${PODS_CONFIGURATION_BUILD_DIR}/EXLocalAuthentication" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXVideoThumbnails" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/MMKV" "${PODS_CONFIGURATION_BUILD_DIR}/MMKVCore" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNCMaskedView" "${PODS_CONFIGURATION_BUILD_DIR}/RNCPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNConfigReader" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFBAnalytics" "${PODS_CONFIGURATION_BUILD_DIR}/RNFBApp" "${PODS_CONFIGURATION_BUILD_DIR}/RNFBCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeUiLib" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/TOCropViewController" "${PODS_CONFIGURATION_BUILD_DIR}/UMAppLoader" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMPermissionsInterface" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/YogaKit" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-blur" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cookies" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-mmkv-storage" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-netinfo" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-restart" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-safe-area-context" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_ROOT}/CocoaLibEvent/lib" "${PODS_ROOT}/OpenSSL-Universal/ios/lib" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"CocoaAsyncSocket" -l"DoubleConversion" -l"EXAV" -l"EXAppleAuthentication" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXImageLoader" -l"EXKeepAwake" -l"EXLocalAuthentication" -l"EXPermissions" -l"EXVideoThumbnails" -l"EXWebBrowser" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseCrashlytics" -l"FirebaseInstallations" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"MMKV" -l"MMKVCore" -l"PromisesObjC" -l"RCTTypeSafety" -l"RNBootSplash" -l"RNCAsyncStorage" -l"RNCMaskedView" -l"RNCPicker" -l"RNConfigReader" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFBAnalytics" -l"RNFBApp" -l"RNFBCrashlytics" -l"RNFastImage" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNVectorIcons" -l"React-Core" -l"React-CoreModules" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"ReactNativeUiLib" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"TOCropViewController" -l"UMAppLoader" -l"UMCore" -l"UMPermissionsInterface" -l"UMReactNativeAdapter" -l"Yoga" -l"YogaKit" -l"c++" -l"crypto" -l"event" -l"event_core" -l"event_extra" -l"event_pthreads" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-blur" -l"react-native-cameraroll" -l"react-native-cookies" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-mmkv-storage" -l"react-native-netinfo" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-restart" -l"react-native-safe-area-context" -l"react-native-simple-crypto" -l"react-native-slider" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"ssl" -l"stdc++" -l"z" -framework "AudioToolbox" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreTelephony" -framework "FIRAnalyticsConnector" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "MobileCoreServices" -framework "Photos" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/ios/Pods/Target Support Files/RCTTypeSafety/RCTTypeSafety.debug.xcconfig b/ios/Pods/Target Support Files/RCTTypeSafety/RCTTypeSafety.debug.xcconfig index 648c07479..7be60f4b4 100644 --- a/ios/Pods/Target Support Files/RCTTypeSafety/RCTTypeSafety.debug.xcconfig +++ b/ios/Pods/Target Support Files/RCTTypeSafety/RCTTypeSafety.debug.xcconfig @@ -3,7 +3,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++14 CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RCTTypeSafety" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_TARGET_SRCROOT)/Libraries/TypeSafety" "$(PODS_ROOT)/Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RCTTypeSafety/RCTTypeSafety.release.xcconfig b/ios/Pods/Target Support Files/RCTTypeSafety/RCTTypeSafety.release.xcconfig index 648c07479..7be60f4b4 100644 --- a/ios/Pods/Target Support Files/RCTTypeSafety/RCTTypeSafety.release.xcconfig +++ b/ios/Pods/Target Support Files/RCTTypeSafety/RCTTypeSafety.release.xcconfig @@ -3,7 +3,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++14 CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RCTTypeSafety" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_TARGET_SRCROOT)/Libraries/TypeSafety" "$(PODS_ROOT)/Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNBootSplash/RNBootSplash.debug.xcconfig b/ios/Pods/Target Support Files/RNBootSplash/RNBootSplash.debug.xcconfig index 20c84907c..82437d0fb 100644 --- a/ios/Pods/Target Support Files/RNBootSplash/RNBootSplash.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNBootSplash/RNBootSplash.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNBootSplash" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNBootSplash/RNBootSplash.release.xcconfig b/ios/Pods/Target Support Files/RNBootSplash/RNBootSplash.release.xcconfig index 20c84907c..82437d0fb 100644 --- a/ios/Pods/Target Support Files/RNBootSplash/RNBootSplash.release.xcconfig +++ b/ios/Pods/Target Support Files/RNBootSplash/RNBootSplash.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNBootSplash" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNCAsyncStorage/RNCAsyncStorage.debug.xcconfig b/ios/Pods/Target Support Files/RNCAsyncStorage/RNCAsyncStorage.debug.xcconfig index a331ced9d..e15949feb 100644 --- a/ios/Pods/Target Support Files/RNCAsyncStorage/RNCAsyncStorage.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNCAsyncStorage/RNCAsyncStorage.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNCAsyncStorage/RNCAsyncStorage.release.xcconfig b/ios/Pods/Target Support Files/RNCAsyncStorage/RNCAsyncStorage.release.xcconfig index a331ced9d..e15949feb 100644 --- a/ios/Pods/Target Support Files/RNCAsyncStorage/RNCAsyncStorage.release.xcconfig +++ b/ios/Pods/Target Support Files/RNCAsyncStorage/RNCAsyncStorage.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNCMaskedView/RNCMaskedView.debug.xcconfig b/ios/Pods/Target Support Files/RNCMaskedView/RNCMaskedView.debug.xcconfig index 3f94e73a5..dab14547d 100644 --- a/ios/Pods/Target Support Files/RNCMaskedView/RNCMaskedView.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNCMaskedView/RNCMaskedView.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNCMaskedView GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNCMaskedView" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNCMaskedView" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNCMaskedView/RNCMaskedView.release.xcconfig b/ios/Pods/Target Support Files/RNCMaskedView/RNCMaskedView.release.xcconfig index 3f94e73a5..dab14547d 100644 --- a/ios/Pods/Target Support Files/RNCMaskedView/RNCMaskedView.release.xcconfig +++ b/ios/Pods/Target Support Files/RNCMaskedView/RNCMaskedView.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNCMaskedView GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNCMaskedView" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNCMaskedView" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNCPicker/RNCPicker.debug.xcconfig b/ios/Pods/Target Support Files/RNCPicker/RNCPicker.debug.xcconfig index 88fe3b0d2..2109d927d 100644 --- a/ios/Pods/Target Support Files/RNCPicker/RNCPicker.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNCPicker/RNCPicker.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNCPicker GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNCPicker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCPicker" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNCPicker/RNCPicker.release.xcconfig b/ios/Pods/Target Support Files/RNCPicker/RNCPicker.release.xcconfig index 88fe3b0d2..2109d927d 100644 --- a/ios/Pods/Target Support Files/RNCPicker/RNCPicker.release.xcconfig +++ b/ios/Pods/Target Support Files/RNCPicker/RNCPicker.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNCPicker GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNCPicker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/RNCPicker" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNConfigReader/RNConfigReader.debug.xcconfig b/ios/Pods/Target Support Files/RNConfigReader/RNConfigReader.debug.xcconfig index 822ac79cf..460c56c65 100644 --- a/ios/Pods/Target Support Files/RNConfigReader/RNConfigReader.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNConfigReader/RNConfigReader.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNConfigReader GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNConfigReader" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNConfigReader" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNConfigReader/RNConfigReader.release.xcconfig b/ios/Pods/Target Support Files/RNConfigReader/RNConfigReader.release.xcconfig index 822ac79cf..460c56c65 100644 --- a/ios/Pods/Target Support Files/RNConfigReader/RNConfigReader.release.xcconfig +++ b/ios/Pods/Target Support Files/RNConfigReader/RNConfigReader.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNConfigReader GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNConfigReader" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNConfigReader" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNDateTimePicker/RNDateTimePicker.debug.xcconfig b/ios/Pods/Target Support Files/RNDateTimePicker/RNDateTimePicker.debug.xcconfig index eafbdc540..9eff306d6 100644 --- a/ios/Pods/Target Support Files/RNDateTimePicker/RNDateTimePicker.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNDateTimePicker/RNDateTimePicker.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNDateTimePicker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNDateTimePicker/RNDateTimePicker.release.xcconfig b/ios/Pods/Target Support Files/RNDateTimePicker/RNDateTimePicker.release.xcconfig index eafbdc540..9eff306d6 100644 --- a/ios/Pods/Target Support Files/RNDateTimePicker/RNDateTimePicker.release.xcconfig +++ b/ios/Pods/Target Support Files/RNDateTimePicker/RNDateTimePicker.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNDateTimePicker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNDeviceInfo/RNDeviceInfo.debug.xcconfig b/ios/Pods/Target Support Files/RNDeviceInfo/RNDeviceInfo.debug.xcconfig index fcf1b580d..05744662d 100644 --- a/ios/Pods/Target Support Files/RNDeviceInfo/RNDeviceInfo.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNDeviceInfo/RNDeviceInfo.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNDeviceInfo" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNDeviceInfo/RNDeviceInfo.release.xcconfig b/ios/Pods/Target Support Files/RNDeviceInfo/RNDeviceInfo.release.xcconfig index fcf1b580d..05744662d 100644 --- a/ios/Pods/Target Support Files/RNDeviceInfo/RNDeviceInfo.release.xcconfig +++ b/ios/Pods/Target Support Files/RNDeviceInfo/RNDeviceInfo.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNDeviceInfo" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNFBAnalytics/RNFBAnalytics.debug.xcconfig b/ios/Pods/Target Support Files/RNFBAnalytics/RNFBAnalytics.debug.xcconfig index f1b581f26..ca368d284 100644 --- a/ios/Pods/Target Support Files/RNFBAnalytics/RNFBAnalytics.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNFBAnalytics/RNFBAnalytics.debug.xcconfig @@ -3,7 +3,7 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNFBAnalytics FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNFBAnalytics" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNFBAnalytics" "${PODS_ROOT}/Headers/Public/RNFBApp" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/nanopb" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNFBAnalytics/RNFBAnalytics.release.xcconfig b/ios/Pods/Target Support Files/RNFBAnalytics/RNFBAnalytics.release.xcconfig index f1b581f26..ca368d284 100644 --- a/ios/Pods/Target Support Files/RNFBAnalytics/RNFBAnalytics.release.xcconfig +++ b/ios/Pods/Target Support Files/RNFBAnalytics/RNFBAnalytics.release.xcconfig @@ -3,7 +3,7 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNFBAnalytics FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNFBAnalytics" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNFBAnalytics" "${PODS_ROOT}/Headers/Public/RNFBApp" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/nanopb" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNFBApp/RNFBApp.debug.xcconfig b/ios/Pods/Target Support Files/RNFBApp/RNFBApp.debug.xcconfig index 891834bb1..a09b6dd62 100644 --- a/ios/Pods/Target Support Files/RNFBApp/RNFBApp.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNFBApp/RNFBApp.debug.xcconfig @@ -3,7 +3,7 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNFBApp FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNFBApp" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNFBApp" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/nanopb" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNFBApp/RNFBApp.release.xcconfig b/ios/Pods/Target Support Files/RNFBApp/RNFBApp.release.xcconfig index 891834bb1..a09b6dd62 100644 --- a/ios/Pods/Target Support Files/RNFBApp/RNFBApp.release.xcconfig +++ b/ios/Pods/Target Support Files/RNFBApp/RNFBApp.release.xcconfig @@ -3,7 +3,7 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNFBApp FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNFBApp" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNFBApp" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/nanopb" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNFBCrashlytics/RNFBCrashlytics.debug.xcconfig b/ios/Pods/Target Support Files/RNFBCrashlytics/RNFBCrashlytics.debug.xcconfig index 06a244bd7..bb3599765 100644 --- a/ios/Pods/Target Support Files/RNFBCrashlytics/RNFBCrashlytics.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNFBCrashlytics/RNFBCrashlytics.debug.xcconfig @@ -3,7 +3,7 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNFBCrashlytics FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNFBCrashlytics" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNFBApp" "${PODS_ROOT}/Headers/Public/RNFBCrashlytics" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/nanopb" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNFBCrashlytics/RNFBCrashlytics.release.xcconfig b/ios/Pods/Target Support Files/RNFBCrashlytics/RNFBCrashlytics.release.xcconfig index 06a244bd7..bb3599765 100644 --- a/ios/Pods/Target Support Files/RNFBCrashlytics/RNFBCrashlytics.release.xcconfig +++ b/ios/Pods/Target Support Files/RNFBCrashlytics/RNFBCrashlytics.release.xcconfig @@ -3,7 +3,7 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNFBCrashlytics FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNFBCrashlytics" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNFBApp" "${PODS_ROOT}/Headers/Public/RNFBCrashlytics" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/nanopb" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNFastImage/RNFastImage.debug.xcconfig b/ios/Pods/Target Support Files/RNFastImage/RNFastImage.debug.xcconfig index d3cd8c21e..fcaf59b94 100644 --- a/ios/Pods/Target Support Files/RNFastImage/RNFastImage.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNFastImage/RNFastImage.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNFastImage" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNFastImage/RNFastImage.release.xcconfig b/ios/Pods/Target Support Files/RNFastImage/RNFastImage.release.xcconfig index d3cd8c21e..fcaf59b94 100644 --- a/ios/Pods/Target Support Files/RNFastImage/RNFastImage.release.xcconfig +++ b/ios/Pods/Target Support Files/RNFastImage/RNFastImage.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNFastImage" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNGestureHandler/RNGestureHandler.debug.xcconfig b/ios/Pods/Target Support Files/RNGestureHandler/RNGestureHandler.debug.xcconfig index 2ddf944e9..e6ff953c4 100644 --- a/ios/Pods/Target Support Files/RNGestureHandler/RNGestureHandler.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNGestureHandler/RNGestureHandler.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNGestureHandler" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNGestureHandler/RNGestureHandler.release.xcconfig b/ios/Pods/Target Support Files/RNGestureHandler/RNGestureHandler.release.xcconfig index 2ddf944e9..e6ff953c4 100644 --- a/ios/Pods/Target Support Files/RNGestureHandler/RNGestureHandler.release.xcconfig +++ b/ios/Pods/Target Support Files/RNGestureHandler/RNGestureHandler.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNGestureHandler" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNImageCropPicker/RNImageCropPicker.debug.xcconfig b/ios/Pods/Target Support Files/RNImageCropPicker/RNImageCropPicker.debug.xcconfig index d6440e14c..82407a026 100644 --- a/ios/Pods/Target Support Files/RNImageCropPicker/RNImageCropPicker.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNImageCropPicker/RNImageCropPicker.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNImageCropPicker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/TOCropViewController" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNImageCropPicker/RNImageCropPicker.release.xcconfig b/ios/Pods/Target Support Files/RNImageCropPicker/RNImageCropPicker.release.xcconfig index d6440e14c..82407a026 100644 --- a/ios/Pods/Target Support Files/RNImageCropPicker/RNImageCropPicker.release.xcconfig +++ b/ios/Pods/Target Support Files/RNImageCropPicker/RNImageCropPicker.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNImageCropPicker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/TOCropViewController" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNLocalize/RNLocalize.debug.xcconfig b/ios/Pods/Target Support Files/RNLocalize/RNLocalize.debug.xcconfig index 0bf6faad0..e89dd67f2 100644 --- a/ios/Pods/Target Support Files/RNLocalize/RNLocalize.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNLocalize/RNLocalize.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNLocalize" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNLocalize/RNLocalize.release.xcconfig b/ios/Pods/Target Support Files/RNLocalize/RNLocalize.release.xcconfig index 0bf6faad0..e89dd67f2 100644 --- a/ios/Pods/Target Support Files/RNLocalize/RNLocalize.release.xcconfig +++ b/ios/Pods/Target Support Files/RNLocalize/RNLocalize.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNLocalize" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNReanimated/RNReanimated.debug.xcconfig b/ios/Pods/Target Support Files/RNReanimated/RNReanimated.debug.xcconfig index 432192c3a..dccd77e5a 100644 --- a/ios/Pods/Target Support Files/RNReanimated/RNReanimated.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNReanimated/RNReanimated.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNReanimated" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNReanimated/RNReanimated.release.xcconfig b/ios/Pods/Target Support Files/RNReanimated/RNReanimated.release.xcconfig index 432192c3a..dccd77e5a 100644 --- a/ios/Pods/Target Support Files/RNReanimated/RNReanimated.release.xcconfig +++ b/ios/Pods/Target Support Files/RNReanimated/RNReanimated.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNReanimated" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNRootView/RNRootView.debug.xcconfig b/ios/Pods/Target Support Files/RNRootView/RNRootView.debug.xcconfig index 6cd30b01d..44409cdf0 100644 --- a/ios/Pods/Target Support Files/RNRootView/RNRootView.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNRootView/RNRootView.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNRootView GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNRootView" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNRootView/RNRootView.release.xcconfig b/ios/Pods/Target Support Files/RNRootView/RNRootView.release.xcconfig index 6cd30b01d..44409cdf0 100644 --- a/ios/Pods/Target Support Files/RNRootView/RNRootView.release.xcconfig +++ b/ios/Pods/Target Support Files/RNRootView/RNRootView.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNRootView GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNRootView" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNScreens/RNScreens.debug.xcconfig b/ios/Pods/Target Support Files/RNScreens/RNScreens.debug.xcconfig index 49e87b3db..88d4689de 100644 --- a/ios/Pods/Target Support Files/RNScreens/RNScreens.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNScreens/RNScreens.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNScreens GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNScreens" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNScreens/RNScreens.release.xcconfig b/ios/Pods/Target Support Files/RNScreens/RNScreens.release.xcconfig index 49e87b3db..88d4689de 100644 --- a/ios/Pods/Target Support Files/RNScreens/RNScreens.release.xcconfig +++ b/ios/Pods/Target Support Files/RNScreens/RNScreens.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNScreens GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNScreens" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNVectorIcons/RNVectorIcons.debug.xcconfig b/ios/Pods/Target Support Files/RNVectorIcons/RNVectorIcons.debug.xcconfig index c03dd6557..801b0f161 100644 --- a/ios/Pods/Target Support Files/RNVectorIcons/RNVectorIcons.debug.xcconfig +++ b/ios/Pods/Target Support Files/RNVectorIcons/RNVectorIcons.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNVectorIcons" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/RNVectorIcons/RNVectorIcons.release.xcconfig b/ios/Pods/Target Support Files/RNVectorIcons/RNVectorIcons.release.xcconfig index c03dd6557..801b0f161 100644 --- a/ios/Pods/Target Support Files/RNVectorIcons/RNVectorIcons.release.xcconfig +++ b/ios/Pods/Target Support Files/RNVectorIcons/RNVectorIcons.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RNVectorIcons" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/React-Core/React-Core-umbrella.h b/ios/Pods/Target Support Files/React-Core/React-Core-umbrella.h new file mode 100644 index 000000000..69e0028ef --- /dev/null +++ b/ios/Pods/Target Support Files/React-Core/React-Core-umbrella.h @@ -0,0 +1,261 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + +#import "React/CoreModulesPlugins.h" +#import "React/RCTAccessibilityManager.h" +#import "React/RCTActionSheetManager.h" +#import "React/RCTAlertController.h" +#import "React/RCTAlertManager.h" +#import "React/RCTAppearance.h" +#import "React/RCTAppState.h" +#import "React/RCTAsyncLocalStorage.h" +#import "React/RCTClipboard.h" +#import "React/RCTDeviceInfo.h" +#import "React/RCTDevLoadingView.h" +#import "React/RCTDevMenu.h" +#import "React/RCTDevSettings.h" +#import "React/RCTExceptionsManager.h" +#import "React/RCTFPSGraph.h" +#import "React/RCTI18nManager.h" +#import "React/RCTKeyboardObserver.h" +#import "React/RCTLogBox.h" +#import "React/RCTPlatform.h" +#import "React/RCTRedBox.h" +#import "React/RCTSourceCode.h" +#import "React/RCTStatusBarManager.h" +#import "React/RCTTiming.h" +#import "React/RCTTVNavigationEventEmitter.h" +#import "React/RCTWebSocketExecutor.h" +#import "React/RCTWebSocketModule.h" +#import "React/RCTAssert.h" +#import "React/RCTBridge+Private.h" +#import "React/RCTBridge.h" +#import "React/RCTBridgeDelegate.h" +#import "React/RCTBridgeMethod.h" +#import "React/RCTBridgeModule.h" +#import "React/RCTBundleURLProvider.h" +#import "React/RCTComponentEvent.h" +#import "React/RCTConstants.h" +#import "React/RCTConvert.h" +#import "React/RCTCxxConvert.h" +#import "React/RCTDefines.h" +#import "React/RCTDisplayLink.h" +#import "React/RCTErrorCustomizer.h" +#import "React/RCTErrorInfo.h" +#import "React/RCTEventDispatcher.h" +#import "React/RCTFrameUpdate.h" +#import "React/RCTImageSource.h" +#import "React/RCTInvalidating.h" +#import "React/RCTJavaScriptExecutor.h" +#import "React/RCTJavaScriptLoader.h" +#import "React/RCTJSInvokerModule.h" +#import "React/RCTJSStackFrame.h" +#import "React/RCTKeyCommands.h" +#import "React/RCTLog.h" +#import "React/RCTManagedPointer.h" +#import "React/RCTModuleData.h" +#import "React/RCTModuleMethod.h" +#import "React/RCTMultipartDataTask.h" +#import "React/RCTMultipartStreamReader.h" +#import "React/RCTNullability.h" +#import "React/RCTParserUtils.h" +#import "React/RCTPerformanceLogger.h" +#import "React/RCTRedBoxSetEnabled.h" +#import "React/RCTReloadCommand.h" +#import "React/RCTRootContentView.h" +#import "React/RCTRootView.h" +#import "React/RCTRootViewDelegate.h" +#import "React/RCTRootViewInternal.h" +#import "React/RCTTouchEvent.h" +#import "React/RCTTouchHandler.h" +#import "React/RCTURLRequestDelegate.h" +#import "React/RCTURLRequestHandler.h" +#import "React/RCTUtils.h" +#import "React/RCTUtilsUIOverride.h" +#import "React/RCTVersion.h" +#import "React/RCTWeakProxy.h" +#import "React/RCTSurface.h" +#import "React/RCTSurfaceDelegate.h" +#import "React/RCTSurfaceRootShadowView.h" +#import "React/RCTSurfaceRootShadowViewDelegate.h" +#import "React/RCTSurfaceRootView.h" +#import "React/RCTSurfaceStage.h" +#import "React/RCTSurfaceView+Internal.h" +#import "React/RCTSurfaceView.h" +#import "React/RCTSurfaceHostingProxyRootView.h" +#import "React/RCTSurfaceHostingView.h" +#import "React/RCTSurfaceSizeMeasureMode.h" +#import "React/RCTEventEmitter.h" +#import "React/RCTI18nUtil.h" +#import "React/RCTLayoutAnimation.h" +#import "React/RCTLayoutAnimationGroup.h" +#import "React/RCTRedBoxExtraDataViewController.h" +#import "React/RCTSurfacePresenterStub.h" +#import "React/RCTUIManager.h" +#import "React/RCTUIManagerObserverCoordinator.h" +#import "React/RCTUIManagerUtils.h" +#import "React/RCTMacros.h" +#import "React/RCTProfile.h" +#import "React/RCTUIUtils.h" +#import "React/RCTActivityIndicatorView.h" +#import "React/RCTActivityIndicatorViewManager.h" +#import "React/RCTAnimationType.h" +#import "React/RCTAutoInsetsProtocol.h" +#import "React/RCTBorderDrawing.h" +#import "React/RCTBorderStyle.h" +#import "React/RCTComponent.h" +#import "React/RCTComponentData.h" +#import "React/RCTConvert+CoreLocation.h" +#import "React/RCTConvert+Transform.h" +#import "React/RCTDatePicker.h" +#import "React/RCTDatePickerManager.h" +#import "React/RCTFont.h" +#import "React/RCTLayout.h" +#import "React/RCTMaskedView.h" +#import "React/RCTMaskedViewManager.h" +#import "React/RCTModalHostView.h" +#import "React/RCTModalHostViewController.h" +#import "React/RCTModalHostViewManager.h" +#import "React/RCTPicker.h" +#import "React/RCTPickerManager.h" +#import "React/RCTPointerEvents.h" +#import "React/RCTProgressViewManager.h" +#import "React/RCTRootShadowView.h" +#import "React/RCTSegmentedControl.h" +#import "React/RCTSegmentedControlManager.h" +#import "React/RCTShadowView+Internal.h" +#import "React/RCTShadowView+Layout.h" +#import "React/RCTShadowView.h" +#import "React/RCTSlider.h" +#import "React/RCTSliderManager.h" +#import "React/RCTSwitch.h" +#import "React/RCTSwitchManager.h" +#import "React/RCTTextDecorationLineType.h" +#import "React/RCTView.h" +#import "React/RCTViewManager.h" +#import "React/RCTWrapperViewController.h" +#import "React/RCTRefreshableProtocol.h" +#import "React/RCTRefreshControl.h" +#import "React/RCTRefreshControlManager.h" +#import "React/RCTSafeAreaShadowView.h" +#import "React/RCTSafeAreaView.h" +#import "React/RCTSafeAreaViewLocalData.h" +#import "React/RCTSafeAreaViewManager.h" +#import "React/RCTScrollableProtocol.h" +#import "React/RCTScrollContentShadowView.h" +#import "React/RCTScrollContentView.h" +#import "React/RCTScrollContentViewManager.h" +#import "React/RCTScrollEvent.h" +#import "React/RCTScrollView.h" +#import "React/RCTScrollViewManager.h" +#import "React/UIView+Private.h" +#import "React/UIView+React.h" +#import "React/RCTDevLoadingViewProtocol.h" +#import "React/RCTDevLoadingViewSetEnabled.h" +#import "React/RCTInspectorDevServerHelper.h" +#import "React/RCTPackagerClient.h" +#import "React/RCTPackagerConnection.h" +#import "React/RCTInspector.h" +#import "React/RCTInspectorPackagerConnection.h" +#import "React/RCTAnimationDriver.h" +#import "React/RCTDecayAnimation.h" +#import "React/RCTEventAnimation.h" +#import "React/RCTFrameAnimation.h" +#import "React/RCTSpringAnimation.h" +#import "React/RCTAdditionAnimatedNode.h" +#import "React/RCTAnimatedNode.h" +#import "React/RCTDiffClampAnimatedNode.h" +#import "React/RCTDivisionAnimatedNode.h" +#import "React/RCTInterpolationAnimatedNode.h" +#import "React/RCTModuloAnimatedNode.h" +#import "React/RCTMultiplicationAnimatedNode.h" +#import "React/RCTPropsAnimatedNode.h" +#import "React/RCTStyleAnimatedNode.h" +#import "React/RCTSubtractionAnimatedNode.h" +#import "React/RCTTrackingAnimatedNode.h" +#import "React/RCTTransformAnimatedNode.h" +#import "React/RCTValueAnimatedNode.h" +#import "React/RCTAnimationPlugins.h" +#import "React/RCTAnimationUtils.h" +#import "React/RCTNativeAnimatedModule.h" +#import "React/RCTNativeAnimatedNodesManager.h" +#import "React/RCTBlobManager.h" +#import "React/RCTFileReaderModule.h" +#import "React/RCTAnimatedImage.h" +#import "React/RCTDisplayWeakRefreshable.h" +#import "React/RCTGIFImageDecoder.h" +#import "React/RCTImageBlurUtils.h" +#import "React/RCTImageCache.h" +#import "React/RCTImageDataDecoder.h" +#import "React/RCTImageEditingManager.h" +#import "React/RCTImageLoader.h" +#import "React/RCTImageLoaderProtocol.h" +#import "React/RCTImageLoaderWithAttributionProtocol.h" +#import "React/RCTImagePlugins.h" +#import "React/RCTImageShadowView.h" +#import "React/RCTImageStoreManager.h" +#import "React/RCTImageURLLoader.h" +#import "React/RCTImageURLLoaderWithAttribution.h" +#import "React/RCTImageUtils.h" +#import "React/RCTImageView.h" +#import "React/RCTImageViewManager.h" +#import "React/RCTLocalAssetImageLoader.h" +#import "React/RCTResizeMode.h" +#import "React/RCTUIImageViewAnimated.h" +#import "React/RCTLinkingManager.h" +#import "React/RCTLinkingPlugins.h" +#import "React/RCTDataRequestHandler.h" +#import "React/RCTFileRequestHandler.h" +#import "React/RCTHTTPRequestHandler.h" +#import "React/RCTNetworking.h" +#import "React/RCTNetworkPlugins.h" +#import "React/RCTNetworkTask.h" +#import "React/RCTSettingsManager.h" +#import "React/RCTSettingsPlugins.h" +#import "React/RCTBaseTextShadowView.h" +#import "React/RCTBaseTextViewManager.h" +#import "React/RCTRawTextShadowView.h" +#import "React/RCTRawTextViewManager.h" +#import "React/RCTConvert+Text.h" +#import "React/RCTTextAttributes.h" +#import "React/RCTTextTransform.h" +#import "React/NSTextStorage+FontScaling.h" +#import "React/RCTTextShadowView.h" +#import "React/RCTTextView.h" +#import "React/RCTTextViewManager.h" +#import "React/RCTMultilineTextInputView.h" +#import "React/RCTMultilineTextInputViewManager.h" +#import "React/RCTUITextView.h" +#import "React/RCTBackedTextInputDelegate.h" +#import "React/RCTBackedTextInputDelegateAdapter.h" +#import "React/RCTBackedTextInputViewProtocol.h" +#import "React/RCTBaseTextInputShadowView.h" +#import "React/RCTBaseTextInputView.h" +#import "React/RCTBaseTextInputViewManager.h" +#import "React/RCTInputAccessoryShadowView.h" +#import "React/RCTInputAccessoryView.h" +#import "React/RCTInputAccessoryViewContent.h" +#import "React/RCTInputAccessoryViewManager.h" +#import "React/RCTTextSelection.h" +#import "React/RCTSinglelineTextInputView.h" +#import "React/RCTSinglelineTextInputViewManager.h" +#import "React/RCTUITextField.h" +#import "React/RCTVirtualTextShadowView.h" +#import "React/RCTVirtualTextViewManager.h" +#import "React/RCTVibration.h" +#import "React/RCTVibrationPlugins.h" +#import "React/RCTReconnectingWebSocket.h" +#import "React/RCTSRWebSocket.h" + +FOUNDATION_EXPORT double ReactVersionNumber; +FOUNDATION_EXPORT const unsigned char ReactVersionString[]; + diff --git a/ios/Pods/Target Support Files/React-Core/React-Core.debug.xcconfig b/ios/Pods/Target Support Files/React-Core/React-Core.debug.xcconfig index 9c956542e..4bc747af1 100644 --- a/ios/Pods/Target Support Files/React-Core/React-Core.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-Core/React-Core.debug.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-Core +DEFINES_MODULE = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-Core" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_TARGET_SRCROOT)/ReactCommon" "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/Folly" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" diff --git a/ios/Pods/Target Support Files/React-Core/React-Core.modulemap b/ios/Pods/Target Support Files/React-Core/React-Core.modulemap new file mode 100644 index 000000000..5dd700030 --- /dev/null +++ b/ios/Pods/Target Support Files/React-Core/React-Core.modulemap @@ -0,0 +1,6 @@ +module React { + umbrella header "React-Core-umbrella.h" + + export * + module * { export * } +} diff --git a/ios/Pods/Target Support Files/React-Core/React-Core.release.xcconfig b/ios/Pods/Target Support Files/React-Core/React-Core.release.xcconfig index 9c956542e..4bc747af1 100644 --- a/ios/Pods/Target Support Files/React-Core/React-Core.release.xcconfig +++ b/ios/Pods/Target Support Files/React-Core/React-Core.release.xcconfig @@ -1,5 +1,6 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-Core +DEFINES_MODULE = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-Core" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_TARGET_SRCROOT)/ReactCommon" "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/Folly" OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" diff --git a/ios/Pods/Target Support Files/React-Core/ResourceBundle-AccessibilityResources-React-Core-Info.plist b/ios/Pods/Target Support Files/React-Core/ResourceBundle-AccessibilityResources-React-Core-Info.plist index 86d8a5567..5cdedc017 100644 --- a/ios/Pods/Target Support Files/React-Core/ResourceBundle-AccessibilityResources-React-Core-Info.plist +++ b/ios/Pods/Target Support Files/React-Core/ResourceBundle-AccessibilityResources-React-Core-Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.63.2 + 0.63.4 CFBundleSignature ???? CFBundleVersion diff --git a/ios/Pods/Target Support Files/React-CoreModules/React-CoreModules.debug.xcconfig b/ios/Pods/Target Support Files/React-CoreModules/React-CoreModules.debug.xcconfig index 7df4c70b7..e6fcc9b0b 100644 --- a/ios/Pods/Target Support Files/React-CoreModules/React-CoreModules.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-CoreModules/React-CoreModules.debug.xcconfig @@ -3,7 +3,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++14 CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_TARGET_SRCROOT)/React/CoreModules" "$(PODS_ROOT)/Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/React-CoreModules/React-CoreModules.release.xcconfig b/ios/Pods/Target Support Files/React-CoreModules/React-CoreModules.release.xcconfig index 7df4c70b7..e6fcc9b0b 100644 --- a/ios/Pods/Target Support Files/React-CoreModules/React-CoreModules.release.xcconfig +++ b/ios/Pods/Target Support Files/React-CoreModules/React-CoreModules.release.xcconfig @@ -3,7 +3,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++14 CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_TARGET_SRCROOT)/React/CoreModules" "$(PODS_ROOT)/Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet.debug.xcconfig b/ios/Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet.debug.xcconfig index 4878c82b7..8a31a8b94 100644 --- a/ios/Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet.release.xcconfig b/ios/Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet.release.xcconfig index 4878c82b7..8a31a8b94 100644 --- a/ios/Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet.release.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTActionSheet GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation.debug.xcconfig b/ios/Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation.debug.xcconfig index 157d25db8..6332e18d0 100644 --- a/ios/Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation.debug.xcconfig @@ -3,7 +3,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++14 CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation.release.xcconfig b/ios/Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation.release.xcconfig index 157d25db8..6332e18d0 100644 --- a/ios/Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation.release.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation.release.xcconfig @@ -3,7 +3,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++14 CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/React-RCTBlob/React-RCTBlob.debug.xcconfig b/ios/Pods/Target Support Files/React-RCTBlob/React-RCTBlob.debug.xcconfig index 7ad499531..c98c52cc4 100644 --- a/ios/Pods/Target Support Files/React-RCTBlob/React-RCTBlob.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTBlob/React-RCTBlob.debug.xcconfig @@ -3,7 +3,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++14 CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/React-RCTBlob/React-RCTBlob.release.xcconfig b/ios/Pods/Target Support Files/React-RCTBlob/React-RCTBlob.release.xcconfig index 7ad499531..c98c52cc4 100644 --- a/ios/Pods/Target Support Files/React-RCTBlob/React-RCTBlob.release.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTBlob/React-RCTBlob.release.xcconfig @@ -3,7 +3,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++14 CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/React-RCTImage/React-RCTImage.debug.xcconfig b/ios/Pods/Target Support Files/React-RCTImage/React-RCTImage.debug.xcconfig index 5d31d367a..ce8412760 100644 --- a/ios/Pods/Target Support Files/React-RCTImage/React-RCTImage.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTImage/React-RCTImage.debug.xcconfig @@ -3,7 +3,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++14 CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/React-RCTImage/React-RCTImage.release.xcconfig b/ios/Pods/Target Support Files/React-RCTImage/React-RCTImage.release.xcconfig index 5d31d367a..ce8412760 100644 --- a/ios/Pods/Target Support Files/React-RCTImage/React-RCTImage.release.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTImage/React-RCTImage.release.xcconfig @@ -3,7 +3,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++14 CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/React-RCTLinking/React-RCTLinking.debug.xcconfig b/ios/Pods/Target Support Files/React-RCTLinking/React-RCTLinking.debug.xcconfig index e0b02831b..fffe2b138 100644 --- a/ios/Pods/Target Support Files/React-RCTLinking/React-RCTLinking.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTLinking/React-RCTLinking.debug.xcconfig @@ -3,7 +3,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++14 CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/React-RCTLinking/React-RCTLinking.release.xcconfig b/ios/Pods/Target Support Files/React-RCTLinking/React-RCTLinking.release.xcconfig index e0b02831b..fffe2b138 100644 --- a/ios/Pods/Target Support Files/React-RCTLinking/React-RCTLinking.release.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTLinking/React-RCTLinking.release.xcconfig @@ -3,7 +3,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++14 CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork.debug.xcconfig b/ios/Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork.debug.xcconfig index b7c32aba4..e37687203 100644 --- a/ios/Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork.debug.xcconfig @@ -3,7 +3,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++14 CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork.release.xcconfig b/ios/Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork.release.xcconfig index b7c32aba4..e37687203 100644 --- a/ios/Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork.release.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork.release.xcconfig @@ -3,7 +3,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++14 CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/React-RCTSettings/React-RCTSettings.debug.xcconfig b/ios/Pods/Target Support Files/React-RCTSettings/React-RCTSettings.debug.xcconfig index 8c60a9071..12d18969e 100644 --- a/ios/Pods/Target Support Files/React-RCTSettings/React-RCTSettings.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTSettings/React-RCTSettings.debug.xcconfig @@ -3,7 +3,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++14 CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/React-RCTSettings/React-RCTSettings.release.xcconfig b/ios/Pods/Target Support Files/React-RCTSettings/React-RCTSettings.release.xcconfig index 8c60a9071..12d18969e 100644 --- a/ios/Pods/Target Support Files/React-RCTSettings/React-RCTSettings.release.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTSettings/React-RCTSettings.release.xcconfig @@ -3,7 +3,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++14 CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/React-RCTText/React-RCTText.debug.xcconfig b/ios/Pods/Target Support Files/React-RCTText/React-RCTText.debug.xcconfig index c18b3f1d4..f4fcf9bee 100644 --- a/ios/Pods/Target Support Files/React-RCTText/React-RCTText.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTText/React-RCTText.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RCTText" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/React-RCTText/React-RCTText.release.xcconfig b/ios/Pods/Target Support Files/React-RCTText/React-RCTText.release.xcconfig index c18b3f1d4..f4fcf9bee 100644 --- a/ios/Pods/Target Support Files/React-RCTText/React-RCTText.release.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTText/React-RCTText.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React-RCTText" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/React-RCTVibration/React-RCTVibration.debug.xcconfig b/ios/Pods/Target Support Files/React-RCTVibration/React-RCTVibration.debug.xcconfig index e078d7042..634227eb9 100644 --- a/ios/Pods/Target Support Files/React-RCTVibration/React-RCTVibration.debug.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTVibration/React-RCTVibration.debug.xcconfig @@ -3,7 +3,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++14 CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/React-RCTVibration/React-RCTVibration.release.xcconfig b/ios/Pods/Target Support Files/React-RCTVibration/React-RCTVibration.release.xcconfig index e078d7042..634227eb9 100644 --- a/ios/Pods/Target Support Files/React-RCTVibration/React-RCTVibration.release.xcconfig +++ b/ios/Pods/Target Support Files/React-RCTVibration/React-RCTVibration.release.xcconfig @@ -3,7 +3,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++14 CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/Folly" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/React/React.debug.xcconfig b/ios/Pods/Target Support Files/React/React.debug.xcconfig index cd3d4a1e1..2d662f49e 100644 --- a/ios/Pods/Target Support Files/React/React.debug.xcconfig +++ b/ios/Pods/Target Support Files/React/React.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/React/React.release.xcconfig b/ios/Pods/Target Support Files/React/React.release.xcconfig index cd3d4a1e1..2d662f49e 100644 --- a/ios/Pods/Target Support Files/React/React.release.xcconfig +++ b/ios/Pods/Target Support Files/React/React.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/ReactCommon/ReactCommon.debug.xcconfig b/ios/Pods/Target Support Files/ReactCommon/ReactCommon.debug.xcconfig index 343a3b283..6abd13dac 100644 --- a/ios/Pods/Target Support Files/ReactCommon/ReactCommon.debug.xcconfig +++ b/ios/Pods/Target Support Files/ReactCommon/ReactCommon.debug.xcconfig @@ -3,7 +3,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++14 CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/ReactCommon" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/Headers/Private/React-Core" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/ReactCommon/ReactCommon.release.xcconfig b/ios/Pods/Target Support Files/ReactCommon/ReactCommon.release.xcconfig index 343a3b283..6abd13dac 100644 --- a/ios/Pods/Target Support Files/ReactCommon/ReactCommon.release.xcconfig +++ b/ios/Pods/Target Support Files/ReactCommon/ReactCommon.release.xcconfig @@ -3,7 +3,7 @@ CLANG_CXX_LANGUAGE_STANDARD = c++14 CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/ReactCommon" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/Folly" "$(PODS_ROOT)/DoubleConversion" "$(PODS_ROOT)/Headers/Private/React-Core" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/ReactNativeART/ReactNativeART.debug.xcconfig b/ios/Pods/Target Support Files/ReactNativeART/ReactNativeART.debug.xcconfig index 1461cb58a..04be2e523 100644 --- a/ios/Pods/Target Support Files/ReactNativeART/ReactNativeART.debug.xcconfig +++ b/ios/Pods/Target Support Files/ReactNativeART/ReactNativeART.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/ReactNativeART" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/ReactNativeART/ReactNativeART.release.xcconfig b/ios/Pods/Target Support Files/ReactNativeART/ReactNativeART.release.xcconfig index 1461cb58a..04be2e523 100644 --- a/ios/Pods/Target Support Files/ReactNativeART/ReactNativeART.release.xcconfig +++ b/ios/Pods/Target Support Files/ReactNativeART/ReactNativeART.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/ReactNativeART" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/ReactNativeUiLib/ReactNativeUiLib.debug.xcconfig b/ios/Pods/Target Support Files/ReactNativeUiLib/ReactNativeUiLib.debug.xcconfig index 280b65d09..7bfb94c44 100644 --- a/ios/Pods/Target Support Files/ReactNativeUiLib/ReactNativeUiLib.debug.xcconfig +++ b/ios/Pods/Target Support Files/ReactNativeUiLib/ReactNativeUiLib.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeUiLib GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/ReactNativeUiLib" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeUiLib" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/ReactNativeUiLib/ReactNativeUiLib.release.xcconfig b/ios/Pods/Target Support Files/ReactNativeUiLib/ReactNativeUiLib.release.xcconfig index 280b65d09..7bfb94c44 100644 --- a/ios/Pods/Target Support Files/ReactNativeUiLib/ReactNativeUiLib.release.xcconfig +++ b/ios/Pods/Target Support Files/ReactNativeUiLib/ReactNativeUiLib.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeUiLib GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/ReactNativeUiLib" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeUiLib" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter.debug.xcconfig b/ios/Pods/Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter.debug.xcconfig index 244861357..02ed1ad46 100644 --- a/ios/Pods/Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter.debug.xcconfig +++ b/ios/Pods/Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter.release.xcconfig b/ios/Pods/Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter.release.xcconfig index 244861357..02ed1ad46 100644 --- a/ios/Pods/Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter.release.xcconfig +++ b/ios/Pods/Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-appearance/react-native-appearance.debug.xcconfig b/ios/Pods/Target Support Files/react-native-appearance/react-native-appearance.debug.xcconfig index 60255e1e9..8b585f600 100644 --- a/ios/Pods/Target Support Files/react-native-appearance/react-native-appearance.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-appearance/react-native-appearance.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-appearance" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-appearance" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-appearance/react-native-appearance.release.xcconfig b/ios/Pods/Target Support Files/react-native-appearance/react-native-appearance.release.xcconfig index 60255e1e9..8b585f600 100644 --- a/ios/Pods/Target Support Files/react-native-appearance/react-native-appearance.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-appearance/react-native-appearance.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-appearance" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-appearance" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-background-timer/react-native-background-timer.debug.xcconfig b/ios/Pods/Target Support Files/react-native-background-timer/react-native-background-timer.debug.xcconfig index 1cb0cbd5f..d179ed0e3 100644 --- a/ios/Pods/Target Support Files/react-native-background-timer/react-native-background-timer.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-background-timer/react-native-background-timer.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-background-timer" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-background-timer" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-background-timer/react-native-background-timer.release.xcconfig b/ios/Pods/Target Support Files/react-native-background-timer/react-native-background-timer.release.xcconfig index 1cb0cbd5f..d179ed0e3 100644 --- a/ios/Pods/Target Support Files/react-native-background-timer/react-native-background-timer.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-background-timer/react-native-background-timer.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-background-timer" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-background-timer" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-blur/react-native-blur.debug.xcconfig b/ios/Pods/Target Support Files/react-native-blur/react-native-blur.debug.xcconfig index 6046fd0be..e025be7ed 100644 --- a/ios/Pods/Target Support Files/react-native-blur/react-native-blur.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-blur/react-native-blur.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-blur GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-blur" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-blur" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-blur/react-native-blur.release.xcconfig b/ios/Pods/Target Support Files/react-native-blur/react-native-blur.release.xcconfig index 6046fd0be..e025be7ed 100644 --- a/ios/Pods/Target Support Files/react-native-blur/react-native-blur.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-blur/react-native-blur.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-blur GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-blur" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-blur" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-cameraroll/react-native-cameraroll.debug.xcconfig b/ios/Pods/Target Support Files/react-native-cameraroll/react-native-cameraroll.debug.xcconfig index 411821b17..71e88bff2 100644 --- a/ios/Pods/Target Support Files/react-native-cameraroll/react-native-cameraroll.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-cameraroll/react-native-cameraroll.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-cameraroll" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-cameraroll/react-native-cameraroll.release.xcconfig b/ios/Pods/Target Support Files/react-native-cameraroll/react-native-cameraroll.release.xcconfig index 411821b17..71e88bff2 100644 --- a/ios/Pods/Target Support Files/react-native-cameraroll/react-native-cameraroll.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-cameraroll/react-native-cameraroll.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-cameraroll" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-cookies/react-native-cookies.debug.xcconfig b/ios/Pods/Target Support Files/react-native-cookies/react-native-cookies.debug.xcconfig index 9f2113646..3d12db6e2 100644 --- a/ios/Pods/Target Support Files/react-native-cookies/react-native-cookies.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-cookies/react-native-cookies.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-cookies GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-cookies" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-cookies" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-cookies/react-native-cookies.release.xcconfig b/ios/Pods/Target Support Files/react-native-cookies/react-native-cookies.release.xcconfig index 9f2113646..3d12db6e2 100644 --- a/ios/Pods/Target Support Files/react-native-cookies/react-native-cookies.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-cookies/react-native-cookies.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-cookies GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-cookies" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-cookies" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-document-picker/react-native-document-picker.debug.xcconfig b/ios/Pods/Target Support Files/react-native-document-picker/react-native-document-picker.debug.xcconfig index 0ed1a811c..79747078c 100644 --- a/ios/Pods/Target Support Files/react-native-document-picker/react-native-document-picker.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-document-picker/react-native-document-picker.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-document-picker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-document-picker" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-document-picker/react-native-document-picker.release.xcconfig b/ios/Pods/Target Support Files/react-native-document-picker/react-native-document-picker.release.xcconfig index 0ed1a811c..79747078c 100644 --- a/ios/Pods/Target Support Files/react-native-document-picker/react-native-document-picker.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-document-picker/react-native-document-picker.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-document-picker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-document-picker" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-jitsi-meet/react-native-jitsi-meet.debug.xcconfig b/ios/Pods/Target Support Files/react-native-jitsi-meet/react-native-jitsi-meet.debug.xcconfig index 4b6e1636e..fd61ee5c2 100644 --- a/ios/Pods/Target Support Files/react-native-jitsi-meet/react-native-jitsi-meet.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-jitsi-meet/react-native-jitsi-meet.debug.xcconfig @@ -3,7 +3,7 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-mee FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-jitsi-meet/react-native-jitsi-meet.release.xcconfig b/ios/Pods/Target Support Files/react-native-jitsi-meet/react-native-jitsi-meet.release.xcconfig index 4b6e1636e..fd61ee5c2 100644 --- a/ios/Pods/Target Support Files/react-native-jitsi-meet/react-native-jitsi-meet.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-jitsi-meet/react-native-jitsi-meet.release.xcconfig @@ -3,7 +3,7 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-mee FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/JitsiMeetSDK/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-mmkv-storage/react-native-mmkv-storage.debug.xcconfig b/ios/Pods/Target Support Files/react-native-mmkv-storage/react-native-mmkv-storage.debug.xcconfig index 415f0f8f4..f28b152c1 100644 --- a/ios/Pods/Target Support Files/react-native-mmkv-storage/react-native-mmkv-storage.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-mmkv-storage/react-native-mmkv-storage.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-mmkv-storage GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-mmkv-storage" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/MMKV" "${PODS_ROOT}/Headers/Public/MMKVCore" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-mmkv-storage" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-mmkv-storage/react-native-mmkv-storage.release.xcconfig b/ios/Pods/Target Support Files/react-native-mmkv-storage/react-native-mmkv-storage.release.xcconfig index 415f0f8f4..f28b152c1 100644 --- a/ios/Pods/Target Support Files/react-native-mmkv-storage/react-native-mmkv-storage.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-mmkv-storage/react-native-mmkv-storage.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-mmkv-storage GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-mmkv-storage" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/MMKV" "${PODS_ROOT}/Headers/Public/MMKVCore" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-mmkv-storage" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-netinfo/react-native-netinfo.debug.xcconfig b/ios/Pods/Target Support Files/react-native-netinfo/react-native-netinfo.debug.xcconfig index 189d003cf..c6acdaadb 100644 --- a/ios/Pods/Target Support Files/react-native-netinfo/react-native-netinfo.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-netinfo/react-native-netinfo.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-netinfo GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-netinfo" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-netinfo" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-netinfo/react-native-netinfo.release.xcconfig b/ios/Pods/Target Support Files/react-native-netinfo/react-native-netinfo.release.xcconfig index 189d003cf..c6acdaadb 100644 --- a/ios/Pods/Target Support Files/react-native-netinfo/react-native-netinfo.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-netinfo/react-native-netinfo.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-netinfo GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-netinfo" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-netinfo" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-notifications/react-native-notifications.debug.xcconfig b/ios/Pods/Target Support Files/react-native-notifications/react-native-notifications.debug.xcconfig index 7caa7b371..d2fd87e22 100644 --- a/ios/Pods/Target Support Files/react-native-notifications/react-native-notifications.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-notifications/react-native-notifications.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-notifications" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-notifications" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-notifications/react-native-notifications.release.xcconfig b/ios/Pods/Target Support Files/react-native-notifications/react-native-notifications.release.xcconfig index 7caa7b371..d2fd87e22 100644 --- a/ios/Pods/Target Support Files/react-native-notifications/react-native-notifications.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-notifications/react-native-notifications.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-notifications" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-notifications" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-orientation-locker/react-native-orientation-locker.debug.xcconfig b/ios/Pods/Target Support Files/react-native-orientation-locker/react-native-orientation-locker.debug.xcconfig index ddf50faa5..e577387d1 100644 --- a/ios/Pods/Target Support Files/react-native-orientation-locker/react-native-orientation-locker.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-orientation-locker/react-native-orientation-locker.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-orientation-locker/react-native-orientation-locker.release.xcconfig b/ios/Pods/Target Support Files/react-native-orientation-locker/react-native-orientation-locker.release.xcconfig index ddf50faa5..e577387d1 100644 --- a/ios/Pods/Target Support Files/react-native-orientation-locker/react-native-orientation-locker.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-orientation-locker/react-native-orientation-locker.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-restart/react-native-restart.debug.xcconfig b/ios/Pods/Target Support Files/react-native-restart/react-native-restart.debug.xcconfig index 9f22bcbf5..3d49bb2e7 100644 --- a/ios/Pods/Target Support Files/react-native-restart/react-native-restart.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-restart/react-native-restart.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-restart GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-restart" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-restart" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-restart/react-native-restart.release.xcconfig b/ios/Pods/Target Support Files/react-native-restart/react-native-restart.release.xcconfig index 9f22bcbf5..3d49bb2e7 100644 --- a/ios/Pods/Target Support Files/react-native-restart/react-native-restart.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-restart/react-native-restart.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-restart GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-restart" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-restart" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-safe-area-context/react-native-safe-area-context.debug.xcconfig b/ios/Pods/Target Support Files/react-native-safe-area-context/react-native-safe-area-context.debug.xcconfig index e4d7d361d..11d9fb841 100644 --- a/ios/Pods/Target Support Files/react-native-safe-area-context/react-native-safe-area-context.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-safe-area-context/react-native-safe-area-context.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-safe-area-context GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-safe-area-context" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-safe-area-context" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-safe-area-context/react-native-safe-area-context.release.xcconfig b/ios/Pods/Target Support Files/react-native-safe-area-context/react-native-safe-area-context.release.xcconfig index e4d7d361d..11d9fb841 100644 --- a/ios/Pods/Target Support Files/react-native-safe-area-context/react-native-safe-area-context.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-safe-area-context/react-native-safe-area-context.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-safe-area-context GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-safe-area-context" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-safe-area-context" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-simple-crypto/react-native-simple-crypto.debug.xcconfig b/ios/Pods/Target Support Files/react-native-simple-crypto/react-native-simple-crypto.debug.xcconfig index 161073ecd..6e34cbb44 100644 --- a/ios/Pods/Target Support Files/react-native-simple-crypto/react-native-simple-crypto.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-simple-crypto/react-native-simple-crypto.debug.xcconfig @@ -2,8 +2,8 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-simple-crypto" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" -import-underlying-module -Xcc -fmodule-map-file="${SRCROOT}/${MODULEMAP_FILE}" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" -import-underlying-module -Xcc -fmodule-map-file="${SRCROOT}/${MODULEMAP_FILE}" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-simple-crypto/react-native-simple-crypto.release.xcconfig b/ios/Pods/Target Support Files/react-native-simple-crypto/react-native-simple-crypto.release.xcconfig index 161073ecd..6e34cbb44 100644 --- a/ios/Pods/Target Support Files/react-native-simple-crypto/react-native-simple-crypto.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-simple-crypto/react-native-simple-crypto.release.xcconfig @@ -2,8 +2,8 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-simple-crypto" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" -OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" -import-underlying-module -Xcc -fmodule-map-file="${SRCROOT}/${MODULEMAP_FILE}" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" -import-underlying-module -Xcc -fmodule-map-file="${SRCROOT}/${MODULEMAP_FILE}" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-slider/react-native-slider.debug.xcconfig b/ios/Pods/Target Support Files/react-native-slider/react-native-slider.debug.xcconfig index 24e969107..ab6670e98 100644 --- a/ios/Pods/Target Support Files/react-native-slider/react-native-slider.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-slider/react-native-slider.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-slider" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-slider" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-slider/react-native-slider.release.xcconfig b/ios/Pods/Target Support Files/react-native-slider/react-native-slider.release.xcconfig index 24e969107..ab6670e98 100644 --- a/ios/Pods/Target Support Files/react-native-slider/react-native-slider.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-slider/react-native-slider.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-slider" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-slider" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-webview/react-native-webview.debug.xcconfig b/ios/Pods/Target Support Files/react-native-webview/react-native-webview.debug.xcconfig index 105774ce2..f4d93ac7c 100644 --- a/ios/Pods/Target Support Files/react-native-webview/react-native-webview.debug.xcconfig +++ b/ios/Pods/Target Support Files/react-native-webview/react-native-webview.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-webview" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-webview" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/react-native-webview/react-native-webview.release.xcconfig b/ios/Pods/Target Support Files/react-native-webview/react-native-webview.release.xcconfig index 105774ce2..f4d93ac7c 100644 --- a/ios/Pods/Target Support Files/react-native-webview/react-native-webview.release.xcconfig +++ b/ios/Pods/Target Support Files/react-native-webview/react-native-webview.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-webview" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/react-native-webview" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/rn-extensions-share/rn-extensions-share.debug.xcconfig b/ios/Pods/Target Support Files/rn-extensions-share/rn-extensions-share.debug.xcconfig index 700a3a80b..7907fa551 100644 --- a/ios/Pods/Target Support Files/rn-extensions-share/rn-extensions-share.debug.xcconfig +++ b/ios/Pods/Target Support Files/rn-extensions-share/rn-extensions-share.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/rn-extensions-share" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/rn-extensions-share" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/rn-extensions-share/rn-extensions-share.release.xcconfig b/ios/Pods/Target Support Files/rn-extensions-share/rn-extensions-share.release.xcconfig index 700a3a80b..7907fa551 100644 --- a/ios/Pods/Target Support Files/rn-extensions-share/rn-extensions-share.release.xcconfig +++ b/ios/Pods/Target Support Files/rn-extensions-share/rn-extensions-share.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/rn-extensions-share" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/rn-extensions-share" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/rn-fetch-blob/rn-fetch-blob.debug.xcconfig b/ios/Pods/Target Support Files/rn-fetch-blob/rn-fetch-blob.debug.xcconfig index 14e9b024d..fd05f9753 100644 --- a/ios/Pods/Target Support Files/rn-fetch-blob/rn-fetch-blob.debug.xcconfig +++ b/ios/Pods/Target Support Files/rn-fetch-blob/rn-fetch-blob.debug.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/rn-fetch-blob" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/Pods/Target Support Files/rn-fetch-blob/rn-fetch-blob.release.xcconfig b/ios/Pods/Target Support Files/rn-fetch-blob/rn-fetch-blob.release.xcconfig index 14e9b024d..fd05f9753 100644 --- a/ios/Pods/Target Support Files/rn-fetch-blob/rn-fetch-blob.release.xcconfig +++ b/ios/Pods/Target Support Files/rn-fetch-blob/rn-fetch-blob.release.xcconfig @@ -2,7 +2,7 @@ APPLICATION_EXTENSION_API_ONLY = YES CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/rn-fetch-blob" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" -OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/ios/RocketChatRN.xcodeproj/project.pbxproj b/ios/RocketChatRN.xcodeproj/project.pbxproj index 2b0d27008..929ba2777 100644 --- a/ios/RocketChatRN.xcodeproj/project.pbxproj +++ b/ios/RocketChatRN.xcodeproj/project.pbxproj @@ -83,6 +83,7 @@ 1EF5FBD1250C109E00614FEA /* Encryption.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EF5FBD0250C109E00614FEA /* Encryption.swift */; }; 1EFEB5982493B6640072EDC0 /* NotificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EFEB5972493B6640072EDC0 /* NotificationService.swift */; }; 1EFEB59C2493B6640072EDC0 /* NotificationService.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 1EFEB5952493B6640072EDC0 /* NotificationService.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; + 23A5014893DC718B0A5A4F5F /* libPods-RocketChatRN.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C235DC7B31A4D1578EDEF219 /* libPods-RocketChatRN.a */; }; 24A2AEF2383D44B586D31C01 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 06BB44DD4855498082A744AD /* libz.tbd */; }; 50046CB6BDA69B9232CF66D9 /* libPods-RocketChatRN.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C235DC7B31A4D1578EDEF219 /* libPods-RocketChatRN.a */; }; 7A006F14229C83B600803143 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 7A006F13229C83B600803143 /* GoogleService-Info.plist */; }; @@ -132,7 +133,6 @@ 7AAB3E3D257E6A6E00707CF6 /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7ACD4853222860DE00442C55 /* JavaScriptCore.framework */; }; 7AAB3E3E257E6A6E00707CF6 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 06BB44DD4855498082A744AD /* libz.tbd */; }; 7AAB3E3F257E6A6E00707CF6 /* libWatermelonDB.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BA7E862283664608B3894E34 /* libWatermelonDB.a */; }; - 7AAB3E40257E6A6E00707CF6 /* libPods-RocketChatRN.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C235DC7B31A4D1578EDEF219 /* libPods-RocketChatRN.a */; }; 7AAB3E42257E6A6E00707CF6 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; 7AAB3E43257E6A6E00707CF6 /* custom.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 7A3268F524F04FFE0050E241 /* custom.ttf */; }; 7AAB3E44257E6A6E00707CF6 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 7A006F13229C83B600803143 /* GoogleService-Info.plist */; }; @@ -266,9 +266,9 @@ 1EFEB5992493B6640072EDC0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 1EFEB5A12493B67D0072EDC0 /* NotificationService.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = NotificationService.entitlements; sourceTree = ""; }; 290E43E48AD8418287FA99D6 /* WatermelonDB.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = WatermelonDB.xcodeproj; path = "../node_modules/@nozbe/watermelondb/native/ios/WatermelonDB.xcodeproj"; sourceTree = ""; }; + 3E39DC0E55DAF0C76229CDB1 /* Pods-RocketChatRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RocketChatRN.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig"; sourceTree = ""; }; 4F207203734B8F5868BBE28D /* Pods-NotificationService.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationService.debug.xcconfig"; path = "Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService.debug.xcconfig"; sourceTree = ""; }; 60B2A6A31FC4588700BD58E5 /* RocketChatRN.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = RocketChatRN.entitlements; path = RocketChatRN/RocketChatRN.entitlements; sourceTree = ""; }; - 66D6B1D0567051BE541450C9 /* Pods-RocketChatRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RocketChatRN.release.xcconfig"; path = "Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig"; sourceTree = ""; }; 7A006F13229C83B600803143 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; }; 7A0D62D1242AB187006D5C06 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = ""; }; 7A14FCEC257FEB3A005BDCD4 /* Experimental.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Experimental.xcassets; sourceTree = ""; }; @@ -279,11 +279,11 @@ 7ACD4853222860DE00442C55 /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; 81411D280138EF5344596C2F /* libPods-NotificationService.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-NotificationService.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 9730F55A254AC78BC5361659 /* Pods-NotificationService.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationService.release.xcconfig"; path = "Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService.release.xcconfig"; sourceTree = ""; }; - ACD75701AFD1CB848CAB0CB3 /* Pods-RocketChatRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RocketChatRN.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig"; sourceTree = ""; }; B0B41F834F20FC0ACC547296 /* libPods-ShareRocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ShareRocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; B37C79D9BD0742CE936B6982 /* libc++.tbd */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; }; BA7E862283664608B3894E34 /* libWatermelonDB.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libWatermelonDB.a; sourceTree = ""; }; C235DC7B31A4D1578EDEF219 /* libPods-RocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + CD6349B2FB77351DFCD655CF /* Pods-RocketChatRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RocketChatRN.release.xcconfig"; path = "Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -305,6 +305,7 @@ 24A2AEF2383D44B586D31C01 /* libz.tbd in Frameworks */, DD2BA30A89E64F189C2C24AC /* libWatermelonDB.a in Frameworks */, 50046CB6BDA69B9232CF66D9 /* libPods-RocketChatRN.a in Frameworks */, + 23A5014893DC718B0A5A4F5F /* libPods-RocketChatRN.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -344,7 +345,6 @@ 7AAB3E3D257E6A6E00707CF6 /* JavaScriptCore.framework in Frameworks */, 7AAB3E3E257E6A6E00707CF6 /* libz.tbd in Frameworks */, 7AAB3E3F257E6A6E00707CF6 /* libWatermelonDB.a in Frameworks */, - 7AAB3E40257E6A6E00707CF6 /* libPods-RocketChatRN.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -476,12 +476,12 @@ 22CA7F59107E0C79C2506C7C /* Pods */ = { isa = PBXGroup; children = ( - ACD75701AFD1CB848CAB0CB3 /* Pods-RocketChatRN.debug.xcconfig */, - 66D6B1D0567051BE541450C9 /* Pods-RocketChatRN.release.xcconfig */, 0383633C4523666C176CAA52 /* Pods-ShareRocketChatRN.debug.xcconfig */, 037C33B0D9A54FB4CB670FB7 /* Pods-ShareRocketChatRN.release.xcconfig */, 4F207203734B8F5868BBE28D /* Pods-NotificationService.debug.xcconfig */, 9730F55A254AC78BC5361659 /* Pods-NotificationService.release.xcconfig */, + 3E39DC0E55DAF0C76229CDB1 /* Pods-RocketChatRN.debug.xcconfig */, + CD6349B2FB77351DFCD655CF /* Pods-RocketChatRN.release.xcconfig */, ); name = Pods; sourceTree = ""; @@ -648,18 +648,13 @@ isa = PBXNativeTarget; buildConfigurationList = 7AAB3E4F257E6A6E00707CF6 /* Build configuration list for PBXNativeTarget "Rocket.Chat" */; buildPhases = ( - 7AAB3E12257E6A6E00707CF6 /* [CP] Check Pods Manifest.lock */, 7AAB3E13257E6A6E00707CF6 /* Start Packager */, 7AAB3E14257E6A6E00707CF6 /* Sources */, 7AAB3E32257E6A6E00707CF6 /* Frameworks */, 7AAB3E41257E6A6E00707CF6 /* Resources */, 7AAB3E46257E6A6E00707CF6 /* Bundle React Native code and images */, - 7AAB3E47257E6A6E00707CF6 /* [CP] Copy Pods Resources */, 7AAB3E48257E6A6E00707CF6 /* Embed App Extensions */, 7AAB3E4B257E6A6E00707CF6 /* ShellScript */, - 7AAB3E4C257E6A6E00707CF6 /* [CP] Embed Pods Frameworks */, - 7AAB3E4D257E6A6E00707CF6 /* [CP-User] [RNFB] Core Configuration */, - 7AAB3E4E257E6A6E00707CF6 /* [CP-User] [RNFB] Crashlytics Configuration */, ); buildRules = ( ); @@ -1013,24 +1008,6 @@ shellPath = /bin/sh; shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../node_modules/react-native/scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open \"$SRCROOT/../node_modules/react-native/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n"; }; - 7AAB3E12257E6A6E00707CF6 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-RocketChatRN-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; - }; 7AAB3E13257E6A6E00707CF6 /* Start Packager */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -1063,60 +1040,6 @@ shellPath = /bin/sh; shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n"; }; - 7AAB3E47257E6A6E00707CF6 /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-resources.sh", - "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker/QBImagePicker.bundle", - "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf", - "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf", - "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf", - "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Feather.ttf", - "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf", - "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf", - "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf", - "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf", - "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Fontisto.ttf", - "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Foundation.ttf", - "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf", - "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf", - "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf", - "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Octicons.ttf", - "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf", - "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Zocial.ttf", - "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle", - "${PODS_CONFIGURATION_BUILD_DIR}/TOCropViewController/TOCropViewControllerBundle.bundle", - ); - name = "[CP] Copy Pods Resources"; - outputPaths = ( - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/QBImagePicker.bundle", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AntDesign.ttf", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Entypo.ttf", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EvilIcons.ttf", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Feather.ttf", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome.ttf", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome5_Brands.ttf", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome5_Regular.ttf", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome5_Solid.ttf", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Fontisto.ttf", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Foundation.ttf", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Ionicons.ttf", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MaterialCommunityIcons.ttf", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MaterialIcons.ttf", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Octicons.ttf", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/SimpleLineIcons.ttf", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Zocial.ttf", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle", - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/TOCropViewControllerBundle.bundle", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; 7AAB3E4B257E6A6E00707CF6 /* ShellScript */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -1134,46 +1057,6 @@ shellPath = /bin/sh; shellScript = "echo \"Target architectures: $ARCHS\"\n\nAPP_PATH=\"${TARGET_BUILD_DIR}/${WRAPPER_NAME}\"\n\nfind \"$APP_PATH\" -name '*.framework' -type d | while read -r FRAMEWORK\ndo\nFRAMEWORK_EXECUTABLE_NAME=$(defaults read \"$FRAMEWORK/Info.plist\" CFBundleExecutable)\nFRAMEWORK_EXECUTABLE_PATH=\"$FRAMEWORK/$FRAMEWORK_EXECUTABLE_NAME\"\necho \"Executable is $FRAMEWORK_EXECUTABLE_PATH\"\necho $(lipo -info \"$FRAMEWORK_EXECUTABLE_PATH\")\n\nFRAMEWORK_TMP_PATH=\"$FRAMEWORK_EXECUTABLE_PATH-tmp\"\n\n# remove simulator's archs if location is not simulator's directory\ncase \"${TARGET_BUILD_DIR}\" in\n*\"iphonesimulator\")\necho \"No need to remove archs\"\n;;\n*)\nif $(lipo \"$FRAMEWORK_EXECUTABLE_PATH\" -verify_arch \"i386\") ; then\nlipo -output \"$FRAMEWORK_TMP_PATH\" -remove \"i386\" \"$FRAMEWORK_EXECUTABLE_PATH\"\necho \"i386 architecture removed\"\nrm \"$FRAMEWORK_EXECUTABLE_PATH\"\nmv \"$FRAMEWORK_TMP_PATH\" \"$FRAMEWORK_EXECUTABLE_PATH\"\nfi\nif $(lipo \"$FRAMEWORK_EXECUTABLE_PATH\" -verify_arch \"x86_64\") ; then\nlipo -output \"$FRAMEWORK_TMP_PATH\" -remove \"x86_64\" \"$FRAMEWORK_EXECUTABLE_PATH\"\necho \"x86_64 architecture removed\"\nrm \"$FRAMEWORK_EXECUTABLE_PATH\"\nmv \"$FRAMEWORK_TMP_PATH\" \"$FRAMEWORK_EXECUTABLE_PATH\"\nfi\n;;\nesac\n\necho \"Completed for executable $FRAMEWORK_EXECUTABLE_PATH\"\necho $\n\ndone\n"; }; - 7AAB3E4C257E6A6E00707CF6 /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-frameworks.sh", - "${PODS_ROOT}/JitsiMeetSDK/Frameworks/JitsiMeet.framework", - "${PODS_ROOT}/JitsiMeetSDK/Frameworks/WebRTC.framework", - ); - name = "[CP] Embed Pods Frameworks"; - outputPaths = ( - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/JitsiMeet.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WebRTC.framework", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - 7AAB3E4D257E6A6E00707CF6 /* [CP-User] [RNFB] Core Configuration */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - name = "[CP-User] [RNFB] Core Configuration"; - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "#!/usr/bin/env bash\n#\n# Copyright (c) 2016-present Invertase Limited & Contributors\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this library except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n#\nset -e\n\n_MAX_LOOKUPS=2;\n_SEARCH_RESULT=''\n_RN_ROOT_EXISTS=''\n_CURRENT_LOOKUPS=1\n_JSON_ROOT=\"'react-native'\"\n_JSON_FILE_NAME='firebase.json'\n_JSON_OUTPUT_BASE64='e30=' # { }\n_CURRENT_SEARCH_DIR=${PROJECT_DIR}\n_PLIST_BUDDY=/usr/libexec/PlistBuddy\n_TARGET_PLIST=\"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}\"\n_DSYM_PLIST=\"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Info.plist\"\n\n# plist arrays\n_PLIST_ENTRY_KEYS=()\n_PLIST_ENTRY_TYPES=()\n_PLIST_ENTRY_VALUES=()\n\nfunction setPlistValue {\n echo \"info: setting plist entry '$1' of type '$2' in file '$4'\"\n ${_PLIST_BUDDY} -c \"Add :$1 $2 '$3'\" $4 || echo \"info: '$1' already exists\"\n}\n\nfunction getFirebaseJsonKeyValue () {\n if [[ ${_RN_ROOT_EXISTS} ]]; then\n ruby -e \"require 'rubygems';require 'json'; output=JSON.parse('$1'); puts output[$_JSON_ROOT]['$2']\"\n else\n echo \"\"\n fi;\n}\n\nfunction jsonBoolToYesNo () {\n if [[ $1 == \"false\" ]]; then\n echo \"NO\"\n elif [[ $1 == \"true\" ]]; then\n echo \"YES\"\n else echo \"NO\"\n fi\n}\n\necho \"info: -> RNFB build script started\"\necho \"info: 1) Locating ${_JSON_FILE_NAME} file:\"\n\nif [[ -z ${_CURRENT_SEARCH_DIR} ]]; then\n _CURRENT_SEARCH_DIR=$(pwd)\nfi;\n\nwhile true; do\n _CURRENT_SEARCH_DIR=$(dirname \"$_CURRENT_SEARCH_DIR\")\n if [[ \"$_CURRENT_SEARCH_DIR\" == \"/\" ]] || [[ ${_CURRENT_LOOKUPS} -gt ${_MAX_LOOKUPS} ]]; then break; fi;\n echo \"info: ($_CURRENT_LOOKUPS of $_MAX_LOOKUPS) Searching in '$_CURRENT_SEARCH_DIR' for a ${_JSON_FILE_NAME} file.\"\n _SEARCH_RESULT=$(find \"$_CURRENT_SEARCH_DIR\" -maxdepth 2 -name ${_JSON_FILE_NAME} -print | head -n 1)\n if [[ ${_SEARCH_RESULT} ]]; then\n echo \"info: ${_JSON_FILE_NAME} found at $_SEARCH_RESULT\"\n break;\n fi;\n _CURRENT_LOOKUPS=$((_CURRENT_LOOKUPS+1))\ndone\n\nif [[ ${_SEARCH_RESULT} ]]; then\n _JSON_OUTPUT_RAW=$(cat \"${_SEARCH_RESULT}\")\n _RN_ROOT_EXISTS=$(ruby -e \"require 'rubygems';require 'json'; output=JSON.parse('$_JSON_OUTPUT_RAW'); puts output[$_JSON_ROOT]\" || echo '')\n\n if [[ ${_RN_ROOT_EXISTS} ]]; then\n _JSON_OUTPUT_BASE64=$(python -c 'import json,sys,base64;print(base64.b64encode(json.dumps(json.loads(open('\"'${_SEARCH_RESULT}'\"').read())['${_JSON_ROOT}'])))' || echo \"e30=\")\n fi\n\n _PLIST_ENTRY_KEYS+=(\"firebase_json_raw\")\n _PLIST_ENTRY_TYPES+=(\"string\")\n _PLIST_ENTRY_VALUES+=(\"$_JSON_OUTPUT_BASE64\")\n\n # config.messaging_auto_init_enabled\n _MESSAGING_AUTO_INIT=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"messaging_auto_init_enabled\")\n if [[ $_MESSAGING_AUTO_INIT ]]; then\n _PLIST_ENTRY_KEYS+=(\"FirebaseMessagingAutoInitEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_MESSAGING_AUTO_INIT\")\")\n fi\n\n # config.crashlytics_disable_auto_disabler - undocumented for now - mainly for debugging, document if becomes usful\n _CRASHLYTICS_AUTO_DISABLE_ENABLED=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"crashlytics_disable_auto_disabler\")\n if [[ $_CRASHLYTICS_AUTO_DISABLE_ENABLED == \"true\" ]]; then\n echo \"Disabled Crashlytics auto disabler.\" # do nothing\n else\n _PLIST_ENTRY_KEYS+=(\"FirebaseCrashlyticsCollectionEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"NO\")\n fi\n\n # config.admob_delay_app_measurement_init\n _ADMOB_DELAY_APP_MEASUREMENT=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"admob_delay_app_measurement_init\")\n if [[ $_ADMOB_DELAY_APP_MEASUREMENT == \"true\" ]]; then\n _PLIST_ENTRY_KEYS+=(\"GADDelayAppMeasurementInit\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"YES\")\n fi\n\n # config.admob_ios_app_id\n _ADMOB_IOS_APP_ID=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"admob_ios_app_id\")\n if [[ $_ADMOB_IOS_APP_ID ]]; then\n _PLIST_ENTRY_KEYS+=(\"GADApplicationIdentifier\")\n _PLIST_ENTRY_TYPES+=(\"string\")\n _PLIST_ENTRY_VALUES+=(\"$_ADMOB_IOS_APP_ID\")\n fi\nelse\n _PLIST_ENTRY_KEYS+=(\"firebase_json_raw\")\n _PLIST_ENTRY_TYPES+=(\"string\")\n _PLIST_ENTRY_VALUES+=(\"$_JSON_OUTPUT_BASE64\")\n echo \"warning: A firebase.json file was not found, whilst this file is optional it is recommended to include it to configure firebase services in React Native Firebase.\"\nfi;\n\necho \"info: 2) Injecting Info.plist entries: \"\n\n# Log out the keys we're adding\nfor i in \"${!_PLIST_ENTRY_KEYS[@]}\"; do\n echo \" -> $i) ${_PLIST_ENTRY_KEYS[$i]}\" \"${_PLIST_ENTRY_TYPES[$i]}\" \"${_PLIST_ENTRY_VALUES[$i]}\"\ndone\n\nfor plist in \"${_TARGET_PLIST}\" \"${_DSYM_PLIST}\" ; do\n if [[ -f \"${plist}\" ]]; then\n\n # paths with spaces break the call to setPlistValue. temporarily modify\n # the shell internal field separator variable (IFS), which normally \n # includes spaces, to consist only of line breaks\n oldifs=$IFS\n IFS=\"\n\"\n\n for i in \"${!_PLIST_ENTRY_KEYS[@]}\"; do\n setPlistValue \"${_PLIST_ENTRY_KEYS[$i]}\" \"${_PLIST_ENTRY_TYPES[$i]}\" \"${_PLIST_ENTRY_VALUES[$i]}\" \"${plist}\"\n done\n\n # restore the original internal field separator value\n IFS=$oldifs\n else\n echo \"warning: A Info.plist build output file was not found (${plist})\"\n fi\ndone\n\necho \"info: <- RNFB build script finished\"\n\n"; - }; - 7AAB3E4E257E6A6E00707CF6 /* [CP-User] [RNFB] Crashlytics Configuration */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - name = "[CP-User] [RNFB] Crashlytics Configuration"; - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "#!/usr/bin/env bash\n#\n# Copyright (c) 2016-present Invertase Limited & Contributors\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this library except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n#\nset -e\n\nif [[ ${PODS_ROOT} ]]; then\n echo \"info: Exec FirebaseCrashlytics Run from Pods\"\n \"${PODS_ROOT}/FirebaseCrashlytics/run\"\nelse\n echo \"info: Exec FirebaseCrashlytics Run from framework\"\n \"${PROJECT_DIR}/FirebaseCrashlytics.framework/run\"\nfi\n"; - }; 9558AC195A3506BB8472CE99 /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -1491,7 +1374,7 @@ /* Begin XCBuildConfiguration section */ 13B07F941A680F5B00A75B9A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ACD75701AFD1CB848CAB0CB3 /* Pods-RocketChatRN.debug.xcconfig */; + baseConfigurationReference = 3E39DC0E55DAF0C76229CDB1 /* Pods-RocketChatRN.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; APPLICATION_EXTENSION_API_ONLY = NO; @@ -1545,7 +1428,7 @@ }; 13B07F951A680F5B00A75B9A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 66D6B1D0567051BE541450C9 /* Pods-RocketChatRN.release.xcconfig */; + baseConfigurationReference = CD6349B2FB77351DFCD655CF /* Pods-RocketChatRN.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; APPLICATION_EXTENSION_API_ONLY = NO; @@ -1638,7 +1521,7 @@ "$(inherited)", "$(SRCROOT)/../node_modules/rn-extensions-share/ios/**", "$(SRCROOT)/../node_modules/react-native-firebase/ios/RNFirebase/**", - $PODS_CONFIGURATION_BUILD_DIR/Firebase, + "$PODS_CONFIGURATION_BUILD_DIR/Firebase", ); INFOPLIST_FILE = ShareRocketChatRN/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 11.0; @@ -1704,7 +1587,7 @@ "$(inherited)", "$(SRCROOT)/../node_modules/rn-extensions-share/ios/**", "$(SRCROOT)/../node_modules/react-native-firebase/ios/RNFirebase/**", - $PODS_CONFIGURATION_BUILD_DIR/Firebase, + "$PODS_CONFIGURATION_BUILD_DIR/Firebase", ); INFOPLIST_FILE = ShareRocketChatRN/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 11.0; @@ -1799,7 +1682,6 @@ }; 7AAB3E50257E6A6E00707CF6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ACD75701AFD1CB848CAB0CB3 /* Pods-RocketChatRN.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; APPLICATION_EXTENSION_API_ONLY = NO; @@ -1851,7 +1733,6 @@ }; 7AAB3E51257E6A6E00707CF6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 66D6B1D0567051BE541450C9 /* Pods-RocketChatRN.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; APPLICATION_EXTENSION_API_ONLY = NO; diff --git a/package.json b/package.json index 9bd3ca38d..73eff4800 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "prop-types": "15.7.2", "react": "16.13.1", "react-fast-compare": "^3.2.0", - "react-native": "RocketChat/react-native#0.63.2", + "react-native": "RocketChat/react-native#0.63.4", "react-native-animatable": "^1.3.3", "react-native-appearance": "0.3.4", "react-native-background-timer": "2.2.0", diff --git a/yarn.lock b/yarn.lock index b803948a0..75b8e21d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1972,10 +1972,10 @@ resolved "https://registry.yarnpkg.com/@react-native-community/cameraroll/-/cameraroll-4.0.0.tgz#97a4be5d01bc05c387c26599ffa559e1b425e415" integrity sha512-ZqzWbNHklgq/sPUmlDgi/SvfbkIVKNYXhcDGRcabXRsX9aIyNEX2dk2fkCSJoKWqBF8uSUnVznonpTP3TlwdyQ== -"@react-native-community/cli-debugger-ui@^4.9.0": - version "4.9.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-4.9.0.tgz#4177764ba69243c97aa26829d59d9501acb2bd71" - integrity sha512-fBFGamHm4VUrDqkBGnsrwQL8OC6Om7K6EBQb4xj0nWekpXt1HSa3ScylYHTTWwYcpRf9htGMRGiv4dQDY/odAw== +"@react-native-community/cli-debugger-ui@^4.13.1": + version "4.13.1" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-4.13.1.tgz#07de6d4dab80ec49231de1f1fbf658b4ad39b32c" + integrity sha512-UFnkg5RTq3s2X15fSkrWY9+5BKOFjihNSnJjTV2H5PtTUFbd55qnxxPw8CxSfK0bXb1IrSvCESprk2LEpqr5cg== dependencies: serve-static "^1.13.1" @@ -1990,7 +1990,7 @@ hermes-profile-transformer "^0.0.6" ip "^1.1.5" -"@react-native-community/cli-platform-android@^4.13.0", "@react-native-community/cli-platform-android@^4.7.0": +"@react-native-community/cli-platform-android@^4.10.0", "@react-native-community/cli-platform-android@^4.13.0": version "4.13.0" resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-4.13.0.tgz#922681ec82ee1aadd993598b814df1152118be02" integrity sha512-3i8sX8GklEytUZwPnojuoFbCjIRzMugCdzDIdZ9UNmi/OhD4/8mLGO0dgXfT4sMWjZwu3qjy45sFfk2zOAgHbA== @@ -2006,7 +2006,7 @@ slash "^3.0.0" xmldoc "^1.1.2" -"@react-native-community/cli-platform-ios@^4.7.0": +"@react-native-community/cli-platform-ios@^4.10.0": version "4.13.0" resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-4.13.0.tgz#a738915c68cac86df54e578b59a1311ea62b1aef" integrity sha512-6THlTu8zp62efkzimfGr3VIuQJ2514o+vScZERJCV1xgEi8XtV7mb/ZKt9o6Y9WGxKKkc0E0b/aVAtgy+L27CA== @@ -2019,16 +2019,17 @@ plist "^3.0.1" xcode "^2.0.0" -"@react-native-community/cli-server-api@^4.13.0": - version "4.13.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-4.13.0.tgz#ef0e53fe0edc7356d62bca725ca47cb368f748a5" - integrity sha512-ER138ChLc1YYX7j9yE6fDm4DdNdsHThr+pla/B6iZoKje1r7TwymDdKaUvOsYalG7sWG9glW3bofcCq+Yh0Dvw== +"@react-native-community/cli-server-api@^4.13.1": + version "4.13.1" + resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-4.13.1.tgz#bee7ee9702afce848e9d6ca3dcd5669b99b125bd" + integrity sha512-vQzsFKD9CjHthA2ehTQX8c7uIzlI9A7ejaIow1I9RlEnLraPH2QqVDmzIdbdh5Od47UPbRzamCgAP8Bnqv3qwQ== dependencies: - "@react-native-community/cli-debugger-ui" "^4.9.0" + "@react-native-community/cli-debugger-ui" "^4.13.1" "@react-native-community/cli-tools" "^4.13.0" compression "^1.7.1" connect "^3.6.5" errorhandler "^1.5.0" + nocache "^2.1.0" pretty-format "^25.1.0" serve-static "^1.13.1" ws "^1.1.0" @@ -2050,15 +2051,15 @@ resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-4.10.1.tgz#d68a2dcd1649d3b3774823c64e5e9ce55bfbe1c9" integrity sha512-ael2f1onoPF3vF7YqHGWy7NnafzGu+yp88BbFbP0ydoCP2xGSUzmZVw0zakPTC040Id+JQ9WeFczujMkDy6jYQ== -"@react-native-community/cli@^4.7.0": - version "4.13.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-4.13.0.tgz#04d5032f9b2b423c61ceef6be83b1bcc8a37db75" - integrity sha512-R+1VehIQ6VTLf+e7YOwzJk0F9tstfeSC4xy7oT6GSgB3FnXbTJGHFUp4siyO68Ae/gzGqt8SiUO145teWkP+ZA== +"@react-native-community/cli@^4.10.0": + version "4.13.1" + resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-4.13.1.tgz#60148723e77cafe3ae260317d6bffe91853a2d20" + integrity sha512-+/TeRVToADpQPSprsPkwi9KY8x64YcuJpjzMBVISwWP+aWzsIDuWJmyMXTADlCg2EBMJqJR7bn1W/IkfzVRCWA== dependencies: "@hapi/joi" "^15.0.3" - "@react-native-community/cli-debugger-ui" "^4.9.0" + "@react-native-community/cli-debugger-ui" "^4.13.1" "@react-native-community/cli-hermes" "^4.13.0" - "@react-native-community/cli-server-api" "^4.13.0" + "@react-native-community/cli-server-api" "^4.13.1" "@react-native-community/cli-tools" "^4.13.0" "@react-native-community/cli-types" "^4.10.1" chalk "^3.0.0" @@ -11284,6 +11285,11 @@ no-case@^3.0.3: lower-case "^2.0.1" tslib "^1.10.0" +nocache@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/nocache/-/nocache-2.1.0.tgz#120c9ffec43b5729b1d5de88cd71aa75a0ba491f" + integrity sha512-0L9FvHG3nfnnmaEQPjT9xhfN4ISk0A8/2j4M37Np4mcDesJjHgEUfgPhdCyZuFI954tjokaIj/A3NdpFNdEh4Q== + node-environment-flags@1.0.6: version "1.0.6" resolved "https://registry.yarnpkg.com/node-environment-flags/-/node-environment-flags-1.0.6.tgz#a30ac13621f6f7d674260a54dede048c3982c088" @@ -13183,14 +13189,14 @@ react-native-windows@^0.62.0-0: uuid "^3.3.2" xml-parser "^1.2.1" -react-native@RocketChat/react-native#0.63.2: - version "0.63.2" - resolved "https://codeload.github.com/RocketChat/react-native/tar.gz/21bf1860837f2dc9d671727eb72e76a35e85599a" +react-native@RocketChat/react-native#0.63.4: + version "0.63.4" + resolved "https://codeload.github.com/RocketChat/react-native/tar.gz/616299bbc01eeb56cb7d5b52e543051e1ad2d136" dependencies: "@babel/runtime" "^7.0.0" - "@react-native-community/cli" "^4.7.0" - "@react-native-community/cli-platform-android" "^4.7.0" - "@react-native-community/cli-platform-ios" "^4.7.0" + "@react-native-community/cli" "^4.10.0" + "@react-native-community/cli-platform-android" "^4.10.0" + "@react-native-community/cli-platform-ios" "^4.10.0" abort-controller "^3.0.0" anser "^1.4.9" base64-js "^1.1.2" From e6d6b83b5d32b1bd4651281b2274b48585a24859 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Tue, 22 Dec 2020 16:18:04 -0300 Subject: [PATCH 2/8] Bump version to 4.13.1 (#2739) --- android/app/build.gradle | 2 +- ios/RocketChatRN.xcodeproj/project.pbxproj | 4 ++-- ios/RocketChatRN/Info.plist | 2 +- ios/ShareRocketChatRN/Info.plist | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index d25d0425f..e4a4f5260 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -144,7 +144,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode VERSIONCODE as Integer - versionName "4.13.0" + versionName "4.13.1" vectorDrawables.useSupportLibrary = true if (!isFoss) { manifestPlaceholders = [BugsnagAPIKey: BugsnagAPIKey as String] diff --git a/ios/RocketChatRN.xcodeproj/project.pbxproj b/ios/RocketChatRN.xcodeproj/project.pbxproj index 929ba2777..e8a88ae72 100644 --- a/ios/RocketChatRN.xcodeproj/project.pbxproj +++ b/ios/RocketChatRN.xcodeproj/project.pbxproj @@ -1630,7 +1630,7 @@ INFOPLIST_FILE = NotificationService/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; - MARKETING_VERSION = 4.13.0; + MARKETING_VERSION = 4.13.1; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = chat.rocket.reactnative.NotificationService; @@ -1667,7 +1667,7 @@ INFOPLIST_FILE = NotificationService/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; - MARKETING_VERSION = 4.13.0; + MARKETING_VERSION = 4.13.1; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = chat.rocket.reactnative.NotificationService; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/ios/RocketChatRN/Info.plist b/ios/RocketChatRN/Info.plist index 5fd2e90d1..c4bce792e 100644 --- a/ios/RocketChatRN/Info.plist +++ b/ios/RocketChatRN/Info.plist @@ -23,7 +23,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 4.13.0 + 4.13.1 CFBundleSignature ???? CFBundleURLTypes diff --git a/ios/ShareRocketChatRN/Info.plist b/ios/ShareRocketChatRN/Info.plist index 35791ba38..8bb70ebe4 100644 --- a/ios/ShareRocketChatRN/Info.plist +++ b/ios/ShareRocketChatRN/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 4.13.0 + 4.13.1 CFBundleVersion 1 KeychainGroup From fec174127588b0c7a4184a7eb6014fcb7bc35faf Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Wed, 23 Dec 2020 08:49:00 -0300 Subject: [PATCH 3/8] [REGRESSION] Multiple uploads not working on iOS (#2738) * Update React Native to 0.63.4 * Fix multiple uploads not working on iOS --- app/utils/fileUpload/index.ios.js | 58 +++++++++++++++++-------------- 1 file changed, 31 insertions(+), 27 deletions(-) diff --git a/app/utils/fileUpload/index.ios.js b/app/utils/fileUpload/index.ios.js index 81a94d879..9b8d8d08e 100644 --- a/app/utils/fileUpload/index.ios.js +++ b/app/utils/fileUpload/index.ios.js @@ -1,46 +1,50 @@ +class Upload { + constructor() { + this.xhr = new XMLHttpRequest(); + this.formData = new FormData(); + } + + then = (callback) => { + this.xhr.onload = () => callback({ respInfo: this.xhr }); + this.xhr.send(this.formData); + } + + catch = (callback) => { + this.xhr.onerror = callback; + } + + uploadProgress = (callback) => { + this.xhr.upload.onprogress = ({ total, loaded }) => callback(loaded, total); + } + + cancel = () => { + this.xhr.abort(); + return Promise.resolve(); + } +} + class FileUpload { - _xhr = new XMLHttpRequest(); - - _formData = new FormData(); - fetch = (method, url, headers, data) => { - this._xhr.open(method, url); + const upload = new Upload(); + upload.xhr.open(method, url); Object.keys(headers).forEach((key) => { - this._xhr.setRequestHeader(key, headers[key]); + upload.xhr.setRequestHeader(key, headers[key]); }); data.forEach((item) => { if (item.uri) { - this._formData.append(item.name, { + upload.formData.append(item.name, { uri: item.uri, type: item.type, name: item.filename }); } else { - this._formData.append(item.name, item.data); + upload.formData.append(item.name, item.data); } }); - return this; - } - - then = (callback) => { - this._xhr.onload = () => callback({ respInfo: this._xhr }); - this._xhr.send(this._formData); - } - - catch = (callback) => { - this._xhr.onerror = callback; - } - - uploadProgress = (callback) => { - this._xhr.upload.onprogress = ({ total, loaded }) => callback(loaded, total); - } - - cancel = () => { - this._xhr.abort(); - return Promise.resolve(); + return upload; } } From a2bf0f013fe865e0c9164a0cffc50868b55431bc Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Thu, 24 Dec 2020 10:12:31 -0300 Subject: [PATCH 4/8] [FIX] Unable to save attachment on iOS (#2743) * Fix rn-fetch-blob's document dir without forward slash * Update camera roll --- app/views/AttachmentView.js | 3 ++- ios/Podfile.lock | 4 ++-- .../Local Podspecs/react-native-cameraroll.podspec.json | 4 ++-- ios/Pods/Manifest.lock | 4 ++-- package.json | 2 +- yarn.lock | 8 ++++---- 6 files changed, 13 insertions(+), 12 deletions(-) diff --git a/app/views/AttachmentView.js b/app/views/AttachmentView.js index 0246b8397..3f4adfec7 100644 --- a/app/views/AttachmentView.js +++ b/app/views/AttachmentView.js @@ -119,7 +119,8 @@ class AttachmentView extends React.Component { this.setState({ loading: true }); try { const extension = image_url ? `.${ mime.extension(image_type) || 'jpg' }` : `.${ mime.extension(video_type) || 'mp4' }`; - const path = `${ RNFetchBlob.fs.dirs.DocumentDir + SHA256(url) + extension }`; + const documentDir = `${ RNFetchBlob.fs.dirs.DocumentDir }/`; + const path = `${ documentDir + SHA256(url) + extension }`; const file = await RNFetchBlob.config({ path }).fetch('GET', mediaAttachment).then(res => res.path()); await CameraRoll.save(file, { album: 'Rocket.Chat' }); EventEmitter.emit(LISTENER, { message: I18n.t('saved_to_gallery') }); diff --git a/ios/Podfile.lock b/ios/Podfile.lock index ccb0063e2..6411e07e2 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -368,7 +368,7 @@ PODS: - React - react-native-blur (0.8.0): - React - - react-native-cameraroll (4.0.0): + - react-native-cameraroll (4.0.1): - React - react-native-cookies (4.0.0): - React @@ -939,7 +939,7 @@ SPEC CHECKSUMS: react-native-appearance: 0f0e5fc2fcef70e03d48c8fe6b00b9158c2ba8aa react-native-background-timer: 1f7d560647b40e6a60b01c452ba29c54bf581fc4 react-native-blur: cad4d93b364f91e7b7931b3fa935455487e5c33c - react-native-cameraroll: ae0a7c0cc8462508855707ff623b1e789b692865 + react-native-cameraroll: 60ba0068826eab1c8d43146191bafd4363ea58a7 react-native-cookies: d79e5015a5d3a38e08f5cb39c4948532be7e9c2b react-native-document-picker: 825552b827012282baf4b7cbf119d3b37a280c90 react-native-jitsi-meet: f2407aca85566e031ee7b222e497ee5ecb6623de diff --git a/ios/Pods/Local Podspecs/react-native-cameraroll.podspec.json b/ios/Pods/Local Podspecs/react-native-cameraroll.podspec.json index 7ebbda1d3..0b55acfa9 100644 --- a/ios/Pods/Local Podspecs/react-native-cameraroll.podspec.json +++ b/ios/Pods/Local Podspecs/react-native-cameraroll.podspec.json @@ -1,6 +1,6 @@ { "name": "react-native-cameraroll", - "version": "4.0.0", + "version": "4.0.1", "summary": "React Native Camera Roll for iOS & Android", "license": "MIT", "authors": "Bartol Karuza ", @@ -10,7 +10,7 @@ }, "source": { "git": "https://github.com/react-native-community/react-native-cameraroll.git", - "tag": "v4.0.0" + "tag": "v4.0.1" }, "source_files": "ios/**/*.{h,m}", "dependencies": { diff --git a/ios/Pods/Manifest.lock b/ios/Pods/Manifest.lock index ccb0063e2..6411e07e2 100644 --- a/ios/Pods/Manifest.lock +++ b/ios/Pods/Manifest.lock @@ -368,7 +368,7 @@ PODS: - React - react-native-blur (0.8.0): - React - - react-native-cameraroll (4.0.0): + - react-native-cameraroll (4.0.1): - React - react-native-cookies (4.0.0): - React @@ -939,7 +939,7 @@ SPEC CHECKSUMS: react-native-appearance: 0f0e5fc2fcef70e03d48c8fe6b00b9158c2ba8aa react-native-background-timer: 1f7d560647b40e6a60b01c452ba29c54bf581fc4 react-native-blur: cad4d93b364f91e7b7931b3fa935455487e5c33c - react-native-cameraroll: ae0a7c0cc8462508855707ff623b1e789b692865 + react-native-cameraroll: 60ba0068826eab1c8d43146191bafd4363ea58a7 react-native-cookies: d79e5015a5d3a38e08f5cb39c4948532be7e9c2b react-native-document-picker: 825552b827012282baf4b7cbf119d3b37a280c90 react-native-jitsi-meet: f2407aca85566e031ee7b222e497ee5ecb6623de diff --git a/package.json b/package.json index 73eff4800..6b941d5a3 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@react-native-community/art": "^1.2.0", "@react-native-community/async-storage": "1.11.0", "@react-native-community/blur": "^3.6.0", - "@react-native-community/cameraroll": "4.0.0", + "@react-native-community/cameraroll": "^4.0.1", "@react-native-community/cookies": "^4.0.0", "@react-native-community/datetimepicker": "2.6.0", "@react-native-community/hooks": "2.6.0", diff --git a/yarn.lock b/yarn.lock index 75b8e21d0..12386a08b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1967,10 +1967,10 @@ dependencies: prop-types "^15.5.10" -"@react-native-community/cameraroll@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cameraroll/-/cameraroll-4.0.0.tgz#97a4be5d01bc05c387c26599ffa559e1b425e415" - integrity sha512-ZqzWbNHklgq/sPUmlDgi/SvfbkIVKNYXhcDGRcabXRsX9aIyNEX2dk2fkCSJoKWqBF8uSUnVznonpTP3TlwdyQ== +"@react-native-community/cameraroll@^4.0.1": + version "4.0.1" + resolved "https://registry.yarnpkg.com/@react-native-community/cameraroll/-/cameraroll-4.0.1.tgz#8466f99a476e6b833ecd5efff045f74a4224459b" + integrity sha512-KLKh5rAg511KUoGKHrbRhBLvkHhOz6kZ2sx8dPhndZ5ZFVYfVpTadSN1x3cfQbOAlkyGZql07p1hk7lEb3sa8g== "@react-native-community/cli-debugger-ui@^4.13.1": version "4.13.1" From 53c51feca292a5cef6073659408c7aec62eceb95 Mon Sep 17 00:00:00 2001 From: Sumukha Hegde Date: Mon, 4 Jan 2021 19:04:29 +0530 Subject: [PATCH 5/8] [FIX] Generate Jitsi access token when making a call (#2694) fixes: #2693 # Please enter the commit message for your changes. Lines starting Co-authored-by: Diego Mello --- app/sagas/deepLinking.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/sagas/deepLinking.js b/app/sagas/deepLinking.js index 4e30ddfea..caf2a46f9 100644 --- a/app/sagas/deepLinking.js +++ b/app/sagas/deepLinking.js @@ -15,7 +15,6 @@ import { } from '../actions/app'; import { localAuthenticate } from '../utils/localAuthentication'; import { goRoom } from '../utils/goRoom'; -import callJitsi from '../lib/methods/callJitsi'; const roomTypes = { channel: 'c', direct: 'd', group: 'p', channels: 'l' @@ -54,7 +53,7 @@ const navigate = function* navigate({ params }) { yield goRoom({ item, isMasterDetail }); if (params.isCall) { - callJitsi(item.rid); + RocketChat.callJitsi(item.rid); } } } else { From 796dc7588210448f109d408ddf1892102ba29134 Mon Sep 17 00:00:00 2001 From: Djorkaeff Alexandre Date: Mon, 4 Jan 2021 13:08:26 -0300 Subject: [PATCH 6/8] [FIX] Jitsi notification delay (#2668) Co-authored-by: Diego Mello --- ios/Shared/Models/MessageType.swift | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ios/Shared/Models/MessageType.swift b/ios/Shared/Models/MessageType.swift index 8e250330a..75c1b4613 100644 --- a/ios/Shared/Models/MessageType.swift +++ b/ios/Shared/Models/MessageType.swift @@ -10,4 +10,14 @@ import Foundation enum MessageType: String, Codable { case e2e + case unknown + + public init(from decoder: Decoder) throws { + guard let rawValue = try? decoder.singleValueContainer().decode(String.self) else { + self = .unknown + return + } + + self = MessageType(rawValue: rawValue) ?? .unknown + } } From b8a9523e5882bd80ef75bb21ef81c51f09cb40a7 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Tue, 5 Jan 2021 09:53:42 -0300 Subject: [PATCH 7/8] [FIX] Channels list not following the same sorting logic from web client (#2763) --- app/lib/methods/helpers/mergeSubscriptionsRooms.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/lib/methods/helpers/mergeSubscriptionsRooms.js b/app/lib/methods/helpers/mergeSubscriptionsRooms.js index 024a246d6..1bc3f18b2 100644 --- a/app/lib/methods/helpers/mergeSubscriptionsRooms.js +++ b/app/lib/methods/helpers/mergeSubscriptionsRooms.js @@ -15,9 +15,6 @@ export const merge = (subscription, room) => { if (room) { if (room._updatedAt) { subscription.lastMessage = normalizeMessage(room.lastMessage); - const updatedAt = room?._updatedAt ? new Date(room._updatedAt) : null; - const lastMessageTs = subscription?.lastMessage?.ts ? new Date(subscription.lastMessage.ts) : null; - subscription.roomUpdatedAt = Math.max(updatedAt, lastMessageTs); subscription.description = room.description; subscription.topic = room.topic; subscription.announcement = room.announcement; @@ -28,6 +25,9 @@ export const merge = (subscription, room) => { subscription.usernames = room.usernames; subscription.uids = room.uids; } + // https://github.com/RocketChat/Rocket.Chat/blob/develop/app/ui-sidenav/client/roomList.js#L180 + const lastRoomUpdate = room.lm || subscription.ts || subscription._updatedAt; + subscription.roomUpdatedAt = subscription.lr ? Math.max(new Date(subscription.lr), new Date(lastRoomUpdate)) : lastRoomUpdate; subscription.ro = room.ro; subscription.broadcast = room.broadcast; subscription.encrypted = room.encrypted; From 5aaabcc324f2fa30838c50bfb3313741aa71e3e6 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Tue, 5 Jan 2021 13:23:20 -0300 Subject: [PATCH 8/8] [FIX] Pods lost on Official target (#2764) --- ios/Podfile | 5 +- ios/Podfile.lock | 2 +- ios/Pods/Manifest.lock | 2 +- ios/Pods/Pods.xcodeproj/project.pbxproj | 5068 ++++++++++------ .../Pods-RocketChatRN-dummy.m | 5 - .../Pods-RocketChatRN.modulemap | 6 - ...lts-Rocket.Chat-acknowledgements.markdown} | 0 ...faults-Rocket.Chat-acknowledgements.plist} | 0 .../Pods-defaults-Rocket.Chat-dummy.m | 5 + .../Pods-defaults-Rocket.Chat-frameworks.sh} | 0 .../Pods-defaults-Rocket.Chat-resources.sh} | 0 .../Pods-defaults-Rocket.Chat-umbrella.h} | 4 +- .../Pods-defaults-Rocket.Chat.debug.xcconfig} | 0 .../Pods-defaults-Rocket.Chat.modulemap | 6 + ...ods-defaults-Rocket.Chat.release.xcconfig} | 0 ...lts-RocketChatRN-acknowledgements.markdown | 4704 +++++++++++++++ ...faults-RocketChatRN-acknowledgements.plist | 5156 +++++++++++++++++ .../Pods-defaults-RocketChatRN-dummy.m | 5 + .../Pods-defaults-RocketChatRN-frameworks.sh | 209 + .../Pods-defaults-RocketChatRN-resources.sh | 165 + .../Pods-defaults-RocketChatRN-umbrella.h | 16 + .../Pods-defaults-RocketChatRN.debug.xcconfig | 16 + .../Pods-defaults-RocketChatRN.modulemap | 6 + ...ods-defaults-RocketChatRN.release.xcconfig | 16 + ios/RocketChatRN.xcodeproj/project.pbxproj | 145 +- 25 files changed, 13875 insertions(+), 1666 deletions(-) delete mode 100644 ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-dummy.m delete mode 100644 ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.modulemap rename ios/Pods/Target Support Files/{Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.markdown => Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-acknowledgements.markdown} (100%) rename ios/Pods/Target Support Files/{Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.plist => Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-acknowledgements.plist} (100%) create mode 100644 ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-dummy.m rename ios/Pods/Target Support Files/{Pods-RocketChatRN/Pods-RocketChatRN-frameworks.sh => Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-frameworks.sh} (100%) rename ios/Pods/Target Support Files/{Pods-RocketChatRN/Pods-RocketChatRN-resources.sh => Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-resources.sh} (100%) rename ios/Pods/Target Support Files/{Pods-RocketChatRN/Pods-RocketChatRN-umbrella.h => Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-umbrella.h} (57%) rename ios/Pods/Target Support Files/{Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig => Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.debug.xcconfig} (100%) create mode 100644 ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.modulemap rename ios/Pods/Target Support Files/{Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig => Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.release.xcconfig} (100%) create mode 100644 ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-acknowledgements.markdown create mode 100644 ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-acknowledgements.plist create mode 100644 ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-dummy.m create mode 100755 ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-frameworks.sh create mode 100755 ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-resources.sh create mode 100644 ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-umbrella.h create mode 100644 ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN.debug.xcconfig create mode 100644 ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN.modulemap create mode 100644 ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN.release.xcconfig diff --git a/ios/Podfile b/ios/Podfile index f12dd43a0..9b4904be1 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -10,11 +10,14 @@ def all_pods use_flipper! end -target 'RocketChatRN' do +abstract_target 'defaults' do # force use our own JitsiMeetSDK pod 'JitsiMeetSDK', :git => 'https://github.com/RocketChat/jitsi-meet-ios-sdk-releases.git' all_pods + + target 'RocketChatRN' # Experimental app + target 'Rocket.Chat' # Official app end target 'ShareRocketChatRN' do diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 6411e07e2..4d25556b4 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1003,6 +1003,6 @@ SPEC CHECKSUMS: Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a -PODFILE CHECKSUM: c38f9a91b5c154453863a4ee1ccc203da58ad2f2 +PODFILE CHECKSUM: 8477bd3277dec7b3190105d922512e3791bc026f COCOAPODS: 1.9.3 diff --git a/ios/Pods/Manifest.lock b/ios/Pods/Manifest.lock index 6411e07e2..4d25556b4 100644 --- a/ios/Pods/Manifest.lock +++ b/ios/Pods/Manifest.lock @@ -1003,6 +1003,6 @@ SPEC CHECKSUMS: Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a -PODFILE CHECKSUM: c38f9a91b5c154453863a4ee1ccc203da58ad2f2 +PODFILE CHECKSUM: 8477bd3277dec7b3190105d922512e3791bc026f COCOAPODS: 1.9.3 diff --git a/ios/Pods/Pods.xcodeproj/project.pbxproj b/ios/Pods/Pods.xcodeproj/project.pbxproj index a67b3bee1..77e09cb35 100644 --- a/ios/Pods/Pods.xcodeproj/project.pbxproj +++ b/ios/Pods/Pods.xcodeproj/project.pbxproj @@ -369,7 +369,6 @@ 09E8364FF8A74FFD76DDABDAFC03BA25 /* SocketOptionMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF76C6897EA0C33AC1F484372098DDF1 /* SocketOptionMap.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 09F3D38C2BAD56F608FD7A7F26E29DF7 /* BSG_KSJSONCodecObjC.m in Sources */ = {isa = PBXBuildFile; fileRef = 0173C60E4048872DAFC00AE9114F945F /* BSG_KSJSONCodecObjC.m */; }; 09FB0A144CF42E303B1DBCC78F83BF80 /* YGValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34C4F3F2A22FD60BFFD178C41DF9A7F2 /* YGValue.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; - 0A06F7698E5831BF63755F866A49ED0D /* Pods-RocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B2F7DCD22820454F71D3B997AB011009 /* Pods-RocketChatRN-dummy.m */; }; 0A0F924BEDB66B36140C0412B7C28B07 /* libMMKV.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4F05177E9EB56BC4B68D13024F08946B /* libMMKV.mm */; }; 0A1D55F1B9853ABF7938B05BA4834FA4 /* picture_psnr_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = A018667154B9A43244B18AE2A8EEEE50 /* picture_psnr_enc.c */; settings = {COMPILER_FLAGS = "-D_THREAD_SAFE -fno-objc-arc"; }; }; 0A279C3E604AF38251E0B139CAC0972A /* FLEXUtility.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5C11C44A2D9489E22B2FED225FB6B8D8 /* FLEXUtility.mm */; settings = {COMPILER_FLAGS = "-DDEBUG=1 -DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0"; }; }; @@ -656,6 +655,7 @@ 1F6F14599996B93C539765F5487F2EC8 /* EventBaseLocal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 64B198E55977C63B6F78131BCC55629E /* EventBaseLocal.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 1F7FD0151974574C65E69222362F5C5D /* SpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D33D15D5083476886ACAD72FED3BB59 /* SpinLock.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1F86CB2E2CEA16D1B980E7BF5BA6143F /* Benchmark.h in Headers */ = {isa = PBXBuildFile; fileRef = 4278E6D5CBD1835FDDDBFD6C73E5E85A /* Benchmark.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1FBE0A938C4564219AD47F5CCC0117AE /* Pods-defaults-RocketChatRN-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BE44CBCE6C75B26E95A4555F9D976298 /* Pods-defaults-RocketChatRN-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1FBEB14D59EDB8BBB530458D8F9DB553 /* RCTConvertHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 029A7C5F118B366FCF0283EFAB4C84A1 /* RCTConvertHelpers.h */; settings = {ATTRIBUTES = (Project, ); }; }; 1FD704624BDCEC3E55225FB0CFABB272 /* CodedInputDataCrypt_OSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E6888C29059DBD52EA90C9361F9A2C09 /* CodedInputDataCrypt_OSX.cpp */; settings = {COMPILER_FLAGS = "-x objective-c++ -fno-objc-arc"; }; }; 1FDAFB11110726C845E4425DBC6D1744 /* AtomicUtil-inl.h in Headers */ = {isa = PBXBuildFile; fileRef = AB7245FDAFA76C959A399AD1A91963AD /* AtomicUtil-inl.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -954,7 +954,7 @@ 3929080731EB2D1F3FFC4DADDE4D40AD /* TcpConnectionFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83E88240D219BA3DDF24AC3708FD3720 /* TcpConnectionFactory.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 393DF61B04268D1D9D95157D8CADC303 /* GULNSDataInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 185AF3CE12ECA801C8FF000E4ED57664 /* GULNSDataInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; 395D119FF96309E04EE03D7CF8C2E5ED /* logging.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0E1B73D6D8D898B2E1C082B632D93A33 /* logging.cc */; settings = {COMPILER_FLAGS = "-Wno-shorten-64-to-32"; }; }; - 396C2E0C5379CBEBC6835C56DAD9F90F /* Pods-NotificationService-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E11BDC46C8FD8C1DD978C2F2EBB7A7AB /* Pods-NotificationService-dummy.m */; }; + 396C2E0C5379CBEBC6835C56DAD9F90F /* Pods-NotificationService-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 24DD06DF3760AA8A84A2FD651A74E8B0 /* Pods-NotificationService-dummy.m */; }; 399A3A0B0123279310C918A163C8FE5B /* FIRCLSMachOBinary.h in Headers */ = {isa = PBXBuildFile; fileRef = F828BF8AEA7D571FD0FDD911C65DF640 /* FIRCLSMachOBinary.h */; settings = {ATTRIBUTES = (Project, ); }; }; 39C7B8CBC7FF6C71A08118BE63C072A0 /* Peertalk.h in Headers */ = {isa = PBXBuildFile; fileRef = 847AFE3401DC323E712E61C2DF495686 /* Peertalk.h */; settings = {ATTRIBUTES = (Project, ); }; }; 39F20C1D5CF66B8E97A10178E5DB0260 /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = 57806793A1397E49CE878A52F7BC900E /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1670,7 +1670,7 @@ 71CDB38DBECC40D6276111BC47DC9128 /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = FA218BC4951B1A21D64A0068BA8B5EDF /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; 71DA323AE9599DDFFE79308FEBB90DDC /* RCTBackedTextInputDelegateAdapter.h in Headers */ = {isa = PBXBuildFile; fileRef = 503E67DAE1DFF0C92FC7712F09ECD834 /* RCTBackedTextInputDelegateAdapter.h */; settings = {ATTRIBUTES = (Project, ); }; }; 71E9C344164B11D9B50F8B6D3353EA92 /* SSLOptions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16F18DBFE346A5A481E073509805F5DF /* SSLOptions.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - 71EC94F18336E5E8B68DF5368B267CC1 /* Pods-ShareRocketChatRN-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E391BFAA9D36B5073737F24A2D69C976 /* Pods-ShareRocketChatRN-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 71EC94F18336E5E8B68DF5368B267CC1 /* Pods-ShareRocketChatRN-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BAED847E8A22919EDDB894F3B4C38BFF /* Pods-ShareRocketChatRN-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 71FEC2B79DBEA1991FBA517A8F65B8E2 /* GULLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = A3BDC5540F5209A94BBB26305C8C0D6E /* GULLoggerLevel.h */; settings = {ATTRIBUTES = (Project, ); }; }; 720AC7A8CF8A8830745E6593E67D22BD /* SDInternalMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = 8601B7570AA252E718888D82F16048C8 /* SDInternalMacros.m */; }; 720C6FED7064F5B2CA7DFABC3737EEE0 /* CertificateUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = F655C1597FD17DA9BB414230A62B1466 /* CertificateUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -1919,7 +1919,7 @@ 862FEED32BABD545238D44E3D95D37EC /* GDTCCTCompressionHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3A536A1ECAAACACA8D65D17C12A514 /* GDTCCTCompressionHelper.m */; }; 8637B3CD2700697D8261C25D1E2BFCD3 /* StaticSingletonManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DB3DB92015BAB536E4F2AA36E7D213E1 /* StaticSingletonManager.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 864666FE89322FF78BD7F33FFBDBE0DD /* RCTImageBlurUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = CBAE363E51432FC4C3AF8737A3239D21 /* RCTImageBlurUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 86500E7EC1970DC2C7D2AC3CBB58BEC8 /* Pods-ShareRocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AFB68C392BA713BC2E9BC7500977A2D2 /* Pods-ShareRocketChatRN-dummy.m */; }; + 86500E7EC1970DC2C7D2AC3CBB58BEC8 /* Pods-ShareRocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 81ABB69299E6F3BB892E995CFDCECD7A /* Pods-ShareRocketChatRN-dummy.m */; }; 8651F6EB858161F4C25EEE33403F039E /* CancellationToken.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 85F6CD622423E9C138EE45B94362A35C /* CancellationToken.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; 8651F9A44337C6E0F74B81ABC3DCF605 /* RCTTransformAnimatedNode.h in Headers */ = {isa = PBXBuildFile; fileRef = B4D120689E530168FE4B87A31A92AD44 /* RCTTransformAnimatedNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; 867AFB5470212F03BA232338807245C3 /* Flipper-DoubleConversion-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DAE7A2692E7F564E6958228769028DAE /* Flipper-DoubleConversion-dummy.m */; }; @@ -2040,6 +2040,7 @@ 9000ED0C5C7BF90A5AD7B407D0EA396E /* EXConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 66CFBB4CBFEAD63EE3FC74774E96F6BA /* EXConstants.m */; }; 9004BD3B2B71C20129D136519D9E375D /* QBVideoIconView.m in Sources */ = {isa = PBXBuildFile; fileRef = B855631FC41E72EC02F37BA684CDF702 /* QBVideoIconView.m */; }; 9008EEDD5F909E2593F9AFEA4BE3C3B2 /* ChecksumDetail.h in Headers */ = {isa = PBXBuildFile; fileRef = D7BEA8A3A6B124B4E9B0C722EAFA7FC8 /* ChecksumDetail.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9046AAE5534722F9EDC2B380B3AAB89F /* Pods-defaults-Rocket.Chat-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FF15DDF56C721A3A36BEBEC97A731D5 /* Pods-defaults-Rocket.Chat-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; 905D94E8C81E3E4D92885F63365C0147 /* BugsnagConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = E6D329ABF8B505D705CED921939B982A /* BugsnagConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; 9066E9AA143B08DAF36709D6FDE23D59 /* FIRCLSProcess.c in Sources */ = {isa = PBXBuildFile; fileRef = 7A6F3749C087FCF308DF196556357C7F /* FIRCLSProcess.c */; }; 906F81B02AF6433FF551221C78F8683D /* RNNotificationCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 62D3FFC76E768F50527141D4D81DE464 /* RNNotificationCenter.m */; }; @@ -2929,6 +2930,7 @@ D514142384ACF8A93369F892EEBC9AF0 /* RNDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = A71AE4C908A5098430E1FA67BCFB7C89 /* RNDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; D51C0A4C9C36F36099586087D49CB7C0 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 000902304BD53E799CCEB806DC22CB37 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; D52C85AFE270ABCF61A5371751645F85 /* BSG_KSString.c in Sources */ = {isa = PBXBuildFile; fileRef = 108F6BE54A0DCEFE2882EFF150B41C5D /* BSG_KSString.c */; }; + D52DF263F6B8B51F0BBD84B9EA495BEA /* Pods-defaults-Rocket.Chat-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1755BCB66039C137A85759A7F94BCBA6 /* Pods-defaults-Rocket.Chat-dummy.m */; }; D570E8D48A9B65FEA255788B0CCCE60D /* BSG_KSCrashSentry_User.c in Sources */ = {isa = PBXBuildFile; fileRef = 9B1291155C81687F0E27949F38FDD0C7 /* BSG_KSCrashSentry_User.c */; }; D57B2E95729494B9AD629E13508E9667 /* FIRCLSReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F54326AC621E597F0AE6531674584AA /* FIRCLSReport.h */; settings = {ATTRIBUTES = (Project, ); }; }; D5863DF5B8435B11DB51B2742283233C /* NetOps.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FC4699813258B1B0ACDF0D9BF8CB4DDF /* NetOps.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_HAVE_PTHREAD=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0\n -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; @@ -3257,10 +3259,10 @@ ED299EE11477F536FFB990FF2553A006 /* DefaultKeepAliveExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C161A0D9AD64B1BCAC02DB33B770404 /* DefaultKeepAliveExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; ED30C6E2F717A547B371051A574BF7B5 /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 11FE0D3318F8A8083C3359A7EB5FBBC7 /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; ED4D83EF245BC107F0E2A6CA215D3237 /* PriorityThreadFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ECB2B4C502267356B91B34510DE8D5E /* PriorityThreadFactory.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ED516E8D8D15F1E6B48168D0B35BC633 /* Pods-defaults-RocketChatRN-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F21CCAF47107D491C484F4743F565B80 /* Pods-defaults-RocketChatRN-dummy.m */; }; ED98885E70EE77B48A442447D100D466 /* PolyException.h in Headers */ = {isa = PBXBuildFile; fileRef = 80DD0A8F4C5CF406C0F37818D10DA35A /* PolyException.h */; settings = {ATTRIBUTES = (Project, ); }; }; EDC277A1E3477145482259C3815CC180 /* OpenSSLCertUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 13F0A29462F625C779ECF572B1353F96 /* OpenSSLCertUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; EDC6F1D98E2A672DAD7140C8799FA796 /* FBLPromise+Await.h in Headers */ = {isa = PBXBuildFile; fileRef = D205A73E4DEC271CBDD738F85181D734 /* FBLPromise+Await.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDF099C1E6202136B30B11AB417B06D9 /* Pods-RocketChatRN-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 216672BED32F85481BC7D29C4E5A4F05 /* Pods-RocketChatRN-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; EDF85D68CD3EC82261AEBE173F2C73E2 /* FIRCLSSerializeSymbolicatedFramesOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 79E0A5D35BB7344824EE2C24204CAB73 /* FIRCLSSerializeSymbolicatedFramesOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; EE019C4DD1B59F01799C89B3AEC1A4A9 /* FIRCLSNetworkResponseHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 0059306D112DB7C6BF55E41D08388D23 /* FIRCLSNetworkResponseHandler.m */; }; EE14BA16332AA06FB5220EC096A39B02 /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = F905D7B0C849F5F1F12A9998C72FE06E /* de.lproj */; }; @@ -3476,7 +3478,7 @@ FD307CAE1E4E1D875C747E9EE74B381D /* FIRCLSSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 4751C8842DB12D9676EE1AE4FCD9D340 /* FIRCLSSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; FD3FE38EA7ED41179CA0B88ED2AF42D2 /* Folly-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 22CE50FF234CDD024B7673DAAEB09167 /* Folly-dummy.m */; }; FD42A399CC853EF89420C6A30A6DB318 /* FrameSerializer_v1_0.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A2729FB149C004BFC5F9A0BE463A22FF /* FrameSerializer_v1_0.cpp */; settings = {COMPILER_FLAGS = "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors"; }; }; - FD5E9AC8D85FE7E67D43A5CFD71E4961 /* Pods-NotificationService-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F3B7EF7FEAE0F036B87223B377B7C14 /* Pods-NotificationService-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD5E9AC8D85FE7E67D43A5CFD71E4961 /* Pods-NotificationService-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 44036119557B4464513ACB6E0DD07799 /* Pods-NotificationService-umbrella.h */; settings = {ATTRIBUTES = (Project, ); }; }; FDAB49B0E6A18F0CB82A386B8EDDAC9B /* Stdlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 66213C6A99D2085765AE01D5A02E58B0 /* Stdlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; FDDF25EB74BFB8878206959BC43F9877 /* RNFetchBlobConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 210E4FF824FC4CB01B2165DF81E94177 /* RNFetchBlobConst.h */; settings = {ATTRIBUTES = (Project, ); }; }; FDEE445C5A93166BC98758FA448C4FF1 /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BA387EA97F001C16AAEBB8058CEC51E /* event.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -3511,6 +3513,13 @@ remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; remoteInfo = RCTTypeSafety; }; + 00D29F45E290B88AD8C7A4A97F07A352 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28A005E00FB77DDB2543047A07ED99A5; + remoteInfo = EXAppleAuthentication; + }; 014DCA5C2300804E63CCA8A94354DF74 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3518,6 +3527,13 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; + 02811F56D6FAC43036D138393288C0A6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; 03B7AFF21F8345C0654178D8ACC2829F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3525,6 +3541,20 @@ remoteGlobalIDString = 3ED96FB9FE1D18D5F1239C60A109F98C; remoteInfo = "react-native-restart"; }; + 040936BBB030CBFCD8D08E6E1393DC0E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; + remoteInfo = SDWebImageWebPCoder; + }; + 041612898062719586C21FC2C33906B5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4A95B7CD1D5F80C5E8CD9CDA00D41F70; + remoteInfo = EXVideoThumbnails; + }; 0487329FEB5DDFD9F69B737703995AE9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3532,12 +3562,12 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; - 0499FAD0AD4BE55E72E0985D5EC9D584 /* PBXContainerItemProxy */ = { + 04BD55648024D7AD6EC0B596BD274CA2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0D82774D2A533D3FFAE27CAB4A6E9CB2; - remoteInfo = RNImageCropPicker; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; }; 050CCF8AC49E5099802F81A00BE6CE06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3546,13 +3576,6 @@ remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; remoteInfo = FBReactNativeSpec; }; - 057FBB4D5848A86D536F064103C52149 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; - remoteInfo = "React-cxxreact"; - }; 059245BD6657E0FFC8585FA34488255A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3560,12 +3583,19 @@ remoteGlobalIDString = E3573FB7AF659C42B699003C73722241; remoteInfo = RNFBCrashlytics; }; - 06C240B55E5570801D269E68CB530ACF /* PBXContainerItemProxy */ = { + 064E5A394D1D28DBB42235B0242B214E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E3573FB7AF659C42B699003C73722241; - remoteInfo = RNFBCrashlytics; + remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; + remoteInfo = "react-native-slider"; + }; + 06F40A416575199C0A0C8550C76E2C5B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; + remoteInfo = EXAV; }; 070B503716FB3674890D0D3703BC3ABB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3574,6 +3604,13 @@ remoteGlobalIDString = 2038C6F97563AAD6162C284B3EDD5B3B; remoteInfo = UMSensorsInterface; }; + 076889D3C06B1833D913283DDC272941 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; + remoteInfo = "React-Core"; + }; 07A880638C486AC89EC28918501D09FD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3581,12 +3618,12 @@ remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; remoteInfo = GoogleDataTransport; }; - 07F3862FC0C392885FA735C500986CD1 /* PBXContainerItemProxy */ = { + 07FF705AB52FEEC46015A62DFA428823 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2038C6F97563AAD6162C284B3EDD5B3B; - remoteInfo = UMSensorsInterface; + remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; + remoteInfo = CocoaLibEvent; }; 0846CCC3525D02602FE0DBD814232EE3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3595,6 +3632,13 @@ remoteGlobalIDString = EC577C5CB1DC59A7464ECEF266A75B42; remoteInfo = "react-native-netinfo"; }; + 085E77FD6F23314F05BCF6540A43C954 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; + remoteInfo = UMConstantsInterface; + }; 0866138EC1AA61E5D5A720EEF037E1E7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3609,13 +3653,6 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - 08A7606605C650B0870F20ADD5F6FA4A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; - remoteInfo = "React-RCTVibration"; - }; 08A83E53265D712D11EF7DB907338D51 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3630,13 +3667,6 @@ remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; remoteInfo = UMFileSystemInterface; }; - 097697E6ACEAFD36D2D896E53B509ACA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 868B90C74770285449C60DBA82181479; - remoteInfo = EXFileSystem; - }; 0A14A5E94B8535EB1D3FCB0922873A31 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3644,13 +3674,6 @@ remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; remoteInfo = KeyCommands; }; - 0A59FBC1BA1D4D4C2D0A7B560EFCFDA7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; - remoteInfo = BugsnagReactNative; - }; 0A7B79EF22E33D1D0EF5ADCE3B67F309 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3679,13 +3702,6 @@ remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; remoteInfo = UMPermissionsInterface; }; - 0B0914647866FF2AC5DED83087A1C006 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; - remoteInfo = UMPermissionsInterface; - }; 0B2D86A663FEBAAE08E336A3B73D6306 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3707,12 +3723,12 @@ remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; remoteInfo = SDWebImage; }; - 0BA21C2016A683FD28E4FE77D85FE57A /* PBXContainerItemProxy */ = { + 0BF14EA0A6CF416F418E9304DBC2F020 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; - remoteInfo = GoogleDataTransport; + remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; + remoteInfo = Flipper; }; 0D7EE592EBC003093EA7BC70279C8524 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3728,12 +3744,12 @@ remoteGlobalIDString = D0EFEFB685D97280256C559792236873; remoteInfo = glog; }; - 0FD939C82559F7254C5A929B1DD360B2 /* PBXContainerItemProxy */ = { + 0F970A460496A38FCBDB59B76C19CDE0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; - remoteInfo = RNBootSplash; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; }; 10001AD85D5FCCFE98B284E3048F3290 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3749,6 +3765,55 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; + 111E8675326B0947379BBC11EEAD682B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; + }; + 11477D19A882C2DEE8170D4406146EEB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; + remoteInfo = RNDeviceInfo; + }; + 118D90DFDBAC9A7CBF5EC8CE61A257CC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; + remoteInfo = "Flipper-Glog"; + }; + 11D3423C48B0B7A99112B3E132777812 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; + }; + 11FB75F442DC6DFFEA3744A5F5C7054A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; + remoteInfo = "Flipper-Folly"; + }; + 11FD8623F60EC6D3476D646B500185C8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; + }; + 124846D5EC140D5737F860D58952A2C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; + remoteInfo = CocoaAsyncSocket; + }; 1269D7C0BCB25B42D2E6D08685E976D5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3770,13 +3835,6 @@ remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; remoteInfo = "OpenSSL-Universal"; }; - 1282777F317E657E4142702C02CC6285 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; - remoteInfo = "React-jsi"; - }; 12CEFCC50C593D5F738DF51DF72673E5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3791,13 +3849,6 @@ remoteGlobalIDString = F3966F664F3CFAEFAB57C40FB54D3788; remoteInfo = TOCropViewController; }; - 134B4CA777A3D4DA878EDBECA99BAD43 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; - remoteInfo = "React-RCTBlob"; - }; 13EB0FB8ECA9CFD2387819FB667A3655 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3805,6 +3856,13 @@ remoteGlobalIDString = 869CED37B4B77AAE35DF8B6E70788BBC; remoteInfo = EXLocalAuthentication; }; + 14A1F5C122622EEBD44073C5FF6A91F7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BDD119F8782FABE2707D3D913EC3EDE5; + remoteInfo = RNFBAnalytics; + }; 14B7F0F380CF51CD43985A4764799925 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3812,12 +3870,26 @@ remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; remoteInfo = "boost-for-react-native"; }; - 14E7D9626314B93AD4BD2B9E86D8DBA6 /* PBXContainerItemProxy */ = { + 15BBF3020A990258AFBF0011A31AB579 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; - remoteInfo = "Flipper-Glog"; + remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; + remoteInfo = UMConstantsInterface; + }; + 15F6CE62980E44AAC63D9F6D85BCF968 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; + remoteInfo = RNRootView; + }; + 15F9C20F9E8FA53B251B6C431D0945AC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; + remoteInfo = "React-RCTSettings"; }; 16B64CB6E91DA9B636F658C1D787F26F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3826,6 +3898,13 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; + 179862A7E3B7D0BA1B1EE5F1377487E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 32CA4CBD6B28983076BD93DA221AD027; + remoteInfo = YogaKit; + }; 17BA2974AD109A8F8E3FBF600B309FAA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3854,6 +3933,13 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; + 189532D867A43347C18C537951BA6AEC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 50188AAB5FAECCA9583327DBA2B0AF2B; + remoteInfo = UMTaskManagerInterface; + }; 1935BB0AD17AA88B5745D2D4838E1655 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3868,13 +3954,6 @@ remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; remoteInfo = "react-native-jitsi-meet"; }; - 19A87C34818ADDCD9BA2E82360C814D9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; - }; 19CBED97EF7DD2E942C98046CDE6FCFD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -3882,12 +3961,12 @@ remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; remoteInfo = Folly; }; - 1ABC0F30F85A552A0BA66D1896B1F6A2 /* PBXContainerItemProxy */ = { + 19D465850D177079DD6C13E9B930B406 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = ADC4ACC657481AD27F9936D08FF7F49A; - remoteInfo = "react-native-cookies"; + remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; + remoteInfo = RNFastImage; }; 1BB6D91ADAAB04641A556CEAF54B0D1D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3910,12 +3989,26 @@ remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; remoteInfo = JitsiMeetSDK; }; - 1D97A596C5079A754E160F867803D119 /* PBXContainerItemProxy */ = { + 1D0C6C23A42AB111CA0D61800A25A39F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; - remoteInfo = UMConstantsInterface; + remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812; + remoteInfo = RNConfigReader; + }; + 1DD84FFDAF4C1BACF20D021770B1483E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 1E56C5C7D57E249715E10FBA2479A548 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; + remoteInfo = "react-native-background-timer"; }; 1F1AE10F4FFB40711BD7F6EB83B9E769 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3952,12 +4045,19 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 20E8C6E83A867AC7D5F3A17FFA06AB67 /* PBXContainerItemProxy */ = { + 20B7ED08A6FE251F598A456BC3BCF4EB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; - remoteInfo = SDWebImage; + remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; + remoteInfo = JitsiMeetSDK; + }; + 211E10B355FD289B101DE6CED2200678 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4A95B7CD1D5F80C5E8CD9CDA00D41F70; + remoteInfo = EXVideoThumbnails; }; 216FC78BFCF3C478BD1E51FA80D968EA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -3973,26 +4073,12 @@ remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; remoteInfo = EXImageLoader; }; - 22B2FE237AD19D4629FB0AC070909F8D /* PBXContainerItemProxy */ = { + 237D1028F8C14282337CC711202346FD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; - remoteInfo = Folly; - }; - 23094B92521FED0AC5D8167F323A0ECB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 014495932E402CA67C37681988047CA2; - remoteInfo = UMFontInterface; - }; - 2324B53D4AD8707828E4E6CB04BF4E0E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3ED96FB9FE1D18D5F1239C60A109F98C; - remoteInfo = "react-native-restart"; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; }; 238A73DC63295BE2E2783D02E4DDEF70 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4001,6 +4087,20 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; + 23DBF81A6812AD964AF9345D5E9EAA83 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; + remoteInfo = RNCAsyncStorage; + }; + 244B3A71501A7E38CA44C804BD2C33F6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; + remoteInfo = RNFBApp; + }; 2468F913DE6414B7D9859760B69245B4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4015,19 +4115,33 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - 2594A6A9FD228CD474E82AF624840D42 /* PBXContainerItemProxy */ = { + 24BA854F9E6BFCCA9891DFB4FEEC0CCE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; - remoteInfo = MMKVCore; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; }; - 261B18321BAD8FED75D348A33AADE567 /* PBXContainerItemProxy */ = { + 261326722201CB3C31AFA4769552C037 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; - remoteInfo = FirebaseCrashlytics; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; + 26852744DE7959838234E3B9543C9293 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; + }; + 268F8D2B92A7B5AD1C9C32F9C66316AC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; + remoteInfo = ReactNativeART; }; 26EA74B03763D19362BDC43457F2C801 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4057,6 +4171,13 @@ remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; remoteInfo = RCTTypeSafety; }; + 2767098279FB374F829000A3AE2AB615 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; + remoteInfo = "React-RCTSettings"; + }; 277F13B9855FBA5F700B4C82544818C6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4064,12 +4185,19 @@ remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; remoteInfo = EXAV; }; - 27B9368CA23BE1A1ACD33A696D4AA603 /* PBXContainerItemProxy */ = { + 27A42E5D17DE1A0DFCB1E5763117A537 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; - remoteInfo = Firebase; + remoteGlobalIDString = C452F579644C83E8D8E36EC24A9BBD46; + remoteInfo = UMAppLoader; + }; + 27FA9F0F68697CDAD54F375EAE5F8931 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; }; 2914746622EF87766D0AD3849834160D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4078,6 +4206,20 @@ remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; remoteInfo = nanopb; }; + 29223C5005BD5C18AD92BADB7A138C1F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0CF4D9052577C85B6B8C4E957332626B; + remoteInfo = EXKeepAwake; + }; + 29BF0BC00D9A0A2A10D1F44DBC993637 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; + remoteInfo = "react-native-cameraroll"; + }; 29F64FF42488D3C58F1F4B29D58DAAC4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4092,6 +4234,13 @@ remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; remoteInfo = "React-RCTActionSheet"; }; + 2A75E54D489071F72F130003A82C18C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; + remoteInfo = "react-native-cameraroll"; + }; 2A7A80FFB6CD7F16BBED6A0A13725241 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4099,6 +4248,13 @@ remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; remoteInfo = ReactCommon; }; + 2B0BF2E19ED3EB7C4F5D282488ADCD4D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; + remoteInfo = UMImageLoaderInterface; + }; 2B835E061108B05C711E4183FD6774E8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4113,6 +4269,13 @@ remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; remoteInfo = UMFileSystemInterface; }; + 2BAEB427BF2856CD5055258DDD443912 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; + remoteInfo = FirebaseCoreDiagnostics; + }; 2C5430E59569BF99C4169F119B7DEAFD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4120,6 +4283,13 @@ remoteGlobalIDString = C452F579644C83E8D8E36EC24A9BBD46; remoteInfo = UMAppLoader; }; + 2C623797E67B7C368BB0880B88675397 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; 2CA3296A7A1791565395976FA7848B17 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4127,6 +4297,13 @@ remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; remoteInfo = "Flipper-PeerTalk"; }; + 2CF0891B88CE0228FBFCE9DAD71B088E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; + }; 2D3E04AAADD4D701F28FF88AD99F125E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4141,12 +4318,12 @@ remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; remoteInfo = CocoaAsyncSocket; }; - 2D7CC8F70AE52AFBCC0F17E0351C6C37 /* PBXContainerItemProxy */ = { + 2D5E50FC50769B31EC7B3C8D879A52B3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 982644B5B647690B2E4F5B3F54EB5717; - remoteInfo = FlipperKit; + remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; + remoteInfo = CocoaAsyncSocket; }; 2D8136F758A9D9DF16FE450EC1919CC9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4155,13 +4332,6 @@ remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; remoteInfo = ReactCommon; }; - 2DD5699CF330FE07BBEC936E4F8E7621 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C452F579644C83E8D8E36EC24A9BBD46; - remoteInfo = UMAppLoader; - }; 2E1AA581CF634FBF722858F656BAF1F6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4176,12 +4346,26 @@ remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; remoteInfo = GoogleUtilities; }; - 2F12977CA2FA4E8FC4148D0415BAC6F0 /* PBXContainerItemProxy */ = { + 2ECADCC6DA89025D6789BC34F51C4845 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; - remoteInfo = UMCore; + remoteGlobalIDString = EC577C5CB1DC59A7464ECEF266A75B42; + remoteInfo = "react-native-netinfo"; + }; + 2ED08171D17AA5C4349DDA596C07F2D2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; + remoteInfo = EXConstants; + }; + 2EEA45C9EA155182DA5E2E2EA0C9DF30 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; }; 2F63DE62677D56905790B947594B5331 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4190,6 +4374,13 @@ remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; remoteInfo = RNLocalize; }; + 2FA72F7D1A6E654C5026D82D232BEA8A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; + remoteInfo = RNGestureHandler; + }; 2FBB38BBD59A7054369EA6B8C26D68E2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4197,12 +4388,12 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; - 2FEE2AFB4BB7FBBB2321F3A0CCA6DA26 /* PBXContainerItemProxy */ = { + 2FECF6286B454E8F80478A7369387BAE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; - remoteInfo = FirebaseCoreDiagnostics; + remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; + remoteInfo = EXImageLoader; }; 3171BFFAB5448596004400085590AAB3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4253,6 +4444,13 @@ remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; remoteInfo = "React-RCTBlob"; }; + 32C7FCF2CA4D9BF82970AD2FB7BEE5B2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; + remoteInfo = MMKV; + }; 334BAA095B94198C9831E87C5B953892 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4260,12 +4458,26 @@ remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; remoteInfo = Folly; }; - 3484D64A80250489DB203841EA8D9337 /* PBXContainerItemProxy */ = { + 33D51C73820F61D9BF5BF27C51AFEE6D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EC577C5CB1DC59A7464ECEF266A75B42; - remoteInfo = "react-native-netinfo"; + remoteGlobalIDString = 037A1F31C4D99F52EC9FD2008FEC481C; + remoteInfo = ReactNativeUiLib; + }; + 33EEB017E94380DA84AAB446863FAB59 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; + remoteInfo = "React-jsinspector"; + }; + 34B90E8AA17732AE447D2B9C13F51998 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; + remoteInfo = MMKV; }; 35D3A17997AFCA9139445E80B1BB5DD6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4274,6 +4486,13 @@ remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; remoteInfo = ReactCommon; }; + 35DCBF5A73E26AC86A435079A6FEE52D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; + remoteInfo = UMReactNativeAdapter; + }; 3664ADEBF5AA83A192D99CF6B94CAB5C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4281,13 +4500,6 @@ remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; remoteInfo = libwebp; }; - 3726206541B59782A3DC9A816E25923D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1A0445474DA11CA659C4BCC5AB64B1BF; - remoteInfo = RNCMaskedView; - }; 37350A0F992D463343D172E04F607117 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4295,6 +4507,20 @@ remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; remoteInfo = "OpenSSL-Universal"; }; + 37A2F3B2C28FA2065237C0D78C407A04 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EEBB8D24F2B3531A5C5DAA668D02331F; + remoteInfo = "react-native-blur"; + }; + 37FF49882F142663C5E6CEA673E74BC4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; + }; 387E0DBFB25B91078C1244F731AA58E2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4302,6 +4528,13 @@ remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; remoteInfo = UMConstantsInterface; }; + 38AF6BBACA4D0523FBB82F1E44264C6D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3ED96FB9FE1D18D5F1239C60A109F98C; + remoteInfo = "react-native-restart"; + }; 3920C103287C21BEDD2E8AE0FCF2E63D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4337,13 +4570,6 @@ remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; remoteInfo = "React-RCTNetwork"; }; - 3C8CE6715F3CA104CE1619B1E9C45654 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; - remoteInfo = EXImageLoader; - }; 3CFE5D33108B57D5CE7716656C397023 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4351,6 +4577,13 @@ remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; remoteInfo = UMPermissionsInterface; }; + 3D6C164B1957D58D9396600AFFD14172 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0D82774D2A533D3FFAE27CAB4A6E9CB2; + remoteInfo = RNImageCropPicker; + }; 3D743EFB2357453AC3425053A48C64FD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4379,6 +4612,20 @@ remoteGlobalIDString = 7A020DAB6F3F0BA0A6D9946E84B38B7F; remoteInfo = "React-Core-AccessibilityResources"; }; + 3EA51F0B27F6A093974D2A8A236E9787 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C452F579644C83E8D8E36EC24A9BBD46; + remoteInfo = UMAppLoader; + }; + 3EE89D2057D8414FFA2287019A4B3457 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; + remoteInfo = EXConstants; + }; 3F2D105822B9B3C73602563693C45DFF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4407,6 +4654,13 @@ remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; remoteInfo = BugsnagReactNative; }; + 418F76A64AE3A36B4A3AE72D032A32B7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; + remoteInfo = RNVectorIcons; + }; 41A33505887B02EEF9B9E70A97601439 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4477,13 +4731,6 @@ remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; remoteInfo = Yoga; }; - 462A09F9CBA10185B39C651003298C72 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 74DAFD196634D10887C9A4E7BA19A5E4; - remoteInfo = "react-native-mmkv-storage"; - }; 477801AAD25410E4050E34AC27712E69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4505,6 +4752,20 @@ remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; remoteInfo = "React-jsiexecutor"; }; + 47C123CE92F9387C7631FC3ECCDE2A16 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; + remoteInfo = RNRootView; + }; + 47E8162C4B5C2C770D5A2B4451B14FA1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; 47F5B9FECAC9F586BEC671C7CCAA0453 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4519,13 +4780,6 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 4928E1F7A2AFCA7490D9772A91069A71 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 037A1F31C4D99F52EC9FD2008FEC481C; - remoteInfo = ReactNativeUiLib; - }; 492CC510BF1D627CCDBC69C63A6277D7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4533,6 +4787,27 @@ remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; remoteInfo = Yoga; }; + 4932D89B8C5A275C718DB80BFFEEAD86 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 74DAFD196634D10887C9A4E7BA19A5E4; + remoteInfo = "react-native-mmkv-storage"; + }; + 499B43B64E3C0B766E511DE46919D417 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; + remoteInfo = FBLazyVector; + }; + 49BD6DD4C940A4FC09E726AC6D1D140B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 982644B5B647690B2E4F5B3F54EB5717; + remoteInfo = FlipperKit; + }; 49E33FFAE49C3DFDF4ACFA0055E5ED3D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4547,13 +4822,6 @@ remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; remoteInfo = RNDateTimePicker; }; - 4A049CD25721DB93F1B56D7A9DAA9407 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; - remoteInfo = "React-Core"; - }; 4A6F7A88166F4C5307881F4C9B77CD22 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4561,19 +4829,19 @@ remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; remoteInfo = "Flipper-Glog"; }; - 4AD8E766B1B603495F9B1E02A23E3A9C /* PBXContainerItemProxy */ = { + 4ADE323CE1C41CB080148F893E93BB09 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; - remoteInfo = "React-RCTText"; + remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; + remoteInfo = RNVectorIcons; }; - 4B6539BF8101EC1ED3248C19E314C123 /* PBXContainerItemProxy */ = { + 4B3110F6A59CB1DCDE4568B21C532702 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; - remoteInfo = "React-RCTAnimation"; + remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; + remoteInfo = "react-native-appearance"; }; 4BB55561D16F7A210BC3B8D49B7FA23E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4638,6 +4906,13 @@ remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; remoteInfo = "React-RCTAnimation"; }; + 4DCB1B1184F1C90F5CAEBB97456D879E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; 4DD64C62AFE1FECCBE769C3D68E81C35 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4645,6 +4920,13 @@ remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; remoteInfo = GoogleUtilities; }; + 4E2312F5C239B1BA548187129D4CDC9B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; + remoteInfo = RNBootSplash; + }; 4E28ED5325CFA970FB274E0C695EBA99 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4652,12 +4934,19 @@ remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; remoteInfo = CocoaLibEvent; }; - 4FCDA4B83C0943B54C032FF8CA449491 /* PBXContainerItemProxy */ = { + 4F56622BD000F4D70492C68A159C07A8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; - remoteInfo = UMFileSystemInterface; + remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; + remoteInfo = MMKVCore; + }; + 4F57BC98A75DF502F9D0328C12854343 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; + remoteInfo = EXAV; }; 4FF33ECD69EFF0048F7A667AC82437A2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4687,6 +4976,20 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; + 5106CC62D9996AA77F32CDEBD5D90CB4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; + }; + 513D4D8FE2C3265F07F2CF5C1C27DFCB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 037A1F31C4D99F52EC9FD2008FEC481C; + remoteInfo = ReactNativeUiLib; + }; 51D134D1678A389FE755C678B881449A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4694,13 +4997,6 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 51E1097650775F04DCC419598F03BD86 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 64F427905796B33B78A704063422979D; - remoteInfo = "rn-fetch-blob"; - }; 51F1E5BA6F010B629464C4712CB7E936 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4708,6 +5004,13 @@ remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; remoteInfo = RCTTypeSafety; }; + 523047756B608CD319BD707498C75334 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; + remoteInfo = "React-callinvoker"; + }; 5286136BCB028CC7483DE1E84A6060BA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4736,6 +5039,13 @@ remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; remoteInfo = "React-callinvoker"; }; + 53E3B7FF2D6B854C78D629A369CAA59A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; + remoteInfo = EXWebBrowser; + }; 53F2F5C059B577384D2EA44C1366D512 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4750,13 +5060,6 @@ remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; remoteInfo = nanopb; }; - 541BE27CBD6B45CC9E661B0724CC0203 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; - remoteInfo = "react-native-background-timer"; - }; 54663C111D89937B3542F92AFB158EF3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4764,6 +5067,13 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; + 54719CB43356933FFE0A3BDA28326EC7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3ED96FB9FE1D18D5F1239C60A109F98C; + remoteInfo = "react-native-restart"; + }; 54AA44D823E78315F7E3BFFCBB70FBE3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4771,13 +5081,6 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 5667B23F89E28068E461EC9327CF8139 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; - remoteInfo = "React-RCTLinking"; - }; 56743D9D986D453A2020F8A52E425876 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4785,12 +5088,12 @@ remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; remoteInfo = ReactCommon; }; - 568654F5A6A3E2041A0C9878F59FB11B /* PBXContainerItemProxy */ = { + 56D02F182D5D71CBE0E7DC24859AA4AA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; - remoteInfo = "React-jsiexecutor"; + remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; + remoteInfo = "Flipper-PeerTalk"; }; 56F8C669D4CBC18B67047107CBEBBB80 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4806,6 +5109,13 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; + 5720D2BDE293A5F56F512087DBDC179A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F3966F664F3CFAEFAB57C40FB54D3788; + remoteInfo = TOCropViewController; + }; 572874A62DE61803A441B42AC5394E71 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4813,12 +5123,12 @@ remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; remoteInfo = PromisesObjC; }; - 5790C3990A7826CAAA30AF0803E1447F /* PBXContainerItemProxy */ = { + 581537D530B5FB61BECDBD30DF4A18E4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 28A005E00FB77DDB2543047A07ED99A5; - remoteInfo = EXAppleAuthentication; + remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; + remoteInfo = RNGestureHandler; }; 589E2C12D15397CC6EA201220A02D3CE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4848,6 +5158,27 @@ remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; remoteInfo = DoubleConversion; }; + 5A461065B2AFC0524ABED3B4D0A1D056 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; + remoteInfo = "rn-extensions-share"; + }; + 5AAFCEC328A149E8A79F9A7D3D486437 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 014495932E402CA67C37681988047CA2; + remoteInfo = UMFontInterface; + }; + 5AB1E625478B9AF59538BFCD8846D978 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; + remoteInfo = GoogleDataTransportCCTSupport; + }; 5B4DE6196462EA6CEF20AF1493E4804C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4876,12 +5207,12 @@ remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; remoteInfo = EXConstants; }; - 5C329BBA65BDC0DDBC2B71ABAF5532BA /* PBXContainerItemProxy */ = { + 5C43F5F0420C105F45855BBB810DCA5B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; - remoteInfo = CocoaLibEvent; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; }; 5CAF30A7836BA98C722C2D6FCFC00E88 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4890,13 +5221,6 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 5D30784853FB3598EBCD808911B50B1F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; - remoteInfo = "Flipper-RSocket"; - }; 5D508B8C550B1B07189EBD0087506EBA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4925,13 +5249,6 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 5D9BEB8A9B7B3B4947AB2BFFAE382461 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; - remoteInfo = "react-native-appearance"; - }; 5D9E02241FC8FB78D3D5F9BCBE127CFB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4946,12 +5263,12 @@ remoteGlobalIDString = 2AD4F40E67E1874A0816F6B34289EB41; remoteInfo = UMFaceDetectorInterface; }; - 5E0888577AB00B5B570458AF50011DC0 /* PBXContainerItemProxy */ = { + 5DCDA8E65C9CB2814CDF681FB049A61F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; - remoteInfo = "react-native-slider"; + remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; + remoteInfo = "rn-extensions-share"; }; 5E17CE354271D5DCF09F40848D67DBCA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4967,12 +5284,12 @@ remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; remoteInfo = "React-RCTImage"; }; - 5F81CCAED61C5353F7091691ADB93F81 /* PBXContainerItemProxy */ = { + 5F6248BD0F30842E7797A3278B530437 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; - remoteInfo = JitsiMeetSDK; + remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; + remoteInfo = libwebp; }; 5F85CF2F6D174D2011461F33F6F9EF1D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -4981,6 +5298,13 @@ remoteGlobalIDString = 3ED96FB9FE1D18D5F1239C60A109F98C; remoteInfo = "react-native-restart"; }; + 5FDD4EA4CF4C2126D807E87F8F6A4CEA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E16E206437995280D349D4B67695C894; + remoteInfo = "React-CoreModules"; + }; 60004CBAD9624F5A99430EE406B6FF05 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -4988,6 +5312,13 @@ remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; remoteInfo = RNFBApp; }; + 607F12F699F2862F7710EFE410192D52 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; + remoteInfo = KeyCommands; + }; 60B89A79EBF8C98FE6D1BC2B79752CBD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5016,6 +5347,13 @@ remoteGlobalIDString = D0EFEFB685D97280256C559792236873; remoteInfo = glog; }; + 619ADB8A3E317BFAA3F902B13FA32106 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; + remoteInfo = libwebp; + }; 61CEFB61EEED2FB45C12AB4A6B246FFD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5030,6 +5368,20 @@ remoteGlobalIDString = 014495932E402CA67C37681988047CA2; remoteInfo = UMFontInterface; }; + 62C3DDEC2166ED56B29E20A39960D41B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; + remoteInfo = "react-native-orientation-locker"; + }; + 630B4FB606E6ED083E590ABB6A221263 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; + }; 631860DE902F5F310D8A337E215D175B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5037,6 +5389,27 @@ remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; remoteInfo = "React-RCTNetwork"; }; + 632A36ECE45F11A03AFB51D4A91F5A48 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; + remoteInfo = EXPermissions; + }; + 634FE781DB33B5E7B69FCF9783673FED /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E16E206437995280D349D4B67695C894; + remoteInfo = "React-CoreModules"; + }; + 6385B125C1F12D88E873C919C512D8D7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; + }; 639595E90A3BBD1358DA0838B178CB68 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5058,6 +5431,13 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; + 65468E8C5F61B6C576D2FB2D893A3039 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; + remoteInfo = RNFastImage; + }; 6565540D0CF63643BE6CE0421E5FDF49 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5065,12 +5445,12 @@ remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; remoteInfo = Folly; }; - 65E8F9FEA5E36FB1C90407D40155F9AA /* PBXContainerItemProxy */ = { + 65B1E179342A989347085E56D9A4F763 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D00F24222F074B31C56DC6D05E806A35; - remoteInfo = RNCPicker; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; }; 65EC04101B753A9192248B15EEED4827 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5079,6 +5459,13 @@ remoteGlobalIDString = D0EFEFB685D97280256C559792236873; remoteInfo = glog; }; + 65FF2FA3A22C79CF09DD212402B07DA3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; + remoteInfo = RNLocalize; + }; 66A455A3C6F2B04B1969C0272C21F441 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5128,6 +5515,13 @@ remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; remoteInfo = MMKV; }; + 689C7F986390E7FAA64215E3275EB760 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; + remoteInfo = "react-native-notifications"; + }; 68BD0B8DBFCB7C05B2AC32AC17CAA79B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5135,13 +5529,6 @@ remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; remoteInfo = EXPermissions; }; - 68EDB52570ECEF3F00315E8F625CA08B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; - remoteInfo = "rn-extensions-share"; - }; 68EE1A47FD13EA707CEC52005A4E4AE2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5163,6 +5550,20 @@ remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; remoteInfo = FBReactNativeSpec; }; + 69BF816AAD027125B667C2C838B65173 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; + remoteInfo = UMFileSystemInterface; + }; + 69DE6AE45EC653D2C40173CD48B83DD5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; + remoteInfo = "Flipper-Folly"; + }; 6AB14DCBA0268F0B02CAD15477B9E918 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5191,13 +5592,6 @@ remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; remoteInfo = RNCAsyncStorage; }; - 6B548E9A5DA37E158C9880C055017E04 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AD4F40E67E1874A0816F6B34289EB41; - remoteInfo = UMFaceDetectorInterface; - }; 6B5E4CBCC8FF49229E79C166D23A2D4D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5205,13 +5599,6 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - 6C51AD9D63B9A6952520C560FD058851 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; - remoteInfo = "React-RCTActionSheet"; - }; 6D21C4486ADDCDC2F8305432A1EBC358 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5219,12 +5606,26 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - 6D4F23EF102076480E0130DF2882F0AA /* PBXContainerItemProxy */ = { + 6D78640AB1EE40FB99B1B3F3EAD7C84F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 50188AAB5FAECCA9583327DBA2B0AF2B; - remoteInfo = UMTaskManagerInterface; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; + }; + 6DCA061FFF9CD2132781AA4A6ED80654 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6FE9147F8AAA4DE676C190F680F47AE2; + remoteInfo = "React-RCTLinking"; + }; + 6E3084F9DEADA93BDCE55451A006C912 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; + remoteInfo = BugsnagReactNative; }; 6E4150C76419056DFF4816989518DF7A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5240,6 +5641,13 @@ remoteGlobalIDString = 0A915EE9D35CA5636731F8763E774951; remoteInfo = UMCameraInterface; }; + 6E97D4820A16B0CC197902D13ED250F5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; 6EB1AA6F41745CD52E615A45ED47CA54 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5254,13 +5662,6 @@ remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; remoteInfo = Folly; }; - 6F6E09858B0050D62860967D0539FCBC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; - remoteInfo = RNFastImage; - }; 6FA27D990FBB7FA75D1F6AE5176701C9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5268,6 +5669,27 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; + 6FE65BCE3AD3712D26DACEA370F14558 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; + remoteInfo = KeyCommands; + }; + 70100A6E47EC258144A59C0EACBF758A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; + remoteInfo = "react-native-document-picker"; + }; + 704BC0B5B357B9E888BAFCF0B65E6D1C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; + remoteInfo = FBLazyVector; + }; 70B9A260A173DB11A7479BCBC89631D5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5317,12 +5739,12 @@ remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; remoteInfo = KeyCommands; }; - 73B945E555FDDF274DDC6ED513DA75FF /* PBXContainerItemProxy */ = { + 73CE315BF870A0C2C2775FA8162BB03B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; - remoteInfo = UMReactNativeAdapter; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; }; 73EC6796B93922DB058223C0581BCA2F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5331,13 +5753,6 @@ remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; remoteInfo = FirebaseCore; }; - 74508D82DB0B23EC4D75D1EC7BBFA8E5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; - remoteInfo = FBLazyVector; - }; 745F3B76E29817C5EF0CED264D0D9798 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5373,6 +5788,13 @@ remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; remoteInfo = FBReactNativeSpec; }; + 75C746B03847A56658193F5F4CA40F23 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; + remoteInfo = "Flipper-DoubleConversion"; + }; 75FDB7B6CFCD489CBE337679A7292AAB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5394,13 +5816,6 @@ remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; remoteInfo = Flipper; }; - 76AB8DCD61A82C2361F0D0001B8B77E6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 869CED37B4B77AAE35DF8B6E70788BBC; - remoteInfo = EXLocalAuthentication; - }; 77002E7DEB4271751EB8F6E5BB4859B6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5415,13 +5830,6 @@ remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; remoteInfo = RCTTypeSafety; }; - 77B2B4185F5D7C5F0097A6FB7FFC05CA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; - remoteInfo = Flipper; - }; 7831CED1476708E665D581B5354B1846 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5443,20 +5851,6 @@ remoteGlobalIDString = EC577C5CB1DC59A7464ECEF266A75B42; remoteInfo = "react-native-netinfo"; }; - 7884236FF95FD22630F70CCA66073700 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; - remoteInfo = "React-RCTNetwork"; - }; - 7889A9128FC1E058C1CB08DDC8030CE0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; - remoteInfo = RNFBApp; - }; 79042D6F188898492E1A0482F2C55C71 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5499,6 +5893,13 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; + 7AEA76F9D9A6294EF9E87BFED6FFB066 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 014495932E402CA67C37681988047CA2; + remoteInfo = UMFontInterface; + }; 7B8B837ABDEF64DCB1359191B094E372 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5513,6 +5914,13 @@ remoteGlobalIDString = 4A95B7CD1D5F80C5E8CD9CDA00D41F70; remoteInfo = EXVideoThumbnails; }; + 7C0167913A64F0C622629848010AE1E0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; + remoteInfo = "Flipper-DoubleConversion"; + }; 7C38BAB12FD81719F1FAED2DE8FE7FCD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5534,12 +5942,19 @@ remoteGlobalIDString = 037A1F31C4D99F52EC9FD2008FEC481C; remoteInfo = ReactNativeUiLib; }; - 7D643F568D2CB68DBEE4A7024011A61A /* PBXContainerItemProxy */ = { + 7D4FA6DE74139A90D99226A5BAD21492 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812; - remoteInfo = RNConfigReader; + remoteGlobalIDString = 1A0445474DA11CA659C4BCC5AB64B1BF; + remoteInfo = RNCMaskedView; + }; + 7D51BBF85728BCD6F07861754A722FE9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D00F24222F074B31C56DC6D05E806A35; + remoteInfo = RNCPicker; }; 7E326A20426F24448266C9D26F753712 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5548,13 +5963,6 @@ remoteGlobalIDString = BDD119F8782FABE2707D3D913EC3EDE5; remoteInfo = RNFBAnalytics; }; - 7E65B356FDA7E7C38AD252329602B3C8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; - }; 7E6BB52A902035DA4C911E93E37836A2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5569,12 +5977,12 @@ remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; remoteInfo = ReactCommon; }; - 7EC5FDD7D41136CBAA0152F7CEFF16E3 /* PBXContainerItemProxy */ = { + 7F53A9166ECE2C9B93DA19E19BDFCD72 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; }; 7FDB3730A064AF0B7A66DE4A75222CF2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5604,12 +6012,19 @@ remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; remoteInfo = "React-RCTImage"; }; - 80E591A99ACDAF06B14D97D118969C70 /* PBXContainerItemProxy */ = { + 808AE043D11158702268856E3A27B880 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; - remoteInfo = RCTRequired; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; + }; + 80DFD8AC59643F62563E2E171713475A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D63EF582C3FFEAFBF76242E9637C6E0A; + remoteInfo = CocoaLibEvent; }; 81D51893B19F646E59D26C8155960672 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5618,6 +6033,13 @@ remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; remoteInfo = PromisesObjC; }; + 81EAEB33E20099BB0453F7CBB1B71386 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 938CCE22F6C4094B3FB6CF1478579E4B; + remoteInfo = "React-RCTAnimation"; + }; 82CD3E61A36A47B8609F38EEFDC9E06A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5625,6 +6047,13 @@ remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; remoteInfo = Folly; }; + 83450FA660EED412F034F6A37328DCFE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; + }; 835453A676ED909156EBA83A3706767B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5639,13 +6068,6 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 83A3E840AB1F0738A07BAE1602773CBC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6083682834ABE0AE7BD1CBF06CADD036; - remoteInfo = CocoaAsyncSocket; - }; 8412A8A75CFBD4AB04DBAEF249C1D471 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5653,12 +6075,12 @@ remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; remoteInfo = FBReactNativeSpec; }; - 84E581BEB5EBA33E3D5D3786A78051AB /* PBXContainerItemProxy */ = { + 848B5CDE9412F7E650FECB70EC7111E1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; - remoteInfo = "boost-for-react-native"; + remoteGlobalIDString = 868B90C74770285449C60DBA82181479; + remoteInfo = EXFileSystem; }; 84FA7DBA04B5F19033F0ED39752E97A2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5667,13 +6089,6 @@ remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; remoteInfo = DoubleConversion; }; - 852DDE76B4270220058443111E47A04D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; - remoteInfo = EXHaptics; - }; 85322271CB8310113B52A1CB0A259950 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5681,6 +6096,13 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; + 85E51207420840997702FA2499F04AAE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; + remoteInfo = "OpenSSL-Universal"; + }; 86156BAFED7CF10E445A7A1283A4E8ED /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5688,12 +6110,12 @@ remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; remoteInfo = "react-native-cameraroll"; }; - 87531E11B9CDD5CEBE64BE5B4ACB0A6B /* PBXContainerItemProxy */ = { + 878007AD5DEC9126696D0C5F6EBF2670 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; - remoteInfo = "OpenSSL-Universal"; + remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; + remoteInfo = "Flipper-PeerTalk"; }; 87906FBD1550E2BED75E39A64F18883B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5730,6 +6152,13 @@ remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; remoteInfo = "Flipper-Glog"; }; + 881ACFD4214BD531701304622922FD32 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; + remoteInfo = UMPermissionsInterface; + }; 883F66C76AA0CC904711481E9F3384FC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5758,6 +6187,13 @@ remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; remoteInfo = "React-cxxreact"; }; + 89BB2903CA2FF7E6A91CB8A72D796D2E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; + remoteInfo = RNLocalize; + }; 8A0A5CFE89DA4573790C927897B986C3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5772,6 +6208,13 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; + 8AC60DA60E91326F148303E19500A826 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; + remoteInfo = GoogleDataTransportCCTSupport; + }; 8B76F7B39EF1FD2BCF96F33E94603F7D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5779,6 +6222,13 @@ remoteGlobalIDString = ADC4ACC657481AD27F9936D08FF7F49A; remoteInfo = "react-native-cookies"; }; + 8BD519A122A91CEA23579580EC7518F6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ADC4ACC657481AD27F9936D08FF7F49A; + remoteInfo = "react-native-cookies"; + }; 8BD52883CECCD61DCF960BB36CC22658 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5800,12 +6250,26 @@ remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; remoteInfo = "OpenSSL-Universal"; }; - 8D8F74D78420C87B4C4BC9CC9B7F5A0A /* PBXContainerItemProxy */ = { + 8D247AFEF1614B75F99CA00C8CEE72D0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0CF4D9052577C85B6B8C4E957332626B; - remoteInfo = EXKeepAwake; + remoteGlobalIDString = 263266A9E29FFF0E9C8CA0E4582BFCF4; + remoteInfo = EXImageLoader; + }; + 8D2FE757245E126F7ECE83AA9C274FEC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EEBB8D24F2B3531A5C5DAA668D02331F; + remoteInfo = "react-native-blur"; + }; + 8D3965D3626B22C4F3217E86B162D9B4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; + remoteInfo = "react-native-jitsi-meet"; }; 8DE77150A90CEAD42D2D2E764459BD6C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5828,20 +6292,6 @@ remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; remoteInfo = Yoga; }; - 8F8A2766F7138E8959C49D24217D09F7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; - remoteInfo = "react-native-webview"; - }; - 8FEC843D090A6D4B733A84DF2F4491DF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 718DB7D0A7E90B531AD577B3356C4161; - remoteInfo = "Flipper-PeerTalk"; - }; 8FF50D1D6A737316829F18FE4564A043 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5849,20 +6299,6 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - 901C1C10BC3CDC5B3B1599E751693424 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0EFEFB685D97280256C559792236873; - remoteInfo = glog; - }; - 902F08939BCBF022D3A479D2D16D9614 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; - remoteInfo = SDWebImageWebPCoder; - }; 908E27715070BF88BC02646B06A9E3B6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5877,6 +6313,20 @@ remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; remoteInfo = EXHaptics; }; + 90C461E32288F14591E929EEBB7B852A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 74DAFD196634D10887C9A4E7BA19A5E4; + remoteInfo = "react-native-mmkv-storage"; + }; + 919E4F9B1496B892BC65AB5B355F7E76 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2038C6F97563AAD6162C284B3EDD5B3B; + remoteInfo = UMSensorsInterface; + }; 92BC211CB126809CE606A861CCB11A14 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5891,26 +6341,12 @@ remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; remoteInfo = nanopb; }; - 92EFAFD1041F6FB4A70BE47D2FD142CB /* PBXContainerItemProxy */ = { + 937EF18E66879AF4F55B3CD0E197B2EB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; - remoteInfo = "react-native-orientation-locker"; - }; - 9321D0A022CF9BA72BB84104EA9ECE13 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D9245543B79C09FAC40FC8B9F291536A; - remoteInfo = "Flipper-DoubleConversion"; - }; - 93F62542A50C9871FACEF107D04C64C1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; - remoteInfo = RNDeviceInfo; + remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; + remoteInfo = "Flipper-RSocket"; }; 94163FA80A0B767B0D03248D24BA993B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -5933,6 +6369,13 @@ remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; remoteInfo = Firebase; }; + 94D9BB4B96D314CBF2C49BC49A6897E4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D985A509BFE270C95EDCBE6B4CBAF189; + remoteInfo = "react-native-simple-crypto"; + }; 9519B0F15CED10D1F2F249FB40F2A866 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5940,6 +6383,13 @@ remoteGlobalIDString = D0EFEFB685D97280256C559792236873; remoteInfo = glog; }; + 9563ABA3158E7A46FA5D05EC83008F87 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AD4F40E67E1874A0816F6B34289EB41; + remoteInfo = UMFaceDetectorInterface; + }; 95BBE32410D8B800721C2F7E6060EEF3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5947,6 +6397,13 @@ remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; remoteInfo = FirebaseCrashlytics; }; + 95BE38941D0FE5791F0F901E3084CB1F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; + remoteInfo = RCTRequired; + }; 95D92E3CE428321920F5E5FE1162F082 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -5961,12 +6418,12 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - 972D076A37DAF81E8ACCD642DB09052F /* PBXContainerItemProxy */ = { + 969E08E0432880C00F2767B46F981593 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; + remoteInfo = EXPermissions; }; 975E9656075B77DB9F1ED9CCBDAFC438 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6003,12 +6460,12 @@ remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; remoteInfo = "react-native-orientation-locker"; }; - 99BCF1D46CD1DB74F6CD86D7912D0ABA /* PBXContainerItemProxy */ = { + 9A16C06AE5019D295CCF7EDF017F5C86 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; - remoteInfo = RNCAsyncStorage; + remoteGlobalIDString = EC577C5CB1DC59A7464ECEF266A75B42; + remoteInfo = "react-native-netinfo"; }; 9A31D787CF083B04B2B20A256337FC4D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6024,6 +6481,13 @@ remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; remoteInfo = "Flipper-RSocket"; }; + 9A850D65CC8A7E2DC26BD52189B04CC1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; + }; 9AEF2BFE15C06B864E26DAFA62056519 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6031,19 +6495,33 @@ remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; remoteInfo = FirebaseCoreDiagnostics; }; - 9C08CA907DF607AFD36872670B143E96 /* PBXContainerItemProxy */ = { + 9B39B339FAD753341E5A6250FA2D8542 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; - remoteInfo = Yoga; + remoteGlobalIDString = 982644B5B647690B2E4F5B3F54EB5717; + remoteInfo = FlipperKit; }; - 9DAD28686FF12E30BE6E13F97D6F2D9A /* PBXContainerItemProxy */ = { + 9C02B50107E5D034550490A02A5A83ED /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; - remoteInfo = "react-native-notifications"; + remoteGlobalIDString = F3966F664F3CFAEFAB57C40FB54D3788; + remoteInfo = TOCropViewController; + }; + 9C115B5C41F1BF31FB00FE0F1A14FDBC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D0EFEFB685D97280256C559792236873; + remoteInfo = glog; + }; + 9C6CC90B51FAC6A2ADD1121B569565EC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BDD119F8782FABE2707D3D913EC3EDE5; + remoteInfo = RNFBAnalytics; }; 9E1C10C7247658025FC4DC56908F2595 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6052,13 +6530,6 @@ remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; remoteInfo = FBReactNativeSpec; }; - 9E7324E1D961D075CB0C1C8272FF4DDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BA3F5E5AA483B263B69601DE2FA269CB; - remoteInfo = "react-native-cameraroll"; - }; 9E8E845F8CAC3030F5B589B5F675E4C3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6087,19 +6558,12 @@ remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; remoteInfo = "React-cxxreact"; }; - A031C45447B7CA68A76EEE813AC21C5C /* PBXContainerItemProxy */ = { + A064D56B1B8B173E9CCB6887CDE06E9D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; - remoteInfo = "React-jsinspector"; - }; - A06C008A26B31C9BF1D0959B444469C4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; - remoteInfo = RCTTypeSafety; + remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; + remoteInfo = GoogleDataTransport; }; A17C8EFA7FB7BFFF0CA60908BE279143 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6108,12 +6572,19 @@ remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; remoteInfo = EXAV; }; - A2086B19CEDE4C1237FDDA43ED9E7141 /* PBXContainerItemProxy */ = { + A1A7AE1F213AFC4F5921A31A4983DD7C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; - remoteInfo = ReactNativeART; + remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; + remoteInfo = RNFBApp; + }; + A200FC898C1F88482794C84E9CA55187 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; }; A2300DA056F115D4EC60147B795C1C9B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6136,13 +6607,6 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; - A2E9A5789FA8FE27A17F1F39B5CF4193 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; - remoteInfo = DoubleConversion; - }; A3C19D6F761AB2D16096F2EC87827531 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6150,20 +6614,6 @@ remoteGlobalIDString = 28A005E00FB77DDB2543047A07ED99A5; remoteInfo = EXAppleAuthentication; }; - A3D24A906E772055222EBC12A121E5C6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; - remoteInfo = "react-native-document-picker"; - }; - A3E12E369DC2C5A72D1F8CE28333720E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B51433D546A38C51AA781F192E8836F8; - remoteInfo = RNLocalize; - }; A4063AC59EE4F22D6E90FA3B3D572EDC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6178,6 +6628,13 @@ remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; remoteInfo = "React-RCTNetwork"; }; + A51D32E07FBADF7E03E54C13F3D3D1A0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; + remoteInfo = BugsnagReactNative; + }; A60BF2DC1B6A2957A5244157AA0C4F1C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6192,12 +6649,61 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - A74AE5FFD7306A3802680BA0FA33429C /* PBXContainerItemProxy */ = { + A6892BA4DF5CE5B23F9ADB8A87E7DD26 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; + remoteGlobalIDString = 214E42634D1E187D876346D36184B655; + remoteInfo = RNScreens; + }; + A69B4DE6F6C4B39B5519AA69BCC9A3EE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ADC4ACC657481AD27F9936D08FF7F49A; + remoteInfo = "react-native-cookies"; + }; + A6A027B3C2D6DA3940A35434154D6626 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 620E05868772C10B4920DC7E324F2C87; + remoteInfo = FirebaseCoreDiagnostics; + }; + A705B0BDCE0BAC8DCABF0CB300D40328 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AB2EF542954AB1C999E03BFEF8DE806; + remoteInfo = DoubleConversion; + }; + A71C19081E092D71C75A305ACA798236 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; + remoteInfo = EXWebBrowser; + }; + A7969B3F51E689647E810D2C82C61C6D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; + }; + A7A207CFBBD9EB07ACE543ABF120785E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D985A509BFE270C95EDCBE6B4CBAF189; + remoteInfo = "react-native-simple-crypto"; + }; + A7AFD40985488DFB2EE47DCD8B1D3C9D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 64F427905796B33B78A704063422979D; + remoteInfo = "rn-fetch-blob"; }; A7B80C517D0050D429FC72B50E51BDC9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6206,12 +6712,12 @@ remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; remoteInfo = SDWebImageWebPCoder; }; - A8DF91A9F014B7E5303A2DA82B3B648F /* PBXContainerItemProxy */ = { + A8B7ECDE4B0E0F8DB6B2640142E59507 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 96150F524B245896B800F84F369A9A5A; - remoteInfo = RNVectorIcons; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; }; A8ED3DC387B13AB2FC64A7885F649F55 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6241,6 +6747,13 @@ remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; remoteInfo = JitsiMeetSDK; }; + A98163874AB5BAC5D7A5FB33B2A5DC2E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; + remoteInfo = "React-RCTText"; + }; A9FEBD6B49D2BD57369C9981525AA519 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6248,19 +6761,12 @@ remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; remoteInfo = "React-RCTActionSheet"; }; - AA3F76F5EAB7A0EABC540F13189C16BD /* PBXContainerItemProxy */ = { + AA5C8EEB6B968F439655832922D4B2C7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; - remoteInfo = "React-RCTImage"; - }; - AA5E7608ED94243640A9ADD812146A62 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EEBB8D24F2B3531A5C5DAA668D02331F; - remoteInfo = "react-native-blur"; + remoteGlobalIDString = 0CF4D9052577C85B6B8C4E957332626B; + remoteInfo = EXKeepAwake; }; AA601DAFF6F22D0B24AFA2146CABFBFE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6283,12 +6789,12 @@ remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; remoteInfo = MMKV; }; - AAFF80D8700022DC2917893C04530F43 /* PBXContainerItemProxy */ = { + AB100C92331AF10FE43EDD7815F2B92E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 32CA4CBD6B28983076BD93DA221AD027; - remoteInfo = YogaKit; + remoteGlobalIDString = 0A915EE9D35CA5636731F8763E774951; + remoteInfo = UMCameraInterface; }; AB3879F831C680A8E39F24E2C0260A08 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6297,6 +6803,13 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; + AB3A40AC4C980344FEEB1F5030667483 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 869CED37B4B77AAE35DF8B6E70788BBC; + remoteInfo = EXLocalAuthentication; + }; AB75C33D53444BA84BF2BE24B0AFBDFC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6311,12 +6824,12 @@ remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; remoteInfo = ReactNativeART; }; - AC21214CBEDB57FEB6A7589BEF492E8D /* PBXContainerItemProxy */ = { + AC0ED791614E6DF2CECCBE0DBC46AD6F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 6C1893932A69822CBE3502F2E0BCFB6D; - remoteInfo = EXConstants; + remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; + remoteInfo = "react-native-webview"; }; AD0162217C733F7E45F40C949A740D70 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6325,12 +6838,19 @@ remoteGlobalIDString = 1A0445474DA11CA659C4BCC5AB64B1BF; remoteInfo = RNCMaskedView; }; - AD5BADA8CF34BED2B894731AA4A41386 /* PBXContainerItemProxy */ = { + AD609FCDDDF60A22870B51C088E5432E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; - remoteInfo = React; + remoteGlobalIDString = 868B90C74770285449C60DBA82181479; + remoteInfo = EXFileSystem; + }; + ADBCE0424846394D26D6447243BF5309 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 32CA4CBD6B28983076BD93DA221AD027; + remoteInfo = YogaKit; }; AE0F15AE500B38ADB071B46A5EF5E2AE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6339,6 +6859,34 @@ remoteGlobalIDString = 868B90C74770285449C60DBA82181479; remoteInfo = EXFileSystem; }; + AE1DA42AB34E945E96C3C42F274AEC0A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; + remoteInfo = RNDateTimePicker; + }; + AE4D6DE1B956F4E0A5EC62002FC1C1D8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 897EF6A99176326E24F51E2F2103828C; + remoteInfo = UMReactNativeAdapter; + }; + AE8C39A95CFC47D7493A31F83D86371E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; + remoteInfo = RNDateTimePicker; + }; + AF3E23F85A108B74AC3076EA3D680DAC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; + remoteInfo = "react-native-jitsi-meet"; + }; AFAA2C1A318F31407A8A903570E7F960 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6353,6 +6901,13 @@ remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; remoteInfo = "React-jsi"; }; + B01F7EF9E0986191D3C1299F0E08BEAC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 89F573A6B1292B3B2296B2206BFDC3D7; + remoteInfo = RNCAsyncStorage; + }; B06ED36136B965B37BB980B0100F7F0E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6360,6 +6915,20 @@ remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; remoteInfo = Firebase; }; + B07FA46436F6EBD6AAE26BD8009AAA0D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 95D98F901D07557EF7CA38D3F03832C5; + remoteInfo = "React-RCTBlob"; + }; + B0B39A222220070FB5E8CB8BB575AB80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; + remoteInfo = FBReactNativeSpec; + }; B0DBBA98BFBD62D158852E3A49CEC254 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6374,6 +6943,20 @@ remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; remoteInfo = UMConstantsInterface; }; + B1A59C902221F85FCE98EA7C245E5C36 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; + }; + B1C3DED9B531719F35F9FC7CB3C199A3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BD9A27D8398DEB3205D3F8937B0672A0; + remoteInfo = "react-native-safe-area-context"; + }; B1C8292015A0D920D634400EE772A5AA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6388,12 +6971,12 @@ remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; remoteInfo = ReactCommon; }; - B2019CC3BA466A577217705C45013262 /* PBXContainerItemProxy */ = { + B203B9568876C7257D642D31CBF634FD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; - remoteInfo = "Flipper-Folly"; + remoteGlobalIDString = E3573FB7AF659C42B699003C73722241; + remoteInfo = RNFBCrashlytics; }; B2AC8DD263F3F8C219129A77880A8B7E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6402,6 +6985,13 @@ remoteGlobalIDString = D985A509BFE270C95EDCBE6B4CBAF189; remoteInfo = "react-native-simple-crypto"; }; + B30057FFF9C57E77FA76A65881D1A9C7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 50188AAB5FAECCA9583327DBA2B0AF2B; + remoteInfo = UMTaskManagerInterface; + }; B33D6E60479748EAB723D4855A48C594 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6409,12 +6999,33 @@ remoteGlobalIDString = 0BB7745637E0758DEA373456197090C6; remoteInfo = RNFastImage; }; - B398A699E2D50A3A43209369E83A46B9 /* PBXContainerItemProxy */ = { + B3B21B4A511254512383E0FB234D375A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; - remoteInfo = RNDateTimePicker; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; + }; + B3C81617B53A3A1C2D399C023270D66F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; + }; + B42959D81A59C9087E8A39731A775074 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 28A005E00FB77DDB2543047A07ED99A5; + remoteInfo = EXAppleAuthentication; + }; + B4D834806998BAD47AD1BC067D3CA005 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; + remoteInfo = ReactCommon; }; B50B2F145DA45B74C0C698D1C96AB789 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6437,6 +7048,13 @@ remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; remoteInfo = "React-RCTVibration"; }; + B56CD3A1472AFE48FC5FD13425844E8C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 64F427905796B33B78A704063422979D; + remoteInfo = "rn-fetch-blob"; + }; B5D196489AB4A92F70FC4DFE67083135 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6451,19 +7069,12 @@ remoteGlobalIDString = 982644B5B647690B2E4F5B3F54EB5717; remoteInfo = FlipperKit; }; - B5FEEB6AC23775B842B874354B54F59E /* PBXContainerItemProxy */ = { + B5EAFAF8B56E5D62EAEFFA5C2483A25D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F4F25FCAC51B51FD5F986EB939BF1F87; - remoteInfo = GoogleDataTransportCCTSupport; - }; - B60E83BE00064E8BB826D8FD7B69C508 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 18B56DB36E1F066C927E49DBAE590128; - remoteInfo = RNRootView; + remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; + remoteInfo = "react-native-background-timer"; }; B61EF241E55EA1B9CB57A1A0F16BACAE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6472,6 +7083,20 @@ remoteGlobalIDString = 90D0DE2F3348233618414728C35311CA; remoteInfo = RNFBApp; }; + B62F0539DDB5206C512653DC6707C439 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; + remoteInfo = RNReanimated; + }; + B7077D16C661B90C353B57AEF6A0A209 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4F265533AAB7C8985856EC78A33164BB; + remoteInfo = "React-RCTImage"; + }; B70AA741C0282B5DA607FAA8BEC7E292 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6486,13 +7111,6 @@ remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; remoteInfo = ReactCommon; }; - B80BD96E985CB9DAE54B7D592F950A4A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BDD119F8782FABE2707D3D913EC3EDE5; - remoteInfo = RNFBAnalytics; - }; B8215B0AAFA352B384BC76570901513E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6514,6 +7132,20 @@ remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; remoteInfo = RNBootSplash; }; + B90643C3F67AFF303E299D3E102617E6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = BD9A27D8398DEB3205D3F8937B0672A0; + remoteInfo = "react-native-safe-area-context"; + }; + B910CD4158842F856D928416A8F375F9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = AC8AE887C706A43711D115E69B9D988A; + remoteInfo = MMKVCore; + }; B910CFE32E24D87EC195B631E1F9BE38 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6528,6 +7160,20 @@ remoteGlobalIDString = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6; remoteInfo = "React-RCTText"; }; + B96670C3160D4FD83A6C2CFAFAB4489B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; + remoteInfo = SDWebImageWebPCoder; + }; + BA0346652EE8603511FE404FB5D55268 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1FAAE067C1BFDEA17DFB657C3379AB56; + remoteInfo = "Flipper-RSocket"; + }; BAA432D313104D0E1D5DD524AE9528A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6542,6 +7188,20 @@ remoteGlobalIDString = 6514D69CB93B41626AE1A05581F97B07; remoteInfo = "react-native-background-timer"; }; + BC05CBDFFBE8B5734974B175BEC61DED /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; + remoteInfo = "boost-for-react-native"; + }; + BC0E117BEA73CDE643BBA0A1D0DF8A40 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 8D18C49071FC5370C25F5758A85BA5F6; + remoteInfo = "react-native-webview"; + }; BC16F059B042940E85A7F221B5A8104D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6549,6 +7209,13 @@ remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; remoteInfo = "react-native-appearance"; }; + BC1FF3EF37196299D96519F212BA6672 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DC0D417AC8ABB7AA10C20A5E0F065812; + remoteInfo = RNConfigReader; + }; BCB71B868FC19FE3D923022AF8371435 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6556,6 +7223,13 @@ remoteGlobalIDString = 2AD4F40E67E1874A0816F6B34289EB41; remoteInfo = UMFaceDetectorInterface; }; + BCD8722D2D9FAC3E106E3AF3EED0C9FA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E63939AA6EFD3D6A8C09E45929F11DBD; + remoteInfo = Flipper; + }; BD4F5682D56ACD39EA8F739D35590941 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6570,6 +7244,13 @@ remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; remoteInfo = RNDeviceInfo; }; + BE1DC6BFECFC2C0FF2CBCBD808948B06 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E3573FB7AF659C42B699003C73722241; + remoteInfo = RNFBCrashlytics; + }; BE31E49F62DACCCA14464BC2DBA81EA1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6577,6 +7258,34 @@ remoteGlobalIDString = 5C0371EE948D0357B8EE0E34ABB44BF0; remoteInfo = GoogleDataTransport; }; + BE4F4513A63CDCAFFBABB68D7F1D52B1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; + remoteInfo = UMImageLoaderInterface; + }; + BE9538F774D84A256562A63EF70CB098 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2AD4F40E67E1874A0816F6B34289EB41; + remoteInfo = UMFaceDetectorInterface; + }; + BEA0C4FD2049E9CFF82F08F6BC0550A5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; + }; + BEA87292ABBB320987E954FB26610E11 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; + }; BFD507E40DD97CBF36EB2821FA14990C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6584,6 +7293,13 @@ remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; remoteInfo = RNReanimated; }; + C01591E65DB3C25EB22A06CD0BAED0C8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DA0709CAAD589C6E7963495210438021; + remoteInfo = "React-jsiexecutor"; + }; C13BE6BE19EF25BEF860226FF47609A1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6591,6 +7307,13 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; + C17A866A8C55A3DE674B0E678B928D14 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6A9637F1BC8154F777335A6420579C05; + remoteInfo = "Flipper-Glog"; + }; C1AC9FBA6C6778FA59000C8252785450 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6605,12 +7328,12 @@ remoteGlobalIDString = 49821C2B9E764AEDF2B35DFE9AA7022F; remoteInfo = UMBarCodeScannerInterface; }; - C30BA82CF28C29EABD46FFB9B05D5F19 /* PBXContainerItemProxy */ = { + C22EA278149EC855804E94FBC7B38013 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; - remoteInfo = RNReanimated; + remoteGlobalIDString = D20469A9A1E5CFB26045EAEBE3F88E5E; + remoteInfo = RCTTypeSafety; }; C3201BF3ADD49F92C6565248DEFAD9F7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6619,6 +7342,20 @@ remoteGlobalIDString = 982644B5B647690B2E4F5B3F54EB5717; remoteInfo = FlipperKit; }; + C340228541CAA74E8883D4FAA44B0992 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 214E42634D1E187D876346D36184B655; + remoteInfo = RNScreens; + }; + C34B36CE291FBA8C6DBB3DEAFDA582BE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D00F24222F074B31C56DC6D05E806A35; + remoteInfo = RNCPicker; + }; C3A023F43425A77D56B0DA70E67A920F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6640,13 +7377,6 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; - C5B031063BF6252960EF2A1C89CD41DC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; - remoteInfo = "React-RCTSettings"; - }; C5B64C2CE8436B790D58A835CE5B74CC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6682,6 +7412,13 @@ remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; remoteInfo = "React-RCTSettings"; }; + C7433EED73F90D0453A342561F2B7B8D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; + remoteInfo = EXHaptics; + }; C74965A81D25FC996851798DDAB0429F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6689,6 +7426,13 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; + C7E827262C24A0ACF665DB9EC736868D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; + }; C8F6AFE80630701B83F0A7A05BC2D2DF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6696,12 +7440,12 @@ remoteGlobalIDString = D760AF58E12ABBB51F84160FB02B5F39; remoteInfo = RNDateTimePicker; }; - C912AE6616E04119399723382C68D163 /* PBXContainerItemProxy */ = { + C926BCAF8E3832881447F34D540F77BE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F3966F664F3CFAEFAB57C40FB54D3788; - remoteInfo = TOCropViewController; + remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; + remoteInfo = "React-RCTActionSheet"; }; C9EAD16E109683FA55B420800E8A3928 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6710,6 +7454,13 @@ remoteGlobalIDString = 9668C19AA6D8EA320F83875FA286855A; remoteInfo = UMConstantsInterface; }; + CA0AFC06C86F18978F7F9D7C8F6E5368 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 90148E8FD1C445D7A019D504FA8CBC53; + remoteInfo = ReactNativeART; + }; CA1EB7FC1FDC48746B894E6A7D73EA87 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6724,12 +7475,12 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; - CB108F915CCF2D4F701126ABA68CC145 /* PBXContainerItemProxy */ = { + CA68E0E6260ED811AAACAAA67AF218BE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 49821C2B9E764AEDF2B35DFE9AA7022F; - remoteInfo = UMBarCodeScannerInterface; + remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; + remoteInfo = "react-native-document-picker"; }; CBFC6F0D97AF4E1EA014894CE732FC1A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -6759,6 +7510,27 @@ remoteGlobalIDString = 0745200E60DC80C9A0A48B7E6C1518D7; remoteInfo = BugsnagReactNative; }; + CE781699D9C3C14DA35B799EF7A0E25C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; + }; + CE9977BB5EF4190823BFFE4200EF5E5D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 072CEA044D2EF26F03496D5996BBF59F; + remoteInfo = Firebase; + }; + CEB7F7CB049AE4172E0F7CE707B07B08 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6677891AC2F7AB93E04BFF30B293A46B; + remoteInfo = RNBootSplash; + }; CEFAFB6542EAC727BEDC93A5BE652757 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6815,6 +7587,20 @@ remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; remoteInfo = FirebaseCore; }; + D1272B917EFDB936528727F0E306252D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0A915EE9D35CA5636731F8763E774951; + remoteInfo = UMCameraInterface; + }; + D12ECF283804A8DCB09139E367DAF9D1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3FF2E78BB54ED67CA7FAD8DA2590DBEE; + remoteInfo = "react-native-appearance"; + }; D1FE17227FCC3F2C0216B3FF458253A6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6836,6 +7622,13 @@ remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; remoteInfo = "react-native-slider"; }; + D2B124F75816CC1D16B2B1F8CD496C1A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; + remoteInfo = FirebaseCrashlytics; + }; D2F5945D3DA1343609E6362A3F8D096C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6864,6 +7657,13 @@ remoteGlobalIDString = EEBB8D24F2B3531A5C5DAA668D02331F; remoteInfo = "react-native-blur"; }; + D429D1301B1C536F0A79B2E2F35B4644 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2644525CCE081E967809A8163D893A93; + remoteInfo = UMFileSystemInterface; + }; D4530897D7C20B161C118258A1633F37 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6878,20 +7678,6 @@ remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; remoteInfo = Folly; }; - D4683D34085EF061352E4533C9F14784 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 91A6826828CB9FCD0169A7547E8A79EA; - remoteInfo = MMKV; - }; - D4ADD0B06F192AD4868B3FDD841C7D11 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9EB556EE511D43F3D5D7AAF51D8D0397; - remoteInfo = EXWebBrowser; - }; D60045C20BFF7EF0EB8D8648260D7335 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6899,13 +7685,6 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - D67870D373DE7915D46462A0A83474E1 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; - remoteInfo = FBReactNativeSpec; - }; D6A2058B4B1FDD1E1E02056AEC5A3674 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -6948,19 +7727,12 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - D8E988F511051725C17C64EA77456905 /* PBXContainerItemProxy */ = { + D94EE2E21356604263D7CDB7FAAC2AC3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 13D7009C3736FB694854D88BAD4742B6; - remoteInfo = EXAV; - }; - D94CAC2E508B8683734BD07E2D1E3B13 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; + remoteGlobalIDString = 0D82774D2A533D3FFAE27CAB4A6E9CB2; + remoteInfo = RNImageCropPicker; }; D9C20507AB9E70D85DD79CC591F7EE76 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7032,6 +7804,13 @@ remoteGlobalIDString = 8CC4EAA817AA86310D1900F1DAB3580F; remoteInfo = FBLazyVector; }; + DC92CC13EBEED0E3F081F313900AAB90 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 463F41A7E8B252F8AC5024DA1F4AF6DA; + remoteInfo = "React-cxxreact"; + }; DC9349C370C933339EB2CD52FEC17F38 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7039,12 +7818,12 @@ remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; remoteInfo = UMCore; }; - DC9E700CDF21214845D540CAE367D63F /* PBXContainerItemProxy */ = { + DD12881F2F9F36D94350D31CEEFFFDEA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 47D2E85A78C25869BB13521D8561A638; - remoteInfo = libwebp; + remoteGlobalIDString = 11989A5E568B3B69655EE0C13DCDA3F9; + remoteInfo = "React-RCTActionSheet"; }; DD9305587DF9AB806C6D2BE0FA3C3CE9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7053,13 +7832,6 @@ remoteGlobalIDString = 6D979AB5FDA2E858850D9903776A30B3; remoteInfo = "RNImageCropPicker-QBImagePicker"; }; - DDF5D713C40412933D9F67B763DCC01A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B6D5DD49633DFF0657B8C3F08EB3ABA9; - remoteInfo = ReactCommon; - }; DE31014C51DD95251F08565413A90086 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7081,6 +7853,20 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; + DFCB5EEDF4061C4CEB71E646BF542F54 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 49821C2B9E764AEDF2B35DFE9AA7022F; + remoteInfo = UMBarCodeScannerInterface; + }; + DFD0A91147006AD87FEA41DDCDFD41BD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 651511D7DA7F07F9FC9AA40A2E86270D; + remoteInfo = "React-RCTNetwork"; + }; E0D951BA5C4178DFC9F1E01FC1351145 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7088,12 +7874,12 @@ remoteGlobalIDString = D11E74324175FE5B0E78DB046527F233; remoteInfo = "react-native-document-picker"; }; - E0F4D24A5906E9B95BA36C7030063B75 /* PBXContainerItemProxy */ = { + E21B894BB1A362A897FD89369B7E9B4F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7F591BD8674041AAAA4F37DC699B5518; - remoteInfo = KeyCommands; + remoteGlobalIDString = 3847153A6E5EEFB86565BA840768F429; + remoteInfo = SDWebImage; }; E286BAC84975BA2C8EE2C0CCDC893363 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7109,6 +7895,13 @@ remoteGlobalIDString = F7D033C4C128EECAA020990641FA985F; remoteInfo = "React-jsinspector"; }; + E33C8903A76D18A5A166CE98A5AFFC5D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B9ED5194E665042005069EF06C82A050; + remoteInfo = "OpenSSL-Universal"; + }; E379E12261C63CC8E439F0160919CDAC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7123,13 +7916,6 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - E477644D97103B25E30FA5B69DD0532C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0A72FB88825FDC7D301C9DD1F8F96824; - remoteInfo = EXPermissions; - }; E4B1EB692DE94F6F8E6CA340F2BA3069 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7151,12 +7937,12 @@ remoteGlobalIDString = 2038C6F97563AAD6162C284B3EDD5B3B; remoteInfo = UMSensorsInterface; }; - E5239535BD46AF573DDA3A1DA71C348C /* PBXContainerItemProxy */ = { + E56D9ECC657583575F147BBF30CFFAFA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E16E206437995280D349D4B67695C894; - remoteInfo = "React-CoreModules"; + remoteGlobalIDString = DBCB1B4965863DDD3B9DED9A0918A526; + remoteInfo = UMCore; }; E57EB48731DF25B9E3D6472EF25509CC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7165,12 +7951,19 @@ remoteGlobalIDString = C3496D0495E700CF08A90C41EA8FA4BB; remoteInfo = FBReactNativeSpec; }; - E5DA08DD05DA9D6307AC6F900F2AE5A7 /* PBXContainerItemProxy */ = { + E5820887DC26A55F8ABDC4E430309738 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; + remoteGlobalIDString = 49821C2B9E764AEDF2B35DFE9AA7022F; + remoteInfo = UMBarCodeScannerInterface; + }; + E589CE587A0A8283C240479BFA626F48 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2B25F90D819B9ADF2AF2D8733A890333; + remoteInfo = Yoga; }; E5E8F08D6C9D560EC7377C20475C1BA2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7193,6 +7986,13 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; + E83B117A441865477B966FE952C313D1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7845084F0CF03F54107EEF7411760AD; + remoteInfo = UMPermissionsInterface; + }; E87C0C8DF579FBF95B675A2FA6D60F7D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7214,6 +8014,27 @@ remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; remoteInfo = RCTRequired; }; + E91711A8B643B5037AC0E4D1C920EEAB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = CA400829100F0628EC209FBB08347D42; + remoteInfo = "react-native-notifications"; + }; + E9355379234B0F457A0AF1FCF4AB486F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 409F3A0DB395F53FFB6AB30E5CD8ACD1; + remoteInfo = EXHaptics; + }; + E95130EDE42CBC9E4B55D7081C0D67D6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; + remoteInfo = "React-callinvoker"; + }; E9D1DC7D4BACCB772EFAAD852DC3D8F9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7235,6 +8056,13 @@ remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; remoteInfo = FirebaseAnalytics; }; + EBFF8800987A4A943005C02B535DEFBA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FA877ADC442CB19CF61793D234C8B131; + remoteInfo = "React-jsi"; + }; EC3758CC170F2E3799100917C10ED964 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7305,13 +8133,6 @@ remoteGlobalIDString = BDD119F8782FABE2707D3D913EC3EDE5; remoteInfo = RNFBAnalytics; }; - EEB184C83C26B15AD3704EE071AB38E8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4A95B7CD1D5F80C5E8CD9CDA00D41F70; - remoteInfo = EXVideoThumbnails; - }; F0688D8BDAC3A1979A9784184F967D0A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7347,13 +8168,6 @@ remoteGlobalIDString = B6D39E083AE0FF45BA30D7CDF6198A03; remoteInfo = "Flipper-Folly"; }; - F0FAB6C17DA1170E8B6F98D81D40D1A2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = BD9A27D8398DEB3205D3F8937B0672A0; - remoteInfo = "react-native-safe-area-context"; - }; F1013885A8ACE4077EACAF53BA3887F2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7375,6 +8189,13 @@ remoteGlobalIDString = E7E7CE52C8C68B17224FF8C262D80ABF; remoteInfo = RCTRequired; }; + F27FDD60551A78E22E4CC49777C0E626 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 53D121F9F9BB0F8AC1C94A12C5A8572F; + remoteInfo = "React-RCTVibration"; + }; F284A6160716ECEE9F5A0D1C2ACC3BB1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7431,13 +8252,6 @@ remoteGlobalIDString = 1953860EA9853AA2BC8022B242F08512; remoteInfo = SDWebImageWebPCoder; }; - F45A4380F6593FABB8C3240FBD710523 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B9E8F4CA2A4A8599389FEB665A9B96FF; - remoteInfo = RNGestureHandler; - }; F4D47550DE954D538CE85A3784015399 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7452,6 +8266,13 @@ remoteGlobalIDString = F3966F664F3CFAEFAB57C40FB54D3788; remoteInfo = TOCropViewController; }; + F5A20052EC3F5D64B63FEFDAE607B402 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4EF87F5681665EAE943D9B06BBB17DF; + remoteInfo = "react-native-slider"; + }; F64D7FB3D7EF1D4A9C62A8A6D9D49C19 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7459,6 +8280,13 @@ remoteGlobalIDString = ED2506AE7DE35D654F61254441EA7155; remoteInfo = "boost-for-react-native"; }; + F6D85FDA5F73F0D34FAD55007F2A76B2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = FF879E718031128A75E7DE54046E6219; + remoteInfo = RNReanimated; + }; F74305E6DC4DCF48EFB361B80E1E255B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7466,13 +8294,6 @@ remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; remoteInfo = React; }; - F74909001F06BFD80989EA1E24120FF8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D39AB631E8050865DE01F6D5678797D2; - remoteInfo = "react-native-jitsi-meet"; - }; F76EDAEE73405BFAF4D82C3030ECF3D3 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7480,12 +8301,19 @@ remoteGlobalIDString = 7ACAA9BE580DD31A5CB9D97C45D9492D; remoteInfo = "React-Core"; }; - F7EA730CE479905747DC66FA6C7052DE /* PBXContainerItemProxy */ = { + F7F265DCEF28AE6ED9491DBB15E871F1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 214E42634D1E187D876346D36184B655; - remoteInfo = RNScreens; + remoteGlobalIDString = 1092C13E1E1172209537C28D0C8D4D3C; + remoteInfo = "react-native-orientation-locker"; + }; + F7F75DFD56DA2976DC0332499EE7D468 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; + remoteInfo = RNDeviceInfo; }; F846125E29E251D70B1AD1C25A4A8570 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7494,6 +8322,13 @@ remoteGlobalIDString = 64F427905796B33B78A704063422979D; remoteInfo = "rn-fetch-blob"; }; + F8A02E0A2F41693980551FAEBAEB361A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5B40FBDAD0AB75D17C4760F4054BFF71; + remoteInfo = JitsiMeetSDK; + }; F92C542B64EA2E022ED684F60D55840A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7515,6 +8350,13 @@ remoteGlobalIDString = 680299219D3A48D42A648AF6706275A9; remoteInfo = "React-RCTSettings"; }; + FA74117B2C7C2C383A1010BD5C5DF5AB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 869CED37B4B77AAE35DF8B6E70788BBC; + remoteInfo = EXLocalAuthentication; + }; FA896EADDEFA186FBCF0B742EC179953 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7522,19 +8364,19 @@ remoteGlobalIDString = A238B7CE3865946D1F214E1FE0023AAE; remoteInfo = "rn-extensions-share"; }; - FA8F3604D8CB9ADBDB5EBC78D17F341C /* PBXContainerItemProxy */ = { + FA8F16DD7AD4B27547B84D7E13CD676F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; - remoteInfo = UMImageLoaderInterface; + remoteGlobalIDString = 526C4398D095B3704EB933DADBC30093; + remoteInfo = FirebaseCrashlytics; }; - FAFB11F04751C62952E057A901ACF5C9 /* PBXContainerItemProxy */ = { + FAB61B59B51D6523F91460033208C479 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D985A509BFE270C95EDCBE6B4CBAF189; - remoteInfo = "react-native-simple-crypto"; + remoteGlobalIDString = 2038C6F97563AAD6162C284B3EDD5B3B; + remoteInfo = UMSensorsInterface; }; FB95FA7BB0B509BA203B43646A21E664 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7543,6 +8385,13 @@ remoteGlobalIDString = 97C4DE84FA3CC4EC06AA6D8C249949B7; remoteInfo = UMImageLoaderInterface; }; + FBDFB2530552BC5C050033D9FBA04764 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1A0445474DA11CA659C4BCC5AB64B1BF; + remoteInfo = RNCMaskedView; + }; FBFB927C5DE22D4BCB49BD084158128F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7564,6 +8413,13 @@ remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; remoteInfo = GoogleAppMeasurement; }; + FDFBA99180213C167426AF42C4D4619E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; + remoteInfo = Folly; + }; FE0A344B015CE53D14C882A96C837457 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7578,12 +8434,12 @@ remoteGlobalIDString = A4F685BE3CAC127BDCE4E0DBBD88D191; remoteInfo = Folly; }; - FF2F45B892E30EE8A21743DAE3F37118 /* PBXContainerItemProxy */ = { + FF6B1CDBD77774D31CC7046466EA4F19 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2681CB7EF647E61F4F9A43029C235607; - remoteInfo = "React-callinvoker"; + remoteGlobalIDString = 1BEE828C124E6416179B904A9F66D794; + remoteInfo = React; }; FF6D67A040C9A76472E39C5D7424AE62 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -7599,13 +8455,6 @@ remoteGlobalIDString = 807428FE76D80865C9F59F3502600E89; remoteInfo = RNDeviceInfo; }; - FFD9E6B085DF94D9F365C59A720C0A8E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0A915EE9D35CA5636731F8763E774951; - remoteInfo = UMCameraInterface; - }; FFE512D14DACAB0BF4B503E673362E29 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; @@ -7666,7 +8515,6 @@ 03454A02EB1C8F110E308612DA4C3AAC /* Init.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Init.cpp; path = folly/ssl/Init.cpp; sourceTree = ""; }; 0357CEE67B08C3797C91505B75E470C6 /* PTUSBHub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = PTUSBHub.m; path = peertalk/PTUSBHub.m; sourceTree = ""; }; 035A37F50A3394D891BEE70871FE6F82 /* ScheduledRSocketResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ScheduledRSocketResponder.cpp; path = rsocket/internal/ScheduledRSocketResponder.cpp; sourceTree = ""; }; - 036CDF7045E86FCDADCDD019524569DD /* Pods-RocketChatRN.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-RocketChatRN.modulemap"; sourceTree = ""; }; 03A391F8899578F3ADE31E1B30461E8B /* JSBundleType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = JSBundleType.h; sourceTree = ""; }; 03C733833A84BDFC3A972C5548EFD00D /* React-callinvoker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-callinvoker.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 03EF611335A19E0B5EDDB84BF2D9AF24 /* RCTFollyConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFollyConvert.h; sourceTree = ""; }; @@ -7683,6 +8531,7 @@ 04912550F6911C0B921FCBD2F7D8C31D /* SKYogaKitHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKYogaKitHelper.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKYogaKitHelper.h; sourceTree = ""; }; 04B6469111401BFB0E502B3179828F9F /* GDTCCTPrioritizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTPrioritizer.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTPrioritizer.m; sourceTree = ""; }; 04BC76B3FD500189184D2F37A7A50AB8 /* FIRCLSAllocate.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSAllocate.c; path = Crashlytics/Crashlytics/Helpers/FIRCLSAllocate.c; sourceTree = ""; }; + 04C9072E8E73E49E527671FED550BBA8 /* Pods-NotificationService.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-NotificationService.debug.xcconfig"; sourceTree = ""; }; 04DC8BEBCBCD61D58D7720C9D70F2F13 /* dtls1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dtls1.h; path = ios/include/openssl/dtls1.h; sourceTree = ""; }; 04F32D39B9649C511CA9ADE07B4E1A6B /* SKButtonDescriptor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKButtonDescriptor.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKButtonDescriptor.mm; sourceTree = ""; }; 052DBC23C2595BD16CDE1D0F5FB2B8DE /* ExecutorWithPriority-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ExecutorWithPriority-inl.h"; path = "folly/executors/ExecutorWithPriority-inl.h"; sourceTree = ""; }; @@ -7799,6 +8648,7 @@ 0C20B5DD74073662657894DCBE40BC8A /* SDAsyncBlockOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAsyncBlockOperation.m; path = SDWebImage/Private/SDAsyncBlockOperation.m; sourceTree = ""; }; 0C2764E678593EF39C3FC9B21BC0CE9F /* FIRCrashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCrashlytics.h; path = Crashlytics/Crashlytics/Public/FIRCrashlytics.h; sourceTree = ""; }; 0C28A3A3CA4E30E87C5FD484DD19507A /* BSG_KSJSONCodecObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSJSONCodecObjC.h; sourceTree = ""; }; + 0C404EDA3875132C8D70CCF5BD2B3946 /* Pods-defaults-RocketChatRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-defaults-RocketChatRN.release.xcconfig"; sourceTree = ""; }; 0C4783DB952DFA69687477F5C32DB710 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 0C4C198D1B888BD69438C802A5392B9F /* JSIExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JSIExecutor.h; path = jsireact/JSIExecutor.h; sourceTree = ""; }; 0C5576B25F0988C4D184143361340550 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; @@ -7905,7 +8755,6 @@ 130335B611EDD6AFF8824641E06138D6 /* libEXVideoThumbnails.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXVideoThumbnails.a; path = libEXVideoThumbnails.a; sourceTree = BUILT_PRODUCTS_DIR; }; 1313D91AE423FD57E13E8A04D59426D5 /* FlipperState.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = FlipperState.cpp; path = xplat/Flipper/FlipperState.cpp; sourceTree = ""; }; 1316F12DDAF1923F2A33044388EA569E /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTStatusBarManager.h; path = React/CoreModules/RCTStatusBarManager.h; sourceTree = ""; }; - 1319F7BECD61F7E408559048BB5484E5 /* Pods-ShareRocketChatRN-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ShareRocketChatRN-acknowledgements.plist"; sourceTree = ""; }; 13204D1DBD99998D3398EF8FB64CE9DF /* RNCSafeAreaViewEdges.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaViewEdges.h; path = ios/SafeAreaView/RNCSafeAreaViewEdges.h; sourceTree = ""; }; 1322B5A410AF4AC8672E585C3DF04788 /* FIRCLSThreadState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSThreadState.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSThreadState.h; sourceTree = ""; }; 132FEDDDF44FD1E5DDFE369448A644BA /* BugsnagErrorReportApiClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagErrorReportApiClient.m; sourceTree = ""; }; @@ -7984,6 +8833,7 @@ 174311ED47D3D8C0E1BBD02EE2741FA4 /* MicroLock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MicroLock.h; path = folly/MicroLock.h; sourceTree = ""; }; 1747FDA73682FB78ABBE7C1F0D771F3F /* react-native-cookies-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-cookies-prefix.pch"; sourceTree = ""; }; 1749D28981829096D828BD34F0484AD0 /* React-RCTAnimation.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "React-RCTAnimation.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 1755BCB66039C137A85759A7F94BCBA6 /* Pods-defaults-Rocket.Chat-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-defaults-Rocket.Chat-dummy.m"; sourceTree = ""; }; 17562386873948B0152954085FF687E6 /* RCTImageURLLoaderWithAttribution.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageURLLoaderWithAttribution.mm; sourceTree = ""; }; 1772EC77AE13BFC168B7D8978E81A6C9 /* RNFastImage.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFastImage.release.xcconfig; sourceTree = ""; }; 17845C38D05BBD45DFB217FFC17E7129 /* ReactCommon-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactCommon-prefix.pch"; sourceTree = ""; }; @@ -8099,7 +8949,6 @@ 1DCE0217A06E0F41B806974B457DCE3C /* SysSyscall.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SysSyscall.h; path = folly/portability/SysSyscall.h; sourceTree = ""; }; 1DD295EB3519DCCCB0608878C99AB22A /* React-Core-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-Core-prefix.pch"; sourceTree = ""; }; 1DDA4520ED0465CB1C41101927E0409C /* bufferevent_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bufferevent_struct.h; path = src/event2/bufferevent_struct.h; sourceTree = ""; }; - 1DE018D8ACA2D00162710AC12DD9FA1D /* Pods-RocketChatRN-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-RocketChatRN-acknowledgements.markdown"; sourceTree = ""; }; 1DF0954BD8054A90907EB224D57A8A24 /* GDTCORUploadCoordinator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORUploadCoordinator.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORUploadCoordinator.m; sourceTree = ""; }; 1E23C68952D39AFDF54E388E42D8329A /* Spin.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Spin.h; path = folly/synchronization/detail/Spin.h; sourceTree = ""; }; 1E33C6EA516A521956A74363F04E7B05 /* RSocketServer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocketServer.cpp; path = rsocket/RSocketServer.cpp; sourceTree = ""; }; @@ -8148,7 +8997,6 @@ 210E4FF824FC4CB01B2165DF81E94177 /* RNFetchBlobConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNFetchBlobConst.h; path = ios/RNFetchBlobConst.h; sourceTree = ""; }; 211D33C94A463E5D8FA2991A40D05941 /* react-native-simple-crypto.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-simple-crypto.debug.xcconfig"; sourceTree = ""; }; 215DC5669A118BD23F7AAF84BC5E0D4B /* RCTImageUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageUtils.m; sourceTree = ""; }; - 216672BED32F85481BC7D29C4E5A4F05 /* Pods-RocketChatRN-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-RocketChatRN-umbrella.h"; sourceTree = ""; }; 2176F1178FAB0BD4980B49F76A1F29F6 /* EXPermissions.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXPermissions.release.xcconfig; sourceTree = ""; }; 2187013DC1706E95EA17D296F0D7003D /* RCTFileRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTFileRequestHandler.h; path = Libraries/Network/RCTFileRequestHandler.h; sourceTree = ""; }; 218C18E1C3A7D5460C9C1F01893CAC4B /* RCTTiming.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTiming.mm; sourceTree = ""; }; @@ -8161,6 +9009,7 @@ 21EF08B3DAA1D0DE08BDAE7C60A779BF /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 220361FF3B2778F8F38C2C4DCC5B49FD /* libEXConstants.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libEXConstants.a; path = libEXConstants.a; sourceTree = BUILT_PRODUCTS_DIR; }; 22128DB379E1D2CBFE351B3811F9B457 /* FIRComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponent.m; path = FirebaseCore/Sources/FIRComponent.m; sourceTree = ""; }; + 22179B26EFA123B0FB129665B0D3749A /* Pods-defaults-Rocket.Chat.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-defaults-Rocket.Chat.release.xcconfig"; sourceTree = ""; }; 2229CD42F40FFD3FDF3CD0C92D27B401 /* RNRootViewGestureRecognizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNRootViewGestureRecognizer.h; path = ios/RNRootViewGestureRecognizer.h; sourceTree = ""; }; 225A552F4CD3FFE0863760C65CF9820E /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Sources/Private/FIRLogger.h; sourceTree = ""; }; 22667A68519F5488DBBE56F01CA01BA5 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Sources/Private/FIRLibrary.h; sourceTree = ""; }; @@ -8199,6 +9048,7 @@ 24A284BCC4BBB7EBBC56F959F74558E6 /* experiments-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "experiments-inl.h"; sourceTree = ""; }; 24CAF573C6411643321A822F7D6D4FDB /* FBReactNativeSpec.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBReactNativeSpec.debug.xcconfig; sourceTree = ""; }; 24D132FCA4B2DB6650217068FC501B15 /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; + 24DD06DF3760AA8A84A2FD651A74E8B0 /* Pods-NotificationService-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-NotificationService-dummy.m"; sourceTree = ""; }; 24E6B55212718489DDE516F0095A3BAC /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; 25064B5D821155534630D95B78FD7790 /* ApplyTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ApplyTuple.h; path = folly/functional/ApplyTuple.h; sourceTree = ""; }; 25067D08B8650D088EEC3234D643B3AD /* SKViewControllerDescriptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SKViewControllerDescriptor.m; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewControllerDescriptor.m; sourceTree = ""; }; @@ -8238,6 +9088,7 @@ 27DEF9BD8ED2901CD0BD517A7D758B89 /* openssl_aes_core.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = openssl_aes_core.cpp; path = Core/aes/openssl/openssl_aes_core.cpp; sourceTree = ""; }; 2808039B06913C5F4B5138BD2828D70E /* BugsnagReactNative.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = BugsnagReactNative.release.xcconfig; sourceTree = ""; }; 280880F67755E30D63DF44A536EDDCB9 /* PolyDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PolyDetail.h; path = folly/detail/PolyDetail.h; sourceTree = ""; }; + 28123DB19C3F0DCA57159E998D699E85 /* Pods-defaults-RocketChatRN-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-defaults-RocketChatRN-resources.sh"; sourceTree = ""; }; 2813D121859B55717FEB3F6263D8A3D6 /* FIRCLSReportManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSReportManager.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSReportManager.m; sourceTree = ""; }; 2823B7A813446A42A2AA92B1CCE316E2 /* log_severity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = log_severity.h; path = src/glog/log_severity.h; sourceTree = ""; }; 282BBF82E293B481DE0248B7E42CE8FE /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; @@ -8266,6 +9117,7 @@ 2978AF65B5D1B1112A1D33AE7D4C8C30 /* RCTVibrationPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTVibrationPlugins.mm; sourceTree = ""; }; 298CFDEBE7178C6E8CBE03482A0141FD /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 298D78B7BBD6828CF55DF97F89AD73DD /* RCTInputAccessoryViewContent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInputAccessoryViewContent.h; sourceTree = ""; }; + 29A522F564C45BAC1C908C4FA821DD3F /* Pods-ShareRocketChatRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ShareRocketChatRN.release.xcconfig"; sourceTree = ""; }; 29B5115769C5913A43E66C3058B68BE2 /* SKDescriptorMapper.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKDescriptorMapper.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKDescriptorMapper.mm; sourceTree = ""; }; 29BE1B758034408B336F5212D21B46CB /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; 29E0977E20A297A2E904D6C85C1752DB /* BSG_KSSysCtl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSSysCtl.h; sourceTree = ""; }; @@ -8290,6 +9142,7 @@ 2B111C3B85B5E5E529D9C5B1A2EB632A /* EXAudioRecordingPermissionRequester.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXAudioRecordingPermissionRequester.m; path = EXAV/EXAudioRecordingPermissionRequester.m; sourceTree = ""; }; 2B17A71888AA28CEFEC37B72F2A68A91 /* libreact-native-slider.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-slider.a"; path = "libreact-native-slider.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 2B23696C4D2092E47E753B377B79D93E /* BugsnagReactNative.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = BugsnagReactNative.m; path = cocoa/BugsnagReactNative.m; sourceTree = ""; }; + 2B361608B34C96A6FAB5E98FCEA3A462 /* Pods-ShareRocketChatRN-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ShareRocketChatRN-acknowledgements.markdown"; sourceTree = ""; }; 2B3AB399CD5F1F88D1F9412FD173C159 /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; 2B5A73E3C85EBE7C64B8D45F76B1448B /* FIRErrorCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrorCode.h; path = FirebaseCore/Sources/Private/FIRErrorCode.h; sourceTree = ""; }; 2B7C15B57EA8189CBA05AE26BEFA5600 /* CxxNativeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = CxxNativeModule.h; sourceTree = ""; }; @@ -8332,6 +9185,7 @@ 2EA5C92E336234BB166F02380D0164D2 /* react-native-simple-crypto.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-simple-crypto.release.xcconfig"; sourceTree = ""; }; 2EAA32868BCEE1CD6838F7117FB221D7 /* RNLocalize.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNLocalize.m; path = ios/RNLocalize.m; sourceTree = ""; }; 2ECB2B4C502267356B91B34510DE8D5E /* PriorityThreadFactory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PriorityThreadFactory.h; path = folly/executors/thread_factory/PriorityThreadFactory.h; sourceTree = ""; }; + 2EFD0A6BE8310EB5AFA739603C80B858 /* Pods-defaults-Rocket.Chat-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-defaults-Rocket.Chat-acknowledgements.plist"; sourceTree = ""; }; 2F2710461ABDEAC782FB715902C10D17 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 2F563CC4948AD230BB1285F545B6227B /* FIRInstallationsAuthTokenResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAuthTokenResult.m; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResult.m; sourceTree = ""; }; 2F80CD194F85D900365658F4B5E47468 /* CocoaAsyncSocket.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaAsyncSocket.debug.xcconfig; sourceTree = ""; }; @@ -8361,6 +9215,7 @@ 31097FF023386ADF7829A14BE14AEE2F /* vlog_is_on.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = vlog_is_on.cc; path = src/vlog_is_on.cc; sourceTree = ""; }; 3142282CACA691C0B7519DE2D72DA78B /* QBVideoIconView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBVideoIconView.h; path = ios/QBImagePicker/QBImagePicker/QBVideoIconView.h; sourceTree = ""; }; 3149155B7651E674E91E71658DCFD1C0 /* AtomicHashArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashArray.h; path = folly/AtomicHashArray.h; sourceTree = ""; }; + 3176AB3C86C5700B205948C24DBD3022 /* Pods-defaults-Rocket.Chat.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-defaults-Rocket.Chat.debug.xcconfig"; sourceTree = ""; }; 318500A68F26B6B4842452542F5494AF /* SDWebImageTransition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageTransition.h; path = SDWebImage/Core/SDWebImageTransition.h; sourceTree = ""; }; 31A74DE51A809847EFFA44376B6F010C /* DistributedMutex-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DistributedMutex-inl.h"; path = "folly/synchronization/DistributedMutex-inl.h"; sourceTree = ""; }; 31ABB6EFB73566B9C699FEB3A1698B3E /* RAMBundleRegistry.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = RAMBundleRegistry.cpp; sourceTree = ""; }; @@ -8401,6 +9256,7 @@ 33C35BA759A1D77DB5CB1724A8F05112 /* Replaceable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Replaceable.h; path = folly/Replaceable.h; sourceTree = ""; }; 33C75BD5F057C9EBD1F79AC01CD1EB9D /* GDTCCTCompressionHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTCompressionHelper.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTCompressionHelper.h; sourceTree = ""; }; 33CD38A805803F9E727DAA3989B58F1A /* FIRCLSFABNetworkClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSFABNetworkClient.m; path = Crashlytics/Shared/FIRCLSNetworking/FIRCLSFABNetworkClient.m; sourceTree = ""; }; + 33CE3A123A50C02157F9260308A228EE /* Pods-defaults-RocketChatRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-defaults-RocketChatRN.debug.xcconfig"; sourceTree = ""; }; 33D053F3CBB98EC1B0EA4627B854C3FD /* ThreadCachedArena.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadCachedArena.cpp; path = folly/memory/ThreadCachedArena.cpp; sourceTree = ""; }; 33DBC9A52BA573AA67A9DF21EF146A3A /* contents.xcworkspacedata */ = {isa = PBXFileReference; includeInIndex = 1; path = contents.xcworkspacedata; sourceTree = ""; }; 33F53D3786FA5E1CBDD6F7141DE5BEA1 /* RCTAppearance.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTAppearance.h; path = React/CoreModules/RCTAppearance.h; sourceTree = ""; }; @@ -8459,7 +9315,6 @@ 371A76D159083F6DAC646395A308432D /* IOBufQueue.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = IOBufQueue.cpp; path = folly/io/IOBufQueue.cpp; sourceTree = ""; }; 371EBDFAD3773DD3F3D32C375C9F0D76 /* RCTTypedModuleConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTypedModuleConstants.h; sourceTree = ""; }; 372C88C139F6DECDDDE39091642AD22F /* GDTCORDataFuture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCORDataFuture.m; path = GoogleDataTransport/GDTCORLibrary/GDTCORDataFuture.m; sourceTree = ""; }; - 3730E1B747E494E9DBBBAF5A262EA01E /* Pods-ShareRocketChatRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ShareRocketChatRN.debug.xcconfig"; sourceTree = ""; }; 373C9F59C3DDFA4B431689CCFE1496E9 /* TestUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TestUtil.h; path = folly/experimental/TestUtil.h; sourceTree = ""; }; 374AEE2E788671CD524D7389FFD7ECEC /* BSG_KSCrashState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashState.m; sourceTree = ""; }; 37592FDAD45752511010F4B06AC57355 /* libReact-cxxreact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-cxxreact.a"; path = "libReact-cxxreact.a"; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -8649,13 +9504,11 @@ 41D64D7574C4DFD78DA40432303FDCEB /* SDWebImageDownloaderConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImageDownloaderConfig.h; path = SDWebImage/Core/SDWebImageDownloaderConfig.h; sourceTree = ""; }; 41EC5930B8C1892BEE85D9814875D011 /* FIRInteropEventNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropEventNames.h; path = Interop/Analytics/Public/FIRInteropEventNames.h; sourceTree = ""; }; 41EC9A082146249F7FAADB7E975CB5ED /* FIRCLSProcess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSProcess.h; path = Crashlytics/Crashlytics/Components/FIRCLSProcess.h; sourceTree = ""; }; - 41F745C7FC986BBCF4E59170B04E63D0 /* Pods-NotificationService-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-NotificationService-acknowledgements.plist"; sourceTree = ""; }; 41FFD780B2EECEA59A816381F57BA52E /* Benchmark.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Benchmark.cpp; path = folly/Benchmark.cpp; sourceTree = ""; }; 4200F978FCA1E0B9D4D7A1637954CBE6 /* RCTTransformAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTransformAnimatedNode.m; sourceTree = ""; }; 4203EB175AFC90369B754FAE7363F797 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Sources/Private/FIRAppInternal.h; sourceTree = ""; }; 420BA6842703D1CCC82D83147EB4064D /* filters_msa.c */ = {isa = PBXFileReference; includeInIndex = 1; name = filters_msa.c; path = src/dsp/filters_msa.c; sourceTree = ""; }; 420C2299A3D9F193072479F161BB46B4 /* RSocket.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = RSocket.cpp; path = rsocket/RSocket.cpp; sourceTree = ""; }; - 42384ABE1D4CF2F0EE93A81A9323B514 /* Pods-NotificationService.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-NotificationService.release.xcconfig"; sourceTree = ""; }; 423F3952D7C60D2A97C19C94C400F4FC /* MiniPBCoder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = MiniPBCoder.cpp; path = Core/MiniPBCoder.cpp; sourceTree = ""; }; 426DAA1C7099F44D847FACA87A7AB248 /* fixed-dtoa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "fixed-dtoa.h"; path = "double-conversion/fixed-dtoa.h"; sourceTree = ""; }; 4278E6D5CBD1835FDDDBFD6C73E5E85A /* Benchmark.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Benchmark.h; path = folly/Benchmark.h; sourceTree = ""; }; @@ -8677,6 +9530,7 @@ 43C0C1192214C8336CF88696F0FA25FF /* OpenSSL-Universal.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "OpenSSL-Universal.debug.xcconfig"; sourceTree = ""; }; 43DC6B18562D8277B642E9400F967111 /* nl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = nl.lproj; path = "Objective-C/TOCropViewController/Resources/nl.lproj"; sourceTree = ""; }; 43FE6782A65CB4CEB4E4F36703B86439 /* rpc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rpc.h; path = src/event2/rpc.h; sourceTree = ""; }; + 44036119557B4464513ACB6E0DD07799 /* Pods-NotificationService-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-NotificationService-umbrella.h"; sourceTree = ""; }; 4406FD946F84D4056316B36CE18DE4F2 /* BSG_KSCrashReportFields.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFields.h; sourceTree = ""; }; 44139071FC098FD8447630E64A2B01AE /* ssim.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ssim.c; path = src/dsp/ssim.c; sourceTree = ""; }; 442092B4C183043A0E146BF6588195C5 /* FLEXUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FLEXUtility.h; path = iOS/Plugins/FlipperKitNetworkPlugin/SKIOSNetworkPlugin/FLEXNetworkLib/FLEXUtility.h; sourceTree = ""; }; @@ -8805,7 +9659,6 @@ 4B9E4307D26929BE04F4C7B7643614EC /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 4BB845326BB43E0587B4A1AB7180638F /* DeferObservable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeferObservable.h; path = yarpl/observable/DeferObservable.h; sourceTree = ""; }; 4BB8CBE36F0DACC934E2F61272C23171 /* KeyboardTrackingViewTempManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = KeyboardTrackingViewTempManager.m; sourceTree = ""; }; - 4BCACB575EE2A65671EFF9BD8304B570 /* Pods-NotificationService-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-NotificationService-resources.sh"; sourceTree = ""; }; 4BDA04A718F21904E7484E417CDD46B5 /* AtomicHashMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AtomicHashMap.h; path = folly/AtomicHashMap.h; sourceTree = ""; }; 4C03602D11840A5F48222F313327DF79 /* SKScrollViewDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKScrollViewDescriptor.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKScrollViewDescriptor.h; sourceTree = ""; }; 4C1139BDB0810D99E932F602F6CAE5BD /* FlipperCertificateProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperCertificateProvider.h; path = xplat/Flipper/FlipperCertificateProvider.h; sourceTree = ""; }; @@ -8836,6 +9689,7 @@ 4D7E566608A1776F022A084665FC7222 /* RCTReconnectingWebSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RCTReconnectingWebSocket.m; path = Libraries/WebSocket/RCTReconnectingWebSocket.m; sourceTree = ""; }; 4DD48FAFF30872A16D5A4FCA059647AC /* RCTPropsAnimatedNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPropsAnimatedNode.m; sourceTree = ""; }; 4DE0CD137E0889EE1737A9B9030EFF07 /* MMKV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKV.h; path = iOS/MMKV/MMKV/MMKV.h; sourceTree = ""; }; + 4DE9214CE8536885558ABFF1032C77F7 /* Pods-defaults-Rocket.Chat-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-defaults-Rocket.Chat-acknowledgements.markdown"; sourceTree = ""; }; 4E0FC15E0C888523E04A0C99E7CB65BF /* FBLPromise+Reduce.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Reduce.m"; path = "Sources/FBLPromises/FBLPromise+Reduce.m"; sourceTree = ""; }; 4E446962D13DA9D49930FE2E5C110DF5 /* strtod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = strtod.h; path = "double-conversion/strtod.h"; sourceTree = ""; }; 4E492BE216BFC85EE02E2AD66FDF2AAA /* FIRCLSHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSHandler.m; path = Crashlytics/Crashlytics/Handlers/FIRCLSHandler.m; sourceTree = ""; }; @@ -8933,6 +9787,7 @@ 53AF6D6CFD2FCBDE168FFB00EFCBDF7C /* RCTConvert+FFFastImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+FFFastImage.h"; path = "ios/FastImage/RCTConvert+FFFastImage.h"; sourceTree = ""; }; 53BA95CA5635D6F03708BA1F8A82D760 /* FIRCLSUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSUnwind.c; path = Crashlytics/Crashlytics/Unwind/FIRCLSUnwind.c; sourceTree = ""; }; 53BB4F540600B7833F3CBB4ECAE8CD9C /* RCTImageCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageCache.h; path = Libraries/Image/RCTImageCache.h; sourceTree = ""; }; + 53EDC418FED268D0086748617F26DBF5 /* Pods-NotificationService-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-NotificationService-acknowledgements.plist"; sourceTree = ""; }; 53F3E96273465DA750E81619209A59EF /* ThreadedExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadedExecutor.h; path = folly/executors/ThreadedExecutor.h; sourceTree = ""; }; 53F444FE8A1691E1A3AF95527CF9473D /* TypedIOBuf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TypedIOBuf.h; path = folly/io/TypedIOBuf.h; sourceTree = ""; }; 53FB7361A6A40D90635C1CB2D7E57F7A /* FBLPromise+Then.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Then.h"; path = "Sources/FBLPromises/include/FBLPromise+Then.h"; sourceTree = ""; }; @@ -9005,7 +9860,6 @@ 5810A2CAD229D5E26C07A9AFDAE72C9F /* NSData+ImageContentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+ImageContentType.m"; path = "SDWebImage/Core/NSData+ImageContentType.m"; sourceTree = ""; }; 583A5CE961C7C321B6AEDC6BD910170D /* ExecutorWithPriority.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ExecutorWithPriority.cpp; path = folly/executors/ExecutorWithPriority.cpp; sourceTree = ""; }; 5864337237459EAD63F46D06D344250F /* NotificationQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NotificationQueue.h; path = folly/io/async/NotificationQueue.h; sourceTree = ""; }; - 586602EDE69E2D273945D156ECB89853 /* libPods-RocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-RocketChatRN.a"; path = "libPods-RocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 586EA495F3CDFC6F7ED11ED20E3201C4 /* RCTConvert+ART.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RCTConvert+ART.h"; path = "ios/RCTConvert+ART.h"; sourceTree = ""; }; 5877AFDEC339C9F71246DF078C6383BE /* ChannelResponder.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ChannelResponder.cpp; path = rsocket/statemachine/ChannelResponder.cpp; sourceTree = ""; }; 5882C8B326D8C2896E07CEB956D8A202 /* StringKeyedUnorderedMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StringKeyedUnorderedMap.h; path = folly/experimental/StringKeyedUnorderedMap.h; sourceTree = ""; }; @@ -9050,7 +9904,6 @@ 5AA778BF9A1C50FA6D862CEFC0D5388C /* Log.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Log.cpp; path = xplat/Flipper/Log.cpp; sourceTree = ""; }; 5AB19C1880516910F892753A3E7BFF38 /* PThread.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = PThread.cpp; path = folly/portability/PThread.cpp; sourceTree = ""; }; 5AB3C649C585BDA1CC889A3ACB1EC56D /* react-native-mmkv-storage.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-mmkv-storage.debug.xcconfig"; sourceTree = ""; }; - 5AB4C53466CBBE6F35CF70C0E6BA9B15 /* Pods-NotificationService.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-NotificationService.debug.xcconfig"; sourceTree = ""; }; 5AC04944C7785AE334ECB6E6F32571D6 /* libevent_pthreads.a */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = archive.ar; name = libevent_pthreads.a; path = lib/libevent_pthreads.a; sourceTree = ""; }; 5AD104F4D43C131F3A60BD50B2D9350A /* Hardware.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Hardware.h; path = folly/chrono/Hardware.h; sourceTree = ""; }; 5AE5E332B3CD70ED6F893B915FCE6104 /* rsa.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rsa.h; path = ios/include/openssl/rsa.h; sourceTree = ""; }; @@ -9089,6 +9942,7 @@ 5D305DF7D7D5B3FE8785B5534CEB59B9 /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; 5D47772AEA2809890215F21916D852EA /* event_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = event_compat.h; path = src/event2/event_compat.h; sourceTree = ""; }; 5D6ACAE37768703D6BE0A3064D9A9AF5 /* EXHaptics-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXHaptics-prefix.pch"; sourceTree = ""; }; + 5D86198D4949CCBF29B30C14A072C51C /* Pods-defaults-Rocket.Chat-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-defaults-Rocket.Chat-resources.sh"; sourceTree = ""; }; 5D96FA7C131F44E288380401DBB2BA2E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 5D9AF96F88680045728AC4C4F4525E3A /* Promise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Promise.h; path = folly/futures/Promise.h; sourceTree = ""; }; 5DB210A073B76CA9A00756D07ACE4188 /* dns_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dns_struct.h; path = src/event2/dns_struct.h; sourceTree = ""; }; @@ -9107,6 +9961,7 @@ 5E6929DF44F768671E142897ED8025C9 /* fi.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fi.lproj; path = "Objective-C/TOCropViewController/Resources/fi.lproj"; sourceTree = ""; }; 5E8364C4F10CB2CF4BABE86FEC658B94 /* EXConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXConstants.h; path = EXConstants/EXConstants.h; sourceTree = ""; }; 5E856ABC8D8851441E31927B0E15F848 /* BSG_KSMachApple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachApple.h; sourceTree = ""; }; + 5E87B44B33AAED551BDFE7329D248E7C /* Pods-defaults-RocketChatRN-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-defaults-RocketChatRN-frameworks.sh"; sourceTree = ""; }; 5E9397A0636933F5CE512BE3684A997E /* FIRCLSDwarfUnwind.c */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDwarfUnwind.c; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.c; sourceTree = ""; }; 5ED164BAC32C89B4DF890E99E8DB7D15 /* RNPushKitEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNPushKitEventHandler.m; path = RNNotifications/RNPushKitEventHandler.m; sourceTree = ""; }; 5EEDBB21EBB3E01D69486EAA9260B600 /* SDImageAssetManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageAssetManager.h; path = SDWebImage/Private/SDImageAssetManager.h; sourceTree = ""; }; @@ -9414,6 +10269,7 @@ 70889C20B2B9CB6BFEB33E64450AAA66 /* FIRCLSFeatures.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFeatures.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSFeatures.h; sourceTree = ""; }; 70ACFD097CEC9691CBC2F6EE5CE13D76 /* OpenSSLUtils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = OpenSSLUtils.cpp; path = folly/io/async/ssl/OpenSSLUtils.cpp; sourceTree = ""; }; 71226302BE45A7B0F501A945DA65C8AB /* glog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = glog.debug.xcconfig; sourceTree = ""; }; + 7125FF740077098B59A78E66EB1F40FE /* Pods-ShareRocketChatRN.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-ShareRocketChatRN.modulemap"; sourceTree = ""; }; 7143D84619784393D94401910DE2F013 /* Shared.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = Shared.h; sourceTree = ""; }; 7147C2A50B1A4E9B50D4743768A6DAA2 /* ProtocolVersion.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = ProtocolVersion.cpp; path = rsocket/framing/ProtocolVersion.cpp; sourceTree = ""; }; 71484EB728EF2BD10A80516F52EF1833 /* TestSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = TestSubscriber.h; path = yarpl/flowable/TestSubscriber.h; sourceTree = ""; }; @@ -9535,7 +10391,6 @@ 78E383F75A1316536FD489207552C079 /* Stdio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Stdio.h; path = folly/portability/Stdio.h; sourceTree = ""; }; 78E61F6F41AF9506D619EC8762A5957B /* FirebaseAnalytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.debug.xcconfig; sourceTree = ""; }; 78FD30412ED7246AB07F383D9B2AE03E /* RCTSettingsPlugins.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSettingsPlugins.mm; sourceTree = ""; }; - 790673EC8417F666CD08A2E31652B656 /* Pods-ShareRocketChatRN.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-ShareRocketChatRN.modulemap"; sourceTree = ""; }; 7908AF05DE2D24CAA964C965EB69F7F1 /* React-RCTLinking.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTLinking.release.xcconfig"; sourceTree = ""; }; 79252D56C698CFD25799CC4B521EFF1E /* UMBarCodeScannerInterface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMBarCodeScannerInterface.h; path = UMBarCodeScannerInterface/UMBarCodeScannerInterface.h; sourceTree = ""; }; 792797FC9AA31485974B18F66925F055 /* SKNodeDescriptor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = SKNodeDescriptor.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.mm; sourceTree = ""; }; @@ -9544,7 +10399,6 @@ 795764D57C74218C1DC80757258B116B /* EXVideoPlayerViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = EXVideoPlayerViewController.m; sourceTree = ""; }; 796CD8553C5802D31544788DC42D6954 /* FIRStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRStackFrame.h; path = Crashlytics/Crashlytics/Public/FIRStackFrame.h; sourceTree = ""; }; 797053A263030741BF625E329E5086C4 /* ImageCropPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ImageCropPicker.h; path = ios/src/ImageCropPicker.h; sourceTree = ""; }; - 79871AFFE61A579E1E9A87BC2D2E5D43 /* Pods-RocketChatRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RocketChatRN.debug.xcconfig"; sourceTree = ""; }; 799028AACA216BADD41A165C2F4AD654 /* Flipper-Folly.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-Folly.debug.xcconfig"; sourceTree = ""; }; 79953A84002682D319C3156FF2C14B3C /* LongLivedObject.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = LongLivedObject.cpp; path = turbomodule/core/LongLivedObject.cpp; sourceTree = ""; }; 7996B01E669016211C1E9FB309FEA27F /* react-native-slider.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-slider.release.xcconfig"; sourceTree = ""; }; @@ -9620,7 +10474,6 @@ 7DC33E903E83A31D9689A6DD1A54A6ED /* FlipperCppBridgingConnection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperCppBridgingConnection.mm; path = iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.mm; sourceTree = ""; }; 7DDAE664C6BD4BA52FCE28BE3DC2DCC8 /* ARTSolidColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = ARTSolidColor.h; sourceTree = ""; }; 7DE191BE35CFD49038086C981EEDB402 /* RNRootView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNRootView.release.xcconfig; sourceTree = ""; }; - 7DE39BB6E23FCAE946AA526F2767DA25 /* Pods-ShareRocketChatRN-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ShareRocketChatRN-resources.sh"; sourceTree = ""; }; 7DEAE6497ACC519E2A1D895242035633 /* color_cache_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = color_cache_utils.h; path = src/utils/color_cache_utils.h; sourceTree = ""; }; 7DF77F19591CE6A8C8B54CD722C85377 /* RCTSubtractionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSubtractionAnimatedNode.h; sourceTree = ""; }; 7E074A29F34F6A41EF0C25CC20F1453F /* QBAlbumCell.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QBAlbumCell.m; path = ios/QBImagePicker/QBImagePicker/QBAlbumCell.m; sourceTree = ""; }; @@ -9685,6 +10538,7 @@ 815DB4AECA76A60B88FCD84CCC5F1706 /* FIRInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallations.h; path = FirebaseInstallations/Source/Library/Public/FIRInstallations.h; sourceTree = ""; }; 817138865E815F7FEF679AED95B64D76 /* TimedDrivableExecutor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = TimedDrivableExecutor.cpp; path = folly/executors/TimedDrivableExecutor.cpp; sourceTree = ""; }; 8184AE57AC6345FD36C0E02C77E1304B /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTDevSettings.h; path = React/CoreModules/RCTDevSettings.h; sourceTree = ""; }; + 81ABB69299E6F3BB892E995CFDCECD7A /* Pods-ShareRocketChatRN-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ShareRocketChatRN-dummy.m"; sourceTree = ""; }; 81F822092F642F552A94E7CF09633E8F /* FIRCLSURLSessionDownloadTask_PrivateMethods.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSURLSessionDownloadTask_PrivateMethods.h; path = Crashlytics/Crashlytics/FIRCLSURLSession/Tasks/FIRCLSURLSessionDownloadTask_PrivateMethods.h; sourceTree = ""; }; 8214342B383E5EDE394900F6DD42681A /* RNCPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNCPicker.release.xcconfig; sourceTree = ""; }; 823BDC381C7F5B32A396B087AA4484D5 /* enc_sse41.c */ = {isa = PBXFileReference; includeInIndex = 1; name = enc_sse41.c; path = src/dsp/enc_sse41.c; sourceTree = ""; }; @@ -9894,7 +10748,6 @@ 8F16FA63E9856238A35EB81220CB3D85 /* READebugNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = READebugNode.h; sourceTree = ""; }; 8F1AADEB994A06753733D5DA30E49EE9 /* FIRCLSDwarfUnwind.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDwarfUnwind.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDwarfUnwind.h; sourceTree = ""; }; 8F34077B6C1A1F970C869CFC459EF523 /* Unicode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Unicode.cpp; path = folly/Unicode.cpp; sourceTree = ""; }; - 8F3B7EF7FEAE0F036B87223B377B7C14 /* Pods-NotificationService-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-NotificationService-umbrella.h"; sourceTree = ""; }; 8F4A3C3B8AADB6C5C49E91CBE496CFE2 /* UMModuleRegistryProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = UMModuleRegistryProvider.m; sourceTree = ""; }; 8F65F9361F2069CF9E9D751272968DE4 /* libRNGestureHandler.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNGestureHandler.a; path = libRNGestureHandler.a; sourceTree = BUILT_PRODUCTS_DIR; }; 8F6D0A14D4A6C24A84295B2F70D90BA4 /* SDDiskCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDDiskCache.m; path = SDWebImage/Core/SDDiskCache.m; sourceTree = ""; }; @@ -9963,6 +10816,7 @@ 945DDAA2417D5562D5FFEE8DDB64DC83 /* FIRCLSFCRAnalytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSFCRAnalytics.h; path = Crashlytics/Crashlytics/Helpers/FIRCLSFCRAnalytics.h; sourceTree = ""; }; 9463CCABFF349B52758B917D4C9FA77C /* QBAssetsViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QBAssetsViewController.h; path = ios/QBImagePicker/QBImagePicker/QBAssetsViewController.h; sourceTree = ""; }; 9472E6A8ADC8A9E6144C9B61E96FC491 /* EXKeepAwake.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXKeepAwake.h; path = EXKeepAwake/EXKeepAwake.h; sourceTree = ""; }; + 949B140FBE75F86A22077BDC59663BF9 /* Pods-ShareRocketChatRN-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ShareRocketChatRN-resources.sh"; sourceTree = ""; }; 949FCAA1C40C1CAD7736386449E3DE02 /* FIRInstallationsStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStatus.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsStatus.h; sourceTree = ""; }; 94B455AA04E262EDE77D78D9D032C64A /* FIRCLSDemangleOperation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FIRCLSDemangleOperation.mm; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSDemangleOperation.mm; sourceTree = ""; }; 94BE4A916A924189C6D1A5836209327D /* StreamsWriter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamsWriter.cpp; path = rsocket/statemachine/StreamsWriter.cpp; sourceTree = ""; }; @@ -9985,9 +10839,11 @@ 95BAC5CB0D279B5958E7B0D88AD3C358 /* ThreadLocalDetail.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ThreadLocalDetail.h; path = folly/detail/ThreadLocalDetail.h; sourceTree = ""; }; 95BBD1E808205BD2C0EF96522256F8B6 /* UMLogHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMLogHandler.h; sourceTree = ""; }; 95C88FD20D5D13529D47BC4F9568264F /* HazptrUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HazptrUtils.h; path = folly/synchronization/detail/HazptrUtils.h; sourceTree = ""; }; + 95D00A3E66C847FBED5DC0B6073EB67F /* Pods-defaults-RocketChatRN-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-defaults-RocketChatRN-acknowledgements.plist"; sourceTree = ""; }; 95DBA7B85E03C333EEC4A6FB37E4763A /* Portability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Portability.h; path = folly/futures/Portability.h; sourceTree = ""; }; 95F4A76FAC1A61395798CE6287242218 /* RNFetchBlobNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNFetchBlobNetwork.m; path = ios/RNFetchBlobNetwork.m; sourceTree = ""; }; 95FB8C8276999A1DB67E7FCD5131C4E5 /* WarmResumeManager.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = WarmResumeManager.cpp; path = rsocket/internal/WarmResumeManager.cpp; sourceTree = ""; }; + 9621F4B0A44623E984DC190DDF0A9A4B /* libPods-defaults-RocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-defaults-RocketChatRN.a"; path = "libPods-defaults-RocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 96259C4D7D9352CB52FE81EE311BE24C /* IPAddress.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IPAddress.h; path = folly/IPAddress.h; sourceTree = ""; }; 962CCB4F39D9B0208C07FD60C25C9395 /* SysUio.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = SysUio.cpp; path = folly/portability/SysUio.cpp; sourceTree = ""; }; 964075248E29555CDD17DF2AA331F751 /* yuv_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = yuv_mips_dsp_r2.c; path = src/dsp/yuv_mips_dsp_r2.c; sourceTree = ""; }; @@ -10009,7 +10865,6 @@ 96E9EB922C36476C0786587EF297BE4E /* FlipperConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperConnection.h; path = iOS/FlipperKit/FlipperConnection.h; sourceTree = ""; }; 96F6E8528C4EC7786262B3CE7BE4614C /* FarmHash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FarmHash.h; path = folly/hash/FarmHash.h; sourceTree = ""; }; 970C9F3C3AA798D83003BE7C7129E3A0 /* yuv.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = yuv.h; path = src/dsp/yuv.h; sourceTree = ""; }; - 970D07DACCDEE7DE92D50C01EC1DEA23 /* Pods-RocketChatRN-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-RocketChatRN-resources.sh"; sourceTree = ""; }; 9719666CAEC85DBF140837F26DD5CD5A /* Merge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Merge.h; path = folly/container/Merge.h; sourceTree = ""; }; 971F6980AC142F945F3F5B9BEE8FFE12 /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; 97201ED66448D042727D78C9709B0952 /* React-RCTAnimation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-RCTAnimation.debug.xcconfig"; sourceTree = ""; }; @@ -10142,6 +10997,7 @@ 9FA107ED93B86C367800E4F39E6A62E6 /* FBLazyVector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLazyVector.h; path = FBLazyVector/FBLazyVector.h; sourceTree = ""; }; 9FAC468A4F7C2BCA75B963C79FB76CF3 /* UMModuleRegistryAdapter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistryAdapter.h; sourceTree = ""; }; 9FDDD9B73E4C490FF760E0DCF300357C /* openssl_md5_locl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = openssl_md5_locl.h; path = Core/aes/openssl/openssl_md5_locl.h; sourceTree = ""; }; + 9FF15DDF56C721A3A36BEBEC97A731D5 /* Pods-defaults-Rocket.Chat-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-defaults-Rocket.Chat-umbrella.h"; sourceTree = ""; }; 9FF5DB6115EFC76EA34F49665BF2004E /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; 9FF7A440D5E9387CDFC9325CD298A135 /* bio.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bio.h; path = ios/include/openssl/bio.h; sourceTree = ""; }; 9FF84A68DEE8E0FE347F30FB554B9464 /* Core.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Core.h; path = folly/futures/detail/Core.h; sourceTree = ""; }; @@ -10255,6 +11111,7 @@ A6D3289DA5E5937FA70A107D5CCE14FB /* FlipperKitNetworkPlugin.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperKitNetworkPlugin.mm; path = iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin.mm; sourceTree = ""; }; A6D8B26399EB11DCD13C2FE7597716C3 /* RCTImageLoaderProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageLoaderProtocol.h; path = Libraries/Image/RCTImageLoaderProtocol.h; sourceTree = ""; }; A6DDDF10517DFF827CFEB805309B1BCC /* FIRCLSRecordBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSRecordBase.m; path = Crashlytics/Crashlytics/Models/Record/FIRCLSRecordBase.m; sourceTree = ""; }; + A6EB796E6E9E63CB8E30B650EF1BB98B /* Pods-NotificationService.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-NotificationService.release.xcconfig"; sourceTree = ""; }; A6F1B90E756840600BB9F7F2DEEFE6C8 /* RNConfigReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNConfigReader.m; path = ios/RNConfigReader.m; sourceTree = ""; }; A6FDCE37FC8470156F2FB0FEE2BCD4AA /* FIRCLSSymbolicationOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSSymbolicationOperation.m; path = Crashlytics/Crashlytics/Operations/Symbolication/FIRCLSSymbolicationOperation.m; sourceTree = ""; }; A71AE4C908A5098430E1FA67BCFB7C89 /* RNDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDeviceInfo.h; path = ios/RNDeviceInfo/RNDeviceInfo.h; sourceTree = ""; }; @@ -10382,7 +11239,6 @@ AF72FD600DE7E2D330BA50F877993E05 /* libUMCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libUMCore.a; path = libUMCore.a; sourceTree = BUILT_PRODUCTS_DIR; }; AF762C871BB1A49BB9F1140CA49A09C0 /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; AF9F02B25046132FEC9FBAE647F023C6 /* FlipperCertificateExchangeMedium.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperCertificateExchangeMedium.h; path = xplat/Flipper/FlipperCertificateExchangeMedium.h; sourceTree = ""; }; - AFB68C392BA713BC2E9BC7500977A2D2 /* Pods-ShareRocketChatRN-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ShareRocketChatRN-dummy.m"; sourceTree = ""; }; AFCBBAC79C3D937E6B4E5EF43A0AA5D3 /* GULNetworkURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkURLSession.m; path = GoogleUtilities/Network/GULNetworkURLSession.m; sourceTree = ""; }; AFCC013AE0D0676D7B767BD5EE8BCF46 /* IDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IDStore.h; path = ios/IDStore.h; sourceTree = ""; }; AFDDBE92A6057DA44C2D48DA91A74644 /* ARTNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ARTNode.h; path = ios/ARTNode.h; sourceTree = ""; }; @@ -10439,12 +11295,12 @@ B2D64E30A810C688B1470B4F408DE193 /* rescaler_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = rescaler_utils.h; path = src/utils/rescaler_utils.h; sourceTree = ""; }; B2E0ED680835B25FAD5DCA8A84D4ACDC /* UMAppLoader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMAppLoader.release.xcconfig; sourceTree = ""; }; B2E4FD40E640DF37E83F588BD7BFCC4E /* FIRCLSUUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUUID.h; path = Crashlytics/Shared/FIRCLSUUID.h; sourceTree = ""; }; - B2F7DCD22820454F71D3B997AB011009 /* Pods-RocketChatRN-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-RocketChatRN-dummy.m"; sourceTree = ""; }; B30E23EEE2A4DED934D9BD0EF230A5F2 /* RNFBApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RNFBApp.debug.xcconfig; sourceTree = ""; }; B3135DD08D8F8477774D97E46A17FBA1 /* SDAnimatedImageView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDAnimatedImageView.m; path = SDWebImage/Core/SDAnimatedImageView.m; sourceTree = ""; }; B3268C78202AE1DD8F4F200E1AC0FF95 /* REATransitionValues.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REATransitionValues.m; sourceTree = ""; }; B3369327A0B6FB771D8DF11C06E5EF7E /* RNNotificationEventHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationEventHandler.m; path = RNNotifications/RNNotificationEventHandler.m; sourceTree = ""; }; B3494785E3E169E719846914137B58AC /* React-CoreModules.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "React-CoreModules.release.xcconfig"; sourceTree = ""; }; + B34D7AD717D6773326F1B507DC17B4FE /* Pods-NotificationService-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-NotificationService-acknowledgements.markdown"; sourceTree = ""; }; B36C9CF578A3845E41A4D998D58D1351 /* REAEventNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = REAEventNode.h; sourceTree = ""; }; B3826070DF750B29EC717636E7716BD2 /* EvictingCacheMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EvictingCacheMap.h; path = folly/container/EvictingCacheMap.h; sourceTree = ""; }; B39B12F1A5E14751041492FCCBF2033B /* RNCSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNCSafeAreaShadowView.h; path = ios/SafeAreaView/RNCSafeAreaShadowView.h; sourceTree = ""; }; @@ -10474,7 +11330,6 @@ B4C5139E31E1D2FA1BF3A566B2DE06BE /* FIRCoreDiagnosticsConnector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnosticsConnector.m; path = FirebaseCore/Sources/FIRCoreDiagnosticsConnector.m; sourceTree = ""; }; B4C62CF866B129BC273237EA42D4919A /* FBReactNativeSpec-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBReactNativeSpec-prefix.pch"; sourceTree = ""; }; B4D120689E530168FE4B87A31A92AD44 /* RCTTransformAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTransformAnimatedNode.h; sourceTree = ""; }; - B4FBAEA26F427776D32ACC15202BD29C /* Pods-ShareRocketChatRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ShareRocketChatRN.release.xcconfig"; sourceTree = ""; }; B4FCFB6F827967E76CEAE1ADAA9117A4 /* RNSScreenContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNSScreenContainer.h; path = ios/RNSScreenContainer.h; sourceTree = ""; }; B50A142A2F9470B80F4DAEFAEC74C7FF /* SDWebImageError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDWebImageError.m; path = SDWebImage/Core/SDWebImageError.m; sourceTree = ""; }; B5145AB82B435755CFB504D6CCD436BB /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; @@ -10554,7 +11409,6 @@ B9A091BD7D5A323180FF20D4D4B49FAF /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Sources/Private/FIRLibrary.h; sourceTree = ""; }; B9A3F1582467C706F3347411AA039AA2 /* React-cxxreact-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-cxxreact-prefix.pch"; sourceTree = ""; }; B9A5437C06D815D6DADA8FAD5F915D8C /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; - B9A6F4305E5EA03E98389812F00CE5A5 /* Pods-RocketChatRN-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-RocketChatRN-acknowledgements.plist"; sourceTree = ""; }; B9A80B8593DD902649B6F1210386EFD2 /* buffer_dec.c */ = {isa = PBXFileReference; includeInIndex = 1; name = buffer_dec.c; path = src/dec/buffer_dec.c; sourceTree = ""; }; B9C8917DFAABD1CCADF4FEDE29515BA3 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWebImagePrefetcher.h; path = SDWebImage/Core/SDWebImagePrefetcher.h; sourceTree = ""; }; B9E5D37A017906F3733534D5511407E8 /* RCTKeyCommandsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTKeyCommandsManager.h; path = ios/KeyCommands/RCTKeyCommandsManager.h; sourceTree = ""; }; @@ -10570,6 +11424,7 @@ BABCA2FDCA1F8F23DDF33E3A63F5B251 /* react-native-mmkv-storage.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-mmkv-storage.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; BAC6CDAA91C4BD58E5295365BDCA3C95 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; BADC2117C47762E9A5618200C9170DBD /* KeepaliveTimer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = KeepaliveTimer.cpp; path = rsocket/internal/KeepaliveTimer.cpp; sourceTree = ""; }; + BAED847E8A22919EDDB894F3B4C38BFF /* Pods-ShareRocketChatRN-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ShareRocketChatRN-umbrella.h"; sourceTree = ""; }; BAEFC2976989F7497E985CFB93529757 /* react-native-mmkv-storage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-mmkv-storage-prefix.pch"; sourceTree = ""; }; BAFF9D44E7C52A8BAFDB2759D38A43BB /* FlipperCppBridgingConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperCppBridgingConnection.h; path = iOS/FlipperKit/CppBridge/FlipperCppBridgingConnection.h; sourceTree = ""; }; BB02CC589412E751563B4277E325BB53 /* Malloc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Malloc.h; path = folly/memory/Malloc.h; sourceTree = ""; }; @@ -10616,6 +11471,7 @@ BE1DD6BEB5772073CB1B497EE3EFACAD /* demangle.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = demangle.cc; path = src/demangle.cc; sourceTree = ""; }; BE28986CA479F1CD5BF358417B4FF008 /* BSG_KSMachHeaders.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSMachHeaders.h; sourceTree = ""; }; BE396E9C371A35BA49411AADC81C481A /* bit_reader_utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bit_reader_utils.h; path = src/utils/bit_reader_utils.h; sourceTree = ""; }; + BE44CBCE6C75B26E95A4555F9D976298 /* Pods-defaults-RocketChatRN-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-defaults-RocketChatRN-umbrella.h"; sourceTree = ""; }; BE5BD84C4AD1A7D221D541EBDF680E48 /* RNCSafeAreaViewMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNCSafeAreaViewMode.m; path = ios/SafeAreaView/RNCSafeAreaViewMode.m; sourceTree = ""; }; BE5DBFA20A4750FA7E415654F18A0821 /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTTiming.h; path = React/CoreModules/RCTTiming.h; sourceTree = ""; }; BE5EE285FADD586783B42D22E550058B /* EXFileSystem-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXFileSystem-dummy.m"; sourceTree = ""; }; @@ -10889,7 +11745,6 @@ CF1D0A39C688654CC14F7A0EC86B9338 /* NSError+BSG_SimpleConstructor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "NSError+BSG_SimpleConstructor.m"; sourceTree = ""; }; CF27DCB465B63190E961717A2E5DDF58 /* safestack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = safestack.h; path = ios/include/openssl/safestack.h; sourceTree = ""; }; CF2BCF950573DDBFCAC4EAC6297BF1F6 /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; - CF330B92B804A7F4BA77BBEA63A08866 /* Pods-NotificationService.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-NotificationService.modulemap"; sourceTree = ""; }; CF38A01D66A713ED598EAA96B037CD77 /* SDWeakProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDWeakProxy.h; path = SDWebImage/Private/SDWeakProxy.h; sourceTree = ""; }; CF56D07AD4FE7F38C685EB66BB0F2553 /* SKObjectHash.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKObjectHash.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKObjectHash.h; sourceTree = ""; }; CF620EEBD76813CA0C8EE1B801CC6D87 /* FirebaseCoreDiagnostics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCoreDiagnostics-dummy.m"; sourceTree = ""; }; @@ -10966,7 +11821,6 @@ D41077F1AD0AC08B308126DC10BE5A19 /* RCTImageViewManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTImageViewManager.mm; sourceTree = ""; }; D4146E61E7182ECD551C606D32AE9E01 /* FlipperConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlipperConnection.h; path = xplat/Flipper/FlipperConnection.h; sourceTree = ""; }; D41C883D22FD10CFD15573410C2CC2A5 /* ProxyLockable-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ProxyLockable-inl.h"; path = "folly/synchronization/detail/ProxyLockable-inl.h"; sourceTree = ""; }; - D425ADF16C51DA39E2C6A7D8F6F1A067 /* Pods-NotificationService-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-NotificationService-acknowledgements.markdown"; sourceTree = ""; }; D451CDE36D4FE5E0418D8AB770C36C56 /* FlowableTimeoutOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FlowableTimeoutOperator.h; path = yarpl/flowable/FlowableTimeoutOperator.h; sourceTree = ""; }; D4523CF64C931C9B8E69D3F96A6CADE5 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; D46BA4929AFAEAFBC0D29AEA757F0766 /* FIRCLSUserDefaults_private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSUserDefaults_private.h; path = Crashlytics/Crashlytics/FIRCLSUserDefaults/FIRCLSUserDefaults_private.h; sourceTree = ""; }; @@ -11005,6 +11859,7 @@ D66DC0B10435265876F7838E70EDA753 /* react-native-slider.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = "react-native-slider.podspec"; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; D672993F59C47CA638DAF57EA68F6C9C /* SKHiddenWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SKHiddenWindow.h; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/utils/SKHiddenWindow.h; sourceTree = ""; }; D674CB63573687A20A05CD78E95B7464 /* GlobalExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GlobalExecutor.h; path = folly/executors/GlobalExecutor.h; sourceTree = ""; }; + D67A8477403D4FF04D10186E20CBF92B /* Pods-defaults-Rocket.Chat.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-defaults-Rocket.Chat.modulemap"; sourceTree = ""; }; D68375B36756B0A95FBC5FF7D5B5386F /* backward_references_enc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = backward_references_enc.h; path = src/enc/backward_references_enc.h; sourceTree = ""; }; D6ADF21D38F4E333131A8B2A13D114AA /* BSG_KSCrashReportFilterCompletion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = BSG_KSCrashReportFilterCompletion.h; sourceTree = ""; }; D6C7E955A289B723B89E0A05BA003614 /* Flipper-PeerTalk.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Flipper-PeerTalk.debug.xcconfig"; sourceTree = ""; }; @@ -11072,6 +11927,7 @@ DA162A95EDFC329A11018E75AFDF3C9D /* EnableSharedFromThis.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EnableSharedFromThis.h; path = folly/memory/EnableSharedFromThis.h; sourceTree = ""; }; DA2BC94CBCF5959D0576588009F07704 /* DeviceUID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DeviceUID.h; path = ios/RNDeviceInfo/DeviceUID.h; sourceTree = ""; }; DA2CB926731B404A5F0B491352B38846 /* RCTUITextField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUITextField.m; sourceTree = ""; }; + DA4B7547743BC6FDE8E00424A6906467 /* Pods-defaults-RocketChatRN.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-defaults-RocketChatRN.modulemap"; sourceTree = ""; }; DA9F7FBB8A40B6A82B036A95054A2803 /* Rcu-inl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Rcu-inl.h"; path = "folly/synchronization/Rcu-inl.h"; sourceTree = ""; }; DAAA5BCF0CD1DD3256C58D65D0A8B41F /* MMKV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKV.h; path = Core/MMKV.h; sourceTree = ""; }; DAB1BE7988FACE56BCCF1FF347382E85 /* FIRCLSDataParsing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCLSDataParsing.h; path = Crashlytics/Crashlytics/Unwind/Dwarf/FIRCLSDataParsing.h; sourceTree = ""; }; @@ -11165,7 +12021,6 @@ E0FE6533198104C97DB047DD5CD8AC67 /* libRNDeviceInfo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libRNDeviceInfo.a; path = libRNDeviceInfo.a; sourceTree = BUILT_PRODUCTS_DIR; }; E106B16B4BC3C018EC19BFF17CBA5DF0 /* Align.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Align.h; path = folly/lang/Align.h; sourceTree = ""; }; E10DE4E3AE01A8054F67FEF022E7E405 /* RCTInspectorDevServerHelper.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTInspectorDevServerHelper.mm; sourceTree = ""; }; - E11BDC46C8FD8C1DD978C2F2EBB7A7AB /* Pods-NotificationService-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-NotificationService-dummy.m"; sourceTree = ""; }; E13F08F3FC80CB63641CD83E6F9B1954 /* StreamFragmentAccumulator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = StreamFragmentAccumulator.cpp; path = rsocket/statemachine/StreamFragmentAccumulator.cpp; sourceTree = ""; }; E15C10406146409F3D34CDCF117873BE /* bufferevent_ssl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = bufferevent_ssl.h; path = src/event2/bufferevent_ssl.h; sourceTree = ""; }; E16642013888143F6DF370CC669DB262 /* BSG_KSCrashSentry_Signal.c */ = {isa = PBXFileReference; includeInIndex = 1; path = BSG_KSCrashSentry_Signal.c; sourceTree = ""; }; @@ -11215,7 +12070,6 @@ E36B0B52A686289433FB81194F08214F /* Preprocessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Preprocessor.h; path = folly/Preprocessor.h; sourceTree = ""; }; E36C4193D6E17441A42E9F55B899D390 /* Frame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Frame.h; path = rsocket/framing/Frame.h; sourceTree = ""; }; E36E278C775FF2079ACAEF63DC5FFB1D /* BSG_KSCrashCallCompletion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashCallCompletion.m; sourceTree = ""; }; - E391BFAA9D36B5073737F24A2D69C976 /* Pods-ShareRocketChatRN-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ShareRocketChatRN-umbrella.h"; sourceTree = ""; }; E3999C673FCD82E3DC701496272EB7D0 /* seed.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = seed.h; path = ios/include/openssl/seed.h; sourceTree = ""; }; E3A672DF64FAEAE6BA3EF92CFEF58440 /* UIImage+CropRotate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+CropRotate.h"; path = "Objective-C/TOCropViewController/Categories/UIImage+CropRotate.h"; sourceTree = ""; }; E3B0A3183A490E36E3C3224203E8987A /* RNImageCropPicker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = RNImageCropPicker.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; @@ -11252,7 +12106,6 @@ E56BCD93B7A21D178D0E132CEC8DDAF1 /* REANodesManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = REANodesManager.h; path = ios/REANodesManager.h; sourceTree = ""; }; E57C832D71B5F23FE70A35CC535D9B7B /* BugsnagFileStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BugsnagFileStore.m; sourceTree = ""; }; E59272CC51D5D5A77E4CC65C6040210E /* FlipperKitLayoutPlugin.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = FlipperKitLayoutPlugin.mm; path = iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.mm; sourceTree = ""; }; - E5A0AC22FAD11AF18E729E9F7675482F /* Pods-RocketChatRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-RocketChatRN.release.xcconfig"; sourceTree = ""; }; E5B8E98722DF82B4FCF72C564273E7F5 /* CodedInputData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CodedInputData.h; path = Core/CodedInputData.h; sourceTree = ""; }; E5C1ED38469528FE9992AC54A404F827 /* Orientation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Orientation.h; path = iOS/RCTOrientation/Orientation.h; sourceTree = ""; }; E5E01601BFB80D92EC17E77D2B6A9D9B /* lossless_enc_mips_dsp_r2.c */ = {isa = PBXFileReference; includeInIndex = 1; name = lossless_enc_mips_dsp_r2.c; path = src/dsp/lossless_enc_mips_dsp_r2.c; sourceTree = ""; }; @@ -11299,7 +12152,6 @@ E82FD30D82F49CCF764C390465961C9C /* GULSceneDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler_Private.h; path = GoogleUtilities/SceneDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h; sourceTree = ""; }; E8508562204C632153D6D8B5DD975DFA /* RCTImageViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTImageViewManager.h; path = Libraries/Image/RCTImageViewManager.h; sourceTree = ""; }; E8550A9F9E1D420C147F48356FB0E0A6 /* UMFileSystemInterface.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = UMFileSystemInterface.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - E857CDE55297D185FA0BC9CFC415CAA7 /* Pods-RocketChatRN-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-RocketChatRN-frameworks.sh"; sourceTree = ""; }; E86822AF24365F319FE30D04FDEDAC2F /* MMKVLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MMKVLog.h; path = Core/MMKVLog.h; sourceTree = ""; }; E86CFB45F7E77FE0732B71E4E950F03F /* GDTCORUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORUploader.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORUploader.h; sourceTree = ""; }; E88052E39AB9DD9261B56504BF2E8306 /* FIRCLSHost.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSHost.m; path = Crashlytics/Crashlytics/Components/FIRCLSHost.m; sourceTree = ""; }; @@ -11394,6 +12246,7 @@ EE6280A4A9AA740EE995A84F30F21253 /* RNFBAnalytics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNFBAnalytics-dummy.m"; sourceTree = ""; }; EE641B75A35A8E37BF9098E0A95B2F1F /* YGLayoutExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = YGLayoutExtensions.swift; path = YogaKit/Source/YGLayoutExtensions.swift; sourceTree = ""; }; EE81D2562732172B14A9C411791C4D94 /* ARTRenderableManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = ARTRenderableManager.m; sourceTree = ""; }; + EEA4CC9B97D8B1DF863F7448D02747DE /* Pods-ShareRocketChatRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ShareRocketChatRN.debug.xcconfig"; sourceTree = ""; }; EEAC1DE380BF7DACEB7BF2660EEC8F81 /* GULReachabilityMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityMessageCode.h; path = GoogleUtilities/Reachability/Private/GULReachabilityMessageCode.h; sourceTree = ""; }; EEB451FFC6DFCCF04274808350B12319 /* React-RCTImage-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-RCTImage-prefix.pch"; sourceTree = ""; }; EEC64268726FE723B004B08332370841 /* BSG_KSCrashDoctor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = BSG_KSCrashDoctor.m; sourceTree = ""; }; @@ -11410,6 +12263,7 @@ EF24D732027271237A9F056530E1D7D5 /* FIRAnalyticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInterop.h; path = Interop/Analytics/Public/FIRAnalyticsInterop.h; sourceTree = ""; }; EF38ADD4B23918335F1FDD5DBCDE58D9 /* tr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = tr.lproj; path = "Objective-C/TOCropViewController/Resources/tr.lproj"; sourceTree = ""; }; EF44A2BF71B757E50FB5BEB6EDFD4526 /* RNNotificationUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationUtils.m; path = RNNotifications/RNNotificationUtils.m; sourceTree = ""; }; + EF68A95B2BB34793D30DC18E1A29109A /* Pods-NotificationService.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-NotificationService.modulemap"; sourceTree = ""; }; EF7C61EA6A35A4868684DC754F8B77F3 /* bignum-dtoa.cc */ = {isa = PBXFileReference; includeInIndex = 1; name = "bignum-dtoa.cc"; path = "double-conversion/bignum-dtoa.cc"; sourceTree = ""; }; EF9FFCBF8924E2CDB54727B590DCC4D1 /* GDTCORRegistrar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCORRegistrar.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCORRegistrar.h; sourceTree = ""; }; EFB58122A452BDF5B674F6A1D2FDF3D2 /* RValueReferenceWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RValueReferenceWrapper.h; path = folly/lang/RValueReferenceWrapper.h; sourceTree = ""; }; @@ -11457,9 +12311,11 @@ F1E1934C942AADD798ECA3C7AE8B350F /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RCTI18nManager.h; path = React/CoreModules/RCTI18nManager.h; sourceTree = ""; }; F1E6DDCFE60F08BEF4D88B4BD5D44133 /* EvilIcons.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = EvilIcons.ttf; path = Fonts/EvilIcons.ttf; sourceTree = ""; }; F2199A414EE6C8C5DF19EF42213EB8E6 /* Rsa.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = Rsa.m; sourceTree = ""; }; + F21CCAF47107D491C484F4743F565B80 /* Pods-defaults-RocketChatRN-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-defaults-RocketChatRN-dummy.m"; sourceTree = ""; }; F22F4EB4C7770876E3956CFAB63B5817 /* rn-fetch-blob-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "rn-fetch-blob-prefix.pch"; sourceTree = ""; }; F2312173E0F5BF07A0C188270BE860E3 /* FIRCoreDiagnosticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsInterop.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h; sourceTree = ""; }; F242C7B49F76F77411C24050742ACFDD /* pem2.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pem2.h; path = ios/include/openssl/pem2.h; sourceTree = ""; }; + F25C3E827CEC99016CF835D55FD8A055 /* libPods-defaults-Rocket.Chat.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-defaults-Rocket.Chat.a"; path = "libPods-defaults-Rocket.Chat.a"; sourceTree = BUILT_PRODUCTS_DIR; }; F266A70DD4284006F2AAB6E50B343902 /* webp_enc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = webp_enc.c; path = src/enc/webp_enc.c; sourceTree = ""; }; F27E3375AB5ECCFDA9658D0023B18731 /* RCTDivisionAnimatedNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDivisionAnimatedNode.h; sourceTree = ""; }; F2A52CBE2AF719EC96CEC5AF71BFF66E /* StreamsWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = StreamsWriter.h; path = rsocket/statemachine/StreamsWriter.h; sourceTree = ""; }; @@ -11471,10 +12327,12 @@ F2E7C88DFCD460A4B46B913ADEB8A641 /* libReact-jsiexecutor.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libReact-jsiexecutor.a"; path = "libReact-jsiexecutor.a"; sourceTree = BUILT_PRODUCTS_DIR; }; F2F66216A2550B0DB9D875F3F0032C9F /* UMFaceDetectorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = UMFaceDetectorManager.h; path = UMFaceDetectorInterface/UMFaceDetectorManager.h; sourceTree = ""; }; F30ADDD0F022FC56B8EAA0C7E7B85F10 /* RCTSpringAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSpringAnimation.m; sourceTree = ""; }; + F30FCE3AC19A17A706E00638A3116BEF /* Pods-defaults-RocketChatRN-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-defaults-RocketChatRN-acknowledgements.markdown"; sourceTree = ""; }; F3184FE3107FB8DDDEC1FA159B72FED0 /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; F31AEDA77B250886BAE9F22BC386C370 /* dns_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = dns_compat.h; path = src/event2/dns_compat.h; sourceTree = ""; }; F3253AC65E0A3AED14E5813D881C6347 /* SafeAreaSpacerShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = SafeAreaSpacerShadowView.m; sourceTree = ""; }; F32788FF4C72EAC8F2A4172E2B21B048 /* ru.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ru.lproj; path = "Objective-C/TOCropViewController/Resources/ru.lproj"; sourceTree = ""; }; + F32A0F7045702BDFBAB9059CAD1938C9 /* Pods-ShareRocketChatRN-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ShareRocketChatRN-acknowledgements.plist"; sourceTree = ""; }; F334B7FD5CB1394C50DF82325A076EDA /* EXImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXImageLoader.h; path = EXImageLoader/EXImageLoader.h; sourceTree = ""; }; F355430BCEB2E3A6F3DEFD275DA5CDBD /* SDImageLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SDImageLoader.h; path = SDWebImage/Core/SDImageLoader.h; sourceTree = ""; }; F35E2B7A63B74D094E506B87A8B9B534 /* RCTRedBoxSetEnabled.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxSetEnabled.h; sourceTree = ""; }; @@ -11508,6 +12366,7 @@ F55C55E45D266CA5434CF88C25E0B500 /* RCTTurboModule.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTTurboModule.mm; sourceTree = ""; }; F5719F203A8CF13493A18C6B83A42B0B /* ParallelMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ParallelMap.h; path = folly/gen/ParallelMap.h; sourceTree = ""; }; F57C64DDCE1B408544DEC7D808AC8BCA /* RNConfigReader-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RNConfigReader-dummy.m"; sourceTree = ""; }; + F58021416A62A986A53B2D12008A3F89 /* Pods-NotificationService-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-NotificationService-resources.sh"; sourceTree = ""; }; F585B2747DDDB9AFABAF2577A79965AC /* SDImageCacheDefine.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SDImageCacheDefine.m; path = SDWebImage/Core/SDImageCacheDefine.m; sourceTree = ""; }; F5A0403D417A7CEB9D5ABC5F95C9C10F /* REACondNode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = REACondNode.m; sourceTree = ""; }; F5A97C7E23F67F99D8CA55896B4FD8D6 /* http_struct.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = http_struct.h; path = src/event2/http_struct.h; sourceTree = ""; }; @@ -11515,6 +12374,7 @@ F5B5F727AB5CE35A3C834577E476D803 /* RNNotificationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNNotificationsStore.m; path = RNNotifications/RNNotificationsStore.m; sourceTree = ""; }; F5B853311D55CA2122A8C634EFC7D6D4 /* UMModuleRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = UMModuleRegistry.h; sourceTree = ""; }; F5DAD26D386B7F01E15310A004C76843 /* x509.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = x509.h; path = ios/include/openssl/x509.h; sourceTree = ""; }; + F5DC1A318679E374AF8B617C6DA4652A /* Pods-defaults-Rocket.Chat-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-defaults-Rocket.Chat-frameworks.sh"; sourceTree = ""; }; F5ED34FDBF6D82D58403D5028019412C /* EXLocalAuthentication.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EXLocalAuthentication.release.xcconfig; sourceTree = ""; }; F5F4D8069ED697103D0FD6DF36B8999F /* WebRTC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebRTC.framework; path = Frameworks/WebRTC.framework; sourceTree = ""; }; F613CB900F2AE85AC3F1E5615A2FD6D2 /* GDTCOREvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCOREvent.h; path = GoogleDataTransport/GDTCORLibrary/Public/GDTCOREvent.h; sourceTree = ""; }; @@ -11614,7 +12474,6 @@ FC4699813258B1B0ACDF0D9BF8CB4DDF /* NetOps.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = NetOps.cpp; path = folly/net/NetOps.cpp; sourceTree = ""; }; FC46C23F9D227FB0CEA7115AD920374D /* ReactCommon.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactCommon.debug.xcconfig; sourceTree = ""; }; FC59D88464392C2EAB24D1FBA83C712F /* JSCExecutorFactory.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = JSCExecutorFactory.mm; sourceTree = ""; }; - FC5AA1051EF91EE0B6783611A13254C0 /* Pods-ShareRocketChatRN-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ShareRocketChatRN-acknowledgements.markdown"; sourceTree = ""; }; FC6C7B30DD78D8A123AE55E67BFCE670 /* SpookyHashV1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpookyHashV1.h; path = folly/hash/SpookyHashV1.h; sourceTree = ""; }; FC7123926D93F9481C80494595FDE9E5 /* Random.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; name = Random.cpp; path = folly/Random.cpp; sourceTree = ""; }; FC815314ACD9F8E46A707C0436919B5F /* FIRCLSNetworkClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCLSNetworkClient.m; path = Crashlytics/Crashlytics/Controllers/FIRCLSNetworkClient.m; sourceTree = ""; }; @@ -11679,6 +12538,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 0327F162802448991B0A434D4CF5A393 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 056CFBBDCE4CE13F557A90E15A3F26A5 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -11938,6 +12804,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 4908CD824E73BB903C21CBF4F1267639 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 4FC3A63003CF26024AD51363D652F192 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12316,13 +13189,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D6A78C953B3E99EFB1A65236508FB3AD /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; D7BF37AE460F16FA27B7171816BE3425 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -12426,16 +13292,6 @@ path = cocoa/vendor; sourceTree = ""; }; - 00DC2F3F72E0C79A245879C10E7213AD /* Targets Support Files */ = { - isa = PBXGroup; - children = ( - CB67E07A2CADE7725F00A655EDA2D91C /* Pods-NotificationService */, - CCD73B21262C78BF0EF4A2DBD159CD45 /* Pods-RocketChatRN */, - 8817379A2F1B26D0E4AF3714B1D97E21 /* Pods-ShareRocketChatRN */, - ); - name = "Targets Support Files"; - sourceTree = ""; - }; 0122A73C4525389633EC2CF7844521B4 /* Pod */ = { isa = PBXGroup; children = ( @@ -12749,119 +13605,6 @@ path = "../../node_modules/@react-native-community/cookies"; sourceTree = ""; }; - 09EFD31C7765CFE07F12EBF336089B7A /* Products */ = { - isa = PBXGroup; - children = ( - FE6D792B6328AAF68E46924D7F466631 /* AccessibilityResources.bundle */, - 3EEAA606F6866DA20E6601B9655B1027 /* libBugsnagReactNative.a */, - 6CBEFE4F9E22AFDC6347A739BB35FF8C /* libCocoaAsyncSocket.a */, - 6FFB7B2992BB53405E6B771A5BA1E97D /* libDoubleConversion.a */, - 7E7E46B76D0AFE3DFC477DC55C5DB326 /* libEXAppleAuthentication.a */, - AD40A94AE1ADFA1CDF9602BA3B04C90E /* libEXAV.a */, - 220361FF3B2778F8F38C2C4DCC5B49FD /* libEXConstants.a */, - ED1E3FC0DC90F4A787472917BFB6B235 /* libEXFileSystem.a */, - 80A51B61FECFED8D1A0D95AAD32A2938 /* libEXHaptics.a */, - 494E934B4070A029E1A8D42C9BDF4646 /* libEXImageLoader.a */, - 09B5856105EF7C6447B9EC57E7E36B34 /* libEXKeepAwake.a */, - 72558F571738704549E1838E845D2770 /* libEXLocalAuthentication.a */, - 72E494917AC5EC2582197F07061A28B0 /* libEXPermissions.a */, - 130335B611EDD6AFF8824641E06138D6 /* libEXVideoThumbnails.a */, - 574E8A849B86DCF8EE5726418D974721 /* libEXWebBrowser.a */, - ABFEEA82A6C346B22843FBE0B0582182 /* libFBReactNativeSpec.a */, - E2B63D462DB7F827C4B11FD51E4F8E2D /* libFirebaseCore.a */, - 8CC9178C366942FD6FF6A115604EAD58 /* libFirebaseCoreDiagnostics.a */, - 86375444C196BA272DDBB8165BF64A15 /* libFirebaseCrashlytics.a */, - 13C8C8B254851998F9289F71229B28A2 /* libFirebaseInstallations.a */, - E93F701CA8EB196D77AE99E094D873E4 /* libFlipper.a */, - AC12C7E29555A7CFDDEF1EDB5BC2F3DA /* libFlipper-DoubleConversion.a */, - 99D5CD245388DC76AAEF6E1E351A90ED /* libFlipper-Folly.a */, - E00BE2A3146698E81A8F9D00E8F93A6C /* libFlipper-Glog.a */, - ACBB7F62B267CC7C9BBBAE41DE94743B /* libFlipper-PeerTalk.a */, - FFDC7746794AB17CFB7150820479DF40 /* libFlipper-RSocket.a */, - 65234B3E668A42D9137B2C7AB051EE37 /* libFlipperKit.a */, - 06489499588BFA8FD5E63DD6375CD533 /* libFolly.a */, - 3CA7A9404CCDD6BA22C97F8348CE3209 /* libglog.a */, - 856B5CD56F194FAD26EA91620B66D614 /* libGoogleDataTransport.a */, - 6942351307BC1F54575D9853307EAE0E /* libGoogleDataTransportCCTSupport.a */, - B43874C6CBB50E7134FBEC24BABFE14F /* libGoogleUtilities.a */, - 279390C893577F74DD2049383E1EDD1A /* libKeyCommands.a */, - 5E4674603A5D5B9215FFA0F8E69F8B71 /* liblibwebp.a */, - B88A54159B245E727A6D16DEFE105A09 /* libMMKV.a */, - E0B603F54009DAEF6C3BAAE621E5F180 /* libMMKVCore.a */, - 06FC5C9CF96D60C50FCD47D339C91951 /* libnanopb.a */, - 563E0A0FEB65B564D6A02A0A948B2E62 /* libPods-NotificationService.a */, - 586602EDE69E2D273945D156ECB89853 /* libPods-RocketChatRN.a */, - ABCA9F4CD6EE0D4686EBA505F526A436 /* libPods-ShareRocketChatRN.a */, - 3347A1AB6546F0A3977529B8F199DC41 /* libPromisesObjC.a */, - F958876A082BF810B342435CE3FB5AF6 /* libRCTTypeSafety.a */, - BD71E2539823621820F84384064C253A /* libReact-Core.a */, - 6771D231F4C8C5976470A369C474B32E /* libReact-CoreModules.a */, - 37592FDAD45752511010F4B06AC57355 /* libReact-cxxreact.a */, - D9F334F2E90E3EE462FC4192AF5C03BD /* libReact-jsi.a */, - F2E7C88DFCD460A4B46B913ADEB8A641 /* libReact-jsiexecutor.a */, - 2577F299FCB0A19824FE989BE77B8E8F /* libReact-jsinspector.a */, - 242758B9EDFF146ABE411909CAC8F130 /* libreact-native-appearance.a */, - B75A261FE3CE62D5A559B997074E70FC /* libreact-native-background-timer.a */, - 6D65F1A831B333D8CF7EB66829B4339A /* libreact-native-blur.a */, - 8C3E2A6E6F93E60E397F6C0BBA710BF5 /* libreact-native-cameraroll.a */, - 7E103FA6ED177E4D7EF38AD267B42C58 /* libreact-native-cookies.a */, - 08D1FFC2980C1ED72AE9A4C44A0544C3 /* libreact-native-document-picker.a */, - 8074129DF318155B29544548E1CAF4A3 /* libreact-native-jitsi-meet.a */, - 4047BC0750B116B1191149A8E7B5389B /* libreact-native-mmkv-storage.a */, - 83A8CC3246A95431ACEA83C7C742228B /* libreact-native-netinfo.a */, - 012242E4480B29DF1D5791EC61C27FEE /* libreact-native-notifications.a */, - 48425DA2F01D82A20786D5E55E264A29 /* libreact-native-orientation-locker.a */, - 2AE9C51AC524FAF90F73601566183A95 /* libreact-native-restart.a */, - 52FCF98CEFF94C742080B6965D537AD0 /* libreact-native-safe-area-context.a */, - BF1F456334C248BD77BE65C60F42FF67 /* libreact-native-simple-crypto.a */, - 2B17A71888AA28CEFEC37B72F2A68A91 /* libreact-native-slider.a */, - 8DF63376066E2275FF26820B3A512A9B /* libreact-native-webview.a */, - FE7B9294FF05AAFD1653E2104E10844A /* libReact-RCTAnimation.a */, - F71EBF73F354B475D465FF6DE9A66707 /* libReact-RCTBlob.a */, - EEDBF403E8E0B3885E65C2741B536BC5 /* libReact-RCTImage.a */, - 802121F5B756ACBFDD6D08C36246DADD /* libReact-RCTLinking.a */, - A68E5A9B69A3BA0FD52CAF7A354EC93B /* libReact-RCTNetwork.a */, - 269BE773C9482484B70949A40F4EA525 /* libReact-RCTSettings.a */, - E6A16705C69FC7DE11C2469A4A0F8358 /* libReact-RCTText.a */, - C1A919103EAC9813D236486C34FC0A21 /* libReact-RCTVibration.a */, - D5C775614AC76D44CECB6BE08B022F1F /* libReactCommon.a */, - 51B50F20C76CF72E2BEF8D4764235306 /* libReactNativeART.a */, - 2843CE246C3884DD21A4C251E8B34E25 /* libReactNativeUiLib.a */, - 858AFA83985937825473045CF6808B15 /* librn-extensions-share.a */, - 4FDA96879D96070EB1983E98E655CBDC /* librn-fetch-blob.a */, - 202722AA0D229A11350F6DC0F267A0BA /* libRNBootSplash.a */, - 5737DDB4BC95AD399B3206838AB97095 /* libRNCAsyncStorage.a */, - B8CD4B9B578CE9FA38114B638C9CAA78 /* libRNCMaskedView.a */, - 812ED9CD85898FB3B82136F7CB9A3191 /* libRNConfigReader.a */, - 1DC66AC6FB5802B9BA94177EDB54263D /* libRNCPicker.a */, - 72DE4BF3FB9CE0858E90F96FEF8A53AE /* libRNDateTimePicker.a */, - E0FE6533198104C97DB047DD5CD8AC67 /* libRNDeviceInfo.a */, - E55EA3C6F285F6FA8067C5C8A428FA64 /* libRNFastImage.a */, - 34C842CD40D88AB4B2BF24FC77DA0009 /* libRNFBAnalytics.a */, - 18D0B1E13C69654196028DD6EDCC3452 /* libRNFBApp.a */, - EE4AEFEACE275DDCFB42B9400BF6B218 /* libRNFBCrashlytics.a */, - 8F65F9361F2069CF9E9D751272968DE4 /* libRNGestureHandler.a */, - 3AEA4A114C08533A2C0F8E039A4C5EB9 /* libRNImageCropPicker.a */, - 15912309AA610251329D74FA111DE5CA /* libRNLocalize.a */, - C777CF2FB1E39A45CBBDB54E8693F471 /* libRNReanimated.a */, - E496A53A92B4E464B5C30DC5B1E4E257 /* libRNRootView.a */, - 50B5347C9A6E93B7D4CFC3673BA6FB7E /* libRNScreens.a */, - 8998273719FDD789E6F9C7541AFD0B33 /* libRNVectorIcons.a */, - B0B214D775196BA7CA8E17E53048A493 /* libSDWebImage.a */, - FCF61D9B2B75054A9A3185DDC609B7FF /* libSDWebImageWebPCoder.a */, - 7862C607B7BE0510C2D65193F9B4B4F9 /* libTOCropViewController.a */, - 2D86D213801ABEF7CD86291D4F3FDD34 /* libUMAppLoader.a */, - AF72FD600DE7E2D330BA50F877993E05 /* libUMCore.a */, - BC41F4BEFC115303267857B135A144AE /* libUMPermissionsInterface.a */, - 3B640835BAA914DD267B5E780D8CFEC7 /* libUMReactNativeAdapter.a */, - 65D0A19C165FA1126B1360680FE6DB12 /* libYoga.a */, - 5B3357A1CE67C0BF4AE31936A1BE6888 /* libYogaKit.a */, - 3DCCC9C42EB3E07CFD81800EC8A2515D /* QBImagePicker.bundle */, - FE1E812071397E31AE21DFF368B781B1 /* TOCropViewControllerBundle.bundle */, - ); - name = Products; - sourceTree = ""; - }; 0AC8C811CF4794F439537769C0482020 /* React-RCTVibration */ = { isa = PBXGroup; children = ( @@ -13132,6 +13875,23 @@ name = RCTBlobHeaders; sourceTree = ""; }; + 14365716044418A82E6DD14AA8D16049 /* Pods-defaults-RocketChatRN */ = { + isa = PBXGroup; + children = ( + DA4B7547743BC6FDE8E00424A6906467 /* Pods-defaults-RocketChatRN.modulemap */, + F30FCE3AC19A17A706E00638A3116BEF /* Pods-defaults-RocketChatRN-acknowledgements.markdown */, + 95D00A3E66C847FBED5DC0B6073EB67F /* Pods-defaults-RocketChatRN-acknowledgements.plist */, + F21CCAF47107D491C484F4743F565B80 /* Pods-defaults-RocketChatRN-dummy.m */, + 5E87B44B33AAED551BDFE7329D248E7C /* Pods-defaults-RocketChatRN-frameworks.sh */, + 28123DB19C3F0DCA57159E998D699E85 /* Pods-defaults-RocketChatRN-resources.sh */, + BE44CBCE6C75B26E95A4555F9D976298 /* Pods-defaults-RocketChatRN-umbrella.h */, + 33CE3A123A50C02157F9260308A228EE /* Pods-defaults-RocketChatRN.debug.xcconfig */, + 0C404EDA3875132C8D70CCF5BD2B3946 /* Pods-defaults-RocketChatRN.release.xcconfig */, + ); + name = "Pods-defaults-RocketChatRN"; + path = "Target Support Files/Pods-defaults-RocketChatRN"; + sourceTree = ""; + }; 150B76DC4081FB9EF9C715CC805F1874 /* Pod */ = { isa = PBXGroup; children = ( @@ -14995,6 +15755,17 @@ path = GoogleDataTransportCCTSupport; sourceTree = ""; }; + 57C9E2EC2DF45CDE277B0C080BA1D71E /* Targets Support Files */ = { + isa = PBXGroup; + children = ( + 7A9D58B5CF36E4DB4963A3D88F79EF87 /* Pods-defaults-Rocket.Chat */, + 14365716044418A82E6DD14AA8D16049 /* Pods-defaults-RocketChatRN */, + 77665CA6DBD4FF81C39E24DADB7370B7 /* Pods-NotificationService */, + 9DB0D3C44A982CC7D6085AEB75D4069E /* Pods-ShareRocketChatRN */, + ); + name = "Targets Support Files"; + sourceTree = ""; + }; 57FF93DFD6550C05DACBD35187E68C18 /* RNFastImage */ = { isa = PBXGroup; children = ( @@ -16076,6 +16847,22 @@ path = "../../ios/Pods/Target Support Files/react-native-orientation-locker"; sourceTree = ""; }; + 77665CA6DBD4FF81C39E24DADB7370B7 /* Pods-NotificationService */ = { + isa = PBXGroup; + children = ( + EF68A95B2BB34793D30DC18E1A29109A /* Pods-NotificationService.modulemap */, + B34D7AD717D6773326F1B507DC17B4FE /* Pods-NotificationService-acknowledgements.markdown */, + 53EDC418FED268D0086748617F26DBF5 /* Pods-NotificationService-acknowledgements.plist */, + 24DD06DF3760AA8A84A2FD651A74E8B0 /* Pods-NotificationService-dummy.m */, + F58021416A62A986A53B2D12008A3F89 /* Pods-NotificationService-resources.sh */, + 44036119557B4464513ACB6E0DD07799 /* Pods-NotificationService-umbrella.h */, + 04C9072E8E73E49E527671FED550BBA8 /* Pods-NotificationService.debug.xcconfig */, + A6EB796E6E9E63CB8E30B650EF1BB98B /* Pods-NotificationService.release.xcconfig */, + ); + name = "Pods-NotificationService"; + path = "Target Support Files/Pods-NotificationService"; + sourceTree = ""; + }; 7784892FC22030CF8B1462DB15EBCAA9 /* EXWebBrowser */ = { isa = PBXGroup; children = ( @@ -16218,6 +17005,23 @@ name = FBCxxFollyDynamicConvert; sourceTree = ""; }; + 7A9D58B5CF36E4DB4963A3D88F79EF87 /* Pods-defaults-Rocket.Chat */ = { + isa = PBXGroup; + children = ( + D67A8477403D4FF04D10186E20CBF92B /* Pods-defaults-Rocket.Chat.modulemap */, + 4DE9214CE8536885558ABFF1032C77F7 /* Pods-defaults-Rocket.Chat-acknowledgements.markdown */, + 2EFD0A6BE8310EB5AFA739603C80B858 /* Pods-defaults-Rocket.Chat-acknowledgements.plist */, + 1755BCB66039C137A85759A7F94BCBA6 /* Pods-defaults-Rocket.Chat-dummy.m */, + F5DC1A318679E374AF8B617C6DA4652A /* Pods-defaults-Rocket.Chat-frameworks.sh */, + 5D86198D4949CCBF29B30C14A072C51C /* Pods-defaults-Rocket.Chat-resources.sh */, + 9FF15DDF56C721A3A36BEBEC97A731D5 /* Pods-defaults-Rocket.Chat-umbrella.h */, + 3176AB3C86C5700B205948C24DBD3022 /* Pods-defaults-Rocket.Chat.debug.xcconfig */, + 22179B26EFA123B0FB129665B0D3749A /* Pods-defaults-Rocket.Chat.release.xcconfig */, + ); + name = "Pods-defaults-Rocket.Chat"; + path = "Target Support Files/Pods-defaults-Rocket.Chat"; + sourceTree = ""; + }; 7AFFC5923C8A61973AF611B1C095FD4E /* CxxUtils */ = { isa = PBXGroup; children = ( @@ -16373,6 +17177,120 @@ path = "../../../../ios/Pods/Target Support Files/Yoga"; sourceTree = ""; }; + 80CC743D0D53C331DCCBC0FC3396FEF7 /* Products */ = { + isa = PBXGroup; + children = ( + FE6D792B6328AAF68E46924D7F466631 /* AccessibilityResources.bundle */, + 3EEAA606F6866DA20E6601B9655B1027 /* libBugsnagReactNative.a */, + 6CBEFE4F9E22AFDC6347A739BB35FF8C /* libCocoaAsyncSocket.a */, + 6FFB7B2992BB53405E6B771A5BA1E97D /* libDoubleConversion.a */, + 7E7E46B76D0AFE3DFC477DC55C5DB326 /* libEXAppleAuthentication.a */, + AD40A94AE1ADFA1CDF9602BA3B04C90E /* libEXAV.a */, + 220361FF3B2778F8F38C2C4DCC5B49FD /* libEXConstants.a */, + ED1E3FC0DC90F4A787472917BFB6B235 /* libEXFileSystem.a */, + 80A51B61FECFED8D1A0D95AAD32A2938 /* libEXHaptics.a */, + 494E934B4070A029E1A8D42C9BDF4646 /* libEXImageLoader.a */, + 09B5856105EF7C6447B9EC57E7E36B34 /* libEXKeepAwake.a */, + 72558F571738704549E1838E845D2770 /* libEXLocalAuthentication.a */, + 72E494917AC5EC2582197F07061A28B0 /* libEXPermissions.a */, + 130335B611EDD6AFF8824641E06138D6 /* libEXVideoThumbnails.a */, + 574E8A849B86DCF8EE5726418D974721 /* libEXWebBrowser.a */, + ABFEEA82A6C346B22843FBE0B0582182 /* libFBReactNativeSpec.a */, + E2B63D462DB7F827C4B11FD51E4F8E2D /* libFirebaseCore.a */, + 8CC9178C366942FD6FF6A115604EAD58 /* libFirebaseCoreDiagnostics.a */, + 86375444C196BA272DDBB8165BF64A15 /* libFirebaseCrashlytics.a */, + 13C8C8B254851998F9289F71229B28A2 /* libFirebaseInstallations.a */, + E93F701CA8EB196D77AE99E094D873E4 /* libFlipper.a */, + AC12C7E29555A7CFDDEF1EDB5BC2F3DA /* libFlipper-DoubleConversion.a */, + 99D5CD245388DC76AAEF6E1E351A90ED /* libFlipper-Folly.a */, + E00BE2A3146698E81A8F9D00E8F93A6C /* libFlipper-Glog.a */, + ACBB7F62B267CC7C9BBBAE41DE94743B /* libFlipper-PeerTalk.a */, + FFDC7746794AB17CFB7150820479DF40 /* libFlipper-RSocket.a */, + 65234B3E668A42D9137B2C7AB051EE37 /* libFlipperKit.a */, + 06489499588BFA8FD5E63DD6375CD533 /* libFolly.a */, + 3CA7A9404CCDD6BA22C97F8348CE3209 /* libglog.a */, + 856B5CD56F194FAD26EA91620B66D614 /* libGoogleDataTransport.a */, + 6942351307BC1F54575D9853307EAE0E /* libGoogleDataTransportCCTSupport.a */, + B43874C6CBB50E7134FBEC24BABFE14F /* libGoogleUtilities.a */, + 279390C893577F74DD2049383E1EDD1A /* libKeyCommands.a */, + 5E4674603A5D5B9215FFA0F8E69F8B71 /* liblibwebp.a */, + B88A54159B245E727A6D16DEFE105A09 /* libMMKV.a */, + E0B603F54009DAEF6C3BAAE621E5F180 /* libMMKVCore.a */, + 06FC5C9CF96D60C50FCD47D339C91951 /* libnanopb.a */, + F25C3E827CEC99016CF835D55FD8A055 /* libPods-defaults-Rocket.Chat.a */, + 9621F4B0A44623E984DC190DDF0A9A4B /* libPods-defaults-RocketChatRN.a */, + 563E0A0FEB65B564D6A02A0A948B2E62 /* libPods-NotificationService.a */, + ABCA9F4CD6EE0D4686EBA505F526A436 /* libPods-ShareRocketChatRN.a */, + 3347A1AB6546F0A3977529B8F199DC41 /* libPromisesObjC.a */, + F958876A082BF810B342435CE3FB5AF6 /* libRCTTypeSafety.a */, + BD71E2539823621820F84384064C253A /* libReact-Core.a */, + 6771D231F4C8C5976470A369C474B32E /* libReact-CoreModules.a */, + 37592FDAD45752511010F4B06AC57355 /* libReact-cxxreact.a */, + D9F334F2E90E3EE462FC4192AF5C03BD /* libReact-jsi.a */, + F2E7C88DFCD460A4B46B913ADEB8A641 /* libReact-jsiexecutor.a */, + 2577F299FCB0A19824FE989BE77B8E8F /* libReact-jsinspector.a */, + 242758B9EDFF146ABE411909CAC8F130 /* libreact-native-appearance.a */, + B75A261FE3CE62D5A559B997074E70FC /* libreact-native-background-timer.a */, + 6D65F1A831B333D8CF7EB66829B4339A /* libreact-native-blur.a */, + 8C3E2A6E6F93E60E397F6C0BBA710BF5 /* libreact-native-cameraroll.a */, + 7E103FA6ED177E4D7EF38AD267B42C58 /* libreact-native-cookies.a */, + 08D1FFC2980C1ED72AE9A4C44A0544C3 /* libreact-native-document-picker.a */, + 8074129DF318155B29544548E1CAF4A3 /* libreact-native-jitsi-meet.a */, + 4047BC0750B116B1191149A8E7B5389B /* libreact-native-mmkv-storage.a */, + 83A8CC3246A95431ACEA83C7C742228B /* libreact-native-netinfo.a */, + 012242E4480B29DF1D5791EC61C27FEE /* libreact-native-notifications.a */, + 48425DA2F01D82A20786D5E55E264A29 /* libreact-native-orientation-locker.a */, + 2AE9C51AC524FAF90F73601566183A95 /* libreact-native-restart.a */, + 52FCF98CEFF94C742080B6965D537AD0 /* libreact-native-safe-area-context.a */, + BF1F456334C248BD77BE65C60F42FF67 /* libreact-native-simple-crypto.a */, + 2B17A71888AA28CEFEC37B72F2A68A91 /* libreact-native-slider.a */, + 8DF63376066E2275FF26820B3A512A9B /* libreact-native-webview.a */, + FE7B9294FF05AAFD1653E2104E10844A /* libReact-RCTAnimation.a */, + F71EBF73F354B475D465FF6DE9A66707 /* libReact-RCTBlob.a */, + EEDBF403E8E0B3885E65C2741B536BC5 /* libReact-RCTImage.a */, + 802121F5B756ACBFDD6D08C36246DADD /* libReact-RCTLinking.a */, + A68E5A9B69A3BA0FD52CAF7A354EC93B /* libReact-RCTNetwork.a */, + 269BE773C9482484B70949A40F4EA525 /* libReact-RCTSettings.a */, + E6A16705C69FC7DE11C2469A4A0F8358 /* libReact-RCTText.a */, + C1A919103EAC9813D236486C34FC0A21 /* libReact-RCTVibration.a */, + D5C775614AC76D44CECB6BE08B022F1F /* libReactCommon.a */, + 51B50F20C76CF72E2BEF8D4764235306 /* libReactNativeART.a */, + 2843CE246C3884DD21A4C251E8B34E25 /* libReactNativeUiLib.a */, + 858AFA83985937825473045CF6808B15 /* librn-extensions-share.a */, + 4FDA96879D96070EB1983E98E655CBDC /* librn-fetch-blob.a */, + 202722AA0D229A11350F6DC0F267A0BA /* libRNBootSplash.a */, + 5737DDB4BC95AD399B3206838AB97095 /* libRNCAsyncStorage.a */, + B8CD4B9B578CE9FA38114B638C9CAA78 /* libRNCMaskedView.a */, + 812ED9CD85898FB3B82136F7CB9A3191 /* libRNConfigReader.a */, + 1DC66AC6FB5802B9BA94177EDB54263D /* libRNCPicker.a */, + 72DE4BF3FB9CE0858E90F96FEF8A53AE /* libRNDateTimePicker.a */, + E0FE6533198104C97DB047DD5CD8AC67 /* libRNDeviceInfo.a */, + E55EA3C6F285F6FA8067C5C8A428FA64 /* libRNFastImage.a */, + 34C842CD40D88AB4B2BF24FC77DA0009 /* libRNFBAnalytics.a */, + 18D0B1E13C69654196028DD6EDCC3452 /* libRNFBApp.a */, + EE4AEFEACE275DDCFB42B9400BF6B218 /* libRNFBCrashlytics.a */, + 8F65F9361F2069CF9E9D751272968DE4 /* libRNGestureHandler.a */, + 3AEA4A114C08533A2C0F8E039A4C5EB9 /* libRNImageCropPicker.a */, + 15912309AA610251329D74FA111DE5CA /* libRNLocalize.a */, + C777CF2FB1E39A45CBBDB54E8693F471 /* libRNReanimated.a */, + E496A53A92B4E464B5C30DC5B1E4E257 /* libRNRootView.a */, + 50B5347C9A6E93B7D4CFC3673BA6FB7E /* libRNScreens.a */, + 8998273719FDD789E6F9C7541AFD0B33 /* libRNVectorIcons.a */, + B0B214D775196BA7CA8E17E53048A493 /* libSDWebImage.a */, + FCF61D9B2B75054A9A3185DDC609B7FF /* libSDWebImageWebPCoder.a */, + 7862C607B7BE0510C2D65193F9B4B4F9 /* libTOCropViewController.a */, + 2D86D213801ABEF7CD86291D4F3FDD34 /* libUMAppLoader.a */, + AF72FD600DE7E2D330BA50F877993E05 /* libUMCore.a */, + BC41F4BEFC115303267857B135A144AE /* libUMPermissionsInterface.a */, + 3B640835BAA914DD267B5E780D8CFEC7 /* libUMReactNativeAdapter.a */, + 65D0A19C165FA1126B1360680FE6DB12 /* libYoga.a */, + 5B3357A1CE67C0BF4AE31936A1BE6888 /* libYogaKit.a */, + 3DCCC9C42EB3E07CFD81800EC8A2515D /* QBImagePicker.bundle */, + FE1E812071397E31AE21DFF368B781B1 /* TOCropViewControllerBundle.bundle */, + ); + name = Products; + sourceTree = ""; + }; 81C077935A14CE175275CB46FF435B55 /* react-native-cameraroll */ = { isa = PBXGroup; children = ( @@ -16564,22 +17482,6 @@ path = "../../node_modules/react-native-config-reader"; sourceTree = ""; }; - 8817379A2F1B26D0E4AF3714B1D97E21 /* Pods-ShareRocketChatRN */ = { - isa = PBXGroup; - children = ( - 790673EC8417F666CD08A2E31652B656 /* Pods-ShareRocketChatRN.modulemap */, - FC5AA1051EF91EE0B6783611A13254C0 /* Pods-ShareRocketChatRN-acknowledgements.markdown */, - 1319F7BECD61F7E408559048BB5484E5 /* Pods-ShareRocketChatRN-acknowledgements.plist */, - AFB68C392BA713BC2E9BC7500977A2D2 /* Pods-ShareRocketChatRN-dummy.m */, - 7DE39BB6E23FCAE946AA526F2767DA25 /* Pods-ShareRocketChatRN-resources.sh */, - E391BFAA9D36B5073737F24A2D69C976 /* Pods-ShareRocketChatRN-umbrella.h */, - 3730E1B747E494E9DBBBAF5A262EA01E /* Pods-ShareRocketChatRN.debug.xcconfig */, - B4FBAEA26F427776D32ACC15202BD29C /* Pods-ShareRocketChatRN.release.xcconfig */, - ); - name = "Pods-ShareRocketChatRN"; - path = "Target Support Files/Pods-ShareRocketChatRN"; - sourceTree = ""; - }; 893E4B6606E3CCE196E4D29C9DAC85A2 /* Pod */ = { isa = PBXGroup; children = ( @@ -17096,6 +17998,22 @@ path = "../../../ios/Pods/Target Support Files/EXFileSystem"; sourceTree = ""; }; + 9DB0D3C44A982CC7D6085AEB75D4069E /* Pods-ShareRocketChatRN */ = { + isa = PBXGroup; + children = ( + 7125FF740077098B59A78E66EB1F40FE /* Pods-ShareRocketChatRN.modulemap */, + 2B361608B34C96A6FAB5E98FCEA3A462 /* Pods-ShareRocketChatRN-acknowledgements.markdown */, + F32A0F7045702BDFBAB9059CAD1938C9 /* Pods-ShareRocketChatRN-acknowledgements.plist */, + 81ABB69299E6F3BB892E995CFDCECD7A /* Pods-ShareRocketChatRN-dummy.m */, + 949B140FBE75F86A22077BDC59663BF9 /* Pods-ShareRocketChatRN-resources.sh */, + BAED847E8A22919EDDB894F3B4C38BFF /* Pods-ShareRocketChatRN-umbrella.h */, + EEA4CC9B97D8B1DF863F7448D02747DE /* Pods-ShareRocketChatRN.debug.xcconfig */, + 29A522F564C45BAC1C908C4FA821DD3F /* Pods-ShareRocketChatRN.release.xcconfig */, + ); + name = "Pods-ShareRocketChatRN"; + path = "Target Support Files/Pods-ShareRocketChatRN"; + sourceTree = ""; + }; 9DC69D81DD9DB57F35C72ED172C93123 /* EXKeepAwake */ = { isa = PBXGroup; children = ( @@ -19130,22 +20048,6 @@ path = Flipper; sourceTree = ""; }; - CB67E07A2CADE7725F00A655EDA2D91C /* Pods-NotificationService */ = { - isa = PBXGroup; - children = ( - CF330B92B804A7F4BA77BBEA63A08866 /* Pods-NotificationService.modulemap */, - D425ADF16C51DA39E2C6A7D8F6F1A067 /* Pods-NotificationService-acknowledgements.markdown */, - 41F745C7FC986BBCF4E59170B04E63D0 /* Pods-NotificationService-acknowledgements.plist */, - E11BDC46C8FD8C1DD978C2F2EBB7A7AB /* Pods-NotificationService-dummy.m */, - 4BCACB575EE2A65671EFF9BD8304B570 /* Pods-NotificationService-resources.sh */, - 8F3B7EF7FEAE0F036B87223B377B7C14 /* Pods-NotificationService-umbrella.h */, - 5AB4C53466CBBE6F35CF70C0E6BA9B15 /* Pods-NotificationService.debug.xcconfig */, - 42384ABE1D4CF2F0EE93A81A9323B514 /* Pods-NotificationService.release.xcconfig */, - ); - name = "Pods-NotificationService"; - path = "Target Support Files/Pods-NotificationService"; - sourceTree = ""; - }; CC4F8B86BAC875B25F2C4195C1AC1545 /* UMNativeModulesProxy */ = { isa = PBXGroup; children = ( @@ -19156,23 +20058,6 @@ path = UMReactNativeAdapter/UMNativeModulesProxy; sourceTree = ""; }; - CCD73B21262C78BF0EF4A2DBD159CD45 /* Pods-RocketChatRN */ = { - isa = PBXGroup; - children = ( - 036CDF7045E86FCDADCDD019524569DD /* Pods-RocketChatRN.modulemap */, - 1DE018D8ACA2D00162710AC12DD9FA1D /* Pods-RocketChatRN-acknowledgements.markdown */, - B9A6F4305E5EA03E98389812F00CE5A5 /* Pods-RocketChatRN-acknowledgements.plist */, - B2F7DCD22820454F71D3B997AB011009 /* Pods-RocketChatRN-dummy.m */, - E857CDE55297D185FA0BC9CFC415CAA7 /* Pods-RocketChatRN-frameworks.sh */, - 970D07DACCDEE7DE92D50C01EC1DEA23 /* Pods-RocketChatRN-resources.sh */, - 216672BED32F85481BC7D29C4E5A4F05 /* Pods-RocketChatRN-umbrella.h */, - 79871AFFE61A579E1E9A87BC2D2E5D43 /* Pods-RocketChatRN.debug.xcconfig */, - E5A0AC22FAD11AF18E729E9F7675482F /* Pods-RocketChatRN.release.xcconfig */, - ); - name = "Pods-RocketChatRN"; - path = "Target Support Files/Pods-RocketChatRN"; - sourceTree = ""; - }; CCE94BB4D16F1326DECFF36A38117499 /* Support Files */ = { isa = PBXGroup; children = ( @@ -19239,8 +20124,8 @@ 923D79E8AD03FCC42E331B8EB7ED83F1 /* Development Pods */, D89477F20FB1DE18A04690586D7808C4 /* Frameworks */, A9DD666B873A0F1D8085C574530F8316 /* Pods */, - 09EFD31C7765CFE07F12EBF336089B7A /* Products */, - 00DC2F3F72E0C79A245879C10E7213AD /* Targets Support Files */, + 80CC743D0D53C331DCCBC0FC3396FEF7 /* Products */, + 57C9E2EC2DF45CDE277B0C080BA1D71E /* Targets Support Files */, ); sourceTree = ""; }; @@ -21040,6 +21925,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 46C153CF54ED2D770A62B8C23A430D97 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 1FBE0A938C4564219AD47F5CCC0117AE /* Pods-defaults-RocketChatRN-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 47A6081FFAF612A9F06E215EB84F7D4F /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -22121,14 +23014,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B3010E7F5A7C5CC46647A935FCB88588 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - EDF099C1E6202136B30B11AB417B06D9 /* Pods-RocketChatRN-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; B5156131C46C378F8B8604B16D838253 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -23070,6 +23955,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + FFD11559CB6EC0B2944F1C0968371307 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 9046AAE5534722F9EDC2B380B3AAB89F /* Pods-defaults-Rocket.Chat-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ @@ -23336,6 +24229,144 @@ productReference = 494E934B4070A029E1A8D42C9BDF4646 /* libEXImageLoader.a */; productType = "com.apple.product-type.library.static"; }; + 28666AA448F927736F4533C70E448907 /* Pods-defaults-RocketChatRN */ = { + isa = PBXNativeTarget; + buildConfigurationList = 282CD723C2525B6DBB2F41A25807C82C /* Build configuration list for PBXNativeTarget "Pods-defaults-RocketChatRN" */; + buildPhases = ( + 46C153CF54ED2D770A62B8C23A430D97 /* Headers */, + CEEBFF37C3A64805135FC15A4648BE7D /* Sources */, + 0327F162802448991B0A434D4CF5A393 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 7A7154F57069469454C88AC9C260F35A /* PBXTargetDependency */, + 068144685D8D34A63D8576BB63EF61DC /* PBXTargetDependency */, + FDCF86E9C087FC013BEDBE86DF5734A3 /* PBXTargetDependency */, + 22AF2C118EC05C846FB5C86F6D3FD9F9 /* PBXTargetDependency */, + 10E7A3D5A0F86C45D8E7C366963E1C6F /* PBXTargetDependency */, + 88D96A6C432FC15E403229A7BAB97776 /* PBXTargetDependency */, + C89915994A362B9119962A890E2DAE2C /* PBXTargetDependency */, + DEFF71371BAA8223A89A00D948506DEB /* PBXTargetDependency */, + E3F10CF84A49B066F0ED62827064CA60 /* PBXTargetDependency */, + C7B936C9523D70D41E4C739F14D0CAEE /* PBXTargetDependency */, + B43B8F7CE8200D838AD4F014747848FD /* PBXTargetDependency */, + 3DC0F6C848696CCD31C1E811818AA116 /* PBXTargetDependency */, + 5853AA17F0807D1058FBB7CF31B9196E /* PBXTargetDependency */, + DA477B44119415E8288B1FE63A29DEAD /* PBXTargetDependency */, + 1A3AC569B5EC1AFCDD72D170E4725CE9 /* PBXTargetDependency */, + A9AD8FFD354F4EF3727F58EFB457EE99 /* PBXTargetDependency */, + 262A3647585BACC282A87AFA035F01AA /* PBXTargetDependency */, + ADE064DD05A2DF08EAC956F8E2C78982 /* PBXTargetDependency */, + F8AB3CB023613ABA3E5BA5C4C1401994 /* PBXTargetDependency */, + D66D98E83F173A094C9A3ED7B575CFF4 /* PBXTargetDependency */, + 91361DFC56CEA4BA6BAC225164224863 /* PBXTargetDependency */, + 3ACA9E3ED3416A26FD814DD2EC9E55A8 /* PBXTargetDependency */, + 6723078482F14297AD10DD689ADE7DE7 /* PBXTargetDependency */, + 81810B7888E98820A31F4F1E16C734EB /* PBXTargetDependency */, + 91F22B80B59569E2F8A7D0DF999BA360 /* PBXTargetDependency */, + C3E9F84B12AC24A5069308876AFFEE10 /* PBXTargetDependency */, + 3ECD087AFED7E16C0371D6F67ECE520D /* PBXTargetDependency */, + 1C8C5E22AD8E09EB0A8CCBD94C437246 /* PBXTargetDependency */, + BFDAA7A652D00F54D78363012E6B92FA /* PBXTargetDependency */, + DE935C705EC80070CE8BF030C1FEB363 /* PBXTargetDependency */, + 4FC8D11108A01AA3C459AC8497742750 /* PBXTargetDependency */, + EE822503F671DFC4F077B1A1C8A9B844 /* PBXTargetDependency */, + 0E7F02C0A09C672407027D02C240EECD /* PBXTargetDependency */, + 9250077D156F100521BC83F1A05FC0AF /* PBXTargetDependency */, + 61EA644EFA648E03FDBE146FA973906F /* PBXTargetDependency */, + 799E2F7F6DA2E2712081BF8E8BA67056 /* PBXTargetDependency */, + 93DF27B469A98C71D731ACD55B4A787C /* PBXTargetDependency */, + D9EF1B982610E8A02D075766E9A69BE4 /* PBXTargetDependency */, + 195222CB5FE9826742113F1B0EE360A3 /* PBXTargetDependency */, + 2D0C100CA135A2DD43A7E642C7287B45 /* PBXTargetDependency */, + DD73C0920955C13D42C12112155303D5 /* PBXTargetDependency */, + 79DCF292A68DC5B06B1F8577A5E9E45B /* PBXTargetDependency */, + 44473A3F41F4E63857BF366A19EEFA71 /* PBXTargetDependency */, + D925999453979DC2E0D6C2094C27DC89 /* PBXTargetDependency */, + 802AAE086069CDAD5F4A1ADC1C000B39 /* PBXTargetDependency */, + 26C37D51747CB129BB296EBB34E6EC2E /* PBXTargetDependency */, + 1D2E93CA2F31F9FE3CA5F804D5B08961 /* PBXTargetDependency */, + 643FAD95402105B7252CF519968C7CF0 /* PBXTargetDependency */, + D72A0CA07DFD25DEC2EF6163E26661AB /* PBXTargetDependency */, + 807451538B8BB3937E4C2B5DA0870267 /* PBXTargetDependency */, + 5D17249B388DFE0B2076FC9BEC3C137B /* PBXTargetDependency */, + 5A22FAD6E91EE7DAD1C098431B6A511F /* PBXTargetDependency */, + 208F35FFBD54257A819377AB41B213C0 /* PBXTargetDependency */, + 2CA15F56F4B094FC289FE3E092BC1509 /* PBXTargetDependency */, + B18819691601795CBF0EB8F9A1F9F2FC /* PBXTargetDependency */, + E52F8ED71B8B30544A3CE8929A5711BD /* PBXTargetDependency */, + 76D48B98224AA1F947C5637A01048119 /* PBXTargetDependency */, + C262CBFF5047B135D2C479B526D072CA /* PBXTargetDependency */, + DD5578C619E57C13CEEF47627A3BAE10 /* PBXTargetDependency */, + 758AA5101C7953ED97F5044A0EF3D5CE /* PBXTargetDependency */, + F0A494BA635CFAE67E80BFA4F30E20F9 /* PBXTargetDependency */, + 507F37D1A95674817C9CF6F41430A249 /* PBXTargetDependency */, + 07DCB6B148B5CAD87AED4C923B3BC980 /* PBXTargetDependency */, + D2EF294AA1D859287E72261372DA3687 /* PBXTargetDependency */, + 46F6B5A53FD3018AA5356B326119D3D3 /* PBXTargetDependency */, + 05E9D79ADFB25DC58DF722FED8F68B89 /* PBXTargetDependency */, + 30B35E7A286A8B908A42780D5337B05A /* PBXTargetDependency */, + 61D5960ECBFF8244EEB482783409ED48 /* PBXTargetDependency */, + 784D0094CAE63753D7DFD5735F9A1A11 /* PBXTargetDependency */, + C0338A2B693C1BBA268F20FBD87D863A /* PBXTargetDependency */, + 35BFB41025779F1312A2C9053E23CCB8 /* PBXTargetDependency */, + 88B71C08B8918A472B6749B1F05F9313 /* PBXTargetDependency */, + 0987DB2D1AE44C95B59A79810C826233 /* PBXTargetDependency */, + 84F54B17B7F7EAE66D6AC846E06F898B /* PBXTargetDependency */, + 8E756B94BA8848A987565D7764A386FD /* PBXTargetDependency */, + 5217EE094967CDF00B23D935DBD71E3A /* PBXTargetDependency */, + C735152F1052F7622936F582F05B1B40 /* PBXTargetDependency */, + 5A1011D58DA15808AF13CCAE383DA82E /* PBXTargetDependency */, + 3318915044253381F62012519CD8D227 /* PBXTargetDependency */, + 5E6DED29663C43E7BF913E6B70729C0B /* PBXTargetDependency */, + 15A3869E3DBD0CF5729B58B8FBAA429E /* PBXTargetDependency */, + 4FE2D4E376A0646E43FF9EFF22BA5001 /* PBXTargetDependency */, + 2B0D87F6CAC6D7896BF7A4C1F2D8905F /* PBXTargetDependency */, + F96A383CDE9054FC26EAB88865CA1775 /* PBXTargetDependency */, + 84E845F6A72C326650CD98CDF0A40151 /* PBXTargetDependency */, + C152229834B5FD54CB71B70305BB49B4 /* PBXTargetDependency */, + 9080471AE40FA0EA4B59403F81833371 /* PBXTargetDependency */, + 0A16A0D123F5E6C29EB22F7863795477 /* PBXTargetDependency */, + 8562B4CBC9B253A271C19CDDA9A10717 /* PBXTargetDependency */, + 0D858CA2366C053CBC7A224CFE887005 /* PBXTargetDependency */, + D3991515936010E630F5A99EA8293D65 /* PBXTargetDependency */, + 242738807E0E56733885A09A188ED0C3 /* PBXTargetDependency */, + 3D78C82C5A3D63B4043A681A98F1667E /* PBXTargetDependency */, + 74B1E5A5940BAB9110416DEA13EA9D5C /* PBXTargetDependency */, + F6BA04141BCD4060558EAB78D5B6A288 /* PBXTargetDependency */, + B207684CC731169B000E6B47B62FB11F /* PBXTargetDependency */, + 74E9EB24963C694D432895A86766147A /* PBXTargetDependency */, + E5159D2A9E4F1C9264DB274F7FF2894A /* PBXTargetDependency */, + 01AB365B5F1E6E9B2B9A87DB2F6E86A5 /* PBXTargetDependency */, + 87F62DE14AF0BC67B4BA910D3BD59E9A /* PBXTargetDependency */, + 74909F66FF265755FCE7BD00C90F5FB3 /* PBXTargetDependency */, + BB252DDF05A6E26A708A85E7309CB7C7 /* PBXTargetDependency */, + 6F328422B905F68C036486CE3B01CFFC /* PBXTargetDependency */, + 8A44D5D0A8C89ED1CA95672B2B8A5F3C /* PBXTargetDependency */, + F6B81BB11DB2C2252E4B4AEA6D8B8A2B /* PBXTargetDependency */, + 78711D5D5635B3DDB4B7D09F0599ED08 /* PBXTargetDependency */, + 677611959869D38B9C7B83FADD3D32C9 /* PBXTargetDependency */, + 7DE5D0DDA502D20EBACC12B4C5539F67 /* PBXTargetDependency */, + C9F5024B96B2FE55302EABB94198FAED /* PBXTargetDependency */, + 31D12A5A82FF07F3FF442605A731BC19 /* PBXTargetDependency */, + BB8C174EF06F6EBC35CA5EC43494C053 /* PBXTargetDependency */, + A224CE282494EE288B1F9B03228B5482 /* PBXTargetDependency */, + 1BB131C54791964AF234B70EE43304F2 /* PBXTargetDependency */, + B3D1DB651676D1963240D67EBCA5BD76 /* PBXTargetDependency */, + 2AA08DBDA4AF1765043706095BA0140E /* PBXTargetDependency */, + 87DA86D944DD4EB581E47448FE04A689 /* PBXTargetDependency */, + 884CD1B3738F2FA92B79E61DC130998A /* PBXTargetDependency */, + 4775202179D789A6BA980C6D6E59BC12 /* PBXTargetDependency */, + 3B629EEC1329D0F17BA09BCC47CC8505 /* PBXTargetDependency */, + 086161B7F4CAF5E2751B6644A1CB2EF7 /* PBXTargetDependency */, + 33433623DE45EF5E100BEAF5C4840E22 /* PBXTargetDependency */, + ); + name = "Pods-defaults-RocketChatRN"; + productName = "Pods-defaults-RocketChatRN"; + productReference = 9621F4B0A44623E984DC190DDF0A9A4B /* libPods-defaults-RocketChatRN.a */; + productType = "com.apple.product-type.library.static"; + }; 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */ = { isa = PBXNativeTarget; buildConfigurationList = 77A84D7794DC5EACEE72F22A924404FF /* Build configuration list for PBXNativeTarget "EXAppleAuthentication" */; @@ -24521,144 +25552,6 @@ productReference = 7E103FA6ED177E4D7EF38AD267B42C58 /* libreact-native-cookies.a */; productType = "com.apple.product-type.library.static"; }; - B37ECF22F1589E28F59BC9990B4DC476 /* Pods-RocketChatRN */ = { - isa = PBXNativeTarget; - buildConfigurationList = C700E45996D88A0CA7BDAD2E9AD477D0 /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */; - buildPhases = ( - B3010E7F5A7C5CC46647A935FCB88588 /* Headers */, - 74B36DBD25FBD858F92B2255054578FB /* Sources */, - D6A78C953B3E99EFB1A65236508FB3AD /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 8B44EFAB9BDB3D6FE57370AE3F7F54D4 /* PBXTargetDependency */, - F14B2E5965B9E7E0B2DF091AC134968A /* PBXTargetDependency */, - BA9110ED3BC42CD5A9A3B73D9C58C330 /* PBXTargetDependency */, - 9EA43FAB0F985A422B0B085140745B7C /* PBXTargetDependency */, - DA1FA5560030F6A74EB7B11E42548907 /* PBXTargetDependency */, - FB5663130FC6E0EA386426D3A3BEFB67 /* PBXTargetDependency */, - 6DCA832012EA487339C527158610A419 /* PBXTargetDependency */, - C60FC80270022DC1960455FD64095887 /* PBXTargetDependency */, - CB9FF4AA0A7C48805A1F2A27DF47A83A /* PBXTargetDependency */, - 8143889D72A001F428E821562DABC83A /* PBXTargetDependency */, - E63380AF4B5057290EA6B9EA43D1FC26 /* PBXTargetDependency */, - 1C868B69F085D1FDBB2C9F54BF2FDD87 /* PBXTargetDependency */, - D003A126F575FE03486F5B60229569B7 /* PBXTargetDependency */, - 8C6EAA761371EDE4A3C4FD5226E7359A /* PBXTargetDependency */, - 0A9A536DC2E6ED4D0737D1F4F4C587F7 /* PBXTargetDependency */, - BAC018C28F9FB089053C34E421A6D4AF /* PBXTargetDependency */, - 273C93869FEA01B66EB5805AE7CE5CE6 /* PBXTargetDependency */, - 964A0CCF7BEE9D4470764BBBE1114D85 /* PBXTargetDependency */, - 44174FE673B528D3EF52E42C9CA95CAB /* PBXTargetDependency */, - F344B9378BA10ABDCDFA6E54513631A0 /* PBXTargetDependency */, - A532D6B21982145E3DF9B295B6A2F6BE /* PBXTargetDependency */, - ADBE26CA6755EE345848CD74046616C7 /* PBXTargetDependency */, - 80D411FA720142D9A043C3C731C2A6AA /* PBXTargetDependency */, - 495623D485D69261077AE4B361591CFE /* PBXTargetDependency */, - BFDAC399425F2AE28B6B959C30CBFD53 /* PBXTargetDependency */, - D11FE38BC316450D157092019529DAB3 /* PBXTargetDependency */, - 9A5A9B9011EB77530AD8AA25231ED7D1 /* PBXTargetDependency */, - D94F53E8D3F1587CF0207331D21BB476 /* PBXTargetDependency */, - 064E25684169B1746543603223836911 /* PBXTargetDependency */, - 5676EA52BAB8986C92CB22D1C10EAC3D /* PBXTargetDependency */, - 43F4D8DD720F367ACF7A63A28F66CB10 /* PBXTargetDependency */, - 80A9AA6A62DD35BD0B3C47FE8E7C3E3F /* PBXTargetDependency */, - FCB370C8569B8FF3A06D30F6F95A5F75 /* PBXTargetDependency */, - 2951000CEEC061E195F290E6A54A4E2E /* PBXTargetDependency */, - AA9F22B86618EB3B5D9F05B0EAFAC911 /* PBXTargetDependency */, - E8A37B77F8FF0A870CA380F0055760F7 /* PBXTargetDependency */, - 6942DCF206477C924A8651D63485F285 /* PBXTargetDependency */, - A5CC89AB864E4304D5D4934D155C04B5 /* PBXTargetDependency */, - C5769BBFE8F988B4F6FDC656079CDA85 /* PBXTargetDependency */, - B2A8F927596D4365DA186E167757F209 /* PBXTargetDependency */, - 49D738D2BDE65A9B23796CE70A9019EA /* PBXTargetDependency */, - C8F92E574FAEA97086D653DA067EE272 /* PBXTargetDependency */, - 4BF660772ACEC4DB7C0E5A24FC8BB18E /* PBXTargetDependency */, - 7D9537330A4378206F266CCBE8A47238 /* PBXTargetDependency */, - 2A934C949E2D96FD932FD826DB79CF3A /* PBXTargetDependency */, - 206C6F0D2D08A4CACA646D38758244E6 /* PBXTargetDependency */, - 2F3DEF3A707AAB527DF9CF49BD6E015A /* PBXTargetDependency */, - D4E6AE9F752D63E018A1161F30CCCEF8 /* PBXTargetDependency */, - 2D856C77BA4A5894878850034FB76390 /* PBXTargetDependency */, - 578C594F73A3B695A143D4C1C3CAF313 /* PBXTargetDependency */, - 86BB94C09112DB047689DD238D253EA3 /* PBXTargetDependency */, - 3D530DF97244CBCEAC4638C3E79FE370 /* PBXTargetDependency */, - CED439201A7E5817C3430C8551465717 /* PBXTargetDependency */, - 1709C16E8931F4ADEF55E39FB974BC3B /* PBXTargetDependency */, - 46FAF1EC86BADFBA27A19F2851EDAE2D /* PBXTargetDependency */, - C0A1CCF1230BD4376CEC0A5B0AE365BC /* PBXTargetDependency */, - 7EFF3E4B1371ABC2B30FEDF30CF5813E /* PBXTargetDependency */, - CBE747E9476F60253A6120D9A2E1D517 /* PBXTargetDependency */, - A04DA340B16585B7B269E9B3575175BD /* PBXTargetDependency */, - 7937F0FC26A1FAC7B15EBBD69CE7FF61 /* PBXTargetDependency */, - A852AD443F087F13918A93C76BBF09CF /* PBXTargetDependency */, - 5D2107EC2052D37A998D611ADF20AE1F /* PBXTargetDependency */, - 83DCFD1AE39B3EA1AD201A600BDAB0E5 /* PBXTargetDependency */, - 3828B900C319BC294CE6FE08011512C9 /* PBXTargetDependency */, - FC0B3FB0308B92E928E1128116CBD965 /* PBXTargetDependency */, - DACD725E64EAC2E259724C39374492EF /* PBXTargetDependency */, - 0027FCF014F54BDD713D78F6892E8912 /* PBXTargetDependency */, - 3CADF7A8AE28EF7A969CBCFC4513A450 /* PBXTargetDependency */, - BD1589DD7C335A945DE3F477F2014384 /* PBXTargetDependency */, - 540521671F57DCFC341565F32E0FE567 /* PBXTargetDependency */, - 67331CE881F9B9A2049E209032CE5E01 /* PBXTargetDependency */, - 52F77886C145C61EC386DE43C9E0C3C9 /* PBXTargetDependency */, - E78AE19F5F8104989E3260AC8D10DF78 /* PBXTargetDependency */, - 8F909B4DFBEBB64A3E469F4EA798E410 /* PBXTargetDependency */, - 0996904E2A026267B4DF210056749355 /* PBXTargetDependency */, - 51C338C236B4CE34C5C6FFF931ECCBCC /* PBXTargetDependency */, - FCACCB077E8FD92EB3C4BBB30DB056D2 /* PBXTargetDependency */, - 42DB4FBF0229C76D4131346AAB3F36D8 /* PBXTargetDependency */, - C5E48DAB2D4A2E60207F5DB712265D28 /* PBXTargetDependency */, - 4DE69865E58460B30710F40E952BC5C6 /* PBXTargetDependency */, - 2EB54DDC86ED1D3727FDD1833BAC24CE /* PBXTargetDependency */, - 5D30C56EC511B039ADC8249F218D128C /* PBXTargetDependency */, - DAC5BD16AA3CB49EB5E2147E8CC96ECA /* PBXTargetDependency */, - 747FF5B2E454296502BAAEACB1D0E5CB /* PBXTargetDependency */, - 4FEB07C1ABEA881115AD8CC5E030956C /* PBXTargetDependency */, - 6E26018E663B17A67AA1FCC7B36985BE /* PBXTargetDependency */, - 00D27A5B603F984EBE2F175D18ECF7CD /* PBXTargetDependency */, - C9FC0DE231C94B7CDEDFB5F09AE9ED21 /* PBXTargetDependency */, - D1067AD6DFC214EC3B9245C5CEB68155 /* PBXTargetDependency */, - 4C68754F58D7478AF1C7EAEB9B607901 /* PBXTargetDependency */, - 0ED1FC2F65EDF6DB0E26E1E156ACED45 /* PBXTargetDependency */, - 0590473A7A8185F06468C757D6B063E3 /* PBXTargetDependency */, - 83AE8CC1664831DD4A3790DBA6E2E3A7 /* PBXTargetDependency */, - CACA35C63C6BBC36F6925ED156F30936 /* PBXTargetDependency */, - 62DFC542BC68942531B73ED22855579A /* PBXTargetDependency */, - 9C7C34553AE4F2DD7CAA9651F92F5EAD /* PBXTargetDependency */, - AB00F8D4545F8B2F0A635CB3EE65E5E1 /* PBXTargetDependency */, - A6CBB3CBCD78299726C474BAEB0DF238 /* PBXTargetDependency */, - D02FDBC98C173343B2C50CE490480F72 /* PBXTargetDependency */, - D58BDBDB324B25817959489BA90253FA /* PBXTargetDependency */, - 537C03D3464F57E406FE9600D048E9B5 /* PBXTargetDependency */, - 0E2A8672FFEE4CD3F8EEB24D01B69303 /* PBXTargetDependency */, - E4470E50938908958173534B9AE4B64B /* PBXTargetDependency */, - 35E394E71083E8421EBF8DA982E0A724 /* PBXTargetDependency */, - 7CA01B623041E8668017AF3A0D38B81F /* PBXTargetDependency */, - 9564AF8C0E7AF1DC9AF9352EBD359223 /* PBXTargetDependency */, - BF04CF81AE3740DC186CEEA3CFECA3D2 /* PBXTargetDependency */, - ED369078FFFAAEA82681E3838D683204 /* PBXTargetDependency */, - 836F7778C9C27A5E9E7E8CF20A7EB863 /* PBXTargetDependency */, - A4FD0A9E8F0583F2D3F109E5CD692EBF /* PBXTargetDependency */, - 71CEEF1DC56A333C0A42D731FF87F792 /* PBXTargetDependency */, - 7A919F61EA1977F9084315FC03D49389 /* PBXTargetDependency */, - 79B908F81925CA7D2AFD864950B3F4A6 /* PBXTargetDependency */, - 44B325DA20BC8D86A1BDB1500BE5A1D9 /* PBXTargetDependency */, - 136F6456093C1432A2D77B9FC1D18278 /* PBXTargetDependency */, - 5F695C9C6F2ED485F50CBAFE4519D4EA /* PBXTargetDependency */, - B0A77281B2A10F6DA0D2B72807832D12 /* PBXTargetDependency */, - 663FDB756BB3D9509D3CD818CC16E08F /* PBXTargetDependency */, - F27CFD0789EA5CC6DAA257E302D453D7 /* PBXTargetDependency */, - 0C403DDCAB7F73572B734331CAC0BF45 /* PBXTargetDependency */, - D9CDB05B72456C252678766986BC8EA2 /* PBXTargetDependency */, - ); - name = "Pods-RocketChatRN"; - productName = "Pods-RocketChatRN"; - productReference = 586602EDE69E2D273945D156ECB89853 /* libPods-RocketChatRN.a */; - productType = "com.apple.product-type.library.static"; - }; B51433D546A38C51AA781F192E8836F8 /* RNLocalize */ = { isa = PBXNativeTarget; buildConfigurationList = 2D7E1721D4B7669B6397DD19C585B733 /* Build configuration list for PBXNativeTarget "RNLocalize" */; @@ -24983,6 +25876,144 @@ productReference = 72DE4BF3FB9CE0858E90F96FEF8A53AE /* libRNDateTimePicker.a */; productType = "com.apple.product-type.library.static"; }; + D83FEDBB2D35218BB7BD3780EF08216C /* Pods-defaults-Rocket.Chat */ = { + isa = PBXNativeTarget; + buildConfigurationList = 7E58472859BD52003B764E7624E50D1B /* Build configuration list for PBXNativeTarget "Pods-defaults-Rocket.Chat" */; + buildPhases = ( + FFD11559CB6EC0B2944F1C0968371307 /* Headers */, + 96878A31DC31EB607E9D2BC4701175C1 /* Sources */, + 4908CD824E73BB903C21CBF4F1267639 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 39A02A3800105768910882D9C7564622 /* PBXTargetDependency */, + 2C08F462F3FD72D71E8EFA11FBB51FF2 /* PBXTargetDependency */, + 265A4426EDBABBB6DCDB622EF54B1ECB /* PBXTargetDependency */, + 84B4553A6637D524C30C8DC7260DB587 /* PBXTargetDependency */, + D8D45A800A3FDA9882CC054A290B391D /* PBXTargetDependency */, + 79AB0426FA3752D6444F8F6A127AD90A /* PBXTargetDependency */, + D86EAA025B11A0FE50D76B9040A11F1A /* PBXTargetDependency */, + 3CBBD7CAA4450E633F5C2F6ED44DB99D /* PBXTargetDependency */, + 3F272C945856A5E1243F700E12559BA7 /* PBXTargetDependency */, + FE28A1F8362DD0CE7989B0E331FBA373 /* PBXTargetDependency */, + A47A80B60115B00CF56EAEEA1D7AE56C /* PBXTargetDependency */, + 9BED071A173B71994355C6097B650E8A /* PBXTargetDependency */, + F6302B4669E764A7FD847CC7BB6BD0CF /* PBXTargetDependency */, + 69321530A6AC97466F20C15A680CDFA3 /* PBXTargetDependency */, + 25D510E48F31E94FC25D8CE8A1DACBD8 /* PBXTargetDependency */, + AC728093BB7B428F36991E2F87B99805 /* PBXTargetDependency */, + 9B54C921B49A862BE9231549CAE5E7B2 /* PBXTargetDependency */, + A2D2D3DEF6C9CCB46C1109F8647AC947 /* PBXTargetDependency */, + 62A9EF9E042A613DACEAA3B9EAC6EA29 /* PBXTargetDependency */, + 777ED00A8D8180DD0D154147081C90A5 /* PBXTargetDependency */, + 9662A48ACF74F8BE1514376023BCB94D /* PBXTargetDependency */, + 9F7751AFA61BF646F429B083A7CD94A7 /* PBXTargetDependency */, + 3E62623FE4AD9225A886E99B269B42F2 /* PBXTargetDependency */, + 36D7EE29758BF2256F5CDA0D6D9E6F32 /* PBXTargetDependency */, + 2A8A4227F8E3AE716422CAC9ECDB92ED /* PBXTargetDependency */, + 610D978A5AD16C72800C1A4CA7EEC019 /* PBXTargetDependency */, + E88E1DDE3BB8797EF4D641BF2D479CB4 /* PBXTargetDependency */, + 44CA752954F6CB2DC4FCCB75CB980E05 /* PBXTargetDependency */, + 953BA000237FDA945873A348BAD77430 /* PBXTargetDependency */, + 4DD1839A82F531358BCB78BB0198D96B /* PBXTargetDependency */, + C701BC319D0742D034CBA12E2553EE10 /* PBXTargetDependency */, + EF777FD9B4BA29C989E52BCFE988A62F /* PBXTargetDependency */, + CDA4A3C5A99DB874FA21D7EF77780C32 /* PBXTargetDependency */, + A797FECC9BDAF343CC2E5CD76D7A0EB8 /* PBXTargetDependency */, + E9E1A31F296312DC469FEBE7468483AC /* PBXTargetDependency */, + 60EC533180E11EA019FD0932D94A4AE1 /* PBXTargetDependency */, + E00211473DFC6815D33AEEC34E73F0EF /* PBXTargetDependency */, + 87E369ACC8819FD278BC5FAECE6E5334 /* PBXTargetDependency */, + 9CD93CC36300A684EA309B5F3AA7A7EE /* PBXTargetDependency */, + 089A50B3505A0E7A01CD254E293B16B4 /* PBXTargetDependency */, + F30F427BC159CB74B8DC193EEC7D5C5D /* PBXTargetDependency */, + F1DCD55838D54E07A26A815A51B090CF /* PBXTargetDependency */, + 095432170BD9033C5F650A485E732A70 /* PBXTargetDependency */, + F667ECD7F9689DF041336947B0F17C89 /* PBXTargetDependency */, + 89FDAE9EF7A3EEDBEC912526EA86DCF2 /* PBXTargetDependency */, + EFB5332DBFC50E34B193525C4BDFFF62 /* PBXTargetDependency */, + C7250150C712E38E68A365A8D1714477 /* PBXTargetDependency */, + E4F8139CBE9E90E1E7D083EA21462ADC /* PBXTargetDependency */, + 4F6DFB6F1305CA0413C09F590328EB11 /* PBXTargetDependency */, + 4F06CECC9CAB92B12ADA165ACF4A92AA /* PBXTargetDependency */, + 5B822110F78147B9FC8089BD6A8B89A9 /* PBXTargetDependency */, + CF6CDC6F269A25210FE90A607AC77678 /* PBXTargetDependency */, + AB29582E674CB68F2E02E60FA62B5A5C /* PBXTargetDependency */, + 5A5942685CED52D8F754DD2A13D04B47 /* PBXTargetDependency */, + 9F3F7A330E2358897C06E8C0A4B6B5FC /* PBXTargetDependency */, + 0415F3FDE9812796454B9F7713A78286 /* PBXTargetDependency */, + 86F594968198D1EE280BACBBFE1E0B6A /* PBXTargetDependency */, + F5DD5A8C36B6090D7C1AB2BC3894F449 /* PBXTargetDependency */, + A3E4D6556E39521498A3E07E78FEA7A5 /* PBXTargetDependency */, + 5C265301A20B18C15D9458382AB6E82A /* PBXTargetDependency */, + 42250F99B71E0E6CF193BFAAEB42F7B6 /* PBXTargetDependency */, + AC9CAF78E97B3518ED243FF2075822DD /* PBXTargetDependency */, + 387E7A4E0A2AB56C0D1747578E256AA4 /* PBXTargetDependency */, + 21247B48244B5A83CB46C8A4087FD29A /* PBXTargetDependency */, + 5F42EA1EFE67F07F2DFD98C858FDDD5A /* PBXTargetDependency */, + 8C64C63506BADBF4392D10213F93BE68 /* PBXTargetDependency */, + 5665A416659E926E52E5C0B14F2D14EE /* PBXTargetDependency */, + 0AAAB2DCEDE4BF721F7BA66963DBD39F /* PBXTargetDependency */, + B04F13DE212771BCC1A0397195DF79D4 /* PBXTargetDependency */, + 86D92E2CF7FB4EF87FF6416A83E19FDF /* PBXTargetDependency */, + 3B5B2E081B8871D058268D22F00F5FF3 /* PBXTargetDependency */, + EA343279C312A5B6547EDD3086D2614F /* PBXTargetDependency */, + A87B5617B07D8B0D545D797C15EF3366 /* PBXTargetDependency */, + 6A35E1CE5BCECE723FA607F6DC20DF9C /* PBXTargetDependency */, + 977A2512EDE03688CAF99817B953768C /* PBXTargetDependency */, + 85EB1CEE3C2B0907926FADAD90165D2E /* PBXTargetDependency */, + 2F1084D76941E37BFCC8257D26FB03DF /* PBXTargetDependency */, + A334EABE0EFE713E2B4CD2406E5C73A0 /* PBXTargetDependency */, + C4214DFD6B1F4EE6A436DEF24E4B3818 /* PBXTargetDependency */, + 1EC9B0B43F6556A4052472FFDA4C6338 /* PBXTargetDependency */, + 5DB08F0E5E06EBCCCDEE481BCB8DEB50 /* PBXTargetDependency */, + 3696275EB976EDF17500A124AFBF422E /* PBXTargetDependency */, + C29BAAC986B8B2BD65FDE719A5FA8787 /* PBXTargetDependency */, + 095DE49F7E33313AA5468A01843AB828 /* PBXTargetDependency */, + 2E7ACB8C31B310F58C005A2402CBBFAB /* PBXTargetDependency */, + 9DC5D976438FC0CC235176AC04E3E45A /* PBXTargetDependency */, + 743C5033CF88FE3C5FAB2CD5AA1281E3 /* PBXTargetDependency */, + 533BA184DA290674FC24CC32B798DBA6 /* PBXTargetDependency */, + AD9A500A96B5820E26FFE11E948E083B /* PBXTargetDependency */, + 2367F23BC954C95EE47980FFF04059F4 /* PBXTargetDependency */, + 641E56B6F33EBDA1753E85EA88CB3155 /* PBXTargetDependency */, + C855A6A37742C378A745560CBB08ED2E /* PBXTargetDependency */, + 59BAEBAA76BA1E4598D9EC646D25CBB7 /* PBXTargetDependency */, + 012289AF3D5196AAF30279B4042AFF06 /* PBXTargetDependency */, + 514EF6DA4161159A76438366FC36D252 /* PBXTargetDependency */, + 561107DAD207FCC0BE622D2FBCA5A0E1 /* PBXTargetDependency */, + 04EC0AE1EFC30A7640C11E6536BC18D4 /* PBXTargetDependency */, + 0C97159995F0CE3C0313959C7098BECA /* PBXTargetDependency */, + D2835DA41D45F5AB863AF89165993ADD /* PBXTargetDependency */, + 53015A77136950359BC357A45B1F7D45 /* PBXTargetDependency */, + BEFA91F9FC90E033541B5895899B040C /* PBXTargetDependency */, + 0E206CE204FA280187DE0E83A5114F59 /* PBXTargetDependency */, + 99F40802C479FBF8235425018C1B785D /* PBXTargetDependency */, + 288C3E0DB05C7D3C85BE38F60736285C /* PBXTargetDependency */, + 341CAD26F3C47BA8474D574491EFBDD3 /* PBXTargetDependency */, + D5D585141F47BFD506ED8DE970BDC191 /* PBXTargetDependency */, + 8A35B7F4442C523E7A0F382EFED97CC6 /* PBXTargetDependency */, + 59C7B2DB90283A91CD44BB6F4E09593D /* PBXTargetDependency */, + 92AB4B5FAA61EA7FB3A22D0D0C7C4557 /* PBXTargetDependency */, + 61AF8C669CE51D66DFB014150F7FC89E /* PBXTargetDependency */, + F63DD9FB66E949B5073227BF57C231FD /* PBXTargetDependency */, + F978D3913E7827D8B121968F40BE5273 /* PBXTargetDependency */, + DAEE039CBE3BA2EB54B2A69CC7CA92E6 /* PBXTargetDependency */, + ED39AF70950440EC78C01CE63620A88B /* PBXTargetDependency */, + 847EAE60588F699CC0705C83D4CB556D /* PBXTargetDependency */, + C7741BF2283FFF5E206CC12D497C5FC0 /* PBXTargetDependency */, + 3C979E7F26628E15231DFDB5F07CF4E1 /* PBXTargetDependency */, + 9EC6D4A531EF83DF76A93D23ECDDAE27 /* PBXTargetDependency */, + FD7DD48E6472708AB50A006A17EBF8B1 /* PBXTargetDependency */, + BAF06E162577E718A7F51CFD00D4EC23 /* PBXTargetDependency */, + 836D08E31B1BF880ED3F9FD2D26F3D43 /* PBXTargetDependency */, + ); + name = "Pods-defaults-Rocket.Chat"; + productName = "Pods-defaults-Rocket.Chat"; + productReference = F25C3E827CEC99016CF835D55FD8A055 /* libPods-defaults-Rocket.Chat.a */; + productType = "com.apple.product-type.library.static"; + }; D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */ = { isa = PBXNativeTarget; buildConfigurationList = 54498FEE3CD530EEBAA13C12A6FD3F93 /* Build configuration list for PBXNativeTarget "Flipper-DoubleConversion" */; @@ -25461,7 +26492,7 @@ Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 09EFD31C7765CFE07F12EBF336089B7A /* Products */; + productRefGroup = 80CC743D0D53C331DCCBC0FC3396FEF7 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -25509,8 +26540,9 @@ AC8AE887C706A43711D115E69B9D988A /* MMKVCore */, D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */, B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */, + D83FEDBB2D35218BB7BD3780EF08216C /* Pods-defaults-Rocket.Chat */, + 28666AA448F927736F4533C70E448907 /* Pods-defaults-RocketChatRN */, E2816A8094E8D1BCDC0C50D2C832730A /* Pods-NotificationService */, - B37ECF22F1589E28F59BC9990B4DC476 /* Pods-RocketChatRN */, 9C801345ED2C78BD1674053E7BE5D6ED /* Pods-ShareRocketChatRN */, 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */, E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */, @@ -26717,14 +27749,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 74B36DBD25FBD858F92B2255054578FB /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 0A06F7698E5831BF63755F866A49ED0D /* Pods-RocketChatRN-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 78CF1A2C565D14D812CBD9061068B86B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27125,6 +28149,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 96878A31DC31EB607E9D2BC4701175C1 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D52DF263F6B8B51F0BBD84B9EA495BEA /* Pods-defaults-Rocket.Chat-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 97C501038334D3C621CEF608AEAB4433 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27497,6 +28529,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + CEEBFF37C3A64805135FC15A4648BE7D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ED516E8D8D15F1E6B48168D0B35BC633 /* Pods-defaults-RocketChatRN-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; D437C0907A2538739802F8FC4FFE4C22 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -27860,12 +28900,6 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 0027FCF014F54BDD713D78F6892E8912 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTBlob"; - target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; - targetProxy = 134B4CA777A3D4DA878EDBECA99BAD43 /* PBXContainerItemProxy */; - }; 0072401061D7569F1DDC9309F23BD28E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMSensorsInterface; @@ -27878,11 +28912,17 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 45D0A951848C864A9428BF528EB32BCE /* PBXContainerItemProxy */; }; - 00D27A5B603F984EBE2F175D18ECF7CD /* PBXTargetDependency */ = { + 012289AF3D5196AAF30279B4042AFF06 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMCameraInterface; - target = 0A915EE9D35CA5636731F8763E774951 /* UMCameraInterface */; - targetProxy = FFD9E6B085DF94D9F365C59A720C0A8E /* PBXContainerItemProxy */; + name = UMPermissionsInterface; + target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; + targetProxy = 881ACFD4214BD531701304622922FD32 /* PBXContainerItemProxy */; + }; + 01AB365B5F1E6E9B2B9A87DB2F6E86A5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YogaKit; + target = 32CA4CBD6B28983076BD93DA221AD027 /* YogaKit */; + targetProxy = ADBCE0424846394D26D6447243BF5309 /* PBXContainerItemProxy */; }; 01C62AF185F0CA06B0313BB8024E1604 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -27914,6 +28954,12 @@ target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; targetProxy = 589E2C12D15397CC6EA201220A02D3CE /* PBXContainerItemProxy */; }; + 0415F3FDE9812796454B9F7713A78286 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNImageCropPicker; + target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; + targetProxy = D94EE2E21356604263D7CDB7FAAC2AC3 /* PBXContainerItemProxy */; + }; 046B4CA0AB24BF402479D0D562075F2E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNScreens; @@ -27926,11 +28972,11 @@ target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; targetProxy = 1F1AE10F4FFB40711BD7F6EB83B9E769 /* PBXContainerItemProxy */; }; - 0590473A7A8185F06468C757D6B063E3 /* PBXTargetDependency */ = { + 04EC0AE1EFC30A7640C11E6536BC18D4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMFontInterface; - target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; - targetProxy = 23094B92521FED0AC5D8167F323A0ECB /* PBXContainerItemProxy */; + name = UMTaskManagerInterface; + target = 50188AAB5FAECCA9583327DBA2B0AF2B /* UMTaskManagerInterface */; + targetProxy = 189532D867A43347C18C537951BA6AEC /* PBXContainerItemProxy */; }; 05931AFD8DAE15928FF89285BA05EF8C /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -27944,11 +28990,11 @@ target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = 68EE1A47FD13EA707CEC52005A4E4AE2 /* PBXContainerItemProxy */; }; - 064E25684169B1746543603223836911 /* PBXTargetDependency */ = { + 05E9D79ADFB25DC58DF722FED8F68B89 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Flipper-RSocket"; - target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; - targetProxy = 5D30784853FB3598EBCD808911B50B1F /* PBXContainerItemProxy */; + name = "React-RCTAnimation"; + target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; + targetProxy = 81EAEB33E20099BB0453F7CBB1B71386 /* PBXContainerItemProxy */; }; 066062BAB97817BF8E47E7CB47088725 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -27956,12 +29002,36 @@ target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; targetProxy = 14B7F0F380CF51CD43985A4764799925 /* PBXContainerItemProxy */; }; + 068144685D8D34A63D8576BB63EF61DC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaAsyncSocket; + target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; + targetProxy = 2D5E50FC50769B31EC7B3C8D879A52B3 /* PBXContainerItemProxy */; + }; 07A61BF5C646D8D48F439D7EE3A08F38 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = CocoaLibEvent; target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; targetProxy = CC8860A6EBE586B58D491D1CA2BB89EF /* PBXContainerItemProxy */; }; + 07DCB6B148B5CAD87AED4C923B3BC980 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 076889D3C06B1833D913283DDC272941 /* PBXContainerItemProxy */; + }; + 086161B7F4CAF5E2751B6644A1CB2EF7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-extensions-share"; + target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; + targetProxy = 5A461065B2AFC0524ABED3B4D0A1D056 /* PBXContainerItemProxy */; + }; + 089A50B3505A0E7A01CD254E293B16B4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "OpenSSL-Universal"; + target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; + targetProxy = 85E51207420840997702FA2499F04AAE /* PBXContainerItemProxy */; + }; 08A80242EF621FE5249B8A6821E3B528 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ReactCommon; @@ -27974,23 +29044,41 @@ target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; targetProxy = 4DD64C62AFE1FECCBE769C3D68E81C35 /* PBXContainerItemProxy */; }; + 095432170BD9033C5F650A485E732A70 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = C22EA278149EC855804E94FBC7B38013 /* PBXContainerItemProxy */; + }; + 095DE49F7E33313AA5468A01843AB828 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TOCropViewController; + target = F3966F664F3CFAEFAB57C40FB54D3788 /* TOCropViewController */; + targetProxy = 9C02B50107E5D034550490A02A5A83ED /* PBXContainerItemProxy */; + }; 0974A923B3AB008306B3D34C6B1E6D9F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMImageLoaderInterface; target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; targetProxy = B5599B68AB0E904EABE9F83FDA73CDF0 /* PBXContainerItemProxy */; }; - 0996904E2A026267B4DF210056749355 /* PBXTargetDependency */ = { + 0987DB2D1AE44C95B59A79810C826233 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-cxxreact"; - target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; - targetProxy = 057FBB4D5848A86D536F064103C52149 /* PBXContainerItemProxy */; + name = "React-RCTVibration"; + target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; + targetProxy = 6385B125C1F12D88E873C919C512D8D7 /* PBXContainerItemProxy */; }; - 0A9A536DC2E6ED4D0737D1F4F4C587F7 /* PBXTargetDependency */ = { + 0A16A0D123F5E6C29EB22F7863795477 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXWebBrowser; - target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; - targetProxy = D4ADD0B06F192AD4868B3FDD841C7D11 /* PBXContainerItemProxy */; + name = UMConstantsInterface; + target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; + targetProxy = 15BBF3020A990258AFBF0011A31AB579 /* PBXContainerItemProxy */; + }; + 0AAAB2DCEDE4BF721F7BA66963DBD39F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = B3C81617B53A3A1C2D399C023270D66F /* PBXContainerItemProxy */; }; 0BF023404BB4571BCD3F4BC4340B7E57 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -27998,11 +29086,17 @@ target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; targetProxy = 5D5C5DF38845909617CFF3BDB28AF73E /* PBXContainerItemProxy */; }; - 0C403DDCAB7F73572B734331CAC0BF45 /* PBXTargetDependency */ = { + 0C97159995F0CE3C0313959C7098BECA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "rn-extensions-share"; - target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; - targetProxy = 68EDB52570ECEF3F00315E8F625CA08B /* PBXContainerItemProxy */; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = E589CE587A0A8283C240479BFA626F48 /* PBXContainerItemProxy */; + }; + 0D858CA2366C053CBC7A224CFE887005 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFaceDetectorInterface; + target = 2AD4F40E67E1874A0816F6B34289EB41 /* UMFaceDetectorInterface */; + targetProxy = 9563ABA3158E7A46FA5D05EC83008F87 /* PBXContainerItemProxy */; }; 0DA3E5945AB040B9740DA60988669973 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28010,17 +29104,17 @@ target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; targetProxy = 8806A26BE5F15F6ED010998C9E3DD501 /* PBXContainerItemProxy */; }; - 0E2A8672FFEE4CD3F8EEB24D01B69303 /* PBXTargetDependency */ = { + 0E206CE204FA280187DE0E83A5114F59 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = libwebp; target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; - targetProxy = DC9E700CDF21214845D540CAE367D63F /* PBXContainerItemProxy */; + targetProxy = 619ADB8A3E317BFAA3F902B13FA32106 /* PBXContainerItemProxy */; }; - 0ED1FC2F65EDF6DB0E26E1E156ACED45 /* PBXTargetDependency */ = { + 0E7F02C0A09C672407027D02C240EECD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMFileSystemInterface; - target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; - targetProxy = 4FCDA4B83C0943B54C032FF8CA449491 /* PBXContainerItemProxy */; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = A064D56B1B8B173E9CCB6887CDE06E9D /* PBXContainerItemProxy */; }; 0ED6E0CD9709BD6C2168F680C802402C /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28058,6 +29152,12 @@ target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; targetProxy = 6217901DC29D774DEA81B72D3255B4C5 /* PBXContainerItemProxy */; }; + 10E7A3D5A0F86C45D8E7C366963E1C6F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAV; + target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; + targetProxy = 4F57BC98A75DF502F9D0328C12854343 /* PBXContainerItemProxy */; + }; 10FFE99A8432BE06BF8F4B8B8CF1ECAD /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Yoga; @@ -28088,12 +29188,6 @@ target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; targetProxy = 8989CA3992765858C8384DC6EEDE9194 /* PBXContainerItemProxy */; }; - 136F6456093C1432A2D77B9FC1D18278 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-restart"; - target = 3ED96FB9FE1D18D5F1239C60A109F98C /* react-native-restart */; - targetProxy = 2324B53D4AD8707828E4E6CB04BF4E0E /* PBXContainerItemProxy */; - }; 13931AEC2D03FD5B08CDB681B2E8090E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleDataTransportCCTSupport; @@ -28130,6 +29224,12 @@ target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; targetProxy = 2CA3296A7A1791565395976FA7848B17 /* PBXContainerItemProxy */; }; + 15A3869E3DBD0CF5729B58B8FBAA429E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactNativeUiLib; + target = 037A1F31C4D99F52EC9FD2008FEC481C /* ReactNativeUiLib */; + targetProxy = 33D51C73820F61D9BF5BF27C51AFEE6D /* PBXContainerItemProxy */; + }; 15F0DDDD17CA1D3B9BD5405EB2B90928 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Flipper-DoubleConversion"; @@ -28142,12 +29242,6 @@ target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; targetProxy = 35D3A17997AFCA9139445E80B1BB5DD6 /* PBXContainerItemProxy */; }; - 1709C16E8931F4ADEF55E39FB974BC3B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFastImage; - target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; - targetProxy = 6F6E09858B0050D62860967D0539FCBC /* PBXContainerItemProxy */; - }; 1736AFA17A2E93DB6BB7BC7E97359220 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCore; @@ -28172,6 +29266,12 @@ target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; targetProxy = 84FA7DBA04B5F19033F0ED39752E97A2 /* PBXContainerItemProxy */; }; + 195222CB5FE9826742113F1B0EE360A3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MMKVCore; + target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; + targetProxy = B910CD4158842F856D928416A8F375F9 /* PBXContainerItemProxy */; + }; 1961B90BC65AE9758BBFE2687A7C9291 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; @@ -28184,17 +29284,29 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = D0D94D1FF0EE463A94BF902FC77B1267 /* PBXContainerItemProxy */; }; + 1A3AC569B5EC1AFCDD72D170E4725CE9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXWebBrowser; + target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; + targetProxy = A71C19081E092D71C75A305ACA798236 /* PBXContainerItemProxy */; + }; 1B7D919BE882FFB00AF4C55658EDC4C9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = 4D2169B6B41C26F6CE44B60639BAA7AA /* PBXContainerItemProxy */; }; - 1C868B69F085D1FDBB2C9F54BF2FDD87 /* PBXTargetDependency */ = { + 1BB131C54791964AF234B70EE43304F2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXLocalAuthentication; - target = 869CED37B4B77AAE35DF8B6E70788BBC /* EXLocalAuthentication */; - targetProxy = 76AB8DCD61A82C2361F0D0001B8B77E6 /* PBXContainerItemProxy */; + name = "react-native-notifications"; + target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; + targetProxy = 689C7F986390E7FAA64215E3275EB760 /* PBXContainerItemProxy */; + }; + 1C8C5E22AD8E09EB0A8CCBD94C437246 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-PeerTalk"; + target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; + targetProxy = 878007AD5DEC9126696D0C5F6EBF2670 /* PBXContainerItemProxy */; }; 1C9FB44DE2549DBF1B4F52C10DD07CE8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28208,6 +29320,12 @@ target = 0A915EE9D35CA5636731F8763E774951 /* UMCameraInterface */; targetProxy = F2FE4D20E8D0A22A4CCDC832DCF95EF7 /* PBXContainerItemProxy */; }; + 1D2E93CA2F31F9FE3CA5F804D5B08961 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCPicker; + target = D00F24222F074B31C56DC6D05E806A35 /* RNCPicker */; + targetProxy = 7D51BBF85728BCD6F07861754A722FE9 /* PBXContainerItemProxy */; + }; 1D90CFF3F7F784799033DC582F6FDABB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTNetwork"; @@ -28220,6 +29338,12 @@ target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; targetProxy = 2F63DE62677D56905790B947594B5331 /* PBXContainerItemProxy */; }; + 1EC9B0B43F6556A4052472FFDA4C6338 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactNativeART; + target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; + targetProxy = 268F8D2B92A7B5AD1C9C32F9C66316AC /* PBXContainerItemProxy */; + }; 1F89F41D0F4872DA3DDC549CAD3AA777 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "OpenSSL-Universal"; @@ -28256,11 +29380,17 @@ target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; targetProxy = 60004CBAD9624F5A99430EE406B6FF05 /* PBXContainerItemProxy */; }; - 206C6F0D2D08A4CACA646D38758244E6 /* PBXTargetDependency */ = { + 208F35FFBD54257A819377AB41B213C0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNCMaskedView; - target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; - targetProxy = 3726206541B59782A3DC9A816E25923D /* PBXContainerItemProxy */; + name = RNFBCrashlytics; + target = E3573FB7AF659C42B699003C73722241 /* RNFBCrashlytics */; + targetProxy = B203B9568876C7257D642D31CBF634FD /* PBXContainerItemProxy */; + }; + 21247B48244B5A83CB46C8A4087FD29A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-CoreModules"; + target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; + targetProxy = 634FE781DB33B5E7B69FCF9783673FED /* PBXContainerItemProxy */; }; 212FA81F2469C6CF511511C189B03057 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28292,6 +29422,18 @@ target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; targetProxy = F4D47550DE954D538CE85A3784015399 /* PBXContainerItemProxy */; }; + 22AF2C118EC05C846FB5C86F6D3FD9F9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = A705B0BDCE0BAC8DCABF0CB300D40328 /* PBXContainerItemProxy */; + }; + 2367F23BC954C95EE47980FFF04059F4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFaceDetectorInterface; + target = 2AD4F40E67E1874A0816F6B34289EB41 /* UMFaceDetectorInterface */; + targetProxy = BE9538F774D84A256562A63EF70CB098 /* PBXContainerItemProxy */; + }; 23B4D82C1022A645E7597DC8A6EA36F4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-slider"; @@ -28310,6 +29452,12 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = ECBB597A8CB0518A6657ECC65B3FF18E /* PBXContainerItemProxy */; }; + 242738807E0E56733885A09A188ED0C3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFontInterface; + target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; + targetProxy = 7AEA76F9D9A6294EF9E87BFED6FFB066 /* PBXContainerItemProxy */; + }; 2451C099501395006A190CB4EF662CC5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMFaceDetectorInterface; @@ -28328,24 +29476,48 @@ target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; targetProxy = 8BD52883CECCD61DCF960BB36CC22658 /* PBXContainerItemProxy */; }; + 25D510E48F31E94FC25D8CE8A1DACBD8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXWebBrowser; + target = 9EB556EE511D43F3D5D7AAF51D8D0397 /* EXWebBrowser */; + targetProxy = 53E3B7FF2D6B854C78D629A369CAA59A /* PBXContainerItemProxy */; + }; 2608D67C0406B96C298A22D1A0C55CD9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "rn-extensions-share"; target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; targetProxy = FA896EADDEFA186FBCF0B742EC179953 /* PBXContainerItemProxy */; }; + 262A3647585BACC282A87AFA035F01AA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = B0B39A222220070FB5E8CB8BB575AB80 /* PBXContainerItemProxy */; + }; 26371950D5B797447E6D0D20D6B43090 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 8FF50D1D6A737316829F18FE4564A043 /* PBXContainerItemProxy */; }; + 265A4426EDBABBB6DCDB622EF54B1ECB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaLibEvent; + target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; + targetProxy = 80DFD8AC59643F62563E2E171713475A /* PBXContainerItemProxy */; + }; 267D9EDEE4089BB90E2C55FD0CA7A712 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTSettings"; target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; targetProxy = FA5EB785982B36CE6856B2FEDF2D954F /* PBXContainerItemProxy */; }; + 26C37D51747CB129BB296EBB34E6EC2E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCMaskedView; + target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; + targetProxy = 7D4FA6DE74139A90D99226A5BAD21492 /* PBXContainerItemProxy */; + }; 26EF68F06497289198E2085A0D0009E2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTBlob"; @@ -28358,18 +29530,18 @@ target = BDD119F8782FABE2707D3D913EC3EDE5 /* RNFBAnalytics */; targetProxy = 7E326A20426F24448266C9D26F753712 /* PBXContainerItemProxy */; }; - 273C93869FEA01B66EB5805AE7CE5CE6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBReactNativeSpec; - target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; - targetProxy = D67870D373DE7915D46462A0A83474E1 /* PBXContainerItemProxy */; - }; 27454DEBF6A7D6BE12C557DAE5A00114 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RCTRequired; target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; targetProxy = F2291920AB44356321C3145A1C8A26C9 /* PBXContainerItemProxy */; }; + 288C3E0DB05C7D3C85BE38F60736285C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-appearance"; + target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; + targetProxy = D12ECF283804A8DCB09139E367DAF9D1 /* PBXContainerItemProxy */; + }; 28CA0EDCB6A75D81458BB2C196E347CA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseCore; @@ -28382,23 +29554,35 @@ target = 32CA4CBD6B28983076BD93DA221AD027 /* YogaKit */; targetProxy = 68908DD822EB092750857DA7D6049BB3 /* PBXContainerItemProxy */; }; - 2951000CEEC061E195F290E6A54A4E2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransportCCTSupport; - target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; - targetProxy = B5FEEB6AC23775B842B874354B54F59E /* PBXContainerItemProxy */; - }; 29F32A3779EE4D35AF10BACA8EAD8BEE /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNCMaskedView; target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; targetProxy = 795478944C6E32E0CA775F6A638ABE26 /* PBXContainerItemProxy */; }; - 2A934C949E2D96FD932FD826DB79CF3A /* PBXTargetDependency */ = { + 2A8A4227F8E3AE716422CAC9ECDB92ED /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNCAsyncStorage; - target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; - targetProxy = 99BCF1D46CD1DB74F6CD86D7912D0ABA /* PBXContainerItemProxy */; + name = "Flipper-DoubleConversion"; + target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; + targetProxy = 7C0167913A64F0C622629848010AE1E0 /* PBXContainerItemProxy */; + }; + 2AA08DBDA4AF1765043706095BA0140E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-restart"; + target = 3ED96FB9FE1D18D5F1239C60A109F98C /* react-native-restart */; + targetProxy = 38AF6BBACA4D0523FBB82F1E44264C6D /* PBXContainerItemProxy */; + }; + 2B0D87F6CAC6D7896BF7A4C1F2D8905F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImageWebPCoder; + target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; + targetProxy = 040936BBB030CBFCD8D08E6E1393DC0E /* PBXContainerItemProxy */; + }; + 2C08F462F3FD72D71E8EFA11FBB51FF2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaAsyncSocket; + target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; + targetProxy = 124846D5EC140D5737F860D58952A2C4 /* PBXContainerItemProxy */; }; 2C4E82BF0EBEF574DD12700AB72DAE3D /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28412,35 +29596,41 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 7A4A32E009B5288FFF3793BE45B07124 /* PBXContainerItemProxy */; }; + 2CA15F56F4B094FC289FE3E092BC1509 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFastImage; + target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; + targetProxy = 65468E8C5F61B6C576D2FB2D893A3039 /* PBXContainerItemProxy */; + }; 2CDA1C569538A277238B49FF14B3C3B7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Flipper-Glog"; target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; targetProxy = 4A6F7A88166F4C5307881F4C9B77CD22 /* PBXContainerItemProxy */; }; + 2D0C100CA135A2DD43A7E642C7287B45 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "OpenSSL-Universal"; + target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; + targetProxy = E33C8903A76D18A5A166CE98A5AFFC5D /* PBXContainerItemProxy */; + }; 2D5B59D418260996A8ADC001B002A643 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = 2479BE9EA6999EB1BA93BBBA090CACAC /* PBXContainerItemProxy */; }; - 2D856C77BA4A5894878850034FB76390 /* PBXTargetDependency */ = { + 2E7ACB8C31B310F58C005A2402CBBFAB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNDateTimePicker; - target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; - targetProxy = B398A699E2D50A3A43209369E83A46B9 /* PBXContainerItemProxy */; + name = UMAppLoader; + target = C452F579644C83E8D8E36EC24A9BBD46 /* UMAppLoader */; + targetProxy = 27A42E5D17DE1A0DFCB1E5763117A537 /* PBXContainerItemProxy */; }; - 2EB54DDC86ED1D3727FDD1833BAC24CE /* PBXTargetDependency */ = { + 2F1084D76941E37BFCC8257D26FB03DF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactNativeUiLib; - target = 037A1F31C4D99F52EC9FD2008FEC481C /* ReactNativeUiLib */; - targetProxy = 4928E1F7A2AFCA7490D9772A91069A71 /* PBXContainerItemProxy */; - }; - 2F3DEF3A707AAB527DF9CF49BD6E015A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNCPicker; - target = D00F24222F074B31C56DC6D05E806A35 /* RNCPicker */; - targetProxy = 65E8F9FEA5E36FB1C90407D40155F9AA /* PBXContainerItemProxy */; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = C01591E65DB3C25EB22A06CD0BAED0C8 /* PBXContainerItemProxy */; }; 2F6A8828A44FFE5C4EFD583AA4A6A194 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28472,12 +29662,24 @@ target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; targetProxy = 51F1E5BA6F010B629464C4712CB7E936 /* PBXContainerItemProxy */; }; + 30B35E7A286A8B908A42780D5337B05A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = B07FA46436F6EBD6AAE26BD8009AAA0D /* PBXContainerItemProxy */; + }; 3165F58EF4EBF9080BFC74C903A8ADCC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 79042D6F188898492E1A0482F2C55C71 /* PBXContainerItemProxy */; }; + 31D12A5A82FF07F3FF442605A731BC19 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-jitsi-meet"; + target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; + targetProxy = AF3E23F85A108B74AC3076EA3D680DAC /* PBXContainerItemProxy */; + }; 3249697D56F5E85806BB97B827B8337B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleDataTransport; @@ -28496,6 +29698,18 @@ target = 74DAFD196634D10887C9A4E7BA19A5E4 /* react-native-mmkv-storage */; targetProxy = DB974DA8219EC0B663F25923536435FB /* PBXContainerItemProxy */; }; + 3318915044253381F62012519CD8D227 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = B4D834806998BAD47AD1BC067D3CA005 /* PBXContainerItemProxy */; + }; + 33433623DE45EF5E100BEAF5C4840E22 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "rn-fetch-blob"; + target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; + targetProxy = B56CD3A1472AFE48FC5FD13425844E8C /* PBXContainerItemProxy */; + }; 33B923DA9E208E9A877B2A9D2EA17888 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseCoreDiagnostics; @@ -28508,6 +29722,12 @@ target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; targetProxy = 42102334EAA0FB54FD612CBD6BF37A67 /* PBXContainerItemProxy */; }; + 341CAD26F3C47BA8474D574491EFBDD3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-background-timer"; + target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; + targetProxy = 1E56C5C7D57E249715E10FBA2479A548 /* PBXContainerItemProxy */; + }; 34DD2DB019EB593D54968749CF373FB6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; @@ -28532,11 +29752,11 @@ target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; targetProxy = E626F88A373BD83B38C3382ADC791DA4 /* PBXContainerItemProxy */; }; - 35E394E71083E8421EBF8DA982E0A724 /* PBXTargetDependency */ = { + 35BFB41025779F1312A2C9053E23CCB8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-appearance"; - target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; - targetProxy = 5D9BEB8A9B7B3B4947AB2BFFAE382461 /* PBXContainerItemProxy */; + name = "React-RCTSettings"; + target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; + targetProxy = 15F9C20F9E8FA53B251B6C431D0945AC /* PBXContainerItemProxy */; }; 35E6F3F5FCC1EB05397A3D16641ADCE8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28550,6 +29770,18 @@ target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = 1BD790079707E87E59C4F51C7F208379 /* PBXContainerItemProxy */; }; + 3696275EB976EDF17500A124AFBF422E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = 6D78640AB1EE40FB99B1B3F3EAD7C84F /* PBXContainerItemProxy */; + }; + 36D7EE29758BF2256F5CDA0D6D9E6F32 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Flipper; + target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; + targetProxy = BCD8722D2D9FAC3E106E3AF3EED0C9FA /* PBXContainerItemProxy */; + }; 36E5238B382AAA54286417B3B5E404C2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; @@ -28568,11 +29800,11 @@ target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; targetProxy = 404F14974AD8D90542BA9656656CD6E7 /* PBXContainerItemProxy */; }; - 3828B900C319BC294CE6FE08011512C9 /* PBXTargetDependency */ = { + 387E7A4E0A2AB56C0D1747578E256AA4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-CoreModules"; - target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; - targetProxy = E5239535BD46AF573DDA3A1DA71C348C /* PBXContainerItemProxy */; + name = "React-Core"; + target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; + targetProxy = 04BD55648024D7AD6EC0B596BD274CA2 /* PBXContainerItemProxy */; }; 3895705681288B76BF2EA53FFA2321D8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28586,12 +29818,24 @@ target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; targetProxy = 75FDB7B6CFCD489CBE337679A7292AAB /* PBXContainerItemProxy */; }; + 39A02A3800105768910882D9C7564622 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BugsnagReactNative; + target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; + targetProxy = A51D32E07FBADF7E03E54C13F3D3D1A0 /* PBXContainerItemProxy */; + }; 3AA22FB478641086BA6CC9A465BFD932 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "rn-fetch-blob"; target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; targetProxy = F846125E29E251D70B1AD1C25A4A8570 /* PBXContainerItemProxy */; }; + 3ACA9E3ED3416A26FD814DD2EC9E55A8 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCrashlytics; + target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; + targetProxy = FA8F16DD7AD4B27547B84D7E13CD676F /* PBXContainerItemProxy */; + }; 3ADB664E5B1E60583BFE89E352A2E570 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMConstantsInterface; @@ -28610,6 +29854,18 @@ target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; targetProxy = BFD507E40DD97CBF36EB2821FA14990C /* PBXContainerItemProxy */; }; + 3B5B2E081B8871D058268D22F00F5FF3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTSettings"; + target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; + targetProxy = 2767098279FB374F829000A3AE2AB615 /* PBXContainerItemProxy */; + }; + 3B629EEC1329D0F17BA09BCC47CC8505 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-webview"; + target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; + targetProxy = AC0ED791614E6DF2CECCBE0DBC46AD6F /* PBXContainerItemProxy */; + }; 3BED14661E60C61D829D23118EB52FE1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Flipper-RSocket"; @@ -28622,11 +29878,17 @@ target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; targetProxy = C9EAD16E109683FA55B420800E8A3928 /* PBXContainerItemProxy */; }; - 3CADF7A8AE28EF7A969CBCFC4513A450 /* PBXTargetDependency */ = { + 3C979E7F26628E15231DFDB5F07CF4E1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTImage"; - target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; - targetProxy = AA3F76F5EAB7A0EABC540F13189C16BD /* PBXContainerItemProxy */; + name = "react-native-simple-crypto"; + target = D985A509BFE270C95EDCBE6B4CBAF189 /* react-native-simple-crypto */; + targetProxy = 94D9BB4B96D314CBF2C49BC49A6897E4 /* PBXContainerItemProxy */; + }; + 3CBBD7CAA4450E633F5C2F6ED44DB99D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXFileSystem; + target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; + targetProxy = 848B5CDE9412F7E650FECB70EC7111E1 /* PBXContainerItemProxy */; }; 3D261E6D7FC43F862BB54E0361850198 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28640,11 +29902,17 @@ target = 3ED96FB9FE1D18D5F1239C60A109F98C /* react-native-restart */; targetProxy = 5F85CF2F6D174D2011461F33F6F9EF1D /* PBXContainerItemProxy */; }; - 3D530DF97244CBCEAC4638C3E79FE370 /* PBXTargetDependency */ = { + 3D78C82C5A3D63B4043A681A98F1667E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNFBApp; - target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; - targetProxy = 7889A9128FC1E058C1CB08DDC8030CE0 /* PBXContainerItemProxy */; + name = UMImageLoaderInterface; + target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; + targetProxy = 2B0BF2E19ED3EB7C4F5D282488ADCD4D /* PBXContainerItemProxy */; + }; + 3DC0F6C848696CCD31C1E811818AA116 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXLocalAuthentication; + target = 869CED37B4B77AAE35DF8B6E70788BBC /* EXLocalAuthentication */; + targetProxy = FA74117B2C7C2C383A1010BD5C5DF5AB /* PBXContainerItemProxy */; }; 3DE7216487698C96407E41C12735AECA /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28670,6 +29938,24 @@ target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; targetProxy = 0A8667979D7484BC2AB31F698E24FBAA /* PBXContainerItemProxy */; }; + 3E62623FE4AD9225A886E99B269B42F2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = C7E827262C24A0ACF665DB9EC736868D /* PBXContainerItemProxy */; + }; + 3ECD087AFED7E16C0371D6F67ECE520D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Glog"; + target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; + targetProxy = C17A866A8C55A3DE674B0E678B928D14 /* PBXContainerItemProxy */; + }; + 3F272C945856A5E1243F700E12559BA7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXHaptics; + target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; + targetProxy = E9355379234B0F457A0AF1FCF4AB486F /* PBXContainerItemProxy */; + }; 3F9693F6F8855A607BFCFA66BBEDD7FA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Yoga; @@ -28718,6 +30004,12 @@ target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; targetProxy = B33D6E60479748EAB723D4855A48C594 /* PBXContainerItemProxy */; }; + 42250F99B71E0E6CF193BFAAEB42F7B6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNVectorIcons; + target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; + targetProxy = 418F76A64AE3A36B4A3AE72D032A32B7 /* PBXContainerItemProxy */; + }; 42798451A157557D31508276275820E8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTNetwork"; @@ -28730,29 +30022,17 @@ target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; targetProxy = FCA51434010DA00CD0F21785C843CB4C /* PBXContainerItemProxy */; }; - 42DB4FBF0229C76D4131346AAB3F36D8 /* PBXTargetDependency */ = { + 44473A3F41F4E63857BF366A19EEFA71 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsinspector"; - target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; - targetProxy = A031C45447B7CA68A76EEE813AC21C5C /* PBXContainerItemProxy */; + name = RCTTypeSafety; + target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; + targetProxy = 237D1028F8C14282337CC711202346FD /* PBXContainerItemProxy */; }; - 43F4D8DD720F367ACF7A63A28F66CB10 /* PBXTargetDependency */ = { + 44CA752954F6CB2DC4FCCB75CB980E05 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Folly; - target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; - targetProxy = 22B2FE237AD19D4629FB0AC070909F8D /* PBXContainerItemProxy */; - }; - 44174FE673B528D3EF52E42C9CA95CAB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = 7E65B356FDA7E7C38AD252329602B3C8 /* PBXContainerItemProxy */; - }; - 44B325DA20BC8D86A1BDB1500BE5A1D9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-orientation-locker"; - target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; - targetProxy = 92EFAFD1041F6FB4A70BE47D2FD142CB /* PBXContainerItemProxy */; + name = "Flipper-PeerTalk"; + target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; + targetProxy = 56D02F182D5D71CBE0E7DC24859AA4AA /* PBXContainerItemProxy */; }; 457835CDD49DEB76A7AD94CF770DAD5D /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28772,11 +30052,11 @@ target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; targetProxy = CCE447BF51011142BBCA66AE2C37AA12 /* PBXContainerItemProxy */; }; - 46FAF1EC86BADFBA27A19F2851EDAE2D /* PBXTargetDependency */ = { + 46F6B5A53FD3018AA5356B326119D3D3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNGestureHandler; - target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; - targetProxy = F45A4380F6593FABB8C3240FBD710523 /* PBXContainerItemProxy */; + name = "React-RCTActionSheet"; + target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; + targetProxy = DD12881F2F9F36D94350D31CEEFFFDEA /* PBXContainerItemProxy */; }; 46FD7FD1DE5CF7122103D6F029BFD8BE /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28784,6 +30064,12 @@ target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; targetProxy = 2747E9B82593CE407583DC62659F4231 /* PBXContainerItemProxy */; }; + 4775202179D789A6BA980C6D6E59BC12 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-slider"; + target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; + targetProxy = 064E5A394D1D28DBB42235B0242B214E /* PBXContainerItemProxy */; + }; 47BA3969E3452B32B0E6CDC0DE0B7E8B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMFontInterface; @@ -28808,12 +30094,6 @@ target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; targetProxy = 0B8D9E81A96E592DD9D7830155EC85A1 /* PBXContainerItemProxy */; }; - 495623D485D69261077AE4B361591CFE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Flipper; - target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; - targetProxy = 77B2B4185F5D7C5F0097A6FB7FFC05CA /* PBXContainerItemProxy */; - }; 49B03F90478E1949A3AA6518B86BD5FB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ReactCommon; @@ -28826,12 +30106,6 @@ target = DC0D417AC8ABB7AA10C20A5E0F065812 /* RNConfigReader */; targetProxy = 745F3B76E29817C5EF0CED264D0D9798 /* PBXContainerItemProxy */; }; - 49D738D2BDE65A9B23796CE70A9019EA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = D94CAC2E508B8683734BD07E2D1E3B13 /* PBXContainerItemProxy */; - }; 49E118ED69E435632B0B5946ABF95573 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RCTTypeSafety; @@ -28844,18 +30118,6 @@ target = 74DAFD196634D10887C9A4E7BA19A5E4 /* react-native-mmkv-storage */; targetProxy = F284A6160716ECEE9F5A0D1C2ACC3BB1 /* PBXContainerItemProxy */; }; - 4BF660772ACEC4DB7C0E5A24FC8BB18E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RCTTypeSafety; - target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; - targetProxy = A06C008A26B31C9BF1D0959B444469C4 /* PBXContainerItemProxy */; - }; - 4C68754F58D7478AF1C7EAEB9B607901 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMFaceDetectorInterface; - target = 2AD4F40E67E1874A0816F6B34289EB41 /* UMFaceDetectorInterface */; - targetProxy = 6B548E9A5DA37E158C9880C055017E04 /* PBXContainerItemProxy */; - }; 4CFB1C371127C6B1AC7BEF60CBA0278F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Folly; @@ -28880,11 +30142,11 @@ target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; targetProxy = 5D508B8C550B1B07189EBD0087506EBA /* PBXContainerItemProxy */; }; - 4DE69865E58460B30710F40E952BC5C6 /* PBXTargetDependency */ = { + 4DD1839A82F531358BCB78BB0198D96B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactNativeART; - target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; - targetProxy = A2086B19CEDE4C1237FDDA43ED9E7141 /* PBXContainerItemProxy */; + name = FlipperKit; + target = 982644B5B647690B2E4F5B3F54EB5717 /* FlipperKit */; + targetProxy = 9B39B339FAD753341E5A6250FA2D8542 /* PBXContainerItemProxy */; }; 4E43D27A1C3E1850053820F18F83C026 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28898,6 +30160,18 @@ target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; targetProxy = 49E33FFAE49C3DFDF4ACFA0055E5ED3D /* PBXContainerItemProxy */; }; + 4F06CECC9CAB92B12ADA165ACF4A92AA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDeviceInfo; + target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; + targetProxy = F7F75DFD56DA2976DC0332499EE7D468 /* PBXContainerItemProxy */; + }; + 4F6DFB6F1305CA0413C09F590328EB11 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDateTimePicker; + target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; + targetProxy = AE1DA42AB34E945E96C3C42F274AEC0A /* PBXContainerItemProxy */; + }; 4FA3354285E49A4276811F18DE6A1911 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMReactNativeAdapter; @@ -28910,11 +30184,17 @@ target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = A8ED3DC387B13AB2FC64A7885F649F55 /* PBXContainerItemProxy */; }; - 4FEB07C1ABEA881115AD8CC5E030956C /* PBXTargetDependency */ = { + 4FC8D11108A01AA3C459AC8497742750 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMAppLoader; - target = C452F579644C83E8D8E36EC24A9BBD46 /* UMAppLoader */; - targetProxy = 2DD5699CF330FE07BBEC936E4F8E7621 /* PBXContainerItemProxy */; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = FDFBA99180213C167426AF42C4D4619E /* PBXContainerItemProxy */; + }; + 4FE2D4E376A0646E43FF9EFF22BA5001 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImage; + target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; + targetProxy = E21B894BB1A362A897FD89369B7E9B4F /* PBXContainerItemProxy */; }; 4FF8D9053D6DAC55F93BE6FA7BAFFE10 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28928,6 +30208,12 @@ target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; targetProxy = 86156BAFED7CF10E445A7A1283A4E8ED /* PBXContainerItemProxy */; }; + 507F37D1A95674817C9CF6F41430A249 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = BEA0C4FD2049E9CFF82F08F6BC0550A5 /* PBXContainerItemProxy */; + }; 5083CF6030735C6F4744F52705D7F1A4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMFileSystemInterface; @@ -28940,11 +30226,11 @@ target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; targetProxy = B559C17FFEEA76D830A21B5BF2607A10 /* PBXContainerItemProxy */; }; - 51C338C236B4CE34C5C6FFF931ECCBCC /* PBXTargetDependency */ = { + 514EF6DA4161159A76438366FC36D252 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsi"; - target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; - targetProxy = 1282777F317E657E4142702C02CC6285 /* PBXContainerItemProxy */; + name = UMReactNativeAdapter; + target = 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */; + targetProxy = 35DCBF5A73E26AC86A435079A6FEE52D /* PBXContainerItemProxy */; }; 5205CEDC42D95CF17A737EAFB757A48E /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -28952,6 +30238,12 @@ target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; targetProxy = FBFB927C5DE22D4BCB49BD084158128F /* PBXContainerItemProxy */; }; + 5217EE094967CDF00B23D935DBD71E3A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = EBFF8800987A4A943005C02B535DEFBA /* PBXContainerItemProxy */; + }; 52256025D09FB67DA4345419E3139BD8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-background-timer"; @@ -28964,23 +30256,17 @@ target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; targetProxy = 689C3D9DB699A6EBAC39162542EA5C9C /* PBXContainerItemProxy */; }; - 52F77886C145C61EC386DE43C9E0C3C9 /* PBXTargetDependency */ = { + 53015A77136950359BC357A45B1F7D45 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTText"; - target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; - targetProxy = 4AD8E766B1B603495F9B1E02A23E3A9C /* PBXContainerItemProxy */; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = 26852744DE7959838234E3B9543C9293 /* PBXContainerItemProxy */; }; - 537C03D3464F57E406FE9600D048E9B5 /* PBXTargetDependency */ = { + 533BA184DA290674FC24CC32B798DBA6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = glog; - target = D0EFEFB685D97280256C559792236873 /* glog */; - targetProxy = 901C1C10BC3CDC5B3B1599E751693424 /* PBXContainerItemProxy */; - }; - 540521671F57DCFC341565F32E0FE567 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTNetwork"; - target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; - targetProxy = 7884236FF95FD22630F70CCA66073700 /* PBXContainerItemProxy */; + name = UMConstantsInterface; + target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; + targetProxy = 085E77FD6F23314F05BCF6540A43C954 /* PBXContainerItemProxy */; }; 548FE1F2B48E88DCE14DA8D25A00637A /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29000,11 +30286,17 @@ target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; targetProxy = 677766993CFC99BCC4BC84E3D043FAC4 /* PBXContainerItemProxy */; }; - 5676EA52BAB8986C92CB22D1C10EAC3D /* PBXTargetDependency */ = { + 561107DAD207FCC0BE622D2FBCA5A0E1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FlipperKit; - target = 982644B5B647690B2E4F5B3F54EB5717 /* FlipperKit */; - targetProxy = 2D7CC8F70AE52AFBCC0F17E0351C6C37 /* PBXContainerItemProxy */; + name = UMSensorsInterface; + target = 2038C6F97563AAD6162C284B3EDD5B3B /* UMSensorsInterface */; + targetProxy = 919E4F9B1496B892BC65AB5B355F7E76 /* PBXContainerItemProxy */; + }; + 5665A416659E926E52E5C0B14F2D14EE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTBlob"; + target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; + targetProxy = 111E8675326B0947379BBC11EEAD682B /* PBXContainerItemProxy */; }; 5681A9D06B98CB349E0BECE9CEF73D37 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29018,12 +30310,6 @@ target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; targetProxy = DC8CE8079746A31A29BC8F145EF9F4E4 /* PBXContainerItemProxy */; }; - 578C594F73A3B695A143D4C1C3CAF313 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNDeviceInfo; - target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; - targetProxy = 93F62542A50C9871FACEF107D04C64C1 /* PBXContainerItemProxy */; - }; 579507B3D7B2B5E050C4EFBF57722327 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Yoga; @@ -29054,6 +30340,12 @@ target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; targetProxy = D1FE17227FCC3F2C0216B3FF458253A6 /* PBXContainerItemProxy */; }; + 5853AA17F0807D1058FBB7CF31B9196E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXPermissions; + target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; + targetProxy = 969E08E0432880C00F2767B46F981593 /* PBXContainerItemProxy */; + }; 5864B74692AB14A280D433D2665D713A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-jitsi-meet"; @@ -29066,6 +30358,18 @@ target = 95D98F901D07557EF7CA38D3F03832C5 /* React-RCTBlob */; targetProxy = 39F7D908EEB176C5F01CAE57E4A02447 /* PBXContainerItemProxy */; }; + 59BAEBAA76BA1E4598D9EC646D25CBB7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMImageLoaderInterface; + target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; + targetProxy = BE4F4513A63CDCAFFBABB68D7F1D52B1 /* PBXContainerItemProxy */; + }; + 59C7B2DB90283A91CD44BB6F4E09593D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-cookies"; + target = ADC4ACC657481AD27F9936D08FF7F49A /* react-native-cookies */; + targetProxy = 8BD519A122A91CEA23579580EC7518F6 /* PBXContainerItemProxy */; + }; 59D374651ADD6EDBDADDBA2493542B5D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTLinking"; @@ -29078,12 +30382,30 @@ target = 6D979AB5FDA2E858850D9903776A30B3 /* RNImageCropPicker-QBImagePicker */; targetProxy = DD9305587DF9AB806C6D2BE0FA3C3CE9 /* PBXContainerItemProxy */; }; + 5A1011D58DA15808AF13CCAE383DA82E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 2C623797E67B7C368BB0880B88675397 /* PBXContainerItemProxy */; + }; + 5A22FAD6E91EE7DAD1C098431B6A511F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFBApp; + target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; + targetProxy = 244B3A71501A7E38CA44C804BD2C33F6 /* PBXContainerItemProxy */; + }; 5A43753233CAFC159BF88C43898F4499 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNVectorIcons; target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; targetProxy = 53F2F5C059B577384D2EA44C1366D512 /* PBXContainerItemProxy */; }; + 5A5942685CED52D8F754DD2A13D04B47 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFastImage; + target = 0BB7745637E0758DEA373456197090C6 /* RNFastImage */; + targetProxy = 19D465850D177079DD6C13E9B930B406 /* PBXContainerItemProxy */; + }; 5A95752B2A07CE74479E73670B96A641 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; @@ -29102,6 +30424,18 @@ target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; targetProxy = 998E2B3F8547F9410CA9ECF0159885DA /* PBXContainerItemProxy */; }; + 5B822110F78147B9FC8089BD6A8B89A9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNFBAnalytics; + target = BDD119F8782FABE2707D3D913EC3EDE5 /* RNFBAnalytics */; + targetProxy = 9C6CC90B51FAC6A2ADD1121B569565EC /* PBXContainerItemProxy */; + }; + 5C265301A20B18C15D9458382AB6E82A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNScreens; + target = 214E42634D1E187D876346D36184B655 /* RNScreens */; + targetProxy = C340228541CAA74E8883D4FAA44B0992 /* PBXContainerItemProxy */; + }; 5C3CCEC1D0240AEB55DADEE4725ED797 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-jitsi-meet"; @@ -29126,17 +30460,17 @@ target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = 87B46084098E9CE649CC8BC6782CE706 /* PBXContainerItemProxy */; }; - 5D2107EC2052D37A998D611ADF20AE1F /* PBXTargetDependency */ = { + 5D17249B388DFE0B2076FC9BEC3C137B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = React; - target = 1BEE828C124E6416179B904A9F66D794 /* React */; - targetProxy = AD5BADA8CF34BED2B894731AA4A41386 /* PBXContainerItemProxy */; + name = RNFBAnalytics; + target = BDD119F8782FABE2707D3D913EC3EDE5 /* RNFBAnalytics */; + targetProxy = 14A1F5C122622EEBD44073C5FF6A91F7 /* PBXContainerItemProxy */; }; - 5D30C56EC511B039ADC8249F218D128C /* PBXTargetDependency */ = { + 5DB08F0E5E06EBCCCDEE481BCB8DEB50 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImage; - target = 3847153A6E5EEFB86565BA840768F429 /* SDWebImage */; - targetProxy = 20E8C6E83A867AC7D5F3A17FFA06AB67 /* PBXContainerItemProxy */; + name = ReactNativeUiLib; + target = 037A1F31C4D99F52EC9FD2008FEC481C /* ReactNativeUiLib */; + targetProxy = 513D4D8FE2C3265F07F2CF5C1C27DFCB /* PBXContainerItemProxy */; }; 5E3561B95CD6082847AF8D073A1F8198 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29156,24 +30490,30 @@ target = 214E42634D1E187D876346D36184B655 /* RNScreens */; targetProxy = A2300DA056F115D4EC60147B795C1C9B /* PBXContainerItemProxy */; }; + 5E6DED29663C43E7BF913E6B70729C0B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactNativeART; + target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; + targetProxy = CA0AFC06C86F18978F7F9D7C8F6E5368 /* PBXContainerItemProxy */; + }; 5EEE3966D1AD1224B7E01E4E9D230C00 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-webview"; target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; targetProxy = 8CA87D0043CA36521F34D673F9D84CBD /* PBXContainerItemProxy */; }; + 5F42EA1EFE67F07F2DFD98C858FDDD5A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTActionSheet"; + target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; + targetProxy = C926BCAF8E3832881447F34D540F77BE /* PBXContainerItemProxy */; + }; 5F55C75A4EF51459B4B7A712008ACC37 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = BugsnagReactNative; target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; targetProxy = CE00ABB5487090E4F90D986E557A25AA /* PBXContainerItemProxy */; }; - 5F695C9C6F2ED485F50CBAFE4519D4EA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-safe-area-context"; - target = BD9A27D8398DEB3205D3F8937B0672A0 /* react-native-safe-area-context */; - targetProxy = F0FAB6C17DA1170E8B6F98D81D40D1A2 /* PBXContainerItemProxy */; - }; 5FA5D163EAF94AD4C45B7723489DACFA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RCTRequired; @@ -29204,6 +30544,18 @@ target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; targetProxy = D6A2058B4B1FDD1E1E02056AEC5A3674 /* PBXContainerItemProxy */; }; + 60EC533180E11EA019FD0932D94A4AE1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = JitsiMeetSDK; + target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; + targetProxy = F8A02E0A2F41693980551FAEBAEB361A /* PBXContainerItemProxy */; + }; + 610D978A5AD16C72800C1A4CA7EEC019 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Folly"; + target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; + targetProxy = 69DE6AE45EC653D2C40173CD48B83DD5 /* PBXContainerItemProxy */; + }; 6163E464FEE17C329000460CE1B072CD /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNFBApp; @@ -29216,6 +30568,24 @@ target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; targetProxy = BE31E49F62DACCCA14464BC2DBA81EA1 /* PBXContainerItemProxy */; }; + 61AF8C669CE51D66DFB014150F7FC89E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-jitsi-meet"; + target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; + targetProxy = 8D3965D3626B22C4F3217E86B162D9B4 /* PBXContainerItemProxy */; + }; + 61D5960ECBFF8244EEB482783409ED48 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTImage"; + target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; + targetProxy = B7077D16C661B90C353B57AEF6A0A209 /* PBXContainerItemProxy */; + }; + 61EA644EFA648E03FDBE146FA973906F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 47E8162C4B5C2C770D5A2B4451B14FA1 /* PBXContainerItemProxy */; + }; 623DDDF667A2C1D97F9D5E5FB5EEE0EE /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; @@ -29234,18 +30604,18 @@ target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; targetProxy = 47F5B9FECAC9F586BEC671C7CCAA0453 /* PBXContainerItemProxy */; }; + 62A9EF9E042A613DACEAA3B9EAC6EA29 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = A8B7ECDE4B0E0F8DB6B2640142E59507 /* PBXContainerItemProxy */; + }; 62C7C69631A0D8DA41FB441E97AA62A8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTActionSheet"; target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; targetProxy = A9FEBD6B49D2BD57369C9981525AA519 /* PBXContainerItemProxy */; }; - 62DFC542BC68942531B73ED22855579A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMReactNativeAdapter; - target = 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */; - targetProxy = 73B945E555FDDF274DDC6ED513DA75FF /* PBXContainerItemProxy */; - }; 62F28B38E411135F626178BF237A5EA7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FBReactNativeSpec; @@ -29276,6 +30646,18 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 95F931A6E5BBE5882D978FE1C05D4043 /* PBXContainerItemProxy */; }; + 641E56B6F33EBDA1753E85EA88CB3155 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFileSystemInterface; + target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; + targetProxy = 69BF816AAD027125B667C2C838B65173 /* PBXContainerItemProxy */; + }; + 643FAD95402105B7252CF519968C7CF0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNConfigReader; + target = DC0D417AC8ABB7AA10C20A5E0F065812 /* RNConfigReader */; + targetProxy = 1D0C6C23A42AB111CA0D61800A25A39F /* PBXContainerItemProxy */; + }; 6464D5A0888F9F403825E104ACDC8C52 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTVibration"; @@ -29312,17 +30694,17 @@ target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; targetProxy = ECE6F467460589249BED7143291153F5 /* PBXContainerItemProxy */; }; - 663FDB756BB3D9509D3CD818CC16E08F /* PBXTargetDependency */ = { + 6723078482F14297AD10DD689ADE7DE7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-slider"; - target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; - targetProxy = 5E0888577AB00B5B570458AF50011DC0 /* PBXContainerItemProxy */; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = 5106CC62D9996AA77F32CDEBD5D90CB4 /* PBXContainerItemProxy */; }; - 67331CE881F9B9A2049E209032CE5E01 /* PBXTargetDependency */ = { + 677611959869D38B9C7B83FADD3D32C9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTSettings"; - target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; - targetProxy = C5B031063BF6252960EF2A1C89CD41DC /* PBXContainerItemProxy */; + name = "react-native-cameraroll"; + target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; + targetProxy = 29BF0BC00D9A0A2A10D1F44DBC993637 /* PBXContainerItemProxy */; }; 682FEE936FCBA796BA69B45A0938675D /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29336,11 +30718,11 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = D4530897D7C20B161C118258A1633F37 /* PBXContainerItemProxy */; }; - 6942DCF206477C924A8651D63485F285 /* PBXTargetDependency */ = { + 69321530A6AC97466F20C15A680CDFA3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = KeyCommands; - target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; - targetProxy = E0F4D24A5906E9B95BA36C7030063B75 /* PBXContainerItemProxy */; + name = EXVideoThumbnails; + target = 4A95B7CD1D5F80C5E8CD9CDA00D41F70 /* EXVideoThumbnails */; + targetProxy = 211E10B355FD289B101DE6CED2200678 /* PBXContainerItemProxy */; }; 6983B4C31A3D367CFB057944575F59F1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29348,6 +30730,12 @@ target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; targetProxy = 26EBDB49328BA4916DDDFE4CB577BBC2 /* PBXContainerItemProxy */; }; + 6A35E1CE5BCECE723FA607F6DC20DF9C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-callinvoker"; + target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; + targetProxy = 523047756B608CD319BD707498C75334 /* PBXContainerItemProxy */; + }; 6AB93E14A62B6CA02A737A7DBD0834D9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseCoreDiagnostics; @@ -29396,23 +30784,17 @@ target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; targetProxy = 63FD8C39694DD78ABDD1A83EF94622DF /* PBXContainerItemProxy */; }; - 6DCA832012EA487339C527158610A419 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXConstants; - target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; - targetProxy = AC21214CBEDB57FEB6A7589BEF492E8D /* PBXContainerItemProxy */; - }; 6DD454B4E3F6CB69DC3398AB83FF9D48 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleUtilities; target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; targetProxy = 216FC78BFCF3C478BD1E51FA80D968EA /* PBXContainerItemProxy */; }; - 6E26018E663B17A67AA1FCC7B36985BE /* PBXTargetDependency */ = { + 6F328422B905F68C036486CE3B01CFFC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMBarCodeScannerInterface; - target = 49821C2B9E764AEDF2B35DFE9AA7022F /* UMBarCodeScannerInterface */; - targetProxy = CB108F915CCF2D4F701126ABA68CC145 /* PBXContainerItemProxy */; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 2CF0891B88CE0228FBFCE9DAD71B088E /* PBXContainerItemProxy */; }; 70A9F041890B9C00E184598CF4A18B28 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29420,12 +30802,6 @@ target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; targetProxy = FB95FA7BB0B509BA203B43646A21E664 /* PBXContainerItemProxy */; }; - 71CEEF1DC56A333C0A42D731FF87F792 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-mmkv-storage"; - target = 74DAFD196634D10887C9A4E7BA19A5E4 /* react-native-mmkv-storage */; - targetProxy = 462A09F9CBA10185B39C651003298C72 /* PBXContainerItemProxy */; - }; 729B2DF088673158CE9C45DEA8D90504 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RCTTypeSafety; @@ -29450,11 +30826,11 @@ target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = 1BB6D91ADAAB04641A556CEAF54B0D1D /* PBXContainerItemProxy */; }; - 747FF5B2E454296502BAAEACB1D0E5CB /* PBXTargetDependency */ = { + 743C5033CF88FE3C5FAB2CD5AA1281E3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = TOCropViewController; - target = F3966F664F3CFAEFAB57C40FB54D3788 /* TOCropViewController */; - targetProxy = C912AE6616E04119399723382C68D163 /* PBXContainerItemProxy */; + name = UMCameraInterface; + target = 0A915EE9D35CA5636731F8763E774951 /* UMCameraInterface */; + targetProxy = AB100C92331AF10FE43EDD7815F2B92E /* PBXContainerItemProxy */; }; 74882181DA4D37D452C9F9A1008D07CE /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29462,6 +30838,24 @@ target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; targetProxy = 68BD0B8DBFCB7C05B2AC32AC17CAA79B /* PBXContainerItemProxy */; }; + 74909F66FF265755FCE7BD00C90F5FB3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 9C115B5C41F1BF31FB00FE0F1A14FDBC /* PBXContainerItemProxy */; + }; + 74B1E5A5940BAB9110416DEA13EA9D5C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMPermissionsInterface; + target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; + targetProxy = E83B117A441865477B966FE952C313D1 /* PBXContainerItemProxy */; + }; + 74E9EB24963C694D432895A86766147A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMTaskManagerInterface; + target = 50188AAB5FAECCA9583327DBA2B0AF2B /* UMTaskManagerInterface */; + targetProxy = B30057FFF9C57E77FA76A65881D1A9C7 /* PBXContainerItemProxy */; + }; 74F8A93CC11C687F32F11EED780BB123 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; @@ -29480,6 +30874,12 @@ target = 680299219D3A48D42A648AF6706275A9 /* React-RCTSettings */; targetProxy = C70FE02A45F5D51F9F12D5FFCF4B2241 /* PBXContainerItemProxy */; }; + 758AA5101C7953ED97F5044A0EF3D5CE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNScreens; + target = 214E42634D1E187D876346D36184B655 /* RNScreens */; + targetProxy = A6892BA4DF5CE5B23F9ADB8A87E7DD26 /* PBXContainerItemProxy */; + }; 75ADFC422AA37F48E1121A737EEBCDAB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-cxxreact"; @@ -29492,6 +30892,12 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 4D435B17BB714FC0953B69BB55E6AD45 /* PBXContainerItemProxy */; }; + 76D48B98224AA1F947C5637A01048119 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNLocalize; + target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; + targetProxy = 89BB2903CA2FF7E6A91CB8A72D796D2E /* PBXContainerItemProxy */; + }; 776FEBAD1FFB90C4373B68AA6B25D998 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Folly; @@ -29510,6 +30916,12 @@ target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; targetProxy = 42E42B8198DBD82820E83BFE23BC07E1 /* PBXContainerItemProxy */; }; + 777ED00A8D8180DD0D154147081C90A5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 630B4FB606E6ED083E590ABB6A221263 /* PBXContainerItemProxy */; + }; 779316B50F477779F07267B29671F3EF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ReactNativeUiLib; @@ -29522,11 +30934,17 @@ target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; targetProxy = 4D77CAE9B373A42588A77D07182CF9AB /* PBXContainerItemProxy */; }; - 7937F0FC26A1FAC7B15EBBD69CE7FF61 /* PBXTargetDependency */ = { + 784D0094CAE63753D7DFD5735F9A1A11 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNScreens; - target = 214E42634D1E187D876346D36184B655 /* RNScreens */; - targetProxy = F7EA730CE479905747DC66FA6C7052DE /* PBXContainerItemProxy */; + name = "React-RCTLinking"; + target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; + targetProxy = 11FD8623F60EC6D3476D646B500185C8 /* PBXContainerItemProxy */; + }; + 78711D5D5635B3DDB4B7D09F0599ED08 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-blur"; + target = EEBB8D24F2B3531A5C5DAA668D02331F /* react-native-blur */; + targetProxy = 37A2F3B2C28FA2065237C0D78C407A04 /* PBXContainerItemProxy */; }; 799503AF665A062B7401163269476C0E /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29534,17 +30952,29 @@ target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; targetProxy = 5BAAF226A07BC8D61BAFD01816653720 /* PBXContainerItemProxy */; }; - 79B908F81925CA7D2AFD864950B3F4A6 /* PBXTargetDependency */ = { + 799E2F7F6DA2E2712081BF8E8BA67056 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-notifications"; - target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; - targetProxy = 9DAD28686FF12E30BE6E13F97D6F2D9A /* PBXContainerItemProxy */; + name = JitsiMeetSDK; + target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; + targetProxy = 20B7ED08A6FE251F598A456BC3BCF4EB /* PBXContainerItemProxy */; }; - 7A919F61EA1977F9084315FC03D49389 /* PBXTargetDependency */ = { + 79AB0426FA3752D6444F8F6A127AD90A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-netinfo"; - target = EC577C5CB1DC59A7464ECEF266A75B42 /* react-native-netinfo */; - targetProxy = 3484D64A80250489DB203841EA8D9337 /* PBXContainerItemProxy */; + name = EXAppleAuthentication; + target = 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */; + targetProxy = B42959D81A59C9087E8A39731A775074 /* PBXContainerItemProxy */; + }; + 79DCF292A68DC5B06B1F8577A5E9E45B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 95BE38941D0FE5791F0F901E3084CB1F /* PBXContainerItemProxy */; + }; + 7A7154F57069469454C88AC9C260F35A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BugsnagReactNative; + target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; + targetProxy = 6E3084F9DEADA93BDCE55451A006C912 /* PBXContainerItemProxy */; }; 7BE15A86E0801F901E2C4628AE4A9933 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29558,23 +30988,17 @@ target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = 79F126CC81E1B85EE4FF1A06571007A6 /* PBXContainerItemProxy */; }; - 7CA01B623041E8668017AF3A0D38B81F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-background-timer"; - target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; - targetProxy = 541BE27CBD6B45CC9E661B0724CC0203 /* PBXContainerItemProxy */; - }; 7D2618318EA576E61D03D4C4FECEB3D8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-cxxreact"; target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; targetProxy = 89B6238264D8DD12530FB0C304169A56 /* PBXContainerItemProxy */; }; - 7D9537330A4378206F266CCBE8A47238 /* PBXTargetDependency */ = { + 7DE5D0DDA502D20EBACC12B4C5539F67 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNBootSplash; - target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; - targetProxy = 0FD939C82559F7254C5A929B1DD360B2 /* PBXContainerItemProxy */; + name = "react-native-cookies"; + target = ADC4ACC657481AD27F9936D08FF7F49A /* react-native-cookies */; + targetProxy = A69B4DE6F6C4B39B5519AA69BCC9A3EE /* PBXContainerItemProxy */; }; 7DF01DB0992AAAACA6248A9A30F5C3FA /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29588,23 +31012,17 @@ target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; targetProxy = B910CFE32E24D87EC195B631E1F9BE38 /* PBXContainerItemProxy */; }; - 7EFF3E4B1371ABC2B30FEDF30CF5813E /* PBXTargetDependency */ = { + 802AAE086069CDAD5F4A1ADC1C000B39 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNLocalize; - target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; - targetProxy = A3E12E369DC2C5A72D1F8CE28333720E /* PBXContainerItemProxy */; + name = RNCAsyncStorage; + target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; + targetProxy = 23DBF81A6812AD964AF9345D5E9EAA83 /* PBXContainerItemProxy */; }; - 80A9AA6A62DD35BD0B3C47FE8E7C3E3F /* PBXTargetDependency */ = { + 807451538B8BB3937E4C2B5DA0870267 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = E5DA08DD05DA9D6307AC6F900F2AE5A7 /* PBXContainerItemProxy */; - }; - 80D411FA720142D9A043C3C731C2A6AA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = A74AE5FFD7306A3802680BA0FA33429C /* PBXContainerItemProxy */; + name = RNDeviceInfo; + target = 807428FE76D80865C9F59F3502600E89 /* RNDeviceInfo */; + targetProxy = 11477D19A882C2DEE8170D4406146EEB /* PBXContainerItemProxy */; }; 8102466B14D896293B8F6B2694E57270 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29624,11 +31042,11 @@ target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; targetProxy = 3B7FF7C363ED3F8ED6F826E2B51C3CCD /* PBXContainerItemProxy */; }; - 8143889D72A001F428E821562DABC83A /* PBXTargetDependency */ = { + 81810B7888E98820A31F4F1E16C734EB /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXImageLoader; - target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; - targetProxy = 3C8CE6715F3CA104CE1619B1E9C45654 /* PBXContainerItemProxy */; + name = Flipper; + target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; + targetProxy = 0BF14EA0A6CF416F418E9304DBC2F020 /* PBXContainerItemProxy */; }; 81934E20D2AF936A57B8D5289C121493 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29654,23 +31072,11 @@ target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; targetProxy = D84D517E829C96160CBB60A4F124EC86 /* PBXContainerItemProxy */; }; - 836F7778C9C27A5E9E7E8CF20A7EB863 /* PBXTargetDependency */ = { + 836D08E31B1BF880ED3F9FD2D26F3D43 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-document-picker"; - target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; - targetProxy = A3D24A906E772055222EBC12A121E5C6 /* PBXContainerItemProxy */; - }; - 83AE8CC1664831DD4A3790DBA6E2E3A7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMImageLoaderInterface; - target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; - targetProxy = FA8F3604D8CB9ADBDB5EBC78D17F341C /* PBXContainerItemProxy */; - }; - 83DCFD1AE39B3EA1AD201A600BDAB0E5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-Core"; - target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; - targetProxy = 4A049CD25721DB93F1B56D7A9DAA9407 /* PBXContainerItemProxy */; + name = "rn-fetch-blob"; + target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; + targetProxy = A7AFD40985488DFB2EE47DCD8B1D3C9D /* PBXContainerItemProxy */; }; 8417CDCA2B1A4457CC85615688FA36EC /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29684,30 +31090,96 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 5B540591E36BF282B24AA207196C7BA2 /* PBXContainerItemProxy */; }; + 847EAE60588F699CC0705C83D4CB556D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-restart"; + target = 3ED96FB9FE1D18D5F1239C60A109F98C /* react-native-restart */; + targetProxy = 54719CB43356933FFE0A3BDA28326EC7 /* PBXContainerItemProxy */; + }; + 84B4553A6637D524C30C8DC7260DB587 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DoubleConversion; + target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; + targetProxy = 6E97D4820A16B0CC197902D13ED250F5 /* PBXContainerItemProxy */; + }; + 84E845F6A72C326650CD98CDF0A40151 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMAppLoader; + target = C452F579644C83E8D8E36EC24A9BBD46 /* UMAppLoader */; + targetProxy = 3EA51F0B27F6A093974D2A8A236E9787 /* PBXContainerItemProxy */; + }; + 84F54B17B7F7EAE66D6AC846E06F898B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-callinvoker"; + target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; + targetProxy = E95130EDE42CBC9E4B55D7081C0D67D6 /* PBXContainerItemProxy */; + }; + 8562B4CBC9B253A271C19CDDA9A10717 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = E56D9ECC657583575F147BBF30CFFAFA /* PBXContainerItemProxy */; + }; 85B2CD29FCF749EAF71969E2BD04F8B4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Flipper-RSocket"; target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; targetProxy = 77002E7DEB4271751EB8F6E5BB4859B6 /* PBXContainerItemProxy */; }; + 85EB1CEE3C2B0907926FADAD90165D2E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsi"; + target = FA877ADC442CB19CF61793D234C8B131 /* React-jsi */; + targetProxy = 261326722201CB3C31AFA4769552C037 /* PBXContainerItemProxy */; + }; 86596F6E1660D240D3AACB9352CF266C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = MMKV; target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; targetProxy = D37413E7EC398EE44EAB5B4CB25A8702 /* PBXContainerItemProxy */; }; - 86BB94C09112DB047689DD238D253EA3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFBAnalytics; - target = BDD119F8782FABE2707D3D913EC3EDE5 /* RNFBAnalytics */; - targetProxy = B80BD96E985CB9DAE54B7D592F950A4A /* PBXContainerItemProxy */; - }; 86D752F797116643316A4D885416A89F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DoubleConversion; target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; targetProxy = EC7527A41B8B6B4F69D75F4BFDB42DA1 /* PBXContainerItemProxy */; }; + 86D92E2CF7FB4EF87FF6416A83E19FDF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = A200FC898C1F88482794C84E9CA55187 /* PBXContainerItemProxy */; + }; + 86F594968198D1EE280BACBBFE1E0B6A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNLocalize; + target = B51433D546A38C51AA781F192E8836F8 /* RNLocalize */; + targetProxy = 65FF2FA3A22C79CF09DD212402B07DA3 /* PBXContainerItemProxy */; + }; + 87DA86D944DD4EB581E47448FE04A689 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-safe-area-context"; + target = BD9A27D8398DEB3205D3F8937B0672A0 /* react-native-safe-area-context */; + targetProxy = B1C3DED9B531719F35F9FC7CB3C199A3 /* PBXContainerItemProxy */; + }; + 87E369ACC8819FD278BC5FAECE6E5334 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MMKV; + target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; + targetProxy = 34B90E8AA17732AE447D2B9C13F51998 /* PBXContainerItemProxy */; + }; + 87F62DE14AF0BC67B4BA910D3BD59E9A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "boost-for-react-native"; + target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; + targetProxy = BC05CBDFFBE8B5734974B175BEC61DED /* PBXContainerItemProxy */; + }; + 884CD1B3738F2FA92B79E61DC130998A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-simple-crypto"; + target = D985A509BFE270C95EDCBE6B4CBAF189 /* react-native-simple-crypto */; + targetProxy = A7A207CFBBD9EB07ACE543ABF120785E /* PBXContainerItemProxy */; + }; 885E6CB1CFDBA509D52A8FD41AF4248A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNCAsyncStorage; @@ -29732,12 +31204,24 @@ target = 97C4DE84FA3CC4EC06AA6D8C249949B7 /* UMImageLoaderInterface */; targetProxy = C1AC9FBA6C6778FA59000C8252785450 /* PBXContainerItemProxy */; }; + 88B71C08B8918A472B6749B1F05F9313 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTText"; + target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; + targetProxy = 24BA854F9E6BFCCA9891DFB4FEEC0CCE /* PBXContainerItemProxy */; + }; 88C5C983D6DCF0D046B887B0B86C4740 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 837E05F321BFF238290ED5A638C650A5 /* PBXContainerItemProxy */; }; + 88D96A6C432FC15E403229A7BAB97776 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXAppleAuthentication; + target = 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */; + targetProxy = 00D29F45E290B88AD8C7A4A97F07A352 /* PBXContainerItemProxy */; + }; 8900941A81530893A8EB372BDAB56721 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleDataTransportCCTSupport; @@ -29762,12 +31246,30 @@ target = EC577C5CB1DC59A7464ECEF266A75B42 /* react-native-netinfo */; targetProxy = 786B298F6D635B3937CBAF3F3BEDE25B /* PBXContainerItemProxy */; }; + 89FDAE9EF7A3EEDBEC912526EA86DCF2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCAsyncStorage; + target = 89F573A6B1292B3B2296B2206BFDC3D7 /* RNCAsyncStorage */; + targetProxy = B01F7EF9E0986191D3C1299F0E08BEAC /* PBXContainerItemProxy */; + }; + 8A35B7F4442C523E7A0F382EFED97CC6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-cameraroll"; + target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; + targetProxy = 2A75E54D489071F72F130003A82C18C4 /* PBXContainerItemProxy */; + }; 8A3DC3E2D77CF05CAA395A04A8C64BF2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Folly; target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = 334BAA095B94198C9831E87C5B953892 /* PBXContainerItemProxy */; }; + 8A44D5D0A8C89ED1CA95672B2B8A5F3C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-appearance"; + target = 3FF2E78BB54ED67CA7FAD8DA2590DBEE /* react-native-appearance */; + targetProxy = 4B3110F6A59CB1DCDE4568B21C532702 /* PBXContainerItemProxy */; + }; 8A7243C5BFB09772732E3C13A217A3E4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; @@ -29792,23 +31294,17 @@ target = EEBB8D24F2B3531A5C5DAA668D02331F /* react-native-blur */; targetProxy = D38F1C3E77EA1B1A3518A1A41EDE2E1F /* PBXContainerItemProxy */; }; - 8B44EFAB9BDB3D6FE57370AE3F7F54D4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = BugsnagReactNative; - target = 0745200E60DC80C9A0A48B7E6C1518D7 /* BugsnagReactNative */; - targetProxy = 0A59FBC1BA1D4D4C2D0A7B560EFCFDA7 /* PBXContainerItemProxy */; - }; 8BAE0E52331C30A1FA1D75AD4F721B2F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 6AB14DCBA0268F0B02CAD15477B9E918 /* PBXContainerItemProxy */; }; - 8C6EAA761371EDE4A3C4FD5226E7359A /* PBXTargetDependency */ = { + 8C64C63506BADBF4392D10213F93BE68 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXVideoThumbnails; - target = 4A95B7CD1D5F80C5E8CD9CDA00D41F70 /* EXVideoThumbnails */; - targetProxy = EEB184C83C26B15AD3704EE071AB38E8 /* PBXContainerItemProxy */; + name = "React-RCTAnimation"; + target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; + targetProxy = 0F970A460496A38FCBDB59B76C19CDE0 /* PBXContainerItemProxy */; }; 8D6F82E611752AD2FEB217110295CB34 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -29822,6 +31318,12 @@ target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; targetProxy = 9F812F940199CFDAF05B665F7A6AB0CD /* PBXContainerItemProxy */; }; + 8E756B94BA8848A987565D7764A386FD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = 02811F56D6FAC43036D138393288C0A6 /* PBXContainerItemProxy */; + }; 8EB9CF0D237A24441BC52643B090D3E3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleDataTransport; @@ -29834,24 +31336,30 @@ target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; targetProxy = A969DB5626971854275BE28E4EF61588 /* PBXContainerItemProxy */; }; - 8F909B4DFBEBB64A3E469F4EA798E410 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-callinvoker"; - target = 2681CB7EF647E61F4F9A43029C235607 /* React-callinvoker */; - targetProxy = FF2F45B892E30EE8A21743DAE3F37118 /* PBXContainerItemProxy */; - }; 9022F8C27A988AD20FD522AEB8ED1DB8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = JitsiMeetSDK; target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; targetProxy = 7C38BAB12FD81719F1FAED2DE8FE7FCD /* PBXContainerItemProxy */; }; + 9080471AE40FA0EA4B59403F81833371 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMCameraInterface; + target = 0A915EE9D35CA5636731F8763E774951 /* UMCameraInterface */; + targetProxy = D1272B917EFDB936528727F0E306252D /* PBXContainerItemProxy */; + }; 9130819E632E7B82DA46038283B9DF99 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FlipperKit; target = 982644B5B647690B2E4F5B3F54EB5717 /* FlipperKit */; targetProxy = B5E2ADE763F96E0702D738DF2720B542 /* PBXContainerItemProxy */; }; + 91361DFC56CEA4BA6BAC225164224863 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreDiagnostics; + target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; + targetProxy = A6A027B3C2D6DA3940A35434154D6626 /* PBXContainerItemProxy */; + }; 917F5834E8F67D92998710CFD9239132 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTAnimation"; @@ -29870,12 +31378,30 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = ED42F90AF4E6E68F3A4F63BB3FA51199 /* PBXContainerItemProxy */; }; + 91F22B80B59569E2F8A7D0DF999BA360 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-DoubleConversion"; + target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; + targetProxy = 75C746B03847A56658193F5F4CA40F23 /* PBXContainerItemProxy */; + }; + 9250077D156F100521BC83F1A05FC0AF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransportCCTSupport; + target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; + targetProxy = 5AB1E625478B9AF59538BFCD8846D978 /* PBXContainerItemProxy */; + }; 92987564407D5749B8CC763D64524577 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = EXImageLoader; target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; targetProxy = 21B51DD5026AF6E57BB535441C85519D /* PBXContainerItemProxy */; }; + 92AB4B5FAA61EA7FB3A22D0D0C7C4557 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-document-picker"; + target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; + targetProxy = CA68E0E6260ED811AAACAAA67AF218BE /* PBXContainerItemProxy */; + }; 92D0A8CA511E6ABF8EEDB481F9E74C5A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = PromisesObjC; @@ -29894,42 +31420,54 @@ target = 32CA4CBD6B28983076BD93DA221AD027 /* YogaKit */; targetProxy = 7B8B837ABDEF64DCB1359191B094E372 /* PBXContainerItemProxy */; }; + 93DF27B469A98C71D731ACD55B4A787C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = KeyCommands; + target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; + targetProxy = 607F12F699F2862F7710EFE410192D52 /* PBXContainerItemProxy */; + }; 94EEE994817462F7FE72B2ECE1841F62 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTImage"; target = 4F265533AAB7C8985856EC78A33164BB /* React-RCTImage */; targetProxy = 8060883BFECCE1D1D01CDABE35052CE4 /* PBXContainerItemProxy */; }; + 953BA000237FDA945873A348BAD77430 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-RSocket"; + target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; + targetProxy = BA0346652EE8603511FE404FB5D55268 /* PBXContainerItemProxy */; + }; 955B93F458BB25FDDF46A57DA5A87FC5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = 9519B0F15CED10D1F2F249FB40F2A866 /* PBXContainerItemProxy */; }; - 9564AF8C0E7AF1DC9AF9352EBD359223 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-blur"; - target = EEBB8D24F2B3531A5C5DAA668D02331F /* react-native-blur */; - targetProxy = AA5E7608ED94243640A9ADD812146A62 /* PBXContainerItemProxy */; - }; 95B75F7860E336E53999BF596F69E713 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 6FA27D990FBB7FA75D1F6AE5176701C9 /* PBXContainerItemProxy */; }; - 964A0CCF7BEE9D4470764BBBE1114D85 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Firebase; - target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; - targetProxy = 27B9368CA23BE1A1ACD33A696D4AA603 /* PBXContainerItemProxy */; - }; 96625BF6EB5E82819F94AF5E85D93A57 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = MMKVCore; target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; targetProxy = D087C3C4C78695F5573BB1C32F6515CE /* PBXContainerItemProxy */; }; + 9662A48ACF74F8BE1514376023BCB94D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreDiagnostics; + target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; + targetProxy = 2BAEB427BF2856CD5055258DDD443912 /* PBXContainerItemProxy */; + }; + 977A2512EDE03688CAF99817B953768C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-cxxreact"; + target = 463F41A7E8B252F8AC5024DA1F4AF6DA /* React-cxxreact */; + targetProxy = DC92CC13EBEED0E3F081F313900AAB90 /* PBXContainerItemProxy */; + }; 97A3664DA7D5C4002D81A0042DFC61D8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Flipper-Folly"; @@ -29948,18 +31486,18 @@ target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; targetProxy = E2A7ECC5CD3AE80FC44FDE132729E462 /* PBXContainerItemProxy */; }; + 99F40802C479FBF8235425018C1B785D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 2EEA45C9EA155182DA5E2E2EA0C9DF30 /* PBXContainerItemProxy */; + }; 9A56C38DF543AFC75B810D230F1D5D51 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMFaceDetectorInterface; target = 2AD4F40E67E1874A0816F6B34289EB41 /* UMFaceDetectorInterface */; targetProxy = BCB71B868FC19FE3D923022AF8371435 /* PBXContainerItemProxy */; }; - 9A5A9B9011EB77530AD8AA25231ED7D1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-Glog"; - target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; - targetProxy = 14E7D9626314B93AD4BD2B9E86D8DBA6 /* PBXContainerItemProxy */; - }; 9AAF2F481F638F06ECFCCAE3CAB12199 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsinspector"; @@ -29972,17 +31510,29 @@ target = 869CED37B4B77AAE35DF8B6E70788BBC /* EXLocalAuthentication */; targetProxy = A25D8094F324ED84A6DD52941DD8F9A1 /* PBXContainerItemProxy */; }; + 9B54C921B49A862BE9231549CAE5E7B2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBReactNativeSpec; + target = C3496D0495E700CF08A90C41EA8FA4BB /* FBReactNativeSpec */; + targetProxy = 65B1E179342A989347085E56D9A4F763 /* PBXContainerItemProxy */; + }; + 9BED071A173B71994355C6097B650E8A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXLocalAuthentication; + target = 869CED37B4B77AAE35DF8B6E70788BBC /* EXLocalAuthentication */; + targetProxy = AB3A40AC4C980344FEEB1F5030667483 /* PBXContainerItemProxy */; + }; 9C39277969B0A4DA5944A45777990442 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ReactCommon; target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; targetProxy = 7E9B0AE7F0A6181C598CC61282F75BB1 /* PBXContainerItemProxy */; }; - 9C7C34553AE4F2DD7CAA9651F92F5EAD /* PBXTargetDependency */ = { + 9CD93CC36300A684EA309B5F3AA7A7EE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = UMSensorsInterface; - target = 2038C6F97563AAD6162C284B3EDD5B3B /* UMSensorsInterface */; - targetProxy = 07F3862FC0C392885FA735C500986CD1 /* PBXContainerItemProxy */; + name = MMKVCore; + target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; + targetProxy = 4F56622BD000F4D70492C68A159C07A8 /* PBXContainerItemProxy */; }; 9D1591D2B3C6D6EC5E71A9003C7FD339 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30002,17 +31552,35 @@ target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; targetProxy = 572874A62DE61803A441B42AC5394E71 /* PBXContainerItemProxy */; }; + 9DC5D976438FC0CC235176AC04E3E45A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMBarCodeScannerInterface; + target = 49821C2B9E764AEDF2B35DFE9AA7022F /* UMBarCodeScannerInterface */; + targetProxy = E5820887DC26A55F8ABDC4E430309738 /* PBXContainerItemProxy */; + }; 9E5EE0C382A10C57A182288F83C96492 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Firebase; target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; targetProxy = 94CDDF8B1B4446A0D09242DCEF267760 /* PBXContainerItemProxy */; }; - 9EA43FAB0F985A422B0B085140745B7C /* PBXTargetDependency */ = { + 9EC6D4A531EF83DF76A93D23ECDDAE27 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DoubleConversion; - target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; - targetProxy = A2E9A5789FA8FE27A17F1F39B5CF4193 /* PBXContainerItemProxy */; + name = "react-native-slider"; + target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; + targetProxy = F5A20052EC3F5D64B63FEFDAE607B402 /* PBXContainerItemProxy */; + }; + 9F3F7A330E2358897C06E8C0A4B6B5FC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNGestureHandler; + target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; + targetProxy = 581537D530B5FB61BECDBD30DF4A18E4 /* PBXContainerItemProxy */; + }; + 9F7751AFA61BF646F429B083A7CD94A7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCrashlytics; + target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; + targetProxy = D2B124F75816CC1D16B2B1F8CD496C1A /* PBXContainerItemProxy */; }; 9FB66750B64ADF0A35487C208DEEC04B /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30020,11 +31588,23 @@ target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = 6ED5662131FC3D451BF80DB176875D2D /* PBXContainerItemProxy */; }; - A04DA340B16585B7B269E9B3575175BD /* PBXTargetDependency */ = { + A224CE282494EE288B1F9B03228B5482 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNRootView; - target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; - targetProxy = B60E83BE00064E8BB826D8FD7B69C508 /* PBXContainerItemProxy */; + name = "react-native-netinfo"; + target = EC577C5CB1DC59A7464ECEF266A75B42 /* react-native-netinfo */; + targetProxy = 2ECADCC6DA89025D6789BC34F51C4845 /* PBXContainerItemProxy */; + }; + A2D2D3DEF6C9CCB46C1109F8647AC947 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = 37FF49882F142663C5E6CEA673E74BC4 /* PBXContainerItemProxy */; + }; + A334EABE0EFE713E2B4CD2406E5C73A0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsinspector"; + target = F7D033C4C128EECAA020990641FA985F /* React-jsinspector */; + targetProxy = 33EEB017E94380DA84AAB446863FAB59 /* PBXContainerItemProxy */; }; A39C1D9EDDCE91F1FFFB789184384CE3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30032,6 +31612,18 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = DF371A8A201DEFBA3617AA2EFD7B6F23 /* PBXContainerItemProxy */; }; + A3E4D6556E39521498A3E07E78FEA7A5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNRootView; + target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; + targetProxy = 15F6CE62980E44AAC63D9F6D85BCF968 /* PBXContainerItemProxy */; + }; + A47A80B60115B00CF56EAEEA1D7AE56C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXKeepAwake; + target = 0CF4D9052577C85B6B8C4E957332626B /* EXKeepAwake */; + targetProxy = AA5C8EEB6B968F439655832922D4B2C7 /* PBXContainerItemProxy */; + }; A4B1830028997D107C86C79AD9ED314C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; @@ -30044,35 +31636,17 @@ target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; targetProxy = E286BAC84975BA2C8EE2C0CCDC893363 /* PBXContainerItemProxy */; }; - A4FD0A9E8F0583F2D3F109E5CD692EBF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-jitsi-meet"; - target = D39AB631E8050865DE01F6D5678797D2 /* react-native-jitsi-meet */; - targetProxy = F74909001F06BFD80989EA1E24120FF8 /* PBXContainerItemProxy */; - }; A523BA886C358B2765F4058E59E8B199 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 54663C111D89937B3542F92AFB158EF3 /* PBXContainerItemProxy */; }; - A532D6B21982145E3DF9B295B6A2F6BE /* PBXTargetDependency */ = { + A797FECC9BDAF343CC2E5CD76D7A0EB8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = 620E05868772C10B4920DC7E324F2C87 /* FirebaseCoreDiagnostics */; - targetProxy = 2FEE2AFB4BB7FBBB2321F3A0CCA6DA26 /* PBXContainerItemProxy */; - }; - A5CC89AB864E4304D5D4934D155C04B5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MMKV; - target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; - targetProxy = D4683D34085EF061352E4533C9F14784 /* PBXContainerItemProxy */; - }; - A6CBB3CBCD78299726C474BAEB0DF238 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Yoga; - target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; - targetProxy = 9C08CA907DF607AFD36872670B143E96 /* PBXContainerItemProxy */; + name = GoogleDataTransportCCTSupport; + target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; + targetProxy = 8AC60DA60E91326F148303E19500A826 /* PBXContainerItemProxy */; }; A7C6CF051927E3EAB6A670408FF45C0F /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30098,11 +31672,11 @@ target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; targetProxy = 454ECC13EC298C6A367DCA974460B2A0 /* PBXContainerItemProxy */; }; - A852AD443F087F13918A93C76BBF09CF /* PBXTargetDependency */ = { + A87B5617B07D8B0D545D797C15EF3366 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RNVectorIcons; - target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; - targetProxy = A8DF91A9F014B7E5303A2DA82B3B648F /* PBXContainerItemProxy */; + name = "React-RCTVibration"; + target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; + targetProxy = F27FDD60551A78E22E4CC49777C0E626 /* PBXContainerItemProxy */; }; A8927D32230A577695A7A36A9F0965DC /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30116,23 +31690,23 @@ target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = 508AB6F516BC6A7F9C3BC099996AB27D /* PBXContainerItemProxy */; }; + A9AD8FFD354F4EF3727F58EFB457EE99 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = 704BC0B5B357B9E888BAFCF0B65E6D1C /* PBXContainerItemProxy */; + }; AA509DEDF0BE8C1B5FAE0A9C17265D0F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-restart"; target = 3ED96FB9FE1D18D5F1239C60A109F98C /* react-native-restart */; targetProxy = 03B7AFF21F8345C0654178D8ACC2829F /* PBXContainerItemProxy */; }; - AA9F22B86618EB3B5D9F05B0EAFAC911 /* PBXTargetDependency */ = { + AB29582E674CB68F2E02E60FA62B5A5C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 972D076A37DAF81E8ACCD642DB09052F /* PBXContainerItemProxy */; - }; - AB00F8D4545F8B2F0A635CB3EE65E5E1 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMTaskManagerInterface; - target = 50188AAB5FAECCA9583327DBA2B0AF2B /* UMTaskManagerInterface */; - targetProxy = 6D4F23EF102076480E0130DF2882F0AA /* PBXContainerItemProxy */; + name = RNFBCrashlytics; + target = E3573FB7AF659C42B699003C73722241 /* RNFBCrashlytics */; + targetProxy = BE1DC6BFECFC2C0FF2CBCBD808948B06 /* PBXContainerItemProxy */; }; AB3E285824F96021A5BB69D40B27CD54 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30152,23 +31726,41 @@ target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; targetProxy = FF6D67A040C9A76472E39C5D7424AE62 /* PBXContainerItemProxy */; }; + AC728093BB7B428F36991E2F87B99805 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBLazyVector; + target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; + targetProxy = 499B43B64E3C0B766E511DE46919D417 /* PBXContainerItemProxy */; + }; AC7519D82F0C953FCF7DDC9C7AC07FA0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Flipper-RSocket"; target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; targetProxy = 9A4923FFECE201218FE3A443697F045A /* PBXContainerItemProxy */; }; + AC9CAF78E97B3518ED243FF2075822DD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = 1BEE828C124E6416179B904A9F66D794 /* React */; + targetProxy = FF6B1CDBD77774D31CC7046466EA4F19 /* PBXContainerItemProxy */; + }; ACCAA5361EEE25B08BBC15B6931524E9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = EXLocalAuthentication; target = 869CED37B4B77AAE35DF8B6E70788BBC /* EXLocalAuthentication */; targetProxy = 13EB0FB8ECA9CFD2387819FB667A3655 /* PBXContainerItemProxy */; }; - ADBE26CA6755EE345848CD74046616C7 /* PBXTargetDependency */ = { + AD9A500A96B5820E26FFE11E948E083B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCrashlytics; - target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; - targetProxy = 261B18321BAD8FED75D348A33AADE567 /* PBXContainerItemProxy */; + name = UMCore; + target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; + targetProxy = A7969B3F51E689647E810D2C82C61C6D /* PBXContainerItemProxy */; + }; + ADE064DD05A2DF08EAC956F8E2C78982 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 072CEA044D2EF26F03496D5996BBF59F /* Firebase */; + targetProxy = CE9977BB5EF4190823BFFE4200EF5E5D /* PBXContainerItemProxy */; }; AEA10D48A0A5FCFBBE0AEFEA556B3317 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30206,24 +31798,30 @@ target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; targetProxy = 6741E8FA861BE4019561559872B0F239 /* PBXContainerItemProxy */; }; + B04F13DE212771BCC1A0397195DF79D4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTLinking"; + target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; + targetProxy = 6DCA061FFF9CD2132781AA4A6ED80654 /* PBXContainerItemProxy */; + }; B061779ED2FA1F8E0E957E0360C46165 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNFBAnalytics; target = BDD119F8782FABE2707D3D913EC3EDE5 /* RNFBAnalytics */; targetProxy = EE9776D5DFE456FF923FEA38D8DB69E7 /* PBXContainerItemProxy */; }; - B0A77281B2A10F6DA0D2B72807832D12 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "react-native-simple-crypto"; - target = D985A509BFE270C95EDCBE6B4CBAF189 /* react-native-simple-crypto */; - targetProxy = FAFB11F04751C62952E057A901ACF5C9 /* PBXContainerItemProxy */; - }; B183BDFA72E8BBC9418382FF6951B973 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNImageCropPicker; target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; targetProxy = 70B9A260A173DB11A7479BCBC89631D5 /* PBXContainerItemProxy */; }; + B18819691601795CBF0EB8F9A1F9F2FC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNGestureHandler; + target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; + targetProxy = 2FA72F7D1A6E654C5026D82D232BEA8A /* PBXContainerItemProxy */; + }; B18875D3F3C101C88D57C535ADE4BA75 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; @@ -30242,18 +31840,18 @@ target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; targetProxy = F9E1C335ABB6801F12F97BCFC9DDE53D /* PBXContainerItemProxy */; }; + B207684CC731169B000E6B47B62FB11F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMSensorsInterface; + target = 2038C6F97563AAD6162C284B3EDD5B3B /* UMSensorsInterface */; + targetProxy = FAB61B59B51D6523F91460033208C479 /* PBXContainerItemProxy */; + }; B27FB61BCCA73710CED01F6B788C4974 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-CoreModules"; target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; targetProxy = A60BF2DC1B6A2957A5244157AA0C4F1C /* PBXContainerItemProxy */; }; - B2A8F927596D4365DA186E167757F209 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "OpenSSL-Universal"; - target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; - targetProxy = 87531E11B9CDD5CEBE64BE5B4ACB0A6B /* PBXContainerItemProxy */; - }; B3774D91A546CD12B524EB2A594F0225 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; @@ -30272,12 +31870,24 @@ target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; targetProxy = 7A4884720437482A00CEECEC8A57EC58 /* PBXContainerItemProxy */; }; + B3D1DB651676D1963240D67EBCA5BD76 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-orientation-locker"; + target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; + targetProxy = F7F265DCEF28AE6ED9491DBB15E871F1 /* PBXContainerItemProxy */; + }; B40B1EA62FB989226AF636D86340AF91 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = libwebp; target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; targetProxy = 502579BD934FC3350EA69572DB987C40 /* PBXContainerItemProxy */; }; + B43B8F7CE8200D838AD4F014747848FD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXKeepAwake; + target = 0CF4D9052577C85B6B8C4E957332626B /* EXKeepAwake */; + targetProxy = 29223C5005BD5C18AD92BADB7A138C1F /* PBXContainerItemProxy */; + }; B4A66B981629A089EA4786C338B28F1B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Folly; @@ -30362,17 +31972,11 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = DAF64C20849B7F0958A39B60B9EBB5DD /* PBXContainerItemProxy */; }; - BA9110ED3BC42CD5A9A3B73D9C58C330 /* PBXTargetDependency */ = { + BAF06E162577E718A7F51CFD00D4EC23 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLibEvent; - target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; - targetProxy = 5C329BBA65BDC0DDBC2B71ABAF5532BA /* PBXContainerItemProxy */; - }; - BAC018C28F9FB089053C34E421A6D4AF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBLazyVector; - target = 8CC4EAA817AA86310D1900F1DAB3580F /* FBLazyVector */; - targetProxy = 74508D82DB0B23EC4D75D1EC7BBFA8E5 /* PBXContainerItemProxy */; + name = "rn-extensions-share"; + target = A238B7CE3865946D1F214E1FE0023AAE /* rn-extensions-share */; + targetProxy = 5DCDA8E65C9CB2814CDF681FB049A61F /* PBXContainerItemProxy */; }; BB143E395D999A753ABF7CA2B754FDDD /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30380,11 +31984,17 @@ target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; targetProxy = 66A455A3C6F2B04B1969C0272C21F441 /* PBXContainerItemProxy */; }; - BD1589DD7C335A945DE3F477F2014384 /* PBXTargetDependency */ = { + BB252DDF05A6E26A708A85E7309CB7C7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-RCTLinking"; - target = 6FE9147F8AAA4DE676C190F680F47AE2 /* React-RCTLinking */; - targetProxy = 5667B23F89E28068E461EC9327CF8139 /* PBXContainerItemProxy */; + name = libwebp; + target = 47D2E85A78C25869BB13521D8561A638 /* libwebp */; + targetProxy = 5F6248BD0F30842E7797A3278B530437 /* PBXContainerItemProxy */; + }; + BB8C174EF06F6EBC35CA5EC43494C053 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-mmkv-storage"; + target = 74DAFD196634D10887C9A4E7BA19A5E4 /* react-native-mmkv-storage */; + targetProxy = 90C461E32288F14591E929EEBB7B852A /* PBXContainerItemProxy */; }; BDD4DCF3C5842225C61CE810C89E5028 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30404,17 +32014,17 @@ target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = 0E385F17ED3C3C9175EB1E2DB5F334B1 /* PBXContainerItemProxy */; }; - BF04CF81AE3740DC186CEEA3CFECA3D2 /* PBXTargetDependency */ = { + BEFA91F9FC90E033541B5895899B040C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-cameraroll"; - target = BA3F5E5AA483B263B69601DE2FA269CB /* react-native-cameraroll */; - targetProxy = 9E7324E1D961D075CB0C1C8272FF4DDB /* PBXContainerItemProxy */; + name = glog; + target = D0EFEFB685D97280256C559792236873 /* glog */; + targetProxy = 1DD84FFDAF4C1BACF20D021770B1483E /* PBXContainerItemProxy */; }; - BFDAC399425F2AE28B6B959C30CBFD53 /* PBXTargetDependency */ = { + BFDAA7A652D00F54D78363012E6B92FA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Flipper-DoubleConversion"; - target = D9245543B79C09FAC40FC8B9F291536A /* Flipper-DoubleConversion */; - targetProxy = 9321D0A022CF9BA72BB84104EA9ECE13 /* PBXContainerItemProxy */; + name = "Flipper-RSocket"; + target = 1FAAE067C1BFDEA17DFB657C3379AB56 /* Flipper-RSocket */; + targetProxy = 937EF18E66879AF4F55B3CD0E197B2EB /* PBXContainerItemProxy */; }; BFDBDFB915E59C291510F86F59659757 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30422,6 +32032,12 @@ target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; targetProxy = 87F05D948331245D039ABB664C5F353B /* PBXContainerItemProxy */; }; + C0338A2B693C1BBA268F20FBD87D863A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTNetwork"; + target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; + targetProxy = DFD0A91147006AD87FEA41DDCDFD41BD /* PBXContainerItemProxy */; + }; C03850779DBC255C4972E4CD9F845988 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ReactNativeUiLib; @@ -30440,12 +32056,6 @@ target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; targetProxy = 44EAB2096E7F617504E8E0B6FB93D2C4 /* PBXContainerItemProxy */; }; - C0A1CCF1230BD4376CEC0A5B0AE365BC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNImageCropPicker; - target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; - targetProxy = 0499FAD0AD4BE55E72E0985D5EC9D584 /* PBXContainerItemProxy */; - }; C0ACE81B692668A46763DA6A485F6E14 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = DoubleConversion; @@ -30458,6 +32068,12 @@ target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = 16B64CB6E91DA9B636F658C1D787F26F /* PBXContainerItemProxy */; }; + C152229834B5FD54CB71B70305BB49B4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMBarCodeScannerInterface; + target = 49821C2B9E764AEDF2B35DFE9AA7022F /* UMBarCodeScannerInterface */; + targetProxy = DFCB5EEDF4061C4CEB71E646BF542F54 /* PBXContainerItemProxy */; + }; C18816878545BA9A6601A83842B23FC7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = TOCropViewController; @@ -30482,6 +32098,18 @@ target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; targetProxy = 0D7EE592EBC003093EA7BC70279C8524 /* PBXContainerItemProxy */; }; + C262CBFF5047B135D2C479B526D072CA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNReanimated; + target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; + targetProxy = B62F0539DDB5206C512653DC6707C439 /* PBXContainerItemProxy */; + }; + C29BAAC986B8B2BD65FDE719A5FA8787 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SDWebImageWebPCoder; + target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; + targetProxy = B96670C3160D4FD83A6C2CFAFAB4489B /* PBXContainerItemProxy */; + }; C2D193CF64E10600EF81E4EE3C504887 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCore; @@ -30500,12 +32128,24 @@ target = 4A95B7CD1D5F80C5E8CD9CDA00D41F70 /* EXVideoThumbnails */; targetProxy = E8ABE14CC53E34E92DC0A22E3E4ED2BF /* PBXContainerItemProxy */; }; + C3E9F84B12AC24A5069308876AFFEE10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Folly"; + target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; + targetProxy = 11FB75F442DC6DFFEA3744A5F5C7054A /* PBXContainerItemProxy */; + }; C3F3AF9DDFF27938771ABA72D3C8BA1D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNBootSplash; target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; targetProxy = DBCE7B6A60F848E9CA069C3559FB4A1E /* PBXContainerItemProxy */; }; + C4214DFD6B1F4EE6A436DEF24E4B3818 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactCommon; + target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; + targetProxy = 7F53A9166ECE2C9B93DA19E19BDFCD72 /* PBXContainerItemProxy */; + }; C43FF4220D23557F010D913694456288 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = EXHaptics; @@ -30524,59 +32164,77 @@ target = BD9A27D8398DEB3205D3F8937B0672A0 /* react-native-safe-area-context */; targetProxy = 7831CED1476708E665D581B5354B1846 /* PBXContainerItemProxy */; }; - C5769BBFE8F988B4F6FDC656079CDA85 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MMKVCore; - target = AC8AE887C706A43711D115E69B9D988A /* MMKVCore */; - targetProxy = 2594A6A9FD228CD474E82AF624840D42 /* PBXContainerItemProxy */; - }; C5C27EF91B74F9517A83CE106A4BBCB2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = EXAppleAuthentication; target = 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */; targetProxy = 3F2D105822B9B3C73602563693C45DFF /* PBXContainerItemProxy */; }; - C5E48DAB2D4A2E60207F5DB712265D28 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactCommon; - target = B6D5DD49633DFF0657B8C3F08EB3ABA9 /* ReactCommon */; - targetProxy = DDF5D713C40412933D9F67B763DCC01A /* PBXContainerItemProxy */; - }; - C60FC80270022DC1960455FD64095887 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXFileSystem; - target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; - targetProxy = 097697E6ACEAFD36D2D896E53B509ACA /* PBXContainerItemProxy */; - }; C6FE0B4EE9A16163A117065CB7948195 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = D60045C20BFF7EF0EB8D8648260D7335 /* PBXContainerItemProxy */; }; + C701BC319D0742D034CBA12E2553EE10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Folly; + target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; + targetProxy = 4DCB1B1184F1C90F5CAEBB97456D879E /* PBXContainerItemProxy */; + }; + C7250150C712E38E68A365A8D1714477 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCPicker; + target = D00F24222F074B31C56DC6D05E806A35 /* RNCPicker */; + targetProxy = C34B36CE291FBA8C6DBB3DEAFDA582BE /* PBXContainerItemProxy */; + }; + C735152F1052F7622936F582F05B1B40 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-jsiexecutor"; + target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; + targetProxy = B1A59C902221F85FCE98EA7C245E5C36 /* PBXContainerItemProxy */; + }; + C7741BF2283FFF5E206CC12D497C5FC0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-safe-area-context"; + target = BD9A27D8398DEB3205D3F8937B0672A0 /* react-native-safe-area-context */; + targetProxy = B90643C3F67AFF303E299D3E102617E6 /* PBXContainerItemProxy */; + }; + C7B936C9523D70D41E4C739F14D0CAEE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXImageLoader; + target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; + targetProxy = 8D247AFEF1614B75F99CA00C8CEE72D0 /* PBXContainerItemProxy */; + }; C7BA26271B86CC5A79880BE13FF3E324 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCore; target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = 8A4E3CAF711B7671C679E1F0884F135F /* PBXContainerItemProxy */; }; + C855A6A37742C378A745560CBB08ED2E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFontInterface; + target = 014495932E402CA67C37681988047CA2 /* UMFontInterface */; + targetProxy = 5AAFCEC328A149E8A79F9A7D3D486437 /* PBXContainerItemProxy */; + }; + C89915994A362B9119962A890E2DAE2C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXConstants; + target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; + targetProxy = 2ED08171D17AA5C4349DDA596C07F2D2 /* PBXContainerItemProxy */; + }; C8C916AC3AEF7C2D2205E958E10CF587 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-simple-crypto"; target = D985A509BFE270C95EDCBE6B4CBAF189 /* react-native-simple-crypto */; targetProxy = B2AC8DD263F3F8C219129A77880A8B7E /* PBXContainerItemProxy */; }; - C8F92E574FAEA97086D653DA067EE272 /* PBXTargetDependency */ = { + C9F5024B96B2FE55302EABB94198FAED /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = RCTRequired; - target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; - targetProxy = 80E591A99ACDAF06B14D97D118969C70 /* PBXContainerItemProxy */; - }; - C9FC0DE231C94B7CDEDFB5F09AE9ED21 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMConstantsInterface; - target = 9668C19AA6D8EA320F83875FA286855A /* UMConstantsInterface */; - targetProxy = 1D97A596C5079A754E160F867803D119 /* PBXContainerItemProxy */; + name = "react-native-document-picker"; + target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; + targetProxy = 70100A6E47EC258144A59C0EACBF758A /* PBXContainerItemProxy */; }; C9FD1C00E6FB1DFEAACCD11B6B1BAAD9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30596,36 +32254,18 @@ target = 50188AAB5FAECCA9583327DBA2B0AF2B /* UMTaskManagerInterface */; targetProxy = CEFAFB6542EAC727BEDC93A5BE652757 /* PBXContainerItemProxy */; }; - CACA35C63C6BBC36F6925ED156F30936 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMPermissionsInterface; - target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; - targetProxy = 0B0914647866FF2AC5DED83087A1C006 /* PBXContainerItemProxy */; - }; CADD5A04FC583F4D3D2BE243398CC79F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 238A73DC63295BE2E2783D02E4DDEF70 /* PBXContainerItemProxy */; }; - CB9FF4AA0A7C48805A1F2A27DF47A83A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXHaptics; - target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; - targetProxy = 852DDE76B4270220058443111E47A04D /* PBXContainerItemProxy */; - }; CBA78075E5F484687103863A2E1FDE5A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = EXHaptics; target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; targetProxy = 90B8753C237E3292F1C8964BB2B3A826 /* PBXContainerItemProxy */; }; - CBE747E9476F60253A6120D9A2E1D517 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNReanimated; - target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; - targetProxy = C30BA82CF28C29EABD46FFB9B05D5F19 /* PBXContainerItemProxy */; - }; CC0D84106A032C9F7047A9196BFD59D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMFileSystemInterface; @@ -30656,6 +32296,12 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = A6206646E5F28F433CEEA5E89D2B90DE /* PBXContainerItemProxy */; }; + CDA4A3C5A99DB874FA21D7EF77780C32 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransport; + target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; + targetProxy = 11D3423C48B0B7A99112B3E132777812 /* PBXContainerItemProxy */; + }; CE4EFF0199B181D5294B808C5BDD53FA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; @@ -30668,35 +32314,17 @@ target = E3573FB7AF659C42B699003C73722241 /* RNFBCrashlytics */; targetProxy = A4063AC59EE4F22D6E90FA3B3D572EDC /* PBXContainerItemProxy */; }; - CED439201A7E5817C3430C8551465717 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNFBCrashlytics; - target = E3573FB7AF659C42B699003C73722241 /* RNFBCrashlytics */; - targetProxy = 06C240B55E5570801D269E68CB530ACF /* PBXContainerItemProxy */; - }; CF20F934EA861FFE9E709727F2FE6355 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = UMCore; target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; targetProxy = F2FF8074878F7E068C629C5EB4D71C50 /* PBXContainerItemProxy */; }; - D003A126F575FE03486F5B60229569B7 /* PBXTargetDependency */ = { + CF6CDC6F269A25210FE90A607AC77678 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXPermissions; - target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; - targetProxy = E477644D97103B25E30FA5B69DD0532C /* PBXContainerItemProxy */; - }; - D02FDBC98C173343B2C50CE490480F72 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = YogaKit; - target = 32CA4CBD6B28983076BD93DA221AD027 /* YogaKit */; - targetProxy = AAFF80D8700022DC2917893C04530F43 /* PBXContainerItemProxy */; - }; - D1067AD6DFC214EC3B9245C5CEB68155 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = UMCore; - target = DBCB1B4965863DDD3B9DED9A0918A526 /* UMCore */; - targetProxy = 2F12977CA2FA4E8FC4148D0415BAC6F0 /* PBXContainerItemProxy */; + name = RNFBApp; + target = 90D0DE2F3348233618414728C35311CA /* RNFBApp */; + targetProxy = A1A7AE1F213AFC4F5921A31A4983DD7C /* PBXContainerItemProxy */; }; D11E7605130475BEF904774E2080FBBC /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30704,12 +32332,6 @@ target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; targetProxy = B95BB80FA53E47EA6F3127A1734CBA1C /* PBXContainerItemProxy */; }; - D11FE38BC316450D157092019529DAB3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Flipper-Folly"; - target = B6D39E083AE0FF45BA30D7CDF6198A03 /* Flipper-Folly */; - targetProxy = B2019CC3BA466A577217705C45013262 /* PBXContainerItemProxy */; - }; D1F2A92C5384D36969A4F17F0C383B8E /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = EXAV; @@ -30734,6 +32356,12 @@ target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; targetProxy = EB9117D2C7A0BD9371CD57B9D450EA69 /* PBXContainerItemProxy */; }; + D2835DA41D45F5AB863AF89165993ADD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = YogaKit; + target = 32CA4CBD6B28983076BD93DA221AD027 /* YogaKit */; + targetProxy = 179862A7E3B7D0BA1B1EE5F1377487E0 /* PBXContainerItemProxy */; + }; D29F5EBCABFDB69174234C45DCCFA61F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ReactCommon; @@ -30758,6 +32386,12 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 29F64FF42488D3C58F1F4B29D58DAAC4 /* PBXContainerItemProxy */; }; + D2EF294AA1D859287E72261372DA3687 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-CoreModules"; + target = E16E206437995280D349D4B67695C894 /* React-CoreModules */; + targetProxy = 5FDD4EA4CF4C2126D807E87F8F6A4CEA /* PBXContainerItemProxy */; + }; D302A47E773FC219EE117B36A1F9A9C9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-orientation-locker"; @@ -30770,6 +32404,12 @@ target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; targetProxy = 17BA2974AD109A8F8E3FBF600B309FAA /* PBXContainerItemProxy */; }; + D3991515936010E630F5A99EA8293D65 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMFileSystemInterface; + target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; + targetProxy = D429D1301B1C536F0A79B2E2F35B4644 /* PBXContainerItemProxy */; + }; D3B674277D247F7C9ED33DE79003BA15 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTActionSheet"; @@ -30782,23 +32422,17 @@ target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; targetProxy = 49FB67C7C2756E74721F239AB5B1E629 /* PBXContainerItemProxy */; }; - D4E6AE9F752D63E018A1161F30CCCEF8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RNConfigReader; - target = DC0D417AC8ABB7AA10C20A5E0F065812 /* RNConfigReader */; - targetProxy = 7D643F568D2CB68DBEE4A7024011A61A /* PBXContainerItemProxy */; - }; D528A76AEB1B88E5BCB828D5A35E90CE /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ReactNativeART; target = 90148E8FD1C445D7A019D504FA8CBC53 /* ReactNativeART */; targetProxy = ABE9C0452A26B4F217AD9FC3CA1521B4 /* PBXContainerItemProxy */; }; - D58BDBDB324B25817959489BA90253FA /* PBXTargetDependency */ = { + D5D585141F47BFD506ED8DE970BDC191 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "boost-for-react-native"; - target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; - targetProxy = 84E581BEB5EBA33E3D5D3786A78051AB /* PBXContainerItemProxy */; + name = "react-native-blur"; + target = EEBB8D24F2B3531A5C5DAA668D02331F /* react-native-blur */; + targetProxy = 8D2FE757245E126F7ECE83AA9C274FEC /* PBXContainerItemProxy */; }; D64832BFEAD65D59BBA2C6F62AB8A020 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30812,6 +32446,12 @@ target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; targetProxy = 67900E51A34FD0C27FFE6FD278EF3C21 /* PBXContainerItemProxy */; }; + D66D98E83F173A094C9A3ED7B575CFF4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 808AE043D11158702268856E3A27B880 /* PBXContainerItemProxy */; + }; D6F17D0CF1C43FCEB1DA315EAFD096AD /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = glog; @@ -30830,6 +32470,12 @@ target = F7845084F0CF03F54107EEF7411760AD /* UMPermissionsInterface */; targetProxy = 0ADF5AA8C175B535BD306D3CA0282211 /* PBXContainerItemProxy */; }; + D72A0CA07DFD25DEC2EF6163E26661AB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNDateTimePicker; + target = D760AF58E12ABBB51F84160FB02B5F39 /* RNDateTimePicker */; + targetProxy = AE8C39A95CFC47D7493A31F83D86371E /* PBXContainerItemProxy */; + }; D758F4D7432653926E6C49A0A7074F1D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-cxxreact"; @@ -30842,17 +32488,29 @@ target = 50188AAB5FAECCA9583327DBA2B0AF2B /* UMTaskManagerInterface */; targetProxy = EA22795901404A17182FB283D8D76174 /* PBXContainerItemProxy */; }; + D86EAA025B11A0FE50D76B9040A11F1A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXConstants; + target = 6C1893932A69822CBE3502F2E0BCFB6D /* EXConstants */; + targetProxy = 3EE89D2057D8414FFA2287019A4B3457 /* PBXContainerItemProxy */; + }; D87FAC4D878FD8FBC24BB1E58EF0E3BC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-document-picker"; target = D11E74324175FE5B0E78DB046527F233 /* react-native-document-picker */; targetProxy = E0D951BA5C4178DFC9F1E01FC1351145 /* PBXContainerItemProxy */; }; - D94F53E8D3F1587CF0207331D21BB476 /* PBXTargetDependency */ = { + D8D45A800A3FDA9882CC054A290B391D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Flipper-PeerTalk"; - target = 718DB7D0A7E90B531AD577B3356C4161 /* Flipper-PeerTalk */; - targetProxy = 8FEC843D090A6D4B733A84DF2F4491DF /* PBXContainerItemProxy */; + name = EXAV; + target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; + targetProxy = 06F40A416575199C0A0C8550C76E2C5B /* PBXContainerItemProxy */; + }; + D925999453979DC2E0D6C2094C27DC89 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNBootSplash; + target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; + targetProxy = 4E2312F5C239B1BA548187129D4CDC9B /* PBXContainerItemProxy */; }; D9A44A425C7B1A6C12F46F2C0593C7CC /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30860,17 +32518,17 @@ target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = 65EC04101B753A9192248B15EEED4827 /* PBXContainerItemProxy */; }; - D9CDB05B72456C252678766986BC8EA2 /* PBXTargetDependency */ = { + D9EF1B982610E8A02D075766E9A69BE4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "rn-fetch-blob"; - target = 64F427905796B33B78A704063422979D /* rn-fetch-blob */; - targetProxy = 51E1097650775F04DCC419598F03BD86 /* PBXContainerItemProxy */; + name = MMKV; + target = 91A6826828CB9FCD0169A7547E8A79EA /* MMKV */; + targetProxy = 32C7FCF2CA4D9BF82970AD2FB7BEE5B2 /* PBXContainerItemProxy */; }; - DA1FA5560030F6A74EB7B11E42548907 /* PBXTargetDependency */ = { + DA477B44119415E8288B1FE63A29DEAD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXAV; - target = 13D7009C3736FB694854D88BAD4742B6 /* EXAV */; - targetProxy = D8E988F511051725C17C64EA77456905 /* PBXContainerItemProxy */; + name = EXVideoThumbnails; + target = 4A95B7CD1D5F80C5E8CD9CDA00D41F70 /* EXVideoThumbnails */; + targetProxy = 041612898062719586C21FC2C33906B5 /* PBXContainerItemProxy */; }; DA5F38FD32B601E8B9EDE42787526073 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30878,17 +32536,11 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 0A7B79EF22E33D1D0EF5ADCE3B67F309 /* PBXContainerItemProxy */; }; - DAC5BD16AA3CB49EB5E2147E8CC96ECA /* PBXTargetDependency */ = { + DAEE039CBE3BA2EB54B2A69CC7CA92E6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SDWebImageWebPCoder; - target = 1953860EA9853AA2BC8022B242F08512 /* SDWebImageWebPCoder */; - targetProxy = 902F08939BCBF022D3A479D2D16D9614 /* PBXContainerItemProxy */; - }; - DACD725E64EAC2E259724C39374492EF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTAnimation"; - target = 938CCE22F6C4094B3FB6CF1478579E4B /* React-RCTAnimation */; - targetProxy = 4B6539BF8101EC1ED3248C19E314C123 /* PBXContainerItemProxy */; + name = "react-native-notifications"; + target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; + targetProxy = E91711A8B643B5037AC0E4D1C920EEAB /* PBXContainerItemProxy */; }; DB01DEA39A75137C8E5BACC6EB3E018D /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -30926,6 +32578,18 @@ target = E63939AA6EFD3D6A8C09E45929F11DBD /* Flipper */; targetProxy = 61CEFB61EEED2FB45C12AB4A6B246FFD /* PBXContainerItemProxy */; }; + DD5578C619E57C13CEEF47627A3BAE10 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNRootView; + target = 18B56DB36E1F066C927E49DBAE590128 /* RNRootView */; + targetProxy = 47C123CE92F9387C7631FC3ECCDE2A16 /* PBXContainerItemProxy */; + }; + DD73C0920955C13D42C12112155303D5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 9A850D65CC8A7E2DC26BD52189B04CC1 /* PBXContainerItemProxy */; + }; DD782701F13BF9D60750925EBC373C54 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNVectorIcons; @@ -30944,12 +32608,24 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 1269D7C0BCB25B42D2E6D08685E976D5 /* PBXContainerItemProxy */; }; + DE935C705EC80070CE8BF030C1FEB363 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FlipperKit; + target = 982644B5B647690B2E4F5B3F54EB5717 /* FlipperKit */; + targetProxy = 49BD6DD4C940A4FC09E726AC6D1D140B /* PBXContainerItemProxy */; + }; DED09F86EFFE14F4749E7DF46B0271C4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-notifications"; target = CA400829100F0628EC209FBB08347D42 /* react-native-notifications */; targetProxy = A93ABA18ADA03B660F8CD446AA601954 /* PBXContainerItemProxy */; }; + DEFF71371BAA8223A89A00D948506DEB /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXFileSystem; + target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; + targetProxy = AD609FCDDDF60A22870B51C088E5432E /* PBXContainerItemProxy */; + }; DF0C091851CB55362B4192AFE95CC142 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = PromisesObjC; @@ -30974,6 +32650,12 @@ target = B9E8F4CA2A4A8599389FEB665A9B96FF /* RNGestureHandler */; targetProxy = B50B2F145DA45B74C0C698D1C96AB789 /* PBXContainerItemProxy */; }; + E00211473DFC6815D33AEEC34E73F0EF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = KeyCommands; + target = 7F591BD8674041AAAA4F37DC699B5518 /* KeyCommands */; + targetProxy = 6FE65BCE3AD3712D26DACEA370F14558 /* PBXContainerItemProxy */; + }; E08BA3D34C32C302245CA7C352BB0A34 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; @@ -31016,11 +32698,11 @@ target = 7ACAA9BE580DD31A5CB9D97C45D9492D /* React-Core */; targetProxy = 5D83788C4B3470DFB084FEEEB59C9C6B /* PBXContainerItemProxy */; }; - E4470E50938908958173534B9AE4B64B /* PBXTargetDependency */ = { + E3F10CF84A49B066F0ED62827064CA60 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 19A87C34818ADDCD9BA2E82360C814D9 /* PBXContainerItemProxy */; + name = EXHaptics; + target = 409F3A0DB395F53FFB6AB30E5CD8ACD1 /* EXHaptics */; + targetProxy = C7433EED73F90D0453A342561F2B7B8D /* PBXContainerItemProxy */; }; E483279EDACF1212082CFAC0770621DA /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31028,11 +32710,23 @@ target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = 9F3F6B20D65BBED6CAC7B08757DE6E4D /* PBXContainerItemProxy */; }; - E63380AF4B5057290EA6B9EA43D1FC26 /* PBXTargetDependency */ = { + E4F8139CBE9E90E1E7D083EA21462ADC /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = EXKeepAwake; - target = 0CF4D9052577C85B6B8C4E957332626B /* EXKeepAwake */; - targetProxy = 8D8F74D78420C87B4C4BC9CC9B7F5A0A /* PBXContainerItemProxy */; + name = RNConfigReader; + target = DC0D417AC8ABB7AA10C20A5E0F065812 /* RNConfigReader */; + targetProxy = BC1FF3EF37196299D96519F212BA6672 /* PBXContainerItemProxy */; + }; + E5159D2A9E4F1C9264DB274F7FF2894A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Yoga; + target = 2B25F90D819B9ADF2AF2D8733A890333 /* Yoga */; + targetProxy = CE781699D9C3C14DA35B799EF7A0E25C /* PBXContainerItemProxy */; + }; + E52F8ED71B8B30544A3CE8929A5711BD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNImageCropPicker; + target = 0D82774D2A533D3FFAE27CAB4A6E9CB2 /* RNImageCropPicker */; + targetProxy = 3D6C164B1957D58D9396600AFFD14172 /* PBXContainerItemProxy */; }; E69EAAD7F4ED4FF44AF049BD09E51C36 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31070,12 +32764,6 @@ target = 0CF4D9052577C85B6B8C4E957332626B /* EXKeepAwake */; targetProxy = 2B835E061108B05C711E4183FD6774E8 /* PBXContainerItemProxy */; }; - E78AE19F5F8104989E3260AC8D10DF78 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTVibration"; - target = 53D121F9F9BB0F8AC1C94A12C5A8572F /* React-RCTVibration */; - targetProxy = 08A7606605C650B0870F20ADD5F6FA4A /* PBXContainerItemProxy */; - }; E7C651A20AE80C2C75650330C9DA92FC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Yoga; @@ -31088,30 +32776,42 @@ target = B9ED5194E665042005069EF06C82A050 /* OpenSSL-Universal */; targetProxy = 37350A0F992D463343D172E04F607117 /* PBXContainerItemProxy */; }; + E88E1DDE3BB8797EF4D641BF2D479CB4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Flipper-Glog"; + target = 6A9637F1BC8154F777335A6420579C05 /* Flipper-Glog */; + targetProxy = 118D90DFDBAC9A7CBF5EC8CE61A257CC /* PBXContainerItemProxy */; + }; E89C09ECC55C5E2497AA17E44F5181E1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseCore; target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; targetProxy = 530167DD60237D2CD633D585C6F0C746 /* PBXContainerItemProxy */; }; - E8A37B77F8FF0A870CA380F0055760F7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JitsiMeetSDK; - target = 5B40FBDAD0AB75D17C4760F4054BFF71 /* JitsiMeetSDK */; - targetProxy = 5F81CCAED61C5353F7091691ADB93F81 /* PBXContainerItemProxy */; - }; E9C39026016DC678D7B8E831E16CE67F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-RCTNetwork"; target = 651511D7DA7F07F9FC9AA40A2E86270D /* React-RCTNetwork */; targetProxy = 8F1480D7158BB0B20CFD487A6DE6C95C /* PBXContainerItemProxy */; }; + E9E1A31F296312DC469FEBE7468483AC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = B3B21B4A511254512383E0FB234D375A /* PBXContainerItemProxy */; + }; E9FEBE191A7DA0369B7D57140FA2C453 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "boost-for-react-native"; target = ED2506AE7DE35D654F61254441EA7155 /* boost-for-react-native */; targetProxy = C530E58ADA42AB2711FD4AFCC4C51BE8 /* PBXContainerItemProxy */; }; + EA343279C312A5B6547EDD3086D2614F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "React-RCTText"; + target = DBD2D83E10F8B7D3F4E0E34E6A9FCFA6 /* React-RCTText */; + targetProxy = A98163874AB5BAC5D7A5FB33B2A5DC2E /* PBXContainerItemProxy */; + }; EAA1C9744C0F84066DD273F6713B1F2A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-Core"; @@ -31154,11 +32854,11 @@ target = 32CA4CBD6B28983076BD93DA221AD027 /* YogaKit */; targetProxy = 17C78D855710F87B1FCE603D7DB3E2B9 /* PBXContainerItemProxy */; }; - ED369078FFFAAEA82681E3838D683204 /* PBXTargetDependency */ = { + ED39AF70950440EC78C01CE63620A88B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-cookies"; - target = ADC4ACC657481AD27F9936D08FF7F49A /* react-native-cookies */; - targetProxy = 1ABC0F30F85A552A0BA66D1896B1F6A2 /* PBXContainerItemProxy */; + name = "react-native-orientation-locker"; + target = 1092C13E1E1172209537C28D0C8D4D3C /* react-native-orientation-locker */; + targetProxy = 62C3DDEC2166ED56B29E20A39960D41B /* PBXContainerItemProxy */; }; ED69BB3248FA0260D1EFD39A11323D5E /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31172,6 +32872,12 @@ target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; targetProxy = AAACB799D549843F85285ABEBA86C521 /* PBXContainerItemProxy */; }; + EE822503F671DFC4F077B1A1C8A9B844 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = 27FA9F0F68697CDAD54F375EAE5F8931 /* PBXContainerItemProxy */; + }; EF0625EE6C3445A4A0FFFEC2AC64D9CB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Flipper; @@ -31184,6 +32890,24 @@ target = C452F579644C83E8D8E36EC24A9BBD46 /* UMAppLoader */; targetProxy = 2C5430E59569BF99C4169F119B7DEAFD /* PBXContainerItemProxy */; }; + EF777FD9B4BA29C989E52BCFE988A62F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = 73CE315BF870A0C2C2775FA8162BB03B /* PBXContainerItemProxy */; + }; + EFB5332DBFC50E34B193525C4BDFFF62 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNCMaskedView; + target = 1A0445474DA11CA659C4BCC5AB64B1BF /* RNCMaskedView */; + targetProxy = FBDFB2530552BC5C050033D9FBA04764 /* PBXContainerItemProxy */; + }; + F0A494BA635CFAE67E80BFA4F30E20F9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNVectorIcons; + target = 96150F524B245896B800F84F369A9A5A /* RNVectorIcons */; + targetProxy = 4ADE323CE1C41CB080148F893E93BB09 /* PBXContainerItemProxy */; + }; F10E41F95CF4DAC1A64E141F771C52E7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ReactCommon; @@ -31202,23 +32926,17 @@ target = 526C4398D095B3704EB933DADBC30093 /* FirebaseCrashlytics */; targetProxy = 94163FA80A0B767B0D03248D24BA993B /* PBXContainerItemProxy */; }; - F14B2E5965B9E7E0B2DF091AC134968A /* PBXTargetDependency */ = { + F1DCD55838D54E07A26A815A51B090CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaAsyncSocket; - target = 6083682834ABE0AE7BD1CBF06CADD036 /* CocoaAsyncSocket */; - targetProxy = 83A3E840AB1F0738A07BAE1602773CBC /* PBXContainerItemProxy */; + name = RCTRequired; + target = E7E7CE52C8C68B17224FF8C262D80ABF /* RCTRequired */; + targetProxy = 5C43F5F0420C105F45855BBB810DCA5B /* PBXContainerItemProxy */; }; - F27CFD0789EA5CC6DAA257E302D453D7 /* PBXTargetDependency */ = { + F30F427BC159CB74B8DC193EEC7D5C5D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "react-native-webview"; - target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; - targetProxy = 8F8A2766F7138E8959C49D24217D09F7 /* PBXContainerItemProxy */; - }; - F344B9378BA10ABDCDFA6E54513631A0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 7EC5FDD7D41136CBAA0152F7CEFF16E3 /* PBXContainerItemProxy */; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 83450FA660EED412F034F6A37328DCFE /* PBXContainerItemProxy */; }; F35082D829BE040F5FD54E914CE0389C /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31250,6 +32968,18 @@ target = 2AB2EF542954AB1C999E03BFEF8DE806 /* DoubleConversion */; targetProxy = F0688D8BDAC3A1979A9784184F967D0A /* PBXContainerItemProxy */; }; + F5DD5A8C36B6090D7C1AB2BC3894F449 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNReanimated; + target = FF879E718031128A75E7DE54046E6219 /* RNReanimated */; + targetProxy = F6D85FDA5F73F0D34FAD55007F2A76B2 /* PBXContainerItemProxy */; + }; + F6302B4669E764A7FD847CC7BB6BD0CF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXPermissions; + target = 0A72FB88825FDC7D301C9DD1F8F96824 /* EXPermissions */; + targetProxy = 632A36ECE45F11A03AFB51D4A91F5A48 /* PBXContainerItemProxy */; + }; F63B5F0476CB55E31BC9A35C4C7DF691 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-netinfo"; @@ -31262,6 +32992,30 @@ target = F4F25FCAC51B51FD5F986EB939BF1F87 /* GoogleDataTransportCCTSupport */; targetProxy = 880215CD4FCA2A0F3C68B7B9AD216CCA /* PBXContainerItemProxy */; }; + F63DD9FB66E949B5073227BF57C231FD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-mmkv-storage"; + target = 74DAFD196634D10887C9A4E7BA19A5E4 /* react-native-mmkv-storage */; + targetProxy = 4932D89B8C5A275C718DB80BFFEEAD86 /* PBXContainerItemProxy */; + }; + F667ECD7F9689DF041336947B0F17C89 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RNBootSplash; + target = 6677891AC2F7AB93E04BFF30B293A46B /* RNBootSplash */; + targetProxy = CEB7F7CB049AE4172E0F7CE707B07B08 /* PBXContainerItemProxy */; + }; + F6B81BB11DB2C2252E4B4AEA6D8B8A2B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-background-timer"; + target = 6514D69CB93B41626AE1A05581F97B07 /* react-native-background-timer */; + targetProxy = B5EAFAF8B56E5D62EAEFFA5C2483A25D /* PBXContainerItemProxy */; + }; + F6BA04141BCD4060558EAB78D5B6A288 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = UMReactNativeAdapter; + target = 897EF6A99176326E24F51E2F2103828C /* UMReactNativeAdapter */; + targetProxy = AE4D6DE1B956F4E0A5EC62002FC1C1D8 /* PBXContainerItemProxy */; + }; F763D6ABDD701EB601E17179BEFA4A60 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "React-jsi"; @@ -31292,12 +33046,30 @@ target = 2644525CCE081E967809A8163D893A93 /* UMFileSystemInterface */; targetProxy = 5286136BCB028CC7483DE1E84A6060BA /* PBXContainerItemProxy */; }; + F8AB3CB023613ABA3E5BA5C4C1401994 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = BEA87292ABBB320987E954FB26610E11 /* PBXContainerItemProxy */; + }; + F96A383CDE9054FC26EAB88865CA1775 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TOCropViewController; + target = F3966F664F3CFAEFAB57C40FB54D3788 /* TOCropViewController */; + targetProxy = 5720D2BDE293A5F56F512087DBDC179A /* PBXContainerItemProxy */; + }; F9759BCFBEC0585A85E350227E4EA448 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "react-native-slider"; target = A4EF87F5681665EAE943D9B06BBB17DF /* react-native-slider */; targetProxy = 7C3BB019D32867CAD48AF0A38276C1E6 /* PBXContainerItemProxy */; }; + F978D3913E7827D8B121968F40BE5273 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-netinfo"; + target = EC577C5CB1DC59A7464ECEF266A75B42 /* react-native-netinfo */; + targetProxy = 9A16C06AE5019D295CCF7EDF017F5C86 /* PBXContainerItemProxy */; + }; FA09D42046FBD60DB2A03D5DBF592AFD /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = RNCAsyncStorage; @@ -31310,41 +33082,23 @@ target = D0EFEFB685D97280256C559792236873 /* glog */; targetProxy = 6191B2A67520629884B14A6BDCC568DD /* PBXContainerItemProxy */; }; - FB5663130FC6E0EA386426D3A3BEFB67 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = EXAppleAuthentication; - target = 28A005E00FB77DDB2543047A07ED99A5 /* EXAppleAuthentication */; - targetProxy = 5790C3990A7826CAAA30AF0803E1447F /* PBXContainerItemProxy */; - }; FB58F329C81C0D819D38BAE841997E6D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; target = 1BEE828C124E6416179B904A9F66D794 /* React */; targetProxy = E3A9FDD9B181798017B6DD8DD252D878 /* PBXContainerItemProxy */; }; - FC0B3FB0308B92E928E1128116CBD965 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "React-RCTActionSheet"; - target = 11989A5E568B3B69655EE0C13DCDA3F9 /* React-RCTActionSheet */; - targetProxy = 6C51AD9D63B9A6952520C560FD058851 /* PBXContainerItemProxy */; - }; FC8E14FA21E712399E1D5CFC6217B596 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = EXFileSystem; target = 868B90C74770285449C60DBA82181479 /* EXFileSystem */; targetProxy = AE0F15AE500B38ADB071B46A5EF5E2AE /* PBXContainerItemProxy */; }; - FCACCB077E8FD92EB3C4BBB30DB056D2 /* PBXTargetDependency */ = { + FD7DD48E6472708AB50A006A17EBF8B1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "React-jsiexecutor"; - target = DA0709CAAD589C6E7963495210438021 /* React-jsiexecutor */; - targetProxy = 568654F5A6A3E2041A0C9878F59FB11B /* PBXContainerItemProxy */; - }; - FCB370C8569B8FF3A06D30F6F95A5F75 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransport; - target = 5C0371EE948D0357B8EE0E34ABB44BF0 /* GoogleDataTransport */; - targetProxy = 0BA21C2016A683FD28E4FE77D85FE57A /* PBXContainerItemProxy */; + name = "react-native-webview"; + target = 8D18C49071FC5370C25F5758A85BA5F6 /* react-native-webview */; + targetProxy = BC0E117BEA73CDE643BBA0A1D0DF8A40 /* PBXContainerItemProxy */; }; FDB1D4808F7A548BD1E7AEB4CC723FDA /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -31358,6 +33112,12 @@ target = A4F685BE3CAC127BDCE4E0DBBD88D191 /* Folly */; targetProxy = FE9E97A93061B50298A9281895A66B09 /* PBXContainerItemProxy */; }; + FDCF86E9C087FC013BEDBE86DF5734A3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = CocoaLibEvent; + target = D63EF582C3FFEAFBF76242E9637C6E0A /* CocoaLibEvent */; + targetProxy = 07FF705AB52FEEC46015A62DFA428823 /* PBXContainerItemProxy */; + }; FE145FA54B8008A3C9274CB5D8BF6ADA /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "boost-for-react-native"; @@ -31370,6 +33130,12 @@ target = D20469A9A1E5CFB26045EAEBE3F88E5E /* RCTTypeSafety */; targetProxy = E87C0C8DF579FBF95B675A2FA6D60F7D /* PBXContainerItemProxy */; }; + FE28A1F8362DD0CE7989B0E331FBA373 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = EXImageLoader; + target = 263266A9E29FFF0E9C8CA0E4582BFCF4 /* EXImageLoader */; + targetProxy = 2FECF6286B454E8F80478A7369387BAE /* PBXContainerItemProxy */; + }; FF06A05D34355E5A6ECA3CD10267559D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = React; @@ -31591,31 +33357,6 @@ }; name = Release; }; - 0A6CB6FB0D0A1132A7A7DA57D5BE88D6 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E5A0AC22FAD11AF18E729E9F7675482F /* Pods-RocketChatRN.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 0A84DB3B79A7140AF7F341B83BEA61D6 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = A142675AD2D2F03251E59104C6DC9940 /* react-native-safe-area-context.debug.xcconfig */; @@ -31913,7 +33654,7 @@ }; 1D261D4B9CB1E7DC39D103CB3445FC20 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5AB4C53466CBBE6F35CF70C0E6BA9B15 /* Pods-NotificationService.debug.xcconfig */; + baseConfigurationReference = 04C9072E8E73E49E527671FED550BBA8 /* Pods-NotificationService.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; APPLICATION_EXTENSION_API_ONLY = NO; @@ -33812,7 +35553,7 @@ }; 6110948AD771BC4C43023D20B4137D2D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3730E1B747E494E9DBBBAF5A262EA01E /* Pods-ShareRocketChatRN.debug.xcconfig */; + baseConfigurationReference = EEA4CC9B97D8B1DF863F7448D02747DE /* Pods-ShareRocketChatRN.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; APPLICATION_EXTENSION_API_ONLY = NO; @@ -33900,30 +35641,6 @@ }; name = Release; }; - 64E1E10D9DFEAF9997AD9702AE596D8B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 79871AFFE61A579E1E9A87BC2D2E5D43 /* Pods-RocketChatRN.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - APPLICATION_EXTENSION_API_ONLY = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 6626E0DDF75356B939BB71211EC59DF0 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 98423AA23C34FBCBE4D9202F773B530F /* EXKeepAwake.release.xcconfig */; @@ -34249,6 +35966,31 @@ }; name = Release; }; + 7569AD29DCCC4A8858EB74F0D4E8F069 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0C404EDA3875132C8D70CCF5BD2B3946 /* Pods-defaults-RocketChatRN.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 7584AA9DE2A25C8B8DA625DEA2124DA6 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = B8167C71C27B6BA1C6172B06202E73CF /* RNLocalize.debug.xcconfig */; @@ -35460,7 +37202,7 @@ }; A09F4E8F03DFBFB68B374DA65FD7F0F2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B4FBAEA26F427776D32ACC15202BD29C /* Pods-ShareRocketChatRN.release.xcconfig */; + baseConfigurationReference = 29A522F564C45BAC1C908C4FA821DD3F /* Pods-ShareRocketChatRN.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; APPLICATION_EXTENSION_API_ONLY = NO; @@ -35770,6 +37512,30 @@ }; name = Release; }; + AB15690DEABB199620DE74A4A3A99794 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 33CE3A123A50C02157F9260308A228EE /* Pods-defaults-RocketChatRN.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; AB9EE40241F157288F27CFDB2512CBAA /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 16BF2F3F7FAE1B6F2BFA90146B4D2BC8 /* react-native-webview.debug.xcconfig */; @@ -35888,6 +37654,31 @@ }; name = Release; }; + ACC5B275D065F64258CB096489505A1F /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 22179B26EFA123B0FB129665B0D3749A /* Pods-defaults-Rocket.Chat.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; AFFC4B8B500F3F30AA01625986696B5A /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = F8AA33A2D37DBE68270644174063B77E /* UMCameraInterface.release.xcconfig */; @@ -36709,7 +38500,7 @@ }; D70C80B3216DB37DB0AF6335C7AB520D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 42384ABE1D4CF2F0EE93A81A9323B514 /* Pods-NotificationService.release.xcconfig */; + baseConfigurationReference = A6EB796E6E9E63CB8E30B650EF1BB98B /* Pods-NotificationService.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; APPLICATION_EXTENSION_API_ONLY = NO; @@ -37361,6 +39152,30 @@ }; name = Release; }; + F5C3B938D4EEB80B8E15FA6A8DAC2B7D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3176AB3C86C5700B205948C24DBD3022 /* Pods-defaults-Rocket.Chat.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + APPLICATION_EXTENSION_API_ONLY = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; F70AD1A19AB564FC34E6C552DA2C4AD1 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = C4179A90F10D5623F4F123DD3E8B43CB /* EXHaptics.release.xcconfig */; @@ -37749,6 +39564,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 282CD723C2525B6DBB2F41A25807C82C /* Build configuration list for PBXNativeTarget "Pods-defaults-RocketChatRN" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + AB15690DEABB199620DE74A4A3A99794 /* Debug */, + 7569AD29DCCC4A8858EB74F0D4E8F069 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 285424BA1868B1FF3370F25DE02408E1 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -38145,6 +39969,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 7E58472859BD52003B764E7624E50D1B /* Build configuration list for PBXNativeTarget "Pods-defaults-Rocket.Chat" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F5C3B938D4EEB80B8E15FA6A8DAC2B7D /* Debug */, + ACC5B275D065F64258CB096489505A1F /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 7FCCFA588C873581FEC8255810B87F26 /* Build configuration list for PBXNativeTarget "FirebaseCrashlytics" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -38451,15 +40284,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C700E45996D88A0CA7BDAD2E9AD477D0 /* Build configuration list for PBXNativeTarget "Pods-RocketChatRN" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 64E1E10D9DFEAF9997AD9702AE596D8B /* Debug */, - 0A6CB6FB0D0A1132A7A7DA57D5BE88D6 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; C71BF0ACAF9820C852857E470FFD817B /* Build configuration list for PBXNativeTarget "RNGestureHandler" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-dummy.m b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-dummy.m deleted file mode 100644 index 23413b9ed..000000000 --- a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_Pods_RocketChatRN : NSObject -@end -@implementation PodsDummy_Pods_RocketChatRN -@end diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.modulemap b/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.modulemap deleted file mode 100644 index e7db5f6aa..000000000 --- a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -module Pods_RocketChatRN { - umbrella header "Pods-RocketChatRN-umbrella.h" - - export * - module * { export * } -} diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.markdown b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-acknowledgements.markdown similarity index 100% rename from ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.markdown rename to ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-acknowledgements.markdown diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.plist b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-acknowledgements.plist similarity index 100% rename from ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.plist rename to ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-acknowledgements.plist diff --git a/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-dummy.m b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-dummy.m new file mode 100644 index 000000000..c196c9533 --- /dev/null +++ b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_defaults_Rocket_Chat : NSObject +@end +@implementation PodsDummy_Pods_defaults_Rocket_Chat +@end diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-frameworks.sh b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-frameworks.sh similarity index 100% rename from ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-frameworks.sh rename to ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-frameworks.sh diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-resources.sh b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-resources.sh similarity index 100% rename from ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-resources.sh rename to ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-resources.sh diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-umbrella.h b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-umbrella.h similarity index 57% rename from ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-umbrella.h rename to ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-umbrella.h index e9100772e..74417b40b 100644 --- a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-umbrella.h +++ b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-umbrella.h @@ -11,6 +11,6 @@ #endif -FOUNDATION_EXPORT double Pods_RocketChatRNVersionNumber; -FOUNDATION_EXPORT const unsigned char Pods_RocketChatRNVersionString[]; +FOUNDATION_EXPORT double Pods_defaults_Rocket_ChatVersionNumber; +FOUNDATION_EXPORT const unsigned char Pods_defaults_Rocket_ChatVersionString[]; diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.debug.xcconfig similarity index 100% rename from ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig rename to ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.debug.xcconfig diff --git a/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.modulemap b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.modulemap new file mode 100644 index 000000000..45f564ade --- /dev/null +++ b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.modulemap @@ -0,0 +1,6 @@ +module Pods_defaults_Rocket_Chat { + umbrella header "Pods-defaults-Rocket.Chat-umbrella.h" + + export * + module * { export * } +} diff --git a/ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig b/ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.release.xcconfig similarity index 100% rename from ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig rename to ios/Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.release.xcconfig diff --git a/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-acknowledgements.markdown b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-acknowledgements.markdown new file mode 100644 index 000000000..debf0e290 --- /dev/null +++ b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-acknowledgements.markdown @@ -0,0 +1,4704 @@ +# Acknowledgements +This application makes use of the following third party libraries: + +## BugsnagReactNative + +Copyright (c) 2016 Bugsnag, Inc. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +## CocoaAsyncSocket + +Public Domain License + +The CocoaAsyncSocket project is in the public domain. + +The original TCP version (AsyncSocket) was created by Dustin Voss in January 2003. +Updated and maintained by Deusty LLC and the Apple development community. + + +## CocoaLibEvent + +Copyright (c) 2018 99789999@qq.com <99789999@qq.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +## DoubleConversion + +Copyright 2006-2011, the V8 project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +## Firebase + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +## FirebaseAnalytics + +Copyright 2020 Google + +## FirebaseCore + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +## FirebaseCoreDiagnostics + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +## FirebaseCrashlytics + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +================================================================================ + +The following copyright from Hewlett-Packard Development Company, L.P. +applies to the dwarf.h file in third_party/libunwind + + libunwind - a platform-independent unwind library + Copyright (c) 2003-2005 Hewlett-Packard Development Company, L.P. + Contributed by David Mosberger-Tang + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +## FirebaseInstallations + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +## Flipper + +MIT License + +Copyright (c) Facebook, Inc. and its affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## Flipper-DoubleConversion + +Copyright 2006-2011, the V8 project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +## Flipper-Folly + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + +Files in folly/external/farmhash licensed as follows + + Copyright (c) 2014 Google, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + + +## Flipper-Glog + +Copyright (c) 2008, Google Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +A function gettimeofday in utilities.cc is based on + +http://www.google.com/codesearch/p?hl=en#dR3YEbitojA/COPYING&q=GetSystemTimeAsFileTime%20license:bsd + +The license of this code is: + +Copyright (c) 2003-2008, Jouni Malinen and contributors +All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +3. Neither the name(s) of the above-listed copyright holder(s) nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +## Flipper-PeerTalk + +Copyright (c) 2012 Rasmus Andersson + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + +## Flipper-RSocket + +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +## FlipperKit + +MIT License + +Copyright (c) Facebook, Inc. and its affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## Folly + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + +Files in folly/external/farmhash licensed as follows + + Copyright (c) 2014 Google, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + + +## GoogleAppMeasurement + +Copyright 2020 Google + +## GoogleDataTransport + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +## GoogleDataTransportCCTSupport + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +## GoogleUtilities + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +================================================================================ + +The following copyright from Landon J. Fuller applies to the isAppEncrypted +function in Environment/third_party/GULAppEnvironmentUtil.m. + +Copyright (c) 2017 Landon J. Fuller +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Comment from +iPhone Dev Wiki +Crack Prevention: App Store binaries are signed by both their developer +and Apple. This encrypts the binary so that decryption keys are needed in order +to make the binary readable. When iOS executes the binary, the decryption keys +are used to decrypt the binary into a readable state where it is then loaded +into memory and executed. iOS can tell the encryption status of a binary via the +cryptid structure member of LC_ENCRYPTION_INFO MachO load command. If cryptid is +a non-zero value then the binary is encrypted. + +'Cracking' works by letting the kernel decrypt the binary then siphoning the +decrypted data into a new binary file, resigning, and repackaging. This will +only work on jailbroken devices as codesignature validation has been removed. +Resigning takes place because while the codesignature doesn't have to be valid +thanks to the jailbreak, it does have to be in place unless you have AppSync or +similar to disable codesignature checks. + +More information at Landon +Fuller's blog + + +## JitsiMeetSDK + +Copyright 2018-present 8x8, Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +## MMKV + +Tencent is pleased to support the open source community by making MMKV available. +Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved. +If you have downloaded a copy of the MMKV binary from Tencent, please note that the MMKV binary is licensed under the BSD 3-Clause License. +If you have downloaded a copy of the MMKV source code from Tencent, please note that MMKV source code is licensed under the BSD 3-Clause License, except for the third-party components listed below which are subject to different license terms. Your integration of MMKV into your own projects may require compliance with the BSD 3-Clause License, as well as the other licenses applicable to the third-party components included within MMKV. +A copy of the BSD 3-Clause License is included in this file. + +Other dependencies and licenses: + +Open Source Software Licensed Under the OpenSSL License: +---------------------------------------------------------------------------------------- +1. OpenSSL 1.1.0i +Copyright (c) 1998-2018 The OpenSSL Project. +All rights reserved. +Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) +All rights reserved. + + +Terms of the OpenSSL License: +--------------------------------------------------- +LICENSE ISSUES: +-------------------------------------------------------------------- + +The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the OpenSSL License and the original SSLeay license apply to the toolkit. +See below for the actual license texts. + +OpenSSL License: +-------------------------------------------------------------------- +Copyright (c) 1998-2018 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. All advertising materials mentioning features or use of this software must display the following acknowledgment: +"This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" nor may "OpenSSL" appear in their names without prior written permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +==================================================================== +* This product includes cryptographic software written by Eric Young (eay@cryptsoft.com). This product includes software written by Tim Hudson (tjh@cryptsoft.com). + + +Original SSLeay License: +-------------------------------------------------------------------- +Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) +All rights reserved. + +This package is an SSL implementation written by Eric Young (eay@cryptsoft.com). +The implementation was written so as to conform with Netscapes SSL. + +This library is free for commercial and non-commercial use as long as the following conditions are aheared to. The following conditions apply to all code found in this distribution, be it the RC4, RSA, lhash, DES, etc., code; not just the SSL code. The SSL documentation included with this distribution is covered by the same copyright terms except that the holder is Tim Hudson (tjh@cryptsoft.com). + +Copyright remains Eric Young's, and as such any Copyright notices in the code are not to be removed. If this package is used in a product, Eric Young should be given attribution as the author of the parts of the library used. This can be in the form of a textual message at program startup or in documentation (online or textual) provided with the package. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the copyright notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software must display the following acknowledgement:" This product includes cryptographic software written by Eric Young (eay@cryptsoft.com)" The word 'cryptographic' can be left out if the rouines from the library being used are not cryptographic related :-). +4. If you include any Windows specific code (or a derivative thereof) from the apps directory (application code) you must include an acknowledgement: "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + +THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +The licence and distribution terms for any publically available version or derivative of this code cannot be changed. i.e. this code cannot simply be copied and put under another distribution licence [including the GNU Public Licence.] + + + +Open Source Software Licensed Under the Apache License, Version 2.0: +The below software in this distribution may have been modified by THL A29 Limited (“Tencent Modifications”). All Tencent Modifications are Copyright (C) 2018 THL A29 Limited. +---------------------------------------------------------------------------------------- +1. MultiprocessSharedPreferences v1.0 +Copyright (C) 2014 seven456@gmail.com + + +Terms of the Apache License, Version 2.0: +-------------------------------------------------------------------- +Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +“License” shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + +“Licensor” shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +“Legal Entity” shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, “control” means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +“You” (or “Your”) shall mean an individual or Legal Entity exercising permissions granted by this License. + +“Source” form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + +“Object” form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + +“Work” shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + +“Derivative Works” shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + +“Contribution” shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, “submitted” means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as “Not a Contribution.” + +“Contributor” shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + +a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + +b) You must cause any modified files to carry prominent notices stating that You changed the files; and + +c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + +d) If the Work includes a “NOTICE” text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + +You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at +http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + + +Open Source Software Licensed Under the zlib License: +The below software in this distribution may have been modified by THL A29 Limited (“Tencent Modifications”). All Tencent Modifications are Copyright (C) 2018 THL A29 Limited. +---------------------------------------------------------------------------------------- +1. zlib v1.2.11 +Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler + +Terms of the zlib License: +-------------------------------------------------------------------- + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. + + + +Terms of the BSD 3-Clause License: +-------------------------------------------------------------------- + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +Neither the name of [copyright holder] nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +## MMKVCore + +Tencent is pleased to support the open source community by making MMKV available. +Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved. +If you have downloaded a copy of the MMKV binary from Tencent, please note that the MMKV binary is licensed under the BSD 3-Clause License. +If you have downloaded a copy of the MMKV source code from Tencent, please note that MMKV source code is licensed under the BSD 3-Clause License, except for the third-party components listed below which are subject to different license terms. Your integration of MMKV into your own projects may require compliance with the BSD 3-Clause License, as well as the other licenses applicable to the third-party components included within MMKV. +A copy of the BSD 3-Clause License is included in this file. + +Other dependencies and licenses: + +Open Source Software Licensed Under the OpenSSL License: +---------------------------------------------------------------------------------------- +1. OpenSSL 1.1.0i +Copyright (c) 1998-2018 The OpenSSL Project. +All rights reserved. +Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) +All rights reserved. + + +Terms of the OpenSSL License: +--------------------------------------------------- +LICENSE ISSUES: +-------------------------------------------------------------------- + +The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the OpenSSL License and the original SSLeay license apply to the toolkit. +See below for the actual license texts. + +OpenSSL License: +-------------------------------------------------------------------- +Copyright (c) 1998-2018 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. All advertising materials mentioning features or use of this software must display the following acknowledgment: +"This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" nor may "OpenSSL" appear in their names without prior written permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +==================================================================== +* This product includes cryptographic software written by Eric Young (eay@cryptsoft.com). This product includes software written by Tim Hudson (tjh@cryptsoft.com). + + +Original SSLeay License: +-------------------------------------------------------------------- +Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) +All rights reserved. + +This package is an SSL implementation written by Eric Young (eay@cryptsoft.com). +The implementation was written so as to conform with Netscapes SSL. + +This library is free for commercial and non-commercial use as long as the following conditions are aheared to. The following conditions apply to all code found in this distribution, be it the RC4, RSA, lhash, DES, etc., code; not just the SSL code. The SSL documentation included with this distribution is covered by the same copyright terms except that the holder is Tim Hudson (tjh@cryptsoft.com). + +Copyright remains Eric Young's, and as such any Copyright notices in the code are not to be removed. If this package is used in a product, Eric Young should be given attribution as the author of the parts of the library used. This can be in the form of a textual message at program startup or in documentation (online or textual) provided with the package. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the copyright notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software must display the following acknowledgement:" This product includes cryptographic software written by Eric Young (eay@cryptsoft.com)" The word 'cryptographic' can be left out if the rouines from the library being used are not cryptographic related :-). +4. If you include any Windows specific code (or a derivative thereof) from the apps directory (application code) you must include an acknowledgement: "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + +THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +The licence and distribution terms for any publically available version or derivative of this code cannot be changed. i.e. this code cannot simply be copied and put under another distribution licence [including the GNU Public Licence.] + + + +Open Source Software Licensed Under the Apache License, Version 2.0: +The below software in this distribution may have been modified by THL A29 Limited (“Tencent Modifications”). All Tencent Modifications are Copyright (C) 2018 THL A29 Limited. +---------------------------------------------------------------------------------------- +1. MultiprocessSharedPreferences v1.0 +Copyright (C) 2014 seven456@gmail.com + + +Terms of the Apache License, Version 2.0: +-------------------------------------------------------------------- +Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +“License” shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + +“Licensor” shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +“Legal Entity” shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, “control” means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +“You” (or “Your”) shall mean an individual or Legal Entity exercising permissions granted by this License. + +“Source” form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + +“Object” form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + +“Work” shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + +“Derivative Works” shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + +“Contribution” shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, “submitted” means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as “Not a Contribution.” + +“Contributor” shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + +a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + +b) You must cause any modified files to carry prominent notices stating that You changed the files; and + +c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + +d) If the Work includes a “NOTICE” text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + +You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at +http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + + +Open Source Software Licensed Under the zlib License: +The below software in this distribution may have been modified by THL A29 Limited (“Tencent Modifications”). All Tencent Modifications are Copyright (C) 2018 THL A29 Limited. +---------------------------------------------------------------------------------------- +1. zlib v1.2.11 +Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler + +Terms of the zlib License: +-------------------------------------------------------------------- + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. + + + +Terms of the BSD 3-Clause License: +-------------------------------------------------------------------- + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +Neither the name of [copyright holder] nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +## OpenSSL-Universal + + + LICENSE ISSUES + ============== + + The OpenSSL toolkit stays under a dual license, i.e. both the conditions of + the OpenSSL License and the original SSLeay license apply to the toolkit. + See below for the actual license texts. Actually both licenses are BSD-style + Open Source licenses. In case of any license issues related to OpenSSL + please contact openssl-core@openssl.org. + + OpenSSL License + --------------- + +/* ==================================================================== + * Copyright (c) 1998-2008 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + + Original SSLeay License + ----------------------- + +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + + + +## PromisesObjC + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +## RNBootSplash + +MIT License + +Copyright (c) 2019 Mathieu Acthernoene + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## RNCAsyncStorage + +MIT License + +Copyright (c) 2015-present, Facebook, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +## RNCPicker + +MIT License + +Copyright (c) 2015-present, Facebook, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## RNConfigReader + +MIT License + +Copyright (c) 2019 Chanaka Athurugiriya + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## RNDateTimePicker + +MIT License + +Copyright (c) 2019 React Native Community + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## RNDeviceInfo + +The MIT License (MIT) + +Copyright (c) 2015 Rebecca Hughes + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## RNFBAnalytics + +Apache-2.0 License +------------------ + +Copyright (c) 2016-present Invertase Limited & Contributors + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this library except in compliance with the License. + +You may obtain a copy of the Apache-2.0 License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +Creative Commons Attribution 3.0 License +---------------------------------------- + +Copyright (c) 2016-present Invertase Limited & Contributors + +Documentation and other instructional materials provided for this project +(including on a separate documentation repository or it's documentation website) are +licensed under the Creative Commons Attribution 3.0 License. Code samples/blocks +contained therein are licensed under the Apache License, Version 2.0 (the "License"), as above. + +You may obtain a copy of the Creative Commons Attribution 3.0 License at + + https://creativecommons.org/licenses/by/3.0/ + + +## RNFBApp + +Apache-2.0 License +------------------ + +Copyright (c) 2016-present Invertase Limited + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this library except in compliance with the License. + +You may obtain a copy of the Apache-2.0 License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +Creative Commons Attribution 3.0 License +---------------------------------------- + +Copyright (c) 2016-present Invertase Limited + +Documentation and other instructional materials provided for this project +(including on a separate documentation repository or it's documentation website) are +licensed under the Creative Commons Attribution 3.0 License. Code samples/blocks +contained therein are licensed under the Apache License, Version 2.0 (the "License"), as above. + +You may obtain a copy of the Creative Commons Attribution 3.0 License at + + https://creativecommons.org/licenses/by/3.0/ + + +## RNFBCrashlytics + +Apache-2.0 License +------------------ + +Copyright (c) 2016-present Invertase Limited & Contributors + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this library except in compliance with the License. + +You may obtain a copy of the Apache-2.0 License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +Creative Commons Attribution 3.0 License +---------------------------------------- + +Copyright (c) 2016-present Invertase Limited & Contributors + +Documentation and other instructional materials provided for this project +(including on a separate documentation repository or it's documentation website) are +licensed under the Creative Commons Attribution 3.0 License. Code samples/blocks +contained therein are licensed under the Apache License, Version 2.0 (the "License"), as above. + +You may obtain a copy of the Creative Commons Attribution 3.0 License at + + https://creativecommons.org/licenses/by/3.0/ + + +## RNFastImage + +MIT License + +Copyright (c) 2017 Dylan Vann + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## RNGestureHandler + +The MIT License (MIT) + +Copyright (c) 2016 Krzysztof Magiera + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## RNImageCropPicker + +MIT License + +Copyright (c) 2017 Ivan Pusic + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## RNLocalize + +MIT License + +Copyright (c) 2017-present, Mathieu Acthernoene + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## RNReanimated + +The MIT License (MIT) + +Copyright (c) 2016 Krzysztof Magiera + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## RNScreens + +The MIT License (MIT) + +Copyright (c) 2018 Krzysztof Magiera + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## RNVectorIcons + +The MIT License (MIT) + +Copyright (c) 2015 Joel Arvidsson + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + +## React + +MIT License + +Copyright (c) Facebook, Inc. and its affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## React-Core + +MIT License + +Copyright (c) Facebook, Inc. and its affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## ReactNativeART + +MIT License + +Copyright (c) 2019 react-native-community + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +## SDWebImage + +Copyright (c) 2009-2018 Olivier Poitrey rs@dailymotion.com + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + + +## SDWebImageWebPCoder + +Copyright (c) 2018 Bogdan Poplauschi + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + +## TOCropViewController + +The MIT License (MIT) + +Copyright (c) 2015-2019 Tim Oliver + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## YogaKit + +MIT License + +Copyright (c) Facebook, Inc. and its affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## boost-for-react-native + +Boost Software License - Version 1.0 - August 17th, 2003 + +Permission is hereby granted, free of charge, to any person or organization +obtaining a copy of the software and accompanying documentation covered by +this license (the "Software") to use, reproduce, display, distribute, +execute, and transmit the Software, and to prepare derivative works of the +Software, and to permit third-parties to whom the Software is furnished to +do so, all subject to the following: + +The copyright notices in the Software and this entire statement, including +the above license grant, this restriction and the following disclaimer, +must be included in all copies of the Software, in whole or in part, and +all derivative works of the Software, unless such copies or derivative +works are solely in the form of machine-executable object code generated by +a source language processor. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + + +## glog + +Copyright (c) 2008, Google Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +A function gettimeofday in utilities.cc is based on + +http://www.google.com/codesearch/p?hl=en#dR3YEbitojA/COPYING&q=GetSystemTimeAsFileTime%20license:bsd + +The license of this code is: + +Copyright (c) 2003-2008, Jouni Malinen and contributors +All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +3. Neither the name(s) of the above-listed copyright holder(s) nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +## libwebp + +Copyright (c) 2010, Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +## nanopb + +Copyright (c) 2011 Petteri Aimonen + +This software is provided 'as-is', without any express or +implied warranty. In no event will the authors be held liable +for any damages arising from the use of this software. + +Permission is granted to anyone to use this software for any +purpose, including commercial applications, and to alter it and +redistribute it freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you + must not claim that you wrote the original software. If you use + this software in a product, an acknowledgment in the product + documentation would be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and + must not be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. + + +## react-native-appearance + +MIT License + +Copyright (c) Facebook, Inc. and its affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## react-native-background-timer + +The MIT License (MIT) + +Copyright (c) 2016 Dávid Ocetník + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## react-native-blur + +MIT License + +Copyright (c) 2016 React Native Community + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## react-native-cameraroll + +MIT License + +Copyright (c) 2015-present, Facebook, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## react-native-cookies + +MIT License + +Copyright (c) 2020 React Native Community + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## react-native-document-picker + +MIT License + +Copyright (c) 2016 Elyx0 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## react-native-jitsi-meet + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +## react-native-mmkv-storage + +MIT License + +Copyright (c) 2020 Ammar Ahmed + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## react-native-netinfo + +MIT License + +Copyright (c) 2015-present, Facebook, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## react-native-notifications + +The MIT License (MIT) + +Copyright (c) 2016 Wix.com LTD + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +## react-native-orientation-locker + +MIT License + +Copyright (c) 2017 Wonday (@wonday.org) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## react-native-restart + +MIT License + +Copyright (c) 2020 Avishay Bar + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## react-native-safe-area-context + +MIT License + +Copyright (c) 2019 Th3rd Wave + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## react-native-simple-crypto + +MIT License + +Copyright (c) 2018 Pedro Gomes + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## react-native-webview + +MIT License + +Copyright (c) 2015-present, Facebook, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## rn-extensions-share + +The MIT License (MIT) + +Copyright (c) 2016 Ali Najafizadeh + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## rn-fetch-blob + +MIT License + +Copyright (c) 2017 xeiyan@gmail.com + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +Generated by CocoaPods - https://cocoapods.org diff --git a/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-acknowledgements.plist b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-acknowledgements.plist new file mode 100644 index 000000000..5241a32ea --- /dev/null +++ b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-acknowledgements.plist @@ -0,0 +1,5156 @@ + + + + + PreferenceSpecifiers + + + FooterText + This application makes use of the following third party libraries: + Title + Acknowledgements + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2016 Bugsnag, Inc. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + MIT + Title + BugsnagReactNative + Type + PSGroupSpecifier + + + FooterText + Public Domain License + +The CocoaAsyncSocket project is in the public domain. + +The original TCP version (AsyncSocket) was created by Dustin Voss in January 2003. +Updated and maintained by Deusty LLC and the Apple development community. + + License + public domain + Title + CocoaAsyncSocket + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2018 99789999@qq.com <99789999@qq.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + MIT + Title + CocoaLibEvent + Type + PSGroupSpecifier + + + FooterText + Copyright 2006-2011, the V8 project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + MIT + Title + DoubleConversion + Type + PSGroupSpecifier + + + FooterText + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + License + Apache + Title + Firebase + Type + PSGroupSpecifier + + + FooterText + Copyright 2020 Google + License + Copyright + Title + FirebaseAnalytics + Type + PSGroupSpecifier + + + FooterText + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + License + Apache + Title + FirebaseCore + Type + PSGroupSpecifier + + + FooterText + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + License + Apache + Title + FirebaseCoreDiagnostics + Type + PSGroupSpecifier + + + FooterText + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +================================================================================ + +The following copyright from Hewlett-Packard Development Company, L.P. +applies to the dwarf.h file in third_party/libunwind + + libunwind - a platform-independent unwind library + Copyright (c) 2003-2005 Hewlett-Packard Development Company, L.P. + Contributed by David Mosberger-Tang <davidm@hpl.hp.com> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + Apache + Title + FirebaseCrashlytics + Type + PSGroupSpecifier + + + FooterText + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + License + Apache + Title + FirebaseInstallations + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) Facebook, Inc. and its affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + Flipper + Type + PSGroupSpecifier + + + FooterText + Copyright 2006-2011, the V8 project authors. All rights reserved. +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + MIT + Title + Flipper-DoubleConversion + Type + PSGroupSpecifier + + + FooterText + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + +Files in folly/external/farmhash licensed as follows + + Copyright (c) 2014 Google, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + + License + Apache License, Version 2.0 + Title + Flipper-Folly + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2008, Google Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +A function gettimeofday in utilities.cc is based on + +http://www.google.com/codesearch/p?hl=en#dR3YEbitojA/COPYING&q=GetSystemTimeAsFileTime%20license:bsd + +The license of this code is: + +Copyright (c) 2003-2008, Jouni Malinen <j@w1.fi> and contributors +All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +3. Neither the name(s) of the above-listed copyright holder(s) nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + Google + Title + Flipper-Glog + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2012 Rasmus Andersson <http://rsms.me/> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + License + MIT + Title + Flipper-PeerTalk + Type + PSGroupSpecifier + + + FooterText + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + License + MIT + Title + Flipper-RSocket + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) Facebook, Inc. and its affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + FlipperKit + Type + PSGroupSpecifier + + + FooterText + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + +Files in folly/external/farmhash licensed as follows + + Copyright (c) 2014 Google, Inc. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + + License + Apache License, Version 2.0 + Title + Folly + Type + PSGroupSpecifier + + + FooterText + Copyright 2020 Google + License + Copyright + Title + GoogleAppMeasurement + Type + PSGroupSpecifier + + + FooterText + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + License + Apache + Title + GoogleDataTransport + Type + PSGroupSpecifier + + + FooterText + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + License + Apache + Title + GoogleDataTransportCCTSupport + Type + PSGroupSpecifier + + + FooterText + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +================================================================================ + +The following copyright from Landon J. Fuller applies to the isAppEncrypted +function in Environment/third_party/GULAppEnvironmentUtil.m. + +Copyright (c) 2017 Landon J. Fuller <landon@landonf.org> +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Comment from +<a href="http://iphonedevwiki.net/index.php/Crack_prevention">iPhone Dev Wiki +Crack Prevention</a>: App Store binaries are signed by both their developer +and Apple. This encrypts the binary so that decryption keys are needed in order +to make the binary readable. When iOS executes the binary, the decryption keys +are used to decrypt the binary into a readable state where it is then loaded +into memory and executed. iOS can tell the encryption status of a binary via the +cryptid structure member of LC_ENCRYPTION_INFO MachO load command. If cryptid is +a non-zero value then the binary is encrypted. + +'Cracking' works by letting the kernel decrypt the binary then siphoning the +decrypted data into a new binary file, resigning, and repackaging. This will +only work on jailbroken devices as codesignature validation has been removed. +Resigning takes place because while the codesignature doesn't have to be valid +thanks to the jailbreak, it does have to be in place unless you have AppSync or +similar to disable codesignature checks. + +More information at <a href="http://landonf.org/2009/02/index.html">Landon +Fuller's blog</a> + + License + Apache + Title + GoogleUtilities + Type + PSGroupSpecifier + + + FooterText + Copyright 2018-present 8x8, Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + License + Apache 2 + Title + JitsiMeetSDK + Type + PSGroupSpecifier + + + FooterText + Tencent is pleased to support the open source community by making MMKV available. +Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved. +If you have downloaded a copy of the MMKV binary from Tencent, please note that the MMKV binary is licensed under the BSD 3-Clause License. +If you have downloaded a copy of the MMKV source code from Tencent, please note that MMKV source code is licensed under the BSD 3-Clause License, except for the third-party components listed below which are subject to different license terms. Your integration of MMKV into your own projects may require compliance with the BSD 3-Clause License, as well as the other licenses applicable to the third-party components included within MMKV. +A copy of the BSD 3-Clause License is included in this file. + +Other dependencies and licenses: + +Open Source Software Licensed Under the OpenSSL License: +---------------------------------------------------------------------------------------- +1. OpenSSL 1.1.0i +Copyright (c) 1998-2018 The OpenSSL Project. +All rights reserved. +Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) +All rights reserved. + + +Terms of the OpenSSL License: +--------------------------------------------------- +LICENSE ISSUES: +-------------------------------------------------------------------- + +The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the OpenSSL License and the original SSLeay license apply to the toolkit. +See below for the actual license texts. + +OpenSSL License: +-------------------------------------------------------------------- +Copyright (c) 1998-2018 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. All advertising materials mentioning features or use of this software must display the following acknowledgment: +"This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" nor may "OpenSSL" appear in their names without prior written permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +==================================================================== +* This product includes cryptographic software written by Eric Young (eay@cryptsoft.com). This product includes software written by Tim Hudson (tjh@cryptsoft.com). + + +Original SSLeay License: +-------------------------------------------------------------------- +Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) +All rights reserved. + +This package is an SSL implementation written by Eric Young (eay@cryptsoft.com). +The implementation was written so as to conform with Netscapes SSL. + +This library is free for commercial and non-commercial use as long as the following conditions are aheared to. The following conditions apply to all code found in this distribution, be it the RC4, RSA, lhash, DES, etc., code; not just the SSL code. The SSL documentation included with this distribution is covered by the same copyright terms except that the holder is Tim Hudson (tjh@cryptsoft.com). + +Copyright remains Eric Young's, and as such any Copyright notices in the code are not to be removed. If this package is used in a product, Eric Young should be given attribution as the author of the parts of the library used. This can be in the form of a textual message at program startup or in documentation (online or textual) provided with the package. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the copyright notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software must display the following acknowledgement:" This product includes cryptographic software written by Eric Young (eay@cryptsoft.com)" The word 'cryptographic' can be left out if the rouines from the library being used are not cryptographic related :-). +4. If you include any Windows specific code (or a derivative thereof) from the apps directory (application code) you must include an acknowledgement: "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + +THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +The licence and distribution terms for any publically available version or derivative of this code cannot be changed. i.e. this code cannot simply be copied and put under another distribution licence [including the GNU Public Licence.] + + + +Open Source Software Licensed Under the Apache License, Version 2.0: +The below software in this distribution may have been modified by THL A29 Limited (“Tencent Modifications”). All Tencent Modifications are Copyright (C) 2018 THL A29 Limited. +---------------------------------------------------------------------------------------- +1. MultiprocessSharedPreferences v1.0 +Copyright (C) 2014 seven456@gmail.com + + +Terms of the Apache License, Version 2.0: +-------------------------------------------------------------------- +Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +“License” shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + +“Licensor” shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +“Legal Entity” shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, “control” means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +“You” (or “Your”) shall mean an individual or Legal Entity exercising permissions granted by this License. + +“Source” form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + +“Object” form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + +“Work” shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + +“Derivative Works” shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + +“Contribution” shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, “submitted” means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as “Not a Contribution.” + +“Contributor” shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + +a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + +b) You must cause any modified files to carry prominent notices stating that You changed the files; and + +c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + +d) If the Work includes a “NOTICE” text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + +You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at +http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + + +Open Source Software Licensed Under the zlib License: +The below software in this distribution may have been modified by THL A29 Limited (“Tencent Modifications”). All Tencent Modifications are Copyright (C) 2018 THL A29 Limited. +---------------------------------------------------------------------------------------- +1. zlib v1.2.11 +Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler + +Terms of the zlib License: +-------------------------------------------------------------------- + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. + + + +Terms of the BSD 3-Clause License: +-------------------------------------------------------------------- + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +Neither the name of [copyright holder] nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + BSD 3-Clause + Title + MMKV + Type + PSGroupSpecifier + + + FooterText + Tencent is pleased to support the open source community by making MMKV available. +Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved. +If you have downloaded a copy of the MMKV binary from Tencent, please note that the MMKV binary is licensed under the BSD 3-Clause License. +If you have downloaded a copy of the MMKV source code from Tencent, please note that MMKV source code is licensed under the BSD 3-Clause License, except for the third-party components listed below which are subject to different license terms. Your integration of MMKV into your own projects may require compliance with the BSD 3-Clause License, as well as the other licenses applicable to the third-party components included within MMKV. +A copy of the BSD 3-Clause License is included in this file. + +Other dependencies and licenses: + +Open Source Software Licensed Under the OpenSSL License: +---------------------------------------------------------------------------------------- +1. OpenSSL 1.1.0i +Copyright (c) 1998-2018 The OpenSSL Project. +All rights reserved. +Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) +All rights reserved. + + +Terms of the OpenSSL License: +--------------------------------------------------- +LICENSE ISSUES: +-------------------------------------------------------------------- + +The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the OpenSSL License and the original SSLeay license apply to the toolkit. +See below for the actual license texts. + +OpenSSL License: +-------------------------------------------------------------------- +Copyright (c) 1998-2018 The OpenSSL Project. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. All advertising materials mentioning features or use of this software must display the following acknowledgment: +"This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + +4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact openssl-core@openssl.org. + +5. Products derived from this software may not be called "OpenSSL" nor may "OpenSSL" appear in their names without prior written permission of the OpenSSL Project. + +6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/)" + +THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +==================================================================== +* This product includes cryptographic software written by Eric Young (eay@cryptsoft.com). This product includes software written by Tim Hudson (tjh@cryptsoft.com). + + +Original SSLeay License: +-------------------------------------------------------------------- +Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) +All rights reserved. + +This package is an SSL implementation written by Eric Young (eay@cryptsoft.com). +The implementation was written so as to conform with Netscapes SSL. + +This library is free for commercial and non-commercial use as long as the following conditions are aheared to. The following conditions apply to all code found in this distribution, be it the RC4, RSA, lhash, DES, etc., code; not just the SSL code. The SSL documentation included with this distribution is covered by the same copyright terms except that the holder is Tim Hudson (tjh@cryptsoft.com). + +Copyright remains Eric Young's, and as such any Copyright notices in the code are not to be removed. If this package is used in a product, Eric Young should be given attribution as the author of the parts of the library used. This can be in the form of a textual message at program startup or in documentation (online or textual) provided with the package. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the copyright notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +3. All advertising materials mentioning features or use of this software must display the following acknowledgement:" This product includes cryptographic software written by Eric Young (eay@cryptsoft.com)" The word 'cryptographic' can be left out if the rouines from the library being used are not cryptographic related :-). +4. If you include any Windows specific code (or a derivative thereof) from the apps directory (application code) you must include an acknowledgement: "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + +THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +The licence and distribution terms for any publically available version or derivative of this code cannot be changed. i.e. this code cannot simply be copied and put under another distribution licence [including the GNU Public Licence.] + + + +Open Source Software Licensed Under the Apache License, Version 2.0: +The below software in this distribution may have been modified by THL A29 Limited (“Tencent Modifications”). All Tencent Modifications are Copyright (C) 2018 THL A29 Limited. +---------------------------------------------------------------------------------------- +1. MultiprocessSharedPreferences v1.0 +Copyright (C) 2014 seven456@gmail.com + + +Terms of the Apache License, Version 2.0: +-------------------------------------------------------------------- +Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +“License” shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + +“Licensor” shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +“Legal Entity” shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, “control” means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +“You” (or “Your”) shall mean an individual or Legal Entity exercising permissions granted by this License. + +“Source” form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + +“Object” form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + +“Work” shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + +“Derivative Works” shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + +“Contribution” shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, “submitted” means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as “Not a Contribution.” + +“Contributor” shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + +a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + +b) You must cause any modified files to carry prominent notices stating that You changed the files; and + +c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + +d) If the Work includes a “NOTICE” text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + +You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at +http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + + +Open Source Software Licensed Under the zlib License: +The below software in this distribution may have been modified by THL A29 Limited (“Tencent Modifications”). All Tencent Modifications are Copyright (C) 2018 THL A29 Limited. +---------------------------------------------------------------------------------------- +1. zlib v1.2.11 +Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler + +Terms of the zlib License: +-------------------------------------------------------------------- + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. + + + +Terms of the BSD 3-Clause License: +-------------------------------------------------------------------- + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +Neither the name of [copyright holder] nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + BSD 3-Clause + Title + MMKVCore + Type + PSGroupSpecifier + + + FooterText + + LICENSE ISSUES + ============== + + The OpenSSL toolkit stays under a dual license, i.e. both the conditions of + the OpenSSL License and the original SSLeay license apply to the toolkit. + See below for the actual license texts. Actually both licenses are BSD-style + Open Source licenses. In case of any license issues related to OpenSSL + please contact openssl-core@openssl.org. + + OpenSSL License + --------------- + +/* ==================================================================== + * Copyright (c) 1998-2008 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + + Original SSLeay License + ----------------------- + +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + + + License + OpenSSL (OpenSSL/SSLeay) + Title + OpenSSL-Universal + Type + PSGroupSpecifier + + + FooterText + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + License + Apache + Title + PromisesObjC + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) 2019 Mathieu Acthernoene + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + RNBootSplash + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) 2015-present, Facebook, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + License + MIT + Title + RNCAsyncStorage + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) 2015-present, Facebook, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + RNCPicker + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) 2019 Chanaka Athurugiriya + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + RNConfigReader + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) 2019 React Native Community + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + RNDateTimePicker + Type + PSGroupSpecifier + + + FooterText + The MIT License (MIT) + +Copyright (c) 2015 Rebecca Hughes + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + RNDeviceInfo + Type + PSGroupSpecifier + + + FooterText + Apache-2.0 License +------------------ + +Copyright (c) 2016-present Invertase Limited <oss@invertase.io> & Contributors + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this library except in compliance with the License. + +You may obtain a copy of the Apache-2.0 License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +Creative Commons Attribution 3.0 License +---------------------------------------- + +Copyright (c) 2016-present Invertase Limited <oss@invertase.io> & Contributors + +Documentation and other instructional materials provided for this project +(including on a separate documentation repository or it's documentation website) are +licensed under the Creative Commons Attribution 3.0 License. Code samples/blocks +contained therein are licensed under the Apache License, Version 2.0 (the "License"), as above. + +You may obtain a copy of the Creative Commons Attribution 3.0 License at + + https://creativecommons.org/licenses/by/3.0/ + + License + Apache-2.0 + Title + RNFBAnalytics + Type + PSGroupSpecifier + + + FooterText + Apache-2.0 License +------------------ + +Copyright (c) 2016-present Invertase Limited <oss@invertase.io> + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this library except in compliance with the License. + +You may obtain a copy of the Apache-2.0 License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +Creative Commons Attribution 3.0 License +---------------------------------------- + +Copyright (c) 2016-present Invertase Limited <oss@invertase.io> + +Documentation and other instructional materials provided for this project +(including on a separate documentation repository or it's documentation website) are +licensed under the Creative Commons Attribution 3.0 License. Code samples/blocks +contained therein are licensed under the Apache License, Version 2.0 (the "License"), as above. + +You may obtain a copy of the Creative Commons Attribution 3.0 License at + + https://creativecommons.org/licenses/by/3.0/ + + License + Apache-2.0 + Title + RNFBApp + Type + PSGroupSpecifier + + + FooterText + Apache-2.0 License +------------------ + +Copyright (c) 2016-present Invertase Limited <oss@invertase.io> & Contributors + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this library except in compliance with the License. + +You may obtain a copy of the Apache-2.0 License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + +Creative Commons Attribution 3.0 License +---------------------------------------- + +Copyright (c) 2016-present Invertase Limited <oss@invertase.io> & Contributors + +Documentation and other instructional materials provided for this project +(including on a separate documentation repository or it's documentation website) are +licensed under the Creative Commons Attribution 3.0 License. Code samples/blocks +contained therein are licensed under the Apache License, Version 2.0 (the "License"), as above. + +You may obtain a copy of the Creative Commons Attribution 3.0 License at + + https://creativecommons.org/licenses/by/3.0/ + + License + Apache-2.0 + Title + RNFBCrashlytics + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) 2017 Dylan Vann + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + RNFastImage + Type + PSGroupSpecifier + + + FooterText + The MIT License (MIT) + +Copyright (c) 2016 Krzysztof Magiera + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + RNGestureHandler + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) 2017 Ivan Pusic + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + RNImageCropPicker + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) 2017-present, Mathieu Acthernoene + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + RNLocalize + Type + PSGroupSpecifier + + + FooterText + The MIT License (MIT) + +Copyright (c) 2016 Krzysztof Magiera + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + RNReanimated + Type + PSGroupSpecifier + + + FooterText + The MIT License (MIT) + +Copyright (c) 2018 Krzysztof Magiera + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + RNScreens + Type + PSGroupSpecifier + + + FooterText + The MIT License (MIT) + +Copyright (c) 2015 Joel Arvidsson + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + + License + MIT + Title + RNVectorIcons + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) Facebook, Inc. and its affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + React + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) Facebook, Inc. and its affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + React-Core + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) 2019 react-native-community + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + License + MIT + Title + ReactNativeART + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2009-2018 Olivier Poitrey rs@dailymotion.com + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + + License + MIT + Title + SDWebImage + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2018 Bogdan Poplauschi + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + MIT + Title + SDWebImageWebPCoder + Type + PSGroupSpecifier + + + FooterText + The MIT License (MIT) + +Copyright (c) 2015-2019 Tim Oliver + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + TOCropViewController + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) Facebook, Inc. and its affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + YogaKit + Type + PSGroupSpecifier + + + FooterText + Boost Software License - Version 1.0 - August 17th, 2003 + +Permission is hereby granted, free of charge, to any person or organization +obtaining a copy of the software and accompanying documentation covered by +this license (the "Software") to use, reproduce, display, distribute, +execute, and transmit the Software, and to prepare derivative works of the +Software, and to permit third-parties to whom the Software is furnished to +do so, all subject to the following: + +The copyright notices in the Software and this entire statement, including +the above license grant, this restriction and the following disclaimer, +must be included in all copies of the Software, in whole or in part, and +all derivative works of the Software, unless such copies or derivative +works are solely in the form of machine-executable object code generated by +a source language processor. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + + License + Boost Software License + Title + boost-for-react-native + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2008, Google Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +A function gettimeofday in utilities.cc is based on + +http://www.google.com/codesearch/p?hl=en#dR3YEbitojA/COPYING&q=GetSystemTimeAsFileTime%20license:bsd + +The license of this code is: + +Copyright (c) 2003-2008, Jouni Malinen <j@w1.fi> and contributors +All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +3. Neither the name(s) of the above-listed copyright holder(s) nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + License + Google + Title + glog + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2010, Google Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + License + BSD + Title + libwebp + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2011 Petteri Aimonen <jpa at nanopb.mail.kapsi.fi> + +This software is provided 'as-is', without any express or +implied warranty. In no event will the authors be held liable +for any damages arising from the use of this software. + +Permission is granted to anyone to use this software for any +purpose, including commercial applications, and to alter it and +redistribute it freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you + must not claim that you wrote the original software. If you use + this software in a product, an acknowledgment in the product + documentation would be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and + must not be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. + + License + zlib + Title + nanopb + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) Facebook, Inc. and its affiliates. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + react-native-appearance + Type + PSGroupSpecifier + + + FooterText + The MIT License (MIT) + +Copyright (c) 2016 Dávid Ocetník + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + react-native-background-timer + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) 2016 React Native Community + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + react-native-blur + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) 2015-present, Facebook, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + react-native-cameraroll + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) 2020 React Native Community + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + react-native-cookies + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) 2016 Elyx0 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + react-native-document-picker + Type + PSGroupSpecifier + + + FooterText + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + License + Apache-2.0 + Title + react-native-jitsi-meet + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) 2020 Ammar Ahmed + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + react-native-mmkv-storage + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) 2015-present, Facebook, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + react-native-netinfo + Type + PSGroupSpecifier + + + FooterText + The MIT License (MIT) + +Copyright (c) 2016 Wix.com LTD + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + MIT + Title + react-native-notifications + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) 2017 Wonday (@wonday.org) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + react-native-orientation-locker + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) 2020 Avishay Bar + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + react-native-restart + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) 2019 Th3rd Wave + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + react-native-safe-area-context + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) 2018 Pedro Gomes + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + react-native-simple-crypto + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) 2015-present, Facebook, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + react-native-webview + Type + PSGroupSpecifier + + + FooterText + The MIT License (MIT) + +Copyright (c) 2016 Ali Najafizadeh + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + rn-extensions-share + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) 2017 xeiyan@gmail.com + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + rn-fetch-blob + Type + PSGroupSpecifier + + + FooterText + Generated by CocoaPods - https://cocoapods.org + Title + + Type + PSGroupSpecifier + + + StringsTable + Acknowledgements + Title + Acknowledgements + + diff --git a/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-dummy.m b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-dummy.m new file mode 100644 index 000000000..b15263126 --- /dev/null +++ b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_defaults_RocketChatRN : NSObject +@end +@implementation PodsDummy_Pods_defaults_RocketChatRN +@end diff --git a/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-frameworks.sh b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-frameworks.sh new file mode 100755 index 000000000..61c22fe93 --- /dev/null +++ b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-frameworks.sh @@ -0,0 +1,209 @@ +#!/bin/sh +set -e +set -u +set -o pipefail + +function on_error { + echo "$(realpath -mq "${0}"):$1: error: Unexpected failure" +} +trap 'on_error $LINENO' ERR + +if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then + # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy + # frameworks to, so exit 0 (signalling the script phase was successful). + exit 0 +fi + +echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" +mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + +COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}" +SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" + +# Used as a return value for each invocation of `strip_invalid_archs` function. +STRIP_BINARY_RETVAL=0 + +# This protects against multiple targets copying the same framework dependency at the same time. The solution +# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html +RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") + +# Copies and strips a vendored framework +install_framework() +{ + if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then + local source="${BUILT_PRODUCTS_DIR}/$1" + elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then + local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" + elif [ -r "$1" ]; then + local source="$1" + fi + + local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + + if [ -L "${source}" ]; then + echo "Symlinked..." + source="$(readlink "${source}")" + fi + + # Use filter instead of exclude so missing patterns don't throw errors. + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" + + local basename + basename="$(basename -s .framework "$1")" + binary="${destination}/${basename}.framework/${basename}" + + if ! [ -r "$binary" ]; then + binary="${destination}/${basename}" + elif [ -L "${binary}" ]; then + echo "Destination binary is symlinked..." + dirname="$(dirname "${binary}")" + binary="${dirname}/$(readlink "${binary}")" + fi + + # Strip invalid architectures so "fat" simulator / device frameworks work on device + if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then + strip_invalid_archs "$binary" + fi + + # Resign the code if required by the build settings to avoid unstable apps + code_sign_if_enabled "${destination}/$(basename "$1")" + + # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. + if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then + local swift_runtime_libs + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u) + for lib in $swift_runtime_libs; do + echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" + rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" + code_sign_if_enabled "${destination}/${lib}" + done + fi +} + +# Copies and strips a vendored dSYM +install_dsym() { + local source="$1" + warn_missing_arch=${2:-true} + if [ -r "$source" ]; then + # Copy the dSYM into the targets temp dir. + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DERIVED_FILES_DIR}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DERIVED_FILES_DIR}" + + local basename + basename="$(basename -s .dSYM "$source")" + binary_name="$(ls "$source/Contents/Resources/DWARF")" + binary="${DERIVED_FILES_DIR}/${basename}.dSYM/Contents/Resources/DWARF/${binary_name}" + + # Strip invalid architectures so "fat" simulator / device frameworks work on device + if [[ "$(file "$binary")" == *"Mach-O "*"dSYM companion"* ]]; then + strip_invalid_archs "$binary" "$warn_missing_arch" + fi + + if [[ $STRIP_BINARY_RETVAL == 1 ]]; then + # Move the stripped file into its final destination. + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.dSYM" "${DWARF_DSYM_FOLDER_PATH}" + else + # The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing. + touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.dSYM" + fi + fi +} + +# Copies the bcsymbolmap files of a vendored framework +install_bcsymbolmap() { + local bcsymbolmap_path="$1" + local destination="${BUILT_PRODUCTS_DIR}" + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}" +} + +# Signs a framework with the provided identity +code_sign_if_enabled() { + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY:-}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then + # Use the current code_sign_identity + echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" + local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'" + + if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then + code_sign_cmd="$code_sign_cmd &" + fi + echo "$code_sign_cmd" + eval "$code_sign_cmd" + fi +} + +# Strip invalid architectures +strip_invalid_archs() { + binary="$1" + warn_missing_arch=${2:-true} + # Get architectures for current target binary + binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)" + # Intersect them with the architectures we are building for + intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)" + # If there are no archs supported by this binary then warn the user + if [[ -z "$intersected_archs" ]]; then + if [[ "$warn_missing_arch" == "true" ]]; then + echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)." + fi + STRIP_BINARY_RETVAL=0 + return + fi + stripped="" + for arch in $binary_archs; do + if ! [[ "${ARCHS}" == *"$arch"* ]]; then + # Strip non-valid architectures in-place + lipo -remove "$arch" -output "$binary" "$binary" + stripped="$stripped $arch" + fi + done + if [[ "$stripped" ]]; then + echo "Stripped $binary of architectures:$stripped" + fi + STRIP_BINARY_RETVAL=1 +} + +install_artifact() { + artifact="$1" + base="$(basename "$artifact")" + case $base in + *.framework) + install_framework "$artifact" + ;; + *.dSYM) + # Suppress arch warnings since XCFrameworks will include many dSYM files + install_dsym "$artifact" "false" + ;; + *.bcsymbolmap) + install_bcsymbolmap "$artifact" + ;; + *) + echo "error: Unrecognized artifact "$artifact"" + ;; + esac +} + +copy_artifacts() { + file_list="$1" + while read artifact; do + install_artifact "$artifact" + done <$file_list +} + +ARTIFACT_LIST_FILE="${BUILT_PRODUCTS_DIR}/cocoapods-artifacts-${CONFIGURATION}.txt" +if [ -r "${ARTIFACT_LIST_FILE}" ]; then + copy_artifacts "${ARTIFACT_LIST_FILE}" +fi + +if [[ "$CONFIGURATION" == "Debug" ]]; then + install_framework "${PODS_ROOT}/JitsiMeetSDK/Frameworks/JitsiMeet.framework" + install_framework "${PODS_ROOT}/JitsiMeetSDK/Frameworks/WebRTC.framework" +fi +if [[ "$CONFIGURATION" == "Release" ]]; then + install_framework "${PODS_ROOT}/JitsiMeetSDK/Frameworks/JitsiMeet.framework" + install_framework "${PODS_ROOT}/JitsiMeetSDK/Frameworks/WebRTC.framework" +fi +if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then + wait +fi diff --git a/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-resources.sh b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-resources.sh new file mode 100755 index 000000000..d0f4b0e03 --- /dev/null +++ b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-resources.sh @@ -0,0 +1,165 @@ +#!/bin/sh +set -e +set -u +set -o pipefail + +function on_error { + echo "$(realpath -mq "${0}"):$1: error: Unexpected failure" +} +trap 'on_error $LINENO' ERR + +if [ -z ${UNLOCALIZED_RESOURCES_FOLDER_PATH+x} ]; then + # If UNLOCALIZED_RESOURCES_FOLDER_PATH is not set, then there's nowhere for us to copy + # resources to, so exit 0 (signalling the script phase was successful). + exit 0 +fi + +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + +RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt +> "$RESOURCES_TO_COPY" + +XCASSET_FILES=() + +# This protects against multiple targets copying the same framework dependency at the same time. The solution +# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html +RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") + +case "${TARGETED_DEVICE_FAMILY:-}" in + 1,2) + TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" + ;; + 1) + TARGET_DEVICE_ARGS="--target-device iphone" + ;; + 2) + TARGET_DEVICE_ARGS="--target-device ipad" + ;; + 3) + TARGET_DEVICE_ARGS="--target-device tv" + ;; + 4) + TARGET_DEVICE_ARGS="--target-device watch" + ;; + *) + TARGET_DEVICE_ARGS="--target-device mac" + ;; +esac + +install_resource() +{ + if [[ "$1" = /* ]] ; then + RESOURCE_PATH="$1" + else + RESOURCE_PATH="${PODS_ROOT}/$1" + fi + if [[ ! -e "$RESOURCE_PATH" ]] ; then + cat << EOM +error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. +EOM + exit 1 + fi + case $RESOURCE_PATH in + *.storyboard) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} + ;; + *.xib) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} + ;; + *.framework) + echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true + mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + ;; + *.xcdatamodel) + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" || true + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom" + ;; + *.xcdatamodeld) + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" || true + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd" + ;; + *.xcmappingmodel) + echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" || true + xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" + ;; + *.xcassets) + ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH" + XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") + ;; + *) + echo "$RESOURCE_PATH" || true + echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY" + ;; + esac +} +if [[ "$CONFIGURATION" == "Debug" ]]; then + install_resource "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker/QBImagePicker.bundle" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Feather.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Fontisto.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Foundation.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Octicons.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Zocial.ttf" + install_resource "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle" + install_resource "${PODS_CONFIGURATION_BUILD_DIR}/TOCropViewController/TOCropViewControllerBundle.bundle" +fi +if [[ "$CONFIGURATION" == "Release" ]]; then + install_resource "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker/QBImagePicker.bundle" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Feather.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Fontisto.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Foundation.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Octicons.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf" + install_resource "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Zocial.ttf" + install_resource "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle" + install_resource "${PODS_CONFIGURATION_BUILD_DIR}/TOCropViewController/TOCropViewControllerBundle.bundle" +fi + +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then + mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi +rm -f "$RESOURCES_TO_COPY" + +if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "${XCASSET_FILES:-}" ] +then + # Find all other xcassets (this unfortunately includes those of path pods and other targets). + OTHER_XCASSETS=$(find -L "$PWD" -iname "*.xcassets" -type d) + while read line; do + if [[ $line != "${PODS_ROOT}*" ]]; then + XCASSET_FILES+=("$line") + fi + done <<<"$OTHER_XCASSETS" + + if [ -z ${ASSETCATALOG_COMPILER_APPICON_NAME+x} ]; then + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + else + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" --app-icon "${ASSETCATALOG_COMPILER_APPICON_NAME}" --output-partial-info-plist "${TARGET_TEMP_DIR}/assetcatalog_generated_info_cocoapods.plist" + fi +fi diff --git a/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-umbrella.h b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-umbrella.h new file mode 100644 index 000000000..4fd3f0589 --- /dev/null +++ b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-umbrella.h @@ -0,0 +1,16 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + + +FOUNDATION_EXPORT double Pods_defaults_RocketChatRNVersionNumber; +FOUNDATION_EXPORT const unsigned char Pods_defaults_RocketChatRNVersionString[]; + diff --git a/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN.debug.xcconfig b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN.debug.xcconfig new file mode 100644 index 000000000..b2c00ef2b --- /dev/null +++ b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN.debug.xcconfig @@ -0,0 +1,16 @@ +ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 FB_SONARKIT_ENABLED=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/CocoaAsyncSocket" "${PODS_ROOT}/Headers/Public/CocoaLibEvent" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppleAuthentication" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXImageLoader" "${PODS_ROOT}/Headers/Public/EXKeepAwake" "${PODS_ROOT}/Headers/Public/EXLocalAuthentication" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXVideoThumbnails" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/Flipper" "${PODS_ROOT}/Headers/Public/Flipper-DoubleConversion" "${PODS_ROOT}/Headers/Public/Flipper-Folly" "${PODS_ROOT}/Headers/Public/Flipper-Glog" "${PODS_ROOT}/Headers/Public/Flipper-PeerTalk" "${PODS_ROOT}/Headers/Public/Flipper-RSocket" "${PODS_ROOT}/Headers/Public/FlipperKit" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/MMKV" "${PODS_ROOT}/Headers/Public/MMKVCore" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNCMaskedView" "${PODS_ROOT}/Headers/Public/RNCPicker" "${PODS_ROOT}/Headers/Public/RNConfigReader" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFBAnalytics" "${PODS_ROOT}/Headers/Public/RNFBApp" "${PODS_ROOT}/Headers/Public/RNFBCrashlytics" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/ReactNativeUiLib" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/TOCropViewController" "${PODS_ROOT}/Headers/Public/UMAppLoader" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/YogaKit" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-blur" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-cookies" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-mmkv-storage" "${PODS_ROOT}/Headers/Public/react-native-netinfo" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-restart" "${PODS_ROOT}/Headers/Public/react-native-safe-area-context" "${PODS_ROOT}/Headers/Public/react-native-simple-crypto" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" "$(PODS_ROOT)/Headers/Private/React-Core" +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaAsyncSocket" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppleAuthentication" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXImageLoader" "${PODS_CONFIGURATION_BUILD_DIR}/EXKeepAwake" "${PODS_CONFIGURATION_BUILD_DIR}/EXLocalAuthentication" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXVideoThumbnails" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/Flipper" "${PODS_CONFIGURATION_BUILD_DIR}/Flipper-DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/Flipper-Folly" "${PODS_CONFIGURATION_BUILD_DIR}/Flipper-Glog" "${PODS_CONFIGURATION_BUILD_DIR}/Flipper-PeerTalk" "${PODS_CONFIGURATION_BUILD_DIR}/Flipper-RSocket" "${PODS_CONFIGURATION_BUILD_DIR}/FlipperKit" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/MMKV" "${PODS_CONFIGURATION_BUILD_DIR}/MMKVCore" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNCMaskedView" "${PODS_CONFIGURATION_BUILD_DIR}/RNCPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNConfigReader" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFBAnalytics" "${PODS_CONFIGURATION_BUILD_DIR}/RNFBApp" "${PODS_CONFIGURATION_BUILD_DIR}/RNFBCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeUiLib" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/TOCropViewController" "${PODS_CONFIGURATION_BUILD_DIR}/UMAppLoader" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMPermissionsInterface" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/YogaKit" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-blur" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cookies" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-mmkv-storage" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-netinfo" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-restart" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-safe-area-context" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_ROOT}/CocoaLibEvent/lib" "${PODS_ROOT}/OpenSSL-Universal/ios/lib" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/FlipperKit/FlipperKit.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"CocoaAsyncSocket" -l"DoubleConversion" -l"EXAV" -l"EXAppleAuthentication" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXImageLoader" -l"EXKeepAwake" -l"EXLocalAuthentication" -l"EXPermissions" -l"EXVideoThumbnails" -l"EXWebBrowser" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseCrashlytics" -l"FirebaseInstallations" -l"Flipper" -l"Flipper-DoubleConversion" -l"Flipper-Folly" -l"Flipper-Glog" -l"Flipper-PeerTalk" -l"Flipper-RSocket" -l"FlipperKit" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"MMKV" -l"MMKVCore" -l"PromisesObjC" -l"RCTTypeSafety" -l"RNBootSplash" -l"RNCAsyncStorage" -l"RNCMaskedView" -l"RNCPicker" -l"RNConfigReader" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFBAnalytics" -l"RNFBApp" -l"RNFBCrashlytics" -l"RNFastImage" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNVectorIcons" -l"React-Core" -l"React-CoreModules" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"ReactNativeUiLib" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"TOCropViewController" -l"UMAppLoader" -l"UMCore" -l"UMPermissionsInterface" -l"UMReactNativeAdapter" -l"Yoga" -l"YogaKit" -l"c++" -l"crypto" -l"event" -l"event_core" -l"event_extra" -l"event_pthreads" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-blur" -l"react-native-cameraroll" -l"react-native-cookies" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-mmkv-storage" -l"react-native-netinfo" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-restart" -l"react-native-safe-area-context" -l"react-native-simple-crypto" -l"react-native-slider" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"ssl" -l"stdc++" -l"z" -framework "AudioToolbox" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreTelephony" -framework "FIRAnalyticsConnector" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "MobileCoreServices" -framework "Photos" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/FlipperKit/FlipperKit.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" -Xcc -DFB_SONARKIT_ENABLED=1 +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. +PODS_ROOT = ${SRCROOT}/Pods +SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/YogaKit" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto" +USER_HEADER_SEARCH_PATHS = $(inherited) $(SRCROOT)/libwebp/src +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN.modulemap b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN.modulemap new file mode 100644 index 000000000..d31938bb4 --- /dev/null +++ b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN.modulemap @@ -0,0 +1,6 @@ +module Pods_defaults_RocketChatRN { + umbrella header "Pods-defaults-RocketChatRN-umbrella.h" + + export * + module * { export * } +} diff --git a/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN.release.xcconfig b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN.release.xcconfig new file mode 100644 index 000000000..1ac8179dd --- /dev/null +++ b/ios/Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN.release.xcconfig @@ -0,0 +1,16 @@ +ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/JitsiMeetSDK/Frameworks" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) SD_WEBP=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/BugsnagReactNative" "${PODS_ROOT}/Headers/Public/CocoaAsyncSocket" "${PODS_ROOT}/Headers/Public/CocoaLibEvent" "${PODS_ROOT}/Headers/Public/DoubleConversion" "${PODS_ROOT}/Headers/Public/EXAV" "${PODS_ROOT}/Headers/Public/EXAppleAuthentication" "${PODS_ROOT}/Headers/Public/EXConstants" "${PODS_ROOT}/Headers/Public/EXFileSystem" "${PODS_ROOT}/Headers/Public/EXHaptics" "${PODS_ROOT}/Headers/Public/EXImageLoader" "${PODS_ROOT}/Headers/Public/EXKeepAwake" "${PODS_ROOT}/Headers/Public/EXLocalAuthentication" "${PODS_ROOT}/Headers/Public/EXPermissions" "${PODS_ROOT}/Headers/Public/EXVideoThumbnails" "${PODS_ROOT}/Headers/Public/EXWebBrowser" "${PODS_ROOT}/Headers/Public/FBLazyVector" "${PODS_ROOT}/Headers/Public/FBReactNativeSpec" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseCore" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics" "${PODS_ROOT}/Headers/Public/FirebaseCrashlytics" "${PODS_ROOT}/Headers/Public/FirebaseInstallations" "${PODS_ROOT}/Headers/Public/Flipper" "${PODS_ROOT}/Headers/Public/Flipper-DoubleConversion" "${PODS_ROOT}/Headers/Public/Flipper-Folly" "${PODS_ROOT}/Headers/Public/Flipper-Glog" "${PODS_ROOT}/Headers/Public/Flipper-PeerTalk" "${PODS_ROOT}/Headers/Public/Flipper-RSocket" "${PODS_ROOT}/Headers/Public/FlipperKit" "${PODS_ROOT}/Headers/Public/GoogleDataTransport" "${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport" "${PODS_ROOT}/Headers/Public/GoogleUtilities" "${PODS_ROOT}/Headers/Public/KeyCommands" "${PODS_ROOT}/Headers/Public/MMKV" "${PODS_ROOT}/Headers/Public/MMKVCore" "${PODS_ROOT}/Headers/Public/OpenSSL-Universal" "${PODS_ROOT}/Headers/Public/PromisesObjC" "${PODS_ROOT}/Headers/Public/RCTRequired" "${PODS_ROOT}/Headers/Public/RCTTypeSafety" "${PODS_ROOT}/Headers/Public/RNBootSplash" "${PODS_ROOT}/Headers/Public/RNCAsyncStorage" "${PODS_ROOT}/Headers/Public/RNCMaskedView" "${PODS_ROOT}/Headers/Public/RNCPicker" "${PODS_ROOT}/Headers/Public/RNConfigReader" "${PODS_ROOT}/Headers/Public/RNDateTimePicker" "${PODS_ROOT}/Headers/Public/RNDeviceInfo" "${PODS_ROOT}/Headers/Public/RNFBAnalytics" "${PODS_ROOT}/Headers/Public/RNFBApp" "${PODS_ROOT}/Headers/Public/RNFBCrashlytics" "${PODS_ROOT}/Headers/Public/RNFastImage" "${PODS_ROOT}/Headers/Public/RNGestureHandler" "${PODS_ROOT}/Headers/Public/RNImageCropPicker" "${PODS_ROOT}/Headers/Public/RNLocalize" "${PODS_ROOT}/Headers/Public/RNReanimated" "${PODS_ROOT}/Headers/Public/RNRootView" "${PODS_ROOT}/Headers/Public/RNScreens" "${PODS_ROOT}/Headers/Public/RNVectorIcons" "${PODS_ROOT}/Headers/Public/React-Core" "${PODS_ROOT}/Headers/Public/React-RCTText" "${PODS_ROOT}/Headers/Public/React-callinvoker" "${PODS_ROOT}/Headers/Public/React-cxxreact" "${PODS_ROOT}/Headers/Public/React-jsi" "${PODS_ROOT}/Headers/Public/React-jsiexecutor" "${PODS_ROOT}/Headers/Public/React-jsinspector" "${PODS_ROOT}/Headers/Public/ReactCommon" "${PODS_ROOT}/Headers/Public/ReactNativeART" "${PODS_ROOT}/Headers/Public/ReactNativeUiLib" "${PODS_ROOT}/Headers/Public/SDWebImage" "${PODS_ROOT}/Headers/Public/SDWebImageWebPCoder" "${PODS_ROOT}/Headers/Public/TOCropViewController" "${PODS_ROOT}/Headers/Public/UMAppLoader" "${PODS_ROOT}/Headers/Public/UMBarCodeScannerInterface" "${PODS_ROOT}/Headers/Public/UMCameraInterface" "${PODS_ROOT}/Headers/Public/UMConstantsInterface" "${PODS_ROOT}/Headers/Public/UMCore" "${PODS_ROOT}/Headers/Public/UMFaceDetectorInterface" "${PODS_ROOT}/Headers/Public/UMFileSystemInterface" "${PODS_ROOT}/Headers/Public/UMFontInterface" "${PODS_ROOT}/Headers/Public/UMImageLoaderInterface" "${PODS_ROOT}/Headers/Public/UMPermissionsInterface" "${PODS_ROOT}/Headers/Public/UMReactNativeAdapter" "${PODS_ROOT}/Headers/Public/UMSensorsInterface" "${PODS_ROOT}/Headers/Public/UMTaskManagerInterface" "${PODS_ROOT}/Headers/Public/Yoga" "${PODS_ROOT}/Headers/Public/YogaKit" "${PODS_ROOT}/Headers/Public/glog" "${PODS_ROOT}/Headers/Public/libwebp" "${PODS_ROOT}/Headers/Public/nanopb" "${PODS_ROOT}/Headers/Public/react-native-appearance" "${PODS_ROOT}/Headers/Public/react-native-background-timer" "${PODS_ROOT}/Headers/Public/react-native-blur" "${PODS_ROOT}/Headers/Public/react-native-cameraroll" "${PODS_ROOT}/Headers/Public/react-native-cookies" "${PODS_ROOT}/Headers/Public/react-native-document-picker" "${PODS_ROOT}/Headers/Public/react-native-jitsi-meet" "${PODS_ROOT}/Headers/Public/react-native-mmkv-storage" "${PODS_ROOT}/Headers/Public/react-native-netinfo" "${PODS_ROOT}/Headers/Public/react-native-notifications" "${PODS_ROOT}/Headers/Public/react-native-orientation-locker" "${PODS_ROOT}/Headers/Public/react-native-restart" "${PODS_ROOT}/Headers/Public/react-native-safe-area-context" "${PODS_ROOT}/Headers/Public/react-native-simple-crypto" "${PODS_ROOT}/Headers/Public/react-native-slider" "${PODS_ROOT}/Headers/Public/react-native-webview" "${PODS_ROOT}/Headers/Public/rn-extensions-share" "${PODS_ROOT}/Headers/Public/rn-fetch-blob" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources "${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include" "$(PODS_ROOT)/Headers/Private/React-Core" +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BugsnagReactNative" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaAsyncSocket" "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion" "${PODS_CONFIGURATION_BUILD_DIR}/EXAV" "${PODS_CONFIGURATION_BUILD_DIR}/EXAppleAuthentication" "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants" "${PODS_CONFIGURATION_BUILD_DIR}/EXFileSystem" "${PODS_CONFIGURATION_BUILD_DIR}/EXHaptics" "${PODS_CONFIGURATION_BUILD_DIR}/EXImageLoader" "${PODS_CONFIGURATION_BUILD_DIR}/EXKeepAwake" "${PODS_CONFIGURATION_BUILD_DIR}/EXLocalAuthentication" "${PODS_CONFIGURATION_BUILD_DIR}/EXPermissions" "${PODS_CONFIGURATION_BUILD_DIR}/EXVideoThumbnails" "${PODS_CONFIGURATION_BUILD_DIR}/EXWebBrowser" "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/Folly" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/KeyCommands" "${PODS_CONFIGURATION_BUILD_DIR}/MMKV" "${PODS_CONFIGURATION_BUILD_DIR}/MMKVCore" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety" "${PODS_CONFIGURATION_BUILD_DIR}/RNBootSplash" "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage" "${PODS_CONFIGURATION_BUILD_DIR}/RNCMaskedView" "${PODS_CONFIGURATION_BUILD_DIR}/RNCPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNConfigReader" "${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo" "${PODS_CONFIGURATION_BUILD_DIR}/RNFBAnalytics" "${PODS_CONFIGURATION_BUILD_DIR}/RNFBApp" "${PODS_CONFIGURATION_BUILD_DIR}/RNFBCrashlytics" "${PODS_CONFIGURATION_BUILD_DIR}/RNFastImage" "${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler" "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker" "${PODS_CONFIGURATION_BUILD_DIR}/RNLocalize" "${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated" "${PODS_CONFIGURATION_BUILD_DIR}/RNRootView" "${PODS_CONFIGURATION_BUILD_DIR}/RNScreens" "${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons" "${PODS_CONFIGURATION_BUILD_DIR}/React-Core" "${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText" "${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration" "${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsi" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor" "${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector" "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeART" "${PODS_CONFIGURATION_BUILD_DIR}/ReactNativeUiLib" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImage" "${PODS_CONFIGURATION_BUILD_DIR}/SDWebImageWebPCoder" "${PODS_CONFIGURATION_BUILD_DIR}/TOCropViewController" "${PODS_CONFIGURATION_BUILD_DIR}/UMAppLoader" "${PODS_CONFIGURATION_BUILD_DIR}/UMCore" "${PODS_CONFIGURATION_BUILD_DIR}/UMPermissionsInterface" "${PODS_CONFIGURATION_BUILD_DIR}/UMReactNativeAdapter" "${PODS_CONFIGURATION_BUILD_DIR}/Yoga" "${PODS_CONFIGURATION_BUILD_DIR}/YogaKit" "${PODS_CONFIGURATION_BUILD_DIR}/glog" "${PODS_CONFIGURATION_BUILD_DIR}/libwebp" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-appearance" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-background-timer" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-blur" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cameraroll" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-cookies" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-document-picker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-jitsi-meet" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-mmkv-storage" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-netinfo" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-notifications" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-orientation-locker" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-restart" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-safe-area-context" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-slider" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview" "${PODS_CONFIGURATION_BUILD_DIR}/rn-extensions-share" "${PODS_CONFIGURATION_BUILD_DIR}/rn-fetch-blob" "${PODS_ROOT}/CocoaLibEvent/lib" "${PODS_ROOT}/OpenSSL-Universal/ios/lib" +OTHER_CFLAGS = $(inherited) -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +OTHER_LDFLAGS = $(inherited) -ObjC -l"BugsnagReactNative" -l"CocoaAsyncSocket" -l"DoubleConversion" -l"EXAV" -l"EXAppleAuthentication" -l"EXConstants" -l"EXFileSystem" -l"EXHaptics" -l"EXImageLoader" -l"EXKeepAwake" -l"EXLocalAuthentication" -l"EXPermissions" -l"EXVideoThumbnails" -l"EXWebBrowser" -l"FBReactNativeSpec" -l"FirebaseCore" -l"FirebaseCoreDiagnostics" -l"FirebaseCrashlytics" -l"FirebaseInstallations" -l"Folly" -l"GoogleDataTransport" -l"GoogleDataTransportCCTSupport" -l"GoogleUtilities" -l"KeyCommands" -l"MMKV" -l"MMKVCore" -l"PromisesObjC" -l"RCTTypeSafety" -l"RNBootSplash" -l"RNCAsyncStorage" -l"RNCMaskedView" -l"RNCPicker" -l"RNConfigReader" -l"RNDateTimePicker" -l"RNDeviceInfo" -l"RNFBAnalytics" -l"RNFBApp" -l"RNFBCrashlytics" -l"RNFastImage" -l"RNGestureHandler" -l"RNImageCropPicker" -l"RNLocalize" -l"RNReanimated" -l"RNRootView" -l"RNScreens" -l"RNVectorIcons" -l"React-Core" -l"React-CoreModules" -l"React-RCTAnimation" -l"React-RCTBlob" -l"React-RCTImage" -l"React-RCTLinking" -l"React-RCTNetwork" -l"React-RCTSettings" -l"React-RCTText" -l"React-RCTVibration" -l"React-cxxreact" -l"React-jsi" -l"React-jsiexecutor" -l"React-jsinspector" -l"ReactCommon" -l"ReactNativeART" -l"ReactNativeUiLib" -l"SDWebImage" -l"SDWebImageWebPCoder" -l"TOCropViewController" -l"UMAppLoader" -l"UMCore" -l"UMPermissionsInterface" -l"UMReactNativeAdapter" -l"Yoga" -l"YogaKit" -l"c++" -l"crypto" -l"event" -l"event_core" -l"event_extra" -l"event_pthreads" -l"glog" -l"libwebp" -l"nanopb" -l"react-native-appearance" -l"react-native-background-timer" -l"react-native-blur" -l"react-native-cameraroll" -l"react-native-cookies" -l"react-native-document-picker" -l"react-native-jitsi-meet" -l"react-native-mmkv-storage" -l"react-native-netinfo" -l"react-native-notifications" -l"react-native-orientation-locker" -l"react-native-restart" -l"react-native-safe-area-context" -l"react-native-simple-crypto" -l"react-native-slider" -l"react-native-webview" -l"rn-extensions-share" -l"rn-fetch-blob" -l"sqlite3" -l"ssl" -l"stdc++" -l"z" -framework "AudioToolbox" -framework "CFNetwork" -framework "CoreFoundation" -framework "CoreTelephony" -framework "FIRAnalyticsConnector" -framework "FirebaseAnalytics" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "ImageIO" -framework "JavaScriptCore" -framework "JitsiMeet" -framework "MessageUI" -framework "MobileCoreServices" -framework "Photos" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebRTC" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/YogaKit/YogaKit.modulemap" -Xcc -fmodule-map-file="${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto/react_native_simple_crypto.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/React/React-Core.modulemap" -Xcc -fmodule-map-file="${PODS_ROOT}/Headers/Public/yoga/Yoga.modulemap" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. +PODS_ROOT = ${SRCROOT}/Pods +SWIFT_INCLUDE_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/YogaKit" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-simple-crypto" +USER_HEADER_SEARCH_PATHS = $(inherited) $(SRCROOT)/libwebp/src +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/ios/RocketChatRN.xcodeproj/project.pbxproj b/ios/RocketChatRN.xcodeproj/project.pbxproj index e8a88ae72..b7176d5ee 100644 --- a/ios/RocketChatRN.xcodeproj/project.pbxproj +++ b/ios/RocketChatRN.xcodeproj/project.pbxproj @@ -83,9 +83,9 @@ 1EF5FBD1250C109E00614FEA /* Encryption.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EF5FBD0250C109E00614FEA /* Encryption.swift */; }; 1EFEB5982493B6640072EDC0 /* NotificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EFEB5972493B6640072EDC0 /* NotificationService.swift */; }; 1EFEB59C2493B6640072EDC0 /* NotificationService.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 1EFEB5952493B6640072EDC0 /* NotificationService.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; - 23A5014893DC718B0A5A4F5F /* libPods-RocketChatRN.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C235DC7B31A4D1578EDEF219 /* libPods-RocketChatRN.a */; }; 24A2AEF2383D44B586D31C01 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 06BB44DD4855498082A744AD /* libz.tbd */; }; - 50046CB6BDA69B9232CF66D9 /* libPods-RocketChatRN.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C235DC7B31A4D1578EDEF219 /* libPods-RocketChatRN.a */; }; + 66AF0CC8FE18A9B0C6B3A3CA /* libPods-defaults-RocketChatRN.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FFD96B27BA4184219615DE18 /* libPods-defaults-RocketChatRN.a */; }; + 69E4354C5D935D5EE022A7E5 /* libPods-defaults-Rocket.Chat.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 54CFE45F7A9BAAB898835DB0 /* libPods-defaults-Rocket.Chat.a */; }; 7A006F14229C83B600803143 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 7A006F13229C83B600803143 /* GoogleService-Info.plist */; }; 7A0D62D2242AB187006D5C06 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7A0D62D1242AB187006D5C06 /* LaunchScreen.storyboard */; }; 7A14FCED257FEB3A005BDCD4 /* Experimental.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7A14FCEC257FEB3A005BDCD4 /* Experimental.xcassets */; }; @@ -266,9 +266,14 @@ 1EFEB5992493B6640072EDC0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 1EFEB5A12493B67D0072EDC0 /* NotificationService.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = NotificationService.entitlements; sourceTree = ""; }; 290E43E48AD8418287FA99D6 /* WatermelonDB.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = WatermelonDB.xcodeproj; path = "../node_modules/@nozbe/watermelondb/native/ios/WatermelonDB.xcodeproj"; sourceTree = ""; }; + 2977818A2C0F18284F485E2B /* Pods-defaults-Rocket.Chat.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-defaults-Rocket.Chat.release.xcconfig"; path = "Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.release.xcconfig"; sourceTree = ""; }; + 298C921C910A1A2FD60068AE /* Pods-defaults-RocketChatRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-defaults-RocketChatRN.debug.xcconfig"; path = "Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN.debug.xcconfig"; sourceTree = ""; }; 3E39DC0E55DAF0C76229CDB1 /* Pods-RocketChatRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RocketChatRN.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig"; sourceTree = ""; }; + 4046FBF676A7866DDD7F3D4D /* Pods-defaults-Rocket.Chat.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-defaults-Rocket.Chat.debug.xcconfig"; path = "Pods/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat.debug.xcconfig"; sourceTree = ""; }; 4F207203734B8F5868BBE28D /* Pods-NotificationService.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NotificationService.debug.xcconfig"; path = "Pods/Target Support Files/Pods-NotificationService/Pods-NotificationService.debug.xcconfig"; sourceTree = ""; }; + 54CFE45F7A9BAAB898835DB0 /* libPods-defaults-Rocket.Chat.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-defaults-Rocket.Chat.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 60B2A6A31FC4588700BD58E5 /* RocketChatRN.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = RocketChatRN.entitlements; path = RocketChatRN/RocketChatRN.entitlements; sourceTree = ""; }; + 655D972D9C9581ECA960A1A3 /* Pods-defaults-RocketChatRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-defaults-RocketChatRN.release.xcconfig"; path = "Pods/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN.release.xcconfig"; sourceTree = ""; }; 7A006F13229C83B600803143 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; }; 7A0D62D1242AB187006D5C06 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = ""; }; 7A14FCEC257FEB3A005BDCD4 /* Experimental.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Experimental.xcassets; sourceTree = ""; }; @@ -282,8 +287,8 @@ B0B41F834F20FC0ACC547296 /* libPods-ShareRocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ShareRocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; B37C79D9BD0742CE936B6982 /* libc++.tbd */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; }; BA7E862283664608B3894E34 /* libWatermelonDB.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libWatermelonDB.a; sourceTree = ""; }; - C235DC7B31A4D1578EDEF219 /* libPods-RocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; CD6349B2FB77351DFCD655CF /* Pods-RocketChatRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RocketChatRN.release.xcconfig"; path = "Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig"; sourceTree = ""; }; + FFD96B27BA4184219615DE18 /* libPods-defaults-RocketChatRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-defaults-RocketChatRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -304,8 +309,7 @@ 7ACD4897222860DE00442C55 /* JavaScriptCore.framework in Frameworks */, 24A2AEF2383D44B586D31C01 /* libz.tbd in Frameworks */, DD2BA30A89E64F189C2C24AC /* libWatermelonDB.a in Frameworks */, - 50046CB6BDA69B9232CF66D9 /* libPods-RocketChatRN.a in Frameworks */, - 23A5014893DC718B0A5A4F5F /* libPods-RocketChatRN.a in Frameworks */, + 66AF0CC8FE18A9B0C6B3A3CA /* libPods-defaults-RocketChatRN.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -345,6 +349,7 @@ 7AAB3E3D257E6A6E00707CF6 /* JavaScriptCore.framework in Frameworks */, 7AAB3E3E257E6A6E00707CF6 /* libz.tbd in Frameworks */, 7AAB3E3F257E6A6E00707CF6 /* libWatermelonDB.a in Frameworks */, + 69E4354C5D935D5EE022A7E5 /* libPods-defaults-Rocket.Chat.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -482,6 +487,10 @@ 9730F55A254AC78BC5361659 /* Pods-NotificationService.release.xcconfig */, 3E39DC0E55DAF0C76229CDB1 /* Pods-RocketChatRN.debug.xcconfig */, CD6349B2FB77351DFCD655CF /* Pods-RocketChatRN.release.xcconfig */, + 4046FBF676A7866DDD7F3D4D /* Pods-defaults-Rocket.Chat.debug.xcconfig */, + 2977818A2C0F18284F485E2B /* Pods-defaults-Rocket.Chat.release.xcconfig */, + 298C921C910A1A2FD60068AE /* Pods-defaults-RocketChatRN.debug.xcconfig */, + 655D972D9C9581ECA960A1A3 /* Pods-defaults-RocketChatRN.release.xcconfig */, ); name = Pods; sourceTree = ""; @@ -563,9 +572,10 @@ 7ACD4853222860DE00442C55 /* JavaScriptCore.framework */, B37C79D9BD0742CE936B6982 /* libc++.tbd */, 06BB44DD4855498082A744AD /* libz.tbd */, - C235DC7B31A4D1578EDEF219 /* libPods-RocketChatRN.a */, B0B41F834F20FC0ACC547296 /* libPods-ShareRocketChatRN.a */, 81411D280138EF5344596C2F /* libPods-NotificationService.a */, + 54CFE45F7A9BAAB898835DB0 /* libPods-defaults-Rocket.Chat.a */, + FFD96B27BA4184219615DE18 /* libPods-defaults-RocketChatRN.a */, ); name = Frameworks; sourceTree = ""; @@ -587,8 +597,6 @@ 1EC6ACF422CB9FC300A41C61 /* Embed App Extensions */, 1E1EA8082326CCE300E22452 /* ShellScript */, 9558AC195A3506BB8472CE99 /* [CP] Embed Pods Frameworks */, - C820AF3DF24797E83783C63F /* [CP-User] [RNFB] Core Configuration */, - 9B04C9D21A91945B419276C2 /* [CP-User] [RNFB] Crashlytics Configuration */, ); buildRules = ( ); @@ -648,6 +656,7 @@ isa = PBXNativeTarget; buildConfigurationList = 7AAB3E4F257E6A6E00707CF6 /* Build configuration list for PBXNativeTarget "Rocket.Chat" */; buildPhases = ( + 3995C2EE3AF3138E9AF58F1B /* [CP] Check Pods Manifest.lock */, 7AAB3E13257E6A6E00707CF6 /* Start Packager */, 7AAB3E14257E6A6E00707CF6 /* Sources */, 7AAB3E32257E6A6E00707CF6 /* Frameworks */, @@ -655,6 +664,8 @@ 7AAB3E46257E6A6E00707CF6 /* Bundle React Native code and images */, 7AAB3E48257E6A6E00707CF6 /* Embed App Extensions */, 7AAB3E4B257E6A6E00707CF6 /* ShellScript */, + ED0FD291560ADE19562D38A2 /* [CP] Embed Pods Frameworks */, + 6630EA9DDAD28E02D0764540 /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -968,6 +979,28 @@ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NotificationService/Pods-NotificationService-resources.sh\"\n"; showEnvVarsInLog = 0; }; + 3995C2EE3AF3138E9AF58F1B /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-defaults-Rocket.Chat-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; 3C502B893433C21E52E88E8B /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -990,6 +1023,60 @@ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; + 6630EA9DDAD28E02D0764540 /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-resources.sh", + "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker/QBImagePicker.bundle", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Feather.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Fontisto.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Foundation.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Octicons.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf", + "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Zocial.ttf", + "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/TOCropViewController/TOCropViewControllerBundle.bundle", + ); + name = "[CP] Copy Pods Resources"; + outputPaths = ( + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/QBImagePicker.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AntDesign.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Entypo.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EvilIcons.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Feather.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome5_Brands.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome5_Regular.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome5_Solid.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Fontisto.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Foundation.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Ionicons.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MaterialCommunityIcons.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MaterialIcons.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Octicons.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/SimpleLineIcons.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Zocial.ttf", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/TOCropViewControllerBundle.bundle", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; 7AA5C63E23E30D110005C4A7 /* Start Packager */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -1063,7 +1150,7 @@ files = ( ); inputPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-frameworks.sh", + "${PODS_ROOT}/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-frameworks.sh", "${PODS_ROOT}/JitsiMeetSDK/Frameworks/JitsiMeet.framework", "${PODS_ROOT}/JitsiMeetSDK/Frameworks/WebRTC.framework", ); @@ -1074,7 +1161,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-frameworks.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; 9573D3775D35B3626B0E92C3 /* [CP-User] [RNFB] Core Configuration */ = { @@ -1097,16 +1184,6 @@ shellPath = /bin/sh; shellScript = "#!/usr/bin/env bash\n#\n# Copyright (c) 2016-present Invertase Limited & Contributors\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this library except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n#\nset -e\n\nif [[ ${PODS_ROOT} ]]; then\n echo \"info: Exec FirebaseCrashlytics Run from Pods\"\n \"${PODS_ROOT}/FirebaseCrashlytics/run\"\nelse\n echo \"info: Exec FirebaseCrashlytics Run from framework\"\n \"${PROJECT_DIR}/FirebaseCrashlytics.framework/run\"\nfi\n"; }; - 9B04C9D21A91945B419276C2 /* [CP-User] [RNFB] Crashlytics Configuration */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - name = "[CP-User] [RNFB] Crashlytics Configuration"; - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "#!/usr/bin/env bash\n#\n# Copyright (c) 2016-present Invertase Limited & Contributors\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this library except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n#\nset -e\n\nif [[ ${PODS_ROOT} ]]; then\n echo \"info: Exec FirebaseCrashlytics Run from Pods\"\n \"${PODS_ROOT}/FirebaseCrashlytics/run\"\nelse\n echo \"info: Exec FirebaseCrashlytics Run from framework\"\n \"${PROJECT_DIR}/FirebaseCrashlytics.framework/run\"\nfi\n"; - }; A68B7A0986AFB750F727793A /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -1139,15 +1216,25 @@ shellPath = /bin/sh; shellScript = "#!/usr/bin/env bash\n#\n# Copyright (c) 2016-present Invertase Limited & Contributors\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this library except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n#\nset -e\n\nif [[ ${PODS_ROOT} ]]; then\n echo \"info: Exec FirebaseCrashlytics Run from Pods\"\n \"${PODS_ROOT}/FirebaseCrashlytics/run\"\nelse\n echo \"info: Exec FirebaseCrashlytics Run from framework\"\n \"${PROJECT_DIR}/FirebaseCrashlytics.framework/run\"\nfi\n"; }; - C820AF3DF24797E83783C63F /* [CP-User] [RNFB] Core Configuration */ = { + ED0FD291560ADE19562D38A2 /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); - name = "[CP-User] [RNFB] Core Configuration"; + inputPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-frameworks.sh", + "${PODS_ROOT}/JitsiMeetSDK/Frameworks/JitsiMeet.framework", + "${PODS_ROOT}/JitsiMeetSDK/Frameworks/WebRTC.framework", + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/JitsiMeet.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WebRTC.framework", + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "#!/usr/bin/env bash\n#\n# Copyright (c) 2016-present Invertase Limited & Contributors\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this library except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n#\nset -e\n\n_MAX_LOOKUPS=2;\n_SEARCH_RESULT=''\n_RN_ROOT_EXISTS=''\n_CURRENT_LOOKUPS=1\n_JSON_ROOT=\"'react-native'\"\n_JSON_FILE_NAME='firebase.json'\n_JSON_OUTPUT_BASE64='e30=' # { }\n_CURRENT_SEARCH_DIR=${PROJECT_DIR}\n_PLIST_BUDDY=/usr/libexec/PlistBuddy\n_TARGET_PLIST=\"${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH}\"\n_DSYM_PLIST=\"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Info.plist\"\n\n# plist arrays\n_PLIST_ENTRY_KEYS=()\n_PLIST_ENTRY_TYPES=()\n_PLIST_ENTRY_VALUES=()\n\nfunction setPlistValue {\n echo \"info: setting plist entry '$1' of type '$2' in file '$4'\"\n ${_PLIST_BUDDY} -c \"Add :$1 $2 '$3'\" $4 || echo \"info: '$1' already exists\"\n}\n\nfunction getFirebaseJsonKeyValue () {\n if [[ ${_RN_ROOT_EXISTS} ]]; then\n ruby -e \"require 'rubygems';require 'json'; output=JSON.parse('$1'); puts output[$_JSON_ROOT]['$2']\"\n else\n echo \"\"\n fi;\n}\n\nfunction jsonBoolToYesNo () {\n if [[ $1 == \"false\" ]]; then\n echo \"NO\"\n elif [[ $1 == \"true\" ]]; then\n echo \"YES\"\n else echo \"NO\"\n fi\n}\n\necho \"info: -> RNFB build script started\"\necho \"info: 1) Locating ${_JSON_FILE_NAME} file:\"\n\nif [[ -z ${_CURRENT_SEARCH_DIR} ]]; then\n _CURRENT_SEARCH_DIR=$(pwd)\nfi;\n\nwhile true; do\n _CURRENT_SEARCH_DIR=$(dirname \"$_CURRENT_SEARCH_DIR\")\n if [[ \"$_CURRENT_SEARCH_DIR\" == \"/\" ]] || [[ ${_CURRENT_LOOKUPS} -gt ${_MAX_LOOKUPS} ]]; then break; fi;\n echo \"info: ($_CURRENT_LOOKUPS of $_MAX_LOOKUPS) Searching in '$_CURRENT_SEARCH_DIR' for a ${_JSON_FILE_NAME} file.\"\n _SEARCH_RESULT=$(find \"$_CURRENT_SEARCH_DIR\" -maxdepth 2 -name ${_JSON_FILE_NAME} -print | head -n 1)\n if [[ ${_SEARCH_RESULT} ]]; then\n echo \"info: ${_JSON_FILE_NAME} found at $_SEARCH_RESULT\"\n break;\n fi;\n _CURRENT_LOOKUPS=$((_CURRENT_LOOKUPS+1))\ndone\n\nif [[ ${_SEARCH_RESULT} ]]; then\n _JSON_OUTPUT_RAW=$(cat \"${_SEARCH_RESULT}\")\n _RN_ROOT_EXISTS=$(ruby -e \"require 'rubygems';require 'json'; output=JSON.parse('$_JSON_OUTPUT_RAW'); puts output[$_JSON_ROOT]\" || echo '')\n\n if [[ ${_RN_ROOT_EXISTS} ]]; then\n _JSON_OUTPUT_BASE64=$(python -c 'import json,sys,base64;print(base64.b64encode(json.dumps(json.loads(open('\"'${_SEARCH_RESULT}'\"').read())['${_JSON_ROOT}'])))' || echo \"e30=\")\n fi\n\n _PLIST_ENTRY_KEYS+=(\"firebase_json_raw\")\n _PLIST_ENTRY_TYPES+=(\"string\")\n _PLIST_ENTRY_VALUES+=(\"$_JSON_OUTPUT_BASE64\")\n\n # config.messaging_auto_init_enabled\n _MESSAGING_AUTO_INIT=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"messaging_auto_init_enabled\")\n if [[ $_MESSAGING_AUTO_INIT ]]; then\n _PLIST_ENTRY_KEYS+=(\"FirebaseMessagingAutoInitEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"$(jsonBoolToYesNo \"$_MESSAGING_AUTO_INIT\")\")\n fi\n\n # config.crashlytics_disable_auto_disabler - undocumented for now - mainly for debugging, document if becomes usful\n _CRASHLYTICS_AUTO_DISABLE_ENABLED=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"crashlytics_disable_auto_disabler\")\n if [[ $_CRASHLYTICS_AUTO_DISABLE_ENABLED == \"true\" ]]; then\n echo \"Disabled Crashlytics auto disabler.\" # do nothing\n else\n _PLIST_ENTRY_KEYS+=(\"FirebaseCrashlyticsCollectionEnabled\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"NO\")\n fi\n\n # config.admob_delay_app_measurement_init\n _ADMOB_DELAY_APP_MEASUREMENT=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"admob_delay_app_measurement_init\")\n if [[ $_ADMOB_DELAY_APP_MEASUREMENT == \"true\" ]]; then\n _PLIST_ENTRY_KEYS+=(\"GADDelayAppMeasurementInit\")\n _PLIST_ENTRY_TYPES+=(\"bool\")\n _PLIST_ENTRY_VALUES+=(\"YES\")\n fi\n\n # config.admob_ios_app_id\n _ADMOB_IOS_APP_ID=$(getFirebaseJsonKeyValue \"$_JSON_OUTPUT_RAW\" \"admob_ios_app_id\")\n if [[ $_ADMOB_IOS_APP_ID ]]; then\n _PLIST_ENTRY_KEYS+=(\"GADApplicationIdentifier\")\n _PLIST_ENTRY_TYPES+=(\"string\")\n _PLIST_ENTRY_VALUES+=(\"$_ADMOB_IOS_APP_ID\")\n fi\nelse\n _PLIST_ENTRY_KEYS+=(\"firebase_json_raw\")\n _PLIST_ENTRY_TYPES+=(\"string\")\n _PLIST_ENTRY_VALUES+=(\"$_JSON_OUTPUT_BASE64\")\n echo \"warning: A firebase.json file was not found, whilst this file is optional it is recommended to include it to configure firebase services in React Native Firebase.\"\nfi;\n\necho \"info: 2) Injecting Info.plist entries: \"\n\n# Log out the keys we're adding\nfor i in \"${!_PLIST_ENTRY_KEYS[@]}\"; do\n echo \" -> $i) ${_PLIST_ENTRY_KEYS[$i]}\" \"${_PLIST_ENTRY_TYPES[$i]}\" \"${_PLIST_ENTRY_VALUES[$i]}\"\ndone\n\nfor plist in \"${_TARGET_PLIST}\" \"${_DSYM_PLIST}\" ; do\n if [[ -f \"${plist}\" ]]; then\n\n # paths with spaces break the call to setPlistValue. temporarily modify\n # the shell internal field separator variable (IFS), which normally \n # includes spaces, to consist only of line breaks\n oldifs=$IFS\n IFS=\"\n\"\n\n for i in \"${!_PLIST_ENTRY_KEYS[@]}\"; do\n setPlistValue \"${_PLIST_ENTRY_KEYS[$i]}\" \"${_PLIST_ENTRY_TYPES[$i]}\" \"${_PLIST_ENTRY_VALUES[$i]}\" \"${plist}\"\n done\n\n # restore the original internal field separator value\n IFS=$oldifs\n else\n echo \"warning: A Info.plist build output file was not found (${plist})\"\n fi\ndone\n\necho \"info: <- RNFB build script finished\"\n\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-defaults-Rocket.Chat/Pods-defaults-Rocket.Chat-frameworks.sh\"\n"; + showEnvVarsInLog = 0; }; FB4AC4FF76ACF097F2431C74 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; @@ -1160,7 +1247,7 @@ ); name = "[CP] Check Pods Manifest.lock"; outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-RocketChatRN-checkManifestLockResult.txt", + "$(DERIVED_FILE_DIR)/Pods-defaults-RocketChatRN-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; @@ -1173,7 +1260,7 @@ files = ( ); inputPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-resources.sh", + "${PODS_ROOT}/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-resources.sh", "${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker/QBImagePicker.bundle", "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf", "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf", @@ -1218,7 +1305,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-resources.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-defaults-RocketChatRN/Pods-defaults-RocketChatRN-resources.sh\"\n"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ @@ -1374,7 +1461,7 @@ /* Begin XCBuildConfiguration section */ 13B07F941A680F5B00A75B9A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3E39DC0E55DAF0C76229CDB1 /* Pods-RocketChatRN.debug.xcconfig */; + baseConfigurationReference = 298C921C910A1A2FD60068AE /* Pods-defaults-RocketChatRN.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; APPLICATION_EXTENSION_API_ONLY = NO; @@ -1428,7 +1515,7 @@ }; 13B07F951A680F5B00A75B9A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CD6349B2FB77351DFCD655CF /* Pods-RocketChatRN.release.xcconfig */; + baseConfigurationReference = 655D972D9C9581ECA960A1A3 /* Pods-defaults-RocketChatRN.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; APPLICATION_EXTENSION_API_ONLY = NO; @@ -1682,6 +1769,7 @@ }; 7AAB3E50257E6A6E00707CF6 /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 4046FBF676A7866DDD7F3D4D /* Pods-defaults-Rocket.Chat.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; APPLICATION_EXTENSION_API_ONLY = NO; @@ -1733,6 +1821,7 @@ }; 7AAB3E51257E6A6E00707CF6 /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 2977818A2C0F18284F485E2B /* Pods-defaults-Rocket.Chat.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; APPLICATION_EXTENSION_API_ONLY = NO;